@charset "UTF-8";
html {
  font-size: 1rem;
}

li {
  list-style: none;
}

body {
  font-family: "ヒラギノ丸ゴ", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  background: #F0F8FF;
}

a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
}

.ttl-item {
  position: relative;
}
@media (max-width: 599px) {
  .ttl-item {
    text-align: center;
  }
}
@media (min-width: 599px) and (max-width: 1025px) {
  .ttl-item {
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .ttl-item {
    text-align: center;
  }
}
.ttl-item .en {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  position: absolute;
  top: 20%;
  left: 2%;
  font-family: "Caveat";
  font-size: 3rem;
  color: #F2E1AE;
  z-index: 1;
}
@media (max-width: 599px) {
  .ttl-item .en {
    font-size: 1.5rem;
    top: 25%;
    left: 18%;
  }
}
@media (min-width: 599px) and (max-width: 1025px) {
  .ttl-item .en {
    left: 30%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .ttl-item .en {
    left: 30%;
    font-size: 2rem;
  }
}
.ttl-item .sec-ttl {
  position: relative;
  display: inline-block;
  text-align: left;
  font-family: Kaisei Opti;
  font-size: 2rem;
  font-weight: lighter;
  padding: 5% 4%;
  color: #1B365C;
  z-index: 2;
}
@media (max-width: 599px) {
  .ttl-item .sec-ttl {
    padding: 10% 4%;
    font-size: 1.5rem;
  }
}

.contact-btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 0;
  -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.1);
}

.contact-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#FFB6C1), to(#7B68EE));
  background: linear-gradient(90deg, #FFB6C1, #7B68EE);
}

.contact-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#7B68EE), to(#FFB6C1));
  background: linear-gradient(90deg, #7B68EE, #FFB6C1);
}

.contact-btn:hover::before {
  opacity: 0;
}

.sp {
  display: none;
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
}

/*-----------------
header
-----------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.header-inner {
  padding: 1% 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .header-inner {
    padding: 2% 4%;
  }
}
.header-logo {
  width: 10%;
}
@media (min-width: 599px) and (max-width: 1025px) {
  .header-logo {
    width: 15%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .header-logo {
    width: 20%;
  }
}
@media (max-width: 599px) {
  .header-logo {
    width: 25%;
  }
}

.header_fixed {
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.1);
}

.header nav ul .list_fixed {
  color: #1B365C;
}

#g-nav {
  width: 60%;
}
@media (max-width: 599px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: whitesmoke;
    opacity: 0.9;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media (min-width: 599px) and (max-width: 1025px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: whitesmoke;
    opacity: 0.9;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
#g-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1B365C;
  font-weight: 700;
}
@media (max-width: 599px) {
  #g-nav ul {
    position: absolute;
    z-index: 999;
    text-align: center;
    top: 45%;
    left: 50%;
    width: 100%;
    line-height: 4em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
@media (min-width: 599px) and (max-width: 1025px) {
  #g-nav ul {
    position: absolute;
    z-index: 999;
    text-align: center;
    top: 40%;
    left: 50%;
    width: 100%;
    line-height: 4em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 599px) {
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 599px) and (max-width: 1025px) {
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 599px) {
  #g-nav li:first-child {
    margin-top: 10%;
  }
}
@media (min-width: 599px) and (max-width: 1025px) {
  #g-nav li:first-child {
    margin-top: 10%;
  }
}

@media (max-width: 599px) {
  #g-nav.panelactive {
    right: 0;
  }
}
@media (min-width: 599px) and (max-width: 1025px) {
  #g-nav.panelactive {
    right: 0;
  }
}

.openbtn {
  display: none;
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media (max-width: 599px) {
  .openbtn {
    display: block;
    top: -3px;
    right: 5px;
  }
}
@media (min-width: 599px) and (max-width: 1025px) {
  .openbtn {
    display: block;
    top: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .openbtn {
    top: 5px;
  }
}
.openbtn span {
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}
@media (max-width: 599px) {
  .openbtn span {
    display: block;
    height: 2px;
    width: 40%;
    left: 18px;
    background: #333;
  }
}
@media (min-width: 599px) and (max-width: 1025px) {
  .openbtn span {
    display: block;
    background: #333;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .openbtn span {
    display: block;
    background: #333;
  }
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*-----------------
mv
-----------------*/
.mv {
  background: url(../images/mainvisual.jpg) no-repeat center/cover;
  height: 100vh;
}
@media (max-width: 1024px) {
  .mv {
    background: url(../images/mainvisual-sp.jpeg) no-repeat bottom center/cover;
  }
}
.mv .hero {
  font-family: Kaisei Opti;
  text-align: center;
  background: #90B8E0;
  font-size: 1.5rem;
  border-radius: 10px;
  max-width: 865px;
  width: 80%;
  line-height: 3rem;
  position: absolute;
  bottom: 15%;
  color: #fff;
}
@media (max-width: 1024px) {
  .mv .hero {
    font-size: 1.2rem;
    max-width: 100%;
    width: 100%;
    background: none;
    top: 20%;
    height: 4%;
    border-radius: 0;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 599px) and (max-width: 1025px) {
  .mv .hero {
    font-size: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .mv .hero {
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  .mv .hero {
    font-size: 1rem;
  }
}
.mv .hero span {
  font-size: 2.5rem;
  color: #1B365C;
}
@media (max-width: 1024px) {
  .mv .hero span {
    font-size: 2rem;
    color: #1B365C;
  }
}
@media (min-width: 599px) and (max-width: 1025px) {
  .mv .hero span {
    font-size: 2.2rem;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .mv .hero span {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .mv .hero span {
    font-size: 1.5rem;
  }
}

/*-----------------
service
-----------------*/
.service {
  padding-top: 50px;
  margin-top: -50px;
}
.service-inner {
  max-width: 1180px;
  width: 100%;
  margin: 5% auto 0;
  background: #fff;
  padding: 0% 0 5%;
}
@media (max-width: 599px) {
  .service-inner {
    margin: 0 auto;
  }
}
.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 599px) {
  .service-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-box li {
  width: calc((100% - 100px) / 3);
}
@media (max-width: 599px) {
  .service-box li {
    width: 100%;
    border: none;
    padding-bottom: 5%;
  }
}
.service-box-text {
  padding: 5% 2%;
  color: #1B365C;
}
.service-box-text .sub-ttl {
  padding-bottom: 5%;
  font-size: 1.2rem;
}
.service-box-text .desc {
  font-size: 0.8rem;
}

/*-----------------
flow
-----------------*/
.flow {
  padding-top: 50px;
  margin-top: -50px;
}
.flow .sec-ttl {
  color: #fff;
}
.flow .en {
  left: 2%;
}
@media (min-width: 599px) and (max-width: 1025px) {
  .flow .en {
    left: 38%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .flow .en {
    left: 35%;
  }
}
@media (max-width: 599px) {
  .flow .en {
    left: 30%;
  }
}
.flow-inner {
  background: #90B8E0;
  max-width: 1180px;
  margin: 5% auto 0;
}
.flow-box {
  padding: 2% 5%;
  max-width: 600px;
  margin: 0 auto;
}
.flow-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: list;
  margin: 0% auto 10%;
}
.flow-box li::before {
  content: counter(list);
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50px;
  font-size: 1.4rem;
  background: #F2E1AE;
  margin-right: 10%;
}
@media (max-width: 599px) {
  .flow-box li::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
}
.flow-box-text .sub-ttl {
  color: #1B365C;
  font-size: 1.5rem;
  padding-bottom: 5%;
}
@media (max-width: 599px) {
  .flow-box-text .sub-ttl {
    font-size: 1.2rem;
  }
}
.flow-box-text p {
  color: #fff;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .flow-box-text p {
    font-size: 0.7rem;
  }
}

/*-----------------
price
-----------------*/
.price {
  padding-top: 50px;
  margin-top: -50px;
}
.price .en {
  color: #8C582A;
  left: 2%;
}
@media (min-width: 599px) and (max-width: 1025px) {
  .price .en {
    left: 38%;
  }
}
@media (max-width: 599px) {
  .price .en {
    left: 30%;
  }
}
.price-inner {
  max-width: 1180px;
  width: 100%;
  margin: 5% auto 0;
  padding-bottom: 5%;
  background: #fff;
}
@media (max-width: 599px) {
  .price-inner {
    margin: 0% auto;
  }
}
.price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #1B365C;
  padding: 0% 5% 5%;
}
@media (max-width: 599px) {
  .price-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price-box li {
  width: calc((100% - 80px) / 3);
  color: #333;
}
@media (max-width: 599px) {
  .price-box li {
    width: 100%;
    margin-bottom: 10%;
  }
}
.price-box li .list-ttl {
  color: #1B365C;
  font-size: 1.4rem;
  padding-bottom: 5%;
}
.price-box-text {
  font-size: 1.4rem;
}
.price-box-text table {
  width: 100%;
}
.price-box-text table, .price-box-text th, .price-box-text td {
  text-align: left;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
  font-size: 0.8rem;
  line-height: 1.2em;
}
.price-box-text th, .price-box-text td {
  padding: 1%;
}
.price-box-text th {
  background: #ccc;
}
.price-under-text {
  margin: 0 auto;
  padding: 2% 5%;
}
.price-under-text .list-ttl {
  font-size: 1.3rem;
  padding-bottom: 1%;
  color: #1B365C;
  -webkit-text-decoration: underline #F4A460 3px;
          text-decoration: underline #F4A460 3px;
}
@media (max-width: 599px) {
  .price-under-text .list-ttl {
    padding-bottom: 5%;
  }
}
.price-under-text .desc {
  padding-bottom: 3%;
  line-height: 1.2em;
}
@media (max-width: 599px) {
  .price-under-text .desc {
    padding-bottom: 10%;
    font-size: 0.8rem;
    line-height: 1.2em;
  }
}

/*-----------------
about
-----------------*/
.about {
  padding-top: 50px;
  margin-top: -50px;
}
.about .en {
  color: #90B8E0;
  left: 2%;
}
@media (min-width: 599px) and (max-width: 1025px) {
  .about .en {
    left: 35%;
  }
}
@media (max-width: 599px) {
  .about .en {
    left: 30%;
  }
}
.about-inner {
  max-width: 1180px;
  width: 100%;
  margin: 5% auto 0;
  background: #fdfada;
}
@media (max-width: 599px) {
  .about-inner {
    margin: 0 auto;
  }
}
.about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3% 5%;
}
@media (max-width: 599px) {
  .about-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .about-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-box-img {
  width: 48%;
}
@media (max-width: 599px) {
  .about-box-img {
    width: 100%;
  }
}
.about-box-img img {
  border-radius: 5px;
}
.about-box-text {
  width: 48%;
  padding: 2% 0;
  color: #1B365C;
}
@media (max-width: 599px) {
  .about-box-text {
    width: 100%;
    padding: 5% 5% 10%;
  }
}
.about-box-text .sub-ttl {
  display: inline-block;
  font-size: 2rem;
  padding-bottom: 5%;
}
@media (min-width: 599px) and (max-width: 1025px) {
  .about-box-text .sub-ttl {
    padding-bottom: 1%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .about-box-text .sub-ttl {
    font-size: 1.5rem;
  }
}
.about-box-text p {
  line-height: 1.5em;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .about-box-text p {
    font-size: 0.8rem;
  }
}
.about-box-text i {
  font-size: 2rem;
  color: #1DA1F2;
  margin-left: 2%;
}

/*-----------------
works
-----------------*/
.works {
  padding-top: 50px;
  margin-top: -50px;
}
.works li {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.works li:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.works .en {
  color: #D3D3D3;
  left: 2%;
}
@media (min-width: 599px) and (max-width: 1025px) {
  .works .en {
    left: 35%;
  }
}
@media (max-width: 599px) {
  .works .en {
    left: 30%;
  }
}
.works-inner {
  max-width: 1180px;
  width: 100%;
  margin: 5% auto 0;
  background: #fff;
  padding: 0 0 5%;
}
@media (max-width: 599px) {
  .works-inner {
    margin: 0 auto;
  }
}
.works-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 599px) {
  .works-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works-box li {
  width: 30%;
  border: #e7e7e7 1px solid;
}
@media (max-width: 599px) {
  .works-box li {
    width: 100%;
    margin-bottom: 10%;
  }
}
.works-box-text {
  font-size: 0.9rem;
  color: #1B365C;
  padding: 5%;
}

/*-----------------
other
-----------------*/
.other {
  padding-top: 50px;
  margin-top: -50px;
}
.other .en {
  color: #B22222;
  left: 2%;
}
@media (min-width: 599px) and (max-width: 1025px) {
  .other .en {
    left: 35%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .other .en {
    left: 32%;
  }
}
@media (max-width: 599px) {
  .other .en {
    left: 22%;
  }
}
.other-inner {
  max-width: 1180px;
  width: 100%;
  margin: 5% auto 0;
  background: #e7e7e7;
  padding-bottom: 5%;
}
@media (max-width: 599px) {
  .other-inner {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.other-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 599px) {
  .other-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.other-box li {
  width: calc((100% - 80px) / 3);
  border: #e7e7e7 1px solid;
}
@media (max-width: 599px) {
  .other-box li {
    width: 100%;
    border: none;
  }
}
.other-box-text {
  padding: 5% 2%;
  color: #1B365C;
  background: #fff;
}
.other-box-text .sub-ttl {
  padding-bottom: 5%;
  font-size: 1.2rem;
}
.other-box-text .desc {
  font-size: 0.8rem;
  line-height: 1.4em;
}

/*-----------------
form
-----------------*/
#form {
  padding-top: 50px;
  margin-top: -50px;
}
#form b {
  font-size: 0.6rem;
}
#form .container {
  text-align: center;
  background: #fff;
  margin: 5% auto 0;
  max-width: 1180px;
  padding: 0 2% 5%;
  text-align: center;
}
@media (max-width: 599px) {
  #form .container {
    margin: 0 auto;
  }
}
#form .en {
  color: #f8c76b;
  position: absolute;
  left: 2%;
}
@media (min-width: 599px) and (max-width: 1025px) {
  #form .en {
    left: 32%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #form .en {
    left: 32%;
  }
}
@media (max-width: 599px) {
  #form .en {
    left: 25%;
  }
}
#form .sec-ttl {
  position: relative;
  text-align: center;
}
#form .ttl-item {
  text-align: left;
}
@media (min-width: 599px) and (max-width: 1025px) {
  #form .ttl-item {
    text-align: center;
  }
}
@media (max-width: 599px) {
  #form .ttl-item {
    text-align: center;
  }
}
#form .input {
  display: inline-block;
  height: 40px;
  width: 70%;
  border: 1px solid #ccc;
}
@media (max-width: 599px) {
  #form .input {
    width: 100%;
  }
}
#form .mini, #form .msg {
  display: inline-block;
  text-align: center;
  width: 20%;
}
@media (max-width: 599px) {
  #form .mini, #form .msg {
    font-size: 0.8rem;
    display: block;
    width: 100%;
    padding: 5% 0;
  }
}
#form .msg {
  vertical-align: top;
}
#form .mini-tx:last-of-type {
  display: inline-block;
  text-align: left;
}
#form .input-part {
  text-align: left;
  width: 100%;
}
#form .message-part {
  text-align: left;
  vertical-align: top;
}
#form .mini-message {
  display: inline-block;
  vertical-align: top;
}
#form textarea {
  border: 1px solid #ccc;
  width: 70%;
}
@media (max-width: 599px) {
  #form textarea {
    width: 100%;
  }
}

/*---------------
確認ボタン
---------------*/
.button {
  display: inline-block;
  border-radius: 10px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  padding: 11px 5%;
  background: #007fff;
  color: #ffffff;
  line-height: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 4px 4px 9px #666666;
          box-shadow: 4px 4px 9px #666666;
  border: 2px solid #007fff;
  text-align: center;
  margin-top: 5%;
  -webkit-appearance: none;
}

.button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #007fff;
  background: #ffffff;
}

/*----------------
footer
----------------*/
#footer {
  margin-top: 5%;
  text-align: center;
}
@media (max-width: 599px) {
  #footer {
    margin: 0 auto;
  }
}
#footer .copyright {
  padding: 2% 0;
  background: #333;
  color: #fff;
}
@media (max-width: 599px) {
  #footer .copyright {
    padding: 4% 0;
  }
}
/*# sourceMappingURL=style.css.map */