@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
}

dt,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

section,
figure,
aside,
header,
footer,
main,
nav {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

/* --------------------------------------------------------
  01share style
  -------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

@media screen and (min-width: 1101px) and (min-width: 1101px) {
  .wrapin {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) and (min-width: 1101px) and (max-width: 1400px) {
  .wrapin {
    padding: 0 30px;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 1101px) and (min-width: 768px) and (max-width: 1100px) {
  .wrapin {
    padding: 0 30px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 1100px) {
  .wrapin-sp {
    padding: 0 20px;
  }
}

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}
html {
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #373737;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
}
img {
  max-width: 100%;
  height: auto;
}

section {
  margin: 0;
}

a {
  color: #373737;
}

a:not([href^="tel:"]) {
  transition: 0.2s;
}
a:not([href^="tel:"]):hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1101px) {
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .largeOnly {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .largeOnly {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .tbOnly {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .tbOnly {
    display: block;
  }
}

@media screen and (min-width: 1101px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .spOnly {
    display: block;
  }
}

p, dt, dd, th, td, ul, ol {
  font-size: 100%;
}

/* ---------------------------
l-bg
--------------------------- */
.l-bg {
  background: url(/common/img/l-bg/page-bg01.webp) no-repeat;
  background-position: center bottom;
  background-color: #e7f3fa;
}
@media screen and (min-width: 1101px) {
  .l-bg {
    aspect-ratio: 1800/464;
    background-size: cover;
  }
}
@media screen and (max-width: 1100px) {
  .l-bg {
    background-size: 150% auto;
    height: 320px;
  }
}
.l-bg__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.l-bg__h {
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  .l-bg__h {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .l-bg__h {
    font-size: 1.8rem;
  }
}

.l-bg02 {
  background-color: #f5f5f5;
}
@media screen and (min-width: 1101px) {
  .l-bg02 {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .l-bg02 {
    padding-top: 120px;
    padding-bottom: 45px;
  }
}
.l-bg02__label {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #A98F4A;
}
.l-bg02__h {
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1101px) {
  .l-bg02__h {
    font-size: 2.25rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .l-bg02__h {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}

/* ---------------------------
l-bread
--------------------------- */
.l-bread {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .l-bread {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-bread__item:not(:last-child)::after {
  content: ">";
  margin: 0 1em;
}
.l-bread__link {
  color: #A98F4A;
  font-size: 0.8rem;
}
.l-bread__label {
  font-size: 0.8rem;
}

/* ---------------------------
l-footer
--------------------------- */
@media screen and (min-width: 1101px) {
  .l-footer {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__head {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 243, 250) 100%);
    padding-top: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__head {
    background: #fff;
    padding-top: 40px;
  }
}
.l-footer__bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1101px) {
  .l-footer__bnr {
    max-width: 1064px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__bnr {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__bnr__item {
    width: calc(16.66% - 16.6666666667px);
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__bnr__item {
    max-width: 178px;
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__obj {
    padding-top: 45px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__obj {
    padding-top: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }
  .l-footer__obj__bg {
    width: 100%;
  }
}
.l-footer__body {
  background: #fff;
}
@media screen and (min-width: 1101px) {
  .l-footer__body {
    padding-top: 73px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__body {
    padding-top: 50px;
  }
}
.l-footer__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1101px) {
  .l-footer__row {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__row {
    flex-direction: column;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__row__l {
    width: 23.45%;
    margin-top: 7px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__row__r {
    width: 66.3%;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__row__r {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__logo {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__logo {
    display: block;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__comm {
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1101px) {
  .l-footer__comm {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__comm {
    margin-top: 10px;
    text-align: center;
  }
}
.l-footer__sns {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .l-footer__sns {
    margin-top: 33px;
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__sns {
    margin-top: 10px;
    gap: 20px;
    justify-content: center;
  }
}
.l-footer__sns__item {
  width: 48px;
}
@media screen and (max-width: 1100px) {
  .l-footer__gnav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__links {
    margin-top: 85px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__links {
    margin-top: 30px;
  }
}
.l-footer__list {
  display: grid;
  gap: 0.5em;
}
@media screen and (min-width: 1101px) {
  .l-footer__list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__list {
    margin-top: 10px;
  }
}
.l-footer__list__item {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.5;
}
.l-footer__list__item::before {
  content: "・";
}
.l-footer__copyright {
  font-size: 0.75rem;
}
@media screen and (min-width: 1101px) {
  .l-footer__copyright {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__copyright {
    margin-top: 50px;
  }
}

/* ---------------------------
l-humberger
--------------------------- */
@media screen and (min-width: 1101px) {
  .l-humberger {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-humberger {
    display: block;
    width: 24px;
    height: 13px;
    cursor: pointer;
  }
  .l-humberger__lines {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .l-humberger__lines .line {
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #373737;
    transition: 0.3s;
  }
  .l-humberger__lines .line:nth-child(2n) {
    top: 5.5px;
  }
  .l-humberger__lines .line:last-child {
    top: 12px;
  }
  .l-humberger--active .l-humberger__lines .line {
    transform: rotate(45deg);
    top: 5.5px;
    background: #fff;
  }
  .l-humberger--active .l-humberger__lines .line:nth-child(2), .l-humberger--active .l-humberger__lines .line:last-child {
    transform: rotate(-45deg);
  }
}

/* ---------------------------
l-gnav
--------------------------- */
.l-gnav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .l-gnav--active .l-gnav__head {
    background: #252B3A;
  }
  .l-gnav--active .l-gnav__logo .label {
    color: #fff;
  }
  .l-gnav--active .l-gnav__logo .label02 {
    color: #fff;
    border-color: #fff;
  }
}
.l-gnav__inner {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .l-gnav__inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__head {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
    z-index: 1000;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.35s;
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav__logo {
    display: flex;
    align-items: center;
  }
}
.l-gnav__logo .label {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 1101px) {
  .l-gnav__logo .label {
    margin-right: 6px;
  }
}
.l-gnav__logo .label02 {
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #373737;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .l-gnav__logo .label02 {
    padding: 1px 18px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__logo .label02 {
    padding: 0 12px;
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav__body {
    display: flex;
    margin-left: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__body {
    display: none;
  }
}
.l-gnav__item {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .l-gnav__item {
    padding-top: 16px;
    padding-bottom: 19px;
  }
  .l-gnav__item:hover .l-gnav__mega {
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1401px) {
  .l-gnav__item:not(:last-child) {
    margin-right: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .l-gnav__item:not(:last-child) {
    padding-right: 23px;
    padding-left: 23px;
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav__item:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 14.15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #DDDDDD;
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav__mega {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #252B3A;
    padding: 15px 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
  }
}
.l-gnav__mega::before {
  content: "";
  border-bottom: 8px solid #252B3A;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.l-gnav__mega__link {
  color: #fff;
  display: block;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .l-gnav__mega__link {
    width: 235px;
    padding-left: 15px;
  }
}
.l-gnav__mega__link::before {
  content: "";
  border-left: 7px solid #fff;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  position: absolute;
  top: 7.5px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .l-gnav__item02 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav__link {
    display: flex;
    align-items: center;
  }
}
.l-gnav__link__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-gnav__link__label {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  display: block;
  font-size: 0.935rem;
  font-weight: 500;
  margin-left: 10px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1100px) {
  .l-gnav__link02 {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .l-gnav__link02__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29px;
  }
  .l-gnav__link02__label {
    font-family: "Yu Mincho", serif;
    font-weight: 400;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 1rem;
    margin-left: 14px;
  }
  .l-gnav__link02__label--noMargin {
    margin-left: 0;
  }
  .l-gnav__link02--folding {
    position: relative;
    padding-right: 20px;
  }
  .l-gnav__link02--folding::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background: #fff;
  }
  .l-gnav__link02--folding::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 9.5px;
    transform: translateY(-50%);
    background: #fff;
    transition: 0.2s;
  }
  .l-gnav__link02--folding.js-folding02__trigger--active::after {
    transform: translateY(-50%) scaleY(0);
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__link03 {
    position: relative;
    font-size: 1rem;
    color: #fff;
    padding-left: 15px;
    line-height: 1.714;
    letter-spacing: 0.05em;
  }
  .l-gnav__link03::before {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_wh.svg) center no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1101px) {
  .l-gnav__body02 {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__body02 {
    display: block;
    background: #252B3A;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.35s;
    z-index: 500;
    pointer-events: none;
    width: 100vw;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .l-gnav--active .l-gnav__body02 {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .l-gnav__body02__inner {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__subItems {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }
}
.l-gnav__subItems--gap12 {
  gap: 12px;
}
.l-gnav__subItems--gap15 {
  gap: 15px;
}
.l-gnav__subItems--gap25 {
  gap: 25px;
}
.l-gnav__bnr {
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-gnav__bnr__img {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav__bnr__img {
    width: 49.6%;
  }
}
.l-gnav__bnr__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.l-gnav__bnr__body {
  background: #fff;
  padding: 10px 7px 10px 10px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-gnav__bnr__body {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav__bnr__body {
    width: 50.4%;
  }
}
.l-gnav__bnr__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 1.1428rem;
  font-weight: 600;
  color: #A98F4A;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 13px;
}
.l-gnav__bnr__h::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg) center no-repeat;
  background-size: contain;
}
.l-gnav__bnr__txt {
  font-size: 0.8571rem;
  letter-spacing: 0.05em;
  margin-top: 4px;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .l-gnav__bnr02 {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-gnav__bnr02__img {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav__bnr02__img {
    width: 52.94%;
  }
}
.l-gnav__bnr02__body {
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-gnav__bnr02__body {
    width: calc(70% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-gnav__bnr02__body {
    width: calc(47.06% - 10px);
  }
}
.l-gnav__bnr02__h {
  font-size: 1rem;
  letter-spacing: 0.07em;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .l-gnav__bnr03 {
    display: flex;
    align-items: center;
  }
}
.l-gnav__bnr03__icon {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
}
.l-gnav__bnr03__icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-gnav__bnr03__h {
  font-size: 1rem;
  color: #fff;
  width: calc(100% - 59px);
  margin-left: auto;
  line-height: 1.57;
}
@media screen and (min-width: 1101px) {
  .l-gnav__humberger {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__humberger {
    margin-left: auto;
    position: relative;
  }
}
@media screen and (max-width: 1100px) {
  .l-gnav__linkAll {
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }
  .l-gnav__linkAll::before {
    content: "<　";
    font-size: 0.85714rem;
    color: #A98F4A;
    font-weight: bold;
  }
  .l-gnav__linkAll .label {
    font-size: 0.85714rem;
    font-weight: bold;
    color: #A98F4A;
    text-decoration: underline;
  }
}

/* ---------------------------
l-header
--------------------------- */
.l-header {
  background: #252B3A;
}
.l-header__row {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__row {
    justify-content: space-between;
    align-items: center;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__row {
    width: 100%;
    flex-direction: column;
  }
}
.l-header__head {
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__head {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__head {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-header__logo {
  color: #fff;
  display: flex;
  align-items: center;
}
.l-header__logo .label {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .l-header__logo .label {
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo .label {
    font-size: 1.7857rem;
    line-height: 1.4;
  }
}
.l-header__logo .label02 {
  border: 1px solid #fff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-header__logo .label02 {
    font-size: 0.9375rem;
    margin-left: 5px;
    padding: 0 19px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo .label02 {
    font-size: 1.0714rem;
    margin-left: 5px;
    padding: 0 19px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__map {
    width: 94px;
    margin-left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__map {
    width: 90px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}
.l-header__map img {
  width: 100%;
}
.l-header__copy {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .l-header__copy {
    font-size: 1.25rem;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__copy {
    font-size: 0.9285rem;
    margin-top: 4px;
    margin-bottom: 4px;		
  }
}
.l-header__bread {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__bread {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 20px 15px;
  }
}
.l-header__bread__item:not(:last-child) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__bread__item:not(:last-child) {
    margin-right: 10px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__bread__item:not(:last-child) {
    margin-right: 9px;
    padding-right: 15px;
  }
}
.l-header__bread__item:not(:last-child)::after {
  content: ">";
  color: #fff;
  font-size: 0.8125rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-header__bread__home {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header__bread__home {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__bread__home {
    width: 12px;
    height: 12px;
  }
}
.l-header__bread__home img {
  width: 100%;
}
.l-header__bread__link {
  color: #A98F4A;
  font-weight: bold;
  text-decoration: underline !important;
}
@media screen and (min-width: 768px) {
  .l-header__bread__link {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__bread__link {
    font-size: 0.8571rem;
  }
}
.l-header__bread__link:hover {
  text-decoration: none !important;
}
.l-header__bread__label {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-header__bread__label {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__bread__label {
    font-size: 0.8571rem;
  }
}

/* ---------------------------
l-wrap
--------------------------- */
@media screen and (min-width: 1101px) {
  .l-wrap {
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-550 {
    max-width: 630px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-700 {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-710 {
    max-width: 790px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-720 {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-740 {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-930 {
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-960 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-980 {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1030 {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1085 {
    max-width: 1165px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1090 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1160 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1120 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1200 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1260 {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1300 {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-wrap-1600 {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1100px) {
  .l-wrap-sp {
    padding: 0 15px;
  }
}

/* ---------------------------
c-border
--------------------------- */
.c-border--top {
  border-top: 1px solid #55595d;
}
.c-border--bottom {
  border-bottom: 1px solid #55595d;
}
.c-border--opacity25 {
  border-color: rgba(214, 214, 214, 0.25);
}

/* ---------------------------
c-btn
--------------------------- */
.c-btn {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  display: block;
  margin-left: auto;
  font-weight: 600;
  color: #A98F4A;
  letter-spacing: 0.09em;
  line-height: 1.3;
  border-bottom: 2px solid #A98F4A;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 248px;
    font-size: 1.125rem;
    padding-right: 15px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 196px;
    padding-right: 30px;
    padding-bottom: 8px;
    margin-right: -15px;
  }
}
.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    right: 0;
    width: 7px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    right: 15px;
    width: 6px;
    height: 10px;
  }
}

.c-btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  position: relative;
  border: 1px solid #373737;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn02 {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    padding: 19px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    width: 100%;
    padding: 19px 6px;
  }
}
.c-btn02::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c0.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-btn02::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn02::after {
    width: 8px;
    height: 8px;
  }
}
.c-btn02--wh {
  border-color: #fff;
  color: #fff;
}
.c-btn02--wh::after {
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_wh.svg) center no-repeat;
}
.c-btn02:hover {
  opacity: 0.7;
}

.c-btn03 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  display: block;
  background-color: #A98F4A;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-btn03 {
    max-width: 460px;
    width: 100%;
    padding: 16px 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn03 {
    padding: 12px 24px;
  }
}
.c-btn03::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media screen and (min-width: 768px) {
  .c-btn03::after {
    right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn03::after {
    right: 12px;
  }
}
.c-btn03--center {
  margin-left: auto;
  margin-right: auto;
}

/* ---------------------------
c-caption
--------------------------- */
.c-caption {
  letter-spacing: 0.1em;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .c-caption {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-caption {
    font-size: 0.8571rem;
    text-align: left;
  }
}

/* ---------------------------
c-h
--------------------------- */
.c-h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-h {
    font-size: 1.25rem;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-h {
    font-size: 1.14285rem;
    padding-bottom: 12px;
  }
}
.c-h::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #A98F4A;
}
@media screen and (min-width: 768px) {
  .c-h::after {
    width: 33px;
  }
}
@media screen and (max-width: 767px) {
  .c-h::after {
    width: 22px;
  }
}

.c-h02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-h02 {
    font-size: 1.25rem;
  }
}
.c-h03 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-h03 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h03 {
    font-size: 1.3rem;
  }
}

.c-h04 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.c-h04::before {
  content: "";
  display: block;
  margin: 0 auto 8px;
  background: linear-gradient(0deg, #252B3A 0%, #252B3A 50%, #A98F4A 51%, #A98F4A 100%);
}
@media screen and (min-width: 768px) {
  .c-h04 {
    font-size: 1.25rem;
  }
  .c-h04::before {
    width: 2px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-h04 {
    font-size: 1.1428rem;
  }
  .c-h04::before {
    width: 1px;
    height: 30px;
  }
}

.c-h05 {
  border-left: 4px solid #373737;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-h05 {
    font-size: 1.3rem;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .c-h05 {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
  }
}

.c-h06 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-weight: 600;
}
.c-h06 span {
  color: #A98F4A;
}
@media screen and (min-width: 768px) {
  .c-h06 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h06 {
    font-size: 1.7rem;
  }
}

.c-h07 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  margin-bottom: 0.5em;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-h07 span {
  background: #373737;
  padding: 6px 30px;
  position: relative;
}
.c-h07 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-h07 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h07 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-h07__row {
    display: flex;
    justify-content: space-between;
  }
  .c-h07__row:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .c-h07__row__imgs {
    width: 48%;
  }
}
.c-h07__row__imgs__img:not(:last-child) {
  margin-bottom: 1.5em;
}
.c-h07__row__imgs__img p {
  display: flex;
  justify-content: space-between;
}
.c-h07__row__imgs__img p img {
  width: calc(50% - 5px);
}
.c-h07__row__imgs__img figcaption {
  text-align: right;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-h07__row__imgs__img figcaption {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 768px) {
  .c-h07__row__body {
    width: 48%;
  }
}
.c-h08 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-h08 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h08 {
    font-size: 1.2rem;
  }
}
.c-h08::after {
  content: "";
  display: block;
  margin: 0 auto;
  background: #A98F4A;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-h08::after {
    width: 38px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-h08::after {
    width: 20px;
    height: 1px;
  }
}

.c-h09 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  position: relative;
  padding-left: calc(1.2rem + 10px);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-h09 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h09 {
    font-size: 1.2rem;
  }
}
.c-h09::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 1rem;
  height: 3px;
  background: #A98F4A;
}

/* ---------------------------
c-link
--------------------------- */
.c-link {
  color: #303f9f !important;
}
.c-link--uline {
  text-decoration: underline !important;
}
.c-link--uline:hover {
  text-decoration: none !important;
}
.c-link--img img {
  width: 100%;
}
.c-link--img:hover {
  opacity: 0.8;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}

/* ---------------------------
c-sentence
--------------------------- */
.c-sentence {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.c-sentence .par {
  font-size: 1rem;
  letter-spacing: 0.08em;
}
.c-sentence--serif .par {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
}
.c-sentence--center {
  text-align: center;
}

/* ---------------------------
js-folding
--------------------------- */
.js-folding__trigger {
  cursor: pointer;
}
.js-folding__target {
  display: none;
}
@media screen and (min-width: 768px) {
  .js-folding__target--sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .js-folding__target--sp {
    display: none;
  }
}

.js-folding02__trigger {
  cursor: pointer;
}
.js-folding02__target {
  display: none;
}

/* ---------------------------
p-archvie
--------------------------- */
@media screen and (min-width: 768px) {
  .p-archive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive {
    display: grid;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive--spSlide {
    display: block;
    gap: none;
  }
}
@media screen and (max-width: 767px) {
  .p-archive--spSlide .p-archive__item {
    width: 267px;
    margin-right: 30px;
  }
}
.p-archive__link {
  display: flex;
  flex-direction: column;
}
.p-archive__img {
  width: 100%;
}
.p-archive__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive__body {
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__body {
    margin-top: 5px;
  }
}
.p-archive__cat {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #A98F4A;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-archive__cat {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__cat {
    font-size: 0.7857rem;
    padding-left: 30px;
  }
}
.p-archive__cat::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #A98F4A;
}
@media screen and (max-width: 767px) {
  .p-archive__cat::before {
    width: 22px;
  }
}
.p-archive__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-archive__h {
    font-size: 1.125rem;
  }
}
.p-archive__info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-archive__info {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__info {
    margin-top: 7px;
  }
}
.p-archive__info__icon {
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-archive__info__icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__info__icon {
    width: 26px;
    height: 26px;
  }
}
.p-archive__info__h {
  font-size: 1rem;
  letter-spacing: 0.07em;
  flex: 1;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-archive__info__h {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__info__h {
    font-size: 0.8571rem;
    margin-left: 6px;
  }
}
.p-archive__foot {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-archive__foot {
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__foot {
    margin-top: 10px;
  }
}
.p-archive__tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-archive__tag {
    gap: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__tag {
    gap: 9px;
  }
}
.p-archive__tag__item {
  font-weight: bold;
  color: #A98F4A;
}
@media screen and (min-width: 768px) {
  .p-archive__tag__item {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__tag__item {
    font-size: 0.7857rem;
  }
}
.p-archive__more {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 0.875rem;
  font-weight: 600;
  color: #A98F4A;
  line-height: 1.571;
  position: relative;
  margin-left: auto;
  border-bottom: 2px solid #A98F4A;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-archive__more {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__more {
    padding-right: 13px;
  }
}
.p-archive__more::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-archive__more::after {
    width: 15px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__more::after {
    width: 13px;
    height: 9px;
  }
}

.p-archive02 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-archive02 {
    gap: 60px;
    transform: translateY(-47px);
  }
}
@media screen and (max-width: 767px) {
  .p-archive02 {
    gap: 30px;
    transform: translateY(-35px);
  }
}
@media screen and (min-width: 768px) {
  .p-archive02--type02 {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-archive02--type02 {
    transform: none;
  }
}
.p-archive02__h {
  display: flex;
  align-items: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-archive02__h {
    padding: 25px 35px;
    border-radius: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive02__h {
    padding: 3px 20px;
    border-radius: 4px;
    min-height: 60px;
  }
}
.p-archive02__h__icon {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-archive02__h__icon {
    max-width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive02__h__icon {
    width: 28px;
  }
}
.p-archive02__h__label {
  display: block;
  flex: 1;
  font-weight: bold;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 768px) {
  .p-archive02__h__label {
    font-size: 1.25rem;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive02__h__label {
    margin-left: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .p-archive02__body {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive02__body {
    margin-top: 20px;
  }
}

.p-archive03__link {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-archive03__link {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-archive03__img {
    width: 48.17%;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-archive03__body {
    display: flex;
    flex-direction: column;
    width: 48.17%;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__body {
    width: 100%;
    margin-top: 15px;
  }
}
.p-archive03__cat {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  color: #A98F4A;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-archive03__cat {
    font-size: 0.875rem;
    padding-left: 35px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__cat {
    padding-left: 36px;
  }
}
.p-archive03__cat::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #A98F4A;
}
@media screen and (max-width: 767px) {
  .p-archive03__cat::before {
    width: 22px;
  }
}
.p-archive03__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-archive03__h {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__h {
    font-size: 1.2857rem;
  }
}
.p-archive03__info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-archive03__info {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__info {
    margin-top: 12px;
  }
}
.p-archive03__info__icon {
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-archive03__info__icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__info__icon {
    width: 32px;
    height: 32px;
  }
}
.p-archive03__info__h {
  font-size: 1rem;
  letter-spacing: 0.07em;
  flex: 1;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-archive03__info__h {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__info__h {
    font-size: 1.1428rem;
    margin-left: 8px;
  }
}
.p-archive03__foot {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-archive03__foot {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__foot {
    margin-top: 22px;
  }
}
.p-archive03__tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-archive03__tag {
    gap: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__tag {
    gap: 9px;
    margin-right: auto;
  }
}
.p-archive03__tag__item {
  font-weight: bold;
  color: #A98F4A;
}
@media screen and (min-width: 768px) {
  .p-archive03__tag__item {
    font-size: 0.875rem;
  }
}
.p-archive03__more {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  color: #A98F4A;
  line-height: 1.571;
  position: relative;
  margin-left: auto;
  border-bottom: 2px solid #A98F4A;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-archive03__more {
    font-size: 0.875rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__more {
    padding-right: 13px;
  }
}
.p-archive03__more::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-archive03__more::after {
    width: 15px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive03__more::after {
    width: 13px;
    height: 9px;
  }
}

.p-archive04 {
  display: grid;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-archive04 {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive04 {
    gap: 30px;
  }
}
.p-archive04__head {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-archive04__img {
    width: 51.34%;
  }
}
@media screen and (max-width: 767px) {
  .p-archive04__img {
    width: 45.83%;
  }
}
.p-archive04__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-archive04__h {
    width: 42.86%;
    font-size: 1.1875rem;
    line-height: 1.579;
  }
}
@media screen and (max-width: 767px) {
  .p-archive04__h {
    width: 50%;
    font-size: 1.1429rem;
    line-height: 1.625;
  }
}
.p-archive04__h .num {
  color: rgba(169, 143, 74, 0.2);
  font-weight: 600;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  transform: scaleX(0.8) translateY(-50%);
  line-height: 1.39;
}
@media screen and (min-width: 768px) {
  .p-archive04__h .num {
    width: 136px;
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive04__h .num {
    width: 117px;
    font-size: 8.3571rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive04__h::after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%) rotate(90deg);
    background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c0.svg) center no-repeat;
    background-size: contain;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .js-folding__trigger--sp--active .p-archive04__h::after {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .p-archive04__body {
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive04__body {
    margin-top: 25px;
  }
}
.p-archive04__txt {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-archive04__txt {
    font-size: 1rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .p-archive04__txt {
    font-size: 1.1429rem;
    line-height: 1.5;
  }
}
.p-archive04__notes {
  letter-spacing: 0.1em;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .p-archive04__notes {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive04__notes {
    font-size: 0.8571rem;
    margin-top: 15px;
  }
}

.p-archive05 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-archive05 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive05 {
    gap: 20px;
  }
}
.p-archive05__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-archive05__thumb {
    width: 48.77%;
  }
}
@media screen and (max-width: 767px) {
  .p-archive05__thumb {
    width: 50%;
  }
}
.p-archive05__thumb img {
  aspect-ratio: 258/158;
}
.p-archive05__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-archive05__body {
    width: 47.45%;
  }
}
@media screen and (max-width: 767px) {
  .p-archive05__body {
    width: calc(50% - 10px);
    padding-top: 10px;
  }
}
.p-archive05__h {
  font-weight: 500;
  line-height: 1.56;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-archive05__h {
    letter-spacing: 0.06em;
    font-size: 1.125rem;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive05__h {
    margin-bottom: 10px;
  }
}
.p-archive05__more {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 0.875rem;
  font-weight: 600;
  color: #A98F4A;
  line-height: 1.571;
  position: relative;
  margin-left: auto;
  border-bottom: 2px solid #A98F4A;
  text-transform: uppercase;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-archive05__more {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive05__more {
    padding-right: 13px;
  }
}
.p-archive05__more::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-archive05__more::after {
    width: 15px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive05__more::after {
    width: 13px;
    height: 9px;
  }
}

.p-archive06 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-archive06 {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive06 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
  }
}
.p-archive06__link {
  display: flex;
  flex-direction: column;
}
.p-archive06__thumb img {
  aspect-ratio: 258/158;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .p-archive06__body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive06__body {
    margin-top: 14px;
  }
}
.p-archive06__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  color: #fff;
  font-weight: 600;
}
/* ---------------------------
p-area
--------------------------- */
.p-area {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-area {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-area {
    gap: 15px;
  }
}
.p-area__item:nth-child(even) .p-area__thumb__copy {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-area__item:nth-child(even) .p-area__thumb__copy {
    left: 75px;
  }
}
@media screen and (max-width: 767px) {
  .p-area__item:nth-child(even) .p-area__thumb__copy {
    left: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-area__item:nth-child(even) .p-area__body {
    margin-left: auto;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-area__item:nth-child(even) .p-area__body {
    margin-left: auto;
    margin-right: -15px;
  }
}
.p-area__link:hover {
  opacity: 1 !important;
}
.p-area__link:hover .p-area__body {
  background: #A98F4A;
}
.p-area__link:hover .p-area__vol {
  color: #A98F4A;
}
.p-area__thumb {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-area__thumb {
    aspect-ratio: 930/315;
  }
}
@media screen and (max-width: 767px) {
  .p-area__thumb {
    aspect-ratio: 360/192;
  }
}
.p-area__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-area__thumb__copy {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: right;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-area__thumb__copy {
    font-size: 2rem;
    top: 60px;
    right: 75px;
  }
}
@media screen and (max-width: 767px) {
  .p-area__thumb__copy {
    font-size: 1.1428rem;
    top: 28px;
    right: 18px;
  }
}
.p-area__body {
  background: #252B3A;
  position: relative;
  z-index: 10;
  transition: 0.25s;
}
@media screen and (min-width: 768px) {
  .p-area__body {
    width: 410px;
    height: 140px;
    margin-top: -90px;
    margin-left: -20px;
    padding-top: 31px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-area__body {
    width: 220px;
    height: 90px;
    margin-top: -45px;
    margin-left: -15px;
    padding-top: 18px;
    padding-left: 18px;
  }
}
.p-area__h .ja {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-area__h .ja {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-area__h .ja {
    font-size: 1.5714rem;
  }
}
.p-area__h .en {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3em;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-area__h .en {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-area__h .en {
    font-size: 0.7857rem;
  }
}
.p-area__vol {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  transition: 0.25s;
  color: #252B3A;
  font-weight: bold;
  text-stroke: 1px rgba(255, 255, 255, 0.3);
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.3);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-area__vol {
    font-size: 3.9rem;
    top: 19px;
    right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-area__vol {
    font-size: 2.8rem;
    top: 14px;
    right: 20px;
  }
}

/* ---------------------------
p-areaFeature
--------------------------- */
.p-areaFeature__head {
  display: flex;
}
.p-areaFeature__head__txts {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #A98F4A;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__head__txts {
    width: 360px;
    height: 510px;
    padding-left: 70px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__head__txts {
    width: 40%;
    padding: 20px;
  }
}
.p-areaFeature__head__num {
  margin-bottom: 0.5em;
}
.p-areaFeature__head__num span {
  border: 1px solid #fff;
  padding: 2px 20px;
  position: relative;
}
.p-areaFeature__head__num span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__head__num {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__head__num {
    font-size: 1.1rem;
  }
}
.p-areaFeature__head__h .ja {
  display: block;
  letter-spacing: 0.3em;
}
.p-areaFeature__head__h .en {
  display: block;
  letter-spacing: 0.2em;
}
.p-areaFeature__head__h .en:before, .p-areaFeature__head__h .en:after {
  content: "-";
}
@media screen and (min-width: 768px) {
  .p-areaFeature__head__h {
    margin-bottom: 30px;
  }
  .p-areaFeature__head__h .ja {
    font-size: 2.7rem;
  }
  .p-areaFeature__head__h .en {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-areaFeature__head__h {
    margin-bottom: 20px;
  }
  .p-areaFeature__head__h .ja {
    font-size: 1.6rem;
  }
  .p-areaFeature__head__h .en {
    font-size: 0.8rem;
  }
}
.p-areaFeature__head__bg {
  background: url() center no-repeat;
  background-size: cover;
  flex: 1;
}
.p-areaFeature__pageNav02 {
  background: #f0f0f0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav02 {
    margin-top: -130px;
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__pageNav02 {
    margin-top: -70px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.p-areaFeature__pageNav__links {
  display: flex;
}
.p-areaFeature__pageNav__links__item {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  width: 50%;
  position: relative;
  letter-spacing: 0.1em;
}
.p-areaFeature__pageNav__links__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.p-areaFeature__pageNav__links__item > a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/mansion/sumau/hokkaido/common/img/icon/icon-arrow02_c2.svg") center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.p-areaFeature__pageNav__links__item .ico {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links__item > a {
    height: 210px;
  }
  .p-areaFeature__pageNav__links__item > a:after {
    margin: 10px auto 0;
  }
  .p-areaFeature__pageNav__links__item .ico {
    margin-bottom: 10px;
  }
  .p-areaFeature__pageNav__links__item .ico img {
    width: 48px;
  }
  .p-areaFeature__pageNav__links__item .label {
    font-size: 1.1rem;
  }
  .p-areaFeature__pageNav__links__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 1px;
    height: 90px;
    margin-top: -45px;
    background: #252B3A;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__pageNav__links__item > a {
    height: 80px;
  }
  .p-areaFeature__pageNav__links__item .ico img {
    width: 24px;
  }
  .p-areaFeature__pageNav__links__item .label {
    font-size: 0.9rem;
  }
}
.p-areaFeature__pageNav__links__item:nth-child(2) {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links__item:nth-child(2) > a {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links__item__sub {
    height: 90px;
    display: flex;
    width: 65%;
    flex-wrap: wrap;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__pageNav__links__item__sub {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links__item__sub__item {
    width: 49%;
    margin-right: auto;
  }
}
.p-areaFeature__pageNav__links__item__sub__item__link {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links__item__sub__item__link {
    margin-bottom: 5px;
    padding-left: 30px;
  }
}
.p-areaFeature__pageNav__links__item__sub__item__link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg") center no-repeat;
  transform: translate(0, -50%);
}
.p-areaFeature__pageNav__links02 {
  display: flex;
}
.p-areaFeature__pageNav__links02__item {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  width: 50%;
  position: relative;
  letter-spacing: 0.1em;
}
.p-areaFeature__pageNav__links02__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.p-areaFeature__pageNav__links02__item > a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/mansion/sumau/hokkaido/common/img/icon/icon-arrow02_c2.svg") center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.p-areaFeature__pageNav__links02__item .ico {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links02__item > a {
    height: 210px;
  }
  .p-areaFeature__pageNav__links02__item > a:after {
    margin: 10px auto 0;
  }
  .p-areaFeature__pageNav__links02__item .ico {
    margin-bottom: 10px;
  }
  .p-areaFeature__pageNav__links02__item .ico img {
    width: 48px;
  }
  .p-areaFeature__pageNav__links02__item .label {
    font-size: 1.1rem;
  }
  .p-areaFeature__pageNav__links02__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 1px;
    height: 90px;
    margin-top: -45px;
    background: #252B3A;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__pageNav__links02__item > a {
    height: 80px;
  }
  .p-areaFeature__pageNav__links02__item .ico img {
    width: 24px;
  }
  .p-areaFeature__pageNav__links02__item .label {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links02__item__sub {
    height: 90px;
    display: flex;
    width: 65%;
    flex-wrap: wrap;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__pageNav__links02__item__sub {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links02__item__sub__item {
    width: 49%;
    margin-right: auto;
  }
}
.p-areaFeature__pageNav__links02__item__sub__item__link {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links02__item__sub__item__link {
    margin-bottom: 5px;
    padding-left: 30px;
  }
}
.p-areaFeature__pageNav__links02__item__sub__item__link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg") center no-repeat;
  transform: translate(0, -50%);
}
.p-areaFeature__pageNav__links03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links03 {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__pageNav__links03 {
    gap: 10px;
  }
}
.p-areaFeature__pageNav__links03__item {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.1em;
}
.p-areaFeature__pageNav__links03__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.p-areaFeature__pageNav__links03__item > a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/mansion/sumau/hokkaido/common/img/icon/icon-arrow02_c2.svg") center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.p-areaFeature__pageNav__links03__item .ico {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links03__item > a:after {
    margin: 10px auto 0;
  }
  .p-areaFeature__pageNav__links03__item .ico {
    margin-bottom: 10px;
  }
  .p-areaFeature__pageNav__links03__item .ico img {
    width: 48px;
  }
  .p-areaFeature__pageNav__links03__item .label {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__pageNav__links03__item > a {
    height: 80px;
  }
  .p-areaFeature__pageNav__links03__item .ico img {
    width: 24px;
  }
  .p-areaFeature__pageNav__links03__item .label {
    font-size: 0.9rem;
  }
}
.p-areaFeature__pageNav__links04 {
  display: grid;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links04 {
    gap: 7px;
    margin-top: 16px;
    padding: 0 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__pageNav__links04 {
    gap: 6px;
    margin-top: 7px;
    padding: 0 10px;
  }
}
.p-areaFeature__pageNav__links04__body {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  counter-increment: number;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-areaFeature__pageNav__links04__body {
    font-size: 0.875rem;
  }
}
.p-areaFeature__pageNav__links04__body::before {
  content: "0" counter(number) ".";
  color: #A98F4A;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__links04__body::before {
    padding-right: 1em;
  }
}
.p-areaFeature__pageNav__links04__body:hover {
  color: #A98F4A;
  text-decoration: underline !important;
  opacity: 1 !important;
}
.p-areaFeature__pageNav__row {
  display: grid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__pageNav__row {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__pageNav__row::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #373737;
  }
}
.p-areaFeature__pageNav__row__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-areaFeature__pageNav__row__item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #373737;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__row {
    display: flex;
    justify-content: space-between;
  }
  .p-areaFeature__row:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__row__body {
    width: 48%;
  }
}
.p-areaFeature__row__imgs {
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__row__imgs {
    width: 48%;
  }
}
.p-areaFeature__row__imgs__img p {
  display: flex;
  justify-content: space-between;
}
.p-areaFeature__row__imgs__img p img {
  width: calc(50% - 5px);
}
.p-areaFeature__row__imgs__img figcaption {
  text-align: right;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-areaFeature__row__imgs__img figcaption {
    font-size: 0.85rem;
  }
}
.p-areaFeature__h01 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 600;
}
.p-areaFeature__h01:after {
  content: "";
  display: block;
  margin: 0 auto;
  background: #A98F4A;
  margin-top: 0.8em;
}
.p-areaFeature__h01 .ico {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__h01 .ico img {
    width: 48px;
  }
  .p-areaFeature__h01 .label {
    font-size: 1.6rem;
  }
  .p-areaFeature__h01:after {
    width: 38px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__h01 {
    font-size: 1.3rem;
  }
  .p-areaFeature__h01 .ico img {
    width: 38px;
  }
  .p-areaFeature__h01:after {
    width: 20px;
    height: 1px;
  }
}
.p-areaFeature__sec--type01 {
  border-top: 1px solid #e2e2e2;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__sec--type01__clear {
    display: flex;
    justify-content: space-between;
  }
  .p-areaFeature__sec--type01__clear:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__sec--type01__txts {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__sec--type01__imgs {
    width: 48%;
  }
}
.p-areaFeature__sec--type01__imgs__img:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-areaFeature__sec--type01__imgs__img p {
  display: flex;
  justify-content: space-between;
}
.p-areaFeature__sec--type01__imgs__img p img {
  width: calc(50% - 5px);
}
.p-areaFeature__sec--type01__imgs__img figcaption {
  text-align: right;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-areaFeature__sec--type01__imgs__img figcaption {
    font-size: 0.85rem;
  }
}
.p-areaFeature__posts03 {
  background: #e2e2e2;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__posts03 {
    margin: 60px 0 0 0;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__posts03 {
    margin: 30px 0 0 0;
    padding: 30px 10px;
  }
}
.p-areaFeature__posts03__item {
  background: #fff;
}
.p-areaFeature__posts03__item a {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #373737;
}
.p-areaFeature__posts03__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: url("/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c0.svg") center no-repeat;
  background-size: contain;
}
.p-areaFeature__posts03__item a:hover {
  opacity: 1;
  border-color: #A98F4A;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__posts03__item {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-areaFeature__posts03__item a {
    padding: 10px;
  }
  .p-areaFeature__posts03__item a:before {
    right: 15px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  .p-areaFeature__posts03__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__posts03__item a {
    padding: 5px;
  }
  .p-areaFeature__posts03__item a:before {
    right: 8px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }
  .p-areaFeature__posts03__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__posts03__img {
    margin-right: 20px;
    max-width: 178px;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__posts03__img {
    margin-right: 10px;
    width: 25%;
  }
}
.p-areaFeature__posts03__txts {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
}
.p-areaFeature__posts03__txts .head {
  position: relative;
  letter-spacing: 0.15em;
}
.p-areaFeature__posts03__txts .head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #373737;
}
.p-areaFeature__posts03__txts .ja {
  margin-right: 0.4em;
  letter-spacing: 0.1em;
}
.p-areaFeature__posts03__txts .en {
  letter-spacing: 0.1em;
}
.p-areaFeature__posts03__txts .en:before, .p-areaFeature__posts03__txts .en:after {
  content: "-";
}
@media screen and (min-width: 768px) {
  .p-areaFeature__posts03__txts .head {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.9rem;
  }
  .p-areaFeature__posts03__txts .head:after {
    width: 80px;
  }
  .p-areaFeature__posts03__txts .ja {
    font-size: 1.1rem;
  }
  .p-areaFeature__posts03__txts .en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__posts03__txts {
    padding-right: 10px;
  }
  .p-areaFeature__posts03__txts .head {
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
    font-size: 0.8rem;
  }
  .p-areaFeature__posts03__txts .head:after {
    width: 40px;
  }
  .p-areaFeature__posts03__txts .ja {
    font-size: 1rem;
  }
  .p-areaFeature__posts03__txts .en {
    font-size: 0.9rem;
  }
}
.p-areaFeature__gallery {
  background: #252B3A;
}
.p-areaFeature__gallery__imgs {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__gallery__imgs {
    gap: 2% 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__gallery__imgs {
    justify-content: space-between;
    gap: 2% 2%;
  }
}
.p-areaFeature__gallery__imgs__item {
  position: relative;
}
.p-areaFeature__gallery__imgs__item button {
  cursor: pointer;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__gallery__imgs__item {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__gallery__imgs__item {
    width: 48%;
  }
}
.p-areaFeature__gallery__imgs__label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  font-size: 1.05rem;
  padding: 8px;
  text-align: left;
  line-height: 1.4;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%);
}
.p-areaFeature__popup {
  background: rgba(37, 43, 58, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  pointer-events: none;
  opacity: 0;
  z-index: 201;
}
.p-areaFeature__popup.on {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__popup {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__popup {
    padding: 20px;
  }
}
.p-areaFeature__popup__content {
  position: relative;
  max-width: 930px;
}
.p-areaFeature__popup__item {
  max-height: calc(100vh - 80px);
  overflow-y: scroll;
  display: none;
}
.p-areaFeature__popup__item.on {
  display: block;
}
.p-areaFeature__popup__close {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -24px;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  background: #A98F4A;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.p-areaFeature__popup__close img {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__gmap {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__gmap {
    height: 400px;
  }
}
.p-areaFeature__spot {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__spot {
    padding: 37px 38px;
  }
  .p-areaFeature__spot:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__spot {
    padding: 20px;
  }
  .p-areaFeature__spot:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__spot__clear {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__spot__txts {
    width: 80%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__spot__txts {
    margin-bottom: 20px;
  }
}
.p-areaFeature__spot__h {
  border-left: 4px solid #252B3A;
  font-weight: bold !important;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__spot__h {
    font-size: 1.3rem;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__spot__h {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
  }
}
.p-areaFeature__spot__data__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__spot__data__h {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__spot__data__h {
    margin-bottom: 0.5em;
  }
}
.p-areaFeature__spot__data__dl {
  color: #55595d;
  display: flex;
  line-height: 1;
}
.p-areaFeature__spot__data__dl dt {
  margin-right: 0.5em;
}
.p-areaFeature__spot__data__dl dt img {
  width: 18px;
}
.p-areaFeature__spot__data__dl dd {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-areaFeature__spot__data__dl {
    margin-bottom: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .p-areaFeature__spot__data__dl {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-areaFeature__spot__img {
    width: 265px;
  }
}
.p-areaFeature__spot__img figcaption {
  text-align: right;
}

/* ---------------------------
p-bnr
--------------------------- */
.p-bnr__link {
  display: block;
  width: 100%;
}
.p-bnr__link img {
  width: 100%;
}

.p-bnr02 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-bnr02 {
    gap: 30px 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr02 {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-bnr02__item {
    width: calc(50% - 17px);
  }
}
@media screen and (min-width: 768px) {
  .p-bnr02__item--w100 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr03 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 12px;
  }
}
.p-bnr03__link {
  border: 1px solid #DFDFDF;
}

/* ---------------------------
p-box
--------------------------- */
.p-box {
  background-color: #EDEDED;
}
@media screen and (min-width: 768px) {
  .p-box {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-box {
    padding: 20px 20px;
  }
}
.p-box__h {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.p-box__h02 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-box__h02 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-box__h02 {
    padding-left: 15px;
  }
}
.p-box__h02::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 7px solid #252B3A;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-box__h02::before {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-box__h02::before {
    top: 8px;
  }
}
.p-box__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-box__row {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-box__row__head {
    width: calc(50% - 7px);
    padding: 10px 0 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-box__row__img {
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .p-box__row__img {
    margin-top: 5px;
  }
}
.p-box__row__label {
  background-color: #252B3A;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-box__row__label {
    padding: 5px 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-box__row__label {
    padding: 4px 10px;
    margin-bottom: 7px;
  }
}
.p-box__row__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-box__row__h {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-box__row__h {
    font-size: 1.78rem;
  }
}
.p-box__row02 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-box__row02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-box__row02 {
    gap: 25px;
  }
}
.p-box__row02__h02 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-box__row02__h02 {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-box__row02__h02 {
    padding-left: 17px;
  }
}
.p-box__row02__h02::before {
  content: "";
  position: absolute;
  left: 6px;
  border-left: 7px solid #252B3A;
  border-top: 6.5px solid transparent;
  border-bottom: 6.5px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-box__row02__h02::before {
    top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-box__row02__h02::before {
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-box__row02__img {
    margin-top: 2px;
  }
}
@media screen and (min-width: 768px) {
  .p-box__row02__txt {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-box__row02__txt {
    margin-top: 12px;
  }
}

/* ---------------------------
p-column
--------------------------- */
@media screen and (min-width: 768px) {
  .p-column__head {
    padding: 30px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__head {
    padding: 20px 0 15px;
  }
}
.p-column__head__cat {
  color: #A98F4A;
  display: flex;
  align-items: center;
}
.p-column__head__cat::before {
  content: "";
  display: block;
  background: #A98F4A;
}
@media screen and (min-width: 768px) {
  .p-column__head__cat::before {
    width: 25px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__head__cat::before {
    width: 15px;
    height: 1px;
  }
}
.p-column__head__cat .label {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  display: block;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
.p-column__head__h {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-column__head__h {
    font-size: 1.85rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__head__h {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.p-column__head__info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-column__head__info {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__head__info {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-column__head__info .thumb {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__head__info .thumb {
    width: 30px;
    height: 30px;
  }
}
.p-column__head__info .thumb img {
  border-radius: 50%;
}
.p-column__head__info .label {
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-column__head__info .label {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__head__info .label {
    margin-left: 10px;
  }
}
.p-column__body__inner {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-column__body__inner {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.p-column__sec {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-column__sec {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__sec {
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
}
.p-column__sec::after {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #A69252;
}
.p-column__mv {
  position: relative;
}
.p-column__mv::before {
  content: "";
  display: block;
  width: 354px;
  height: 100%;
  background: linear-gradient(rgba(87, 65, 41, 0) 0%, rgba(74, 54, 30, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.p-column__mv .label {
  color: #fff;
  font-weight: bold;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-column__mv .label {
    font-size: 1.75rem;
    top: 175px;
    left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__mv .label {
    font-size: 1.3rem;
    bottom: 25px;
    left: 10px;
  }
}
.p-column__mv .label--dShadow {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.p-column__mv--noLg::before {
  display: none;
}
.p-column__mv--right .label {
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .p-column__mv--right .label {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__mv--right .label {
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
  }
}
.p-column__foot {
  background: #252B3B;
}
@media screen and (min-width: 768px) {
  .p-column__foot {
    padding: 40px 40px 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__foot {
    padding: 20px 20px 15px;
  }
}
.p-column__foot__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-column__foot__thumb {
    width: 111px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__foot__thumb {
    width: 70px;
  }
}
.p-column__foot__thumb img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-column__foot__body {
    width: calc(100% - 157px);
  }
}
@media screen and (max-width: 767px) {
  .p-column__foot__body {
    width: calc(100% - 80px);
  }
}
.p-column__foot__h {
  font-size: 1.12rem;
  color: #A69252;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-column__foot__txt {
  display: block;
  color: #fff;
  font-size: 0.88rem;
}
@media screen and (min-width: 768px) {
  .p-column__foot__txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__foot__txt {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-column02__head {
    padding: 30px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__head {
    padding: 20px 0 15px;
  }
}
.p-column02__head__cat {
  color: #A98F4A;
  display: flex;
  align-items: center;
}
.p-column02__head__cat::before {
  content: "";
  display: block;
  background: #A98F4A;
}
@media screen and (min-width: 768px) {
  .p-column02__head__cat::before {
    width: 25px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__head__cat::before {
    width: 15px;
    height: 1px;
  }
}
.p-column02__head__cat .label {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  display: block;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
.p-column02__head__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-column02__head__h {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__head__h {
    font-size: 1.35rem;
    margin-top: 10px;
  }
}
.p-column02__mv {
  background-color: #252B3A;
}
@media screen and (min-width: 768px) {
  .p-column02__mv {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__mv {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-column02__mv__img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__mv__img {
    margin-bottom: 15px;
  }
}
.p-column02__mv__img img {
  width: 100%;
}
.p-column02__mv__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-column02__mv__h {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__mv__h {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}
.p-column02__mv__txt {
  color: #fff;
  line-height: 1.56;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-column02__mv__txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__mv__txt {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-column02__body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__body {
    padding-top: 40px;
  }
}
.p-column02__gmap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-column02__gmap {
    aspect-ratio: 74/56;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__gmap {
    aspect-ratio: 7/6;
  }
}
.p-column02__area {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-column02__area {
    margin-top: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__area {
    margin-top: 25px;
    gap: 5px;
  }
}
.p-column02__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  color: #A98F4A;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-column02__h {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__h {
    font-size: 1.25rem;
  }
}
.p-column02__h02 {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
}
.p-column02__sentence {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-column02__sentence {
    gap: 1.15em;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__sentence {
    gap: 1.2em;
    margin-top: 15px;
  }
}
.p-column02__sentence .par {
  letter-spacing: 0.08em;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .p-column02__sentence .par {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__sentence .par {
    font-size: 1.1rem;
  }
}
.p-column02__img {
  margin-left: auto;
  margin-right: auto;
}
.p-column02__point {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-column02__point {
    gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__point {
    gap: 25px;
  }
}
.p-column02__point__h {
  position: relative;
  color: #A98F4A;
}
@media screen and (min-width: 768px) {
  .p-column02__point__h {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__point__h {
    padding-left: 15px;
  }
}
.p-column02__point__h::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 7px solid #A98F4A;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-column02__point__h::before {
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__point__h::before {
    top: 5px;
  }
}
.p-column02__point__h .label {
  display: block;
  font-weight: bold;
}
.p-column02__point__h .label02 {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-column02__point__txt {
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .p-column02__point__txt {
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__point__txt {
    margin-top: 14px;
  }
}
.p-column02__point__note {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #404F6F;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .p-column02__point__note {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__point__note {
    margin-top: 7px;
  }
}
.p-column02__arrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/mansion/sumau/hokkaido/common/img/column/icon-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-column02__arrow {
    width: 170px;
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-column02__arrow {
    width: 102px;
    height: 32.4px;
  }
}

/* ---------------------------
p-case
--------------------------- */
.p-case {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-case {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-case::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgb(195, 195, 195) 0%, rgb(195, 195, 195) 40%, rgba(195, 195, 195, 0) 40%, rgba(195, 195, 195, 0) 90%, rgb(195, 195, 195) 90%);
}
.p-case::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgb(195, 195, 195) 0%, rgb(195, 195, 195) 40%, rgba(195, 195, 195, 0) 40%, rgba(195, 195, 195, 0) 90%, rgb(195, 195, 195) 90%);
}
.p-case__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
.p-case__row {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-case__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-case__row {
    gap: 15px;
    margin-top: 10px;
  }
}
.p-case__row__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-case__row__item__thumb {
    width: 48.9%;
  }
}
@media screen and (max-width: 767px) {
  .p-case__row__item__thumb {
    width: 42%;
  }
}
.p-case__row__item__body {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-case__row__item__body {
    width: 47.6%;
  }
}
@media screen and (max-width: 767px) {
  .p-case__row__item__body {
    width: calc(58% - 15px);
  }
}

.p-case02 {
  position: relative;
  border: 1px solid #A98F4A;
}
.p-case02::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/mansion/sumau/hokkaido/common/img/column/icon-case01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-case02::before {
    width: 63px;
    height: 63px;
    top: -31.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-case02::before {
    width: 45px;
    height: 45px;
    top: -22.5px;
  }
}
.p-case02__body {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-case02__body {
    padding: 35px 35px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__body {
    padding: 30px 20px 35px;
  }
}
.p-case02__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  color: #A98F4A;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-case02__h {
    font-size: 1.5rem;
    margin-top: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__h {
    font-size: 1.35rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.p-case02__tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-case02__tag {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__tag {
    gap: 10px;
  }
}
.p-case02__tag__item {
  font-size: 0.875rem;
  color: #A98F4A;
  font-weight: bold;
}
.p-case02__lead {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-case02__lead {
    font-size: 1.375rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__lead {
    font-size: 1.2rem;
    margin-top: 7px;
  }
}
.p-case02__txt {
  line-height: 1.625;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-case02__txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__txt {
    margin-top: 7px;
  }
}
.p-case02__more {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-case02__more {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__more {
    margin-top: 5px;
  }
}
.p-case02__more__link {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 0.875rem;
  font-weight: 600;
  color: #A98F4A;
  line-height: 1.571;
  position: relative;
  border-bottom: 2px solid #A98F4A;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-case02__more__link {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__more__link {
    padding-right: 13px;
  }
}
.p-case02__more__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-case02__more__link::after {
    width: 15px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__more__link::after {
    width: 13px;
    height: 9px;
  }
}
.p-case02__foot {
  background-color: #252B3A;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-case02__foot {
    padding: 25px 35px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__foot {
    padding: 15px 15px 20px;
  }
}
.p-case02__foot::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 12px solid #252B3A;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.p-case02__foot__row {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-case02__foot__row__thumb {
    width: 80px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__foot__row__thumb {
    width: 60px;
    margin-top: 4px;
  }
}
.p-case02__foot__row__thumb img {
  width: 100%;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-case02__foot__row__body {
    width: calc(100% - 110px);
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__foot__row__body {
    width: calc(100% - 70px);
    margin-left: auto;
  }
}
.p-case02__foot__h {
  color: #A98F4A;
}
@media screen and (min-width: 768px) {
  .p-case02__foot__h {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case02__foot__h {
    font-size: 1.1rem;
  }
}
.p-case02__foot__txt {
  color: #fff;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-case02__foot__txt {
    font-size: 0.9rem;
    margin-top: 4px;
  }
}

/* ---------------------------
p-fixedBnr
--------------------------- */
.p-fixedBnr {
  position: fixed;
  display: flex;
  z-index: 5000;
}
@media screen and (min-width: 768px) {
  .p-fixedBnr {
    top: 31.8%;
    right: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-fixedBnr {
    width: 100vw;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fixedBnr__item {
    width: 50%;
  }
}
.p-fixedBnr__link {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-fixedBnr__link {
    flex-direction: column;
    width: 60px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-fixedBnr__link {
    height: 60px;
  }
}
.p-fixedBnr__link .icon {
  display: contents;
}
.p-fixedBnr__link .label {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-fixedBnr__link .label {
    writing-mode: vertical-lr;
    margin-top: 5px;
    letter-spacing: 0.25em;
  }
}
@media screen and (max-width: 767px) {
  .p-fixedBnr__link .label {
    padding-left: 10px;
    letter-spacing: 0.2em;
  }
}

/* ---------------------------
p-folding
--------------------------- */
.p-folding {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-folding {
    gap: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding {
    gap: 2px;
  }
}
.p-folding__h {
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-folding__h {
    font-size: 1.125rem;
    padding: 15px 55px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding__h {
    font-size: 1.1429rem;
    padding: 12px 30px 12px 16px;
  }
}
.p-folding__h::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #373737;
}
@media screen and (min-width: 768px) {
  .p-folding__h::before {
    width: 14px;
    right: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding__h::before {
    width: 10px;
    right: 18px;
  }
}
.p-folding__h::after {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #373737;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-folding__h::after {
    height: 14px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding__h::after {
    height: 10px;
    right: 22px;
  }
}
.p-folding__h.js-folding__trigger--active::after {
  height: 2px;
}
@media screen and (min-width: 768px) {
  .p-folding__body {
    padding-top: 30px;
    padding-bottom: 58px;
  }
}
.p-folding02 {
  counter-reset: number 0;
}
.p-folding02__item {
  counter-increment: number;
}
.p-folding02__head {
  position: relative;
  background-color: #252B3A;
}
@media screen and (min-width: 768px) {
  .p-folding02__head {
    padding: 16px 40px 16px 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding02__head {
    font-size: 0.8rem;
    letter-spacing: -0.05em;
    padding: 10px 20px 10px 30px;
  }
}
.p-folding02__head::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-folding02__head::before {
    width: 17px;
    right: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding02__head::before {
    width: 11px;
    right: 7px;
  }
}
.p-folding02__head::after {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 50%;
  transform: scale(1) translateY(-50%);
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-folding02__head::after {
    height: 17px;
    right: 48.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding02__head::after {
    height: 11px;
    right: 12.5px;
  }
}
.p-folding02__head.js-folding__trigger--active::after {
  transform: scale(0) translateY(-50%);
}
.p-folding02__head .label {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.p-folding02__head .label::before {
  content: counter(number) "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #404F6F;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-folding02__head .label::before {
    width: 30px;
    height: 30px;
    top: -5px;
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding02__head .label::before {
    font-size: 0.85rem;
    width: 18px;
    height: 18px;
    top: -2px;
    left: -24px;
  }
}
@media screen and (min-width: 768px) {
  .p-folding02__body {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding02__body {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.p-folding02__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-folding02__img {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-folding02__img {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-folding02__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-folding02__img:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding02__img:not(:first-child) {
    margin-top: 7px;
  }
}
.p-folding02__txt {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-folding02__txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding02__txt {
    margin-top: 14px;
  }
}
.p-folding02__note {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-folding02__note {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding02__note {
    margin-top: 10px;
  }
}
.p-folding02__note a {
  color: #A98F4A;
}
.p-folding02__note a[target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url(/mansion/sumau/hokkaido/common/img/base/icon-blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-folding02__note a[target=_blank]::after {
    width: 13px;
    height: 13px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-folding02__note a[target=_blank]::after {
    width: 10px;
    height: 10px;
    margin-left: 3px;
  }
}

/* ---------------------------
p-gallery
--------------------------- */
.p-gallery {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-gallery {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 768px) {
  .p-gallery__list {
    width: calc(100% + 10px);
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__list {
    width: calc(100% + 21px);
    margin-left: -6px;
  }
  .p-gallery__list .slick-list {
    padding-right: 24.8%;
  }
}
.p-gallery__item {
  display: flex !important;
}
@media screen and (min-width: 768px) {
  .p-gallery__item {
    gap: 10px;
    margin: 0 5px !important;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__item {
    gap: 6px;
    margin: 0 3px !important;
  }
}
.p-gallery__head {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background: #A98F4A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-gallery__head .label {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
.p-gallery__img {
  width: 100%;
}
.p-gallery__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallery__foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 4px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-gallery__foot {
    display: none;
  }
}
.p-gallery__dots {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-gallery__dots {
    gap: 12px;
    margin-left: 23px;
  }
}
.p-gallery__dots button {
  display: none;
}
.p-gallery__dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}
.p-gallery__dots li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A98F4A;
}
.p-gallery__dots li.slick-active {
  opacity: 1;
  border: 2px solid #A98F4A;
}
.p-gallery__arrow {
  border: 2px solid #A98F4A;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-gallery__arrow {
    width: 34px;
    height: 34px;
  }
}
.p-gallery__arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #A98F4A;
  border-left: 2px solid #A98F4A;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .p-gallery__arrow--prev {
    margin-right: 15px;
  }
}
.p-gallery__arrow--prev::after {
  transform: rotate(-45deg) translate(1.5px, 1.5px);
}
.p-gallery__arrow--next::after {
  transform: rotate(135deg) translate(1.5px, 1.5px);
}
.p-gallery__arrow.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}

/* ---------------------------
p-gmap
--------------------------- */
.p-gmap__popup {
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-gmap__popup {
    width: 250px;
  }
}
.p-gmap__popup__img {
  margin-bottom: 0.5em;
}
.p-gmap__popup__imgCaption {
  font-size: 0.8em;
  text-align: right;
}
.p-gmap__popup__h {
  color: #A98F4A;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-gmap__popup__h {
    font-size: 1.1rem;
  }
}
.p-gmap__popup__address {
  color: #55595d;
  font-size: 0.85rem;
}
.p-gmap__popup__tel {
  color: #55595d;
  font-size: 0.85rem;
}
.p-gmap__popup__caption {
  margin-top: 1em;
  font-size: 0.85rem;
}
.p-gmap__pin__label {
  display: block;
  margin-top: -100px;
  font-size: 400px;
}

/* ---------------------------
p-link
--------------------------- */
.p-link__bg {
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-link__bg {
    padding-top: 85px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-link__bg {
    padding-top: 75px;
    padding-bottom: 90px;
  }
}
.p-link__bg__body {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.09em;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-link__bg__body {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-link__bg__body {
    font-size: 1.5rem;
  }
}
.p-link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-link__list {
    margin-top: -168px;
  }
}
@media screen and (max-width: 767px) {
  .p-link__list {
    margin-top: -37px;
  }
}
.p-link__img img {
  width: 100%;
  aspect-ratio: 468/285;
}
.p-link__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #A98F4A;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-link__h {
    font-size: 1.125rem;
    margin-top: 22px;
    padding-left: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-link__h {
    margin-top: 14px;
    padding-left: 14px;
  }
}
.p-link__h::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-link__h::before {
    top: 6px;
    width: 10px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-link__h::before {
    top: 6px;
    width: 6px;
    height: 11px;
  }
}

.p-link03 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-link03 {
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-link03 {
    gap: 20px;
  }
}
.p-link03__link {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #b3b3b3;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-link03__link {
    padding: 32px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-link03__link {
    padding: 20px;
  }
}
.p-link03__link:hover {
  border-color: #373737;
  opacity: 1 !important;
}
.p-link03__link .label {
  font-size: 1.2rem;
  font-weight: 600;
}
.p-link03__link::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -8px;
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c0.svg) center no-repeat;
  background-size: contain;
}
.p-link03__cap {
  color: #55595d;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 0.6em;
}

.p-link04 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-link04 {
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-link04 {
    flex-direction: column;
    gap: 9px;
  }
}
.p-link04__link {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  color: #A98F4A;
  text-decoration: underline !important;
  position: relative;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-link04__link {
    font-size: 1.125rem;
    padding-left: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-link04__link {
    font-size: 1.14285rem;
    padding-left: 16px;
  }
}
.p-link04__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-link04__link::before {
    transform: rotate(90deg);
    transform-origin: top;
    width: 6px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-link04__link::before {
    width: 6px;
    height: 10px;
  }
}

.p-link05 {
  background-color: #EDEDED;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-link05 {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-link05 {
    padding: 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-link05__thumb {
    width: 42.143%;
  }
}
@media screen and (max-width: 767px) {
  .p-link05__thumb {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-link05__thumb img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-link05__body {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .p-link05__body {
    width: 100%;
    margin-top: 12px;
  }
}
.p-link05__head {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  color: #A98F4A;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.p-link05__head::before {
  content: "";
  display: block;
  background: #A98F4A;
}
@media screen and (min-width: 768px) {
  .p-link05__head::before {
    width: 25px;
    height: 2px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-link05__head::before {
    width: 15px;
    height: 1px;
    margin-right: 4px;
  }
}
.p-link05__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-link05__h {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-link05__h {
    margin-top: 2px;
  }
}

/* ---------------------------
p-loan
--------------------------- */
.p-loan__head {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-loan__head {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
.p-loan__body {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-loan__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 50px;
    margin-top: 45px;
  }
}
.p-loan__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3125;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-loan__h {
    padding-left: 25px;
  }
}
.p-loan__h02 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-loan__h02 {
    padding-left: 25px;
  }
}
.p-loan__h02::before {
  content: "";
  position: absolute;
  left: 6px;
  border-left: 7px solid #252B3A;
  border-top: 6.5px solid transparent;
  border-bottom: 6.5px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-loan__h02::before {
    top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-loan__txt {
    margin-top: 17px;
  }
}
/* ---------------------------
p-movie
--------------------------- */
.p-movie {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-movie {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-movie {
    gap: 25px;
  }
}
.p-movie__link {
  display: block;
  width: 100%;
  aspect-ratio: 740/416;
  position: relative;
  overflow: hidden;
}
.p-movie__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.p-movie__body {
  position: absolute;
  top: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-movie__h {
  display: flex;
  align-items: center;
  color: #fff;
}
.p-movie__h .label {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.13em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-movie__h .label {
    font-size: 3.7rem;
    margin-left: -2px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__h .label {
    font-size: 1.4rem;
    margin-right: 10px;
  }
}
.p-movie__h .label02 {
  font-weight: bold;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 4px 18px 4px 20px;
  letter-spacing: 0.4em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-movie__h .label02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__h .label02 {
    padding: 0 5px;
    font-size: 0.7rem;
  }
}
.p-movie__copy {
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-movie__copy {
    font-size: 1.5rem;
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__copy {
    margin-top: 5px;
    font-size: 0.8rem;
  }
}
.p-movie__vol {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 13px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-movie__vol {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__vol {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-movie__play {
    width: 88px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__play {
    width: 50px;
  }
}
.p-movie__cap {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-movie__cap {
    font-size: 1.25rem;
    width: 60%;
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__cap {
    margin-top: 13px;
  }
}

/* ---------------------------
p-mv
--------------------------- */
.p-mv {
  background-size: cover;
  background-position: top center;
  margin: 0;
}
.p-mv__inner {
  position: relative;
}
.p-mv__body {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__body {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__body {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.p-mv__h .label {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  display: block;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__h .label {
    font-size: 3.4375rem;
    padding-left: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__h .label {
    font-size: 3rem;
    padding-left: 15px;
  }
}
.p-mv__h .label02 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.3em;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__h .label02 {
    margin-left: 13px;
    padding: 0 27px 0 37px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__h .label02 {
    font-size: 1.6429rem;
    margin-left: -3px;
    padding: 3px 23px;
  }
}
.p-mv__lead {
  font-size: 1.1875rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__lead {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: 1.14285rem;
    margin-top: 15px;
  }
}
.p-mv__caption {
  position: absolute;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-mv__caption {
    font-size: 0.875rem;
    top: 15px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__caption {
    font-size: 0.7142rem;
    top: 5px;
    right: 10px;
  }
}

.p-mv02 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-mv02 {
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv02 {
    height: 160px;
  }
}
.p-mv02__body {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-mv02__body {
    font-size: 2rem;
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv02__body {
    font-size: 1.5rem;
    height: 160px;
  }
}

.p-mv03 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mv03 {
    height: 448px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv03 {
    height: 39vw;
  }
}

/* ---------------------------
p-news
--------------------------- */
.p-news {
  display: flex;
}
.p-news__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-news__h {
    font-size: 1.25rem;
    line-height: 1.44;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__h {
    font-size: 1rem;
    line-height: 1.6;
    padding-left: 24px;
  }
}
.p-news__h::before {
  content: "";
  display: block;
  background-image: url(/mansion/sumau/hokkaido/common/img/icon/icon-news.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
}
@media screen and (min-width: 768px) {
  .p-news__h::before {
    width: 19px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__h::before {
    width: 16px;
    height: 17px;
  }
}
@media screen and (min-width: 768px) {
  .p-news__body {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__body {
    padding-left: 21px;
  }
}
.p-news__link {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-weight: 600;
  color: #A98F4A;
  line-height: 1.6;
  text-decoration: underline !important;
}
@media screen and (min-width: 768px) {
  .p-news__link {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__link {
    font-size: 1.1428rem;
  }
}

/* ---------------------------
p-pickup
--------------------------- */
.p-pickup__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-pickup__h {
    font-size: 1.25rem;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__h {
    line-height: 16px;
  }
}
.p-pickup__h::before {
  content: "";
  display: block;
  width: 23px;
  height: 19px;
  background-image: url(/mansion/sumau/hokkaido/common/img/icon/icon-pickup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-pickup__h::before {
    margin-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__h::before {
    width: 20px;
    height: 16px;
    margin-right: 4px;
  }
}
.p-pickup__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-pickup__list {
    margin-top: 17px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__list {
    margin-top: 14px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    grid-template-areas: "item1 item1" "item2 item3";
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__item:first-child {
    grid-area: item1;
  }
  .p-pickup__item:first-child .p-pickup__link {
    display: flex;
  }
  .p-pickup__item:first-child .p-pickup__img {
    width: 50%;
  }
  .p-pickup__item:first-child .p-pickup__body {
    width: calc(50% - 13px);
    margin-left: auto;
    margin-top: 0;
  }
  .p-pickup__item:first-child .p-pickup__h02 {
    font-size: 1.1428rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__item:nth-child(2) {
    grid-area: item2;
  }
  .p-pickup__item:nth-child(2) .p-pickup__body {
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__item:nth-child(3) {
    grid-area: item3;
  }
  .p-pickup__item:nth-child(3) .p-pickup__body {
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-pickup__body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__body {
    margin-top: 14px;
  }
}
.p-pickup__h02 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  color: #A98F4A;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pickup__h02 {
    letter-spacing: 0.05em;
    padding-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__h02 {
    line-height: 1.25;
  }
}
.p-pickup__h02::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 0;
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg) center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transform-origin: top center;
}
@media screen and (min-width: 768px) {
  .p-pickup__h02::after {
    width: 10px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__h02::after {
    width: 6px;
    height: 11px;
  }
}
.p-pickup__txt {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-pickup__txt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__txt {
    font-size: 0.8571rem;
    margin-top: 8px;
    line-height: 1.5;
  }
}

/* ---------------------------
p-property
--------------------------- */
.p-property {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);*/
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-property {
    /*gap: 30px 34px;*/
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-property {
    /*gap: 15px 12px;*/
  }
}
@media screen and (min-width: 768px) {
  .p-property__item {
	width: 448px;
}
}

@media screen and (max-width: 767px) {
.p-property__item {
	width: 96%px;
}
}
.p-property__link {
  display: block;
  height: 100%;
  background: #fff;
}
.p-property__img img {
  aspect-ratio: 448/274;
}
@media screen and (min-width: 768px) {
  .p-property__body {
    padding: 25px 30px 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-property__body {
    padding: 7px 12px 15px;
  }
}
.p-property__address {
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-property__address {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-property__address {
    font-size: 0.5rem;
  }
}
.p-property__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .p-property__h {
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-property__h {
    font-size: 0.9285rem;
    line-height: 1.4;
    margin-top: 2px;
  }
}
.p-property__txt {
  font-size: 1rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-property__txt {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-property__txt {
    font-size: 0.7857rem;
    line-height: 1.5;
  }
}

/* ---------------------------
p-row
--------------------------- */
.p-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-row {
    gap: 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-row {
    gap: 30px;
  }
}
.p-row__item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-row__item {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-row__item {
    gap: 20px;
  }
}
.p-row__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-row__item--reverse {
  flex-direction: row-reverse;
}
.p-row__item--reverse:nth-child(odd) {
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .p-row__img {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-row__img {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-row__body {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-row__body {
    width: 100%;
  }
}

.p-row02 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-row02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-row02 {
    gap: 15px;
  }
}
/* ---------------------------
p-slide
--------------------------- */
.p-slide {
  position: relative;
}
.p-slide__list .slick-track .slick-slide {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .p-slide__item {
    width: 740px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide__item {
    width: 267px;
    margin-right: 30px;
  }
}
.p-slide__foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 4px;
  right: 50%;
  transform: translateX(357px);
}
@media screen and (min-width: 768px) {
  .p-slide__foot {
    width: 424px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide__foot {
    display: none;
  }
}
.p-slide__dots {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-slide__dots {
    gap: 12px;
    margin-left: 23px;
  }
}
.p-slide__dots button {
  display: none;
}
.p-slide__dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}
.p-slide__dots li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A98F4A;
}
.p-slide__dots li.slick-active {
  opacity: 1;
  border: 2px solid #A98F4A;
}
.p-slide__arrow {
  border: 2px solid #A98F4A;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  background: #252B3A;
}
@media screen and (min-width: 768px) {
  .p-slide__arrow {
    width: 34px;
    height: 34px;
  }
}
.p-slide__arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #A98F4A;
  border-left: 2px solid #A98F4A;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .p-slide__arrow--prev {
    margin-right: 15px;
  }
}
.p-slide__arrow--prev::after {
  transform: rotate(-45deg) translate(1.5px, 1.5px);
}
.p-slide__arrow--next::after {
  transform: rotate(135deg) translate(1.5px, 1.5px);
}
.p-slide__arrow.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}

/* ---------------------------
p-support
--------------------------- */
.p-support {
  position: relative;
  background-color: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .p-support {
    padding: 60px 35px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-support {
    padding: 30px 20px 35px;
  }
}
.p-support::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/mansion/sumau/hokkaido/common/img/interview/icon-support.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-support::before {
    width: 63px;
    height: 63px;
    top: -31.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-support::before {
    width: 45px;
    height: 45px;
    top: -22.5px;
  }
}
.p-support__h {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  color: #A98F4A;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-support__h {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__h {
    font-size: 1.35rem;
    margin-bottom: 10px;
  }
}
.p-support__h02 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.05em;
}
.p-support__h03 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-support__h03 {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__h03 {
    padding-bottom: 8px;
  }
}
.p-support__h03::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #A98F4A;
}
@media screen and (min-width: 768px) {
  .p-support__h03::after {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__h03::after {
    width: 20px;
  }
}
.p-support__sentence {
  display: flex;
  flex-direction: column;
  gap: 1.4em;
}
.p-support__sentence .par {
  line-height: 1.625;
}
.p-support__row {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-support__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__row {
    gap: 20px;
  }
}
.p-support__column__img {
  width: 100%;
}
.p-support__column__body {
  width: 100%;
  background-color: #252B3A;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-support__column__body {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__column__body {
    padding: 12px 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-support__column__icon {
    width: 40px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__column__icon {
    width: 35px;
    margin-top: 2px;
  }
}
.p-support__column__txts {
  color: #fff;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-support__column__txts {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__column__txts {
    padding-left: 10px;
  }
}
.p-support__column__cat {
  color: #fff;
  font-size: 0.875rem;
  display: block;
  line-height: 1.4;
}
.p-support__column__h {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-support__column__more {
    width: 68px;
    margin-top: auto;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__column__more {
    width: 100%;
    margin-top: 4px;
    text-align: right;
  }
}
.p-support__column__more .label {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
  font-size: 0.875rem;
  font-weight: 600;
  color: #A98F4A;
  line-height: 1.571;
  position: relative;
  margin-left: auto;
  border-bottom: 2px solid #A98F4A;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-support__column__more .label {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__column__more .label {
    padding-right: 13px;
  }
}
.p-support__column__more .label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  background: url(/mansion/sumau/hokkaido/common/img/icon/icon-arrow01_c2.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-support__column__more .label::after {
    width: 15px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__column__more .label::after {
    width: 13px;
    height: 9px;
  }
}

/* ---------------------------
p-wysiwyg
--------------------------- */
.p-wysiwyg {
  overflow: hidden;
  line-height: 2;
}
.p-wysiwyg a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #252B3A;
}
.p-wysiwyg a:hover {
  text-decoration: none;
}
.p-wysiwyg a img {
  transition: 0.2s;
}
.p-wysiwyg a img:hover {
  opacity: 0.8;
}
.p-wysiwyg h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg h1 {
    margin-bottom: 30px;
  }
}
.p-wysiwyg h3 {
  margin-top: 1.5em;
  margin-bottom: 0.9em;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  border-bottom: 4px solid #252B3A;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h3 {
    font-size: 1.34rem;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg h3 {
    font-size: 1.24rem;
  }
}
.p-wysiwyg h4,
.p-wysiwyg h5,
.p-wysiwyg h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h4,
  .p-wysiwyg h5,
  .p-wysiwyg h6 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg h4,
  .p-wysiwyg h5,
  .p-wysiwyg h6 {
    font-size: 1.1rem;
  }
}
.p-wysiwyg ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.p-wysiwyg ol li {
  list-style-type: decimal;
}
.p-wysiwyg ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.p-wysiwyg ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}
.p-wysiwyg p {
  margin-bottom: 1em;
}
.p-wysiwyg em {
  font-weight: normal;
}
.p-wysiwyg blockquote {
  border: 2px solid #f5f5f5;
}
.p-wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg blockquote {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
}
.p-wysiwyg .aligncenter {
  display: block;
  margin: 0 auto;
}
.p-wysiwyg .alignright {
  float: right;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .alignright {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.p-wysiwyg .alignleft {
  float: left;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.p-wysiwyg .wp-caption {
  max-width: 100%;
}
.p-wysiwyg table {
  margin-bottom: 1em;
}
.p-wysiwyg figure {
  margin-bottom: 1em !important;
}
.p-wysiwyg hr {
  margin: 2em 0;
}

.u-c-bk {
  color: #373737 !important;
}
.u-c-gy {
  color: #616161 !important;
}
.u-c-c1 {
  color: #252B3A !important;
}
.u-c-c2 {
  color: #A98F4A !important;
}
.u-c-c3 {
  color: #303f9f !important;
}
.u-c-c4 {
  color: #ffd600 !important;
}
.u-c-c9_1 {
  color: #f5f5f5 !important;
}
.u-c-wh {
  color: #fff !important;
}

.u-bg-bk {
  background: #373737 !important;
}
.u-bg-gy {
  background: #616161 !important;
}
.u-bg-c0 {
  background: #373737 !important;
}
.u-bg-c1 {
  background: #252B3A !important;
}
.u-bg-c2 {
  background: #A98F4A !important;
}
.u-bg-c3 {
  background: #303f9f !important;
}
.u-bg-c4 {
  background: #ffd600 !important;
}
.u-bg-c9_1 {
  background: #f5f5f5 !important;
}
.u-bg-c9_2 {
  background: #e2e2e2 !important;
}
.u-bg-c9_3 {
  background: #55595d !important;
}
.u-bg-c9_4 {
  background: #e5e5e5 !important;
}
.u-bg-wh {
  background: #fff !important;
}

.u-bd-bk {
  border-color: #373737 !important;
}
.u-bd-gy {
  border-color: #616161 !important;
}
.u-bd-c0 {
  border-color: #373737 !important;
}
.u-bd-c1 {
  border-color: #252B3A !important;
}
.u-bd-c2 {
  border-color: #A98F4A !important;
}
.u-bd-c3 {
  border-color: #303f9f !important;
}
.u-bd-c4 {
  border-color: #ffd600 !important;
}
.u-bd-wh {
  border-color: #fff !important;
}

/* ---------------------------
u-display
--------------------------- */
@media screen and (max-width: 1100px) {
  .u-display--pc {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--sp {
    display: none;
  }
}
.u-editableArea {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  font-style: normal;
  color: #373737;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

/* ---------------------------
m
--------------------------- */
.u-valign-t {
  vertical-align: top !important;
}

.u-valign-m {
  vertical-align: middle !important;
}

.u-valign-b {
  vertical-align: bottom !important;
}

@media screen and (min-width: 1101px) {
  .u-mt-1 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-1 {
    margin-top: 8px;
  }
  .u-mt-1--sp {
    margin-top: 4.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-1 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-1 {
    margin-bottom: 8px;
  }
  .u-mb-1--sp {
    margin-bottom: 4.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-1 {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-1 {
    padding-top: 8px;
  }
  .u-pt-1--sp {
    padding-top: 4.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-1 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-1 {
    padding-bottom: 8px;
  }
  .u-pb-1--sp {
    padding-bottom: 4.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-1 {
    padding: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-1 {
    padding: 8px;
  }
  .u-p-1--sp {
    padding: 4.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-2 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-2 {
    margin-top: 16px;
  }
  .u-mt-2--sp {
    margin-top: 9.6px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-2 {
    margin-bottom: 16px;
  }
  .u-mb-2--sp {
    margin-bottom: 9.6px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-2 {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-2 {
    padding-top: 16px;
  }
  .u-pt-2--sp {
    padding-top: 9.6px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-2 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-2 {
    padding-bottom: 16px;
  }
  .u-pb-2--sp {
    padding-bottom: 9.6px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-2 {
    padding: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-2 {
    padding: 16px;
  }
  .u-p-2--sp {
    padding: 9.6px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-3 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-3 {
    margin-top: 24px;
  }
  .u-mt-3--sp {
    margin-top: 14.4px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-3 {
    margin-bottom: 24px;
  }
  .u-mb-3--sp {
    margin-bottom: 14.4px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-3 {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-3 {
    padding-top: 24px;
  }
  .u-pt-3--sp {
    padding-top: 14.4px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-3 {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-3 {
    padding-bottom: 24px;
  }
  .u-pb-3--sp {
    padding-bottom: 14.4px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-3 {
    padding: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-3 {
    padding: 24px;
  }
  .u-p-3--sp {
    padding: 14.4px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-4 {
    margin-top: 28px;
  }
  .u-mt-4--sp {
    margin-top: 16.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-4 {
    margin-bottom: 28px;
  }
  .u-mb-4--sp {
    margin-bottom: 16.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-4 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-4 {
    padding-top: 28px;
  }
  .u-pt-4--sp {
    padding-top: 16.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-4 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-4 {
    padding-bottom: 28px;
  }
  .u-pb-4--sp {
    padding-bottom: 16.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-4 {
    padding: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-4 {
    padding: 28px;
  }
  .u-p-4--sp {
    padding: 16.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-5 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-5 {
    margin-top: 44.8px;
  }
  .u-mt-5--sp {
    margin-top: 26.88px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-5 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-5 {
    margin-bottom: 44.8px;
  }
  .u-mb-5--sp {
    margin-bottom: 26.88px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-5 {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-5 {
    padding-top: 44.8px;
  }
  .u-pt-5--sp {
    padding-top: 26.88px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-5 {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-5 {
    padding-bottom: 44.8px;
  }
  .u-pb-5--sp {
    padding-bottom: 26.88px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-5 {
    padding: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-5 {
    padding: 44.8px;
  }
  .u-p-5--sp {
    padding: 26.88px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-6 {
    margin-top: 104px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-6 {
    margin-top: 52px;
  }
  .u-mt-6--sp {
    margin-top: 31.2px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-6 {
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-6 {
    margin-bottom: 52px;
  }
  .u-mb-6--sp {
    margin-bottom: 31.2px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-6 {
    padding-top: 104px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-6 {
    padding-top: 52px;
  }
  .u-pt-6--sp {
    padding-top: 31.2px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-6 {
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-6 {
    padding-bottom: 52px;
  }
  .u-pb-6--sp {
    padding-bottom: 31.2px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-6 {
    padding: 104px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-6 {
    padding: 52px;
  }
  .u-p-6--sp {
    padding: 31.2px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-7 {
    margin-top: 136px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-7 {
    margin-top: 68px;
  }
  .u-mt-7--sp {
    margin-top: 40.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-7 {
    margin-bottom: 136px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-7 {
    margin-bottom: 68px;
  }
  .u-mb-7--sp {
    margin-bottom: 40.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-7 {
    padding-top: 136px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-7 {
    padding-top: 68px;
  }
  .u-pt-7--sp {
    padding-top: 40.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-7 {
    padding-bottom: 136px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-7 {
    padding-bottom: 68px;
  }
  .u-pb-7--sp {
    padding-bottom: 40.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-7 {
    padding: 136px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-7 {
    padding: 68px;
  }
  .u-p-7--sp {
    padding: 40.8px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mt-8 {
    margin-top: 184px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mt-8 {
    margin-top: 92px;
  }
  .u-mt-8--sp {
    margin-top: 55.2px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-mb-8 {
    margin-bottom: 184px;
  }
}
@media screen and (max-width: 1100px) {
  .u-mb-8 {
    margin-bottom: 92px;
  }
  .u-mb-8--sp {
    margin-bottom: 55.2px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pt-8 {
    padding-top: 184px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pt-8 {
    padding-top: 92px;
  }
  .u-pt-8--sp {
    padding-top: 55.2px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-pb-8 {
    padding-bottom: 184px;
  }
}
@media screen and (max-width: 1100px) {
  .u-pb-8 {
    padding-bottom: 92px;
  }
  .u-pb-8--sp {
    padding-bottom: 55.2px !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-p-8 {
    padding: 184px;
  }
}
@media screen and (max-width: 1100px) {
  .u-p-8 {
    padding: 92px;
  }
  .u-p-8--sp {
    padding: 55.2px !important;
  }
}

/* ---------------------------
text
--------------------------- */
.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

.u-align-r {
  text-align: right !important;
}

.u-align-c {
  text-align: center !important;
}

.u-align-l {
  text-align: left !important;
}

.u-lh200 {
  line-height: 2 !important;
}

.u-uline {
  text-decoration: underline !important;
}

.u-ff02 {
  font-family: "Yu Mincho", serif;
  font-weight: 400;
}

@media screen and (min-width: 1101px) {
  .u-text-10 {
    font-size: calc(10 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-10 {
    font-size: calc(10 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-11 {
    font-size: calc(11 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-11 {
    font-size: calc(11 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-12 {
    font-size: calc(12 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-12 {
    font-size: calc(12 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-13 {
    font-size: calc(13 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-13 {
    font-size: calc(13 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-14 {
    font-size: calc(14 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-14 {
    font-size: calc(14 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-15 {
    font-size: calc(15 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-15 {
    font-size: calc(15 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-16 {
    font-size: calc(16 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-16 {
    font-size: calc(16 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-17 {
    font-size: calc(17 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-17 {
    font-size: calc(17 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-18 {
    font-size: calc(18 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-18 {
    font-size: calc(18 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-19 {
    font-size: calc(19 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-19 {
    font-size: calc(19 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-20 {
    font-size: calc(20 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-20 {
    font-size: calc(20 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-21 {
    font-size: calc(21 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-21 {
    font-size: calc(21 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-22 {
    font-size: calc(22 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-22 {
    font-size: calc(22 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-23 {
    font-size: calc(23 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-23 {
    font-size: calc(23 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-24 {
    font-size: calc(24 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-24 {
    font-size: calc(24 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-25 {
    font-size: calc(25 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-25 {
    font-size: calc(25 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-26 {
    font-size: calc(26 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-26 {
    font-size: calc(26 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-27 {
    font-size: calc(27 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-27 {
    font-size: calc(27 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-28 {
    font-size: calc(28 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-28 {
    font-size: calc(28 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-29 {
    font-size: calc(29 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-29 {
    font-size: calc(29 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-30 {
    font-size: calc(30 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-30 {
    font-size: calc(30 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-31 {
    font-size: calc(31 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-31 {
    font-size: calc(31 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-32 {
    font-size: calc(32 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-32 {
    font-size: calc(32 * 0.06rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-10--sp {
    font-size: calc(10 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-11--sp {
    font-size: calc(11 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-12--sp {
    font-size: calc(12 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-13--sp {
    font-size: calc(13 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-14--sp {
    font-size: calc(14 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-15--sp {
    font-size: calc(15 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-16--sp {
    font-size: calc(16 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-17--sp {
    font-size: calc(17 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-18--sp {
    font-size: calc(18 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-19--sp {
    font-size: calc(19 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-20--sp {
    font-size: calc(20 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-21--sp {
    font-size: calc(21 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-22--sp {
    font-size: calc(22 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-23--sp {
    font-size: calc(23 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-24--sp {
    font-size: calc(24 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-25--sp {
    font-size: calc(25 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-26--sp {
    font-size: calc(26 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-27--sp {
    font-size: calc(27 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-28--sp {
    font-size: calc(28 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-29--sp {
    font-size: calc(29 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-30--sp {
    font-size: calc(30 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-31--sp {
    font-size: calc(31 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-32--sp {
    font-size: calc(32 * 0.0714285714rem) !important;
  }
}