@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400,500&display=swap");
/*'M PLUS Rounded 1c'*/
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese");
/*'Sawarabi Gothic'*/

html {
  font-size: 100%;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif,
    Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  padding: 30px 0;
  width: 80%;
}

.header_info {
  color: #6d6d6d;
  font-size: 21px;
}

/*
.mv img {
      width: 100%;
}

.mv {
    position: relative;
}

.mv_copy {
    color: #fff;
    font-family: 'M PLUS Rounded 1c';
    font-size: 45px;
    letter-spacing: 0.05em;
    position: absolute;
    right: 70px;
    top: 220px;
}
*/

.mv {
  background-image: url(images/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mv_copy {
  color: #fff;
  font-family: "M PLUS Rounded 1c";
  font-size: 48px;
  margin-right: 70px;
}

.gnav ul {
  display: flex;
  justify-content: center;
}

.gnav a {
  color: #6d6d6d;
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
}

section {
  margin: 80px 0;
}

.ttl {
  color: #494044;
  font-family: "M PLUS Rounded 1c";
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.menu_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 80%;
}

.menu {
  width: 30%;
}

.menu img {
  width: 100%;
}

.menu_ttl {
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
}

.menu_btn {
  text-align: center;
}

.menu_btn a {
  background-color: #494044;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  padding: 20px 40px;
  text-decoration: none;
}

.voice {
  margin: 0 auto;
  width: 80%;
}

.voice img {
  float: left;
  margin-right: 30px;
}

.voice p {
  margin-bottom: 15px;
}

.gmap {
  margin: 70px auto 0;
  width: 80%;
}

.to_top {
  margin: 0 auto;
  text-align: right;
  width: 980px;
}

.to_top a {
  background-color: #f9f7d1;
  border-radius: 20px 20px 0 0;
  color: #494044;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
}

footer {
  background-color: #f9f7d1;
  padding-bottom: 30px;
}

.footer_nav {
  padding: 30px;
  text-align: center;
}

.footer_nav li {
  display: inline;
}

.footer_nav a {
  border-right: 1px solid #494044;
  color: #494044;
  text-decoration: none;
  padding: 0 10px;
}

.footer_nav li:first-child a {
  border-left: 1px solid #494044;
}

.footer_copy {
  text-align: center;
  color: #494044;
}

/*ここからスマホサイズの記述*/
@media screen and (max-width: 559px) {
  /*フルードイメージ*/

  /*
    img{ 
max-width : 100%;
height:auto;
}
*/

  .header_inner,
  .menu_wrap,
  .voice,
  .company,
  .gmap {
    width: 100%;
  }

  .gnav {
    text-align: center;
  }

  .gnav a {
    font-size: 18px;
    padding: 3px 0;
  }

  .gnav ul {
    display: block;
    margin-bottom: 10px;
  }

  .header_inner {
    justify-content: center;
  }

  .header_inner img {
    width: 300px;
  }

  .header_info {
    display: none;
  }

  .mv {
    height: 600px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .mv_copy {
    font-size: 28px;
    margin: 0 auto;
  }

  .menu_wrap {
    display: block;
  }

  .menu {
    margin: 0 auto 60px;
    width: 80%;
  }

  .to_top {
    margin: 0 auto;
    text-align: center;
    width: 150px;
  }

  .footer_nav li {
    display: block;
    margin-bottom: 3px;
  }

  .footer_nav a {
    border: none;
  }

  .footer_nav li:first-child a {
    border: none;
  }
}
