@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: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #000;
  /**background: #f0f0ec;**/
  background: #fff; }

.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;
    padding-bottom: 3.5rem; }

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

sup {
  font-size: 1rem !important; }

.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%;
  background: rgba(255, 255, 255, 0);
  transition: 0.5s background; }
  @media screen and (max-width: 768px) {
    .header {
      position: fixed; } }
  .header .head-top {
    position: relative;
    width: 100%;
    height: 80px; }
    .header .head-top h1 {
      position: absolute;
      left: 42rem;
      top: 50%;
      transform: translateY(-50%);
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.7; }
      @media screen and (max-width: 1340px) {
        .header .head-top h1 {
          display: none; } }
    .header .head-top h2 {
      position: absolute;
      left: 4rem;
      top: 50%;
      transform: translateY(-50%); }
      .header .head-top h2 img {
        width: auto;
        height: 5.5rem; }
        .header .head-top h2 img.black {
          display: none; }
      @media screen and (max-width: 768px) {
        .header .head-top h2 {
          left: 5%; }
          .header .head-top h2 img {
            height: 5.5rem; } }
  .header .guide-nav {
    position: absolute;
    right: 4rem;
    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: #fff;
          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.request {
        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, .header .guide-nav ul .bana-btn a:after {
          display: none !important; }
    @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; }
      .header .guide-nav ul li.request {
        margin-right: 1rem !important; } }
    @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;
  border-radius: 0.3rem; }
  .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; }
  .bana-btn a:before, .bana-btn a:after, .bana-btn p:before, .bana-btn p:after {
    content: "";
    position: absolute;
    top: 50%;
    background: #fff;
    height: 1px; }
  .bana-btn a:before, .bana-btn p:before {
    width: 3rem;
    right: 5%; }
  .bana-btn a:after, .bana-btn p:after {
    width: 0.8rem;
    right: 5%;
    transform: translateX(10%) translateY(-250%) rotate(45deg); }
  .bana-btn a:hover, .bana-btn p:hover {
    filter: brightness(140%); }
.bana-btn.request a, .bana-btn.request p {
  background: -webkit-linear-gradient(left, #e44600, #f79700);
  background: -o-linear-gradient(left, #e44600, #f79700);
  background: linear-gradient(to right, #e44600, #f79700); }
.bana-btn.event a, .bana-btn.event p {
  background: -webkit-linear-gradient(left, #406c9b, #3fa2ba);
  background: -o-linear-gradient(left, #406c9b, #3fa2ba);
  background: linear-gradient(to right, #406c9b, #3fa2ba); }
@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;
  display: none; }
  .sp-menu-switch span {
    background-color: #fff;
    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: #fff;
    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;
      display: block; }
      .sp-menu-switch .text {
        font-size: 8px; } }

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: url("../images/common/menu-bg.jpg") center center;
    background-size: cover;
    z-index: 10 !important;
    width: 100%;
    transform: translateX(1000px);
    transition: all 1s ease;
    opacity: 0.1; }
  @media screen and (max-width: 768px) {
    .sp-menu {
      width: 100%; }
      .sp-menu::after {
        width: 100%; } }
  .sp-menu .sp-menu-body {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 11;
    width: 100%;
    height: 90%;
    overflow: scroll;
    padding: 2rem 6rem 6rem;
    transform: translateX(1000px) translateY(-50%);
    transition: transform 1s ease;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    max-width: 1300px;
    max-height: 50rem; }
    .sp-menu .sp-menu-body .sp-txt-link01 {
      width: 65%;
      margin-right: 5%; }
    .sp-menu .sp-menu-body .sp-bana-btn {
      width: 30%; }
    @media screen and (max-width: 900px) {
      .sp-menu .sp-menu-body {
        flex-wrap: wrap; }
        .sp-menu .sp-menu-body .sp-txt-link01 {
          width: 100%;
          margin-right: 0%; }
        .sp-menu .sp-menu-body .sp-bana-btn {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .sp-menu .sp-menu-body {
        max-height: 55rem; } }
    @media screen and (max-width: 500px) {
      .sp-menu .sp-menu-body {
        max-height: none; } }

.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;
  align-items: flex-start; }
  .sp-menu-body .sp-txt-link.sp-txt-link01 li {
    display: block;
    text-align: left;
    width: 47%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-right: 6%; }
    .sp-menu-body .sp-txt-link.sp-txt-link01 li:nth-child(2n) {
      margin-right: 0; }
    .sp-menu-body .sp-txt-link.sp-txt-link01 li.top, .sp-menu-body .sp-txt-link.sp-txt-link01 li.concept {
      border-top: 1px solid rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 900px) {
      .sp-menu-body .sp-txt-link.sp-txt-link01 li {
        width: 31%;
        margin-right: 3.5%; }
        .sp-menu-body .sp-txt-link.sp-txt-link01 li:nth-child(2n) {
          margin-right: 3.5%; }
        .sp-menu-body .sp-txt-link.sp-txt-link01 li:nth-child(3n) {
          margin-right: 0; }
        .sp-menu-body .sp-txt-link.sp-txt-link01 li.design {
          border-top: 1px solid rgba(0, 0, 0, 0.3); } }
    @media screen and (max-width: 768px) {
      .sp-menu-body .sp-txt-link.sp-txt-link01 li {
        width: 48%;
        margin-right: 4%; }
        .sp-menu-body .sp-txt-link.sp-txt-link01 li:nth-child(3n) {
          margin-right: 4%; }
        .sp-menu-body .sp-txt-link.sp-txt-link01 li:nth-child(2n) {
          margin-right: 0%; }
        .sp-menu-body .sp-txt-link.sp-txt-link01 li.design {
          border-top: none; } }
    @media screen and (max-width: 500px) {
      .sp-menu-body .sp-txt-link.sp-txt-link01 li {
        max-height: none;
        width: 100%;
        margin-right: 0%; }
        .sp-menu-body .sp-txt-link.sp-txt-link01 li:nth-child(3n) {
          margin-right: 0%; }
        .sp-menu-body .sp-txt-link.sp-txt-link01 li.concept {
          border-top: none; } }
    .sp-menu-body .sp-txt-link.sp-txt-link01 li a, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon {
      color: #000;
      font-size: 1.5rem;
      line-height: 1.5;
      font-feature-settings: "palt";
      letter-spacing: 0.1rem;
      text-decoration: none;
      padding: 1.6rem 0;
      display: block; }
      .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.4rem;
        line-height: 1;
        order: 1;
        white-space: nowrap; }
      .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.5rem;
        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"; }
      @media screen and (max-width: 1100px) {
        .sp-menu-body .sp-txt-link.sp-txt-link01 li a .en, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .en {
          font-size: 1.8rem; }
        .sp-menu-body .sp-txt-link.sp-txt-link01 li a .kana, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .kana {
          font-size: 1.4rem; } }
      @media screen and (max-width: 500px) {
        .sp-menu-body .sp-txt-link.sp-txt-link01 li a, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon {
          padding: 1.4rem 0; }
          .sp-menu-body .sp-txt-link.sp-txt-link01 li a .en, .sp-menu-body .sp-txt-link.sp-txt-link01 li .soon .en {
            font-size: 2.2rem; } }
    .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; }
    .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: #4081a7; }
      .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-bana-btn {
  padding-top: 1rem; }
  .sp-menu-body .sp-bana-btn li {
    margin-top: 2rem; }
    .sp-menu-body .sp-bana-btn li:first-child {
      margin-top: 0; }
  @media screen and (max-width: 1100px) {
    .sp-menu-body .sp-bana-btn li a .txt {
      font-size: 1.6rem; }
      .sp-menu-body .sp-bana-btn li a .txt .en {
        font-size: 1rem; } }
  @media screen and (max-width: 900px) {
    .sp-menu-body .sp-bana-btn {
      display: flex;
      justify-content: space-between; }
      .sp-menu-body .sp-bana-btn li {
        width: 48.5%;
        margin-top: 0rem; }
        .sp-menu-body .sp-bana-btn li:first-child {
          margin-top: 0rem; } }
  @media screen and (max-width: 768px) {
    .sp-menu-body .sp-bana-btn {
      padding-top: 2rem; } }
  @media screen and (max-width: 500px) {
    .sp-menu-body .sp-bana-btn {
      padding-top: 0.5rem;
      flex-wrap: wrap; }
      .sp-menu-body .sp-bana-btn li {
        width: 100%;
        margin-top: 2rem; }
        .sp-menu-body .sp-bana-btn li:first-child {
          margin-top: 1rem; } }

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

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

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 {
  position: relative;
  display: block; }
  .global-nav ul {
    display: flex;
    margin: auto;
    max-width: 1300px; }
    .global-nav ul li {
      width: 20%;
      position: relative; }
      .global-nav ul li.concept {
        width: 12.5%; }
      .global-nav ul li.design {
        width: 10%; }
      .global-nav ul li.facilities {
        width: 18.5%; }
      .global-nav ul li.plan {
        width: 14%; }
      .global-nav ul li.condminium {
        width: 22%; }
      .global-nav ul li.location {
        width: 12.5%; }
      .global-nav ul li.access {
        width: 10.5%; }
      .global-nav ul li:after {
        content: "";
        width: 1px;
        position: absolute;
        right: 0;
        top: 18px;
        bottom: 10px;
        background: rgba(0, 0, 0, 0); }
      .global-nav ul li:first-child:before {
        content: "";
        width: 1px;
        position: absolute;
        left: 0;
        top: 18px;
        bottom: 10px;
        background: rgba(0, 0, 0, 0); }
      .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.2rem;
            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; }
          @media screen and (max-width: 1000px) {
            .global-nav ul li a .nuv-txt .kana {
              font-size: 0.9vw; }
            .global-nav ul li a .nuv-txt .en {
              font-size: 1.6vw; } }
        .global-nav ul li a:after {
          content: "";
          height: 2px;
          width: 100%;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 4px;
          background: #fff;
          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: #fff; }
        .global-nav ul li a:hover .nuv-txt .en, .global-nav ul li a.current .nuv-txt .en {
          color: #fff; }
      .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; } }
/******************************************************

p-scroll

******************************************************/
.p-scroll .header,
.black-body .header {
  background: rgba(255, 255, 255, 0.85); }
  .p-scroll .header .head-top h1,
  .black-body .header .head-top h1 {
    color: rgba(0, 0, 0, 0.6); }
  .p-scroll .header .head-top h2 img.white,
  .black-body .header .head-top h2 img.white {
    display: none; }
  .p-scroll .header .head-top h2 img.black,
  .black-body .header .head-top h2 img.black {
    display: block; }
  .p-scroll .header .guide-nav ul li.top a, .p-scroll .header .guide-nav ul li.map a, .p-scroll .header .guide-nav ul li.outline a,
  .black-body .header .guide-nav ul li.top a,
  .black-body .header .guide-nav ul li.map a,
  .black-body .header .guide-nav ul li.outline a {
    color: #000; }
.p-scroll .sp-menu-switch span,
.black-body .sp-menu-switch span {
  background-color: #000; }
.p-scroll .sp-menu-switch .text,
.black-body .sp-menu-switch .text {
  color: #000; }
.p-scroll.menu-opened .sp-menu-switch span,
.black-body.menu-opened .sp-menu-switch span {
  background: #fff; }
.p-scroll .global-nav ul li:after,
.black-body .global-nav ul li:after {
  background: rgba(0, 0, 0, 0.1); }
.p-scroll .global-nav ul li:first-child:before,
.black-body .global-nav ul li:first-child:before {
  background: rgba(0, 0, 0, 0.1); }
.p-scroll .global-nav ul li a .nuv-txt .kana,
.black-body .global-nav ul li a .nuv-txt .kana {
  color: #000; }
.p-scroll .global-nav ul li a .nuv-txt .en,
.black-body .global-nav ul li a .nuv-txt .en {
  color: #3f8dae; }
.p-scroll .global-nav ul li a:after,
.black-body .global-nav ul li a:after {
  background: #3f8dae; }
.p-scroll .global-nav ul li a:hover .nuv-txt .kana, .p-scroll .global-nav ul li a.current .nuv-txt .kana,
.black-body .global-nav ul li a:hover .nuv-txt .kana,
.black-body .global-nav ul li a.current .nuv-txt .kana {
  color: #3f8dae; }
.p-scroll .global-nav ul li a:hover .nuv-txt .en, .p-scroll .global-nav ul li a.current .nuv-txt .en,
.black-body .global-nav ul li a:hover .nuv-txt .en,
.black-body .global-nav ul li a.current .nuv-txt .en {
  color: #3f8dae; }

.black-body {
  padding-top: 145px; }
  @media screen and (max-width: 768px) {
    .black-body {
      padding-top: 60px; } }

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

footer

******************************************************/
footer {
  background: #fff;
  position: relative; }
  footer .f-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    footer .f-list li {
      display: inline-block; }
  footer .list02 {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #ddd; }
    footer .list02 li {
      margin: 3rem;
      margin-bottom: 0; }
      footer .list02 li img {
        width: auto;
        height: 6.7rem; }
      footer .list02 li.space {
        display: none; }
        @media screen and (max-width: 1550px) {
          footer .list02 li.space {
            display: block;
            width: 100%;
            margin: 0 !important; } }
        @media screen and (max-width: 870px) {
          footer .list02 li.space {
            display: none; } }
  footer .list03 {
    padding: 2rem 0 5rem; }
    footer .list03 li {
      margin: 3rem 2rem;
      margin-bottom: 0; }
      footer .list03 li a, footer .list03 li .soon {
        text-decoration: none;
        color: #000;
        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.4rem;
        line-height: 1.4;
        white-space: nowrap; }
      footer .list03 li a:hover {
        text-decoration: underline; }
  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/footer-bg.jpg") center center;
  background-size: cover;
  padding: 9rem 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }
  footer .footer-body .footer-copy {
    width: 100%; }
    footer .footer-body .footer-copy img {
      width: 100%;
      height: auto;
      max-width: 265px; }
    @media screen and (max-width: 600px) {
      footer .footer-body .footer-copy {
        width: 50%; } }
  footer .footer-body .f-conversion {
    width: 65%;
    box-sizing: border-box;
    margin-top: 2rem;
    color: #000; }
    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: 80rem;
      padding: 1rem 0 5rem; }
      footer .footer-body .f-conversion .conver-btn li {
        width: 49%;
        margin-top: 1.5rem; }
        footer .footer-body .f-conversion .conver-btn li a {
          height: 8rem; }
  footer .footer-body .f-bukken-logo {
    width: 30%;
    padding-left: 5%;
    margin-top: 6rem;
    box-sizing: border-box;
    text-align: center; }
    footer .footer-body .f-bukken-logo img {
      width: 100%;
      height: auto !important;
      max-width: 35rem; }
  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; } }
  @media screen and (max-width: 768px) {
    footer .footer-body .f-conversion {
      width: 100%;
      padding-right: 0%; }
      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-bukken-logo {
      width: 100%;
      padding-top: 1rem;
      padding-left: 0; }
      footer .footer-body .f-bukken-logo img {
        width: 80%; } }
  @media screen and (max-width: 500px) {
    footer .footer-body {
      padding: 6rem 8%; }
      footer .footer-body .f-contact .f-list li img {
        width: auto;
        height: 4.2rem; } }

.f-nav {
  padding: 2rem 0 4rem;
  background: #fff;
  border-bottom: 1px solid #ddd; }
  .f-nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .f-nav ul li {
      margin: 3rem 2rem;
      margin-bottom: 0; }
      .f-nav ul li a, .f-nav ul li .soon {
        text-decoration: none; }
        .f-nav ul li a .nuv-txt .kana, .f-nav ul li .soon .nuv-txt .kana {
          color: #000;
          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.4rem;
          line-height: 1.4;
          white-space: nowrap; }
      .f-nav ul li a:hover .nuv-txt .kana, .f-nav ul li a.current .nuv-txt .kana {
        text-decoration: underline; }
      .f-nav ul li .soon .nuv-txt {
        opacity: 0.3; }
  @media screen and (max-width: 600px) {
    .f-nav {
      padding: 0;
      border-top: 1px solid #ddd; }
      .f-nav ul {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .f-nav ul li {
          margin: 0;
          width: 50%;
          box-sizing: border-box;
          border-right: 1px solid #ddd;
          border-bottom: 1px solid #ddd; }
          .f-nav ul li.request {
            border-bottom: none; }
          .f-nav ul li:nth-child(2n) {
            border-right: none; }
          .f-nav ul li a, .f-nav ul li .soon {
            display: block;
            height: 5rem;
            position: relative; }
            .f-nav ul li a .nuv-txt, .f-nav ul li .soon .nuv-txt {
              white-space: nowrap;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translateX(-50%) translateY(-50%); } }

#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(8, 56, 86, 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.2); }
    .fix-nav-master ul li a {
      width: 100%;
      height: 7rem;
      display: block;
      position: relative;
      text-decoration: none;
      box-sizing: border-box;
      /**&:before{
      	content: "";
      	position: absolute;
      	top: 0px;
      	left: 0;
      	width: 100%;
      	height: 2px;
      	background: rgba(255,255,255,0.4);
      }**/ }
      .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.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, #e44600, #f79700);
        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, #406c9b, #3fa2ba); }
  @media screen and (max-width: 600px) {
    .fix-nav-master {
      display: block; } }

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

container

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

.conteiner {
  position: relative;
  overflow: hidden; }

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

.page-caption {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 2.5rem 0 4rem;
  background: #fff;
  position: relative; }
  .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: 7rem 0 8rem; }
  .inner.page-head .en-ttl {
    font-size: 6rem;
    letter-spacing: 0.5rem;
    margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .inner.page-head {
      padding: 6rem 0 7rem; }
      .inner.page-head .en-ttl {
        font-size: 4rem;
        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.center {
    text-align: center; }

.komidashi {
  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; }
  .komidashi.center {
    text-align: center; }
  .komidashi.leaf .txt-inl {
    display: inline-block;
    position: relative; }
    .komidashi.leaf .txt-inl:before {
      content: "";
      position: absolute;
      width: 12.5rem;
      height: 12rem;
      top: 1rem;
      left: 0;
      transform: translateX(-45%) translateY(-50%);
      z-index: -1;
      background: url("../images/common/logo-txt.png") center center no-repeat;
      background-size: 100% auto; }
      @media screen and (max-width: 768px) {
        .komidashi.leaf .txt-inl:before {
          left: 1rem;
          width: 8rem;
          height: 7.5rem; } }

.lead {
  font-size: 1.5rem;
  line-height: 2.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"; }
  .lead.center {
    text-align: center; }

.en-ttl {
  font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  color: #007b9f;
  text-align: center;
  letter-spacing: 0.3rem; }
  .en-ttl.left {
    text-align: left; }

.local-nav {
  margin-top: 4rem; }
  .local-nav ul {
    max-width: 660px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; }
    .local-nav ul li {
      display: flex; }
      .local-nav ul li a {
        width: 100%;
        color: #2d383b;
        background: linear-gradient(90deg, #c4d8ee, #c7dcef, #cbe0f0, #cfe3f1, #d3e7f1, #d8eaf2, #deeef4, #e3f1f5);
        opacity: inherit;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 0.6rem;
        padding: 2rem 2.5rem 1.5rem;
        position: relative;
        text-decoration: none;
        line-height: 1;
        transition: .3s linear;
        border-radius: 3px; }
        .local-nav ul li a .en {
          font-size: 2rem; }
        .local-nav ul li a .jp {
          font-size: 1.5rem; }
        .local-nav ul li a .over {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          box-sizing: border-box;
          border: 2px solid #5c7d92;
          opacity: 0.1;
          transition: 0.5s opacity;
          border-radius: 3px; }
        .local-nav ul li a::before, .local-nav ul li a::after {
          display: block;
          position: absolute;
          content: '';
          background-color: #000000;
          height: 1px;
          right: 2.5rem;
          transition: 0.5s right; }
        .local-nav ul li a::before {
          width: 4px;
          rotate: 45deg;
          top: calc(50% - 2px); }
        .local-nav ul li a::after {
          width: 10px;
          top: 50%; }
        .local-nav ul li a:hover {
          filter: brightness(110%); }
          .local-nav ul li a:hover::before, .local-nav ul li a:hover::after {
            right: 1.5rem; }
          .local-nav ul li a:hover .over {
            opacity: 1; }
    .local-nav ul li.current a {
      color: #ffffff;
      background: linear-gradient(90deg, #2a384d 0%, #5d7e93 100%); }
      .local-nav ul li.current a::before, .local-nav ul li.current a::after {
        display: none; }
    @media screen and (max-width: 768px) {
      .local-nav ul {
        gap: 1.5rem; } }

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

slick

******************************************************/
.page-bana-list {
  margin: auto;
  max-width: 96rem;
  padding-bottom: 5rem; }
  .page-bana-list li {
    margin-top: 5rem; }
    .page-bana-list li a, .page-bana-list li .soon {
      display: block; }
      .page-bana-list li a img, .page-bana-list li .soon img {
        width: 100%;
        height: auto; }
    .page-bana-list li .soon {
      opacity: 0.6; }
    .page-bana-list li a img {
      transition: 0.5s filter; }
    .page-bana-list li a:hover img {
      filter: brightness(1.4); }
  @media screen and (max-width: 700px) {
    .page-bana-list {
      padding-bottom: 0rem; }
      .page-bana-list li {
        margin-top: 0rem;
        margin-bottom: 5rem; } }

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

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; }

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

bg-movie

******************************************************/
#bg-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #fff;
  pointer-events: none; }
  #bg-movie .bg-movie-inner {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    pointer-events: none; }
    #bg-movie .bg-movie-inner video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }

.bg-white {
  position: relative;
  background-color: #fff;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    .bg-white {
      padding-top: 7rem;
      margin-bottom: 7rem; } }
