@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option,button {
  font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: #cecece;
  text-decoration: none;
}
a:visited {
  color: #cecece;
}
a:hover {
  color: #cecece;
}
a:active {
  color: #cecece;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  position: relative;
  color: #cecece;
  font-size: 1.1rem;
  line-height: 1.36;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #1D1D1D;
}
body::before {
  width: 5%;
  max-width: 64px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(#3B3B3B,#1A1A1A);
  content: '';
  z-index: 1;
}
body::after {
  width: 5%;
  max-width: 64px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(#3B3B3B,#1A1A1A);
  content: '';
  z-index: 1;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#container {
  padding-top: 67px;
  text-align: left;
}
#main {
  padding: 0 6%;
  display: block;
  background-color: #1D1D1D;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
  .menuBox {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: 320px !important;
    font-size: 1.1rem;
  }
  body::after {
    width: 2%;
  }
  body::before {
    width: 2%;
  }
  #container {
    padding-top: 62px;
  }
  #main {
    padding: 0 4%;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
#gHeader h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  width: 86px;
  margin-right: 10px;
  font-size: 1.6rem;
}
#gNavi ul li {
  margin-right: 30px;
  font-size: 1.4rem;
}
#gNavi ul li a {
  padding-bottom: 3px;
  font-family: 'Noto Sans JP';
  font-size: 1.2rem;
}
#gHeader .link {
  margin-top: 1px;
  font-family: 'Noto Sans JP';
}
#gHeader .link a {
  padding-right: 12px;
  font-size: 1rem;
  background: url("/assets/user-image/common/link.png") no-repeat  right 4px / 9px;
}
@media all and (min-width: 897px) {
  #gHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 3px 6px rgba(255,255,255,0.16);
    background-color: #1D1D1D;
    z-index: 2;
  }
  #gHeader .hBox {
    margin: 15px 15px 13px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family:  "Yu Mincho";
  }
  #gNavi {
    flex: 1;
    justify-content: space-between;
    display: flex !important;
    align-items: center;
  }
  #gNavi ul {
    margin-bottom: 1px;
    display: flex;
    justify-content: space-between;
  }
  #gNavi ul .on {
    border-bottom: 1px solid #EFE556;
  }
  #gHeader .link a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    position: relative;
    z-index: 1000;
  }
  #gHeader .hInner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 50px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(255,255,255,0.16);
    background-color: #1D1D1D;
    z-index: 2;
  }
  #gHeader .hBox {
    margin-left: 0;
    display: block;
  }
  #gHeader h1 {
    padding: 15px 0 0 12px;
  }
  .menu {
    display: block;
    height: 30px;
    width: 20px;
    position: fixed;
    right: 14px;
    top: 12px;
    z-index: 1001;
  }
  .menu span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #D6D6C5;
  }
  .menu span:nth-of-type(1) {
    top: 6px;
  }
  .menu span:nth-of-type(2) {
    top: 12px;
  }
  .menu span:nth-of-type(3) {
    top: 18px;
  }
  /*
      .menu.on span:nth-of-type(1) {
          transform: translateY(6px) rotate(-45deg);
      }
      .menu.on span:nth-of-type(2) {
          opacity: 0;
      }
      .menu.on span:nth-of-type(3) {
          transform: translateY(-6px) rotate(45deg);
      }
  */
  #gNavi {
    display: none;
    width: 132px;
    position: fixed;
    right: 15px;
    top: 0;
    overflow: auto;
    max-height: 100vh;
    box-shadow: 0 3px 6px rgba(255,255,255,0.16);
    background-color: #1D1D1D;
  }
  #gNavi ul {
    padding-top: 50px;
  }
  #gNavi ul li {
    margin-right: 0;
  }
  #gNavi a {
    display: block;
    height: 34px;
    box-sizing: border-box;
    padding: 7px 0 12px 22px;
  }
  #gHeader .link a {
    font-size: 1.4rem;
    background: none;
  }
  .menuBox {
    display: none;
    width: 132px;
    position: fixed;
    right: 15px;
    top: 0;
    overflow: auto;
    max-height: 100vh;
    z-index: 900;
    display: none;
    box-shadow: 0 3px 6px rgba(255,255,255,0.16);
    background-color: #1D1D1D;
  }
  .menuBox ul {
    padding-top: 50px;
  }
  .menuBox li {
    font-size: 1.4rem;
    margin-right: 0;
  }
  .menuBox li .active {
    background-color: #333333;
  }
  .menuBox a {
    display: block;
    min-height: 34px;
    box-sizing: border-box;
    padding: 7px 0 8px 22px;
  }
  .menuBox .link a {
    font-size: 1.4rem;
    background: none;
  }
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
  padding-bottom: 10px;
}
#gFooter .copyright {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
}
