@charset "utf-8";

/* ====================================
お知らせ
====================================== */
.newsSelect {
	margin-bottom: 60px;
}

.newsSelect ul {
	float: right;
}

.newsSelect li {
	display: inline-block;
	margin-right: 15px;
}

.newsSelect li:nth-last-of-type(1) {
	margin-right: 0;
}

.newsSelect select {
	width: 215px;
	height: 46px;
	padding-left: 20px;
	font-size: 1.4rem;
	border: none;
	background: url("../img/select_arrow.png") no-repeat right 10px center;
	border: 3px solid #c9c9c9;
	border-radius: 5px;
}

.newsSelect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.newsSelect p {
	margin-bottom: 6px;
	font-size: 1.4rem;
	font-weight: bold;
}

.newsList a {
	display: block;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:641px) {
	.newsList a:hover {
		background-color: #f2f2f2;
	}
}

.newsImg {
	float: left;
	width: 280px;
}

.newsImg img {
	width: 100%;
}

.newsListR {
	float: right;
	width: 730px;
}

@media screen and (max-width:1150px) {
	.newsListR {
		width: 66%;
	}
}

.newsListR ul {
	margin-bottom: 20px;
}

.newsListR li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

.newsCat {
	padding: 8px 24px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}

.newsListR .date {
	margin-bottom: 15px;
}

.newsTtl {
	margin-bottom: 20px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.newsDes {
	font-size: 1.6rem;
	line-height: 1.5;
}

.newsDes h3 {
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: 2px #000 solid;
	margin-bottom: 1em;
}

.newsDes h4 {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 1em;
}

.newsDes p {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

.newsDes a {
	font-weight: bold;
	text-decoration: underline;
}

.newsDes a:hover {
	color: #FFC815;
}


/* pager */
.pagerWrap {
	margin: 80px 0 150px;
	text-align: center;
}

.pagerWrap.pager2 {
	margin: 130px 0 150px;
}

.pagerWrap li {
	display: inline-block;
	margin: 0 5px;
}

.pagerWrap li a {
	display: block;
	font-size: 1.8rem;
	padding: 12px 15px;
	border: 3px solid #000;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:641px) {
	.pagerWrap li a:hover {
		color: #fff;
		background-color: #000;
	}
}

.pagerWrap li.active a {
	color: #fff;
	background-color: #000;
}

.itmPage {
	margin-bottom: 60px;
}

.itmPage h3 {
	margin-bottom: 50px;
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.itmPage .linkBuylist {
	top: 50%;
	transform: translateY(-50%);
}

.newsPage {
	padding-top: 0;
}


/* ====================================
お知らせ-詳細ページ
====================================== */
.itmDes1 {
	margin-bottom: 100px;
}

.itmName {
	padding: 20px 25px;
	margin-bottom: 50px;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #000;
}

.itmDesConts p {
	display: inline-block;
	vertical-align: top;
}

.itmPage h3 {
	margin-bottom: 50px;
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.itmPage .linkBuylist {
	top: 50%;
	transform: translateY(-50%);
}

.itmDes2 h3 {
	margin-bottom: 40px;
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.itmDesHead {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #000;
}

.itmDesHead p {
	vertical-align: middle;
	font-size: 1.5rem;
}

.itmDesHead .newsCat {
	float: left;
	padding: 8px 10px;
}

.itmDesHead .newsDate {
	float: right;
	padding-top: 8px;
}