@charset "Shift_JIS";

/*==============================================
 共通 ここから
================================================*/
#packrice-column img {
  width: 100%;
}
#packrice-column .top-img {
    margin-bottom: 3%;
    max-width: 700px;
}
#packrice-column a:hover {
    opacity: .75;
}
#packrice-column a:hover p{
    color: #222;
}
/* 税込 */
#packrice-column .buy_price>ul .price.sale+.intax,.buy_price>ul .intax {
    display: none !important;
}
/* セール時の文字色変更 */
#packrice-column .spesicalprice {
    display: none !important;
}
/* pc-削除 */
#packrice-column .pc-none {
    display: none;
}
/* パンくず一行に収める */
#topicPath, #topicPath2 {
    display: flex;
    align-items: center;
}
#topicPath li.active {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* font-size: .8em; */
}
/* マーカー */
#packrice-column span.marker {
    background: linear-gradient(transparent 50%, #ffe69b 50%);
    font-size: 1em;
    font-weight: 500;
}
/*==============================================
 共通 ここまで
================================================*/
#packrice-column a {
    background-color: transparent;
    opacity: 1;
    color: #2662c1 !important;
    font-size: 1.05rem !important;
    text-decoration: underline;
}
#packrice-column a:hover {
    opacity: .75;
}
#packrice-column h1 {
    margin-bottom: 3%;
}
#packrice-column p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2%;
    font-weight: 300;
}
#packrice-column br {
    margin: 1% 0;
    display: block;
    content: '';
}
#packrice-column h2 {
    margin-top: 2%;
    margin-bottom: 1%;
    padding: 1rem 2rem;
    border-left: 5px solid #eb0012;
    background: #f4f4f4;
}
#packrice-column h3 {
    margin-top: 1%;
    margin-bottom: 1%;
    padding: .5rem 2rem;
    border-left: 5px solid #ffa838;
    background: #f4f4f4;
}
#packrice-column .contents-img {
    width: 100%;
    max-width: 700px;
}
#packrice-column .thumbnail {
    width: 100%;
}
/*==============================================
 おすすめ商品 ここから
================================================*/
#packrice-column .osusume-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#packrice-column .osusume-item .item {
    width: 23%;
    text-decoration: none;
}
#packrice-column .osusume-item .item h4{
    color: #222;
    text-align: center;
    font-size: 1.1rem;
}
#packrice-column .osusume-item .item h4 span{
    font-size: 1.05rem;
}
#packrice-column .osusume-item .item .buy_price{
    position: relative;
    text-align: center;
}
#packrice-column .osusume-item .item .buy_price::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4rem;
    height: .4rem;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    top: 0%;
    bottom: 0;
    right: 25%;
    margin: auto auto 3.7%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#packrice-column .osusume-item .item .price,
#packrice-column .osusume-item .item .sale,
#packrice-column .osusume-item .item .price.sale{
    color: #222 !important;
    font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
    #packrice-column .osusume-item {
        gap: 4%;
    }
	#packrice-column .osusume-item .item {
        width: 48%;
    }
}
/*==============================================
 おすすめ商品 ここまで
================================================*/
#packrice-column .ai-text {
    /* background-color: #ffe7e9; */
    box-sizing: border-box;
    /* display: inline-block; */
    width: 100%;
    max-width: 700px;
    margin-top: 2%;
}
#packrice-column .ai-text p{
    font-size: 1rem;
    /* padding: .5em 1em; */
    /* margin-bottom: 2%; */
    display: inline-block;
    white-space: nowrap;
}
/*==============================================
 目次 ここから
================================================*/
#packrice-column .agenda {
    width: 100%;
    max-width: 700px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}
#packrice-column .agenda-title {
    position: relative;
    font-size: 1.1rem;
    margin-bottom: 0%;
    padding: .8em;
    background: #383838;
    color: #FFF;
}
#packrice-column .agenda-title::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .5rem;
    height: .5rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .3s ease 0s;
}
#packrice-column .agenda-title.show::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .3s ease 0s;
}
#packrice-column .agenda-list {
    margin-left: -1%;
    box-sizing: border-box;

    /* display: none; */
    height: 0;
    overflow: hidden;
    padding: 0;
}
#packrice-column .agenda-list.show {
    /* display: block; */
    height: auto;
    padding: 5% 3% 3%;
}

#packrice-column .agenda-list li a{
    font-size: .95rem !important;
    margin-bottom: 1%;
    /* color: #222 !important; */
    /* text-decoration: none; */
    font-weight: 300;
}
#packrice-column .agenda-list ol {
    counter-reset: section;
    list-style-type: none;
    margin-left: 2%;
    font-size: 1rem;
}
#packrice-column .agenda-list > ol > li {
    margin-bottom: 3%;
}
#packrice-column .agenda-list > ol > li > ol > li {
    margin-bottom: 1.5%;
}
#packrice-column .agenda-list > ol > li > ol > li:nth-child(1) {
    margin-top: 1.5%;
}
#packrice-column .agenda-list ol > li > a {
    margin-bottom: 1%;
}
#packrice-column .agenda-list li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
    font-size: 1.05rem;
    color: #2b2b2b;
    font-weight: 300;
    margin-right: .5%;
}
/*==============================================
 目次 ここまで
================================================*/

/*==============================================
 回遊ボタン ここから
================================================*/
#packrice-column .osusume-category {
    width: 100%;
    display: flex;
    justify-content: center;
}
#packrice-column .osusume-category a{
    position: relative;
    color: #FFF !important;
    background-color: #eb0012;
    border-radius: 100vw;
    text-decoration: none;
    padding: .8em 2.5em;
    margin-top: 4%;
    display: flex;
    align-items: center;
}
#packrice-column .osusume-category a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4rem;
    height: .4rem;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    right: 7%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
/*==============================================
 回遊ボタン ここまで
================================================*/