a.opi__anchor {
    text-decoration: none;
    display: block;
    margin: 0 0 24px;
}

a.opi__anchor:hover {
    color: #333;
    opacity: 0.8;
}

.opi__box {
    transition: 0.5s;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    position: relative;
}

.big-opi-template-tpl-opilist .opi__box .opi__body {
    padding: 16px;
}

.big-opi-template-tpl-opilist .opi__box .opi__pickup {
	position:absolute;
	top:-12px;
	left:8px;
	font-size:13px;
	font-weight:700;
	color:#fff;
	background:#bfae6b;
	padding:2px 8px;
	margin:0;
	line-height:120%;
	z-index:10;
	transform:skewX(-10deg);
	display:none
}
.big-opi-template-tpl-opilist .opi__box.gold .opi__pickup {
    display: block;
    background: #BFAE6B;
}

.big-opi-template-tpl-opilist .opi__box.gold {
    border: 4px solid #bfae6a;
}

.big-opi-template-tpl-opilist .opi__box.silver {
    border: 4px solid silver;
}

.opi__box:hover {
    transition: 0.5s;
    box-shadow: none;
}

.big-opi-template-tpl-opilist .opi__box .opi__detail__shopname {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    border-radius: 0;
    padding: 12px 40px 12px 16px;
    background: #000;
}

.big-opi-template-tpl-opilist .opi__box .opi__detail__shopname::after {
    content: "";
    background: url(././library/images/img_arrow_right_shop.svg) no-repeat;
    width: 24px;
    height: 24px;
    border: none;
    position: absolute;
    right: 16px;
    top: 12px;
    left: inherit;
    bottom: inherit;
}

.opi__note {
    font-size: .75rem;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .area-description {
        padding: 25px 0;
        margin: 20px 0;
    }
    
    .area-description .wrap {
        padding: 0 15px;
    }
    
    .area-description h2 {
        font-size: 1.2em;
        padding: 12px 15px;
    }
    
    .area-description p {
        font-size: 0.9em;
        line-height: 1.7;
    }
    
    .opi__box:after {
        border-width: 12px;
        right: 0;
        margin-top: -12px;
    }
}
.opi__thumb{

}
.opi__thumb_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 !important;
}

.opi__inner {
    display: flex;
    gap: 1rem;
    margin: 0;
}

.opi__detail__info {
    display: flex;
    gap: 0.8rem;
    font-size: 0.8rem;
    align-items: center;
}
.opi__detail__info i {
	font-size: 16px;
	color: #000;
}

@media screen and (min-width: 769px) {
	.big-opi-template-tpl-opilist .opi__box .opi__detail__shopname {
        font-size: 22px;
	}
	.big-opi-template-tpl-opilist .opi__box .opi__detail__shopname::after {
        top: 16px;
    }
	.entry-content .opi__thumb_img {
        width: 100%;
		height: 100%;
    }
	.opi__detail__info {
		display: block;
	}
}

.opi__detail i {
    font-size: 16px;
    color: #000;
}

.opi__detail__value {
    font-size: 40px;
    color: #333;
    font-weight:700;
}

.opi__detail__tags {
    display: flex;
    gap: 8px;
    font-size: 0.8rem;
    flex-wrap: wrap;
    margin-top: 24px;
}

@media screen and (max-width: 768px) {
    .opi__detail__tags {
        font-size: 0.6rem;
    }
}

.opi__detail__tag {
    background-color: #999;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    width: 31.5%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.opi__detail__tags.is_payed > .is_card {
    background-color: #000;
}

.opi__detail__tags.is_payed > .is_line {
    background-color: #5bc463;
}

.opi__detail__tags.is_payed > .is_24h,
.opi__detail__tags.is_payed > .is_room,
.opi__detail__tags.is_payed > .is_delivery {
    background-color: #000;
}

.opi__detail__info_size{
    display: flex;
    gap: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    align-items: center;
	font-size:40px;
	color:#ff0099;
	margin:10px 0;
}

.opi__detail__access img {
    max-width: 20px;
    max-height: 20px;
    margin: 0 !important;
}

.area-template-tpl-opi .opi__box .opi__detail__shopname {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    border-radius: 0;
    padding: 12px 40px 12px 16px;
    background: #000;
}

@media screen and (min-width: 769px) {
	.opi__detail__access,
	.opi__detail__info_time,
	.opi__detail__info_yen,
	.opi__detail__article {
        margin-bottom: 8px;
    }
}



@media screen and (max-width: 768px) {
    .opi__detail__access,
    .opi__detail__article {
        font-size: 0.6rem;
    }
    
    .opi__detail__access img {
        max-width: 12px;
        max-height: 12px;
    }
    
    .opi__detail__shopname {
        font-size: 1.2rem;
    }
}

.opi__thumb_main img {
    margin-bottom: 16px;
    width: 100%;
}

.opi__detail__article i {
    color: #c72828;
}

.opi__detail__article .opi__detail__value {
    color: #c72828;
}

@media screen and (max-width: 768px) {
    .opi__detail__info {
        flex-direction: column;
        gap: 4px;
        font-size: 0.6rem;
        align-items: flex-start;
    }
}

.opi_moresearch {
    background-color: #fff;
    padding: 1rem;
    margin: 0 16px 16px;
}

.opi_moresearch__head {
    color: #333;
    font-weight: 700;
    margin: 0 0 8px;
    font-size: 14px;
}

.opi_moresearch__contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4rem 1rem;
}

@media screen and (max-width: 768px) {
    .opi_moresearch__contents {
        gap: 0;
    }
}

@media screen and (min-width: 1100px) {
    .opi__detail__tag {
        width: 18.99999%;
    }
}
