@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
.font01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.font02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.7;
}
.wrapper, .wrapper2 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
}
.wrapper2 {
  width: 100%;
  max-width: 1150px;
}
.wrapper p, .wrapper2 p {
  line-height: 1.7;
}
.deco01 a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  border-top: 4px solid #2e71d5;
}
#head h1 {
  float: left;
  width: 360px;
  padding: 25px 0;
}
#head .btn {
  float: right;
  width: 173px;
  padding: 10px 0 0 0;
}
#head .tel {
  float: right;
  width: 318px;
  margin-right: 20px;
  padding: 20px 0;
}
#head .mb {
  display: block;
  margin-bottom: 7px;
}
#head .tel p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#head img {
  display: block;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  overflow: hidden;
  margin-bottom: 10px;
}
#gnav li {
  float: left;
  width: 16.6%;
  box-sizing: border-box;
  border-right: 1px solid #c5c5c5;
}
#gnav li:last-child {
  border-right: none;
}
#gnav li a {
  display: block;
  font-size: 1.7rem;
  line-height: 1.1;
  text-align: center;
  padding: 13px 10px;
  transition: 0.4s ease-in-out;
}
#gnav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 150000;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 9999;
}
#panel-btn-txt {
  display: block;
  width: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #2e71d5;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #2e71d5;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: #2e71d5;
  margin-top: 0;
}
#panel-btn .close-btn:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  padding: 10px 0 0 0;
  text-align: center;
}
#sp-nav ul {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #c5c5c5;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #2e71d5;
  font-size: 1.6rem;
  line-height: 10vh;
  text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  width: 100%;
  background: url("../images/cmn-images/bg03.jpg") 50% 0 no-repeat;
  background-size: cover;
  padding: 50px 0 50px 0;
}
#page-title h1 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1;
}
#page-title h1 span {
  display: block;
  color: #9dc4ff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  padding-top: 30px;
}
.breadcrumb {
  font-size: 1.5rem;
  padding: 15px 0 30px 0;
}
.breadcrumb p {
  text-align: left;
}
.breadcrumb p span {
  color: #2e71d5;
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
section p {
  margin-bottom: 10px;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 70px 0;
}
.cmn-box02 {
  padding-bottom: 70px;
}
.cmn-hr {
  background: url("../images/cmn-images/line.png") 50% 100% no-repeat;
  background-size: 1160px auto;
}
.bg01 {
  background-color: #e4ecf8;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  font-size: 3rem;
  text-align: center;
  background: url("../images/cmn-images/title-line.png") 50% 100% no-repeat;
  background-size: 45px auto;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cmn-title02 {
  position: relative;
  font-size: 2.4rem;
  text-align: left;
  border-bottom: 1px solid #aaa;
  padding: 0 0 10px 15px;
  margin-bottom: 30px;
}
.cmn-title02::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 24px;
  background-color: #3674cf;
  top: 8px;
  left: 0;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  min-width: 240px;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #3674cf;
  padding: 20px 30px;
}
.cmn-btn01 a:hover {
  text-decoration: none;
}
.cmn-btn01 a::after {
  font-family: 'FontAwesome';
  content: "\f054";
  display: inline-block;
  color: #c3d6f1;
  font-size: 1.3rem;
  margin-left: 5px;
}
/* ----------------------------------------
  cmn-list
---------------------------------------- */
.cmn-list01 {
  overflow: hidden;
}
.cmn-list01 li {
  float: left;
  width: 48%;
  box-sizing: border-box;
  border-bottom: 1px dotted #555;
  padding: 15px 10px;
  margin-right: 4%;
}
.cmn-list01 li:nth-child(2n) {
  margin-right: 0;
}
/* ----------------------------------------
manufacturer
------------------------------------------- */
#manufacturer ul {
  overflow: hidden;
  margin-bottom: -30px;
}
#manufacturer ul li {
  float: left;
  width: 15%;
  margin-right: 2%;
  margin-bottom: 30px;
}
#manufacturer ul li:nth-child(6n) {
  margin-right: 0;
}
/* ----------------------------------------
  contact
---------------------------------------- */
.contact h3 {
  width: 50%;
  max-width: 300px;
  margin: 0 auto 15px auto;
}
.contact h4 {
  width: 70%;
  max-width: 480px;
  margin: 0 auto 0 auto;
}
.contact p {
  text-align: center;
  margin-bottom: 15px;
}
/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  text-align: center;
  margin-bottom: 30px;
}
#fnav li {
  display: inline-block;
  border-right: 1px solid #ebeffa;
}
#fnav li:last-child {
  border-right: none;
}
#fnav li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  padding: 3px 15px;
  transition: 0.4s ease-in-out;
}
#fnav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  background-color: #2e71d5;
  padding: 30px 0;
}
#foot .copy {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #9dc4ff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #1654b0;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 25px;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 30%;
    padding: 25px 0;
  }
  #head .btn {
    width: 16%;
    padding: 10px 0 10px 0;
  }
  #head .tel {
    width: 26%;
    margin-right: 3%;
    padding: 20px 0;
  }
  /* ----------------------------------------
  gnav
---------------------------------------- */
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 50%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  body {
    font-size: 1.4rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2 {
    padding: 0 5%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head {
    width: 100%;
    border-top: 4px solid #2e71d5;
  }
  #head h1 {
    width: 200px;
    padding: 20px 0;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  #page-title {
    padding: 30px 0 30px 0;
  }
  #page-title h1 {
    font-size: 2.4rem;
  }
  #page-title h1 span {
    font-size: 1.4rem;
    padding-top: 12px;
  }
  .breadcrumb {
    font-size: 1.2rem;
    padding: 15px 0 20px 0;
  }
  .breadcrumb p {
    text-align: left;
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 35px 0;
  }
  .cmn-box02 {
    padding-bottom: 35px;
  }
  .cmn-hr {
    background-size: 100% auto;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 1.8rem;
    background-size: 45px auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cmn-title02 {
    font-size: 1.8rem;
    text-align: left;
    padding: 0 0 8px 15px;
    margin-bottom: 20px;
  }
  .cmn-title02::before {
    width: 3px;
    height: 18px;
    top: 5px;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    min-width: 220px;
    font-size: 1.4rem;
    padding: 15px 15px;
  }
  .cmn-btn01 a::after {
    font-size: 1.2rem;
  }
  /* ----------------------------------------
  cmn-list
---------------------------------------- */
  .cmn-list01 li {
    float: none;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px dotted #555;
    padding: 15px 10px;
    margin-right: 0;
  }
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* ----------------------------------------
manufacturer
------------------------------------------- */
  #manufacturer ul {
    margin-bottom: -15px;
  }
  #manufacturer ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 15px;
  }
  #manufacturer ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* ----------------------------------------
  fnav
---------------------------------------- */
  /* ----------------------------------------
  foot
---------------------------------------- */
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    bottom: 25px;
  }
}