@charset "utf-8";
/* ----------------------------------------------

 * リセット

---------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
img, object, embed {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
strong {
  font-weight: bold;
}
/* ----------------------------------------------

 * クリアフィックス

---------------------------------------------- */
.cb {
  clear: both;
  font-size: 1%;
  height: 0;
  line-height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* ----------------------------------------------

 * ベース

---------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #E7E1D5;
  font-family: "SourceHanSerif";
  line-height: 2.0;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  body {
    line-height: 1.8;
    font-size: 18px;
  }
}
a {
  text-decoration: underline;
  color: #333;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
  text-decoration: none;
}
/* ----------------------------------------------

 * ヘッダー

---------------------------------------------- */
.header {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100px);
  z-index: 999;
}
.header_sv {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50px);
  z-index: 999;
}

.header .header-logo {}
@media screen and (max-width: 599px) {}
@media (min-width: 600px) and (max-width: 959px) {}
/* ----------------------------------------------

 * コンテンツ

---------------------------------------------- */
main {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  main {
    padding: 40px 0 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {}
@media (min-width: 960px) and (max-width: 1440px) {}
/* ----------------------------------------------

 * フッター

---------------------------------------------- */
.footer-inner {
  width: 80%;
  overflow: hidden;
  padding: 60px 10%;
}
.footer-inner .left {
  width: 60%;
  float: left;
}
.f_logo {
  float: left;
  margin-top: 10px;
  margin-right: 30px;
}
.address {
  float: left;
  font-size: 16px;
  line-height: 1.6;
}
.address span.cname {
  font-size: 20px;
  font-weight: 600;
}
.footer-inner .right {
  width: 40%;
  float: left;
  text-align: center;
}
.f_nav {
  width: 100%;
}
.f_nav ul {
  float: right;
}
.f_nav ul li {
  float: left;
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.0;
}
.f_nav ul li + li {
  border-left: 2px solid #333;
  height: 18px;
}
.f_nav ul li a {
  font-size: 18px;
  color: #333;
  padding-bottom: 8px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.f_nav ul li a:link {
  color: #333;
}
.f_nav ul li a:visited {
  color: #333;
}
.f_nav ul li a:hover {
  color: #333;
}
.f_nav ul li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 0;
  height: 2px;
  background: #333;
  transition: 0.3s;
  z-index: 1;
}
.f_nav ul li a:hover:after {
  width: 100%;
  left: 0;
}
.copy {
  width: 100%;
  text-align: right;
  float: right;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {







.footer-inner {
  width: 90%;
  overflow: hidden;
  padding: 40px 5%;
}
.footer-inner .left {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.f_logo {
  float: none;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 0;
}
.address {
  float: none;
  font-size: 16px;
  line-height: 1.6;
}
.address span.cname {
  font-size: 20px;
  font-weight: 600;
}
.footer-inner .right {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.f_nav {
  width: 100%;
  margin: auto;
  width: fit-content;
  overflow: hidden;
}
.f_nav ul {
  float: none;
}
.f_nav ul li {
  float: left;
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.0;
  text-align: center;
}
.f_nav ul li + li {
  border-left: 1px solid #333;
  height: 16px;
}
.f_nav ul li a {
  font-size: 16px;
}
.copy {
  margin-top: 20px;
  text-align: center;
  float: left;
}




















}
@media (min-width: 600px) and (max-width: 1279px) {
.footer-inner {
  width: 90%;
  overflow: hidden;
  padding: 40px 5%;
}
.footer-inner .left {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.f_logo {
  float: none;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 0;
}
.address {
  float: none;
  font-size: 16px;
  line-height: 1.6;
}
.address span.cname {
  font-size: 20px;
  font-weight: 600;
}
.footer-inner .right {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.f_nav {
  width: 100%;
  margin: auto;
  width: fit-content;
  overflow: hidden;
}
.f_nav ul {
  float: none;
}
.f_nav ul li {
  float: left;
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.0;
  text-align: center;
}
.f_nav ul li + li {
  border-left: 1px solid #333;
  height: 16px;
}
.f_nav ul li a {
  font-size: 16px;
}
.copy {
  margin-top: 20px;
  text-align: center;
  float: left;
}

}
@media (min-width: 1280px) and (max-width: 1440px) {
.footer-inner {
  width: 90%;
  padding: 60px 5%;
}
}
/* ----------------------------------------------

* ページトップ

---------------------------------------------- */
#top_scroll {
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 0;
}
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -50px;
  right: 30px;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #222;
  text-align: center;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
}
#page-top:hover {
  transform: translateY(-8px);
}
#top_scroll:hover {
  background: #fff;
}