@charset "UTF-8";
/* CSS Document */
/*
	##### Loun9ine SP基本セット #####
	/assets/css/style_sp.css
*/



/* (header/footer) ボタン・メニュー
=======================================*/
.contents-list {
  display: flex;
}
.contents-list li {
  border-left: 1px solid #917e3c;
}
.contents-list a {
  box-sizing: border-box;
  padding: 0 calc(18/768*100vw) calc(4/768*100vw);
  height: calc(70/768*100vw);
  display: flex;
  flex-direction: column;
  font-family: 'Noto Serif JP', serif;
  font-size: calc(23/768*100vw);
  line-height: 1.5;
  margin-top: -5px;
}
.contents-list .en-txt {
  margin: auto auto 0 0;
  font-family: 'Noto Serif JP', serif;
  font-size: calc(12/768*100vw);
  line-height: 1;
  color: var(--light-color);
  position: relative;
  display: inline-block;
  padding-right: calc(48/768*100vw);
}
.contents-list .en-txt::before {
  content: "";
  width: calc(20/768*100vw);
  height: 1px;
  background-color: #222;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contents-list .en-txt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(3.5/768*100vw) 0 calc(3.5/768*100vw) calc(4.5/768*100vw);
  border-color: transparent transparent transparent #222;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .contents-list a {
    padding: 0 0 calc(4/640*100vw) calc(18/640*100vw);
    height: calc(155/640*100vw);
    font-size: calc(32/640*100vw);
    line-height: 1.5
  }
  .contents-list .en-txt {
    font-size: calc(16/640*100vw);
    padding-right: calc(52/640*100vw);
  }
  .contents-list .en-txt::before {
    width: calc(40/640*100vw);
  }
  .contents-list .en-txt::after {
    border-width: 2.5px 0 2.5px 4.3px;
  }
}



/*header関連
=============================*/
.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 2000;
  background-color: var(--bg-color)
}
.header-main .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .header-main {
    height: calc(86/640*100vw)
  }
  .header-main .inner {
    padding: 0 calc(20/640*100vw)
  }
}



/* logo */
.header-logo {
  display: block;
  width: auto;
  height: calc(30/768*100vw);
  margin-left: 1px;
}
@media (max-width: 640px) {
  .header-logo {
    height: calc(32/640*100vw)
  }
}
.header-logo img {
  height: 100%;
  max-width: none;
  width: auto;
}



/* ヘッダーエリア内ボタン等 Override含む */
.header-main-right-box,
.header-main .btn-set {
  display: flex;
  align-items: center;
}
.header-main .tel {
  font-size: calc(18/768*100vw);
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header-main .tel a {
  font-size: calc(22/768*100vw);
}
@media (min-width: 641px) {
  .header-main .tel a {
    pointer-events: none
  }
}
@media (max-width: 640px) {
  .header-main .tel span {
    display: none;
  }
  .header-main .tel {
    display: inline-block;
    width: calc(50/640*100vw);
    height: calc(50/640*100vw)
  }
  .header-main .tel a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/files/user/img/ico-tel.svg?v=1682066094) no-repeat center center / 3.28125vw 4.6875vw
  }
}
.header-btn,
.header-main .sns-btn {
  justify-content: space-between;
  width: calc(105/768*100vw);
}
.header-btn {
  margin-left: calc(18/768*100vw);
}
.header-main .sns-btn {
  margin-left: calc(5/768*100vw);
  margin-right: calc(18/768*100vw);
}
.header-btn li,
.header-main .sns-btn li {
  display: inline-block;
  width: calc(50/768*100vw);
  height: 50px
}
.header-main .sns-btn a,
.header-main .gradation-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header-main .sns-btn a {
  font-size: 30px;
}
.header-main .gradation-btn {
  text-indent: -9999px;
  overflow: hidden
}
.header-main .gradation-btn.reserve {
  background: url(/files/user/img/ico-reserve.png?v=1682066094) no-repeat center center / 28px 26px
}
.header-main .gradation-btn.contact {
  background: url(/files/user/img/ico-contact.svg?v=1682066094) no-repeat center center / 33px 26px
}
@media (max-width: 640px) {
  .header-btn,
  .header-main .sns-btn {
    justify-content: space-between;
    width: calc(110/640*100vw)
  }
  .header-btn {
    margin-left: calc(10/640*100vw);
  }
  .header-main .sns-btn {
    margin-left: calc(10/640*100vw);
    margin-right: calc(20/640*100vw);
  }
  .header-btn li,
  .header-main .sns-btn li {
    display: inline-block;
    width: calc(50/640*100vw);
    height: calc(50/640*100vw)
  }
  .header-main .sns-btn a {
    font-size: calc(34/640*100vw);
  }
  .header-main .gradation-btn.reserve {
    background-size: 5vw 4.6875vw
  }
  .header-main .gradation-btn.contact {
    background-size: 5.9375vw 4.6875vw
  }
}



/* ハンバーガー */
.hamburger {
  box-sizing: content-box;
  width: 38px;
  height: 17px;
  padding: 16px 0;
}
.hamburger .bar-set {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s;
}
.hamburger span {
  display: block;
  transition: all 0.4s;
  height: 1px;
  background-color: var(--main-color);
  width: 100%;
}
.hamburger.active .bar-set {
  transform: rotateY(-360deg);
}
.hamburger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-135deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0
}
.hamburger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(135deg);
}
@media (max-width: 640px) {
  .hamburger {
    width: calc(44/640*100vw);
    height: calc(23/640*100vw);
    padding: calc(10/640*100vw) 0;
  }
  .hamburger.active span:nth-of-type(1) {
    transform: translateY(1.7187500000000002vw) rotate(-135deg);
  }
  .hamburger.active span:nth-of-type(3) {
    transform: translateY(-1.7187500000000002vw) rotate(135deg);
  }
}



/* グローバルメニュー */
.global-nav {
  position: absolute;
  top: 70px;
  display: block;
  width: 100%;
  height: calc(100vh - 70px);
  padding: calc(100/768*100vw) calc(30/768*100vw) 0;
  background-color: rgba(0, 0, 0, .92);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}
.global-nav.on {
  opacity: 1;
  visibility: visible
}



/*左列*/
.global-nav .blck-01 {
  clip-path: inset(100% 0 0 0);
}
.global-nav.on .blck-01 {
  clip-path: inset(0);
  transition: clip-path .75s cubic-bezier(0, .8, .4, 1) .75s
}
.global-nav .gnav-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
}
.global-nav .gnav-inner .logo {
  display: block;
  width: calc(75/768*100vw);
  height: calc(109/768*100vw);
  margin-bottom: calc(80/768*100vw)
}
@media (max-width: 640px) {
  .global-nav {
    top: calc(86/640*100vw);
    height: calc(100vh - 13.4375vw);
    padding: calc(100/640*100vw) calc(30/640*100vw) 0;
  }
  .global-nav .gnav-inner {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: calc(172/640*100vw);
  }
  .global-nav .gnav-inner .logo {
    width: calc(75/640*100vw);
    height: calc(109/640*100vw);
  }
  .global-nav.on .blck-01 {
    transition-duration: .5s;
    transition-timing-function: linear
  }
}



/*左列（contents-listを上書き）*/
@media (min-width: 641px) {
  .global-nav .contents-list {
    flex-direction: column
  }
  .global-nav .contents-list li {
    margin-bottom: calc(56/768*100vw);
  }
}
@media (max-width: 640px) {
  .global-nav .contents-list {
    justify-content: space-between;
  }
}
.global-nav .contents-list a {
  color: #fff
}
.global-nav .contents-list .en-txt::before {
  background-color: var(--light-color)
}
.global-nav .contents-list .en-txt::after {
  border-color: transparent transparent transparent var(--light-color)
}



/*右列*/
.global-nav .blck-02 {
  display: flex;
  justify-content: space-between;
  width: calc(400/768*100vw);
  padding-top: calc(189/768*100vw);
  opacity: 0;
  visibility: hidden;
}
.global-nav.on .blck-02 {
  opacity: 1;
  visibility: visible;
  transition: 1s linear .75s
}
.global-nav .blck-02 ul {
  display: inline-block
}
.global-nav .blck-02 li {
  display: block;
  font-size: calc(18/768*100vw);
}
.global-nav .blck-02 li + li {
  margin-top: 2em
}
.global-nav .blck-02 li a {
  color: #fff;
  letter-spacing: 0.07em;
  line-height: 1.3;
}
@media (max-width: 640px) {
  .global-nav .blck-02 {
    width: 100%;
    padding-top: calc(80/640*100vw)
  }
  .global-nav .blck-02 li {
    font-size: calc(24/640*100vw);
  }
}




/*footer関連
=============================*/
.page-footer {
  position: relative;
}
.back-to-page-top {
  position: absolute;
  right: 0;
  top: -74px;
  display: block;
  width: 74px;
  height: 74px
}
.back-to-page-top.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  top: auto
}
.back-to-page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  color: #fff;
  background-color: #181818;
}
@media (max-width: 640px) {
  .back-to-page-top {
    top: calc(-74/640*100vw);
    width: calc(74/640*100vw);
    height: calc(74/640*100vw)
  }
  .back-to-page-top a {
    font-size: calc(16/640*100vw);
  }
}
.page-footer .blck {
  display: block;
  width: 100%;
  color: #fff
}



/*上段*/
.page-footer .blck-01 {
  font-family: 'Noto Serif JP', serif;
  height: 370px;
  background: rgba(0, 0, 0, .7) url(/files/user/img/img-footer_sp.jpg?v=1682066097) no-repeat center center / cover;
  background-blend-mode: darken
}
.page-footer .blck-01 .blck-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 calc(50/768*100vw);
  margin: 0 auto;
}
.page-footer .blck-01 h2 {
  font-weight: 400;
}
.page-footer .blck-01 h2 span {
  display: inline-block
}
.page-footer .blck-01 h2 .en-txt {
  font-size: 46px;
  letter-spacing: .085em
}
.page-footer .blck-01 h2 .jp-title {
  font-size: 18px;
  letter-spacing: .13em;
  margin-top: 16px;
}
.page-footer .contact-set {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 640px) {
  .page-footer .blck-01 .blck-inner {
    flex-direction: column;
    justify-content: center;
    padding: 0
  }
  .page-footer .blck-01 {
    height: calc(770/640*100vw);
  }
  .page-footer .blck-01 h2 .en-txt {
    font-size: calc(46/640*100vw);
  }
  .page-footer .blck-01 h2 .jp-title {
    font-size: calc(22/640*100vw);
    margin-top: calc(36/640*100vw);
  }
}
.page-footer .tel {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  align-self: flex-start;
  margin-bottom: 18px;
}
.page-footer .tel a {
  font-size: 34px;
}
.page-footer .tel .time {
  display: inline-block;
  font-size: 12px;
  margin-top: 16px;
}
.page-footer .footer-btn {
  display: flex;
  flex-direction: column;
}
.page-footer .gradation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  width: calc(360/768*100vw);
  height: 72px;
}
.page-footer .gradation-btn.color1 {
  background-color: #887944;
  margin-bottom: 17px;
}
.page-footer .gradation-btn.color2 {
  background-color: #4f4a3c;
}
@media (max-width: 640px) {
  .page-footer .contact-set {
    margin-top: calc(62/640*100vw)
  }
  .page-footer .tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(22/640*100vw);
    margin-bottom: calc(20/640*100vw);
    width: calc(580/640*100vw);
    height: calc(130/640*100vw);
    border: 1px solid rgba(255, 255, 255, .2)
  }
  .page-footer .tel a {
    font-size: calc(38/640*100vw);
  }
  .page-footer .tel .time {
    font-size: calc(16/640*100vw);
    margin-top: calc(17/640*100vw);
  }
  .page-footer .gradation-btn {
    font-size: calc(28/640*100vw);
    width: calc(580/640*100vw);
    height: calc(130/640*100vw);
  }
  .page-footer .gradation-btn.color1 {
    margin-bottom: calc(20/640*100vw)
  }
}



/*下段*/
.page-footer .blck-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  background-color: #181818;
}
.page-footer .blck-02 .blck-inner {
  display: block;
  width: 100%;
  padding: 0 0 0 calc(50/768*100vw)
}
.page-footer .blck-02 .blck-inner-02 {
  display: block;
  position: relative;
}
.page-footer .blck-02 .logo {
  position: absolute;
  width: calc(160/768*100vw);
}
.page-footer .blck-02 .logo a {
  display: block;
  width: 75px;
  height: 109px;
}
.page-footer .blck-02 .links {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.page-footer .blck-02 .links .sitemap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: 220px;
  flex: 0 1 calc(540/768*100vw);
}
@media (max-width: 640px) {
  .page-footer .blck-02 {
    height: auto;
    padding-top: calc(60/640*100vw)
  }
  .page-footer .blck-02 .blck-inner {
    padding: 0 calc(30/640*100vw)
  }
  .page-footer .blck-02 .blck-inner-02 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page-footer .blck-02 .logo {
    position: static;
    width: calc(75/640*100vw);
    height: calc(109/640*100vw);
    margin-bottom: calc(86/640*100vw)
  }
  .page-footer .blck-02 .logo a {
    width: 100%;
    height: 100%;
  }
  .page-footer .blck-02 .links {
    flex-direction: column;
    align-items: center
  }
  .page-footer .blck-02 .links .sitemap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    flex: auto
  }
}
.page-footer .blck-02 .links .sitemap li {
  display: inline-block;
  margin-bottom: 2em;
  font-size: 14px;
  letter-spacing: 0.14em
}
.page-footer .sns-btn {
  display: flex;
  justify-content: space-between;
  width: 72px;
  flex: 0 0 72px;
  margin-bottom: 26px;
}
.page-footer .sns-btn li {
  display: inline-block;
  width: 26px;
  height: 26px
}
.page-footer .sns-btn a {
  font-size: 26px;
}
.page-footer .copyright {
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 640px) {
  .page-footer .blck-02 .links .sitemap li {
    width: 45%;
    margin-bottom: 2.5em;
    font-size: calc(22/640*100vw);
  }
  .page-footer .sns-btn {
    width: calc(160/640*100vw);
    flex: auto;
    margin-bottom: calc(52/640*100vw);
  }
  .page-footer .sns-btn li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(72/640*100vw);
    height: calc(72/640*100vw)
  }
  .page-footer .sns-btn a {
    font-size: calc(40/640*100vw);
  }
  .page-footer .copyright {
    font-size: calc(14/640*100vw);
    margin-top: 0;
    margin-bottom: calc(100/640*100vw);
  }
}