@charset "utf-8";

/* ---------------------------------------------------------- */
/* 最新情報 */
/* ---------------------------------------------------------- */
#news {
	padding: 80px 0;
	}

#news article {
	width: 100%;
	max-width: 1040px;
	background: #fff;
	border: 5px solid #e6c37d;
	margin: auto auto 20px auto;
	padding: 25px 30px;
	position: relative;
	}

#news article:last-child {
	margin: auto;
	}

#news article::before {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background:
		url(../img/common/bg_contents_01.png) top left no-repeat ,
		url(../img/common/bg_contents_02.png) top right no-repeat ,
		url(../img/common/bg_contents_03.png) bottom right no-repeat ,
		url(../img/common/bg_contents_04.png) bottom left no-repeat;
	background-size: 25px 25px;
	border: 1px solid #e6c37d;
	top: 3px;
	left: 3px;
	position: absolute;
	}

#news article .title {
	padding: 0 30px 0 0;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#news article .title:after {
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	right: 0;
	border-top: 1px solid #dc3e4a;
	border-right:1px solid #dc3e4a;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: -8px 0 0 0;
	position: absolute;
	display: block;
	}

#news article .title.close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -3px 0 0 0;
	}

#news article .title time {
	font-family: 'Paytone One';
	color: #dc3e4a;
	line-height: 1;
	}

#news article .title h3 {
	font-size: 1.5rem;
	line-height: 1.5;
	}

#news article .detail {
	border-top: 1px dashed #e6c37d;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	display: none;
	position: relative;
	z-index: 1;
	}

#news article .detail h4 {
	font-size: 1.4rem;
	color: #fff;
	background: #dc3e4a;
	padding: 3px 10px;
	display: inline-block;
	}

#news article .detail h5 {
	font-size: 1.4rem;
	font-weight: bold;
	}

#news article .detail .line {
	border-bottom: 1px solid #2b2b2b;
	padding: 0 0 3px 0;
	}

/* table */
#news article .detail table.table {
	width: 100%;
	}

#news article .detail table.table thead th {
	font-weight: normal;
	color: #fff;
	background: #e6c37d;
	border: 1px solid #e6c37d;
	padding: 10px 20px;
	}

#news article .detail table.table tbody th {
	font-weight: normal;
	text-align: left;
	border: 1px solid #e6c37d;
	white-space: nowrap;
	padding: 10px 20px;
	}

#news article .detail table.table tbody th.item ,
#news article .detail table.table tbody th.line {
	color: #fff;
	background: #e6c37d;
	}

#news article .detail table.table td {
	vertical-align: middle;
	border: 1px solid #e6c37d;
	padding: 10px 20px;
	}

#news article .detail table.table td .tit {
	display: none;
	}

/* imageList */
#news article .detail ul.imageList {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

#news article .detail img.border {
	border: 1px solid #e6c37d;
	}

@media (max-width: 768px){
#news {
	padding: 120px 30px;
	}

/* movie */
#news article .movie {
	height: 0;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	position: relative;
	}

#news article .movie iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	}

/* imageList */
#news article .detail ul.imageList {
	display: block;
	}

#news article .detail ul.imageList li {
	margin: 0 0 20px 0;
	padding: 0;
	}

#news article .detail ul.imageList li.end {
	margin: 0;
	}

#news article .detail img.image {
	width: 80%;
	}

#news article .detail img.image_w {
	width: 100%;
	}
}

@media (max-width: 640px){
#news {
	padding: 80px 20px;
	}

#news article {
	padding: 20px 25px;
	}

#news article::before {
	background-size: 15px 15px;
	}

#news article .title h3 {
	font-size: 1.4rem;
	}

/* table */
#news article .detail table.table thead {
	display: none;
	}

#news article .detail table.table tr {
	margin: 0 0 20px 0;
	display: block;
	}

#news article .detail table.table tr:last-child {
	margin: 0;
	}

#news article .detail table.table tbody th {
	width: 100%;
	color: #fff;
	text-align: left;
	background: #e6c37d;
	border: none;
	margin: 0 0 5px 0;
	padding: 5px 10px;
	display: block;
	}

#news article .detail table.table tbody th.line {
	color: #000;
	background: none;
	border-bottom: 1px solid #2b2b2b;
	border-radius: 0;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0
	}

#news article .detail table.table td {
	width: 100%;
	text-align: left;
	border: none;
	padding: 0;
	display: block;
	}

#news article .detail table.table td .tit {
	display: inline-block;
	}

#news article .detail img.image {
	width: 100%;
	}

#news article .detail img.image_h {
	width: 70%;
	}
}