@charset "utf-8";
/* -----------------------------
 news_list.css
----------------------------- */


/* -----------------------------
 PC・SP共有設定
----------------------------- */
/* -------------------------------------- 共有・全体 -------------------------------------- */
body { width: 100%; }

/* -------------------------------------- メインコンテンツ -------------------------------------- */




/* -------------------------------------- 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 > div:first-of-type {
		top: 52%;
	}

/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* section設定 */
	#news {
		margin: 0px 10% 7vw;
		width: 80%;
	}

	#news p {
		margin: 0 auto;
		width: 90%;

		line-height: 200%;
		letter-spacing: 1px;
		font-size: 1.5vw;
	}

	#news p:first-of-type {
		margin-bottom: 2vw;

		font-size: 1.2vw;
		color: #777777;
	}

	.back { margin-bottom: 10vw; } 

	.back a {
		display: block;
		position: relative;

		margin: 0 auto;
		padding: 2vw;
		width: fit-content;
		border-radius: 1vw;
		background-color: #A9907A;

		font-size: 1.5vw;
		color: #FFFFFF;
	}

	.back a::after {
		content: '';

		position: absolute;
		top: 3px;
		left: 3px;

		width: calc(100% - 6px);
		height: calc(100% - 6px);
		border-radius: 1vw;
		border: 1px solid #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%;
	}

	#news p:first-of-type {
		margin: 0 auto 10vw;
		width: 80%;

		text-align: left;
		font-size: 4vw;
		color: #777777;
	}

	#news p:last-of-type {
		margin: 0 auto 10vw;
		width: 80%;
		line-height: 200%;
		font-size: 4.5vw;
	}

	.back { margin-bottom: 10vw; } 

	.back a {
		display: block;
		position: relative;

		margin: 0 auto;
		padding: 7vw;
		width: fit-content;
		border-radius: 1vw;
		background-color: #A9907A;

		font-size: 5vw;
		color: #FFFFFF;
	}

	.back a::after {
		content: '';

		position: absolute;
		top: 3px;
		left: 3px;

		width: calc(100% - 6px);
		height: calc(100% - 6px);
		border-radius: 1vw;
		border: 1px solid #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; }


}
