@charset "utf-8";

/* bland Style
-------------------------------*/
.pc-img{
    display:block;
}

.sp-img{
    display:none;
}

.content_wrap {
	margin-bottom:40px;
}
.crumbsList {
	margin-bottom:0px;
}
.cdnt-mainContents {
	overflow:hidden;
    min-height:550px;
    max-width: 1280px;
    margin:0 auto;
    padding:0 20px;
    background-color: rgb(249,248,248);
}

.mainContentsInner {
	margin: 0;
	text-align: center;
}

.mainContentsInner .topContents {
    padding-bottom: 4%;
}
.main-view {
	margin-bottom:5.7%;
}

h2.title{
	font-family:'Libre Baskerville', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana, sans-serif;
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:50px;
	padding-left: 90px;
}
#cdnt-wrap .cnt-wrap {
    position: relative;
    width: 100%;
    max-width:1280px;
    margin: auto;
}
#cdnt-wrap {
    padding-bottom: 6%;
}
#cdnt-wrap .cnt-wrap .row {
    padding:0;
}
#cdnt-wrap .cnt-wrap .row .item-wrap {
    position:relative;
    width:auto;
}
#cdnt-wrap .cnt-wrap .row > ul.item-list-4x1 {
    overflow:hidden;
    margin-left: 3%;
    margin-right: 3%;
}
#cdnt-wrap .cnt-wrap .row > ul.item-list-4x1 > li {
    float:left;
    width: 23.8%;
    text-align: center;
    font-size: 1.4rem;
    margin-left: 1.5%;
    margin-bottom: 2%;
}
#cdnt-wrap .cnt-wrap .row > ul.item-list-4x1 > li:first-child {
    margin-left:0;
}

#cdnt-wrap .cnt-wrap .row > ul.item-list-4x1 > li:nth-child(4n+1) {
    clear:both;
    margin-left:0;
}

.s_ttl {
	width:50%;
	margin:auto;
    margin-bottom: 4%;
}

#cdnt-wrap .item-wrap .p_link {
    padding: 8% 0;
    width: 20vw;
    max-width: 260px;
    margin: auto;
}

#cdnt-wrap .item-wrap .p_link ul {
    font-size: 1.4rem;
    margin: 0;
    text-align: left;
}

#cdnt-wrap .item-wrap a {
	text-decoration: underline;
}

#cdnt-wrap .item-wrap a:link {
    color:#1e90ff;
}

#cdnt-wrap .item-wrap a:visited {
    color:#666666;
}

#cdnt-wrap .item-wrap a:hover,
#cdnt-wrap .item-wrap a:active {
    color:#b3b3b3;
}

#cdnt-wrap .btn-wrap {
    margin-top: 4%;
}

.coordinate .topContents .cnt-wrap {
	width: 100%;
}

#cdnt-wrap .item-wrap .img-wrap img {
    width: 20vw;
    height: 20vw;
    object-fit: cover;
    max-width: 260px;
    max-height: 260px;
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

span.price {
	text-align: right;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*
.cnt-wrap .row .item-wrap > span{
    position:absolute;
    top:auto;
    left:0;
    right:0;
    bottom:0;
    margin-bottom:10px;
    width:100%;
    text-align:center;
    color:#000;
    line-height:1.5rem;
    background-color:transparent;
    font-size:10px;
    font-size:1rem;
    font-weight:bold;
}

.cnt-wrap .row .item-wrap > img {
    width:14%;
    position:absolute;
    top:3%;
    right:8%;
    text-align:center;
    color:#fff;
    line-height:1rem;
    background-color:transparent;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
*/
@media only screen and (max-width: 750px){
	.pc-img{
	    display:none;
	}

	.sp-img{
	    display:block;
	}

	.mainContentsInner .topContents {
		 padding-bottom: 0;
	}

    .cdnt-mainContents {
        min-height:450px;
        padding:0;
        margin:0;
        width:100%;
        background-color: rgb(249,249,249);
    }

    .coordinate {
        width: 100%;
    }

	#cdnt-wrap {
	    margin-bottom: 10%;
	}
    #cdnt-wrap .cnt-wrap .row > ul.item-list-4x1 {
        margin:0;
    }

	#cdnt-wrap .cnt-wrap .row > ul.item-list-4x1 > li {
	    clear: both;
	    width: 100%;
	    text-align: center;
	    font-size: 1.4rem;
	    margin-left: 0;
		margin-bottom: 0;
        margin-top: 1%;
	}

    #cdnt-wrap .cnt-wrap .row > ul.item-list-4x1 > li:first-child {
        margin-top: 0;
    }

	#cdnt-wrap .item-wrap .img-wrap img {
	    width: 100vw;
	    height: 100vw;
	    object-fit: cover;
	    max-width: none;
	    max-height: none;
	}

	.object-fit-img {
	  object-fit: cover;
	  font-family: 'object-fit: cover;'
	}

	span.price {
	    text-align: right;
	    width: 100%;
	    display: inline-block;
	}

	.main-view {
        margin-bottom: 4%;
	}

	.list_wrap {
        margin: 7vw 0;
        display: table;
	}

	.s_ttl {
		width: 30%;
		margin: 0;
		display: table-cell;
        vertical-align: middle;
	}
	.s_ttl img{
	   width: 80%;
	}
	.s_link {
        clear: both;
		display: table-cell;
		width: 70%;
        font-size: 1.4rem;
        text-align: left;
	    margin: auto;
	    line-height: 4vw;
        padding-right: 2%;
	}
	.s_link a {
		color:#008cba;
	}
	.btn_wrap {
	 	width: 92%;
	 	margin:auto 4%;
	}

	#cdnt-wrap .btn-wrap {
	    width:92%;
	    margin: 9% auto;
	}
	#citm-wrap {
	    border-top: 1px solid #cccccc;
	}
}

.goods_name {
    font-size: 1.4rem;
}
.goods_price {
    font-size: 1.4rem;
    height: unset;
}
@media screen and (max-width: 1280px) {
    .goods_name {
        font-size: 1.1vw;
    }
    .goods_price {
        font-size: 1.1vw;
    }
}

@media screen and (max-width: 1000px) {
    .goods_name {
        font-size: 1.3vw;
    }
    .goods_price {
        font-size: 1.3vw;
    }
}
@media screen and (max-width: 800px) {
    .goods_name {
        font-size: 0.5vw;
    }
    .goods_price {
        font-size: 0.5vw;
    }
}
@media screen and (max-width: 750px) {
	.goods_name {
	    font-size: 1.4rem;
	    line-height: 4vw;
	}
	.goods_price {
	    font-size: 1.4rem;
	    height: 8vw;
	}
}