@charset "UTF-8";
/*----------------------------------------------------
  sass変数
----------------------------------------------------*/
/*----------------------------------------------------
  basic
----------------------------------------------------*/
html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body {
  background: #a49072;
  color: #000000;
  font-size: 1.5rem;
  overflow-x: hidden;
  /*スタンダード日本Webサイトなら*/
  /*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
  /*今流行の感じを出していく（かつ文字コンテンツがメインなら）*/
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main {
  padding-right: 90px;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 1.8;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

dl {
  margin-bottom: 0;
}

label {
  margin-bottom: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0rem;
}

#wrap {
  opacity: 0;
}

.wrap {
  overflow: hidden;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (min-width: 769px) {
  .tab_none {
    display: none !important;
  }
}
@media only screen and (max-width: 1100px) {
  main {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .justify_xs {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
  .p-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .text-xs-center {
    text-align: center;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .d-xs-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
}
/*----------------------------------------------------
  Bootstrap add
----------------------------------------------------*/
.mb-6 {
  margin-bottom: 5rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 9rem !important;
}

.mb-9 {
  margin-bottom: 11rem !important;
}

@media (min-width: 769px) {
  .mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 9rem !important;
  }
  .mb-md-9 {
    margin-bottom: 11rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 9rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 11rem !important;
  }
}
/*----------------------------------------------------
  add
----------------------------------------------------*/
.color-wh {
  color: #FFF !important;
}

.border-color-wh {
  border-color: #FFF !important;
}

.sec-ttl-num {
  display: inline-block;
  font-family: "Lora", serif;
  font-size: 1.4rem;
  border-bottom: 1px solid #000000;
}

.sec-ttl {
  font-family: "Lora", serif;
  font-size: 3.5rem;
  letter-spacing: 0.5rem;
}

.sec-subttl {
  position: relative;
  display: inline-block;
  font-family: "Lora", serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  color: #a49072;
}

.sec-subttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 40px;
  height: 1px;
  background: #a49072;
}

@media only screen and (max-width: 768px) {
  .sec-ttl-num {
    font-size: 1.3rem;
  }
  .sec-ttl {
    font-size: 3rem;
  }
}
/*----------------------------------------------------
sp-menu-fixed
----------------------------------------------------*/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
  button
----------------------------------------------------*/
.btn01 {
  position: relative;
  display: block;
  width: 80%;
  padding: 1.5rem 1.8rem;
  font-family: "Lora", serif;
  font-size: 1.3rem;
  letter-spacing: 0.5rem;
  text-align: left;
  color: #FFF;
  border: 1px solid #FFF;
  border-right: none;
}

.btn01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 55px;
  height: 100%;
  background: url(../img/share/arrow01.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn01:hover::before {
  right: -5%;
}

.btn01-text {
  color: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn01:hover .btn01-text {
  color: #FFF;
}

.btn03 {
  position: relative;
  display: block;
  width: 80%;
  padding: 1.5rem 1.8rem;
  font-family: "Lora", serif;
  font-size: 1.3rem;
  letter-spacing: 0.5rem;
  text-align: left;
  color: #000000;
  border: 1px solid #000000;
  border-right: none;
}

.btn03::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 55px;
  height: 100%;
  background: url(../img/share/arrow02.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn03:hover::before {
  right: -5%;
}

.btn03-text {
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn03:hover .btn01-text {
  color: #000000;
}

/*----------------------------------------------------
  loading
----------------------------------------------------*/
/* ローディング背景 */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #a49072;
  z-index: 10000;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader img {
  position: relative;
  margin-top: -4%;
}

#logo-loader {
  display: none;
  width: 30%;
  margin: 0 auto;
}

/* Loading アニメーション */
@-webkit-keyframes loading-Icon-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading-Icon-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading-Icon-anim div {
  position: absolute;
  -webkit-animation: loading-Icon-anim 1s linear infinite;
          animation: loading-Icon-anim 1s linear infinite;
  width: 80px;
  height: 80px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 0 0 #ffffff;
          box-shadow: 0 2px 0 0 #ffffff;
  -webkit-transform-origin: 40px 41px;
          transform-origin: 40px 41px;
}

.loading-Icon-bg {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}

.loading-Icon-anim {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(0.8);
          transform: translateZ(0) scale(0.8);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; /* see note above */
}

.loading-Icon-anim div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (max-width: 768px) {
  #logo-loader {
    width: 70%;
  }
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
.header {
  width: 90px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.header-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
}

.header-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.logo-box {
  position: relative;
  left: 5px;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.logo-box a {
  display: block;
}

.logo-box img {
  height: 200px;
}

.hpb-logo {
  width: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hpb-logo a {
  display: block;
}

.hpb-logo img {
  width: 100%;
}

.site-title a:hover {
  opacity: 0.5;
  color: #FFF;
}

.logo-item-box {
  display: block;
  width: 40%;
}

.nav-wrapper {
  display: none;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  background: #a49072;
  z-index: 999; /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}

.header-nav {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.content-wrap {
  width: 100%;
  padding: 5vw 6.777vw;
}

.nav-list {
  width: 100%;
  position: relative;
  padding-bottom: 70px;
  border-bottom: 1px solid #FFF;
}

.nav-list li {
  width: calc(33.33% - 20px);
  margin-right: 30px;
}

.nav-list li:nth-child(3n) {
  margin-right: 0;
}

.nav-item {
  display: inline-block;
  color: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-item:hover {
  color: #FFF;
  opacity: 0.5;
}

.nav-item-num {
  font-family: "Lora", serif;
  font-size: 1.3rem;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  margin-bottom: 1.7rem;
}

.nav-item-ttl {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.nav-item-ttl span {
  font-family: "Lora", serif;
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  line-height: 1;
  padding-right: 1.5rem;
}

.mt-auto {
  margin-top: auto;
}

.h-hpb {
  padding: 1.5rem 2rem;
  border: 1px solid #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-hpb p {
  font-size: 1.3rem;
  color: #FFF;
}

.h-arrow {
  position: relative;
  width: 20%;
  padding-top: 8.57%;
  background: url(../img/share/arrow01.svg) no-repeat center center;
  background-size: contain;
  margin-left: auto;
}

.h-sns i {
  font-size: 2.5rem;
  color: #FFF;
}

.h-instagram {
  margin-right: 1rem;
}

.h-menu-tel {
  font-family: "Lora", serif;
  font-size: 1.6rem;
  color: #FFF;
  letter-spacing: 0.2rem;
}

.h-menu-tel:hover {
  color: #FFF;
}

@media (min-width: 1200px) {
  .nav-list {
    width: 100%;
    position: relative;
  }
  .nav-item {
    min-width: 300px;
  }
}
@media (min-width: 1500px) {
  .nav-list {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 1100px) {
  .header {
    width: 100%;
    height: 90px;
  }
  .header-contents {
    position: relative;
  }
  .logo-box {
    top: -5px;
    left: 20px;
    margin-bottom: 0;
  }
  .logo-box img {
    width: 250px;
    height: auto;
  }
  .hpb-logo {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    height: 75px;
  }
  .logo-box img {
    width: 220px;
  }
  .header-nav {
    height: auto;
  }
  .content-wrap {
    padding: 70px 20px 150px;
  }
  .logo-item-box {
    width: 90%;
  }
  .nav-list li {
    width: 100%;
    margin-right: 0;
  }
  .nav-item {
    min-width: auto;
  }
  .nav-list li:last-child a {
    display: block;
  }
  .nav-item-num {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .nav-item-ttl {
    font-size: 1.2rem;
  }
  .nav-item-ttl span {
    font-size: 2rem;
  }
}
/*----------------------------------------------------
 メニュー開閉ボタン
----------------------------------------------------*/
.open {
  display: block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-btn {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-trigger {
  position: relative;
  top: 0;
  left: 0;
  width: 30px;
  height: 23px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.menu-trigger,
.menu-trigger span {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 6px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-trigger.active span {
  background: #FFF;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  top: 0px;
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
  top: 20px;
}

.menu-trigger.active span:nth-of-type(3) {
  display: none;
}

.sp-logo {
  max-width: 115px;
}

.sp-logo img {
  width: 100%;
  height: auto;
}

.open-btn-style {
  top: 30px;
  right: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bg-white {
  background: #FFF !important;
}

/*.opa-1{
  opacity: 1;
  transition: .5s;
}*/
.opa-0 {
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .menu-btn {
    top: 25px;
    right: 20px;
  }
  .close-bg {
    height: 70px;
  }
  .close-txt {
    font-size: 1.3rem;
    right: -7px;
  }
}
/*----------------------------------------------------
sp-menu-fixed
----------------------------------------------------*/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
footer {
  padding-right: 90px;
}

.footer_contents {
  position: relative;
  background: #000000;
  padding: 120px 6.777vw;
}
.footer_contents .f_bg {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 40%;
  padding-top: 12.67%;
  background: url(../img/share/f_bg.jpg) no-repeat center;
  background-size: contain;
  opacity: 0.5;
}

.f-logo {
  width: 70%;
}
.f-logo img {
  width: 100%;
  margin-bottom: 10px;
}
.f-logo p {
  font-size: 14px;
  color: #FFF;
}

.f-btn {
  max-width: 300px;
  margin-left: auto;
}

.f-sns i {
  font-size: 2.5rem;
  color: #FFF;
}

.f-instagram {
  display: inline-block;
  margin-right: 1rem;
}

.f-facebook {
  display: inline-block;
}

.f-address {
  color: #FFF;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

.f-tel {
  font-family: "Lora", serif;
  color: #FFF;
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
}

.f-tel:hover {
  color: #FFF;
}

.copyright {
  font-family: "Lora", serif;
  font-size: 1.2rem;
  color: #FFF;
}

@media only screen and (max-width: 1100px) {
  footer {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .f-btn {
    width: 100%;
    margin: 0 auto;
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .footer_contents {
    padding: 60px 20px;
  }
  .f-logo {
    width: 85%;
    max-width: none;
  }
  .copyright {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .f-tel {
    pointer-events: none;
  }
}
/*----------------------------------------------------
  pagetop
----------------------------------------------------*/
#pageTop {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.pagetop-txt {
  position: relative;
  color: #FFF;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 4rem;
  letter-spacing: 0.1rem;
}

.pagetop-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -120%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background: #FFF;
}

.pagetop-txt span {
  position: relative;
  color: #1a1a1a;
  padding-left: 0.5rem;
  display: inline-block;
}

.pagetop-txt span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #pageTop {
    top: auto;
    bottom: 10%;
    right: 2%;
  }
  .pagetop-txt::before {
    left: -100%;
    width: 50px;
  }
  .pagetop-txt {
    margin-top: 3.3rem;
    font-size: 1.2rem;
  }
  .pagetop-txt span::before {
    width: 40px;
    height: 40px;
  }
}
/*----------------------------------------------------
  double-scroll-effect
----------------------------------------------------*/
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}/*# sourceMappingURL=common.css.map */