@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

/* --- All --- */
body {
  color: #000;
  font-size: 14px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  min-width: 1000px;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.page {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 110px;
}
img {
  vertical-align: bottom;
}
ul,
li {
  list-style: none;
}
.sp {
  display: none;
}
.pc {
  display: inlin-block;
}
.cf:before,
.inner:before,
section:before,
.post:before {
  content: "";
  display: table;
}
.cf:after,
.inner:after,
section:after,
.post:after {
  content: "";
  display: table;
  clear: both;
}
.inner,
.contents {
  width: 1000px;
  margin: 0 auto;
}
.contents {
  padding: 30px 0 0;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
    overflow-x: hidden;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.6;
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .page {
    padding-top: 73px;
  }
  .inner,
  .contents {
    width: 90%;
    padding: 0 5%;
  }
  .contents {
    padding: 20px 0 0;
  }
}

/* ------ Anchor ------ */
a {
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

/* --- .global-conts (header+footer) --- */

/* pc only */
@media screen and (min-width: 769px) {
  .global-conts {
    width: 1000px;
    margin: 0 auto;
  }

  .global-conts .g-logo {
    float: left;
    padding-top: 10px;
  }
  .global-conts .g-logo span {
    font-size: 12px;
    font-weight: bold;
    display: block;
    letter-spacing: 0.01em;
    margin-bottom: 0.7em;
    line-height: 1;
  }

  .global-conts .g-conts {
    float: right;
  }

  .global-conts .global-nav {
    float: left;
    padding-right: 35px;
  }
  .global-conts .global-nav .nav {
    padding-top: 15px;
  }
  .global-conts .global-nav .nav li {
    float: left;
    padding: 0 5px;
  }
  .global-conts .global-nav .nav li a {
    display: block;
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    width: 120px;
  }
  .global-conts .global-nav .nav li a:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
  }
  .global-conts .global-nav .nav li a:hover {
    text-decoration: none;
  }
  /* .global-conts .global-nav .nav li a:hover:before {
    width: 100%;
  } */
  .global-conts .global-nav .nav li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  .global-conts .global-nav .nav img {
    width: 40px;
    height: auto;
  }
  .global-conts .global-nav .nav span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }

  .global-conts .g-info {
    float: right;
    line-height: 1.4;
  }
  .global-conts .g-info .open span {
    font-size: 11px;
    font-weight: bold;
  }
/* --- 
  .global-conts .g-info .open span:before {
    content: "受付時間";
    margin-right: 1em;
  }
 --- */
  .global-conts .g-info .phone span {
    font-size: 24px;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 1.3;
    display:block;
    margin-top: 5px;	
  }
  .global-conts .g-info .contact {
    letter-spacing: -0.4em;
    text-align: center;
    margin-top:10px;	
  }
  .global-conts .g-info .contact a {
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    width: 135px;
    padding: 12px 0;
    line-height: 1;
  }
  .global-conts .g-info .contact a span {
    font-size: 14px;
    display: inline-block;
    background-position: 0 50%;
    background-repeat: no-repeat;
    -moz-background-size: 18px auto;
    background-size: 18px auto;
    font-weight: bold;
    padding-left: 25px;
  }

  /* Navigation Animation */
  @-webkit-keyframes wrench {
    0% {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
    }

    8% {
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg);
    }

    10% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    18% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    20% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    28% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    30% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    38% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    40% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    48% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    50% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    58% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    60% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    68% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    75%,
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes wrench {
    0% {
      -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
      transform: rotate(-12deg);
    }

    8% {
      -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
      transform: rotate(12deg);
    }

    10% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    18% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    20% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    28% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    30% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    38% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    40% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    48% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    50% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    58% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    60% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    68% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    75%,
    100% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  .wrench.animated img,
  .wrench.animated-hover:hover img {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
  }
}

/* sp only */
@media screen and (max-width: 768px) {
  .global-conts {
    text-align: center;
  }
  .global-conts .g-logo {
    margin-bottom: 15px;
  }
  .global-conts .g-logo span {
    font-size: 9px;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
  }
  .global-conts .g-logo img {
    width: 140px;
    vertical-align: top;
  }

  .global-conts .g-info {
    line-height: 1.4;
  }
  .global-conts .g-info .open span {
    font-size: 11px;
    font-weight: bold;
  }
  .global-conts .g-info .open span:before {
    content: "受付時間";
    margin-right: 1em;
  }
  .global-conts .g-info .phone {
    padding: 10px 0;
  }
  .global-conts .g-info .phone a {
    font-size: 18px;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 1.3;
  }
  .global-conts .g-info .contact {
    letter-spacing: -0.4em;
    text-align: center;
  }
  .global-conts .g-info .contact a {
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    width: 135px;
    padding: 12px 0;
    line-height: 1;
  }
  .global-conts .g-info .contact a span {
    font-size: 14px;
    display: inline-block;
    background-position: 0 50%;
    background-repeat: no-repeat;
    -moz-background-size: 18px auto;
    background-size: 18px auto;
    font-weight: bold;
    padding-left: 25px;
  }
}

/* --- .header --- */

/* pc only */
@media screen and (min-width: 769px) {
  .header {
    height: 100px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    background: #fff;
    padding: 5px 0;
  }

  .header .g-logo span {
    color: #0070ba;
  }

  .header .global-conts .global-nav .nav li a:before {
    background-color: #1179b8;
  }
  .header .global-conts .global-nav .nav span {
    color: #1179b8;
  }

  .header .global-conts .g-info {
    color: #007abe;
  }
  .header .global-conts .g-info .contact a {
    border-color: #006fbb;
    background-color: #009aca;
  }
  .header .global-conts .g-info .contact a span {
    color: #fff;
    background-image: url(../images/button-wh.png);
  }

  .header .g-info {
    display: block;
  }
}

/* sp only */
@media screen and (max-width: 768px) {
  .header {
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
  }
  .header .global-conts .g-logo {
    top: 5px;
    left: 10px;
    position: absolute;
    display: inline-block;
  }
  .header .g-logo span {
    color: #0070ba;
  }

  .header .global-conts .g-info {
    color: #007abe;
  }
  .header .global-conts .g-info .contact a {
    border-color: #006fbb;
    background-color: #009aca;
  }
  .header .global-conts .g-info .contact a span {
    color: #fff;
    background-image: url(../images/button-wh.png);
  }
  .header .global-conts .g-info .phone a {
    color: #007abe;
  }

  /* nav */
  .g-conts {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(233, 244, 246, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
  }
  .side-open .g-conts {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
  }

  .g-conts .sp-g-logo,
  .g-conts .global-nav,
  .g-conts .g-info {
    opacity: 0;
  }
  .side-open .sp-g-logo,
  .side-open .global-nav,
  .side-open .g-info {
    opacity: 1;
  }
  .side-open .sp-g-logo {
    -webkit-transition: opacity 1s ease 0.5s;
    transition: opacity 1s ease 0.5s;
  }
  .side-open .global-nav {
    -webkit-transition: opacity 1s ease 0.6s;
    transition: opacity 1s ease 0.6s;
  }
  .side-open .g-info {
    -webkit-transition: opacity 1s ease 0.7s;
    transition: opacity 1s ease 0.7s;
  }

  .side-open .sp-g-logo {
    text-align: center;
    padding: 50px 0 0;
  }
  .side-open .sp-g-logo a {
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
  }
  .side-open .sp-g-logo img {
    width: 180px;
    vertical-align: top;
  }
  .side-open .sp-g-logo span {
    font-size: 9px;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
    color: #0070ba;
  }

  .global-nav.sp-global-nav .nav {
    padding: 10px 15px 30px;
  }
  .global-nav.sp-global-nav .nav li {
    font-size: 14px;
    border-bottom: rgba(46, 121, 182, 0.5) solid 1px;
  }
  .global-nav.sp-global-nav .nav li a {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .global-nav.sp-global-nav .nav li a img {
    width: 38px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
  }
  .global-nav.sp-global-nav .nav li a span {
    color: #1179b8;
    font-weight: bold;
  }

  .menu-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
  }
  .menu-btn span {
    display: block;
    background: url(../images/sp-menu.png) no-repeat 50% 50%;
    -moz-background-size: 40px auto;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
  }
  .side-open .menu-btn span {
    background: url(../images/sp-close.png) no-repeat 50% 50%;
    -moz-background-size: 40px auto;
    background-size: 40px auto;
  }
}

/* --- #footer --- */
.footer {
  clear: both;
  width: 100%;
  position: relative;
  background: #3e9ac5;
  color: #fff;
  padding: 10px 0;
}

.footer .g-logo span {
  color: #fff;
}

.footer .global-conts .global-nav .nav li a:before {
  background-color: #fff;
}
.footer .global-conts .global-nav .nav span {
  color: #fff;
}
.footer .global-conts .g-info .contact a {
  border-color: #3e9ac5;
  background-color: #fff;
}
.footer .global-conts .g-info .contact a span {
  color: #3e9ac5;
  background-image: url(../images/button-bl.png);
}

.footer .copy {
  padding-top: 35px;
}
.footer .copy small {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer .global-conts .g-logo {
    text-align: center;
  }
  .footer .global-conts .g-logo a {
    display: inline-block;
    text-align: left;
  }

  .footer .global-conts .g-info .phone a {
    color: #fff;
  }

  .footer .global-conts .global-nav {
    display: none;
  }

  .footer .copy {
    padding-top: 15px;
  }
  .footer .copy small {
    font-size: 12px;
  }
}

/* --- .pagetop --- */
.pagetop {
  clear: both;
  padding: 20px 0;
}
.pagetop .inner {
  text-align: right;
}
.pagetop a {
  width: 50px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pagetop {
    position: relative;
    z-index: 10;
    display: none;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding: 0;
  }
  .pagetop a {
    display: block;
    position: fixed;
    width: 40px;
    bottom: 15px;
    right: 5px;
    z-index: 99999;
  }
}

/* --- .main-visual --- */
.main-visual {
  background: url(../images/main-visual-bg.png) no-repeat 50% 0;
  -moz-background-size: cover;
  background-size: cover;
}
.main-visual .mv {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.main-visual .mv img.pc {
  width: 1020px;
  height: auto;
  margin-left: -10px;
  display: block;
}
.main-visual .mv img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-visual {
    background: none;
  }
  .main-visual .mv {
    width: 100%;
    padding: 0;
  }
  .main-visual .mv img.sp {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: block;
  }
  .main-visual .mv img.pc {
    display: none;
  }
}

/* --- .main-title --- */
.main-title {
  background: #e9f5f6;
}
.main-title .m-title {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  line-height: 1;
  text-align: center;
}
.main-title .m-title span {
  font-weight: bold;
  color: #007abc;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .main-title .m-title {
    width: 100%;
    padding: 15px 0 20px;
  }
  .main-title .m-title span {
    font-size: 1.8rem;
  }
}

/* --- .pan --- */
.pan {
  border-bottom: #ddd solid 2px;
  line-height: 1;
  padding: 10px 0;
  font-size: 14px;
}
.pan a {
  color: #898989;
}
.pan a:after {
  content: ">";
  margin: 0.5em;
  font-weight: normal;
}
.pan a:hover {
  color: #333;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.pan a:hover:after {
  color: #898989;
}
.pan span {
  color: #898989;
}
@media screen and (max-width: 768px) {
  .pan {
    display: none;
  }
}

/*--- .sns-share ---*/

/* .sns-share */
.sns-share {
  letter-spacing: -0.4em;
}
.sns-share a {
  width: 50px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
}
.sns-share a img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.sns-share a img[src*="images/sns-fb.png"] {
  background: #4267b2;
}
.sns-share a img[src*="images/sns-tw.png"] {
  background: #00a2f5;
}
.sns-share a img[src*="images/sns-gp.png"] {
  background: #cf4d40;
}
.sns-share a img[src*="images/sns-line.png"] {
  background: #31ad36;
}
.sns-share a img[src*="images/sns-hate.png"] {
  background: #2088ca;
}
.sns-share a img[src*="images/sns-rss.png"] {
  background: #f29700;
}
@media screen and (max-width: 768px) {
  .sns-share {
    text-align: center;
  }
  .sns-share a {
    width: 36px;
    margin: 0 3px;
  }
}


.grecaptcha-badge { visibility: hidden; }