@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
  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;
  box-sizing: border-box;
}
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: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
}
a:hover {
  color: #222;
}
a:active {
  color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1240px;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
  padding-bottom: 88px;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#container {
  text-align: left;
}
#main {
  display: block;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
    padding-bottom: 54px;
  }
  a:hover, a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#gHeader h1 {
  width: auto;
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
}
#gHeader h1 a {
  margin: 0 38px 0 0;
}
#gHeader h1 img {
  width: auto;
  height: 48px;
  object-fit: contain;
}
#gHeader h1 img:first-child {
  height: 46px;
}
#gHeader h1 img:nth-child(2) {
  height: 44px;
}
#gHeader h1 img:nth-child(3) {
  height: 48px;
}
#gHeader h1 a {
  display: block;
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 0;
    position: relative;
    z-index: 1000;
    background-color: #FFF;
  }
  #gHeader h1 img {
    width: auto;
    height: 48px;
  }
  #gHeader .hBox {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 100;
    background: #FFF;
  }
  #gHeader .hBox h1 {
    width: auto;
    margin: 0;
  }
  #gHeader h1 a {
    margin: 0;
    padding: 10px;
  }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  color: #383838;
  font-size: 1.6rem;
  font-weight: 700;
}
#gNavi ul {
  width: calc(100% - 215px);
  align-content: center;
  justify-content: flex-end;
}
@media all and (max-width: 1300px) {
  #gNavi ul {
    width: calc(100% - 150px);
    font-size: 1.4rem;
  }
}
@media screen and (max-width:999px) {
  #gNavi ul {
    width: calc(100% - 120px);
  }
}
#gNavi li {
  position: relative;
}
#gNavi li::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0px;
  width: 2px;
  height: 16px;
  background-color: #383838;
  transform: skewX(-14deg) translateY(-50%);
  ;
}
#gNavi li a {
  padding: 13px 20px 13px 20px;
  display: block;
  color: #383838;
  letter-spacing: 0.06em;
}
@media all and (max-width: 1300px) {
  #gNavi li a {
    padding: 13px 10px;
    font-size: 1vw;
  }
}
@media screen and (max-width:999px) {
  #gNavi li a {
    padding: 0 10px;
  }
}
#gNavi li:last-child::after {
  display: none;
}
#gNavi .contact {
  /*margin-top: 4px;*/
}
#gNavi .contact a {
  display: block;
}
#gNavi .contact a img {
  transition: .3s;
  display: block;
}
#gNavi .contact:first-child {
  z-index: 0;
}
#gNavi .contact:nth-child(2) {
  margin-left: -70px;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  #gNavi .contact a {
    min-width: 125px;
    font-size: 1vw;
  }
}
@media screen and (max-width:999px) {
  #gNavi .contact a {
    min-width: 120px;
    padding: 10px 20px 12px 30px;
  }
}
#gNavi .contact a:hover {
  opacity: inherit;
}
#gNavi .contact a:hover img {
  filter: saturate(200%);
}
@media all and (min-width: 897px) {
  #gNavi li:last-child a::after {
    display: none;
  }
  #gNavi a:hover {
    opacity: 0.7;
  }
  .menuBox {
    display: block !important;
  }
}
#gNavi .contact a img {
  width: auto;
  height: 100px;
}
@media all and (max-width: 896px) {
  .menuBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    overflow-y: auto;
  }
  #gNavi {
    padding: 84px 0 50px;
  }
  #gNavi ul {
    width: 100%;
    order: 1;
  }
  #gNavi .contact {
    padding: 0 31px 24px;
    width: 100%;
    border-bottom: 1px solid #CDCFC8;
  }
  #gNavi .contact a {
    padding: 13px 35px 13px 52px;
    font-size: 1.3rem;
    text-align: left;
  }
  #gNavi .contact a::before {
    left: 16px;
    width: 20px;
    height: 20px;
  }
  #gNavi li {
    width: 100%;
  }
  #gNavi li::after {
    display: none;
  }
  #gNavi li a {
    position: relative;
    margin-right: 0;
    padding: 20px 40px 20px 31px;
    font-size: 1.4rem;
    border-bottom: 1px solid #CDCFC8;
  }
  #gNavi li a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 15px;
    top: 24px;
    right: 29px;
    background: url(../img/common/icon04.png) no-repeat;
    background-size: 7px;
    transform: none;
  }
  #gNavi li:last-child a {
    margin-right: 0;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 78px 0 0;
  background-color: rgba(242, 245, 250, 0.95);
}
#gFooter .img {
  margin-bottom: 78px;
}
#gFooter .comContact {
  margin: -112px auto 54px;
}
#gFooter .fNavi {
  margin-bottom: 82px;
}
#gFooter .fNavi li {
  color: #383838;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#gFooter .fNavi a {
  padding: 0 17px 0 16px;
  display: inline-block;
  color: #383838;
}
#gFooter .fNavi a:hover {
  opacity: 0.7;
}
#gFooter .fBg {
  background-color: #fff;
}
#gFooter .fBox {
  width: auto;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 500;
}
#gFooter .fLogo {
  width: auto;
  padding: 0;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 28px;
}
#gFooter .fLogo a {
  display: block;
  padding: 0 19px;
}
#gFooter .fLogo img {
  width: auto;
  height: 48px;
  object-fit: contain;
}
#gFooter .fLogo + .txt {
  text-align: center;
  margin: 0;
  font-size: 1.8rem;
}
#gFooter .att_txt {
  border-top: 1px solid #B5B5B5;
  padding-top: 48px;
  margin-top: 58px;
  line-height: 212.5%;
}
#gFooter address {
  font-style: normal;
  text-align: center;
  background-color: #CCA86F;
  color: #fff;
  padding: 38px 0;
  margin-top: 78px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  #gFooter {
    padding-top: 20px;
  }
  #gFooter .img {
    margin-bottom: 28px;
  }
  #gFooter .comContact {}
  #gFooter .fNavi {
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  #gFooter .fNavi li {
    font-size: 1.4rem;
  }
  #gFooter .fNavi a {
    padding: 10px;
    display: block;
  }
  #gFooter .fBg {
    padding: 20px;
  }
  #gFooter .fBox {
    width: auto;
    display: block;
    text-align: center;
    font-size: 1.3rem;
  }
  #gFooter .fLogo {
    width: auto;
    margin: 0 auto 10px;
  }
  #gFooter p {
    margin: 0;
    letter-spacing: 0.05em;
  }
  #gFooter address {
    margin-top: 20px;
    position: static;
    font-size: 1rem;
    padding: 12px;
  }
  #gFooter .att_txt {
    padding-top: 28px;
    margin-top: 28px;
  }
}
/*------------------------------------------------------------
ヘッダー固定
------------------------------------------------------------*/
.site-header {
  background: #fff;
  position: fixed !important;
  top: 0;
  transition: .5s;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}
.site-header.hide {
  transform: translateY(-100%);
}
/*------------------------------------------------------------
フッター固定
------------------------------------------------------------*/
#footerscroll {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-image: url(../img/common/contact_bg.jpg);
  background-size: cover;
}
#footerscroll .footerscroll__box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
@media all and (max-width: 896px) {
  #footerscroll .footerscroll__box {
    padding: 0;
  }
}
#footerscroll .footerscroll__box a {
  box-sizing: border-box;
  margin: 0 22px;
}
@media all and (max-width: 896px) {
  #footerscroll .footerscroll__box a {
    margin: 0;
  }
  #footerscroll .footerscroll__box a:first-child {}
  #footerscroll .footerscroll__box a:last-child {}
}
#footerscroll .footerscroll__box img {
  max-height: 56px;
}
@media all and (max-width: 1290px) {}
@media all and (max-width: 896px) {
  #footerscroll .footerscroll__box img {
    width: 100%;
  }
}
/*------------------------------------------------------------
ページの先頭へ
------------------------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0.8%;
  bottom: 100px;
  background: #fff;
  border: 1px solid #CCA86F;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 100;
  display: none; /* 初期状態で非表示にする */
}
@media screen and (max-width: 897px) {
  #page_top {
    bottom: 84px;
    width: 54px;
    height: 54px;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
@media screen and (max-width: 897px) {
  #page_top a {
    width: 54px;
    height: 54px;
  }
}
#page_top a::before {
  content: "";
  display: inline-block;
  color: #fff;
  position: absolute;
  width: 13px;
  height: 8px;
  clip-path: polygon(0% 100%, 50% 0, 100% 100%);
  background-color: #CCA86F;
  top: 50%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
  margin: auto;
  text-align: center;
}