html {
  scroll-behavior: smooth;/* ページ内リンクをスムーズにさせるもの */
}


/* main
------------------------------------------------------------------------------*/

.lp-head {
  margin: 0 auto 30px;
  max-height: 460px;
  overflow: hidden;
  position: relative;
}

.lp-head img {
  width: 100%;
}

.lp-title-wrap {
  left: 0;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
  z-index: 1000;
}

.lp-title-wrap .page-title {
  background: url(../img/mv_txt_bg-065.png) center repeat-y;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 150%;
  margin: 0;
  padding: 30px 1%;
  text-align: center;
  width: 98%;
}

.lp-title-wrap .page-title span {
  display: block;
}

@media screen and (max-width: 950px) {
  /*--- 表示領域が950px以下の場合に適用するスタイル ---*/
  .lp-title-wrap .page-title {
    font-size: 24px;
    letter-spacing: 5px;
  }
}


/* pagelink
--------------------------------------*/

.pagelink {
  display: flex;
  justify-content: space-around;
  margin: 1.2em auto 2em;
  width: 94%;
}

.pagelink .button {
  color: #fff;
  display: inline-block;
}

.pagelink .button:hover {
  opacity: .75;
}

.pagelink .button.color-hanbai {
  background: #5187b4;
}

.pagelink .button.color-chintai {
  background: #7b9dad;
}

.pagelink .button > span {
  display: inline-block;
  font-size: 17px;
  letter-spacing: .15em;
  line-height: 1.6;
  padding: 1em 2.5em .3em;
  text-align: center;
  width: 230px;
}

.pagelink .button .icon {
  display: block;
}


/* xxxx-item 共通仕様
--------------------------------------*/

/* .no-item --- item が 0件のときに出す代替表示 */

.no-item {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 94%;
}

.no-item .text {
  width: 60%;
}

.no-item .text > * {
  padding-left: 1.3rem;
}

.no-item .text .head-txt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
}

.no-item .button-side {
  text-align: center;
  width: 35%;
}

.no-item .button {
  color: #fff;
  display: inline-block;
  width: 76%;/* ボタン幅はここで調整 */
}

.no-item .button:hover {
  opacity: .75;
}

.no-item .button > span {
  display: inline-block;
  letter-spacing: .15em;
  line-height: 1;
  padding: 1em 2em;
  text-align: center;
  width: calc(100% - 4em);
}

.no-item .button .material-symbols-outlined {
  display: inline-block;
  margin: 0 -10px 0 0.3em;
  vertical-align: -6px;
}

@media screen and (max-width: 960px) {
  /*--- 表示領域が960px以下の場合に適用するスタイル ---*/
  .no-item .button {
    width: 82%;
  }
}


/* sale-item
--------------------------------------*/

.sale-list-wrap {
  text-align: center;
}

.sale-item {
	background: #fefefe;
  border: 1px solid #cecece;
/*  border-radius: 4px;*/
	float: left;
	height: 258px;
  margin: 1.3%;
  overflow: hidden;
  padding: 2%;
  width: 43%;
}

.sale-item:hover {
	background: #f3f3f3;
}

.sale-item .name {
	border-bottom: 1px solid #cecece;
  font-family: "source-han-serif-japanese", 'Yu Mincho', serif;
  font-weight: 500;
  margin: 0 0 12px;
  padding: 0 0 8px;
  text-align: center;
}

.sale-item .img {
	float: left;
	overflow: hidden;
	width: 45%;
}

.sale-item .img img {
  max-height: 180px;
}

.sale-item .data {
	float: right;
	font-size: 100%;
	width: 55%;
}

.sale-item .data table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

.sale-item .data th {
	background: #ddd;
  font-weight: normal;
  padding: 9px 8px;
  width: 45%
}

.sale-item .data td {
	background: #eee;
  padding: 9px 8px;
}

.sale-item .go {
	float: right;
	font-size: 80%;
	padding: 20px 0 0;
	text-align: right;
	width: 55%;
}

.sale-item .go:after {
  content: '»';
  margin: 0 0 0 4px;
}

/* .no-item --- item が 0件のときに出す代替表示 */
.no-item .notification-reservation .button > span {
  line-height: 1.3;
  padding: 1em 1.3em;
  width: calc(100% - 2.6em);
}


/* rent-item
--------------------------------------*/

.rent-list-wrap {
  text-align: center;
}

.rent-item {
	background: #fefefe;
  border: 1px solid #cecece;
/*  border-radius: 4px;*/
	float: left;
	height: 258px;
  margin: 1.3%;
  overflow: hidden;
  padding: 2%;
  width: 43%;
}

.rent-item:hover {
	background: #f3f3f3;
}

.rent-item .name {
	border-bottom: 1px solid #cecece;
  font-family: "source-han-serif-japanese", 'Yu Mincho', serif;
  font-weight: 500;
  margin: 0 0 12px;
  padding: 0 0 8px;
  text-align: center;
}

.rent-item .img {
	float: left;
	overflow: hidden;
	width: 45%;
}

.rent-item .img img {
  max-height: 180px;
}

.rent-item .data {
	float: right;
	font-size: 100%;
	width: 55%;
}

.rent-item .data table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

.rent-item .data th {
	background: #ddd;
  font-weight: normal;
  padding: 9px 8px;
  width: 45%
}

.rent-item .data td {
	background: #eee;
  padding: 9px 8px;
}

.rent-item .go {
	float: right;
	font-size: 80%;
	padding: 20px 0 0;
	text-align: right;
	width: 55%;
}

.rent-item .go:after {
  content: '»';
  margin: 0 0 0 4px;
}


/* lp-box
--------------------------------------*/

.inner.bnr-block {
  max-width: 1160px;
  padding: 0 20px;
}

.lp-box {
  border: 1px solid #d8bca1;
  height: 300px;
  margin: 0 auto;
  max-width: 956px;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.lp-box .tk-genmin {
  font-family: "source-han-serif-japanese", 'Yu Mincho', serif;
}

.lp-box .fit-img-wrap {
  width: 100%;
}

.lp-box .fit-img-wrap img {
  height: auto;
  margin: -20% 0 0 -5%;
  width: 110%;
}

.lp-box .detail {
  left: 0;
  max-width: 956px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.lp-box .detail .detail-inr-wrap {
  background: url(../img/overlay1.png) repeat;
  color: #fff;
  display: block;
  height: 110px;
  padding: 26px 30px;
  text-align: left;
}

.lp-box .detail-inr-wrap .text1 {
  font-size: 150%;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 0;
}

.lp-box .detail-inr-wrap .text2 {
  font-size: 230%;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 10px 0 0;
}

.lp-box .detail-inr-info-wrap {
  background: rgba(255, 255, 255, .92);
  height: 135px;
  padding: 3px 30px 0;
  position: relative;
  text-align: left;
}

.lp-box .detail-inr-info-wrap table {
  width: 100%;
}

.lp-box .detail-inr-info-wrap td {
  vertical-align: middle;
}

.lp-box .detail-inr-info-wrap .left-area {
  min-width: 430px;/*470px*/
  width: 60%;
}

.lp-box .detail-inr-info-wrap .tel {
  height: 134px;
}

.lp-box .detail-inr-info-wrap .tel .ico {
  height: 50px;
  vertical-align: middle;
}

.lp-box .detail-inr-info-wrap .tel-inr-wrap {
  margin-bottom: 5px;
}

.lp-box .detail-inr-info-wrap .tel-inr-wrap span {
  color: #c7a97b;
  font-size: 350%;
  font-weight: 500;
  line-height: 1;
  vertical-align: bottom;
}

.lp-box .detail-inr-info-wrap .pc {
  display: inline-block;
}

.lp-box .detail-inr-info-wrap .mb {
  display: none;
}

.lp-box .detail-inr-info-wrap .notes-wrap {
  display: table;
  margin: 0;
  width: 100%;
}

.lp-box .detail-inr-info-wrap .notes {
  color: #444;
  display: table-cell;
  font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'Droid Sans', 'Meiryo UI';
  font-size: 12px;
  height: 72px;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}

.lp-box .detail-inr-info-wrap .right-area {
  min-width: 180px;
  padding-left: 1.6em;
  width: 40%;
}

.lp-box .detail-inr-info-wrap .link {
  text-align: center;
}

.lp-box .detail-inr-info-wrap .link + .link {
  margin-top: 1.2em;
}

.lp-box .detail-inr-info-wrap .link .btn {
  background: #555;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.3;
  padding: .8em 10px;
}

.lp-box .detail-inr-info-wrap .link .btn:hover {
  opacity: .8;
  transition: opacity .2s;
}


/* lp-box no-img
--------------------------------------*/

.lp-box.no-img {
  height: 320px;
}

.lp-box.no-img .detail .detail-inr-wrap {
  background: #ccc;
}

.lp-box.no-img .detail-inr-info-wrap {
  padding: 13px 30px 10px;
}
