@charset "UTF-8";
/*変数設定用*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:hover p:hover {
  opacity: 0.7;
}

a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

header {
  padding: 30px 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  header .container {
    display: flex;
    align-items: center;
  }
}

header h1 {
  float: left;
  width: 40%;
  max-width: 300px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  header h1 {
    width: 50%;
    margin-right: 10%;
    padding-top: 0px;
  }
}

header h1 a {
  font-size: 3rem;
  color: #03A000;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  header h1 a {
    font-size: 1.8rem;
  }
}

header .head_tel {
  float: right;
  display: flex;
  align-items: center;
}

header .head_tel > div {
  margin: 0 20px 0 10px;
}

@media screen and (max-width: 767px) {
  header .head_tel > div {
    display: none;
  }
}

header .head_tel span {
  display: block;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  header .head_tel span {
    font-size: 1.2rem;
  }
}

header .head_tel .tel {
  font-size: 2.3rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  color: #000;
}

@media screen and (max-width: 767px) {
  header .head_tel .tel {
    font-size: 1.4rem;
  }
}

header .head_tel .head_contact {
  background: linear-gradient(#009f00 0%, #5bbf16 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  padding: 20px 34px;
}

@media screen and (max-width: 767px) {
  header .head_tel .head_contact {
    font-size: 1.2rem;
    padding: 10px 8px;
  }
}

@media screen and (max-width: 767px) {
  header .head_tel.vpc {
    display: none !important;
  }
}

header .head_tel.vsp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  header .head_tel.vsp {
    display: flex !important;
    width: 40%;
  }
}

header .head_tel.vsp .sp_tel {
  max-width: 40px;
  margin-right: 10px;
}

footer {
  width: 100%;
}

footer .f_logo {
  text-align: center;
  font-size: 3rem;
  color: #03A000;
  font-family: 'Noto Serif JP', serif;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .f_logo {
    font-size: 2rem;
  }
}

footer .f_logo:before {
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(#efffaf 0%, #5bbf16 100%);
  position: absolute;
  content: "";
}

footer .f_logo img {
  max-width: 300px;
}

footer .copy {
  max-width: 1024px;
  width: 95%;
  margin: auto;
  text-align: right;
  padding: 20px 0;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.container {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}
