@charset "utf-8";
@import url('color.css');
@import url('/is/news/yakioshi/css/backnum-pc.css');

/* common
----------------------- */
.plus-wrapper {
	overflow: hidden;
}
.plus-wrapper * {
	box-sizing: border-box;
}
.plus-wrapper img {
	max-width: 100%;
	height: auto;
}

/* header
----------------------- */
.plus-wrapper .header {
	overflow: hidden;
	padding: 30px 20px;
	background: #ccc;
}
.plus-wrapper .header .copy {
	width: 524px;
	margin: 0 auto 25px;
}
.plus-wrapper .header .txt {
    position: relative;
	float: left;
	width: 340px;
    height: 360px;
}
.plus-wrapper .header .txt h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
    line-height: 1.3em;
}
.plus-wrapper .header .txt h2 a:hover{
    opacity: 0.7;
    text-decoration: none;
}
.plus-wrapper .header .txt p.last-of-type {
	font-size: 14px;
}
.plus-wrapper .header .txt p.lead{
    margin: 5px 0 10px;
    line-height: 1.5em;
}
.plus-wrapper .header .txt .shop-block{
    position: absolute;
    bottom: 0;
}
.plus-wrapper .header .txt .shop-block p{
    color:#383838;
}
.plus-wrapper .header .txt .shop-block p.up-date{
display: flex;
align-items: center;
}
.plus-wrapper .header .txt .shop-block p.up-date:after{
border-top: 1px solid;
content: "";
flex-grow: 1;
margin-left: 1rem;
}
.plus-wrapper .header .img {
	float: right;
	width: 360px;
}
.plus-wrapper .header .img a:hover{
    opacity: 0.7;
}
.plus-wrapper .header .btn {
	clear: both;
	text-align: center;
	padding: 20px 0 0;
}
.plus-wrapper .header .btn a {
	display: inline-block;
	min-width: 340px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background: #fff;
	padding: 15px 15px 12px;
	border-radius: 20px;
}
.plus-wrapper .header .btn a:hover {
	background: #e6e6e6;
}

/* list
----------------------- */
.plus-wrapper .list {
	overflow: hidden;
	padding: 15px 0 0;
    margin-bottom: 30px;
}
.plus-wrapper .list .item {
	float: left;
	width: 244px;
	margin: 14px 0 0 14px;
}
.plus-wrapper .list .item:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
.plus-wrapper .list .item a {
	position: relative;
	display: block;
	color: #000;
}
.plus-wrapper .list .item a:hover {
	text-decoration: none;
}
.plus-wrapper .list .item .title {
	display: table;
	margin: 10px 0 15px;
}
.plus-wrapper .list .item .title p,
.plus-wrapper .list .item .title h4 {
	display: table-cell;
	vertical-align: top;
}
.plus-wrapper .list .item .title p {
	text-align: center;
	padding: 0 10px 0 0;
}
.plus-wrapper .list .item .title p span {
	display: block;
}
.plus-wrapper .list .item .title h4 {
	color: #BD3417;
	padding: 0 0 0 10px;
	border-left: 1px solid #000000;
}
.plus-wrapper .list .item ul {
}
.plus-wrapper .list .item li:first-of-type {
	font-size: 11px;
}
.plus-wrapper .list .item li:last-of-type {
	font-size: 10px;
}
.plus-wrapper .list .item .present {
	position: absolute;
	left: 0;
	top: 0;
}

/* back-num
----------------------- */
.plus-wrapper h2.backnumber-ttl{
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}