@charset "UTF-8";
@import url("https://use.typekit.net/aob0oor.css");
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

/******************************************************

base

******************************************************/
html, body {
  overflow-x: hidden;
  position: relative; }

html {
  font-size: 10px; }

body {
  font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #000;
  background: #f0f0ec; }

.aw {
  display: inline-block; }

.note {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 1rem; }

.sp {
  display: none !important; }

@media screen and (max-width: 768px) {
  html {
    font-size: 9px; }

  .sp {
    display: block !important; }

  .pc {
    display: none !important; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 8px; }

  body {
    padding-bottom: 7rem; } }
#head-top {
  height: 8rem; }
  @media screen and (max-width: 768px) {
    #head-top {
      height: 60px; } }

.img {
  position: relative; }
  .img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0; }
  .img .note {
    font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    position: absolute;
    z-index: 1;
    bottom: 0.5rem;
    right: 1rem;
    color: #fff;
    text-shadow: 0 0 0.5rem #000, 0 0 0.5rem #000; }
    .img .note.b {
      color: #000;
      text-shadow: none; }
    .img .note.out {
      color: #000;
      text-shadow: none;
      position: static;
      text-align: right; }

/******************************************************

header

******************************************************/
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .header {
      position: fixed; } }
  .header .head-top {
    position: relative;
    width: 100%;
    height: 8rem;
    background: #fff;
    /**h1{
        position: absolute;
        left: 37rem;
        top: 50%;
        transform: translateY(-50%);
        @media screen and (max-width: 1340px) {
            display: none;
        }
    }**/ }
    .header .head-top h1 {
      position: absolute;
      left: 5rem;
      top: 50%;
      transform: translateY(-50%); }
      .header .head-top h1 img {
        width: auto;
        height: 6rem; }
      @media screen and (max-width: 768px) {
        .header .head-top h1 {
          left: 5%; }
          .header .head-top h1 img {
            height: 5rem; } }
  .header .guide-nav {
    position: absolute;
    right: 10rem;
    top: 50%;
    transform: translateY(-50%); }
    .header .guide-nav ul {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .header .guide-nav ul li {
        margin-left: 3rem; }
        .header .guide-nav ul li.top a, .header .guide-nav ul li.map a, .header .guide-nav ul li.outline a {
          font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          font-weight: 300;
          -webkit-font-smoothing: antialiased;
          font-feature-settings: "palt";
          text-decoration: none;
          font-size: 1.4rem;
          color: #000;
          transition: filter 0.5s; }
          .header .guide-nav ul li.top a:hover, .header .guide-nav ul li.map a:hover, .header .guide-nav ul li.outline a:hover {
            filter: brightness(200%); }
        @media screen and (max-width: 900px) {
          .header .guide-nav ul li.top, .header .guide-nav ul li.map, .header .guide-nav ul li.outline {
            display: none; } }
      .header .guide-nav ul .bana-btn.event {
        margin-left: 1rem; }
      .header .guide-nav ul .bana-btn a {
        width: 20rem;
        height: 4.4rem; }
        .header .guide-nav ul .bana-btn a .txt {
          font-size: 1.5rem; }
        .header .guide-nav ul .bana-btn a:before {
          width: 2rem;
          height: 2rem;
          right: 1rem; }
        .header .guide-nav ul .bana-btn a:after {
          width: 0.6rem;
          height: 0.6rem;
          right: 1.5rem; }
    @media screen and (max-width: 1100px) {
      .header .guide-nav ul li.top, .header .guide-nav ul li.map, .header .guide-nav ul li.outline {
        display: none; } }
    @media screen and (max-width: 900px) {
      .header .guide-nav ul .bana-btn a {
        width: 17rem; } }
    @media screen and (max-width: 768px) {
      .header .guide-nav {
        display: none; } }

@media screen and (max-width: 768px) {
  .header {
    text-align: center; }
    .header .head-top {
      height: 60px; } }
/******************************************************

bana-btn

******************************************************/
.bana-btn a, .bana-btn p {
  position: relative;
  text-decoration: none;
  height: 7rem;
  width: 100%;
  display: block;
  transition: filter 0.5s; }
  .bana-btn a .txt, .bana-btn p .txt {
    white-space: nowrap;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.4;
    font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    .bana-btn a .txt .en, .bana-btn p .txt .en {
      font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 700;
      font-style: normal;
      display: block;
      text-align: center;
      font-size: 1.1rem;
      line-height: 1.5;
      display: none; }
  .bana-btn a:before, .bana-btn a:after, .bana-btn p:before, .bana-btn p:after {
    content: "";
    position: absolute;
    top: 50%; }
  .bana-btn a:before, .bana-btn p:before {
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transform: translateY(-50%);
    right: 2rem; }
  .bana-btn a:after, .bana-btn p:after {
    box-sizing: border-box;
    width: 0.8rem;
    height: 0.8rem;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    right: 2.5rem; }
  .bana-btn a:hover, .bana-btn p:hover {
    filter: brightness(140%); }
.bana-btn.request a, .bana-btn.request p {
  background: -webkit-linear-gradient(left, #501c2c, #904556);
  background: -o-linear-gradient(left, #501c2c, #904556);
  background: linear-gradient(to right, #501c2c, #904556); }
.bana-btn.event a, .bana-btn.event p {
  background: -webkit-linear-gradient(left, #5c5642, #988f6b);
  background: -o-linear-gradient(left, #5c5642, #988f6b);
  background: linear-gradient(to right, #5c5642, #988f6b); }
@media screen and (max-width: 768px) {
  .bana-btn {
    /**right: 2rem;
    bottom: 15rem;
    a {
      width: 30px;
            height: 30px;
      &:after {
        width: 10px;
        height: 10px;
        transform: translate(-6px, -3px) rotate(-45deg);
      }
    }**/ } }

/******************************************************

sp-menu-switch, sp menu

******************************************************/
.sp-menu-switch {
  box-sizing: border-box;
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 115;
  width: 100px;
  height: 80px;
  padding: 25px 2.2rem;
  cursor: pointer;
  text-align: center; }
  .sp-menu-switch span {
    background-color: #433d47;
    display: block;
    margin-bottom: 7px;
    width: 100%;
    height: 1px;
    transition: all 300ms cubic-bezier(1, 0, 0, 1); }
    .sp-menu-switch span:last-child {
      margin-bottom: 0; }
  .sp-menu-switch .text {
    letter-spacing: 0.2em;
    font-size: 11px;
    color: #000;
    font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-style: normal; }
  @media screen and (max-width: 768px) {
    .sp-menu-switch {
      width: 60px;
      height: 60px;
      padding: 15px 14px; }
      .sp-menu-switch .text {
        font-size: 9px; } }

body.menu-opened .sp-menu-switch :nth-child(1) {
  transform: translate(0, 15px) rotate(45deg); }
body.menu-opened .sp-menu-switch :nth-child(2) {
  transform: scaleX(0);
  opacity: 0; }
body.menu-opened .sp-menu-switch :nth-child(3) {
  transform: translate(0, -1px) rotate(-45deg); }
body.menu-opened .sp-menu-switch .text {
  display: none; }

body.menu-opened .sp-menu {
  visibility: visible;
  opacity: 1; }

.sp-menu {
  content: '';
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 110;
  width: 30%;
  visibility: hidden;
  opacity: 0;
  transition: 300ms; }
  .sp-menu::before {
    content: "";
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
  .sp-menu::after {
    content: "";
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to right, rgba(64, 55, 77, 0.95), rgba(55, 52, 59, 0.95));
    z-index: 10 !important;
    width: 100%;
    max-width: 500px;
    transform: translateX(1000px);
    transition: transform 1s ease; }
  @media screen and (max-width: 768px) {
    .sp-menu {
      width: 100%; }
      .sp-menu::after {
        width: 100%; } }
  .sp-menu .sp-menu-body {
    position: fixed;
    right: 0;
    top: 0px;
    bottom: 0px;
    z-index: 11;
    width: 100%;
    overflow: scroll;
    padding: 2rem 6rem 6rem;
    transform: translateX(1000px);
    transition: transform 1s ease;
    box-sizing: border-box;
    max-width: 500px; }
    @media screen and (max-width: 768px) {
      .sp-menu .sp-menu-body {
        width: 100%;
        top: 0px;
        padding: 4rem 8% 6rem;
        max-width: 480px; } }

.sp-menu-body .sp-menu-list {
  align-items: flex-start !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4rem 4rem 4rem; }
.sp-menu-body .sp-txt-link.sp-txt-link01 {
  display: flex;
  box-sizing: border-box;
  padding-top: 1rem;
  flex-wrap: wrap; }
  .sp-menu-body .sp-txt-link.sp-txt-link01 li {
    display: block;
    margin-top: 2rem;
    text-align: left;
    width: 100%;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    @media screen and (max-width: 768px) {
      .sp-menu-body .sp-txt-link.sp-txt-link01 li {
        margin-top: 2rem;
        padding-bottom: 2rem; } }
    @media screen and (max-width: 500px) {
      .sp-menu-body .sp-txt-link.sp-txt-link01 li {
        margin-top: 1.5rem;
        padding-bottom: 1.7rem; } }
    .sp-menu-body .sp-txt-link.sp-txt-link01 li a, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.5;
      font-feature-settings: "palt";
      letter-spacing: 0.1rem;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      text-decoration: none; }
      .sp-menu-body .sp-txt-link.sp-txt-link01 li a .en, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .en {
        display: block;
        font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2.1rem;
        line-height: 1;
        order: 1; }
      .sp-menu-body .sp-txt-link.sp-txt-link01 li a .kana, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .kana {
        display: block;
        font-size: 1.2rem;
        line-height: 1.4;
        width: 100%;
        order: 3;
        opacity: 0.75;
        font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "palt"; }
      .sp-menu-body .sp-txt-link.sp-txt-link01 li a .kana-new, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .kana-new {
        font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 700;
        font-style: normal;
        background: #d5cb98;
        color: #000;
        font-size: 1.4rem;
        line-height: 1;
        padding: 0.4rem 0.8rem;
        display: inline-block;
        white-space: nowrap;
        margin-left: 1rem;
        order: 2; }
      @media screen and (max-width: 500px) {
        .sp-menu-body .sp-txt-link.sp-txt-link01 li a .en, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .en {
          order: 1; }
        .sp-menu-body .sp-txt-link.sp-txt-link01 li a .kana, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .kana {
          width: 100%;
          order: 2; }
        .sp-menu-body .sp-txt-link.sp-txt-link01 li a .kana-new, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .kana-new {
          order: 3;
          display: inline-block;
          margin-top: 0.5rem;
          margin-left: 0rem; } }
    .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon {
      position: relative; }
      .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .en {
        opacity: 0.5 !important; }
      .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .kana {
        opacity: 0.5 !important; }
      .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .kana-soon {
        font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 700;
        font-style: normal;
        background: rgba(0, 0, 0, 0.6);
        color: #d5cb98;
        font-size: 1.6rem;
        line-height: 1;
        padding: 0.3rem 0.8rem;
        display: inline-block;
        white-space: nowrap;
        margin-left: 1rem;
        order: 2; }
      @media screen and (max-width: 500px) {
        .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .kana-soon {
          order: 3;
          display: inline-block;
          margin-top: 0.5rem;
          margin-left: 0rem; } }
    .sp-menu-body .sp-txt-link.sp-txt-link01 li a:hover, .sp-menu-body .sp-txt-link.sp-txt-link01 li a.current {
      color: #d5cb98; }
      .sp-menu-body .sp-txt-link.sp-txt-link01 li a:hover .kana, .sp-menu-body .sp-txt-link.sp-txt-link01 li a.current .kana {
        opacity: 1; }
.sp-menu-body .sp-txt-link.sp-txt-link03 {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem; }
  .sp-menu-body .sp-txt-link.sp-txt-link03 li {
    width: 48.5%;
    margin-top: 2rem; }
  @media screen and (max-width: 768px) {
    .sp-menu-body .sp-txt-link.sp-txt-link03 {
      flex-wrap: wrap;
      padding-top: 1rem; }
      .sp-menu-body .sp-txt-link.sp-txt-link03 li {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
.sp-menu-body .sp-bana-btn li {
  margin-top: 2rem; }

body.menu-opened .sp-menu-switch span {
  background: #fff; }
body.menu-opened .sp-menu::after {
  transform: translateX(0px); }
body.menu-opened .sp-menu .sp-menu-body {
  transform: translateX(0px); }

/******************************************************

global nav

******************************************************/
.g-nav-fix {
  position: absolute;
  left: 0;
  width: 100%;
  top: 8rem;
  z-index: 3; }
  @media screen and (max-width: 768px) {
    .g-nav-fix {
      top: 60px;
      display: none; } }

.global-nav {
  background: linear-gradient(to bottom, rgba(29, 27, 23, 0.95), rgba(33, 28, 58, 0.8));
  position: relative;
  display: block; }
  .global-nav:before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 4px;
    background: rgba(255, 255, 255, 0.3); }
  .global-nav ul {
    display: flex;
    margin: auto;
    max-width: 1200px; }
    .global-nav ul li {
      width: 20%;
      position: relative; }
      .global-nav ul li:after {
        content: "";
        width: 1px;
        position: absolute;
        right: 0;
        top: 18px;
        bottom: 4px;
        background: rgba(255, 255, 255, 0.3); }
      .global-nav ul li:first-child:before {
        content: "";
        width: 1px;
        position: absolute;
        left: 0;
        top: 18px;
        bottom: 4px;
        background: rgba(255, 255, 255, 0.3); }
      .global-nav ul li a {
        display: block;
        height: 65px;
        width: 100%;
        position: relative;
        overflow: hidden;
        background: rgba(0, 0, 0, 0);
        transition: background 0.5s; }
        .global-nav ul li a .nuv-txt {
          position: absolute;
          top: 52%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          z-index: 2; }
          .global-nav ul li a .nuv-txt .kana {
            display: block;
            font-size: 1.3rem;
            color: #fff;
            white-space: nowrap;
            font-feature-settings: "palt";
            font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            font-weight: 300;
            -webkit-font-smoothing: antialiased;
            font-feature-settings: "palt";
            line-height: 1.3; }
          .global-nav ul li a .nuv-txt .en {
            display: block;
            font-size: 1.8rem;
            color: #fff;
            white-space: nowrap;
            font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            font-weight: 700;
            font-style: normal;
            line-height: 1.3; }
        .global-nav ul li a:after {
          content: "";
          height: 1px;
          width: 100%;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 4px;
          background: #d8cc9d;
          opacity: 0;
          transition: 0.5s opacity; }
        .global-nav ul li a:hover:after, .global-nav ul li a.current:after {
          opacity: 1; }
        .global-nav ul li a:hover .nuv-txt .kana, .global-nav ul li a.current .nuv-txt .kana {
          color: #d8cc9d; }
        .global-nav ul li a:hover .nuv-txt .en, .global-nav ul li a.current .nuv-txt .en {
          color: #d8cc9d; }
      .global-nav ul li .new {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 2px;
        font-size: 1.5rem;
        line-height: 1;
        color: #fff;
        background: #8a070f;
        font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "palt"; }

@media screen and (max-width: 768px) {
  .global-nav {
    display: none; } }
/******************************************************

footer

******************************************************/
footer .f-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  footer .f-list li {
    display: inline-block; }
footer .list02 {
  padding-top: 1rem;
  justify-content: flex-start;
  flex-wrap: nowrap;
  max-width: 550px;
  width: 100%; }
  footer .list02 li {
    margin: 0;
    margin-bottom: 1.5rem;
    margin-right: 4rem;
    text-align: left; }
    footer .list02 li a {
      text-decoration: none; }
    footer .list02 li p {
      display: block;
      font-size: 1.1rem;
      line-height: 1.5;
      margin-bottom: 0.5rem;
      color: #000; }
    footer .list02 li img {
      width: auto;
      height: 5.2rem; }
  @media screen and (max-width: 1000px) {
    footer .list02 {
      display: block; }
      footer .list02 li {
        width: 100%;
        text-align: center;
        margin: 0 0%;
        margin-bottom: 2.5rem; } }
footer .list03 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  justify-content: flex-end; }
  footer .list03 li {
    margin: 0 1.5rem;
    margin-top: 1.5rem; }
    footer .list03 li a {
      text-decoration: none;
      font-size: 1.4rem;
      line-height: 1.6;
      color: #000; }
  @media screen and (max-width: 1000px) {
    footer .list03 {
      justify-content: center; } }
footer .f-company {
  background: #fff; }
  footer .f-company .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    padding: 3rem 0; }
    footer .f-company .inner .list02 {
      max-width: 550px;
      width: 100%; }
  @media screen and (max-width: 1000px) {
    footer .f-company .inner {
      display: block;
      align-items: center;
      justify-content: center;
      max-width: none; }
      footer .f-company .inner .list02 {
        max-width: none;
        width: 100%; } }

footer .footer-body {
  background: url("../images/common/foot-bg.jpg") center center;
  background-size: cover;
  padding: 9rem 5%;
  display: flex;
  flex-wrap: wrap; }
  footer .footer-body .footer-copy {
    width: 100%; }
    footer .footer-body .footer-copy img {
      width: 100%;
      height: auto;
      max-width: 520px; }
  footer .footer-body .f-conversion {
    width: 70%;
    padding-right: 4%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 6rem;
    color: #fff; }
    footer .footer-body .f-conversion h5,
    footer .footer-body .f-conversion h6 {
      font-weight: lighter;
      font-size: 2rem;
      line-height: 1.6;
      letter-spacing: 0.3rem;
      font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt"; }
    footer .footer-body .f-conversion h6 {
      font-size: 1.5rem;
      letter-spacing: 0.1rem;
      margin-top: 1rem; }
    footer .footer-body .f-conversion .conver-btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      max-width: 76rem;
      padding: 1rem 0 5rem; }
      footer .footer-body .f-conversion .conver-btn li {
        width: 49%;
        margin-top: 1.5rem; }
  footer .footer-body .f-nav {
    width: 30%;
    padding-left: 4%;
    margin-top: 6rem;
    box-sizing: border-box;
    display: flex; }
    footer .footer-body .f-nav ul {
      width: 42%; }
      footer .footer-body .f-nav ul:nth-child(1) {
        margin-right: 8%; }
      footer .footer-body .f-nav ul li {
        margin-top: 3rem; }
        footer .footer-body .f-nav ul li a, footer .footer-body .f-nav ul li .soon {
          text-decoration: none; }
          footer .footer-body .f-nav ul li a .nuv-txt .kana, footer .footer-body .f-nav ul li .soon .nuv-txt .kana {
            color: #fff;
            font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            font-weight: 300;
            -webkit-font-smoothing: antialiased;
            font-feature-settings: "palt";
            font-size: 1.5rem;
            line-height: 1.4;
            white-space: nowrap; }
        footer .footer-body .f-nav ul li a:hover .nuv-txt .kana, footer .footer-body .f-nav ul li a.current .nuv-txt .kana {
          text-decoration: underline; }
        footer .footer-body .f-nav ul li .soon .nuv-txt {
          opacity: 0.3; }
        footer .footer-body .f-nav ul li:first-child {
          margin-top: 0; }
  footer .footer-body .f-contact .f-list {
    font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 1rem; }
    footer .footer-body .f-contact .f-list li {
      margin-top: 1rem; }
      footer .footer-body .f-contact .f-list li:nth-child(1) {
        margin-right: 2rem; }
      footer .footer-body .f-contact .f-list li img {
        width: auto;
        height: 4.5rem; }
      footer .footer-body .f-contact .f-list li:nth-child(2) {
        line-height: 1.5; }
  @media screen and (max-width: 900px) {
    footer .footer-body .f-conversion {
      width: 60%;
      padding-right: 4%; }
      footer .footer-body .f-conversion .conver-btn {
        max-width: 76rem;
        padding: 1rem 0 5rem; }
        footer .footer-body .f-conversion .conver-btn li {
          width: 100%;
          margin-top: 1.5rem; }
    footer .footer-body .f-nav {
      width: 40%;
      padding-left: 4%; } }
  @media screen and (max-width: 768px) {
    footer .footer-body .f-conversion {
      width: 100%;
      padding-right: 0%;
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 5rem; }
      footer .footer-body .f-conversion .conver-btn {
        max-width: 56rem; }
        footer .footer-body .f-conversion .conver-btn li {
          width: 100%;
          margin-top: 1.5rem; }
    footer .footer-body .f-nav {
      width: 100%;
      padding-left: 0%; }
    footer .footer-body .f-nav {
      margin-top: 2rem;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap; }
      footer .footer-body .f-nav ul {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        footer .footer-body .f-nav ul:nth-child(1) {
          margin-right: 0%; }
        footer .footer-body .f-nav ul li {
          margin-top: 3rem;
          width: 30%;
          margin-right: 5%; }
          footer .footer-body .f-nav ul li:nth-child(3n) {
            margin-right: 0; }
          footer .footer-body .f-nav ul li:first-child {
            margin-top: 3rem; } }
  @media screen and (max-width: 500px) {
    footer .footer-body {
      padding: 6rem 8%; }
      footer .footer-body .f-nav ul:nth-child(1) {
        margin-right: 0%; }
      footer .footer-body .f-nav ul li {
        width: 47%;
        margin-right: 6%; }
        footer .footer-body .f-nav ul li:nth-child(3n) {
          margin-right: 6%; }
        footer .footer-body .f-nav ul li:nth-child(2n) {
          margin-right: 0%; } }

#return-top {
  display: none;
  position: fixed;
  z-index: 100;
  right: 2rem;
  bottom: 2rem; }
  #return-top a {
    display: inline-block;
    position: relative;
    width: 5rem;
    height: 5rem;
    background-color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%; }
    #return-top a:after {
      display: block;
      content: '';
      width: 1.6rem;
      height: 1.6rem;
      border-style: solid;
      border-width: 1px 1px 0 0;
      border-color: #fff;
      transform: translate(-0.8rem, -0.4rem) rotate(-45deg);
      position: absolute;
      top: 50%;
      left: 50%; }
    #return-top a:hover {
      background-color: rgba(84, 64, 64, 0.65); }
  @media screen and (max-width: 600px) {
    #return-top {
      bottom: 9rem; } }

.fix-nav-master {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: none; }
  .fix-nav-master ul {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.6); }
    .fix-nav-master ul li a {
      width: 100%;
      height: 7rem;
      display: block;
      position: relative;
      text-decoration: none;
      box-sizing: border-box; }
      .fix-nav-master ul li a .nuv-txt {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        color: #fff;
        font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "palt";
        font-size: 1.8rem; }
      .fix-nav-master ul li a:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 2px;
        background: rgba(255, 255, 255, 0.4); }
    .fix-nav-master ul li.tel {
      width: 25%; }
      .fix-nav-master ul li.tel a {
        background: linear-gradient(to bottom, #1b1d2f, #343963);
        border-right: 1px solid rgba(0, 0, 0, 0.3); }
    .fix-nav-master ul li.request {
      width: 37.5%; }
      .fix-nav-master ul li.request a {
        background: linear-gradient(to bottom, #511c2c, #8f4556);
        border-right: 1px solid rgba(0, 0, 0, 0.3); }
    .fix-nav-master ul li.event {
      width: 37.5%; }
      .fix-nav-master ul li.event a {
        background: linear-gradient(to bottom, #5d5742, #988f6b); }
  @media screen and (max-width: 600px) {
    .fix-nav-master {
      display: block; } }

/******************************************************

container

******************************************************/
.main {
  position: relative; }
  .main .img {
    z-index: 0; }
  .main:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 6rem;
    position: absolute;
    bottom: 0;
    left: 50%; }

.conteiner {
  position: relative;
  overflow: hidden;
  background: url("../images/common/concept-bg.jpg") center top;
  background-size: 1400px auto; }
  .conteiner:after {
    background: #fff;
    content: "";
    position: absolute;
    left: 8rem;
    right: 8rem;
    top: 0;
    bottom: 0; }
  @media screen and (max-width: 1100px) {
    .conteiner:after {
      left: 4%;
      right: 4%; } }

.inner {
  width: 80%;
  margin: auto;
  max-width: 1100px;
  position: relative;
  z-index: 1;
  padding: 6rem 0; }

.page-caption {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 2.5rem 0 4rem;
  background: #fff;
  font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt"; }
  .page-caption p {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 1.5rem;
    color: #222;
    text-align: left;
    line-height: 1.8; }

.inner.page-head {
  text-align: center;
  padding: 10rem 0 6rem; }
  .inner.page-head:after {
    background: #704c70;
    content: "";
    position: absolute;
    width: 1px;
    height: 6rem;
    left: 50%;
    top: 0; }

.page-name .en {
  font-size: 5.5rem;
  color: #704c70;
  text-align: center;
  display: block;
  font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-style: normal; }
.page-name .kana {
  text-align: center;
  display: block;
  font-size: 1.5rem;
  font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem; }

.page-midashi {
  font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  margin-top: 4rem;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0.5rem; }

.midashi {
  font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.4rem;
  text-align: left; }
  .midashi.line:before {
    content: "";
    display: block;
    width: 5rem;
    height: 1px;
    background: #704c70;
    margin-bottom: 3rem; }
  .midashi.center {
    text-align: center; }
    .midashi.center.line:before {
      margin: auto;
      margin-bottom: 3rem; }

.lead {
  font-size: 1.5rem;
  line-height: 2;
  font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt"; }
  .lead.center {
    text-align: center; }

/******************************************************

slick

******************************************************/
.slick-list {
  margin: 0 -2.5rem; }

.slick-slide {
  margin: 0 2.5rem; }

.slide-arrow {
  --slide-arrow-size: 36px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: var(--slide-arrow-size);
  height: auto;
  transition: opacity .2s linear;
  z-index: 2; }
  .slide-arrow:hover {
    opacity: .7; }

.prev-arrow {
  left: calc(var(--slide-arrow-size) * -1); }

.next-arrow {
  right: calc(var(--slide-arrow-size) * -1); }

.slick-dots {
  margin-bottom: -2.5rem !important; }
  .slick-dots li {
    margin: 0 1rem !important;
    width: 1.6rem !important;
    height: 1.6rem !important;
    overflow: hidden; }
  .slick-dots button::before {
    width: 1.6rem !important;
    height: 1.6rem !important;
    opacity: 1 !important;
    background-color: #d0ccc3;
    border-radius: calc(infinity * 1px);
    transition: background-color .2s linear;
    color: transparent !important; }
  .slick-dots button:hover::before {
    background-color: #704c70; }
  .slick-dots .slick-active button::before {
    background-color: #704c70; }

@media screen and (max-width: 1024px) {
  .slick-list {
    margin: 0 -1.5rem; }

  .slick-slide {
    margin: 0 1.5rem; } }
@media screen and (max-width: 768px) {
  .slide-arrow {
    --slide-arrow-size: 20px; } }
/******************************************************

fancy box

******************************************************/
.fancybox-button {
  background: black !important; }

.fancybox-button.fancybox-button--arrow_right,
.fancybox-button.fancybox-button--arrow_left {
  background: transparent !important; }
  .fancybox-button.fancybox-button--arrow_right img,
  .fancybox-button.fancybox-button--arrow_left img {
    width: 31px;
    height: auto; }

@media screen and (max-width: 768px) {
  .fancybox-button.fancybox-button--arrow_right,
  .fancybox-button.fancybox-button--arrow_left {
    background: transparent !important; }
    .fancybox-button.fancybox-button--arrow_right img,
    .fancybox-button.fancybox-button--arrow_left img {
      width: 20px; }

  .fancybox-button.fancybox-button--arrow_right {
    padding-right: 50px !important; }

  .fancybox-button.fancybox-button--arrow_left {
    padding-left: 30px !important; } }
body.fancybox-active {
  margin-inline-end: 0; }
