@charset "utf-8";


/* common ---------------- */
body { font-family: Segoe UI,SegoeUI,'Roboto',Arial,sans-serif;
	font-weight:normal; }
.rentalSet li:last-child { padding-top:15px; padding-left:8px; }
/* .planList>li .notice {position: absolute; top: .5em; left: .5em; z-index: 1; margin:0; writing-mode: vertical-lr; color: #bb726c; font-size: 1.3em; }
.planList>li .notice span {text-combine-upright: all;} */

/* mv */

/* title */

/* contents ---------------- */
  .imggalleyCon{ margin-top:3em; }


.faqBox dl dd pre { white-space: pre-wrap; }


/* ================================================================
  レスポンシブ
=================================================================== */
/* 600以上(PC・タブレット) */
@media screen and (min-width: 600px) {
  #top .blogList { justify-content: left; gap: calc(4% / 3);}
  .rentalSet li:last-child { padding-top:23px; padding-left:10px; }
	.imggalleyCon{ margin-top:5em; }

}

/* 960px以上(PC) */
@media screen and (min-width: 960px) {

}


/* ================================================================
  タブレット
=================================================================== */
/* 1024以下 (タブレット横以下) */
@media screen and (max-width: 1024px) {

}

/* 959以下 (タブレット以下) */
@media screen and (max-width: 959px) {
}

/* ================================================================
  スマホ
=================================================================== */
@media screen and (max-width: 599px){

  .planList .detail {min-height: 114px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;}


}

