<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*-------------------------------------
    ヘッダ
-------------------------------------*/
.header_top {
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding: 7px 0;
}
.header_top .width_block , .header_bottom .width_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top .width_block p {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.ht_link {
    width: 70%;
}
.ht_link ul {
    display: flex;
    justify-content: right;
    align-items: center;
}
.ht_link ul li {
    margin-right: 3%;
}
.ht_link ul li:last-child {
    margin-right: 0;
}
.ht_link ul li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.ht_link ul li a:hover {
    color: #A41F24;
}

.header_bottom {
    padding: 10px 0;
}
.hb_logo a {
    display: block;
}
.hb_logo a img {
    max-width: 210px;
}
.hb_link {
    width: 70%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.h_sns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 18%;
}
.h_sns p:first-child {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    margin: 0;
}
.h_sns p {
    margin-right: 15px;
}
.h_sns p:last-child {
    margin-right: 0;
}
.h_sns p a {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
}
.h_tel {
    width: 250px;
    margin-right: 10px;
}
.h_icon ul {
    display: flex;
    align-items: center;
    padding: 0 !important;
    list-style-type: none !important;
}
.h_icon ul li {
    max-width: 60px;
}
.h_icon ul li a {
    color: #333;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.h_icon ul li img {
    display: block;
    width: 30px;
}
.h_icon ul li p {
    text-align: center;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    line-height: 2;
    margin: 0;
}

.gnav_search .width_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h_search {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}
.search_bar {
    width: 400px;
    background: #F5F5F5;
    margin-right: 10px;
}
.search_bar form {
    border: none;
    overflow: hidden;
}
.search_bar input.searchbox {
    background: #F5F5F5;
    font-family: "Noto Serif JP", serif;
    border: none;
    float: left;
    height: 40px;
    padding: 0 5%;
    width: 87%;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
    font-size: 13px;
}
.search_bar input.searchbox:focus {
    background: #F5F5F5 !important;
}
.search_bar .searchSubmit {
    background: url(https://www.manzokunaokaimono.com/pic-labo/icon_search_black.png) no-repeat;
    background-size: 20px;
    background-position: center;
    float: right;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding-left: 50px;
}

.search_popup {
    width: 160px;
}
.search_popup a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    background-color: #A41F24;
    color: white;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.search_popup a:hover {
    background-color: #91171b;
}
.search_popup a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    position: absolute;
    right: 10px;
    top: 45%;
    transform: rotate(-45deg);
    transition: all 0.2s ease-out;
}

@media(max-width:1024px){
.h_sns {
    width: 22%;
}
}

@media(max-width:960px){
.h_sns p {
    margin-right: 12px;
}
    
.h_tel {
    width: 230px;
}    
.tel_area a img {
    width: 30px;
    margin-right: 10px;
}    
    
.h_icon ul li {
    max-width: 50px;
}       
.h_icon ul li img {
    width: 25px;
}    
    
.search_bar {
    width: 250px;
}
.search_bar input.searchbox {
    width: 80%;
} 
}

@media(max-width:768px){
.header_top .width_block p {
    width: 100%;
    text-align: center;
}   
.ht_link , .h_sns , .h_tel , .h_icon ul li.hi_smp {
    display: none;
}
.hb_link {
    width: 62%;
    margin-right: 8%;
} 
.hb_logo a img {
    max-width: 180px;
}  
.h_icon ul li p {
    line-height: 1.6;
}    
}

@media(max-width:640px){
.hb_link {
    width: 60%;
    margin-right: 10%;
} 
}

@media(max-width:580px){
.header_bottom .width_block {
    width: 96%;
}
}

@media(max-width:480px){
.hb_link {
    width: 58%;
    margin-right: 12%;
} 
.hb_logo a img {
    max-width: 150px;
}      
}

@media(max-width:414px){
.hb_link {
    width: 56%;
    margin-right: 14%;
} 
}

/*-------------------------------------
    ハンバーガーメニュー
-------------------------------------*/
@media(max-width:768px){
div#header_area {
    position: relative;
} 
li#header-nav-drawer {
    display: inline-block;
    position: fixed;
    right: 2%;
    top: 50px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    z-index: 100;
    cursor: pointer;
    white-space: nowrap;
}    
#header-nav-drawer span {
    display: block;
    position: absolute;
    top: 50%;
    left: 17%;
    width: 35px;
    height: 1px;
    margin: 0;
    background: #333;
    transition: .3s;
}
#header-nav-drawer span::before, #header-nav-drawer span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 1px;
    background: #333;
    transition: .3s;
}    
#header-nav-drawer span::before {
    margin-top: -14px;
}  
#header-nav-drawer span::after {
    margin-top: 11px;
}    
}

@media(max-width:480px){
li#header-nav-drawer {
    top: 43px;
}
}

/*-------------------------------------
    グローバルナビ
-------------------------------------*/
.gnav_search {
    background: #fff;
    position: relative;
    z-index: 100;
    margin-bottom: 10px;
}
.gnav ul {
    display: flex;
    width: 500px;
}
.gnav li {
    width: calc(100% / 2);
    border-left: 1px solid #D5D5D5;
    box-sizing: border-box;
}
.gnav li:last-child {
    border-right: 1px solid #D5D5D5;
}
.gnav li &gt; p {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}
.gnav li:hover p {
    color: #A41F24;
    transition: .5s;
}
.gnav li &gt; p span {
  display: inline-block;
  position: relative;
}
.gnav li &gt; p span::after {
    content: "";
    display: block;
    width: 5px;    
    height: 5px;
    right: -15px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}
.gnav li:hover &gt; p span::after {
    border-bottom: 1px solid #A41F24;
    border-right: 1px solid #A41F24;
    transform: rotate(225deg);
    transition: all 0.2s ease-in-out;
}
.gnav p.sub-menu.active + .mega-menu {
    display: block;
    background: #fff;
    opacity: 1;
    transition: .5s;
    box-shadow: 0px 10px 10px -6px #00000020;
}
.gnav li .mega-menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 34px;
    left: 0;
    opacity: 0;
    transition: .5s;
}
.gnav li .mega-menu::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    border-top: 1px solid #D8D8D8;
}
.mega-menu .menu.width_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 10px;
}
.mega-menu .menu a {
    width: 23.5%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 0 3% 10px 0;
    margin: 0 2% 10px 0;
    border-bottom: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.mega-menu .menu a:nth-child(4n) {
    margin: 0 0 10px 0;
}
.mega-menu .menu a:hover {
    opacity: 1;
    color: #A41F24;
}
.mega-menu .menu a:after{
    content: '';
    width: 5px;
    height: 5px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    display: block;
    position: absolute;
    right: 10px;
    top: 45%;
    transform: rotate(-45deg);
    transition: all 0.2s ease-out;
}
.mega-menu .menu a:hover:after {
    border-right: 1px solid #A41F24;
    border-bottom: 1px solid #A41F24;
}
.mega-menu .menu a img {
    display: block;
    width: 65px;
    margin-right: 5%;
}

@media(max-width:1024px){
.gnav ul {
    width: 300px;
}
}

@media(max-width:768px){
.gnav_search {
    margin-bottom: 0;
}    
.gnav, .search_bar,.search_popup {
    display: none;
}
}

/*-------------------------------------
    重要なお知らせ
-------------------------------------*/
.important_info {
    background: #333;
    color: #fff;
    padding: 10px 0;
}
.important_info .width_block {
    display: flex;
    align-items: center;
}
.ii_ttl {
    width: 200px;
}
.ii_ttl p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.ii_txt p {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.ii_txt p a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.3em;
}

@media(max-width:580px){
.important_info .width_block {
    flex-wrap: wrap;
    justify-content: center;
}    
.ii_ttl {
    width: 100%;
    margin-bottom: 5px;
}     
}

@media(max-width:480px){
.ii_txt p {
    font-size: 12px;
    line-height: 1.4;
} 
}

/*-------------------------------------
    カート情報表示（PC_header03）
-------------------------------------*/
.member_info_cart_info .member_nav_cart {
    position: relative;
    padding-top: 5px;
}
.member_info_cart_info .member_nav_cart .item_cnt {
    border: 1px solid #A41F24;
    background-color: #A41F24;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    padding: 1px 4px 3px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 3px;
    border-radius: 100px;
    min-width: 8px;
    min-height: 10px;
}

/*-------------------------------------
    絞り込み検索（ポップアップ）
-------------------------------------*/
.popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.popup_content {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: auto;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.popup_refine_search {
    width: 100%;
    height: 100%;
    padding: 50px 5%;
    max-height: 85vh;
    overflow-y: auto;
    box-sizing: border-box;
}

/*閉じるボタン*/
.close_btn {
    position: absolute; 
    top: -50px;
    right: -50px; 
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001; 
    display: none; 
    width: 50px; 
    height: 50px; 
}
.close_btn::before,.close_btn::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.close_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*見出し*/
.popup_refine_search p {
    width: 30%;
    font-size: 16px;
    font-weight: bold;
}

/*検索バー*/
.prs_bar {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.prs_bar form {
    width: 70%;
}
.prs_bar input.searchbox {
    width: 100%;
    max-width: 400px;
    height: 40px;
    background: #fff;
    font-family: "Noto Serif JP", serif;
    float: left;
    font-size: 13px;
    padding: 0 3%;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
}

/*カテゴリー*/
.prs_cate {
    margin-bottom: 30px;
}
.popup-accordion .acd-check {
    display: none;
}
.popup-accordion {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.popup-accordion label.acd-label {
    width: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    font-size: 14px;
    font-weight: bold;
    margin: 0 4% 2% 0;
}
.popup-accordion .acd-content {
    width: 70%;
}
.popup-accordion .acd-content ul.koCate {
    display: flex;
    flex-wrap: wrap;
}
.popup-accordion .acd-content ul.koCate li {
    list-style-type: none;
    position: relative;
    margin: 0 2% 10px 0;
    font-size: 14px;
}
.popup-accordion .acd-content ul.koCate li input[type="checkbox"] {
    display: none;
}
.popup-accordion .acd-content ul.koCate li label {
    display: block;
    background: #fff;
    color: #333;
    text-align: center;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 5px 15px;
    cursor: pointer;
    transition: .5s;
}
.popup-accordion .acd-content ul.koCate li input[type="checkbox"]:checked + label {
    background: #333;
    color: #fff;
    border-color: #333;
}

/*価格*/
.prs_price {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.prs_price #price_form {
    width: 70%;
    display: flex;
    align-items: center;
}
.prs_price input {
    width: 150px;
    height: 40px;
    padding: 5px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    font-size: 16px;
    margin-right: 10px;
}
.prs_price .price_label {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

/*ボタン*/
.prs_btn {
    text-align: center;
    position: relative;
}
.prs_btn:before {
    content: "";
    display: block;
    background-image: url(https://www.manzokunaokaimono.com/pic-labo/icon_search_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30%;
    left: 35%;
}
.prs_btn input {
    width: 100%;
    height: auto;
    max-width: 500px;
    font-family: "Noto Serif JP", serif;
    background: #a41e24;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 0;
    padding: 15px 0;
    transition: .5s;
}
.prs_btn input:hover {
    background-color: #91171b;
    transition: .5s;
}

@media(max-width:960px){
/*見出し*/
.popup_refine_search p {
    font-size: 15px;
} 
}

@media(max-width:768px){
.popup_content {
    width: 65%;
}    
.popup_refine_search {
    padding: 50px 7%;
    max-height: 75vh;
}   
    
/*閉じるボタン*/    
.close_btn {
    position: absolute;
    top: 102%;
    right: 45%;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    display: none;
    width: 50px;
    height: 50px;
} 
    
/*見出し*/
.popup_refine_search p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
} 
    
/*検索バー*/
.prs_bar {
    flex-wrap: wrap;
}
 
/*カテゴリー*/
.popup-accordion {
    margin-top: 0;
}    
.popup-accordion label.acd-label {
    position: relative;
    width: 100%;
    font-size: 15px;
    padding: 15px 0;
    margin: 0 0 3% 0;
}
.popup-accordion .acd-check:checked + .acd-label {
    margin-bottom: 0;
}
.popup-accordion .acd-label:after {
    content: '';
    width: 5px;
    height: 5px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    display: block;
    position: absolute;
    right: 20px;
    top: 40%;
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
}
.popup-accordion .acd-check:checked + .acd-label:after{
    right: 20px;
    top: 40%;
    transform: rotate(225deg);
	transition: all 0.2s ease-out;
}
.popup-accordion .acd-content{
    width: 100%;
    display: block;
    height: 0;
    opacity: 0;
    transition: all .3s ease-out;
    visibility: hidden;
    margin-bottom: 0;
}
.popup-accordion .acd-check:checked + .acd-label + .acd-content {
    height: max-content;
    opacity: 1;
    visibility: visible;
	transition: all .3s ease-out;
    margin-bottom: 20px;
}
.popup-accordion .acd-content ul.koCate {
    margin-top: 20px;
}    
.popup-accordion .acd-content ul.koCate li a , .popup-accordion.acd-content .acd_category_link a  {
    display: none;
}
.popup-accordion .acd-check:checked + .acd-label + .acd-content ul.koCate li a {
    display: flex;
}
.popup-accordion .acd-check:checked + .acd-label + .acd-content .acd_category_link a {
    display: block;
}
    
/*価格*/
.prs_price {   
    flex-wrap: wrap;
}    
.prs_price #price_form {
    width: 100%;
} 
    
/*ボタン*/
.prs_btn:before {
    left: 28%;
}    
}

@media(max-width:580px){
.popup_content {
    width: 80%;
}
.popup_refine_search {
    padding: 50px 10%;
}    
    
/*検索バー*/
.prs_bar form {
    width: 100%;
}   
 
/*価格*/   
.prs_price input {
    width: 100px;
}    
    
/*ボタン*/
.prs_btn:before {
    left: 25%;
}    
}

@media(max-width:480px){    
/*閉じるボタン*/    
.close_btn {
    right: 44%;
}    
  
/*カテゴリー*/
.popup-accordion label.acd-label {
    font-size: 14px;
    padding: 12px 0;
}    
.popup-accordion .acd-content ul.koCate li {
    font-size: 12px;
}  
.popup-accordion .acd-content ul.koCate li label {
    padding: 5px 10px;
}    
    
/*価格*/   
.prs_price input {
    width: 90px;
    height: 35px;
}     
    
/*ボタン*/
.prs_btn:before {
    left: 22%;
}    
}

@media(max-width:414px){
/*閉じるボタン*/    
.close_btn {
    right: 43%;
}     
    
/*価格*/   
.prs_price input {
    width: 80px;
}     
    
/*ボタン*/
.prs_btn:before {
    left: 17%;
}    
}</pre></body></html>