@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

img {
  border: none;
}

html body {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  background: #fff;
  color: #000;
}

a.imagelink:hover img {
  opacity: 0.8;
}

header {
  width: 100%;
  background: url(../images/header_bg.png) repeat;
}
header section div.header_contact .sns {
  display: flex;
  justify-content: right;
}
header section div.header_contact .sns p {
  width: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}
header section div.header_contact .sns p a {
  display: block;
  border-radius: 2px;
}
header section div.header_contact .sns p a i {
  color: #D93600;
  font-size: 20px;
}
header section div.header_contact p.tel span {
  display: block;
}
header section div.header_contact p.tel span.teltitle {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  header section div.header_contact p.tel span.teltitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  header section div.header_contact p.tel span.teltitle {
    font-size: 12px;
  }
}
header section div.header_contact p.tel span.telnumber {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  header section div.header_contact p.tel span.telnumber {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  header section div.header_contact p.tel span.telnumber {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  header section div.header_contact p.tel span.telorder {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  header section div.header_contact p.tel span.telorder {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  header section {
    width: 1140px;
    margin: 0 auto;
    height: 170px;
  }
  header section h1 {
    margin-top: 50px;
    float: left;
    width: 278px;
    box-sizing: border-box;
  }
  header section div.header_contact {
    float: right;
    width: 250px;
    box-sizing: border-box;
  }
  header section div.header_contact p.contact {
    margin-top: 10px;
    display: block;
  }
  header section div.header_contact p.tel {
    margin-top: 5px;
    margin-right: 10px;
    display: block;
    text-align: right;
  }
  header section:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  header section {
    width: 100%;
    margin: 0 auto;
  }
  header section:after {
    content: " ";
    display: block;
    clear: both;
  }
  header section h1 {
    margin-top: 40px;
    float: left;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  header section h1 img {
    width: 100%;
  }
  header section div.header_contact {
    float: right;
    width: 50%;
    box-sizing: border-box;
  }
  header section div.header_contact .sns {
    margin-right: 20px;
  }
  header section div.header_contact p.contact {
    margin-top: 10px;
    margin-right: 20px;
    display: block;
    text-align: right;
  }
  header section div.header_contact p.contact img {
    width: 80%;
  }
  header section div.header_contact p.tel {
    margin-top: 5px;
    margin-right: 20px;
    display: block;
    text-align: right;
  }
  header section div.header_contact p.tel img {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  header nav.navbar {
    background: none;
    border: none;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar {
    background: none;
    border: none;
    border-top: 1px solid #dedede;
    margin: 0;
  }
  header nav.navbar .navbar-toggle {
    background: #fff;
    border: 1px solid #FFD6A0;
  }
  header nav.navbar .navbar-toggle:hover {
    background: #FFD6A0;
  }
  header nav.navbar .navbar-toggle span.icon-bar {
    background: #F95620;
  }
}
@media screen and (min-width: 768px) {
  header nav div#gnavi {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  header nav div#gnavi {
    border: none;
    padding: 0;
  }
}
header nav ul {
  list-style: none;
}
@media screen and (min-width: 768px) {
  header nav ul {
    background: #008C00;
    width: 1140px;
    margin: 0 auto;
    border: none;
  }
  header nav ul:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  header nav ul {
    background: #fff;
  }
}
header nav ul li {
  list-style: none;
  display: block;
}
@media screen and (min-width: 768px) {
  header nav ul li {
    width: 162.8571428571px;
    float: left;
  }
  header nav ul li:hover {
    background: #D93600;
  }
  header nav ul li.active {
    background: #D93600;
  }
  header nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding: 10px 0 8px;
  }
  header nav ul li a:hover {
    text-decoration: none;
    color: #fff;
  }
  header nav ul li a span {
    font-size: 10px;
    color: #fff;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header nav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
  }
  header nav ul li a {
    color: #232323;
    padding: 0 10px;
    display: block;
  }
  header nav ul li a:hover {
    text-decoration: none;
  }
  header nav ul li a span {
    display: inline-block;
    margin-left: 10px;
    font-size: 10px;
  }
}

footer {
  width: 100%;
  background: #d9d9d9;
}
footer section {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  footer section {
    width: 1140px;
    margin: 30px auto 10px;
  }
}
@media screen and (max-width: 767px) {
  footer section {
    padding: 20px;
  }
}
footer section h2 {
  font-size: 24px;
  color: #000;
  display: none;
}
footer section h3 {
  text-align: center;
  font-size: 20px;
  color: #000;
}
footer section h3 span {
  margin-top: 5px;
  display: block;
  color: #000;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  footer section h3 {
    padding: 0;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer section h3 {
    margin: 0;
    padding: 0;
  }
}
footer section ul.footer_banner {
  list-style: none;
}
footer section ul.footer_banner:after {
  content: " ";
  display: block;
  clear: both;
}
footer section ul.footer_banner li {
  display: block;
  box-sizing: border-box;
  border-right: 10px solid #d9d9d9;
}
footer section ul.footer_banner li a {
  display: block;
  background: #fff;
  border: 5px solid #999;
}
footer section ul.footer_banner li a:hover {
  opacity: 0.8;
}
footer section ul.footer_banner li a img {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  footer section ul.footer_banner li {
    float: left;
    width: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  footer section ul.footer_banner li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  footer section.sitemap {
    margin: 0 auto 0;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer section.sitemap {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  footer section div.sitemap_wrap dl {
    width: 25%;
    box-sizing: border-box;
    float: left;
  }
  footer section div.sitemap_wrap dl dd img.corporate_banner {
    display: block;
    height: 50px;
    margin-top: 5px;
    border: 5px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  footer section div.sitemap_wrap dl {
    width: 100%;
  }
  footer section div.sitemap_wrap dl dt, footer section div.sitemap_wrap dl dd {
    border-bottom: 1px solid #999;
  }
  footer section div.sitemap_wrap dl dt {
    display: block;
    padding: 10px;
  }
  footer section div.sitemap_wrap dl dd a {
    display: block;
    padding: 10px 20px 10px;
  }
  footer section div.sitemap_wrap dl dd a img.corporate_banner {
    margin-top: 5px;
    border: 5px solid #ccc;
  }
}
footer section div.sitemap_wrap:after {
  content: " ";
  display: block;
  clear: both;
}
footer section p {
  text-align: center;
}/*# sourceMappingURL=common.css.map */