@charset "utf-8";
@import url('color.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: 25px 20px;
    background: url(../images/pc-bg.jpg) no-repeat;
    background-size: 100%;
    background-position: top left;
    background-color: #ffe100;
    margin-bottom: 20px;
}
.plus-wrapper .header h1{
    margin: 10px auto;
}
.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 auto 15px;
    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 8px;
    line-height: 1.5em;
    font-size: 1.1em;
}
.plus-wrapper .header .txt .shop-block h2 span.small-font{
    display: block;
    font-size: 0.7em;
}
.plus-wrapper .header .txt .shop-block h2 a{
    color: #000000;
    text-decoration: underline;
}
.plus-wrapper .header .txt .shop-block p{
    color:#383838;
}
.plus-wrapper .header .txt .shop-block p.up-date{
    display: flex;
    align-items: center;
    text-align: right;
    margin-bottom: 5px;
}
.plus-wrapper .header .txt .shop-block p.up-date:after{
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    margin-left: 1rem;
}
.plus-wrapper .header .txt .shop-block .shop-name{
    padding-top: 17px;
    padding-bottom: 10px;
    padding-left: 37px;
    background: url(../images/icon.png) no-repeat;
    background-size: 7%;
    background-position: left;
}
.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: 6px solid #000000;
    font-weight: bold;
}
.plus-wrapper .header .btn a:hover {
	background: #e6e6e6;
}

/* list
----------------------- */
.plus-wrapper .list {
	overflow: hidden;
	padding: 15px 0 0;
    margin-bottom: 30px;
}
.plus-wrapper .list h2{
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 2.2em;
}
.plus-wrapper .list h2 span.icon{
    width: 66px;
    display: inline-block;
    padding-right: 10px;
}
.plus-wrapper .list .item{
    margin-bottom: 30px;
}
.plus-wrapper .list .item h3 {
    position: relative;
    width: 760px;
    background: url(../images/pc-h3-bg.jpg) repeat-y 0 0;
    background-position: top left;
    background-size: 100%;
    color: #000000;
    padding: 8px 230px 8px 50px;
    box-sizing: border-box;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.4em;
    font-size: 1.1em;
}
.plus-wrapper .list .item h3:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 20px;
    bottom: -15px;
    border-top: 15px solid #000000;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.plus-wrapper .list .item h3 a{
    color: #000000;
}
.plus-wrapper .list .item dl dt{
    width: 220px;
    float: left;
    margin-right: 25px;
}
.plus-wrapper .list .item dl dt a:hover{
    opacity: 0.7;
}
.plus-wrapper .list .item dl dd{
    width: 512px;
    float: left;
    margin: 10px 0;
}
.plus-wrapper .list .item dl dd p.up-date{
    font-size: 1.0em;
    margin-bottom: 10px;
}
.plus-wrapper .list .item dl dd p.lead{
}
.plus-wrapper .list .item dl dd p.shop-name{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 37px;
    background: url(../images/icon.png) no-repeat;
    background-size: 4%;
    background-position: left;
    margin-top: 5px;
}