
.grad-wrap {
  position: relative;
  margin: 2rem 0;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: fit-content;
  margin: auto;
  font-size: 1.6rem;
  padding: 1rem 5rem;
  /* border-radius: 3rem; */
  background: #244440;
  color: #fff;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 4px 8px #0000002e;
  text-align: center;
}
.grad-btn::after {
  content: "もっと見る"
}
.grad-btn:hover {
  background: #fff;
  color: #333;
}
.grad-btn .fa {
  margin-right: 0;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 8rem;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  z-index: 1;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
  padding-bottom: 2rem;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
.grad-wrap .fa-chevron-down:before {
    /* content: ""; */
    /* margin: 0 1rem; */
}


#contents .luxury_gallery{
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 横4枚 */
  gap: 10px; /* 画像間のスペース */
  max-width: 830px; /* 必要に応じて調整 */
  margin: auto;
}
#contents .luxury_gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
#contents .luxury_gallery p span{
	font-size:1.4rem;
	line-height:1.5;
	color:#333;
}
#contents .luxury_gallery p.caption{
	color: #8d8d8d;
}

/* モーダル */
#contents .gallery{
	text-align:center;
}
#contents .gallery img:first-child{
  width:95%;	
}
#contents .gallery img {
  width: calc((100% - 5.5rem) / 4);
  margin: 5px auto;
  cursor: pointer;
  transition: transform 0.3s;
}
#contents .gallery img:hover {
  transform: scale(1.05);
}

#contents .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#contents .modal-overlay.active {
  display: flex;
}

#contents .modal-image {
  max-width: 90%;
  max-height: 90%;
}

#contents .modal-close,
#contents .modal-prev,
#contents .modal-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  user-select: none;
  padding: 20px;
}
#contents .modal-close {
  top: 10%;
  right: 0;
  font-size: 2.5rem;
}
#contents .modal-prev {
  left: 20px;
}
#contents .modal-next {
  right: 20px;
}
#contents .modal-content {
  text-align: center;
}
#contents .modal-caption {
    color: #fff;
    font-size: 1.5rem;
    margin: 3rem auto;
    max-width: 90%;
    text-align: center;
    opacity: 0.8;
}
#contents .modal-bottom .modal-caption .catch{
	color: #fff;
    font-size: 1.8rem;
    border-bottom: solid 1px #244440;
}
#contents .modal-bottom .catch{
	color: #244440;
    font-size: 1.8rem;
    border-bottom: solid 1px #244440;
	text-align:center;
}

.scroll-area{
	overflow-x: auto;
    flex-flow: nowrap;
    position: relative;
}
.scroll-graph{
	width:830px;
}

#contents .list-box.list-pr{
	background: #dcd48e;
	border-bottom:solid 1px #303429;
}

#contents .main-low .list-box.list-pr h4:not([class]){
	background: #eee;
}
#contents .list-box.list-pr .float-wrap .catch{
	color: #244440;
    border-bottom: solid 1px #244440;
}

#contents .list-box{
	margin:2rem 0;
	padding:2rem;
	background: #f5f5f5;
	border-bottom:solid 1px #dcd48e;
}

#contents .city-linklist{
	margin:2rem 0;
	padding:2rem;
	background: #fbfbfb;	
}
#contents .city-linklist ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 4列に分割 */
	gap: 0.5em 1em; /* 行間と列間のスペース */
	list-style: none; /* デフォルトのリストマーカーを非表示に */
	margin: 1rem 0;
}
#contents .city-linklist ul li {
    border: solid 1px #244440;
    background: #dcd48e;
    padding: 0.5rem 0.2rem;
    text-align: center;
    font-size: 1.2rem;
}
#contents .city-linklist ul li::before{
	content:unset;	
}
#contents .city-linklist ul li a{
	text-decoration: none;
}
#contents .city-linklist ul:not([class]) li:last-child{
	margin: 0 0 0.6rem 0;
}
#contents .frame-body ul.onoff {
    display: flex;
    padding: 0;
    margin: 2rem 0;
    display: block;
    overflow: hidden;
}
#contents .frame-body ul.onoff li {
    border: solid 2px #244440;
    background: #dcd48e;
    border-radius: 10px;
    margin: 0 0.3rem 0.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.3;
    text-align: center;
    font-size: 14px !important;
    float: left;
    width: fit-content;
}
#contents .frame-body ul.onoff li.off {
    background: #BDBFC3;
    border-color: #545454;
}
#contents .frame-body h4 {
	margin: 1rem 0 1rem 0;
	padding: 0 0 0 1rem;
    border-left: 5px solid #e2d98f;
    color: #244440;
    font-size: 1.6rem;
}


.relations-title{
position: relative;
font-weight: bold;
line-height: 1.4;
font-family: var(--serif);
margin: 5rem 0 3rem 0;
padding: 2.4rem 2rem 2rem 4rem;
background: #eceddf;
color: #303429;
font-size: 3rem;
}
.relations-title::before {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 36px 36px 0 0;
border-color: #244440 transparent transparent transparent;
content: "";
}

.voice-sec {
    background: #eceddf;
    padding: 2rem;
}
.voice-sec .box-wrap {
    margin: 2rem 0;
}
.voice-sec .summaryttl{
	background: #485b54 url(img/title_bg_01.png) no-repeat left top;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding: 2rem;
}

/*------ .slider2のcss -------*/
.slide-info {
    margin: 0 auto;
    padding: 4%;
    width: 100%;
}
.slide-info .slider2 .slick-track {
  display: flex;
  align-items: center;
}
.slide-info .slider2 img {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-height: 400px;
  max-width: 98%;
}
.slide-info .slick-prev,
.slide-info .slick-next {
    width: 34px;
    height: 34px;
    line-height: 1;
    z-index: 2;
    background: #666;
}
.slide-info .slick-prev {
  left: -25px;
}
.slide-info .slick-next {
  right: -25px;
}

.slide-info .slick-prev:before,
.slide-info .slick-next:before {
  content: "";
  position: absolute;
  top: 52%;
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: block;
  opacity: 1;
  margin-top: -10px;
  box-sizing: border-box;
}
.slide-info .slick-prev:before {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 5px;
}
.slide-info .slick-next:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
}
.slide-info span.quote-text {
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 1.2;
  text-align: center;
  margin: 4px auto;
  word-break: break-all;
  color: #aaa;
}
/*------ .slider2のcss -------*/

.slide-info span.quote-text {
    font-size: 10px;
    color: #999999;
    text-decoration: none;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;
    display: block;
    width: 100%;
  margin: 10px auto;

}
.slide-info span.quote-text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.slide-info span.quote-text::-webkit-scrollbar {
    height: 5px;
}
.slide-info span.quote-text::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}
.slide-info span.quote-text a {
   text-decoration: none;
}

.addParts01 .block .box-body .txt-3 {
    margin-top: 0;
}

#contents .list-box table th{
	width:20%;
}
.block-banner-town{
	display: block;
    position: fixed;
    right: 0;
    bottom: 30rem;
    width: 20rem;
    box-sizing: border-box;
    z-index: 310;
}
.block-banner-town a{
	background:none;
	padding:0;
	margin-bottom:2rem;
}

.btnint2 a{
	background: #dcd48e url(img/arrow_black.png) no-repeat right 2rem center;
	color: #303429;
}

.list-summarybox{
	padding: 2rem;
    border: solid 5px #2d4d48;
    background: #eceddf;
}
.list-summarybox .btn-internal{
	max-width:100%;
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.sp_navi_banner{
	margin:1rem 2rem 4rem;	
}
.block-banner-town{
	display: none;
}
	
#contents .luxury_gallery{
	grid-template-columns: repeat(2, 1fr); /* 横4枚 */
	max-width: 830px; /* 必要に応じて調整 */
}
.relations-title{
margin: 4rem 0 2rem 0;
padding: 2rem 1.5rem 1.5rem 2rem;
font-size: 2.1rem;
}
.relations-title::before {
border-width: 18px 18px 0 0;
}

  .slide-info {
    width: 100%;
    max-width: 425px;
  }
  .slide-info .slick-prev {
    left: -10px;
    width: 26px;
    height: 26px;
    margin-top: -10px;
  }
  .slide-info .slick-prev:before {
    width: 10px;
    height: 10px;
    right: 7px;
    margin-top: -5px;
  }
  .slide-info .slick-next {
    right: -10px;
    width: 26px;
    height: 26px;
    margin-top: -10px;
  }
  .slide-info .slick-next:before {
    width: 10px;
    height: 10px;
    left: 7px;
    margin-top: -5px;
  }
	
	#contents .list-box table th{
	width:100%;
  }



	
	
	

}