@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* reset for form */
input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
select::-ms-expand {
  display: none;
}

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
  color: #919191;
}

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
  color: #919191;
}

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
  color: #919191;
}

/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
  color: #919191;
  opacity: 1;
}

/* ▼CSS4標準(予定)の記述 */
::placeholder {
  color: #919191;
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: left;
  word-wrap: break-word;
  font-size: 1.0980966325vw;
}
@media screen and (min-width: 1367px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
  body.open {
    overflow: hidden;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.txtLink {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .noPC {
    display: none !important;
  }
}

/*========== l-header.scss ==========*/
.l-header {
  background-color: #F5F3F2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  height: 0;
  transition: 0.3s;
}
.l-header.fixed {
  opacity: 1;
  z-index: 9999;
  height: auto;
}

/*========== l-main.scss ==========*/
.l-main {
  display: block;
}

/*========== c-inner.scss ==========*/
.c-inner {
  margin: 0 auto;
  width: 89.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-inner {
    width: 85.3587115666vw;
    max-width: 1166px;
  }
  .c-inner.sizeM {
    width: 70.7174231332vw;
    max-width: 966px;
  }
  .c-inner.sizeS {
    width: 57.5402635432vw;
    max-width: 786px;
  }
  .c-inner.sizeSS {
    width: 46.1200585652vw;
    max-width: 630px;
  }
}

/*========== c-form.scss ==========*/
.c-form-note {
  margin-bottom: 1.5em;
}
.c-form .forTtl {
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.7em;
}
.c-form .forTtl .require {
  margin-left: 1em;
}
.c-form .forTxt input {
  width: 100%;
  background: #fff;
  padding: 1.1em 1.375em;
  line-height: 1.875;
  border-radius: 5px;
  letter-spacing: 0.08em;
  font-size: 4.2666666667vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .c-form .forTxt input {
    padding: 0.85em 1.85em;
    font-size: 1.317715959vw;
    line-height: 2.5622254758vw;
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (min-width: 1367px) {
  .c-form .forTxt input {
    font-size: 1.8rem;
    line-height: 3.5rem;
    margin-bottom: 40px;
  }
}
.c-form .forTxt textarea {
  width: 100%;
  background: #fff;
  padding: 1.1em 1.375em;
  line-height: 1.875;
  border-radius: 5px;
  min-height: 68.2666666667vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-form .forTxt textarea {
    padding: 0.85em 1.85em;
    font-size: 1.317715959vw;
    line-height: 2.5622254758vw;
    min-height: 17.2767203514vw;
  }
}
@media screen and (min-width: 1367px) {
  .c-form .forTxt textarea {
    font-size: 1.8rem;
    line-height: 3.5rem;
    min-height: 236px;
  }
}
.c-form-send {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-form-send {
    margin: 0 auto;
    padding-top: 4.9780380673vw;
    width: 33.2357247438vw;
  }
}
@media screen and (min-width: 1367px) {
  .c-form-send {
    padding-top: 68px;
    width: 454px;
  }
}
.c-form-send_txt {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 1.5em;
}
.c-form-send_agree {
  position: relative;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-form-send_agree {
    padding-left: 25px;
    margin-bottom: 4.39238653vw;
  }
}
@media screen and (min-width: 1367px) {
  .c-form-send_agree {
    margin-bottom: 60px;
  }
}
.c-form-send_agree_txt {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 1.5em;
}
.c-form-send_agree #chkbox {
  border: 2px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-form-send_agree #chkbox {
    display: block;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    border-radius: 1.3333333333vw;
    margin: 1em auto 0;
  }
}
@media screen and (min-width: 768px) {
  .c-form-send_agree #chkbox {
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 23px;
    height: 23px;
    border-radius: 5px;
  }
}
.c-form-send_btnarea .form_btn {
  pointer-events: inherit;
  transition: all 0.5s ease-out;
  margin: 0 auto;
  background: #000;
  color: #fff;
}
.c-form-send_btnarea .form_btn[disabled] {
  pointer-events: none;
  background: #AAAAAA;
}
.c-form-send_btnarea .form_btn[disabled]:hover {
  opacity: 1;
  background: #AAAAAA;
}
.c-form-send_btnarea .form_btn:hover {
  cursor: pointer;
  background: #E88132;
}

/*========== c-btn.scss ==========*/
.c-btn-std {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn-std {
    width: 81.0666666667vw;
    height: 20.2666666667vw;
    border-radius: 9.8666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-btn-std {
    border-radius: 2.7086383602vw;
    width: 22.2547584187vw;
    font-size: 1.1713030747vw;
    height: 5.5636896047vw;
  }
}
@media screen and (min-width: 1367px) {
  .c-btn-std {
    border-radius: 37px;
    width: 304px;
    font-size: 1.6rem;
    height: 76px;
  }
}
.c-btn-std:hover {
  color: #fff;
  background: #E88132;
  opacity: 1;
}

/*========== c-title.scss ==========*/
.c-title-en {
  font-family: "Times New Roman", sans-serif;
}

/*========== p-kv.scss ==========*/
.p-kv {
  opacity: 0;
}
.p-kv.start {
  animation: fadeIn 3s ease 0s 1 forwards;
}
.p-kv-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-kv-logo {
    width: 67.7333333333vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-kv-logo {
    width: 27.0863836018vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-kv-logo {
    width: 370px;
  }
}
.p-kv-logoArea {
  background: #fff;
}
.p-kv-logoArea__inner {
  position: relative;
  height: 28vw;
}
@media screen and (min-width: 768px) {
  .p-kv-logoArea__inner {
    height: 12.737920937vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-kv-logoArea__inner {
    height: 174px;
  }
}
.p-kv-catch {
  color: #fff;
  font-family: "YuMincho", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-size: 7.4666666667vw;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-kv-catch {
    font-size: 3.2210834553vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-kv-catch {
    font-size: 4.4rem;
  }
}
.p-kv-catch .sub {
  display: block;
  font-weight: 600;
  padding-top: 0.5em;
  font-size: 4vw;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-kv-catch .sub {
    font-size: 1.8301610542vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-kv-catch .sub {
    font-size: 2.5rem;
  }
}
.p-kv-catchArea {
  background: url("../images/kv_sp.webp") center bottom no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-kv-catchArea {
    background-image: url("../images/kv_pc.webp");
  }
}
.p-kv-catchArea__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-kv-catchArea__inner {
    width: 100%;
    height: calc(100svh - 28vw);
    padding: 5.6vw 5.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-kv-catchArea__inner {
    height: calc(100svh - 12.2254758419vw);
    padding-top: 6.2225475842vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-kv-catchArea__inner {
    height: calc(100svh - 174px);
    padding-top: 85px;
  }
}
.p-kv-btn {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-kv-btn {
    bottom: 9.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-kv-btn {
    left: 0;
    bottom: 7.8330893119vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-kv-btn {
    bottom: 107px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*========== p-nav.scss ==========*/
@media screen and (min-width: 768px) {
  .p-nav {
    position: relative;
  }
}
.p-nav__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-nav__inner {
    width: 100%;
    height: 17.6vw;
    padding: 0 19.2vw 0 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__inner {
    height: 5.7833089312vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-nav__inner {
    height: 79px;
  }
}
.p-nav-logo {
  width: 36.8vw;
}
@media screen and (min-width: 768px) {
  .p-nav-logo {
    width: 12.737920937vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-nav-logo {
    width: 174px;
  }
}
.p-nav-logo a {
  display: block;
}
.p-nav-mm {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20.8vw;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-nav-mm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-items {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-nav-items {
    margin-bottom: 8.5333333333vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-nav-items .item:not(:last-child) {
    margin-bottom: 11.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-items .item {
    margin-right: 4.9048316252vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-nav-items .item {
    margin-right: 67px;
  }
}
.p-nav-items .item a {
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-nav-items .item a {
    color: #000;
    height: 5.7833089312vw;
    line-height: 5.7833089312vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-nav-items .item a {
    height: 79px;
    line-height: 79px;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-items .item.forMM {
    margin-right: 0;
  }
}
.p-nav-items .item.forMM a {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-nav-items .item.forMM a {
    color: #000;
    display: block;
    border-radius: 1000px;
    height: 16vw;
    line-height: 16vw;
    width: 46.6666666667vw;
    margin: 0 auto;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-items .item.forMM a {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    width: 10.6149341142vw;
  }
  .p-nav-items .item.forMM a:hover {
    background: #E88132;
  }
}
@media screen and (min-width: 1367px) {
  .p-nav-items .item.forMM a {
    width: 145px;
  }
}
.p-nav-closeBtn {
  width: 15.7333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-nav-closeBtn {
    display: none;
  }
}
.p-nav .burger {
  width: 8.5333333333vw;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  margin: auto;
}
.p-nav .burger--wrap {
  height: 100%;
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 19.2vw;
}
@media screen and (min-width: 768px) {
  .p-nav .burger--wrap {
    display: none;
  }
}
.p-nav .burger:before, .p-nav .burger:after {
  content: "";
  position: absolute;
  width: 8.5333333333vw;
  height: 0.5333333333vw;
  right: 5.3333333333vw;
  background: #000;
}
.p-nav .burger:before {
  top: 5.0666666667vw;
}
.p-nav .burger:after {
  bottom: 5.0666666667vw;
}
.p-nav .burger-active:before {
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-nav .burger-active:after {
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-nav .burger-active > .line {
  transform: scale(0);
}
.p-nav .burger .line {
  width: 100%;
  height: 0.5333333333vw;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-nav .navigation {
    opacity: 1;
    top: 17.6vw;
    z-index: -1;
    width: 100vw;
    position: fixed;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch;
    right: -100vw;
    height: calc(100vh - 17.6vw);
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .p-nav .navigation {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-nav .navigation--content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 76.2666666667vw;
    background: #334D6B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-nav .navigation.nav-active {
    z-index: 9998;
    right: 0;
  }
}

/*========== p-concept.scss ==========*/
.p-concept-intro {
  padding: 12.2666666667vw 0 19.2vw;
}
@media screen and (min-width: 768px) {
  .p-concept-intro {
    padding: 4.7584187408vw 0 10.8345534407vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-intro {
    padding: 65px 0 148px;
  }
}
.p-concept-intro .forTtl {
  font-family: "YuMincho", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 6.1333333333vw;
  line-height: 10.1333333333vw;
  margin-bottom: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-concept-intro .forTtl {
    font-size: 1.9033674963vw;
    line-height: 3.2210834553vw;
    margin-bottom: 4.9048316252vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-intro .forTtl {
    font-size: 2.6rem;
    line-height: 4.4rem;
    margin-bottom: 67px;
  }
}
.p-concept-intro .forTxt {
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-concept-intro .forTxt {
    letter-spacing: 0.08em;
    line-height: 2.9282576867vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-intro .forTxt {
    line-height: 4rem;
  }
}
.p-concept__bg {
  background: #ECF1F2;
  padding: 13.3333333333vw 0 16vw;
}
@media screen and (min-width: 768px) {
  .p-concept__bg {
    padding: 10.980966325vw 0;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept__bg {
    padding: 150px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-about .forPh {
    margin-left: -7.3206442167vw;
    margin-right: -7.3206442167vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-about .forPh {
    margin-left: -100px;
    margin-right: -100px;
  }
}
.p-concept-about .forPh:first-child {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-concept-about .forPh:first-child {
    margin-bottom: 10.6881405564vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-about .forPh:first-child {
    margin-bottom: 146px;
  }
}
.p-concept-about .forTtl {
  font-family: "YuMincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 6.1333333333vw;
  line-height: 10.1333333333vw;
  margin-bottom: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-concept-about .forTtl {
    line-height: 1.6;
    font-size: 1.8301610542vw;
    margin-bottom: 5.4172767204vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-about .forTtl {
    font-size: 2.5rem;
    margin-bottom: 74px;
  }
}
.p-concept-about .forTxt {
  line-height: 2.5;
  letter-spacing: 0.08em;
  margin-bottom: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-concept-about .forTxt {
    line-height: 2.9282576867vw;
    margin-bottom: 9.5168374817vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-about .forTxt {
    line-height: 4rem;
    margin-bottom: 130px;
  }
}
.p-concept-floor {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-concept-floor {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4.0263543192vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-floor {
    margin-bottom: 55px;
  }
}
.p-concept-floorWrap {
  padding: 19.4666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-concept-floorWrap {
    padding: 12.3718887262vw 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-floorWrap {
    padding: 169px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-floor .forMap {
    width: 34.6266471449vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-floor .forMap {
    width: 473px;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-floor .forTxt {
    width: 29.9414348463vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-floor .forTxt {
    width: 409px;
  }
}
.p-concept-floor .forTxt_ttl {
  text-align: center;
  font-family: "YuMincho", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.65;
  font-size: 5.3333333333vw;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-concept-floor .forTxt_ttl {
    font-size: 1.4641288433vw;
    margin-bottom: 4.6120058565vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-floor .forTxt_ttl {
    font-size: 2rem;
    margin-bottom: 63px;
  }
}
.p-concept-floor .forTxt_ttl .floor {
  color: #334D6B;
  font-family: "Times New Roman", sans-serif;
  display: block;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  font-size: 6.6666666667vw;
  padding-bottom: 8.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-concept-floor .forTxt_ttl .floor {
    font-size: 1.8301610542vw;
    padding-bottom: 2.2693997072vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-floor .forTxt_ttl .floor {
    font-size: 2.5rem;
    padding-bottom: 31px;
  }
}
.p-concept-floor .forTxt_ttl .floor .num {
  font-size: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-concept-floor .forTxt_ttl .floor .num {
    font-size: 2.5622254758vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-floor .forTxt_ttl .floor .num {
    font-size: 3.5rem;
  }
}
.p-concept-floor .forTxt_txt {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-concept-floor .forTxt_txt {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-floor:nth-child(odd) .forMap {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-floor:nth-child(odd) .forTxt {
    order: 2;
    margin-right: 1.0980966325vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-floor:nth-child(odd) .forTxt {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-floor:nth-child(even) .forTxt {
    margin-left: 1.0980966325vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-floor:nth-child(even) .forTxt {
    margin-left: 15px;
  }
}
.p-concept-architect {
  padding: 5.0666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-concept-architect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 6.4421669107vw 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-architect {
    padding: 88px 0 0;
  }
}
.p-concept-architect .forTtl {
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-concept-architect .forTtl {
    text-align: center;
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-architect .forTtl {
    margin-bottom: 4.1727672035vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-architect .forTtl {
    margin-bottom: 57px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-architect .forPh {
    margin-bottom: 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-architect .forPh {
    width: 25.6954612006vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-architect .forPh {
    width: 351px;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-architect .forTxt {
    width: 38.0673499268vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-architect .forTxt {
    width: 520px;
  }
}
.p-concept-architect .forTxt_name {
  font-weight: 700;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  font-size: 6.6666666667vw;
  margin-bottom: 5.6vw;
}
@media screen and (min-width: 768px) {
  .p-concept-architect .forTxt_name {
    letter-spacing: 0.03em;
    font-size: 2.196193265vw;
    margin-bottom: 1.3909224012vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-architect .forTxt_name {
    font-size: 3rem;
    margin-bottom: 19px;
  }
}
.p-concept-architect .forTxt_name .en {
  font-family: "Times New Roman", sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding-left: 1em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-concept-architect .forTxt_name .en {
    font-size: 1.0248901903vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-architect .forTxt_name .en {
    font-size: 1.4rem;
  }
}
.p-concept-architect .forTxt_company {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 4vw;
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .p-concept-architect .forTxt_company {
    font-size: 1.317715959vw;
    margin-bottom: 4.1727672035vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-architect .forTxt_company {
    font-size: 1.8rem;
    margin-bottom: 57px;
  }
}
.p-concept-architect .forTxt_txt {
  text-align: justify;
  letter-spacing: 0.03em;
  line-height: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-concept-architect .forTxt_txt {
    line-height: 1.8301610542vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-concept-architect .forTxt_txt {
    line-height: 2.5rem;
  }
}

/*========== p-timeshare.scss ==========*/
.p-timeshare {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-timeshare {
    padding-top: 10.980966325vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare {
    padding-top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .p-timeshare__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-timeshare-intro {
  background: #7DA4A8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-timeshare-intro {
    padding: 15.4666666667vw 7.4666666667vw;
    margin-bottom: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-timeshare-intro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 27.7452415813vw;
    margin-bottom: 1.0248901903vw;
    padding: 0 3.2942898975vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare-intro {
    width: 379px;
    margin-bottom: 14px;
    padding: 0 45px;
  }
}
.p-timeshare-intro .forTtl {
  font-family: "YuMincho", serif;
  letter-spacing: 0.01em;
  font-size: 6.1333333333vw;
  margin-bottom: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-timeshare-intro .forTtl {
    font-size: 1.6837481698vw;
    margin-bottom: 3.074670571vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare-intro .forTtl {
    font-size: 2.3rem;
    margin-bottom: 42px;
  }
}
.p-timeshare-intro .forTxt {
  text-align: justify;
  line-height: 2;
  font-weight: 700;
}
.p-timeshare-detail {
  background: #ECECEC;
  margin-bottom: 5.6vw;
  padding: 10.6666666667vw 7.2vw;
}
@media screen and (min-width: 768px) {
  .p-timeshare-detail {
    width: 27.7452415813vw;
    margin-bottom: 1.0248901903vw;
    min-height: 29.5021961933vw;
    padding: 2.7818448023vw 2.9282576867vw 0;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare-detail {
    width: 379px;
    margin-bottom: 14px;
    min-height: 403px;
    padding: 38px 40px 0;
  }
}
.p-timeshare-detail .forTtl {
  text-align: center;
  font-family: "YuMincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-size: 5.3333333333vw;
  line-height: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-timeshare-detail .forTtl {
    margin-bottom: 1em;
    font-size: 1.317715959vw;
    line-height: 1.9033674963vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare-detail .forTtl {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.p-timeshare-detail .forTtl .num {
  display: block;
  font-family: "Times New Roman", sans-serif;
  color: #334D6B;
  letter-spacing: 0.07em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-timeshare-detail .forTtl .num {
    line-height: 0.75;
    font-size: 8vw;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-timeshare-detail .forTtl .num {
    margin-bottom: 0.25em;
    font-size: 2.196193265vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare-detail .forTtl .num {
    font-size: 3rem;
  }
}
.p-timeshare-detail .forObj {
  margin: 0 auto 7.7333333333vw;
  width: 41.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-timeshare-detail .forObj {
    width: 11.420204978vw;
    height: 8.4919472914vw;
    margin-bottom: 2.196193265vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare-detail .forObj {
    width: 156px;
    height: 116px;
    margin-bottom: 30px;
  }
}
.p-timeshare-detail .forTxt {
  text-align: justify;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-timeshare-detail .forTxt {
    line-height: 1.8301610542vw;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare-detail .forTxt {
    line-height: 2.5rem;
  }
}
.p-timeshare-atami {
  padding-top: 14.4vw;
}
@media screen and (min-width: 768px) {
  .p-timeshare-atami {
    padding-top: 9.9560761347vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare-atami {
    padding-top: 136px;
  }
}
.p-timeshare-atami .forTtl {
  text-align: center;
  font-family: "YuMincho", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 11.2vw;
  font-size: 6.1333333333vw;
  line-height: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-timeshare-atami .forTtl {
    margin-bottom: 2em;
    line-height: 1.6;
    font-size: 1.8301610542vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare-atami .forTtl {
    font-size: 2.5rem;
  }
}
.p-timeshare-atami .forTtl .en {
  display: block;
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-timeshare-atami .forTtl .en {
    font-size: 6.6666666667vw;
  }
}
.p-timeshare-atami .forIntro {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-timeshare-atami .forIntro {
    margin: 0 auto 6.588579795vw;
    width: 38.7994143485vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare-atami .forIntro {
    width: 530px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 768px) {
  .p-timeshare-atami .forItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-timeshare-atami .forItems__item {
  margin-bottom: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-timeshare-atami .forItems__item {
    width: 25.6222547584vw;
    margin-bottom: 3.953147877vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-timeshare-atami .forItems__item {
    width: 350px;
    margin-bottom: 54px;
  }
}
.p-timeshare-atami .forTxt {
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
  padding-top: 1em;
}

/*========== p-access.scss ==========*/
.p-access {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding-top: 6.588579795vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-access {
    padding-top: 90px;
  }
}
.p-access-ttl {
  text-align: center;
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.15em;
  font-size: 6.6666666667vw;
  margin-bottom: 12.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-access-ttl {
    font-size: 1.8301610542vw;
    margin-bottom: 4.1727672035vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-access-ttl {
    font-size: 2.5rem;
    margin-bottom: 57px;
  }
}
.p-access-info {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-access-info {
    margin-bottom: 1.8301610542vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-access-info {
    margin-bottom: 25px;
  }
}
.p-access-info .forTtl {
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-access-info .forTtl {
    font-size: 1.4641288433vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-access-info .forTtl {
    font-size: 2rem;
  }
}
.p-access-info .forTxt {
  line-height: 2;
  letter-spacing: 0.08em;
}
.p-access-map iframe {
  height: 92.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-access-map iframe {
    height: 43.1918008785vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-access-map iframe {
    height: 590px;
  }
}

/*========== p-outline.scss ==========*/
.p-outline {
  padding: 18.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .p-outline {
    text-align: center;
    padding: 10.980966325vw 0;
  }
}
@media screen and (min-width: 1367px) {
  .p-outline {
    padding: 150px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-outline__inner {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}
.p-outline-ttl {
  text-align: center;
  font-family: "YuMincho", serif;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 6.1333333333vw;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-outline-ttl {
    font-size: 1.8301610542vw;
    margin-bottom: 4.2459736457vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-outline-ttl {
    font-size: 2.5rem;
    margin-bottom: 58px;
  }
}
@media screen and (min-width: 768px) {
  .p-outline-info {
    display: inline-block;
  }
}
.p-outline-info__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0.75em;
}
.p-outline-info .forTtl {
  width: 8em;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-outline-info .forTtl {
    text-align: left;
    width: 12em;
  }
}
.p-outline-info .forTxt {
  width: calc(100% - 8em);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-outline-info .forTxt {
    text-align: left;
    width: calc(100% - 12em);
  }
}

/*========== p-mail.scss ==========*/
.p-mail {
  background: #F3F3F3;
  padding: 20vw 0 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-mail {
    padding: 10.6149341142vw 0 10.980966325vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-mail {
    padding: 145px 0 150px;
  }
}
.p-mail-ttl {
  text-align: center;
  font-family: "YuMincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 6.1333333333vw;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-mail-ttl {
    font-size: 1.8301610542vw;
    margin-bottom: 3.0014641288vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-mail-ttl {
    font-size: 2.5rem;
    margin-bottom: 41px;
  }
}
.p-mail-txt {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-mail-txt {
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-mail-txt {
    margin-bottom: 50px;
  }
}
.p-mail .require {
  color: #009FB0;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-mail .require {
    font-size: 0.9516837482vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-mail .require {
    font-size: 1.3rem;
  }
}

/*========== p-footer.scss ==========*/
.p-footer__inner {
  padding: 12.5333333333vw 0 8.8vw;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding: 3.2210834553vw 0 2.4158125915vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-footer__inner {
    padding: 44px 0 33px;
  }
}
.p-footer-pageTop {
  text-indent: -99999px;
  display: block;
  border-radius: 50%;
  background: url("../images/pagetop.svg") center no-repeat #000;
  background-size: 35% auto;
  position: fixed;
  right: 5.3333333333vw;
  bottom: 8vw;
  width: 16vw;
  height: 16vw;
}
@media screen and (min-width: 768px) {
  .p-footer-pageTop {
    right: 2.9282576867vw;
    bottom: 2.196193265vw;
    width: 4.9780380673vw;
    height: 4.9780380673vw;
  }
  .p-footer-pageTop:hover {
    opacity: 1;
    background-color: #E88132;
  }
}
@media screen and (min-width: 1367px) {
  .p-footer-pageTop {
    right: 40px;
    bottom: 30px;
    width: 68px;
    height: 68px;
  }
}
.p-footer-nav {
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  .p-footer-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5622254758vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-footer-nav {
    margin-bottom: 35px;
  }
}
.p-footer-nav .item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer-nav .item {
    line-height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-nav .item {
    margin: 0 2.675em;
    font-size: 1.0248901903vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-footer-nav .item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-nav .item:not(:last-child) {
    margin-bottom: 7.4666666667vw;
  }
}
.p-footer-nav .item a {
  font-weight: 700;
}
.p-footer-logo {
  display: block;
  margin: 0 auto;
  width: 35.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-footer-logo {
    width: 9.6998535871vw;
    max-width: 132.5px;
  }
}
.p-footer-copy {
  display: block;
  padding: 2em 0;
  background: #334D6B;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-copy {
    padding: 1.825em 0;
  }
}
.p-footer-copy .copy {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-footer-copy .copy {
    font-size: 1.0248901903vw;
  }
}
@media screen and (min-width: 1367px) {
  .p-footer-copy .copy {
    font-size: 1.4rem;
  }
}

/*========== u-utility.scss ==========*/
.u-note {
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .u-note {
    font-size: 1.0248901903vw;
  }
}
@media screen and (min-width: 1367px) {
  .u-note {
    font-size: 1.4rem;
  }
}
.u-bold {
  font-weight: 700;
}
.u-mb1em {
  margin-bottom: 1em !important;
}
.u-att {
  color: #da1f46;
  font-weight: 700;
}
.u-marker {
  background: linear-gradient(transparent 60%, #fff57f 60%);
}
.u-blue {
  color: #7DA4A8;
}
.u-sizeS {
  font-size: 90%;
}
