@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Base
------------------------------------------------------------ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Noto Sans JP, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  letter-spacing: 0.04em;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a img:hover {
  opacity: 0.8;
}

small {
  font-size: inherit;
}

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

h1, h2, h3, h4, h5, p, dt, dd, ul, li {
  color: #333;
  line-height: 1.5;
}

.animation {
  /* animation */
  -webkit-text-size-adjust: 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

strong {
  font-weight: bold !important;
}

/* ------------------------------------------------------------
   Layout
------------------------------------------------------------ */
.inner {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .inner {
    padding: 0 5%;
  }
}

.header {
  width: 100%;
  padding: 18px 46px 18px 30px;
}

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

.header__flex {
  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;
}

.header__flex__logo {
  width: 160px;
}

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

.header__flex__logo__link {
  display: block;
}

.header__flex__right__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__flex__right__list__content:first-child a {
  color: #f63b3b;
  padding: 1px 0 1px 42px;
  font-size: 3.2rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  background: url(/common/img/ico_tel01@2x.png) no-repeat center left/contain;
}

@media screen and (max-width: 767px) {
  .header__flex__right__list__content:first-child a {
    padding-left: 22px;
    font-size: 1.6rem;
  }
}

.header__flex__right__list__content:first-child a:hover {
  opacity: 0.8;
}

.header__flex__right__list__content:nth-child(2) {
  width: 34px;
  margin-left: 33px;
}

@media screen and (max-width: 767px) {
  .header__flex__right__list__content:nth-child(2) {
    width: 18px;
    margin-left: 10px;
  }
}

.header__flex__right__list__content:nth-child(3) {
  width: 33px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .header__flex__right__list__content:nth-child(3) {
    width: 18px;
  }
}

.header__flex__right__list__content__link {
  display: block;
}

.header__flex__right__time {
  margin-top: 10px;
  font-size: 1.4rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

@media screen and (max-width: 767px) {
  .header__flex__right__time {
    margin-top: 4px;
    font-size: 1rem;
    text-align: right;
  }
}

.header__flex__right__time__bottom {
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .header__flex__right__time__bottom {
    display: block;
    margin-left: 0;
  }
}

.header__flex__right__time__ind {
  margin: 0 -2.5px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}

.breadcrumb__list {
  position: relative;
}

.breadcrumb__list:not(:last-child) {
  margin-right: 48px;
}

.breadcrumb__list:not(:last-child)::after {
  content: "";
  width: 7px;
  height: 11px;
  display: block;
  margin: auto 0;
  background: url(../img/pic_vec01@2x.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: -26px;
  bottom: 0;
}

.breadcrumb__list__link {
  color: #333;
  text-decoration: none;
}

.leftwrap {
  width: 18%;
}

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

.leftwrap .sidenav {
  width: 100%;
}

.leftwrap .sidenav__list {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.7);
          box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.7);
  position: relative;
}

.leftwrap .sidenav__list:not(:first-child) {
  margin-top: 10px;
}

.leftwrap .sidenav__list__link {
  color: #444;
  display: block;
  padding: 17.5px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.leftwrap .sidenav__list__link:hover {
  opacity: 0.8;
}

.leftwrap .add {
  width: 100%;
  margin-top: 10px;
}

.leftwrap .add__list {
  background: #f6f6f6;
}

.leftwrap .add__list:not(:first-child) {
  background: url(../img/dot04.png) repeat-x top left/5px, #f6f6f6;
}

.leftwrap .add__list__link {
  color: #444;
  display: block;
  padding: 17.5px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.leftwrap .add__list__link:hover {
  opacity: 0.8;
}

#about .sidenav__list:first-child::before {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background: #f64a42;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer {
  margin-top: 60px;
  padding: 60px 0 40px;
  background: #5eb2ba;
}

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

.footer__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: 1199px) {
  .footer__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__flex__left {
  width: 54%;
}

@media screen and (max-width: 1199px) {
  .footer__flex__left {
    width: 100%;
  }
}

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

@media screen and (max-width: 767px) {
  .footer__flex__left__tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__flex__left__tel__list {
  color: #fff;
  font-size: 3.2rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer__flex__left__tel__list {
    font-size: 2.8rem;
  }
}

.footer__flex__left__tel__list:nth-child(2) {
  margin-left: 20px;
  font-size: 2.8rem;
  /* padding-left: 38px;
                  background: url(/common/img/ico_fax01@2x.png) no-repeat center left / contain; */
}

@media screen and (max-width: 767px) {
  .footer__flex__left__tel__list:nth-child(2) {
    margin: 12px 0 0 0;
  }
}

.footer__flex__left__tel__list:nth-child(2) span {
  font-size: 2.2rem;
}

.footer__flex__left__tel__list__link {
  color: #fff;
  display: block;
  padding-left: 38px;
  font-size: 3.2rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-decoration: none;
  background: url(/common/img/ico_tel02@2x.png) no-repeat center left/contain;
}

@media screen and (max-width: 767px) {
  .footer__flex__left__tel__list__link {
    padding-left: 36px;
    font-size: 2.8rem;
  }
}

.footer__flex__left__time {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

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

.footer__flex__left__time__ind {
  margin: 0 -2.5px;
}

.footer__flex__left__time__mar {
  width: 50px;
  display: block;
}

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

.footer__flex__left__cache {
  margin-top: 20px;
}

.footer__flex__left__cache__head {
  color: #fff;
  padding: 4px 0;
  font-weight: bold;
  text-align: center;
  background: #f64a42;
}

.footer__flex__left__cache__bottom {
  padding: 15px 20px;
  background: #fff;
}

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

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

.footer__flex__left__cache__bottom__list__content:first-child {
  width: 33%;
}

.footer__flex__left__cache__bottom__list__content:last-child {
  width: 65%;
}

.footer__flex__left__cache__bottom__txt {
  color: #f64a42;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

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

.footer__flex__left__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.footer__flex__left__nav__list {
  width: 50%;
}

.footer__flex__left__nav__list:nth-child(n+3) {
  margin-top: 10px;
}

.footer__flex__left__nav__list__link {
  color: #fff;
  padding-left: 15px;
  text-decoration: none;
  background: url(/common/img/ico_vec02@2x.png) no-repeat center left/7px;
}

.footer__flex__map {
  width: 43%;
  height: 278px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .footer__flex__map {
    width: 100%;
    margin-top: 20px;
  }
}

.footer__flex__map iframe {
  vertical-align: bottom;
}

.footer__copy {
  color: #fff;
  margin-top: 60px;
  font-size: 1.4rem;
  text-align: center;
}

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

.footer__copy__top {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.footer__copy__bottom {
  display: inline-block;
  margin-top: 10px;
}
/*# sourceMappingURL=common.css.map */