@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");
/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
body {
  height: 100vh;
  position: relative;
  z-index: 1;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url("/img/pc/bg.png");
  background-size: cover;
  background-position: bottom;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/*Custom
=======================================================*/
.pc-max-bx {
  width: 100%;
  height: 100vh;
}

.sub-contents {
  width: 220px;
  position: fixed;
  top: 15%;
  left: 15%;
  transition: 0.4s;
}
.sub-contents .btn {
  margin-top: 60px;
}
.sub-contents .btn a {
  display: block;
  width: 100%;
  height: 40px;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
}
.sub-contents .tel-box {
  margin-top: 50px;
}
.sub-contents .tel-box span {
  font-size: 12px;
  letter-spacing: 0;
}
.sub-contents .tel-box .tel {
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1em;
}
@media screen and (max-width: 990px) {
  .sub-contents {
    left: 10%;
  }
}
@media screen and (max-width: 790px) {
  .sub-contents {
    left: 0;
  }
}

#nav-sub-contents {
  margin-left: 8px;
}
#nav-sub-contents ul li {
  line-height: 1em;
}
#nav-sub-contents ul li:not(:first-child) {
  margin-top: 40px;
}
#nav-sub-contents ul li a {
  font-size: 15px;
}
#nav-sub-contents ul li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1px;
  background: #b08644;
  vertical-align: middle;
  margin-right: 15px;
}

.main-contents-container {
  width: 375px;
  position: absolute;
  top: 0;
  right: 15%;
  transition: 0.4s;
}
@media screen and (max-width: 990px) {
  .main-contents-container {
    right: 10%;
  }
}
@media screen and (max-width: 790px) {
  .main-contents-container {
    right: 0;
  }
}

.main-contents-bx {
  height: 100%;
}

.contents-r {
  right: 0;
}

.contents-c {
  left: 0;
  right: 0;
  margin: 0 auto;
}