	@charset "utf-8";



/*リセットCSS（ress.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/ress/dist/ress.min.css");

.option2 {
    background: #FFC424;
}
.option1, .option2 {
    font-size: 12px;
    display: inline-block;
    width: 125px;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 20px;
}
.list-container {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    padding: 0;
}
.ie_home .list-container,.tempo_home .list-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    padding: 0;
}
.list-container .list {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 49%;
    margin-right: 1%;
    position: relative;
}
.list-container.co30 .list {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 32%;
    margin-right: 1%;
    position: relative;
}
.list {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 0px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
}
.list-container .list figure {
    margin: 0;
    width: auto;
}
figure.imgg {
    position: relative;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
figure.imgg p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-size: 4em;
    width: max-content;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #a8a8cc;
}
.list img {
    width: 100%;
}
.list-container .list figure {
    margin: 0;
    width: auto;
}
.pa10 {
    padding: 10px;
}
.pa20 {
    padding: 20px;
}

#naiyo dt,.naiyo dt {
    font-size: 14px;
}
#naiyo dt span, .naiyo dt span {
    display: inline-block;
    width: 6em;
    background: transparent;
    color: #000;
    border: none;
    text-align: left;
    border-radius: 3px;
    margin-right: 1em;
    align-self: flex-start;
    line-height: 1.5;
    position: relative;
    top: 0;
    border-radius: 13px;
    padding: 2px 7px;
    font-size: 12px;
}
.list-container .list h4 {
    margin: 10px 0;
    font-weight: normal;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
}
#naiyo dt .dai,.naiyo dt .dai {
    font-size: 18px;
    font-weight: 500;
}
.list-container .list p.btn {
    position: sticky;
    height: 60px;
    left: 45%;
    right: auto;
    bottom: 14px;
}
.pickup.slick-initialized.slick-slider .list p.btn {
    position: sticky;
    bottom: 14px;
    text-align: center;
    width: 155px;
    height: 60px;
    left: 50%;
    right: auto;
}
.list p {
    margin: 0;
    font-size: 1em;
}
.list p {
    margin: 0 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.7rem;
    line-height: 1.5em;
    max-height: 4.5em;
}
.all .list-container .list {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 32%;
    margin-right: 1%;
    position: relative;
}
.font20 {
        font-size:20px;
}
@media screen and (min-width: 1100px) {
}

@media screen and (min-width: 1100px) {
    .list-container {
        flex-direction: row;
    }
}
@media screen and (min-width: 900px) {
    #naiyo dt .dai,.naiyo dt .dai {
        font-size: 20px;
    }
}
@media screen and (max-width: 745px) {

	.all .list-container .list {
	    flex-direction: column;
	    justify-content: space-between;
	    align-items: stretch;
	    width: 49%;
	    margin-right: 1%;
	    position: relative;
	}
}
@media screen and (max-width: 501px) {

	.all .list-container .list {
	    flex-direction: column;
	    justify-content: space-between;
	    align-items: stretch;
	    width: 100%;
	    margin-right: 0;
	    position: relative;
	}
}

