@charset "UTF-8";
img {
  width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
/* 文字基準 */
html, h1, h2, h3, h4, h5, h6, p {
  font-family: 'YakuHanMP', 'Noto Serif JP', serif;
  line-height: 1.6;
}
/* 文字基準 */
/*header*/
header {
  display: block;
}
/*contents*/
.contents {
  position: relative;
  width: auto;
  margin-top: 23px;
}
.contents .mar-style {
  max-width: 740px;
  width: auto;
  margin: 0 auto 40px;
}
header .col_wrap:first-child, footer .col_wrap:first-child {
  padding-bottom: 24px;
}
.inner {
  max-width: 740px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .contents {
    margin-top: 10px;
  }
  .contents .mar-style {
    width: calc(100% - 30px);
    margin: 0 auto 40px;
  }
  header .col_wrap:first-child, footer .col_wrap:first-child {
    padding-bottom: 10px;
  }
  .inner {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.contents .wide-style {
  width: 100%;
  margin: 40px auto;
}
/*footer*/
footer {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 0.813em;
  padding-bottom: 50px;
}
.footer_img {
  margin-top: 50px;
  max-width: 500px;
  margin: 50px auto 0;
  text-align: center;
  width: 100%;
  display: block;
}
/* header */
#top-head {
  position: relative;
  width: 100%;
  margin: 60px auto 0;
  padding: 0;
  line-height: 1;
}
#top-head .logo, footer .logo {
  width: 47%;
}
#top-head .copy, footer .copy {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #top-head {
    margin: 30px auto 0;
  }
  #top-head .inner {
    position: relative;
  }
  #top-head .logo, footer .logo {
    width: 47%;
  }
  #top-head .copy, footer .copy {
    width: 50%;
  }
}
/* Fixed */
#top-head.fixed {
  position: fixed;
  top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: 0;
  height: auto;
  background: #000;
  background: rgba(255, 255, 255, .93);
  transition: top 0.65s ease-in;
  z-index: 1;
}
/*parts*/
.alpha a:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.fade {
  opacity: 1;
}
#page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
}
/*parts*/