@charset "shift-jis";
/* CSS Document */


/***　shoplist1　***/

.lists {
    width: 100%;
    margin-bottom: 80px;
}

.lists li {
	display: block;
	width: 48%;
	height:35px;
	padding:0 0 0 25px ;
	font-size:15px;
	line-height: 35px;
	box-sizing: border-box;
	margin:30px 0 0 0;
	float: left;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lists li:nth-child(odd) {
    margin-right: 4%;
}
.longname-brk {
	display: block;
	width:300px;
	line-height: 17px !important;
	float:left;
}
.lists li a {
	display: inline-block;
	width: 123px;
	height: 35px;
	line-height:35px;
	text-align: center;
	background: #C82527;
	color: #fff;
	float:right;
	position: relative;
    right: 10px;
    transition: .3s;
}
.lists li a:hover {
    background: #a02829;    
}

span.in-tax {
    font-size: 12px;
	position: relative;
	top: -15px;
}
.shoplist_ttl + p {
	font-size: 14px;
}


	
@media screen and (max-width:768px) {
    .lists {
    width: 100%;
    margin-bottom: 0;
    }   
    .lists li {
        width: 95%;
        height:35px;
        margin:20px auto 0 auto;
        padding: 0;
        font-size:13px;
        float: none;
        letter-spacing:-.08em;
    }
    .lists li:nth-child(odd) {
        margin-right: auto;
    }
    .lists li a {
        width: 80px;
        font-size:12px;
        color: #fff !important;
        right: 0;
    }
}
@media screen and (max-width: 374px) {
    .lists li {
        width: 95%;
        height:35px;
        margin:20px auto 0 auto;
        padding: 0;
        font-size:12px;
        float: none;
        letter-spacing:-.09em;
    }
}



/***　shoplist2　ダブルリンク　***/

.lists2 {
	width: 100%;
	margin-bottom: 50px;
}
.lists2 li {
	display: block;
	width: 50%;
	height:35px;
	padding:0 0 0 25px ;
	font-size:16px;
	line-height: 35px;
	box-sizing: border-box;
	margin:30px 0 0 0;
	float: left;
}
.longname-brk {
	display: block;
	width:300px;
	line-height: 17px !important;
	float:left;
}

.lists2 li a.btn-obj {
	display: inline-block;
	width: 123px;
	height: 35px;
	line-height:35px;
	text-align: center;
	background: #C82527;
	color: #ffffff !important;
	float:right;
	position: relative;
    right: 5px;
	transition:.3s;
}
.lists2 li a.btn-obj:hover {
	background:#ED6A60;
}
.longname {
	display:inline-block;
	width:342px;
	letter-spacing: -.09em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lists2 li {
	position: relative;
}

.sp-brk {
	display:none;
}
.pc-brk {
		display:inline;
	}
p.info-content-prag{
        text-align: center;
    }
.pic-wrap ul li img {
    box-sizing: border-box;
    border: solid 1px #ccc;
}
@media screen and (max-width:768px) {
	.lists2 {
		margin-bottom:50px;
	}
	.lists2 li {
		display: block;
		width: 100%;
		height:35px;
		padding:0 0 0 0 ;
		margin:20px auto 0 auto;
		font-size:13px;
		line-height: 35px;
		box-sizing: border-box;
		float: none;
		letter-spacing:-.08em;
		position: relative;
	}
    .lists2 li a {
        color: #000 !important;
    }
	.lists2 li a.btn-obj {
		display: inline-block;
		width: 80px;
		height: 35px;
		line-height:35px;
		text-align: center;
		background: #C82527;
		font-size:12px;
		color: #fff;
		float:right;
	}
	.longname {
		display:inline-block;
		width:auto;
		letter-spacing: -.15em;
		font-size:10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.longname-brk {
		display: block;
		width:auto;
		line-height: 18px !important;
		float:left;
	}

    .pc-brk {
	display:none;
}
	.sp-brk {
		display:inline;
	}
    p.info-content-prag{
        text-align: left;
    }
}
@media screen and (max-width:374px) {
    .lists2 li {
        letter-spacing: -.09em;  
    }
    .lists2 li a.btn-obj {
        width: 65px;
    }
}



#we-btn {
    width: 100%;
    margin: 40px auto;
}
#we-btn ul {
    display: flex;
    justify-content: space-between;
}
#we-btn ul li {
    width: 48%;
}
#we-btn ul li a {
    display: block;
    width: 100%;
    height: 64px;
    background: #C82527;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    padding-top: 8px;
    transition: .3s;
}
#we-btn ul li a span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 54px;
    margin: 0 0 0 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}
#we-btn ul li a span i {
    font-size: 14px;
    display: block;
    position: absolute;
    top: 4px;
    right: 6px;
}
#we-btn ul li a:hover {
    background: #ED6A60;
}
.pic-wrap {
    width: 100%;
    margin: 30px auto;
}
.pic-wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pic-wrap ul li {
    width: 31%;
    margin-bottom: 20px;
}
.pic-wrap ul li img {
    width: 100%;
    height: auto;
	margin-bottom: 5px;
}
.pic-wrap ul li h4 {
	margin-bottom: 8px;
}
.pic-wrap ul li p {
    line-height: 1.8em;
}
li.double {
    line-height: 1.1em;
}
li.double .name-dline {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    #we-btn ul {
        flex-wrap: wrap;
    }
    #we-btn ul li {
        width: 100%;
        margin: 20px auto 0 auto;
    }
#we-btn ul li a {
    display: block;
    width: 100%;
    height: 64px;
    background: #C82527;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    position: relative;
    text-indent: -2em;
    box-sizing: border-box;
    padding-top: 8px;
    transition: .3s;
}
    #we-btn ul li a span {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #fff;
        line-height: 54px;
        margin: 0 0 0 10px;
        position: absolute;
        top: 15px;
        right: 20px;
    }
    #we-btn ul li a span i {
        font-size: 14px;
        display: block;
        position: absolute;
        top: 4px;
        right: -4px;
    }
    #we-btn ul li a:hover {
        background: #ED6A60;
    }
    .pic-wrap {
        width: 100%;
        margin: 30px auto;
    }
    .pic-wrap ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pic-wrap ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .pic-wrap ul li img {
        width: 100%;
        height: auto;
    }
    .pic-wrap ul li p {
        line-height: 1.5em;
    }
    .lists {
        width: 100%;
        margin-bottom: 0;
    }
    .lists li {
        width: 95%;
        height: 35px;
        margin: 20px auto 0 auto;
        padding: 0;
        font-size: 13px;
        float: none;
        letter-spacing: -.08em;
    }
    .lists li:nth-child(odd) {
        margin-right: auto;
    }
    .lists li a {
        width: 80px;
        font-size: 12px;
        color: #fff !important;
        right: 0;
    }
    li.double {
        line-height: 1.1em;
    }
    li.double .name-dline {
        display: inline-block;
    }
    .column .txt {
        font-size: 14px;
        line-height: 1.7em;
    }
}
@media screen and (max-width: 374px) {
    .lists li {
        width: 95%;
        height: 35px;
        margin: 20px auto 0 auto;
        padding: 0;
        font-size: 12px;
        float: none;
        letter-spacing: -.09em;
    }
    .brk-320 {
        font-size:.9em;
    }
}





