@charset "utf-8";


/*----------------------------------------------

itemArea

-----------------------------------------------*/

#itemArea {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 80px;
}

#itemArea h2.tit01 {
    font-size: 2.6rem;
    font-weight: normal;
    position: relative;
}

#itemArea h2.tit01 span {
    font-size: 3.0rem;
    font-weight: bold;
    padding: 0 0.5em;
}

a.btnback {
	display: inline-block;
	text-align: center;
	width: 150px;
	padding: 10px 0;
	border: 1px solid #ccc;
	text-decoration: none;
	margin: 0 0 0 20px;;
	color: #fff;
	background: #333b5f;
	font-size: 1.4rem;
}

a.btnback:hover {
	opacity: 0.7;
}


#itemArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 50px 0 0;
}

#itemArea ul li {
    width: 275px;
    margin: 0 33px 40px 0;
}

#itemArea ul li:nth-of-type(4n) {
    margin-right: 0;
}


#itemArea ul li a {
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in 0s;
}

#itemArea ul li a img {
    width: 275px;
    height: 240px;
    display: block;
    margin-bottom: 15px;
    object-fit: cover;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #fff;
    padding: 15px;
}

#itemArea ul li a p {
    font-size: 1.7rem;
    color: #333c5e;
}

#itemArea ul li a p small {
    display: block;
    font-size: 1.0rem;
    color: #333;
}

#itemArea ul li a p span {
    display: block;
    font-size: 1.3rem;
    color: #333;
    padding-top: 5px;
}

#itemArea ul li a p span.sale {
    display: inline-block;
	color: #ff0000;
	font-size: 75%;
	border: 2px #ff0000 solid;
	padding: 2px 4px;
}

#itemArea ul li a p span.sale.blue {
	color :#0000ff;
	border: 2px #0000ff solid;
}

#itemArea ul li a:hover {
    text-decoration: underline;
}

#itemArea ul li a:hover img {
    opacity: 0.7;
}

#itemArea ul li.first {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-bottom: 50px;
}

#itemArea ul li.first p {
    text-align: center;
}

#itemArea ul li.first a {
    display: block;
    padding: 10px;
    height: 320px;
    box-sizing: border-box;
    text-decoration: none;
    background: #fff;
    transition: all 0.2s ease-in 0s;
}

#itemArea ul li.first a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #fff;
    padding: 5px;
    box-sizing: border-box;
}

#itemArea ul li.first a p {
    font-size: 2.1rem;
    color: #333c5e;
    font-feature-settings: "palt";
}

#itemArea ul li.first a:hover {
    background: #353e60;
}

#itemArea ul li.first a:hover img {
    opacity: 1;
    border: 1px solid #ccc;
}

#itemArea ul li.first a:hover p {
    color: #fff;
}

.textBox h2.tit01 {
    margin-bottom: 50px;
}

.textBox p {
    font-size: 1.8rem;
    margin-top: 25px;
}

p.keynm {
    text-align: right;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.wp-pagenavi .current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    color: #fff;
    background: #333c5e;
    margin: 0 5px 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #999;
    text-decoration: none;
    color: #333;
    line-height: 1.0;
    margin: 0 5px 10px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #999;
    text-decoration: none;
    color: #333;
    line-height: 1.0;
    margin: 0 5px 10px;
}

.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .page:hover {
    background: #E5E7F1;
}



@media screen and (max-width: 959px) {/*タブレット*/}
@media screen and (max-width: 559px) {

/*----------------------------------------------

itemArea

-----------------------------------------------*/

#itemArea h2.tit01 {
    font-size: 1.6rem;
    font-weight: normal;
}

#itemArea h2.tit01 span {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 0.5em;
}

#itemArea {
    width: 90vw;
    margin: 0 auto;
    padding: 0 0 10vw;
}

#itemArea ul {
    margin: 6vw 0 15.38vw;
    justify-content: space-between;
}

#itemArea ul li {
    width: 43vw;
    margin: 0 0 5vw 0;
    background: #fff;
    transition: all 0.2s ease-in 0s;
}

#itemArea ul li:nth-of-type(4n) {
    margin-right: 0;
}


#itemArea ul li a {
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in 0s;
}

#itemArea ul li a img {
    width: 100%;
    height: 38.46vw;
    margin-bottom: 1.5vw;
    padding: 1.5vw;
}

#itemArea ul li a p {
    font-size: 1.5rem;
}

#itemArea ul li a p span {
    padding-top: 1.5vw;
}

#itemArea ul li.first {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-bottom: 5vw;
}

#itemArea ul li.first p {
    text-align: center;
}

#itemArea ul li.first a {
    display: block;
    padding: 1.5vw 1.5vw 3vw;
    height: auto;
    box-sizing: border-box;
    text-decoration: none;
    background-color: inherit;
    transition: all 0.2s ease-in 0s;
}

#itemArea ul li.first a img {
    width: 100%;
    height: 38.46vw;
    margin-bottom: 1.5vw;
    padding: 1vw;
}

#itemArea ul li.first a p {
    font-size: 1.4rem;
}

#itemArea ul li.first:hover,
#itemArea ul li.first a:hover {
    background: #353e60;
}

#itemArea ul li.first a:hover img {
    opacity: 1;
    border: 1px solid #ccc;
}

#itemArea ul li.first:hover a p,
#itemArea ul li.first a:hover p {
    color: #fff;
}

.textBox {
    padding-bottom: 10vw;
}

.textBox h2.tit01 {
    margin-bottom: 5vw;
}

.textBox p {
    font-size: 1.4rem;
    margin-top: 1.5em;
}

a.btnback {
	width: auto;
	padding: 2vw 5vw;
	margin: 0 0 0 5vw;
	font-size: 1.3rem;
}

}



















