@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* refaPage */
/*共通*/
.refaPage {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #333333;
  font-size: min(1.16667vw, 14px);
}

.refaPage .container {
  border-top: none;
}

.refaPage span.block {
  display: inline-block;
}

.refaPage .refaMainVisual {
  margin-bottom: min(5.83334vw, 70px);
}

.refaPage .headlineSection {
  margin-bottom: min(4.16667vw, 50px);
}

.refaPage .headlineSection h1 {
  font-family: "Cormorant Upright", serif;
  font-weight: 400;
  font-size: min(3.83334vw, 46px);
  color: #737A92;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(2.5vw, 30px);
}

.refaPage .headlineSection .catch {
  text-align: center;
  font-size: min(2.60869vw, 24px);
  letter-spacing: 0.2em;
  margin-bottom: 55px;
}

.refaPage .headlineSection .wrap {
  position: relative;
  width: min(76.66667vw, 920px);
  margin: 0 auto;
  border: #BBBFCA 1px solid;
}

.refaPage .headlineSection .wrap .ttl {
  position: relative;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: min(1.66667vw, 20px);
  font-weight: 600;
  color: #495464;
  margin: 0;
  margin-top: calc(min(1.25vw, 15px) * -1);
  /*margin-bottom: min(2.5vw,30px);*/
}

.refaPage .headlineSection .wrap .ttl::before,
.refaPage .headlineSection .wrap .ttl::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #BBBFCA;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.refaPage .headlineSection .wrap .ttl span {
  display: inline-block;
  background: #fff;
  padding: 0 min(2.5vw, 30px);
}

.refaPage .headlineSection .wrap .list-btn {
  margin-bottom: min(1.66667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(2.5vw, 30px);
  padding: 0;
}

.refaPage .headlineSection .wrap .list-btn .btn {
  position: relative;
}

.refaPage .headlineSection .wrap .list-btn .btn::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  background: url(/upload/tenant_1/artstay_refa_icn_001.png) no-repeat 0 0/cover;
  width: min(0.75vw, 9px);
  height: min(1.41667vw, 17px);
  position: absolute;
  top: min(2vw, 24px);
  right: min(3.33334vw, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.refaPage .headlineSection .wrap .list-btn .btn:hover::after {
  top: min(2.25vw, 27px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.refaPage .headlineSection .wrap .list-btn .btn a {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  width: min(21.5vw, 258px);
  line-height: min(5.33334vw, 64px);
  background-color: #898D9C;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: min(0.83334vw, 10px);
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: min(1.33335vw, 16px);
  letter-spacing: 0.05em;
  padding-right: min(1.66667vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.refaPage .headlineSection .wrap .list-btn .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(min(0.25vw, 3px));
          transform: translateY(min(0.25vw, 3px));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.refaPage .headlineSection .wrap .caution {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: min(1.16667vw, 14px);
  letter-spacing: 0.05em;
}

.refaPage .itemSection {
  background: url(/upload/tenant_1/artstay_refa_bg001_pc.png) top center/cover;
  padding: min(6.66667vw, 80px) 0;
}

.refaPage .itemSection .innerWrapper {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.refaPage .itemSection .innerWrapper .ttlWrap,
.refaPage .roomsFacilitiesSection .innerWrapper .ttlWrap {
  text-align: center;
  margin-bottom: min(2.5vw, 30px);
}

.refaPage .roomsSection .innerWrapper .ttlWrap {
  text-align: center;
  margin-bottom: min(4.16667vw, 50px);
}

.refaPage .itemSection .innerWrapper .ttlWrap .font-en,
.refaPage .roomsSection .innerWrapper .ttlWrap .font-en,
.refaPage .roomsFacilitiesSection .innerWrapper .ttlWrap .font-en {
  font-size: min(5vw, 60px);
  letter-spacing: 0.05em;
  font-family: "Cormorant Upright", serif;
  font-weight: 400;
  color: #737A92;
}

.refaPage .itemSection .innerWrapper .ttlWrap .text-small,
.refaPage .roomsSection .innerWrapper .ttlWrap .text-small,
.refaPage .roomsFacilitiesSection .innerWrapper .ttlWrap .text-small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.33335vw, 16px);
  letter-spacing: 0.1em;
  margin-top: calc(min(1.66667vw, 20px) * -1);
}

.refaPage .itemSection .innerWrapper .catch {
  text-align: center;
  font-size: min(1.66667vw, 20px);
  letter-spacing: 0.2em;
  margin-bottom: min(4.16667vw, 50px);
}

.refaPage .itemSection .innerWrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.6);
}

.refaPage .itemSection .innerWrapper .box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.refaPage .itemSection .innerWrapper .box picture {
  width: 50%;
}

.refaPage .itemSection .innerWrapper .box .detail {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.refaPage .itemSection .innerWrapper .box .detail dt {
  color: #495464;
  font-size: min(2vw, 24px);
  letter-spacing: 0.05em;
  font-weight: 400;
  border-bottom: #BBBFCA 1px solid;
  padding-bottom: min(2.5vw, 30px);
  margin-bottom: min(1.66667vw, 20px);
}

.refaPage .itemSection .innerWrapper .box .detail dt.large {
  font-size: min(2.5vw, 30px);
  letter-spacing: 0.05em;
}

.refaPage .itemSection .innerWrapper .box .detail dd span {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.66667vw, 20px);
  letter-spacing: 0.05em;
  display: block;
  margin-top: min(1.66667vw, 20px);
  line-height: 1.5;
}

.refaPage .itemSection .innerWrapper .box .detail dl {
  margin: 0;
}

.refaPage .itemSection .innerWrapper .box .detail dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.33335vw, 16px);
  letter-spacing: 0.05em;
}

.refaPage .itemSection .innerWrapper .box .detail.right {
  padding-right: min(4.16667vw, 50px);
}

.refaPage .itemSection .innerWrapper .box .detail.right dt {
  padding-left: min(4.16667vw, 50px);
}

.refaPage .itemSection .innerWrapper .box .detail.right dd {
  padding-left: min(4.16667vw, 50px);
}

.refaPage .itemSection .innerWrapper .box .detail.left {
  padding-left: min(4.16667vw, 50px);
}

.refaPage .itemSection .innerWrapper .box .detail.left dt {
  padding-right: min(4.16667vw, 50px);
}

.refaPage .itemSection .innerWrapper .box .detail.left dd {
  padding-right: min(4.16667vw, 50px);
}

.refaPage .otherItemSection {
  background: url(/upload/tenant_1/artstay_refa_bg002_pc.png) top center/cover;
  padding: min(6.66667vw, 80px) 0;
}

.refaPage .otherItemSection .innerWrapper {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.refaPage .otherItemSection .innerWrapper .boxWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  gap: 0 min(9.33334vw, 112px);
}

.refaPage .otherItemSection .innerWrapper .boxWrapper .box {
  width: calc(50% - min(4.66667vw, 56px));
}

.refaPage .otherItemSection .innerWrapper .boxWrapper .box .detail {
  margin-top: min(2.5vw, 30px);
}

.refaPage .otherItemSection .innerWrapper .boxWrapper .box .detail dl {
  margin: 0;
}

.refaPage .otherItemSection .innerWrapper .boxWrapper .box .detail dt {
  color: #495464;
  font-size: min(2vw, 24px);
  letter-spacing: 0.05em;
  margin-bottom: min(2.5vw, 30px);
  font-weight: 500;
}

.refaPage .otherItemSection .innerWrapper .boxWrapper .box .detail dd:first-of-type {
  font-size: min(1.5vw, 18px);
  letter-spacing: 0.05em;
  margin-bottom: min(1.66667vw, 20px);
}

.refaPage .otherItemSection .innerWrapper .boxWrapper .box .detail dd:last-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.16667vw, 14px);
  letter-spacing: 0.05em;
}

.refaPage .roomsSection {
  background: url(/upload/tenant_1/artstay_refa_bg003_pc.png) top center/cover;
  padding: min(6.66667vw, 80px) 0;
}

.refaPage .roomsSection .innerWrapper {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.refaPage .roomsSection .innerWrapper .columnTwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  gap: min(6.66667vw, 80px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.refaPage .roomsSection .innerWrapper .columnTwo .room {
  width: calc(50% - min(3.33334vw, 40px));
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail {
  margin-top: min(1.66667vw, 20px);
  padding: 0 min(0.83334vw, 10px);
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail .roomInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(1.66667vw, 20px);
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail .roomInfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(0.66667vw, 8px);
  margin: 0;
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail .roomInfo dl dt {
  font-size: min(3.33334vw, 40px);
  letter-spacing: 0.05em;
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail .roomInfo dl dd {
  font-size: min(1.66667vw, 20px);
  letter-spacing: 0.05em;
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail .roomInfo .name {
  font-size: min(1.66667vw, 20px);
  letter-spacing: 0.05em;
  margin: 0;
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail table {
  width: 100%;
  border-top: #31304D 1px solid;
  border-bottom: #31304D 1px solid;
  border-spacing: 0;
  margin-bottom: min(1.66667vw, 20px);
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail table th,
.refaPage .roomsSection .innerWrapper .columnTwo .room .detail table td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.16667vw, 14px);
  letter-spacing: 0.05em;
  padding: min(0.66667vw, 8px);
  font-weight: 400;
  line-height: 1.5;
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail table tr:not(:last-of-type) th,
.refaPage .roomsSection .innerWrapper .columnTwo .room .detail table tr:not(:last-of-type) td {
  border-bottom: #B6BBC4 1px solid;
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail table th {
  width: min(12.5vw, 150px);
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail .list-caution {
  padding: 0 min(0.66667vw, 8px);
  margin: 0;
}

.refaPage .roomsSection .innerWrapper .columnTwo .room .detail .list-caution .caution {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.16667vw, 14px);
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.refaPage .roomsFacilitiesSection {
  background: url(/upload/tenant_1/artstay_refa_bg004_pc.png) top center/cover;
  padding: min(6.66667vw, 80px) 0 min(12.5vw, 150px);
}

.refaPage .roomsFacilitiesSection .innerWrapper {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.refaPage .roomsFacilitiesSection .innerWrapper .text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.33335vw, 16px);
  letter-spacing: 0.1em;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .refaPage .pc {
    display: none;
  }
  .refaPage .refaMainVisual {
    margin-bottom: 30px;
  }
  .refaPage .headlineSection {
    width: calc(100% - 40px);
    margin: 0 auto 25px;
  }
  .refaPage .headlineSection h1 {
    font-size: 28px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 25px;
  }
  .refaPage .headlineSection .catch {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 42.5px;
  }
  .refaPage .headlineSection .wrap {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .refaPage .headlineSection .wrap .ttl {
    letter-spacing: 0.2em;
    font-size: 16px;
    margin-top: -12px;
    margin-bottom: 20px;
  }
  .refaPage .headlineSection .wrap .ttl::before,
  .refaPage .headlineSection .wrap .ttl::after {
    height: 6px;
    margin-top: -3px;
  }
  .refaPage .headlineSection .wrap .ttl span {
    padding: 0 14px;
  }
  .refaPage .headlineSection .wrap .list-btn {
    display: block;
  }
  .refaPage .headlineSection .wrap .list-btn .btn {
    position: relative;
  }
  .refaPage .headlineSection .wrap .list-btn .btn:first-of-type {
    margin-bottom: 15px;
  }
  .refaPage .headlineSection .wrap .list-btn .btn::after {
    content: "";
    width: 9px;
    height: 17px;
    top: 22px;
    right: 20px;
  }
  .refaPage .headlineSection .wrap .list-btn .btn:hover::after {
    top: 23.5px;
  }
  .refaPage .headlineSection .wrap .list-btn .btn a {
    width: 100%;
    line-height: 60px;
    -webkit-box-shadow: 0px 1.5px 0px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 1.5px 0px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding-right: 0;
  }
  .refaPage .headlineSection .wrap .list-btn .btn a:hover {
    -webkit-transform: translateY(1.5px);
            transform: translateY(1.5px);
  }
  .refaPage .headlineSection .wrap .list-caution {
    padding: 0;
  }
  .refaPage .headlineSection .wrap .list-caution .caution {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-indent: -1em;
    margin-left: 1em;
  }
  .refaPage .itemSection {
    background: url(/upload/tenant_1/artstay_refa_bg001_sp.png) center top/cover;
    padding: 40px 0;
  }
  .refaPage .itemSection .innerWrapper .ttlWrap,
  .refaPage .roomsSection .innerWrapper .ttlWrap,
  .refaPage .roomsFacilitiesSection .innerWrapper .ttlWrap {
    margin-bottom: 15px;
  }
  .refaPage .itemSection .innerWrapper .ttlWrap .font-en,
  .refaPage .roomsSection .innerWrapper .ttlWrap .font-en,
  .refaPage .roomsFacilitiesSection .innerWrapper .ttlWrap .font-en {
    font-size: 40px;
    letter-spacing: 0.05em;
  }
  .refaPage .itemSection .innerWrapper .ttlWrap .text-small,
  .refaPage .roomsSection .innerWrapper .ttlWrap .text-small,
  .refaPage .roomsFacilitiesSection .innerWrapper .ttlWrap .text-small {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .refaPage .itemSection .innerWrapper .catch {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }
  .refaPage .itemSection .innerWrapper .box {
    display: block;
  }
  .refaPage .itemSection .innerWrapper .box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .refaPage .itemSection .innerWrapper .box picture {
    width: 100%;
  }
  .refaPage .itemSection .innerWrapper .box .detail {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
  }
  .refaPage .itemSection .innerWrapper .box .detail dt {
    color: #495464;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .refaPage .itemSection .innerWrapper .box .detail dt.large {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .refaPage .itemSection .innerWrapper .box .detail dd span {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  .refaPage .itemSection .innerWrapper .box .detail dd {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .refaPage .itemSection .innerWrapper .box .detail.right {
    padding-right: 20px;
  }
  .refaPage .itemSection .innerWrapper .box .detail.right dt {
    padding-left: 0;
  }
  .refaPage .itemSection .innerWrapper .box .detail.right dd {
    padding-left: 0;
  }
  .refaPage .itemSection .innerWrapper .box .detail.left {
    padding-left: 20px;
  }
  .refaPage .itemSection .innerWrapper .box .detail.left dt {
    padding-right: 0;
  }
  .refaPage .itemSection .innerWrapper .box .detail.left dd {
    padding-right: 0;
  }
  .refaPage .otherItemSection {
    background: url(/upload/tenant_1/artstay_refa_bg002_sp.png) 0 0/cover;
    padding: 40px 0;
  }
  .refaPage .otherItemSection .innerWrapper .boxWrapper {
    display: block;
  }
  .refaPage .otherItemSection .innerWrapper .boxWrapper .box {
    width: 100%;
  }
  .refaPage .otherItemSection .innerWrapper .boxWrapper .box:first-of-type {
    margin-bottom: 40px;
  }
  .refaPage .otherItemSection .innerWrapper .boxWrapper .box .detail {
    margin-top: 20px;
    padding: 0 10px;
  }
  .refaPage .otherItemSection .innerWrapper .boxWrapper .box .detail dt {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #BBBFCA 1px solid;
  }
  .refaPage .otherItemSection .innerWrapper .boxWrapper .box .detail dd:first-of-type {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .refaPage .otherItemSection .innerWrapper .boxWrapper .box .detail dd:last-of-type {
    font-size: 14px;
  }
  .refaPage .roomsSection {
    background: url(/upload/tenant_1/artstay_refa_bg003_sp.png) top center/cover;
    padding: 40px 0;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo {
    display: block;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room {
    width: 100%;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail {
    margin-top: 10px;
    padding: 0 10px;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail .roomInfo {
    margin-bottom: 10px;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail .roomInfo dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 5px;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail .roomInfo dl dt {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail .roomInfo dl dd {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail .roomInfo .name {
    top: 5px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail table {
    margin-bottom: 10px;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail table th,
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail table td {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 6px;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail table th {
    width: 100px;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail .list-caution {
    padding: 0;
  }
  .refaPage .roomsSection .innerWrapper .columnTwo .room .detail .list-caution .caution {
    font-size: 12px;
    letter-spacing: 0.05em;
    text-indent: -1em;
    margin-left: 1em;
  }
  .refaPage .roomsFacilitiesSection {
    background: url(/upload/tenant_1/artstay_refa_bg004_sp.png) 0 0/cover;
    padding: 40px 0 80px;
  }
  .refaPage .roomsFacilitiesSection .innerWrapper .text {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}/*# sourceMappingURL=plus_artstay__refa.css.map */
