@charset "utf-8";
/* CSS Document */
html {
  overflow-y: scroll;
}
body {
  width: 100%;
  height: 100%;
  background-image: url("../images/body_bg.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-family: "Noto Sans JP", 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: clamp(1rem, 0.5rem + 0.63vw, 1.25rem);
  line-height: 2em;
}
*, *::before, *::after {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
a img {
  border: none;
  outline: none;
}
ul li {
  list-style: none;
}
/*
---------------------------------------------------ヘッダー
*/
header {
  position: fixed;
  float: left;
  width: 25%;
  height: 100vh;
  background-color: #222;
  background-image: url("../images/header_bg.png"), url("../images/headerLogo_bg.png");
  background-position: right top, left bottom;
  background-repeat: repeat-y, no-repeat;
  background-size: 16px, 320px;
  padding: 20px 16px 0 0;
  z-index: 100;
}
header #logo {
  display: block;
  text-align: center;
}
header #logo img {
  width: 90%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
}
header #logo_mb {
  display: none;
}
header #logo_mb2 {
  display: none;
}
/*
---------------------------------------------------ナビ
*/
nav .naviBtn {
  display: none;
}
nav ul {
  width: 90%;
  max-width: 280px;
  margin: 30px auto 50px;
}
nav ul li {
  margin-bottom: 1.2rem;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
}
nav ul li a:hover {}
nav ul li a span {
  vertical-align: -0.5rem;
  padding-right: 0.8rem;
}
/*
---------------------------------------------------メインカラム
*/
main {
  display: block;
  position: relative;
  float: right;
  width: 75%;
  padding: 50px;
}
main a {
  text-decoration: none;
  color: #333;
}
main a:hover {
  color: #000;
}
/*
---------------------------------------------------フッター
*/
footer {
  border-top: 5px solid #000;
}
footer .address {
  text-align: center;
  margin: 80px 0 40px;
  line-height: 2rem;
}
footer .address .enName {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
footer .phone {
  display: block;
  text-align: center;
  margin: auto;
  position: relative;
}
footer .phone a {
  display: inline-block;
  font-size: 2rem;
  border: 1px solid #000;
  padding: 0.25rem 2rem;
  border-radius: 2rem;
  color: #000;
}
footer .phone span {
  font-size: 2.5rem;
  padding-right: 1rem;
  vertical-align: -0.5rem;
}
footer .phone a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
footer .page-top {
  position: fixed;
  bottom: 2vh;
  right: 1vw;
}
footer .page-top span {
  font-size: 2rem;
}
footer .page-top a {
  background: rgba(0, 0, 0, 0.30);
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 1rem 0;
  text-align: center;
  display: block;
  border-radius: 4px;
}
footer .page-top a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.40);
}
.copyright {
  margin-top: 80px;
  font-size: 0.8em;
  text-align: center;
}
footer .btn {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
footer .btn a {
  display: inline-block;
  position: relative;
  height: auto;
  padding: 0.25rem 3rem 0.25rem 1rem;
  background-color: #222;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 0.9em;
}
footer .btn a:hover {
  background-color: #000;
}
footer .btn a::after {
  position: absolute;
  font-family: 'Material Icons';
  content: "\e409";
  color: #f00;
  font-size: 1.5em;
  font-weight: bold;
  right: 1rem;
  vertical-align: middle;
  z-index: 10;
}
/*
---------------------------------------------------レスポンシブ1366
*/
@media screen and (max-width:1366px) {
  /*
---------------------------------------------------768ここまで
*/
}
/*
---------------------------------------------------レスポンシブ768
*/
@media screen and (max-width:768px) {
  header {
    position: fixed;
    float: none;
    width: 100%;
    height: 8vh;
    background-color: #222;
    background-image: url("../images/header_bg2.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 80px;
    padding: 5px 0 16px 5px;
    z-index: 100;
  }
  header #logo {
    display: none;
  }
  header #logo_mb {
    display: block;
  }
  header #logo_mb img {
    width: auto;
    max-width: 480px;
    height: 5vh;
    margin: 0 auto;
  }
  header #logo_mb2 {
    display: none;
  }
  header nav .naviBtn {
    display: block;
    position: absolute;
    width: 10vw;
    height: 5vh;
    color: #fff;
    right: 10px;
    top: 10px;
    text-align: end;
  }
  header nav .naviBtn .openBtn {
    display: block;
    position: absolute;
    font-size: 2.5em;
  }
  header nav .naviBtn .openBtn.kakusu {
    display: none;
  }
  header nav .naviBtn .closeBtn {
    display: none;
  }
  header nav .naviBtn .closeBtn.dasu {
    display: block;
    position: absolute;
    font-size: 2.5em;
    z-index: 9999;
  }
  header nav .naviContent {
    display: none;
    width: 100%;
    height: auto;
    line-height: 2rem;
    z-index: 9999;
  }
  header nav .naviContent.slide-in {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 8vh 1em 1rem;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.80);
    background-image: url("../images/headerLogo_bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 320px;
  }
  main {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    padding: 10vh 50px 50px;
  }
  /*
---------------------------------------------------768ここまで
*/
}
/*
---------------------------------------------------レスポンシブ480
*/
@media screen and (max-width:480px) {
  header {
    position: relative;
    float: none;
    width: 100%;
    height: 12vh;
    background-color: #222;
    background-image: url("../images/header_bg2.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 80px;
    padding: 5px 0 16px 5px;
    z-index: 100;
  }
  header #logo {
    display: none;
  }
  header #logo_mb {
    display: none;
  }
  header #logo_mb2 {
    display: block;
  }
  header #logo_mb2 img {
    width: auto;
    max-width: 256px;
    height: 8vh;
  }
  main {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    padding: 20px;
  }
  footer .lf::before {
    content: "\A";
    white-space: pre;
    padding-left: -1em;
  }
  footer .phone a {
    display: inline-block;
    font-size: 1.5em;
    border: 1px solid #000;
    padding: 0.25rem 2rem;
    border-radius: 2rem;
    color: #000;
  }
  footer .phone span {
    font-size: 2rem;
    padding-right: 0.5rem;
    vertical-align: -0.5rem;
  }
  /*
---------------------------------------------------480ここまで
*/
}