@charset "utf-8";
/*_______________________________

         【ラ･パルレ】
　　
      　「News一覧」用CSS

　　　　　（PC・TB・SP）

　　　　リニューアル2025
_______________________________*/

.mv_box {
    height: clamp(295px, 48vw, 495px);
}
.mv_title {
    justify-content: center;
	align-items: center;
    line-height: 1;
}

.news_pager {
  margin: 50px auto 100px;
}

.news_pager p {
  margin-bottom: 15px;
  text-align: center;
}

.news_pager ul {
  display: flex;
  justify-content: center;
	gap:9px;
}

/*
.news_pager ul li {
  margin-left: 9px;
}

.news_pager ul li:last-child {
  margin-right: 0;
}*/

.news_pager ul li a {
  width: 22px;
  height: 22px;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_pager ul li a.current {
  background-color: var(--main-color);
  color: #fff;
}

.news_pager ul li a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.news_pager ul li a img {
  height: 10px;
}


.news_detail .contents{
	padding-top: 20px;
}
.news_detail .contents > .link_btn {
    margin: 100px auto;
}
.news_content .title_box{
	background-image: url(/news/img/title_box_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
    margin-bottom: 50px;
}
.news_content .title_box time{
	font-size: 15px;
	margin-bottom: 10px;
	display: inline-block;
}
.news_content .title_box h1{
    color: var(--title-text-color);
    font-size:clamp(19px, 2.75vw, 30px);
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
	line-height: 1.25;
}
.news_content h2 {
	font-weight: bold;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
	margin-top: 50px;
    border-bottom: 2px solid #B79F7C;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.news_content h3{
	font-weight: 500;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    border-left: 9px solid var(--title-text-color);
	line-height: 1.35em;
	padding-left: 5px;
	margin-top: 30px;
    margin-bottom: 30px;
}
.news_content h4{
	font-weight: bold;
	position: relative;
	padding-left: 1.25em;
	margin: 20px 0;
}
.news_content h4::before{
	content: "■";
	position: absolute;
	left: 0;
}
.news_content p{
	margin-bottom: 20px;
}
.news_content p.wrap_border{
    border: 1px solid #707070;
    padding:1em;
}
.news_content p:last-child{
	margin-bottom: 0;
}
.news_content a{
	text-decoration: underline;
}
.news_content *.text_center{
	text-align: center;
}

.news_content ul li{
  list-style-type: disc;
  margin-left: 1.5em;
  padding: 5px 0;
}


/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（TB・SP）
_______________________________*/


/* ↓ ↓ ↓ TB（1024px）以下　用 ↓ ↓ ↓ */

@media (max-width:1024px){

	
/* --- */
}
/* ↑ ↑ ↑ TB（1024px）以下　用　↑ ↑ ↑ */





/*  ↓ ↓ ↓ TB（820px）以下　用  ↓ ↓ ↓ */

@media (max-width:820px){
	


/* --- */
}
/* ↑ ↑ ↑ TB（820px）以下　用　↑ ↑ ↑ */






/* ↓ ↓ ↓ SP（767px）以下　用 ↓ ↓ ↓ */

@media screen and (max-width: 767px) {
	
  .news_pager {
    margin: 25px auto 50px;
  }
  .news_pager p{
    font-size: 11px;
  }
  .news_pager ul li a {
    width: 25px;
    height: 25px;
    font-size: 11px;
    border-width: 1px;
  }

  .news_list li .text{
    display: block;
  }

.news_detail .contents {
    padding-top: 0;
}
.news_detail .contents > .link_btn {
    margin: 50px auto;
}	
.news_content .title_box {
    padding:15px 20px;
    margin: 0 -5vw 20px;
}	
.news_content .title_box time{
	font-size: 14px;
}
.news_content h2 {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.news_content h3 {
    font-size: 15px;
    border-left: 5px solid var(--title-text-color);
    margin-top: 20px;
	margin-bottom: 15px;
}	
.news_content h4 {
    margin: 15px 0;
}
.news_content p {
    margin-bottom: 15px;
}	
	
	
/* --- */
}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */
