@charset "utf-8";
/* -----------------------------
 news_list.css
----------------------------- */


/* -----------------------------
 PC・SP共有設定
----------------------------- */
/* -------------------------------------- 共有・全体 -------------------------------------- */
body { width: 100%; }

/* -------------------------------------- メインコンテンツ -------------------------------------- */
#list > ul li {
	border-bottom: 1px dotted #000000;
}


/* -------------------------------------- footer -------------------------------------- */
footer {
	background-color: #A9907A;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
}

footer .fMenu li a { display: block; }

footer > p {
	padding-bottom: 30px;

	font-size: medium;
}



/* -----------------------------
 PC
----------------------------- */
@media screen and (min-width:1000px) {

/* -------------------------------------- 共有・全体 -------------------------------------- */
	.spOnly { display: none; }

/* -------------------------------------- mainimg -------------------------------------- */
	/* positionリセット */
	#mainimg img {
		width: 100%;
		height: 20vw;
	}

	#mainimg > div:first-of-type {
		top: calc(100% - 150px);
	}

/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* section設定 */
	#list {
		margin: 0px 10% 7vw;
		width: 80%;
	}

	#list p { font-size: 1.5vw; }

	#list > h3 {
		margin-bottom: 5vw !important;
	}

	#list > ul {
		margin: 0 auto;
		width: 80%;
	}

	#list > ul li {
		margin-bottom: 2vw;
		padding-bottom: 2vw;
	}

	#list > ul a {
		display: flex;
		align-items: center;
	}

	#list > ul a p:first-of-type {
		margin-right: 3vw;
		font-size: 1vw;
	}

	#list > ul a p:last-of-type {
		font-size: 1.3vw;
	}

	#list .page ul {
		display: flex;
		justify-content: center;

		font-size: 1.3vw;
	}

	#list .page li {
		margin: 0 1vw;
	}

	#list .page li a {
		padding: 0.5vw;
	}

	.current a {
		background-color: #A9907A;
		color: #FFFFFF;
	}
}




/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:999px) {

/* -------------------------------------- 共有・全体 -------------------------------------- */
	.pcOnly { display: none; }

/* -------------------------------------- mainimg -------------------------------------- */
	#mainimg {
		padding-top: 90px;
	}

	#mainimg > div:first-of-type {
		top: 63%;
	}

	#mainimg img {
		width: auto;
		height: 40vw;
	}

	#mainimg h2 {
		margin-bottom: 2vw;
		font-size: 6vw;
	}

/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* h3 */
	h3 {
		margin: 0 auto 30px;
		width: 90%;
	}

	#list > ul {
		margin: 0 auto 10vw;
		width: 80%;
	}

	#list > ul li {
		margin-bottom: 6vw;
		padding-bottom: 6vw;
	}

	#list > ul a p:first-of-type {
		margin-bottom: 2vw;
		font-size: 3vw;
	}

	#list > ul a p:last-of-type {
		font-size: 5vw;
	}





	#list .page ul {
		display: flex;
		justify-content: center;

		margin-bottom: 10vw;

		font-size: 6vw;
	}

	#list .page li {
		margin: 0 2vw;
	}

	#list .page li a {
		padding: 1.5vw 2vw;
	}

	.current a {
		background-color: #A9907A;
		color: #FFFFFF;
	}


/* -------------------------------------- footer -------------------------------------- */

	footer { padding: 10px 5px 0; }

	footer div:first-of-type { margin: 0px auto 5px; }

	footer div img { width: 60%; }

	footer .detail > div:nth-of-type(2) p,
	footer .detail > div:nth-of-type(2) address {
		margin-bottom: 10px;
		line-height: 150%;
		font-size: 3.5vw;
	}

	footer .detail .tel { margin-bottom: 20px; }

	footer .detail .tel p {	font-size: 3.5vw; }

	footer .detail .tel div { font-size: 7vw; }


}
