@charset "UTF-8";
:root {
  --vertical-scroll-bar-width: 0;
}
@keyframes anime-line {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes anime-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anime-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* タイムシェアカレンダー */
.p_timeshare .un_head {
  padding: 24px 0 17px;
  text-align: center;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .p_timeshare .un_head {
    padding: 48px 0 30px;
    text-align: left;
  }
}
.p_timeshare .un_head_ja {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3888888889;
}
@media (min-width: 768px) {
  .p_timeshare .un_head_ja {
    font-size: 28px;
  }
}
.p_timeshare .un_container {
  margin: 0 auto;
  font-family: dnp-shuei-mincho-pr6n, serif;
}
@media (min-width: 1024px) {
  .p_timeshare .un_container {
    padding: 0;
  }
}
.p_timeshare .un_lead {
  padding: 24px 0;
  font-size: 16px;
  max-width: 728px;
}
@media (min-width: 768px) {
  .p_timeshare .un_lead {
    padding: 64px 0 20px;
  }
}
.p_timeshare .un_linkArea_wrap {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_wrap {
    margin-top: 75px;
  }
}
.p_timeshare .un_linkArea {
  margin-top: -64px;
  padding-top: 64px;
}
@media (min-width: 1024px) {
  .p_timeshare .un_linkArea {
    margin-top: 0;
    padding-top: 0;
  }
}
.p_timeshare .un_linkArea:not(:first-of-type) {
  margin-top: -24px;
  padding-top: 74px;
}
@media (min-width: 1024px) {
  .p_timeshare .un_linkArea:not(:first-of-type) {
    margin-top: 80px;
    padding-top: 0;
  }
}
.p_timeshare .un_linkArea_ttlWrap {
  text-align: center;
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_ttlWrap {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_logo {
    display: inline-block;
  }
}
.p_timeshare .un_linkArea_ttl {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_ttl {
    position: relative;
    margin-top: 0;
  }
  .p_timeshare .un_linkArea_ttl:before {
    content: '';
    display: inline-block;
    position: relative;
    bottom: -2px;
    margin: 0 15px;
    width: 1px;
    height: 24px;
    background-color: #000;
  }
}
.p_timeshare .un_linkArea_img {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_img {
    margin-top: 20px;
  }
}
.p_timeshare .un_linkArea_img img {
  width: 100%;
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_img img {
    width: auto;
  }
}
.p_timeshare .un_linkArea_list {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    width: 670px;
  }
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_listItem {
    width: 47%;
  }
}
.p_timeshare .un_linkArea_listItem:not(:first-of-type) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_listItem:not(:first-of-type) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_listItem:nth-child(n + 3) {
    margin-top: 30px;
  }
}
.p_timeshare .un_linkArea_listItem dt {
  text-indent: -5px;
  font-size: 16px;
  font-weight: 500;
}
.p_timeshare .un_linkArea_listItem dd ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p_timeshare .un_linkArea_listItem dd ul li {
  width: 48.5%;
  height: 44px;
}
.p_timeshare .un_linkArea_listItem dd ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}
@media (hover: hover) and (pointer: fine) {
  .p_timeshare .un_linkArea_listItem dd ul li a:hover {
    opacity: 0.8;
  }
}
.p_timeshare .un_linkArea_listItem dd ul li a:after {
  content: '';
  display: inline-block;
  margin-left: 3px;
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/icon_blank16_gy.svg) no-repeat 50%;
}
.p_timeshare .un_linkArea_listItem dd ul li a span {
  font-weight: 500;
}
.p_timeshare .un_linkArea_note {
  padding: 0 30px 20px;
  max-width: 728px;
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_note {
    padding: 0 0 30px 1em;
  }
}
.p_timeshare .un_linkArea_note p {
  text-indent: -1px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p_timeshare .un_linkArea_note p {
    font-size: 14px;
  }
}
.p_timeshare .is_sanctuarycourt .un_linkArea_listItem a {
  background-color: #000;
}
@media (min-width: 768px) {
  .p_timeshare .is_xiv .un_linkArea_list {
    width: 700px;
  }
}
@media (min-width: 768px) {
  .p_timeshare .is_xiv .un_linkArea_listItem:first-of-type,
  .p_timeshare .is_xiv .un_linkArea_listItem:nth-of-type(3) {
    width: 153px;
  }
  .p_timeshare .is_xiv .un_linkArea_listItem:first-of-type li,
  .p_timeshare .is_xiv .un_linkArea_listItem:nth-of-type(3) li {
    width: 100%;
  }
  .p_timeshare .is_xiv .un_linkArea_listItem:nth-child(3) {
    margin-top: 0;
  }
}
.p_timeshare .is_xiv .un_linkArea_listItem a {
  background-color: #000;
}
.p_timeshare .un_linkBtn a {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p_timeshare .un_linkBtn a {
    margin-left: 0;
  }
}
.p_timeshare .un_note {
  padding: 0 0 80px 0;
}
@media (min-width: 768px) {
  .p_timeshare .un_note {
    padding: 30px 0 120px;
  }
}
.p_timeshare .un_note > ul {
  padding-top: 60px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p_timeshare .un_note > ul {
    padding-top: 80px;
    font-size: 14px;
  }
}
.p_timeshare .un_note > ul > li {
  position: relative;
  max-width: 728px;
}
@media (min-width: 768px) {
  .p_timeshare .un_note > ul > li {
    padding-left: 1em;
  }
}
.p_timeshare .un_note > ul > li:not(:first-of-type) {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p_timeshare .un_note > ul > li:not(:first-of-type) {
    margin-top: 30px;
  }
}
.p_timeshare .un_note > ul > li em {
  font-weight: 700;
  font-style: normal;
}
.p_timeshare .un_note > ul > li p + p {
  margin-top: 1em;
}
.p_timeshare .un_note > ul > li .link {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 1px;
  border-bottom: 1px solid #1d1e1f;
  color: #1d1e1f;
  font-size: 14px;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p_timeshare .un_note > ul > li .link:hover {
    border-bottom: none;
  }
}
.p_timeshare .un_note > ul > li .link:first-of-type {
  margin-top: 5px;
}
.p_timeshare .un_note > ul > li .link[target='_blank']:after {
  content: '';
  display: inline-block;
  position: relative;
  bottom: -3px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/icon_blank16.svg) no-repeat 50%;
}
.p_timeshare .un_note > ul > li.is_square:before {
  content: '■';
  display: inline-block;
}
.p_timeshare .un_note > ul > li.is_square p .is_note {
  font-size: 12px;
  color: #505152;
  display: inline-block;
  margin-top: 1em;
}
.p_timeshare .un_note > ul > li.is_asterisk > p:first-of-type {
  font-size: 12px;
  color: #505152;
}
.p_timeshare .un_note > ul > li.is_asterisk > p:first-of-type::before {
  content: '※';
  display: inline-block;
}
.p_timeshare .un_note > ul > li.is_asterisk {
  font-size: 12px;
}
.un_guide {
  margin-top: 25px;
}
.p_timeshare .un_guide_heading {
  position: relative;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .p_timeshare .un_guide_heading {
    font-size: 20px;
  }
}
.p_timeshare .un_guide_heading::before {
  background-color: #d6a65e;
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media (min-width: 768px) {
  .p_timeshare .un_guide_heading::before {
    top: 5px;
  }
}
.p_timeshare .un_guide_title {
  margin-top: 30px;
  font-weight: bold;
}
.p_timeshare .un_guide_table_wrapper {
  overflow-x: auto;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p_timeshare .un_guide_table_wrapper {
    margin-top: 7px;
  }
}

.p_timeshare .un_guide_table {
  border-bottom: 1px solid #444647;
  min-width: 768px;
}
@media (min-width: 768px) {
  .p_timeshare .un_guide_table {
    min-width: auto;
    width: 100%;
    font-size: 14px;
  }
}
.p_timeshare .un_guide_table th {
  background-color: #f0ede9;
  text-align: center;
  padding: 0.5em 1em;
  font-weight: normal;
}
.p_timeshare .un_guide_table td {
  text-align: center;
  padding: 0.5em 1em;
  font-weight: normal;
}
.p_timeshare .un_guide_table_th {
  font-weight: normal;
}
.p_timeshare .un_guide_table .tb_a {
  border-right: 1px solid #444647;
  border-bottom: 1px solid #444647;
  font-weight: bold;
}
.p_timeshare .un_guide_table .tb_b {
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.p_timeshare .un_guide_table .tb_c {
  border-bottom: 1px solid #444647;
  border-right: 1px solid #fff;
  font-weight: bold;
}
.p_timeshare .un_guide_table .tb_d {
  border-bottom: 1px solid #444647;
  border-right: 1px solid #fff;
  font-weight: bold;
}
.p_timeshare .un_guide_table .tb_e {
  border-bottom: 1px solid #444647;
  font-weight: bold;
}
.p_timeshare .un_guide_table .tb_f {
  border-bottom: 1px solid #444647;
  font-weight: bold;
}
.p_timeshare .un_guide_table .tb_g {
  border-right: 1px solid #444647;
  border-bottom: 1px solid #fff;
}
.p_timeshare .un_guide_table .tb_h {
  border-right: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
}
.p_timeshare .un_guide_table .tb_i {
  border-right: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
}
.p_timeshare .un_guide_table .tb_j {
  border-right: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
}
.p_timeshare .un_guide_table .tb_k {
  border-bottom: 1px solid #dcdee0;
}
.p_timeshare .un_guide_table .tb_l {
  border-right: 1px solid #444647;
  border-bottom: 1px solid #fff;
}
.p_timeshare .un_guide_table .tb_m {
  border-right: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
}
.p_timeshare .un_guide_table .tb_n {
  border-right: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
}
.p_timeshare .un_guide_table .tb_o {
  border-right: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
}
.p_timeshare .un_guide_table .tb_p {
  border-bottom: 1px solid #dcdee0;
}
.p_timeshare .un_guide_table .tb_q {
  border-right: 1px solid #444647;
}
.p_timeshare .un_guide_table .tb_r {
  border-right: 1px solid #dcdee0;
}
.p_timeshare .un_guide_table .tb_s {
  border-right: 1px solid #dcdee0;
}
.p_timeshare .un_guide_table .tb_t {
  border-right: 1px solid #dcdee0;
}
.p_timeshare .un_guide_table .un_guide_table_grade {
  font-size: 12px;
}
.p_timeshare .un_guide_content {
  margin-top: 20px;
  border-top: 1px solid #444;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdee0;
}
.p_timeshare .un_guide_text {
  max-width: 728px;
}
.p_timeshare .un_guide_apply {
  margin-top: 20px;
  font-size: 18px;
}
.p_timeshare .un_guide_apply dt {
  font-size: 16px;
}
.p_timeshare .un_guide_apply dd p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
.p_timeshare .un_guide_apply dd p:nth-of-type(2) {
  font-size: 16px;
}
.p_timeshare .un_guide_note {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  color: #505152;
  line-height: 1.5;
  margin-top: 20px;
}

/* タイムシェアカレンダーの使い方 */
.p_timeshareUse .un_head {
  padding: 24px 0 17px;
  text-align: center;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_head {
    padding: 48px 0 30px;
  }
}
.p_timeshareUse .un_head_ja {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3888888889;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_head_ja {
    font-size: 28px;
    text-align: left;
  }
}
.p_timeshareUse .un_wrapper {
  padding: 32px 0 80px;
  font-family: dnp-shuei-mincho-pr6n, serif;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_wrapper {
    margin: 0 auto;
    padding-top: 64px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .p_timeshareUse .un_wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.p_timeshareUse .un_sec_ttl {
  padding-left: 15px;
  border-left: 4px solid #d6a65e;
  font-size: 22px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_ttl {
    font-size: 20px;
  }
}
.p_timeshareUse .un_sec_txt {
  margin-top: 25px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_txt {
    margin-top: 40px;
    max-width: 728px;
  }
}
.p_timeshareUse .un_sec_img {
  margin-top: 25px;
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1.5s;
  text-indent: 0;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_img.img01 {
    width: 315px;
  }
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_img.img05 {
    width: 352px;
  }
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_img.img06,
  .p_timeshareUse .un_sec_img.img07,
  .p_timeshareUse .un_sec_img.img08 {
    width: 315px;
  }
}
.p_timeshareUse .un_sec_img.is_anime {
  opacity: 0;
  transform: translateY(40px);
}
.p_timeshareUse .un_sec {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec {
    padding-bottom: 80px;
  }
}
.p_timeshareUse .un_sec:not(:first-of-type) {
  padding-top: 60px;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec:not(:first-of-type) {
    padding-top: 80px;
  }
}
.p_timeshareUse .un_sec_ttl2 {
  margin: 60px -30px 0;
  padding: 11px 30px 11px 50px;
  background-color: #f7f7f7;
  text-indent: -1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_ttl2 {
    margin: 40px 0 30px;
    padding-right: 15px;
    padding-left: 15px;
    text-indent: 0;
  }
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_ttl2.mt01 {
    margin-top: 70px;
  }
}
.p_timeshareUse .un_sec_dl {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_dl {
    display: flex;
    margin-top: 10px;
    max-width: 728px;
  }
}
.p_timeshareUse .un_sec_dl dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
}
.p_timeshareUse .un_sec_dl dt span {
  position: relative;
  bottom: -1px;
}
.p_timeshareUse .un_sec_dl.is_red dt {
  background-color: #f77f7f;
  color: #fff;
}
.p_timeshareUse .un_sec_dl.is_white dt {
  border: 1px solid #eaeaea;
  background-color: #f7f7f7;
  color: #7a7a7a;
}
.p_timeshareUse .un_sec_dl.is_gold dt {
  background-color: #ddcb8f;
  color: #fff;
}
.p_timeshareUse .un_sec_dl.is_blue dt {
  background-color: #7db6f7;
  color: #fff;
}
.p_timeshareUse .un_sec_dl dd {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_dl dd {
    flex: 1;
    margin-top: 6px;
    margin-left: 10px;
  }
}
.p_timeshareUse .un_sec_note {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_note {
    margin-top: 20px;
  }
}
.p_timeshareUse .un_sec_note li {
  padding-left: 1em;
  text-indent: -1em;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_note li {
    font-size: 14px;
  }
}
.p_timeshareUse .un_sec_note2 {
  margin-top: 15px;
}
.p_timeshareUse .un_noteBox {
  margin-top: 30px;
  padding: 20px 15px;
  border: 1px solid #1d1e1f;
  border-radius: 10px;
  color: #1d1e1f;
  font-size: 16px;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_noteBox {
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.p_timeshareUse .un_noteBox li {
  padding-left: 0.5em;
  text-indent: -1em;
  line-height: 1.5;
}
.p_timeshareUse .un_noteBox li:not(:first-of-type) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_noteBox li:not(:first-of-type) {
    margin-top: 5px;
  }
}
.p_timeshareUse .un_noteBox em {
  font-weight: 700;
  font-style: normal;
}
.p_timeshareUse .un_sec_list {
  font-size: 16px;
}
.p_timeshareUse .un_sec_list li {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.p_timeshareUse .un_sec_list li a {
  border-bottom: 1px solid #000;
}
@media (hover: hover) and (pointer: fine) {
  .p_timeshareUse .un_sec_list li a:hover {
    border-bottom: none;
  }
}
.p_timeshareUse .un_sec_list li a[target='_blank']:after {
  content: '';
  display: inline-block;
  position: relative;
  bottom: -3px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: url(/assets_old/img/common/ico_blank.svg) no-repeat 50%;
}
.p_timeshareUse .un_sec_ol {
  max-width: 728px;
}

.p_timeshareUse .un_sec_ol li {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
.p_timeshareUse .un_sec_ol li:not(:first-of-type) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_ol li:not(:first-of-type) {
    margin-top: 75px;
  }
}
.p_timeshareUse .un_sec_ol li .note {
  color: #7a7a7a;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_sec_ol li .note {
    font-size: 14px;
  }
}
.p_timeshareUse .un_sec_ol li .un_sec_img {
  margin-left: -1em;
}
.p_timeshareUse .un_linkBtn {
  width: 100%;
  height: 44px;
}
@media (min-width: 768px) {
  .p_timeshareUse .un_linkBtn {
    margin: 0 auto;
    max-width: 330px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p_timeshareUse .un_linkBtn a:hover {
    background-color: #fff;
  }
  .p_timeshareUse .un_linkBtn a:hover:after {
    right: 1px;
  }
}
.p_timeshareUse .un_linkBtn a span {
  position: relative;
  top: -1px;
}

.p_timeshareUse .un_guide_table th {
  background-color: #f0ede9;
}

@media (min-width: 768px) {
  .hp_none_md {
    display: none;
  }
}
