@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 追加設定
----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* 共通設定
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  body {
    min-width: 960px;
  }
}

img {
  max-width: 100%;
}

p {
  line-height: 1.6;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

/* ハンバーガーボタン
----------------------------------------------- */
.humberger {
  position: fixed;
  width: 40px;
  height: 40px;
  background: url("../images/common/open.png") no-repeat;
  background-size: contain;
  top: 20px;
  right: 18px;
  cursor: pointer;
  z-index: 101;
  text-indent: -9999px;
}

.humberger.open {
  background: url("../images/common/close.png") no-repeat;
  background-size: contain;
}

/* ヘッダー
----------------------------------------------- */
header {
  max-width: 1024px;
  margin: 0 auto;
  min-height: 100px;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  header {
    width: 100%;
    padding: 20px 15px;
  }
}

header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  header .flex .logo {
    width: 300px;
  }
}

header .flex .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .flex .header_right .access {
  margin-right: 30px;
}

header .flex .header_right .access a {
  font-size: 14px;
  background: url(../images/header/access_icon.png) no-repeat center left, url(../images/header/link_icon.png) no-repeat center right;
  padding: 0 25px 0 20px;
  text-decoration: none;
}

header .flex .header_right .tel a {
  font-size: 28px;
  background: url(../images/header/tel_icon.png) no-repeat left center;
  padding-left: 30px;
  text-decoration: none;
}

/* グローバルナビ
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  nav.global {
    max-width: 1024px;
    margin: 0 auto;
    border-top: solid 1px #f2f2f2;
  }
  nav.global ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  nav.global ul.menu li {
    width: 100%;
    text-align: center;
  }
  nav.global ul.menu li a {
    display: block;
    white-space: nowrap;
    padding: 25px 0;
    border-bottom: 5px #eeeeee solid;
  }
  nav.global ul.menu li a:hover,
  nav.global ul.menu li a.on {
    background: #f0f6da;
    border-bottom: 5px #a5c80d solid;
  }
  nav.global ul.menu li ul.sub {
    display: none;
    position: absolute;
    padding: 0;
  }
  nav.global ul.menu li ul.sub li {
    z-index: 1;
    width: 360px;
    position: relative;
    background: #ffffff;
    display: blok;
    font-size: small;
    text-align: left;
    border-left: none;
  }
  nav.global ul.menu li ul.sub li a {
    padding: 25px 0 25px 20px;
    display: block;
    text-decoration: none;
  }
  nav.global ul.menu li ul.sub li a span {
    background: url(../images/common/link_icon.png) no-repeat center right;
    padding-right: 20px;
  }
  nav.global ul.menu li ul.sub li a:hover,
  nav.global ul.menu li ul.sub li a.on {
    background: #f0f6da;
    border-bottom: 5px #a5c80d solid;
  }
}

@media screen and (max-width: 767px) {
  nav.global {
    display: none;
    overflow-y: auto;
    background: #ffffff;
    position: fixed;
    z-index: 5;
    height: 100%;
    top: 0;
    width: 100%;
  }
  nav.global ul.menu li {
    white-space: nowrap;
  }
  nav.global ul.menu li a {
    display: block;
    padding: 20px 0 20px 25px;
    border-bottom: solid 3px #eeeeee;
  }
  nav.global ul.menu li ul.sub li a {
    display: block;
    padding-left: 50px;
    background-position: left 40px center;
  }
  nav.global ul.menu li ul.sub li a span {
    background: url(../images/common/link_icon.png) no-repeat center right;
    padding-right: 20px;
  }
  nav.global ul.menu li a.on {
    background: #f0f7e5;
    border-bottom: 3px #a5c80d solid;
  }
  nav.global ul.menu li .sub li:last-child {
    border-bottom: none;
  }
}

/* パンくずナビ
----------------------------------------------- */
.bread .breadcrumbs {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 0 50px 0;
}

@media screen and (max-width: 767px) {
  .bread .breadcrumbs {
    padding: 20px 0 50px 0;
  }
}

.bread .breadcrumbs span {
  font-size: 14px;
  padding: 0 3px;
}

.bread .breadcrumbs span a:hover {
  color: #099da6;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .bread .breadcrumbs span {
    font-weight: normal;
    line-height: 1.4;
  }
}

/* コンテンツ部分の囲み
----------------------------------------------- */
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* サブカバー
----------------------------------------------- */
.sub_cover {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .sub_cover {
    padding-top: 40px;
  }
}

.sub_cover .page_title {
  display: inline;
  font-size: 36px;
  color: #a0c800;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .sub_cover .page_title {
    font-size: 20px;
  }
}

/* タイトル・見出し
----------------------------------------------- */
.sub_title {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sub_title {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}

.sub_title span {
  font-size: 32px;
  background: url(../images/common/sub_title_bg.png) no-repeat left center;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .sub_title span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.4em;
  }
}

.lead {
  background: #f7f7f7;
  padding: 20px 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .lead {
    padding: 15px 15px;
    margin-bottom: 25px;
  }
}

.lead span {
  font-size: 22px;
  background: url(../images/common/lead_bg.png) no-repeat left center;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .lead span {
    display: inline-block;
    line-height: 1.4em;
    font-size: 16px;
    padding-left: 20px;
  }
}

.lead_round {
  border-bottom: dashed 1px #cccccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.lead_round span {
  font-size: 18px;
  font-weight: bold;
  background: url(../images/common/round.png) no-repeat left center;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .lead_round span {
    display: inline-block;
    line-height: 1.4em;
    font-size: 16px;
    background-position: left top 5px;
    padding-left: 25px;
  }
}

/* フッター
----------------------------------------------- */
.bnr_wrap {
  border-top: 1px solid #dddddd;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .bnr_wrap {
    padding: 25px 0;
  }
}

.bnr_wrap .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bnr_wrap .flex .bnr {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .bnr_wrap .flex .bnr {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer_wrap {
  background: #f0f7e5;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .footer_wrap {
    padding: 25px 0;
  }
}

.footer_wrap .footer_left {
  width: 39%;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .footer_wrap .footer_left {
    width: 100%;
  }
}

.footer_wrap .footer_left .logo {
  margin-bottom: 20px;
}

.footer_wrap .footer_left .info {
  font-size: 14px;
  line-height: 1.8em;
}

.footer_wrap .footer_left .info .access {
  margin-top: 15px;
}

.footer_wrap .footer_left .info .access a {
  background: url(../images/footer/link_icon.png) no-repeat center right;
  padding-right: 20px;
  text-decoration: underline;
}

.footer_wrap .footer_nav {
  width: 61%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.footer_wrap .footer_nav ul {
  list-style: none;
}

.footer_wrap .footer_nav ul li {
  margin-bottom: 15px;
}

.footer_wrap .footer_nav ul li a {
  font-size: 14px;
  background: url(../images/common/arrow.png) no-repeat left center;
  padding-left: 15px;
}

.footer_wrap .footer_nav ul li ul.sub_nav_wrap {
  margin: 10px 0 0 20px;
}

.footer_wrap .footer_nav ul li ul.sub_nav_wrap li.sub_nav {
  line-height: 1.3em;
  margin-bottom: 5px;
}

.footer_wrap .footer_nav ul li ul.sub_nav_wrap li.sub_nav a {
  font-size: 12px;
  background: url(../images/footer/sub_nav_bg.png) no-repeat left center;
}

.footer_wrap .footer_nav ul li ul.sub_nav_wrap li.sub_nav a span {
  background: url(../images/footer/link_icon.png) no-repeat center right;
  padding: 0 18px;
}

.f_copy {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  background: #69b200;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .f_copy {
    line-height: 1.4em;
    color: #1b1b1b;
    background: #f0f7e5;
    padding: 15px 0 60px 0;
  }
}

/* ページトップ
----------------------------------------------- */
.page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .page-top {
    bottom: 130px;
    right: 10px;
  }
}

/* スマホ用　フッターお問い合わせ
----------------------------------------------- */
.footer-contact {
  background: #3c6600;
  width: 100%;
  padding: 1em 0;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .footer-contact {
    display: none;
  }
}

.footer-contact .column {
  width: 50%;
  text-align: center;
}

.footer-contact .column a {
  color: #ffffff;
  font-size: 14px;
}

.footer-contact .column .tel_f {
  background: url(../images/footer/tel_icon.png) no-repeat left center;
  padding-left: 20px;
}

.footer-contact .column .access_f {
  background: url(../images/footer/access_icon_f.png) no-repeat left center;
  padding-left: 20px;
}
/*# sourceMappingURL=common.css.map */