@charset "UTF-8";
.header {
  width: 200px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding-bottom: 120px;
  background-color: #fff;
}
.header__content {
  height: 100%;
  max-height: 640px;
  padding-top: 36px;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
}
.header__logo {
  max-width: 146px;
  width: 20.2vh;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  z-index: 200;
}
.header__logo img {
  width: 100%;
}
.header__logo_link {
  transition: 0.3s;
}
.header__logo_link:hover {
  opacity: 0.7;
}
.header__pagelink {
  font-family: "游明朝", "ヒラギノ明朝", serif;
  width: 100%;
}
.header__pagelink li {
  margin: 0 auto 12px;
  font-weight: 300;
  width: 100%;
}
.header__pagelink li:last-child {
  margin-bottom: 0;
}
.header__pagelink li a {
  color: #666666;
  font-size: 13px;
  line-height: 1.6em;
  display: block;
  text-align: center;
  position: relative;
}
.header__pagelink li a span {
  transition: 0.3s;
}
.header__pagelink li a .jp {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #3B1D06;
}
.header__pagelink li:hover a .jp {
  opacity: 1;
}
.header__pagelink li:hover a .eng {
  opacity: 0;
}
.header__external li {
  margin-bottom: 10px;
}
.header__external li a {
  display: block;
  padding-bottom: 5px;
  text-align: center;
  color: #666666;
  transition: 0.3s;
}
.header__external li a.note {
  opacity: 0.5;
  pointer-events: none;
}
.header__external li a:hover {
  opacity: 0.7;
}
.header__external li a .icon {
  width: 32px;
  display: block;
  margin: auto;
}
.header__external li a span {
  font-size: 10px;
}
.header__switch {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  position: absolute;
  bottom: 32px;
  left: 64px;
  background-color: #3B1D06;
  z-index: 200;
  cursor: pointer;
}
.header__switch .bar {
  position: absolute;
  display: block;
  width: 32px;
  height: 1px;
  left: 20px;
  background: #fff;
  transition: 0.4s;
}
.header__switch .bar:nth-child(1) {
  top: 27px;
}
.header__switch .bar:nth-child(2) {
  top: 36px;
}
.header__switch .bar:nth-child(3) {
  top: 45px;
}
.header__switch.open .bar:nth-child(1) {
  top: 36px;
  transform: rotate(135deg);
}
.header__switch.open .bar:nth-child(2) {
  opacity: 0;
}
.header__switch.open .bar:nth-child(3) {
  top: 36px;
  transform: rotate(-135deg);
}
.header__burgermenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  pointer-events: none;
  transition: 0.8s;
  z-index: 150;
}

.burgermenu {
  padding-left: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.burgermenu.disappear {
  opacity: 0;
}
.burgermenu.show {
  background-color: #fff;
  pointer-events: auto;
}
.burgermenu.show .burgermenu__copy {
  opacity: 1;
}
.burgermenu__content {
  display: flex;
  margin: auto;
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.4s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.burgermenu__content.show {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition-delay: 0;
}
.burgermenu__content.show.disappear {
  opacity: 0;
}
.burgermenu__block {
  width: 200px;
  margin-right: 40px;
}
.burgermenu__block:last-child {
  margin-right: 0;
}
.burgermenu__logo {
  display: none;
}
.burgermenu__copy {
  position: absolute;
  display: block;
  left: 70px;
  width: 60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.8s;
}
.burgermenu .menu-list .menu-item {
  margin-bottom: 38px;
}
.burgermenu .menu-list .menu-item:last-child {
  margin-bottom: 0;
}
.burgermenu .menu-list .menu-item .title-eng {
  font-size: 12px;
  color: #9B9FA5;
  font-family: "游明朝", "ヒラギノ明朝", serif;
  display: block;
  margin-bottom: 8px;
}
.burgermenu .menu-list .menu-item .link-main {
  font-family: "游明朝", "ヒラギノ明朝", serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  transition: 0.3s;
}
.burgermenu .menu-list .menu-item .link-main:hover {
  color: #3B1D06;
}
.burgermenu .menu-list .menu-item .list-sub {
  margin-top: 16px;
}
.burgermenu .menu-list .menu-item .list-sub li {
  margin-bottom: 12px;
}
.burgermenu .menu-list .menu-item .list-sub li a {
  font-size: 13px;
  color: #666666;
  transition: 0.3s;
}
.burgermenu .menu-list .menu-item .list-sub li a:hover {
  color: #3B1D06;
}
.burgermenu .menu-list .menu-item .list-sub li a::before {
  content: "-";
  font-size: 13px;
  margin-right: 8px;
}
.burgermenu .button-reserve {
  margin-bottom: 15px;
}
.burgermenu .button-inquiry {
  margin-bottom: 15px;
}
.burgermenu .external-list {
  margin-bottom: 30px;
}
.burgermenu .external-list li {
  margin-bottom: 8px;
}
.burgermenu .external-list li a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.burgermenu .external-list li a.note {
  opacity: 0.5;
  pointer-events: none;
}
.burgermenu .external-list li a:hover {
  opacity: 0.7;
}
.burgermenu .external-list li a img {
  width: 32px;
}
.burgermenu .external-list li a span {
  color: #666666;
  font-size: 12px;
}
.burgermenu .link-privacy {
  color: #666666;
  font-size: 12px;
  transition: 0.3s;
}
.burgermenu .link-privacy:hover {
  color: #3B1D06;
}

.button-reserve {
  display: block;
  width: 200px;
  line-height: 46px;
  font-size: 13px;
  color: #3B1D06;
  font-family: "游明朝", "ヒラギノ明朝", serif;
  text-align: center;
  border: solid 1px #3B1D06;
  background-color: #fff;
  position: relative;
  transition: 0.6s;
}
.button-reserve span {
  position: relative;
  z-index: 2;
}
.button-reserve::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #3B1D06;
  z-index: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 0.6s;
}
@media screen and (min-width:768px) {
  .button-reserve:hover {
    color: #fff;
  }
  .button-reserve:hover::before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

/*
.button-inquiry{
    display:block;
    width:200px;
    line-height:46px;
    font-size: 13px;
    color:#fff;
    font-family: "游明朝", "ヒラギノ明朝", serif;
    text-align: center;
    background-color:#3B1D06;
    border:solid 1px #3B1D06;
    position:relative;
    transition:.6s;
    span{
        position:relative;
        z-index:2;
    }
    &::before{
        content:'';
        display: block;
        width:calc(100% + 2px);
        height:calc(100% + 2px);
        position:absolute;
        border:solid 1px #3B1D06;
        top:-1px;
        left:-1px;
        background-color: #fff;
        z-index:1;
        clip-path:inset(0 100% 0 0);
        transition:.6s;
        box-sizing: border-box;
    }

    @include mix.mq-up(){
        &:hover{
            color:#3B1D06;
            &::before{
                clip-path:inset(0);
            }
        }
    }
}*/
.button-inquiry {
  display: block;
  width: 200px;
  line-height: 46px;
  font-size: 13px;
  color: #3B1D06;
  font-family: "游明朝", "ヒラギノ明朝", serif;
  text-align: center;
  border: solid 1px #3B1D06;
  background-color: #fff;
  position: relative;
  transition: 0.6s;
}
.button-inquiry span {
  position: relative;
  z-index: 2;
}
.button-inquiry::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #3B1D06;
  z-index: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 0.6s;
}
@media screen and (min-width:768px) {
  .button-inquiry:hover {
    color: #fff;
  }
  .button-inquiry:hover::before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@media screen and (max-width:980px) {
  .header {
    width: 100%;
    height: 80px;
    padding-bottom: 0;
  }
  .header__content {
    height: 100%;
    max-height: 640px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 200;
    position: relative;
  }
  .header__logo {
    width: 63px;
    margin: auto;
    z-index: 200;
  }
  .header__pagelink {
    display: none;
  }
  .header__external {
    display: none;
  }
  .header__switch {
    width: 32px;
    height: 17px;
    bottom: auto;
    top: 32px;
    left: auto;
    right: 28px;
    background-color: transparent;
  }
  .header__switch .bar {
    left: 0;
    background: #3B1D06;
    transition: 0.4s;
  }
  .header__switch .bar:nth-child(1) {
    top: 0;
  }
  .header__switch .bar:nth-child(2) {
    top: 8px;
  }
  .header__switch .bar:nth-child(3) {
    top: 16px;
  }
  .header__switch.open .bar:nth-child(1) {
    top: 8px;
  }
  .header__switch.open .bar:nth-child(3) {
    top: 8px;
  }
  .burgermenu {
    padding: 0;
  }
  .burgermenu__copy {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .burgermenu {
    display: block;
  }
  .burgermenu.show .burgermenu__logo {
    opacity: 1;
  }
  .burgermenu__logo {
    display: block;
    width: 204px;
    position: absolute;
    top: 16px;
    left: 20px;
    opacity: 0;
    transition: 0.8s;
  }
  .burgermenu__content {
    display: block;
    height: 100%;
    overflow-y: scroll;
    padding: 92px 0px 60px 20px;
  }
  .burgermenu__block {
    width: 100%;
    margin-right: 0;
  }
  .burgermenu__block:last-child {
    margin-top: 54px;
    padding-right: 20px;
  }
  .burgermenu .menu-list .menu-item {
    margin-bottom: 12px;
  }
  .burgermenu .menu-list .menu-item:last-child {
    margin-bottom: 12px;
  }
  .burgermenu .menu-list .menu-item .item-head {
    padding-bottom: 10px;
    padding-right: 44px;
    border-bottom: solid 1px #E0E7EF;
    position: relative;
  }
  .burgermenu .menu-list .menu-item .title-eng {
    font-size: 11px;
  }
  .burgermenu .menu-list .menu-item .link-main {
    display: block;
    width: 100%;
  }
  .burgermenu .menu-list .menu-item .item-switch {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 18px;
  }
  .burgermenu .menu-list .menu-item .item-switch .bar {
    width: 16px;
    height: 1px;
    background-color: #3B1D06;
    display: block;
    position: absolute;
    top: 12px;
    left: 4px;
  }
  .burgermenu .menu-list .menu-item .item-switch .bar:nth-child(2) {
    opacity: 1;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 0.3s;
    opacity: 1;
  }
  .burgermenu .menu-list .menu-item .item-switch.open .bar:nth-child(2) {
    opacity: 0;
  }
  .burgermenu .menu-list .menu-item .list-sub {
    margin-top: 0;
    display: none;
    padding-bottom: 8px;
  }
  .burgermenu .menu-list .menu-item .list-sub li {
    margin-bottom: 0;
    padding: 14px 16px;
    background-color: #F4F4F4;
    border-bottom: solid 1px #fff;
  }
  .burgermenu .menu-list .menu-item .list-sub li a {
    display: block;
    width: 100%;
  }
  .burgermenu .button-reserve {
    width: 100%;
    max-width: 400px;
    line-height: 54px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .burgermenu .button-inquiry {
    width: 100%;
    max-width: 400px;
    line-height: 54px;
    font-size: 15px;
    margin-bottom: 54px;
  }
  .burgermenu .external-list {
    margin-bottom: 20px;
  }
  .burgermenu .external-list li {
    margin-bottom: 8px;
  }
}
.footer {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
  padding: 80px;
}
.footer__logo {
  width: 172px;
  display: block;
  margin: 0 auto 100px;
}
.footer__content {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.footer__block {
  width: 200px;
  margin-right: 40px;
}
.footer__block:last-child {
  margin-right: 0;
}
.footer .menu-list .menu-item {
  margin-bottom: 38px;
}
.footer .menu-list .menu-item:last-child {
  margin-bottom: 0;
}
.footer .menu-list .menu-item .link-main {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  letter-spacing: 0.12em;
  transition: 0.3s;
}
.footer .menu-list .menu-item .link-main:hover {
  color: #3B1D06;
}
.footer .menu-list .menu-item .list-sub {
  margin-top: 16px;
}
.footer .menu-list .menu-item .list-sub li {
  margin-bottom: 12px;
}
.footer .menu-list .menu-item .list-sub li::before {
  content: "-";
  font-size: 13px;
  margin-right: 8px;
}
.footer .menu-list .menu-item .list-sub li a {
  font-size: 13px;
  color: #666666;
  letter-spacing: 0.12em;
  transition: 0.3s;
}
.footer .menu-list .menu-item .list-sub li a:hover {
  color: #3B1D06;
}
.footer .button-reserve {
  margin-bottom: 15px;
}
.footer .button-inquiry {
  margin-bottom: 15px;
}
.footer .external-list {
  margin-bottom: 30px;
}
.footer .external-list li {
  margin-bottom: 8px;
}
.footer .external-list li a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.footer .external-list li a.note {
  opacity: 0.5;
  pointer-events: none;
}
.footer .external-list li a:hover {
  opacity: 0.7;
}
.footer .external-list li a img {
  width: 32px;
}
.footer .external-list li a span {
  color: #666666;
  font-size: 12px;
}
.footer .link-privacy {
  color: #666666;
  font-size: 12px;
  transition: 0.3s;
}
.footer .link-privacy:hover {
  color: #3B1D06;
}
.footer .copyright {
  font-size: 10px;
  text-align: center;
  margin-top: 60px;
}

.fixed__contact {
  position: fixed;
  z-index: 50;
  bottom: 20px;
  right: 20px;
  display: flex;
}
.fixed__contact .button-inquiry {
  border-left: none;
}
.fixed__contact .button-inquiry::before {
  left: 0;
  border-left: none;
}

@media screen and (max-width:980px) {
  .footer {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .footer {
    padding: 60px 20px 80px;
  }
  .footer__logo {
    display: none;
  }
  .footer__content {
    margin-bottom: 80px;
  }
  .footer__block {
    width: auto;
  }
  .footer .menu-list .menu-item {
    margin-bottom: 24px;
  }
  .footer .menu-list .menu-item .link-main {
    font-size: 14px;
  }
  .footer .menu-list .menu-item .list-sub li {
    margin-bottom: 12px;
  }
  .footer .menu-list .menu-item .list-sub li::before {
    font-size: 12px;
    margin-right: 6px;
  }
  .footer .menu-list .menu-item .list-sub li a {
    font-size: 12px;
  }
  .footer .button-reserve {
    width: 100%;
    max-width: 350px;
    line-height: 54px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .footer .button-inquiry {
    width: 100%;
    max-width: 350px;
    line-height: 54px;
    font-size: 15px;
    margin-bottom: 48px;
  }
  .footer .external-list {
    margin-bottom: 20px;
  }
  .fixed__contact {
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .fixed__contact .button-inquiry {
    width: 50%;
    line-height: 62px;
  }
  .fixed__contact .button-reserve {
    width: 50%;
    line-height: 62px;
  }
}
@media screen and (max-width:576px) {
  .footer__block {
    margin-right: 0;
  }
  .footer__block:first-child {
    margin-right: 20px;
  }
}
* {
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  font-family: "游ゴシック", "ヒラギノ角ゴシック ProN", "メイリオ", sans-serif;
  color: #666666;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.no-tel-link a {
  color: #666666;
  pointer-events: none;
}

.page-content {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
  padding: 0 60px;
}

.page-head {
  width: calc(100% + 120px);
  margin-left: -60px;
  margin-bottom: 120px;
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-head h1 {
  font-family: "游明朝", "ヒラギノ明朝", serif;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  position: relative;
  letter-spacing: 0.12em;
}
.page-head h1 .eng {
  position: absolute;
  top: -52px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
}

.sp-only {
  display: none;
}
.sp-only_sm {
  display: none;
}

.btn-page {
  font-size: 13px;
  color: #666666;
  width: 200px;
  line-height: 46px;
  text-align: center;
  border: solid 1px #9B9FA5;
  border-radius: 24px;
  display: block;
  margin: auto;
  position: relative;
  transition: 0.6s;
}
.btn-page span {
  position: relative;
  z-index: 2;
}
.btn-page::before {
  content: "";
  display: block;
  width: 200px;
  height: 48px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #9B9FA5;
  border-radius: 24px;
  z-index: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 0.6s;
}
@media screen and (min-width:768px) {
  .btn-page:hover {
    color: #fff;
  }
  .btn-page:hover::before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@media screen and (max-width:980px) {
  .page-content {
    width: 100%;
    margin: auto;
    padding-top: 80px;
  }
}
@media screen and (max-width:767px) {
  .page-content {
    padding: 80px 20px 0;
  }
  .page-head {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 220px;
    margin-bottom: 80px;
  }
  .page-head h1 {
    font-size: 24px;
  }
  .page-head h1 .eng {
    top: -32px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (max-width:576px) {
  .pc-only_sm {
    display: none;
  }
  .sp-only_sm {
    display: block;
  }
}