@charset "UTF-8";
.sp_only {
  display: none;
}

@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}
/*==============================
	基本設定
==============================*/
body {
  color: #000;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  min-width: 1240px;
  position: relative;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
img {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

th {
  font-weight: normal;
  text-align: left;
}

/*font layout*/
.fBold {
  font-weight: bold;
}

.fSerif {
  font-family: "Noto Serif Japanese", serif;
}

.fRed {
  color: #CC0000;
}

.fRed2 {
  color: #CC3333;
}

.fRed3 {
  color: #FF0000;
}

.fYellow {
  color: #FFFF00;
}

.fGold {
  color: #9A8452;
}

.fRobot {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.fRoco {
  font-family: "Roboto Condensed", sans-serif;
}

.f100 {
  font-weight: 100;
}

.f200 {
  font-weight: 200;
}

.f300 {
  font-weight: 300;
}

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f800 {
  font-weight: 800;
}

/*rollover*/
.ro a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

a.ro:hover, a .ro:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.brt a:hover {
  filter: brightness(1.1);
}

a.brt:hover, a .brt:hover {
  filter: brightness(1.1);
}

.ro a {
  transition: all 0.2s ease-out;
}

a.ro, a .ro {
  transition: all 0.2s ease-out;
}

.brt a {
  transition: all 0.2s ease-out;
}

a.brt, a .brt {
  transition: all 0.2s ease-out;
}

.ro .no_ro a:hover, .ro a.no_ro:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

a:focus {
  outline: none;
}

.spOnly, .brSp, .imgSp {
  display: none !important;
}

a {
  text-decoration: none;
}

.disnone {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spNone, .brPc, .imgPc {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .brSp, .imgSp {
    display: inline !important;
  }
  .imgR {
    width: 100%;
    height: auto;
  }
  .ro .slick-slide a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
/*-----------------------------------------------
	imgCover
-----------------------------------------------*/
.imgCover {
  position: relative;
}
.imgCover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide {
  opacity: 0;
  transform: translate(0px, 50px);
  transition: opacity 0.5s cubic-bezier(0.18, 1, 0.29, 1), transform 1.5s cubic-bezier(0.18, 1, 0.29, 1);
}
.jsHide.jsShow {
  transform: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .jsHide.jsShowSp {
    transform: none;
    opacity: 1;
  }
}
/*-----------------------------------------------
	contents
-----------------------------------------------*/
#container {
  width: 100%;
  position: relative;
  overflow: hidden !important;
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
#header {
  background: #000;
  height: 80px;
}
#header .wrapHeader {
  width: 1200px;
  margin: 0 auto;
}
#header .logoTop {
  float: left;
  display: inline-block;
  padding-top: 20px;
  font-size: 0;
}
#header .imgLogo {
  display: inline-block;
  vertical-align: top;
}
#header .txtLogo {
  display: inline-block;
  vertical-align: top;
  margin: 13px 0 0 15px;
  font-size: 13px;
  color: #FFF;
  letter-spacing: 1px;
}
#header .linkBox {
  float: right;
  width: 510px;
  font-size: 0;
  padding-top: 15px;
}
#header .linkBox .btnLink {
  display: inline-block;
  color: #FFF;
  text-align: center;
  width: 250px;
  height: 50px;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 16px 0 0;
  border: #FFF solid 1px;
}
#header .linkBox .btnLink2 {
  margin-left: 10px;
}
#header .linkBox .btnLink .inner {
  background: url("/images/common/iconArrow.png") no-repeat right center/16px;
  display: inline-block;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  #header {
    height: 72px;
  }
  #header .wrapHeader {
    width: 93.75%;
    margin: 0 auto;
  }
  #header .logoTop {
    display: block;
    padding-top: 13px;
  }
  #header .imgLogo {
    display: block;
    width: 100px;
  }
  #header .txtLogo {
    display: block;
    margin: 4px 0 0;
    font-size: 10px;
    letter-spacing: 0;
  }
  #header .linkBox {
    width: auto;
    padding-top: 10px;
    float: left;
    margin-left: 14px;
  }
  #header .linkBox .btnLink {
    width: 86px;
    height: 24px;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 5px 0 0;
    display: block;
  }
  #header .linkBox .btnLink2 {
    margin: 5px 0 0;
  }
  #header .linkBox .btnLink .inner {
    background: none;
    padding-right: 0;
  }
}
/*-----------------------------------------------
	pcNav
-----------------------------------------------*/
.pcNav .navList {
  width: 1200px;
  margin: 40px auto 25px;
  font-size: 0;
}
.pcNav .navList .list {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  width: 16.66%;
}
.pcNav .navList .list .btn {
  display: block;
  color: #000;
  letter-spacing: 3px;
  height: 20px;
  position: relative;
  border-left: #E3E3E3 solid 1px;
  padding: 3px 0 0;
}
.pcNav .navList .list:nth-child(1) .btn {
  color: #333;
}
.pcNav .navList .list:last-child .btn {
  border-right: #E3E3E3 solid 1px;
}

/*-----------------------------------------------
	sideOpen
-----------------------------------------------*/
#sideOpen {
  position: fixed;
  top: 18px;
  right: 24px;
  z-index: 100;
  transition: all 0.4s ease-out;
}

.scroll #sideOpen {
  top: 11px;
}

#sideOpen .boxMenu {
  position: relative;
  width: 30px;
  height: 30px;
}
#sideOpen .boxMenu span:nth-child(-n+3) {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  background: #FFF;
  transition: all 0.5s ease-out;
  box-shadow: 0 0 4px #000;
}
#sideOpen .boxMenu span:nth-of-type(1) {
  top: 4px;
}
#sideOpen .boxMenu span:nth-of-type(2) {
  top: 13px;
  width: 24px;
}
#sideOpen .boxMenu span:nth-of-type(3) {
  top: 22px;
  width: 18px;
}

.menuOpen #sideOpen .boxMenu span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  top: 4px;
  width: 23px;
}
.menuOpen #sideOpen .boxMenu span:nth-of-type(3) {
  transform: translateY(9px) rotate(45deg);
  top: 4px;
  width: 23px;
}
.menuOpen #sideOpen .boxMenu span:nth-of-type(2) {
  opacity: 0;
}

/*-----------------------------------------------
	spMenu
-----------------------------------------------*/
#spMenu {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.95);
  top: 0;
  left: 0;
  display: none;
  z-index: 15;
  padding: 50px 0 100px;
}
#spMenu .btnList {
  width: 80%;
  margin: 0 auto;
}
#spMenu .btnList .btn {
  color: #FFF;
  font-size: 13px;
  padding: 15px 0;
  letter-spacing: 1px;
  display: block;
  border-bottom: #FFF solid 1px;
}
#spMenu .linkBox {
  width: 80%;
  margin: 30px auto 20px;
  font-size: 0;
}
#spMenu .linkBox .btnLink {
  display: inline-block;
  color: #FFF;
  text-align: center;
  width: 48%;
  height: 45px;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 15px 0 0;
  float: left;
  border: #FFF solid 1px;
}
#spMenu .linkBox .btnLink2 {
  float: right;
  border: #FFF solid 1px;
}
#spMenu .linkBox .btnLink .inner {
  background: url("/images/common/iconArrow.png") no-repeat right center/14px;
  display: inline-block;
  padding: 1px 18px 1px 0;
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz {
  overflow: hidden;
  z-index: 10;
}
#pnkz .wrapper {
  width: 1200px;
  margin: 0 auto;
}
#pnkz li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 8px;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto !important;
  letter-spacing: 1.5px;
  color: #262626;
}
#pnkz li:last-child {
  max-width: 100%;
}
#pnkz li::before {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
#pnkz li:first-child::before {
  display: none;
}
#pnkz li a {
  color: #262626;
  position: relative;
}
#pnkz li a::after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: -4px;
  left: 0;
  background: #929292;
  position: absolute;
}
#pnkz li h1 {
  display: inline;
}

@media only screen and (max-width: 767px) {
  #pnkz .wrapper {
    width: 100%;
    padding-left: 3%;
  }
  #pnkz li {
    padding: 10px 0 10px;
    max-width: none;
    overflow: auto;
    white-space: normal;
    text-overflow: inherit;
  }
  #pnkz li:first-child {
    padding-left: 0;
  }
  #pnkz li:last-child {
    max-width: none;
  }
}
/*-----------------------------------------------
	cmnTop
-----------------------------------------------*/
.cmnTop {
  height: 260px;
  text-align: center;
  padding-top: 118px;
}

.cmnTop2 {
  height: 350px;
}

.cmnTop .titCmn {
  font-size: 28px;
  letter-spacing: 9px;
  color: #FFF;
}

.cmnTop2 .titCmnSub {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 2;
  color: #FFF;
  margin-top: 20px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .cmnTop, .cmnTop2 {
    height: auto;
    padding: 60px 10px;
  }
  .cmnTop .titCmn {
    font-size: 5.2vw;
    letter-spacing: 3px;
    color: #FFF;
  }
  .cmnTop2 .titCmnSub {
    font-size: 3.4vw;
    line-height: 1.8;
    margin-top: 15px;
  }
}
/*-----------------------------------------------
	secTop
-----------------------------------------------*/
.secTop {
  text-align: center;
  margin: 75px 0 14px;
}
.secTop .titTop {
  font-size: 26px;
  letter-spacing: 3px;
  color: #000;
}
.secTop .titSub {
  font-size: 15px;
  letter-spacing: 4px;
  color: #000;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .secTop {
    margin: 50px 0 13px;
  }
  .secTop .titTop {
    font-size: 5.5vw;
    letter-spacing: 2px;
  }
  .secTop .titSub {
    font-size: 3.4vw;
    margin-top: 10px;
  }
}
/*-----------------------------------------------
	secCmnNextLoad
-----------------------------------------------*/
.secCmnNextLoad {
  width: 280px;
  margin: 0 auto;
}
.secCmnNextLoad .btnMore {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.02em;
  position: relative;
  background: #333;
}
.secCmnNextLoad .icoLoader {
  display: none;
  width: 32px;
  height: 80px;
  margin: 0 auto;
  padding: 24px 0;
}

@media only screen and (max-width: 767px) {
  .secCmnNextLoad {
    width: 200px;
  }
  .secCmnNextLoad .btnMore {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
  }
  .secCmnNextLoad .icoLoader {
    width: 24px;
    height: 60px;
    padding: 18px 0 0;
  }
}
/*-----------------------------------------------
	bnrContact
-----------------------------------------------*/
/*bnrContact*/
.bnrContact {
  display: block;
  height: 500px;
  background: url("/images/index/bgBnrContact.jpg") no-repeat center top/cover;
  padding: 104px 0 0;
  color: #FFF;
  margin-bottom: 1px;
}
.bnrContact .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.bnrContact .tit {
  font-size: 33px;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.bnrContact .txtTel {
  display: block;
  margin-bottom: 22px;
}
.bnrContact .btnUnder {
  font-size: 0;
}
.bnrContact .btnContact {
  color: #FFF;
  text-align: center;
  width: 300px;
  height: 70px;
  border: #FFF solid 1px;
  background: #000;
  display: inline-block;
  vertical-align: top;
  padding: 23px 0 0;
}
.bnrContact .btnContact .inner {
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  background: url("/images/common/iconMail.png") no-repeat left center/24px 18px;
  padding: 1px 0 3px 33px;
}
.bnrContact .txt {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6;
  margin-left: 18px;
  letter-spacing: 2px;
}
.bnrContact .box1 {
  font-size: 0;
  margin-bottom: 16px;
}
.bnrContact .box1 .txtBox {
  width: 160px;
  border: #FFF solid 1px;
  line-height: 1.4;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  padding: 2px 5px 4px;
  text-align: center;
  letter-spacing: 2px;
  margin: 7px 0 0;
}
.bnrContact .box1 .txtTel2 {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: bottom;
}

/*bnrContactM*/
.bnrContactM {
  height: 240px;
  padding: 23px 0 0;
  margin: 0 auto;
  width: 1200px;
}
.bnrContactM .wrapper {
  width: 1012px;
  position: relative;
}
.bnrContactM .tit {
  font-size: 22px;
  margin-bottom: 10px;
}
.bnrContactM .txtTel {
  margin-bottom: 12px;
  width: 300px;
}
.bnrContactM .txtTel img {
  width: 100%;
  height: auto;
}
.bnrContactM .btnContact {
  height: 50px;
  width: 250px;
  padding-top: 14px;
}
.bnrContactM .btnContact .inner {
  font-size: 14px;
  background: url("/images/common/iconMail.png") no-repeat left center/17px 13px;
  padding: 1px 0 3px 25px;
}
.bnrContactM .txt {
  font-size: 12px;
  margin-left: 10px;
}

.bnrContact .box1 .txtBox {
  width: 150px;
  font-size: 11px;
  padding: 2px 5px 4px;
}
.bnrContact .box1 .txtTel2 {
  margin: 10px 0 0 10px;
  /* width:240px; */
  vertical-align: top;
}
.bnrContact .box1 .txtTel2 img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .bnrContact {
    height: auto;
    background: url("/images/index/bgBnrContact_sp.jpg") no-repeat center top/cover;
    padding: 40px 0 40px;
    text-align: center;
    width: 100%;
  }
  .bnrContact .wrapper {
    width: 80%;
  }
  .bnrContact .tit {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .bnrContact .txtTel {
    margin-bottom: 22px;
  }
  .bnrContact .btnContact {
    width: 100%;
    height: 70px;
    display: block;
    padding: 23px 0 0;
  }
  .bnrContact .btnContact .inner {
    font-size: 16px;
  }
  .bnrContact .txt {
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
  }
  .bnrContact .box1 {
    margin-bottom: 15px;
  }
  .bnrContact .box1 .txtBox {
    display: block;
    margin: 0 auto;
  }
  .bnrContact .box1 .txtTel2 {
    margin: 10px auto 0;
    display: block;
    width: 80%;
  }
  /*bnrContactM*/
  .bnrContactM {
    width: 100%;
    padding: 30px 0 28px;
  }
  .bnrContactM .tit {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .bnrContactM .txtTel {
    margin-bottom: 18px;
    width: 100%;
  }
  .bnrContact .btnContact {
    height: 60px;
    padding: 18px 0 0;
  }
  .bnrContactM .btnContact .inner {
    font-size: 14px;
  }
  .bnrContactM .txt {
    font-size: 13px;
  }
}
.announcementArea {
  background-color: #5B87C6;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.announcementArea > p {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.announcementArea > p .num {
  font-size: 38px;
}

@media (max-width: 767px) {
  .announcementArea > p {
    font-size: 20px;
  }
  .announcementArea > p .num {
    font-size: 24px;
  }
}
.bnrContact.c_bannerArea a.txtTel {
  color: #fff;
  font-size: 66px;
  font-weight: 500;
}
.bnrContact.c_bannerArea a.txtTel2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .bnrContact.c_bannerArea a.txtTel {
    font-size: max(46px, 10vw);
  }
}
.c_new_banner {
  height: auto;
  padding: 24px 0;
}

.c_new_banner__free-num {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
}

.c_new_banner__tel {
  font-size: 96px;
  color: #fff;
  line-height: 0.7;
}

@media (max-width: 767px) {
  .c_new_banner__tel {
    font-size: max(46px, 10vw);
    line-height: 1;
  }
}
.c_new_banner .box1 {
  margin-top: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.c_new_banner .box1 .txtBox {
  margin-top: 0;
}

@media (max-width: 767px) {
  .c_new_banner .box1 {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.cancel_intro_biko {
  color: #cc0000;
  font-weight: bold;
}

.tdBox-parking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tdBox-parking__item {
  display: flex;
  flex-direction: column;
  font-size: 90%;
}
.tdBox-parking__item > p {
  text-align: center;
  padding-bottom: 8px;
}
.tdBox-parking__item + .tdBox-parking__item {
  border-left: #AA9F8C solid 1px;
  padding-left: 1em;
}
.tdBox-parking__item > ul ._item {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 4px;
}
.tdBox-parking__item > ul ._item + ._item {
  margin-top: 12px;
}
.tdBox-parking__item .empty-parking-number {
  grid-column: span 2;
}

.estate-index-parking {
  display: flex;
}

@media (max-width: 767px) {
  .estate-index-parking {
    flex-direction: column;
    gap: 4px;
  }
}
.estate-index-parking__item {
  padding: 0 14px;
  display: flex;
  gap: 6px;
}
.estate-index-parking__item + .estate-index-parking__item {
  border-left: 1px solid #CEC6AA;
}

@media (max-width: 767px) {
  .estate-index-parking__item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .estate-index-parking__item + .estate-index-parking__item {
    border: none;
  }
}
.estate-index-parking__contents {
  display: flex;
  align-items: flex-end;
}
.estate-index-parking__contents ._has {
  font-weight: bold;
  color: #9B8453;
  font-size: 13px;
}
.estate-index-parking__contents ._has > span {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.estate-index-parking__contents ._has img {
  width: 13px;
  vertical-align: bottom;
  aspect-ratio: 1;
  transform: translateY(-1px);
}
.estate-index-parking__contents ._info {
  display: flex;
  gap: 8px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0em;
}

.instructions_link {
  text-decoration: underline;
  color: blue;
}
.instructions_link:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .secEstateList .boxEstate .aboutBox .dlList .dlBox.dlBox:has(.estate-index-parking) {
    width: 100%;
  }
}
.mypage-invoice-text {
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid #333;
  padding: 12px 12px 20px;
  width: 80%;
  margin-inline: auto;
}

.mypage-invoice-text__title {
  text-align: center;
  font-size: 16px;
}

.mypage-invoice-text__text-area {
  margin-top: 12px;
}
.mypage-invoice-text__text-area p {
  font-size: 14px;
  line-height: 1.2;
  text-align: justify;
  font-weight: bold;
  text-align: center;
}
.mypage-invoice-text__text-area p + p {
  margin-top: 8px;
  font-weight: normal;
}
.mypage-invoice-text__text-area p a {
  text-decoration: underline;
}
.mypage-invoice-text__text-area p a:hover {
  text-decoration: none;
}
.mypage-invoice-text__text-area ul {
  margin-top: 8px;
}
.mypage-invoice-text__text-area li {
  font-size: 14px;
  line-height: 1.25;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
  word-break: auto-phrase;
}
.mypage-invoice-text__text-area li::before {
  content: "・";
}
.mypage-invoice-text__text-area li + li {
  margin-top: 4px;
}

.order-agree-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

.order-agree-section__intro {
  font-size: 14px;
}

.order-agree-section__button {
  background: #E3DFDB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  border: 1px solid #AA9F8C;
  font-size: 18px;
  margin-top: 20px;
}

.order-agree-section__container {
  border: 1px solid #AA9F8C;
  opacity: 0;
  transition: opacity 0.2s;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.order-agree-section__container.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 0 20px 20px;
}

.order-agree-section__contents-wrapper {
  height: 500px;
  overflow-y: scroll;
}

.order-agree-section .agree-text-area {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-top: 20px;
}
.order-agree-section .agree-text-area-section1 {
  padding-bottom: 20px;
}
.order-agree-section .agree-text-area-section1__title {
  font-size: 125%;
  text-align: center;
}
.order-agree-section .agree-text-area-section1__text {
  margin-top: 8px;
}
.order-agree-section .agree-text-area-section1__list {
  margin-top: 16px;
}
.order-agree-section .agree-text-area-section1__list > li {
  margin-top: 8px;
}
.order-agree-section .agree-text-area-section2 {
  padding-top: 16px;
  border-top: 1px solid #000;
  text-align: justify;
}
.order-agree-section .agree-text-area-section2__title {
  font-size: 125%;
  text-align: center;
}
.order-agree-section .agree-text-area-section2__text {
  margin-top: 8px;
}
.order-agree-section .agree-text-area-section2__list {
  margin-top: 16px;
}
.order-agree-section .agree-text-area-section2__list > li {
  margin-top: 8px;
}
.order-agree-section .agree-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-size: 16px;
}
.order-agree-section .agree-area__button {
  font-size: 16px;
  padding: 12px;
  margin-top: 20px;
  font-weight: bold;
}
.order-agree-section .agree-area__button:has(input:disabled) {
  opacity: 0.5;
}
.order-agree-section .agree-area__button input {
  accent-color: #333;
  transform: scale(1.5);
  margin-right: 1em;
}

.announcementArea {
  background-color: #5B87C6;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.announcementArea > p {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.announcementArea > p .num {
  font-size: 38px;
}
@media (max-width: 767px) {
  .announcementArea > p {
    font-size: 20px;
  }
  .announcementArea > p .num {
    font-size: 24px;
  }
}

.bnrContact.c_bannerArea a.txtTel {
  color: #fff;
  font-size: 66px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bnrContact.c_bannerArea a.txtTel {
    font-size: max(46px, 10vw);
  }
}
.bnrContact.c_bannerArea a.txtTel2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.c_new_banner {
  height: auto;
  padding: 24px 0;
}
.c_new_banner__free-num {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
}
.c_new_banner__tel {
  font-size: 96px;
  color: #fff;
  line-height: 0.7;
}
@media (max-width: 767px) {
  .c_new_banner__tel {
    font-size: max(46px, 10vw);
    line-height: 1;
  }
}
.c_new_banner .box1 {
  margin-top: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.c_new_banner .box1 .txtBox {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c_new_banner .box1 {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.cancel_intro_biko {
  color: red;
  font-weight: bold;
}

.tdBox-parking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.tdBox-parking__item {
  display: flex;
  flex-direction: column;
  font-size: 90%;
}
.tdBox-parking__item > p {
  text-align: center;
  padding-bottom: 8px;
}
.tdBox-parking__item + .tdBox-parking__item {
  border-left: #AA9F8C solid 1px;
  padding-left: 1em;
}
.tdBox-parking__item > ul ._item {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 4px;
}
.tdBox-parking__item > ul ._item + ._item {
  margin-top: 12px;
}
.tdBox-parking__item .empty-parking-number {
  grid-column: span 2;
}

.estate-index-parking {
  display: flex;
}
@media (max-width: 767px) {
  .estate-index-parking {
    flex-direction: column;
    gap: 4px;
  }
}
.estate-index-parking__item {
  padding: 0 14px;
  display: flex;
  gap: 6px;
}
@media (max-width: 767px) {
  .estate-index-parking__item {
    padding: 0;
  }
}
.estate-index-parking__item + .estate-index-parking__item {
  border-left: 1px solid #CEC6AA;
}
@media (max-width: 767px) {
  .estate-index-parking__item + .estate-index-parking__item {
    border: none;
  }
}
.estate-index-parking__contents {
  display: flex;
  align-items: flex-end;
}
.estate-index-parking__contents ._has {
  font-weight: bold;
  color: #9B8453;
  font-size: 13px;
}
.estate-index-parking__contents ._has > span {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.estate-index-parking__contents ._has img {
  width: 13px;
  vertical-align: bottom;
  aspect-ratio: 1;
  transform: translateY(-1px);
}
.estate-index-parking__contents ._info {
  display: flex;
  gap: 8px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0em;
}

.instructions_link {
  text-decoration: underline;
  color: blue;
}
.instructions_link:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .secEstateList .boxEstate .aboutBox .dlList .dlBox.dlBox:has(.estate-index-parking) {
    width: 100%;
  }
}

.mypage-invoice-text {
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid #333;
  padding: 12px 12px 20px;
  width: 80%;
  margin-inline: auto;
}
.mypage-invoice-text__title {
  text-align: center;
  font-size: 16px;
}
.mypage-invoice-text__text-area {
  margin-top: 12px;
}
.mypage-invoice-text__text-area p {
  font-size: 14px;
  line-height: 1.2;
  text-align: justify;
  font-weight: bold;
  text-align: center;
}
.mypage-invoice-text__text-area p + p {
  margin-top: 8px;
  font-weight: normal;
}
.mypage-invoice-text__text-area p a {
  text-decoration: underline;
}
.mypage-invoice-text__text-area p a:hover {
  text-decoration: none;
}
.mypage-invoice-text__text-area ul {
  margin-top: 8px;
}
.mypage-invoice-text__text-area li {
  font-size: 14px;
  line-height: 1.25;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
  word-break: auto-phrase;
}
.mypage-invoice-text__text-area li::before {
  content: "・";
}
.mypage-invoice-text__text-area li + li {
  margin-top: 4px;
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer {
  position: relative;
  color: #fff;
}
#footer * {
  font-weight: 400;
}
#footer .wrapper {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 0 auto;
}
#footer .footerTit span {
  color: white;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Oswald", sans-serif;
}
#footer .sec01 {
  background: #333;
}
#footer .sec01In {
  padding: 26px 0 21px;
  font-size: 0;
}
#footer .sec01 .topImg {
  width: 220px;
  padding: 113px 0 0 26px;
}
#footer .sec01 .footerList01 {
  width: 245px;
  height: 300px;
  border-left: rgba(255, 255, 255, 0.33) solid 1px;
  padding: 59px 0 0 25px;
  box-sizing: border-box;
}
#footer .sec01 .footerList01:last-child {
  border-right: rgba(255, 255, 255, 0.33) solid 1px;
}
#footer .sec01 .subFooter01 {
  padding-bottom: 25px;
}
#footer .sec01 .footerTxt {
  font-size: 12px;
  padding-top: 13px;
  letter-spacing: 2px;
  line-height: 120%;
}
#footer .sec01 li .aLink {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 19px;
  letter-spacing: 1.5px;
  padding: 7px 10px 6px 12px;
  font-size: 12px;
  text-decoration: none;
}
#footer .sec02 li .aLink {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 19px;
  letter-spacing: 1.5px;
  padding: 7px 10px 6px 12px;
  font-size: 12px;
  text-decoration: none;
}
#footer .sec01 li .aLink:after {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
#footer .sec02 {
  padding: 27px 0 25px;
  background: #000;
}
#footer .sec02 li .aLink:after {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
#footer .sec02 .footerTel .txtZip {
  font-size: 14px;
  letter-spacing: 3px;
  padding-bottom: 16px;
}
#footer .sec02 .footerBox {
  font-size: 0;
}
#footer .sec02 .footertxtTel {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  padding: 0 0 0 32px;
  background: url("/images/common/iconTelIndex.png") 0 0 no-repeat;
  background-size: 27px 24px;
  display: inline-block;
  vertical-align: top;
}
#footer .sec02 .footerTxt {
  font-size: 10px;
  line-height: 140%;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
#footer .sec02 .footerBox2 {
  font-size: 0;
  margin-top: 9px;
}
#footer .sec02 .footerTxt2 {
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  border: #FFF solid 1px;
  padding: 8px 6px 9px;
}
#footer .sec02 .footertxtTel2 {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 0 10px;
}
#footer .sec02 .footerBtnMain {
  margin-top: 17px;
  font-size: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer .sec02 .footerBtn {
  width: 340px;
  height: 56px;
  vertical-align: top;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #aaa;
}
#footer .sec02 .footerBtn > span {
  color: white;
  font-size: 20px;
  font-weight: 500;
}
#footer .sec02 .footerBtn > span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/images/common/iconArrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}
#footer .sec02 .footerBtn:nth-child(2n) {
  margin-left: 10px;
}
#footer #copy {
  background: #F5F5F5;
  font-size: 10px;
  line-height: 40px;
  height: 40px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 767px) {
  #footer .wrapper {
    width: 93.75%;
  }
  #footer .sec02 {
    padding: 34px 0 34px;
    background: #000;
  }
  #footer .sec02 .footerBtn {
    width: 49%;
  }
  #footer .sec02 .footerBtn:nth-child(2n) {
    margin-left: 2%;
  }
  #footer .sec02 .footerTelMain {
    padding: 10px 0 5px;
  }
  #footer .sec02 .footerTelMain .footerBtn {
    margin-bottom: 10px;
  }
  #footer .sec02 ul {
    display: none;
  }
  #footer .sec02 .topImg {
    width: 125px;
    margin: 0 auto;
  }
  #footer .sec02 .footerTel {
    text-align: center;
    margin-top: 19px;
  }
  #footer .sec02 .footerTel .txtZip {
    padding-bottom: 18px;
  }
  #footer .sec02 .footerBtnMain {
    display: none;
  }
  #footer .sec02 .footerTxt {
    display: block;
    margin-left: 0px;
    padding: 7px 0 14px;
    letter-spacing: 2px;
  }
  #footer .sec02 .footerBox2 {
    margin: 0 0 15px;
  }
  #footer .sec02 .footerTxt2 {
    display: block;
    padding: 8px 3px 9px;
    width: 200px;
    margin: 0 auto;
  }
  #footer .sec02 .footertxtTel2 {
    font-size: 22px;
    display: block;
    padding: 6px 0 0;
  }
  #footer .btnCompany {
    width: 69.75%;
    margin: 0 auto;
  }
  #footer #copy {
    line-height: 30px;
    height: 30px;
  }
}
/*-----------------------------------------------
	index
-----------------------------------------------*/
/*cmnTop*/
.cmnTop {
  background: url("/images/cancel/bgTop.jpg") no-repeat center top;
}
@media (max-width: 767px) {
  .cmnTop {
    background: url("/images/cancel/bgTop_sp.jpg") no-repeat center top;
  }
}

/*secForm*/
#secForm .titForm {
  text-align: center;
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 38px;
}

#secForm .wrapForm {
  width: 1000px;
  margin: 75px auto 120px;
}

#secForm .dlBox {
  display: table;
  width: 100%;
  color: #333;
}

#secForm .dtBox {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  border: #AA9F8C solid 1px;
  border-bottom: none;
  background: #E3DFDB;
  padding: 25px 30px;
}

#secForm .dlBox:last-child .dtBox {
  border-bottom: #AA9F8C solid 1px;
}

#secForm .dtBox .inner {
  position: relative;
}

#secForm .dtBox .inner .txt {
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 500;
  /* max-width:170px; */
  float: left;
  padding-top: 2px;
  line-height: 1.4;
}

#secForm .dtBox .inner .txt2 {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
}

#secForm .dtBox .inner .must {
  float: right;
  width: 40px;
  height: 20px;
  background: #CC3333;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

#secForm .ddBox {
  display: table-cell;
  vertical-align: middle;
  border-top: #AA9F8C solid 1px;
  border-right: #AA9F8C solid 1px;
  padding: 25px 30px;
  font-size: 14px;
  line-height: 1.5;
}

#secForm .dlBox:last-child .ddBox {
  border-bottom: #AA9F8C solid 1px;
}

#secForm .ddBox label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 9px;
  line-height: 1.2;
}

#secForm .ddBox label:last-child {
  margin-bottom: 0;
}

#secForm .ddBox label .checkbox {
  background: #FFF;
  border: #666 solid 1px;
  border-radius: 0;
  margin-right: 10px;
}

#secForm input[type=text],
#secForm input[type=tel],
#secForm input[type=email],
#secForm input[type=password],
#secForm select {
  height: 50px;
  background: #fff;
  border: solid 1px #666;
  text-indent: 10px;
  font-size: 15px;
  letter-spacing: 1px;
}

#secForm input[type=text].inputRequired,
#secForm input[type=tel].inputRequired,
#secForm input[type=email].inputRequired,
#secForm input[type=password].inputRequired,
#secForm select.inputRequired {
  background: #FFFFF0;
  border: solid 1px #CC3333;
}

#secForm input[type=text].inputRequired.error,
#secForm input[type=tel].inputRequired.error,
#secForm input[type=email].inputRequired.error,
#secForm input[type=password].inputRequired.error,
#secForm select.inputRequired.error {
  background: #FFFFF0;
  border: solid 1px #CC3333;
}

#secForm textarea {
  width: 100%;
  height: 160px;
  background: #fff;
  border: solid 1px #666;
  padding-left: 10px;
  padding: 15px 10px;
  font-size: 15px;
  letter-spacing: 1px;
}

#secForm .txtNote {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 8px;
}

#secForm .pr20 {
  padding-right: 20px;
}

#secForm .txtError {
  color: #f00;
  font-size: 14px;
  background: url("/images/common/iconError.png") left top no-repeat;
  background-size: 14px;
  padding: 0 0 0 17px;
  margin-top: 14px;
  line-height: 14px;
  background-color: rgb(255, 223, 228);
}

#secForm .w120 {
  width: 120px;
}

#secForm .w190 {
  width: 190px;
}

#secForm .w350 {
  width: 350px;
}

#secForm .w100p {
  width: 100%;
}

#secForm .txtAttend {
  text-align: center;
  font-size: 15px;
  margin-top: 60px;
}

#secForm .txtAttend .txtLink {
  color: #00195F;
  border-bottom: solid 1px #00195F;
  padding-bottom: 5px;
}

#secForm .btnForm {
  display: block;
  width: 320px;
  height: 94px;
  background: #333;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 94px;
  margin: 48px auto 0;
  cursor: pointer;
}

#secForm .btnBack {
  display: block;
  width: 180px;
  height: 74px;
  background: #999;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 74px;
  margin: 20px auto 0;
  letter-spacing: 2px;
}

#secForm .txtCo {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-align: center;
}

#secForm .boxRadioList li {
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
}

@media only screen and (max-width: 767px) {
  #secForm .titForm {
    font-size: 4.2vw;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
  #secForm .wrapForm {
    width: 100%;
    margin: 25px auto 70px;
  }
  #secForm .dlBox {
    display: block;
  }
  #secForm .dtBox {
    display: block;
    width: 100%;
    border: none;
    padding: 16px 10px;
  }
  #secForm .dlBox:last-child .dtBox {
    border-bottom: none;
  }
  #secForm .dtBox .inner .txt {
    font-size: 13px;
    max-width: 100%;
  }
  #secForm .dtBox .inner .txt2 {
    font-size: 10px;
  }
  #secForm .ddBox {
    display: block;
    border-top: none;
    border-right: none;
    padding: 20px 10px;
    font-size: 13px;
  }
  #secForm .ddBox input:invalid {
    background: yellow;
  }
  #secForm .dlBox:last-child .ddBox {
    border-bottom: none;
  }
  #secForm .ddBox label {
    display: block;
    font-size: 3.4vw;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
  }
  #secForm .ddBox label:last-child {
    margin-bottom: 0;
  }
  #secForm .ddBox label .checkbox {
    margin-right: 5px;
  }
  #secForm textarea {
    width: 100%;
    height: 120px;
    font-size: 12px;
  }
  #secForm .pr20 {
    padding-right: 10px;
  }
  #secForm .ws40p {
    width: 40%;
  }
  #secForm .ws100p {
    width: 100%;
  }
  #secForm .txtAttend {
    text-align: center;
    font-size: 3.4vw;
    margin-top: 20px;
    line-height: 1.6;
  }
  #secForm .txtAttend .txtLink {
    border-bottom: none;
  }
  #secForm .btnForm {
    width: 80%;
    height: 80px;
    font-size: 16px;
    line-height: 80px;
    margin: 25px auto 0;
  }
  #secForm .btnBack {
    width: 50%;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    margin: 15px auto 0;
  }
  #secForm .txtCo {
    font-size: 3.2vw;
    width: 93.75%;
    margin: 0 auto 15px;
    line-height: 1.6;
  }
}
/* secFormOk */
.secFormOk {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.secFormOk .txtOk {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
}

.secFormOk .txtOk2 {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #secForm.secFormOk {
    font-size: 13px;
    padding: 40px 5% 20px;
  }
  .secFormOk .txtOk {
    margin: 40px 0 15px;
  }
  .secFormOk .txtOk2 {
    text-align: left;
    margin-bottom: 30px;
  }
}
/*secFlow*/
.secFlow {
  margin: 52px auto 110px;
}

.secFlow .titBox {
  text-align: center;
  color: #000;
  margin-bottom: 102px;
}

.secFlow .titBox .tit {
  font-size: 39px;
  letter-spacing: 6px;
}

.secFlow .titBox .titSub {
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 20px;
}

.secFlow .conList {
  width: 1200px;
  margin: 0 auto;
}

.secFlow .conBox {
  font-size: 0;
  position: relative;
  padding: 0 0 70px;
}

.secFlow .conBox:last-child {
  padding-bottom: 0;
}

.secFlow .conBox::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #9B8453;
  top: 0;
  left: 40px;
  position: absolute;
}

.secFlow .conBox:last-child::before {
  display: none;
}

.secFlow .conBox .iconNum {
  display: inline-block;
  vertical-align: top;
  z-index: 2;
  position: relative;
}

.secFlow .conBox .rightBox {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.secFlow .conBox .topBox {
  margin: 27px 0 35px;
}

.secFlow .conBox .topBox2 {
  margin: 13px 0 42px;
}

.secFlow .conBox .topBox .titCon {
  font-size: 25px;
  letter-spacing: 2px;
}

.secFlow .conBox .topBox .titSub {
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-top: 13px;
}

.secFlow .conBox .underBox .box {
  margin-bottom: 30px;
}

.secFlow .conBox .underBox .box:last-child {
  margin-bottom: 0;
}

.secFlow .conBox .underBox .titUnder {
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}

.secFlow .conBox .underBox .txtUnder {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 1.5px;
  margin-top: 18px;
}

.secFlow .conBox .underBox .txtLink {
  color: #0093B9;
  padding-bottom: 4px;
  border-bottom: #0093B9 solid 1px;
}

@media only screen and (max-width: 767px) {
  .secFlow {
    margin: 40px auto 60px;
  }
  .secFlow .titBox {
    margin-bottom: 30px;
  }
  .secFlow .titBox .tit {
    font-size: 6vw;
  }
  .secFlow .titBox .titSub {
    font-size: 3.2vw;
    margin-top: 12px;
  }
  .secFlow .bgBox {
    background: none;
  }
  .secFlow .conList {
    width: 95%;
  }
  .secFlow .conBox {
    padding: 0 0 30px;
  }
  .secFlow .conBox::before {
    left: 7.5%;
  }
  .secFlow .conBox .iconNum {
    width: 15%;
  }
  .secFlow .conBox .rightBox {
    margin-left: 0;
    width: 85%;
    padding-left: 10px;
  }
  .secFlow .conBox .topBox {
    margin: 17px 0 22px;
  }
  .secFlow .conBox .topBox2 {
    margin: 10px 0 28px;
  }
  .secFlow .conBox .topBox .titCon {
    font-size: 5vw;
  }
  .secFlow .conBox .topBox .titSub {
    font-size: 3vw;
    letter-spacing: 0.5px;
    margin-top: 7px;
  }
  .secFlow .conBox .underBox .box {
    margin-bottom: 20px;
  }
  .secFlow .conBox .underBox .titUnder {
    font-size: 4.5vw;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .secFlow .conBox .underBox .txtUnder {
    font-size: 3.4vw;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  .secFlow .conBox .underBox .txtLink {
    padding-bottom: 0px;
    border: none;
    text-decoration: underline;
  }
}
.ui-datepicker-div {
  z-index: 1000;
}

.pg-mysok {
  background: #eee;
}
@media print {
  .pg-mysok {
    display: contents;
    background: white;
  }
}

.pg-mysok-container {
  font-family: "Noto Sans JP", sans-serif;
  width: 297mm;
  height: 210mm;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto 1fr 20mm;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media print {
  .pg-mysok-container {
    padding: 0;
    box-shadow: unset;
  }
  @page {
    .pg-mysok-container {
      size: A4 landscape;
      margin: 0;
      padding: 0;
    }
  }
}
.pg-mysok-container .sec-main {
  display: grid;
  grid-template-columns: 24% 1fr;
}
.pg-mysok-container .sec-main-summary {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background: #31384E;
  color: white;
}
.pg-mysok-container .sec-main-summary__floor {
  background: #716547;
  color: white;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12mm;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.pg-mysok-container .sec-main-summary-body {
  padding: 4mm 6mm;
  font-family: "Noto Serif JP", serif;
}
.pg-mysok-container .sec-main-summary-body .access-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pg-mysok-container .sec-main-summary-body .access-1__line {
  font-size: 8px;
}
.pg-mysok-container .sec-main-summary-body .access-1__station {
  font-size: 18px;
  margin-top: 4px;
}
.pg-mysok-container .sec-main-summary-body .access-1__station span {
  font-size: 80%;
  display: inline-block;
  margin-left: 2px;
}
.pg-mysok-container .sec-main-summary-body .access-1__station-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.pg-mysok-container .sec-main-summary-body .access-1__walk {
  margin-top: 2mm;
  display: flex;
  gap: 2mm;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding-top: 2mm;
  padding-bottom: 2mm;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  width: 80%;
}
.pg-mysok-container .sec-main-summary-body .access-1__walk ._num {
  font-size: 32px;
  margin-bottom: 3px;
}
.pg-mysok-container .sec-main-summary-body .access {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2mm;
  margin-top: 3mm;
  font-size: 10px;
}
.pg-mysok-container .sec-main-summary-body .access ._num {
  margin-right: 0.3em;
}
.pg-mysok-container .sec-main-summary-body .access + .access {
  margin-top: 2mm;
}
.pg-mysok-container .building-area {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5mm;
  margin-top: 3mm;
  font-size: 11px;
}
.pg-mysok-container .rent-area {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-top: 4mm;
}
.pg-mysok-container .rent-area dl {
  display: grid;
  grid-template-columns: 14mm 1fr;
  align-items: center;
  justify-content: space-between;
}
.pg-mysok-container .rent-area dl + dl {
  margin-top: 4mm;
}
.pg-mysok-container .rent-area .dt-style {
  color: white;
  background: #716547;
  width: 100%;
  text-align: center;
  padding: 1.5mm 2mm;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg-mysok-container .rent-area .dt-style._empty {
  padding: 1mm;
  font-size: 8px;
  width: auto;
  margin-left: 1em;
}
.pg-mysok-container .rent-area .empty-text {
  font-size: 10px;
  margin-left: auto;
}
.pg-mysok-container .rent-area__price {
  font-size: 8mm;
  margin-left: auto;
}
.pg-mysok-container .rent-area__price ._tax {
  font-size: 8px;
  margin-left: 2px;
}
.pg-mysok-container .rent-area__price ._yen {
  font-size: 10px;
  display: inline-block;
}
.pg-mysok-container .rent-area .parking-biko {
  display: block;
  font-size: 8px;
  margin-top: 8px;
  text-align: right;
}
.pg-mysok-container .sec-main-image {
  padding: 0 5mm 2mm;
}
.pg-mysok-container .sec-main-image__catch {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #716547;
  text-align: center;
  line-height: 1.8;
}
.pg-mysok-container .sec-main-image .imgbox {
  aspect-ratio: 1.5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  border: 1px solid #b5b5b5;
  overflow: hidden;
  position: relative;
}
.pg-mysok-container .sec-main-image .imgbox.madori {
  background-size: contain;
}
.pg-mysok-container .sec-main-image .imgbox.madori.noimg {
  background-color: #efefef;
  display: grid;
  place-items: center;
  background-image: unset !important;
  color: #c3c3c3;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
.pg-mysok-container .sec-main-image .imgbox.madori.noimg::after {
  content: "No image";
  position: absolute;
  background: #efefef;
  pointer-events: none;
  z-index: 1;
  box-shadow: 0 0 0 2px #efefef inset;
}
.pg-mysok-container .sec-main-image .sec-main-image-container {
  display: flex;
  flex-direction: column;
  gap: 1mm;
}
.pg-mysok-container .sec-main-image .sec-main-image-container-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2mm;
}
.pg-mysok-container .sec-main-image .sec-main-image-container-bottom {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.2mm;
}
.pg-mysok-container .sec-main-image .sec-main-image-container-bottom .others-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2mm;
}
.pg-mysok-container .sec-main-image .sec-main-image-container-bottom .others-box-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2mm;
}
.pg-mysok-container .sec-main-image small {
  font-size: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.pg-mysok-container .sec-main-image .sec-main-image-container-new {
  display: flex;
  flex-direction: column;
  gap: 1.2mm;
}
.pg-mysok-container .sec-main-image .sec-main-image-container-new .sec-main-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.2mm;
}
.pg-mysok-container .sec-main-image .sec-main-image-container-new .sec-main-image-grid .madori {
  grid-row: 1/span 2;
  grid-column: 1/span 1;
  background-size: contain;
  height: 100%;
  background-position: center center;
}
.pg-mysok-container .sec-main-image .sec-main-image-container-new .quad {
  padding: 0;
}
.pg-mysok-container .sec-main-image .sec-main-image-container-new .quad .quad-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100%;
  gap: 1.2mm;
}
.pg-mysok-container .sec-main-image .sec-main-image-container-new .quad .quad-item {
  background-position: center center;
  background-size: cover;
  border: 1px solid #b5b5b5;
}
.pg-mysok-container .sec-main-image .sec-main-image-container-new .imgbox.quad:has(.quad-grid) {
  border: none;
}
.pg-mysok-container .sec-text {
  background: #efefef;
  padding: 2mm 5mm;
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 5mm;
}
.pg-mysok-container .sec-text p {
  margin: 0;
}
.pg-mysok-container .sec-text dl {
  margin: 0;
}
.pg-mysok-container .sec-text .dl-wrapper {
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 5mm;
}
.pg-mysok-container .sec-text .block-wrapper {
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 5mm;
}
.pg-mysok-container .sec-text .initial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5mm;
}
.pg-mysok-container .sec-text .other-grid {
  display: grid;
  grid-template-columns: 1fr;
}
.pg-mysok-container .sec-text-block {
  margin-top: 2mm;
  display: flex;
  flex-direction: column;
}
.pg-mysok-container .sec-text-block > p {
  font-weight: bold;
  font-size: 11px;
  border-bottom: 1px solid black;
  padding-bottom: 0.5mm;
}
.pg-mysok-container .sec-text-block__dt {
  text-align: justify; /* 両端揃え */
  -moz-text-align-last: justify;
       text-align-last: justify; /* 最終行も両端揃え */
  text-justify: inter-character;
}
.pg-mysok-container .sec-text-block__dl {
  border-bottom: 1px solid #9a9a9a;
  display: grid;
  grid-template-columns: 21.5mm 1fr;
  gap: 2em;
  padding-block: 1mm;
  font-size: 10px;
  min-height: 4.7mm;
}
.pg-mysok-container .sec-text-block__dl._biko {
  grid-template-columns: 1fr;
}
.pg-mysok-container .sec-text-block__dd small {
  font-size: 7px;
}
.pg-mysok-container .sec-text-right {
  font-size: 9px;
}
.pg-mysok-container .sec-text-right .facility-area {
  display: flex;
  flex-wrap: wrap;
}
.pg-mysok-container .sec-text-right .facility-area > span {
  padding-right: 1mm;
  border-bottom: 1px solid #9a9a9a;
  min-height: 2em;
  word-break: break-all;
  white-space: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg-mysok-container .sec-text-right .facility-area > span + span::after {
  content: "|";
  display: inline-block;
  padding-left: 1mm;
}
.pg-mysok-container .sec-text-right .share-facility,
.pg-mysok-container .sec-text-right .room-facility {
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #9a9a9a;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  width: 100%;
}
.pg-mysok-container .sec-text-right .share-facility::after,
.pg-mysok-container .sec-text-right .room-facility::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0; /* ＝ 幅100% */
  bottom: 0;
  border-bottom: 1px solid #9a9a9a;
  pointer-events: none;
}
.pg-mysok-container .sec-foot {
  padding: 2mm 5mm;
  font-family: "Noto Sans JP", sans-serif;
}
.pg-mysok-container .sec-foot-container {
  display: flex;
}
.pg-mysok-container .sec-foot-container ._logo {
  display: inline-block;
  width: 14mm;
  -o-object-fit: contain;
     object-fit: contain;
}
.pg-mysok-container .sec-foot-container__company {
  display: flex;
  flex-direction: column;
  gap: 1.5mm;
  justify-content: center;
  margin-left: 4mm;
}
.pg-mysok-container .sec-foot-container__company ._name {
  font-size: 17px;
  font-weight: bold;
}
.pg-mysok-container .sec-foot-container__company small {
  transform: scale(0.8);
  transform-origin: left;
}
.pg-mysok-container .sec-foot-container__tels {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2mm;
  margin-left: 4mm;
}
.pg-mysok-container .sec-foot-container__tels dl {
  display: flex;
  gap: 1em;
  align-items: center;
}
.pg-mysok-container .sec-foot-container__tels dt {
  color: white;
  display: inline-block;
  background: #31384E;
  font-size: 16px;
  padding: 1mm 2mm;
}
.pg-mysok-container .sec-foot-container__tels dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
}
.pg-mysok-container .sec-foot-container__ad {
  border: 2px solid #31384E;
  display: flex;
  flex-direction: column;
  margin-left: 5mm;
}
.pg-mysok-container .sec-foot-container__ad dt {
  color: white;
  background: #31384E;
  text-align: center;
  width: 20mm;
  padding-top: 1mm;
  padding-bottom: 1mm;
}
.pg-mysok-container .sec-foot-container__ad dd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.pg-mysok-container .sec-foot-container__biko {
  margin-left: 5mm;
  color: #DD0011;
  font-size: 12px;
  display: flex;
  align-items: flex-end;
  flex: 1;
  line-height: 1.2;
}
