@charset "UTF-8";



/****************
	Topページ
		Newsナビ

****************/
#s_news .news {
	display: grid;
	grid-template-columns: 1fr; /* 縦に並べる */
}

#s_news .header {

    width: 100%; 
    overflow: hidden;
	background-color: #E3D1BD;

	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;

	height: 350px;
	padding: 40px 0 0 0;

	/*border: 1px solid red;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/

}

#s_news .header .title {
	width: 500px;
	height: 380px;

	/*border: 1px solid red;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/
}
#s_news .header .newslogo p.jp {
	/*width: 100px;*/
	/*height: 40px;*/
	position: absolute;
	/*top: 14%;*/
	/*left: 9%;*/

	margin: 53px 0 0px 100px;

	/*border: 1px solid red;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/

	color: white; /* テキスト色を指定 */
	font-size: 17px; /* フォントサイズを指定 */
	writing-mode: vertical-rl; /* 縦書きに設定 */
	text-orientation: upright; /* テキストの向きを正しくする */

}
#s_news .header .newslogo p.en1 {
	/*width: 100px;*/
	/*height: 40px;*/
	position: absolute;
	/*top: 12%;*/
	/*left: 2%;*/

	margin: 46px 0 0px 25px;

	
	transform: rotate(90deg); 

	color: white; /* テキスト色を指定 */
	font-size: 76px; /* フォントサイズを指定 */
	font-weight: bold;
}
#s_news .header .newslogo p.en2 {
	/*width: 100px;*/
	/*height: 40px;*/
	position: absolute;
	/*top: 40%;*/
	/*left: -1.8%;*/

	margin: 148px 0 0px -9px;
	
	transform: rotate(90deg);
	

	color: white; /* テキスト色を指定 */
	font-size: 55px; /* フォントサイズを指定 */
	letter-spacing: 4.2px;/*文字間隔*/
	font-weight: bold;
}
/* 代替ボタン */
#s_news .header .substitute-button-prev {
	width: 50px;
	height: 50px;
	position: absolute;
	/*top: 70%;*/
	/*left: 3%;*/
	margin: 255px 0 0px 22px;

	border-radius: 50%; /* 角を丸くする */
	justify-content: center; /* 中央揃え */
	align-items: center; /* 中央揃え */
    color: black; /* テキスト色を指定 */
	font-size: 19px; /* フォントサイズを指定 */
	background-color: white; /* 背景色を指定 */

	cursor: pointer; /* マウスアイコンを指差しにする */

	transition: all 0.5s ease; /* ホバー時のアニメーションをゆっくり */

}
#s_news .header .substitute-button-prev:hover {
    /*background-color: #F59000;*/ /* ホバー時の色 */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1); /* ホバー時の影の強さを変更 */
	margin: 254px 0 0px 22px;
}
#s_news .header .substitute-button-prev p {
	margin: 7px 0 0 17px;
}

#s_news .header .substitute-button-next {
	width: 50px;
	height: 50px;
	position: absolute;
	/*top: 70%;*/
	/*left: 11%;*/
	margin: 255px 0 0px 90px;

	border-radius: 50%; /* 角を丸くする */
	justify-content: center; /* 中央揃え */
	align-items: center; /* 中央揃え */
    color: black; /* テキスト色を指定 */
	font-size: 19px; /* フォントサイズを指定 */
	background-color: white; /* 背景色を指定 */

	cursor: pointer; /* マウスアイコンを指差しにする */

	transition: all 0.5s ease; /* ホバー時のアニメーションをゆっくり */

}
#s_news .header .substitute-button-next:hover {
    /*background-color: #F59000;*/ /* ホバー時の色 */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1); /* ホバー時の影の強さを変更 */
	margin: 254px 0 0px 90px;
}
#s_news .header .substitute-button-next p {
	margin: 7px 0 0 17px;
}



#s_news .header .slider {
	/*width: calc(100%-200px);*/

	/*border: 1px solid red;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/
	overflow: hidden;
	/*position: absolute;*/
	margin: 0px 0 0px 0px;
}

/*Sliderの各記事要素*/
#s_news .header .slider .swiper-slide.has-slider-3 {

	width: 220px;
	height: 270px;

	border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;


}

#s_news .header .slider .epb-post-slider__thumbnail {
	border-top-right-radius: 20px;
}

/*Sliderのページコントr－ラ*/
#s_news .header .slider .epb-post-slider__controller {

	transform: translate(-15%, 0%);	/* 画面の中央に設置(仮) */


	padding: 25px 0 0 0;
}



#s_news .header .epb-post-slider {
	margin: 0 0 0 0px;

	top: 0%;
	left: 0%;

    overflow: hidden;



}

#s_news .header .epb-post-slider_wrapper {
	top: 0%;
	left: 0%;
	height: 250px;
}


#s_news .header .epb-post-slider-button {
	/*position: absolute;*/

	top: 0%;	/*60*/
	left: 0%;	/*10*/
	display: none;


	/*border: 1px solid red;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/
}


#s_news .header .epb-post-slider__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    max-height: calc(1.5em* 3);
    width: 23ch;
    font-family: monospace;
}



#s_news .motto {
    width: 100%; 
    overflow: hidden; 
	background-color: #E3D1BD;

	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;


	/*border: 1px solid red;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/


}

#s_news .motto svg { 
	/*position: relative; */
    /*display: block; */
    /*width: calc(112% + 1px);*/
    /*height: 210px; */
    /*transform: rotateY(0deg); */
	transform: rotateX(180deg); 

	/*margin: 0 0 0 0;*/
} 
#s_news .motto .shape-fill { 
    fill: #000000; 
}

#s_news .motto .motto_btn {
	position: absolute;
    top: 20%;
    left: 50%;
    margin: 0;
    text-align: center;
    height: 50px;
	width: 200px;

	background-color: #F59C00;
	border-radius: 50px;
	display: inline-block;
	padding: 13px 20px;
	font-size: 14px;
	color: white;
    font-weight: bold;

	border: none;
	text-decoration: none;
	cursor: pointer;

	transform: translate(-50%, -50%);

	transition: all 0.5s ease; /* ホバー時のアニメーションをゆっくり */

}
#s_news .motto .motto_btn:hover {
    background-color: #F59000; /* ホバー時の色 */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1); /* ホバー時の影の強さを変更 */
	transform: translate(-50%, -56%);
}




