@charset "UTF-8";

/* ----------------------------------
 StoreBlog Detail
---------------------------------- */
#storeblog_detail { margin: 0 0 100px 0;}
#storeblog_detail .design-title { padding: 0 0 20px 0; margin: 0 0 40px 0; border-bottom: #DFE4E6 1px solid; font-family: "roc-grotesk", sans-serif; font-size: 34px; font-weight: 800; font-style: normal; text-align: center; line-height: 1.0; color: #0047BA;}
.storeblog-detail-frame { padding: 0 60px;}
.storeblog-detail-frame p { font-size: 16px; line-height: 2.0;}
.storeblog-detail-header { margin: 0 0 20px 0;}
.storeblog-detail-header .block-icon { margin: 0 0 10px 0;}
.storeblog-detail-header .blog-data { margin: 0 0 20px 0; display: flex;}
.storeblog-detail-header .blog-data .date { margin: 0 20px 0 0; font-size: 14px; word-break: keep-all; color: #0047BA;}
.storeblog-detail-header .blog-data .store-name { font-size: 14px; color: #0047BA;}
.storeblog-detail-header .blog-data .store-name .category { display: none;}
.storeblog-detail-header .blog-data .store-name .category:last-child { font-size: 14px; font-weight: 600; color: #0047BA; display: block;}
.storeblog-detail-header .title { padding: 0; margin: 0; font-size: 18px; font-weight: 700;}

.storeblog-store-data { padding: 0 60px; margin: 80px 0;}
.storeblog-store-data .store-name { padding: 0 0 10px 0; margin: 0 0 30px 0; border-bottom: #0047BA 2px solid; font-size: 16px; font-weight: 400; text-align: center; line-height: 1.2; color: #0047BA;}
.storeblog-store-data .store-name a { font-size: 16px; font-weight: 400; text-decoration: none; color: #0047BA;}
.storeblog-store-data .store-desc { width: 100%; border: #DFE4E6 1px solid; display: flex; justify-content: space-between; align-items: center;}
.storeblog-store-data .store-desc .store-address { width: 50%; padding: 20px; font-size: 14px; line-height: 2.0; box-sizing: border-box;}
.storeblog-store-data .store-contact { width: 50%; border-left: #DFE4E6 1px solid; box-sizing: border-box;}
.storeblog-store-data .store-contact dl { width: 100%; display: flex; justify-content: space-between;}
.storeblog-store-data .store-contact dl + dl { border-top: #DFE4E6 1px solid;}
.storeblog-store-data .store-contact dt { width: 100px; padding: 15px; border-right: #DFE4E6 1px solid; display: flex; justify-content: center; align-items: center; background: #F0F5F7;}
.storeblog-store-data .store-contact dd { width: calc(100% - 100px); padding: 15px 20px;}

.side-navigation-frame #storeblog_category_list li.layer01 > a { font-weight: 600;}
.side-navigation-frame #storeblog_category_list li.layer02 > a { font-weight: 600;}
.side-navigation-frame #storeblog_category_list li.layer02 a { padding-left: 15px;}
.side-navigation-frame #storeblog_category_list li.layer03 a { padding-left: 30px;}
.side-navigation-frame #storeblog_category_list li.layer01 > a::after,
.side-navigation-frame #storeblog_category_list li.layer02 > a::after { transform: rotate(135deg); top: calc(50% - 6px);}
.side-navigation-frame #storeblog_category_list li.layer01 > a.open::after,
.side-navigation-frame #storeblog_category_list li.layer02 > a.open::after { transform: rotate(-45deg); top: calc(50% - 2px);}
.side-navigation-frame #storeblog_category_list li.layer03 a::after { display: none !important;}
