@charset "UTF-8";
@import url(../fonts/NotoSans/load.css);

a {
  color: #101010;
}

a::before, a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

a, a::before, a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.cmn-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cmn-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
  .cmn-img img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

}

@media screen and (min-width:769px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 15px;
    color: #101010;
    text-align: center;
  }

  .inbox {
    width: 1080px;
    margin: 0 auto;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .pagenation {
    color: #00629b;
    font-size: 12px;
    position: relative;
  }

  .pagenation li {
    background: #fff;
    padding: 5px 10px;
    color: #00629b;
    font-size: 16px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 10px;
  }

  .pagenation li a {
    color: #00629b;
  }

  .pagenation .current {
    background: #00629b;
    color: #fff !important;
  }

  .pagenation .right {
    position: absolute;
    right: 2%;
    z-index: 2;
  }

  .pagenation .center {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .pagenation .left {
    position: absolute;
    left: 2%;
    z-index: 2;
  }

  .cmn-dl > dl > dt, .cmn-dl > dl > dd {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }

  .cmn-dl > dl > dt {
    background: url(../img/txtbox01.png);
    color: #fff;
    padding: 10px;
    width: 200px;
    text-align: center;
    position: relative;
  }

  .cmn-dl > dl > dd {
    padding: 10px 20px;
  }

  .cmn-dl > dl > dd a[href^="mailto:"] {
    text-decoration: underline;
  }

  div .bread {
    font-size: 12px;
    text-align: left;
    position: relative;
  }

  div .bread ol {
    position: absolute;
    left: 0;
    top: 10px;
  }

  div .bread ol li {
    display: inline-block;
    color: #00629b;
  }

  div .bread ol li:after {
    content: " | ";
    padding: 0 2px;
    color: #999;
  }

  div .bread ol li:last-child:after {
    content: "";
  }

  div .bread ol li a {
    color: #999999;
  }

  /*お問い合わせ
        --------------------------------------------*/
  .contact-form {
    margin-bottom: 20px;
  }

  .contact-form dt {
    padding: 15px;
    width: 280px !important;
    vertical-align: top;
  }

  .contact-form dt span {
    font-weight: bold;
    padding: 3px;
    font-size: 11px;
    margin-left: 5px;
    font-weight: normal;
  }

  .contact-form dd {
    padding: 10px 15px;
  }

  .contact-form dd .txtarea {
    border: none;
    width: 640px;
    background: #f2f2f2;
    padding: 5px;
  }

  .contact-form textarea {
    height: 260px;
  }

  .contact-form .error-text {
    color: #ff0000;
  }

  .g-recaptcha div {
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .check-btn {
    width: 260px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/arr05.png) no-repeat, #00629b;
    background-position: 80% 50%;
    padding: 15px 0;
    margin-top: 20px;
  }

  .back-btn {
    width: 270px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/arr05.png) no-repeat, #00629b;
    background-position: 90% 50%;
    padding: 15px 0;
    margin-right: 40px;
  }

  .contact-submits-wrap {
    margin-top: 20px;
  }

  .send-btn {
    width: 240px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/arr05.png) no-repeat, #00629b;
    background-position: 90% 50%;
    padding: 15px 0;
  }

  /*プライバシーポリシー
        --------------------------------------------*/
  .privacy_frame {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    height: 250px;
  }

  #privacy iframe {
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    border: none;
  }

  #privacy {
    padding-top: 45px;
  }

  .privacy_frame {
    background: #fff;
    border: 1px solid #ccc;
  }

  .privacy {
    padding: 0 5px;
  }

  .privacy_cont h4 {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }

  .privacy_cont {
    margin-bottom: 25px;
    text-align: left;
  }

  .privacy_cont p {
    font-size: 14px;
  }

  .privacy_cont:last-child {
    margin-bottom: 0;
  }

  /*サイトマップ
        --------------------------------------------*/
  .sitemap li {
    border-bottom: 1px solid #00629b;
    text-align: left;
  }

  .sitemap li a {
    padding: 15px 25px;
    display: block;
    background: url(../img/common/arr05.png) left center no-repeat;
  }

  .sitemap li a:hover {
    color: #00629b;
  }

  .pagetop {
    color: #FFF;
    position: fixed;
    bottom: 8%;
    right: 3%;
    z-index: 999;
  }

}

@media screen and (min-width:320px) and (max-width:768px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 3.7vw;
    color: #101010;
    line-height: 1.6;
    text-align: center;
  }

  .inbox {
    padding: 0 2%;
    margin: 0 auto;
  }

  .pagenation {
    color: #00629b;
    font-size: 12px;
    position: relative;
  }

  .pagenation li {
    background: #fff;
    padding: 5px 10px;
    color: #00629b;
    font-size: 16px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 10px;
  }

  .pagenation li a {
    color: #00629b;
  }

  .pagenation .current {
    background: #00629b;
    color: #fff !important;
  }

  .pagenation p a {
    color: #00629b;
  }

  .pagenation .right {
    position: absolute;
    right: 2%;
    z-index: 2;
  }

  .pagenation .center {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .pagenation .left {
    position: absolute;
    left: 2%;
    z-index: 2;
  }

  .cmn-dl {
    text-align: left;
  }

  .cmn-dl > dl > dt {
    background: url(../img/txtbox01.png);
    color: #fff;
    padding: 10px;
  }

  .cmn-dl > dl > dd {
    padding: 10px 20px;
  }

  .cmn-dl > dl > dd a[href^="tel:"], .cmn-dl > dl > dd a[href^="mailto:"] {
    text-decoration: underline;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  div .bread {
    display: none;
  }

  /*お問い合わせ
  --------------------------------------------*/
  .contact .contact-form {
    text-align: left;
    margin-bottom: 20px;
  }

  .contact .contact-form dl dt span {
    color: #fff;
    font-weight: bold;
    padding: 3px;
    font-size: 11px;
    margin-left: 5px;
  }

  .contact .contact-form dl dd textarea {
    height: 260px;
  }

  .contact .contact-form .error-text {
    color: #ff0000;
  }

  .contact .contact-form .txtarea {
    border: none;
    width: 95%;
    background: #f2f2f2;
    padding: 5px;
  }

  .contact .g-recaptcha div {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .contact .check-btn {
    width: 75%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/arr05.png) no-repeat, #00629b;
    background-position: 80% 50%;
    padding: 15px 0;
    margin-top: 20px;
  }

  .contact .back-btn {
    width: 52%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/arr05.png) no-repeat, #00629b;
    background-position: 90% 50%;
    padding: 15px 0;
  }

  .contact .contact-submits-wrap {
    margin-top: 20px;
  }

  .contact .send-btn {
    width: 40%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/arr05.png) no-repeat, #00629b;
    background-position: 90% 50%;
    padding: 15px 0;
    margin-left: 15px;
  }

  .contact input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  /*プライバシーポリシー
  --------------------------------------------*/
  .privacy_frame {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    height: 250px;
  }

  #privacy iframe {
    width: 100%;
    height: 250px;
    background: #fff;
    display: block;
    border: none;
  }

  #privacy {
    padding-top: 20px;
  }

  .privacy_frame {
    background: #fff;
    border: 1px solid #ccc;
  }

  .privacy {
    padding: 0 5px;
  }

  .privacy_cont h4 {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }

  .privacy_cont {
    margin-bottom: 25px;
    text-align: left;
  }

  .privacy_cont p {
    font-size: 14px;
  }

  .privacy_cont:last-child {
    margin-bottom: 0;
  }

  .sitemap li {
    border-bottom: 1px solid #00629b;
    text-align: left;
  }

  .sitemap li a {
    padding: 15px 25px;
    display: block;
    background: url(../img/common/arr05.png) left center no-repeat;
  }

  /*footer
  --------------------------------------------*/
  .pagetop {
    color: #FFF;
    position: fixed;
    bottom: 8%;
    right: 3%;
    z-index: 999;
  }

}

/*# sourceMappingURL=common.css.map */
