<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#net_food_spec27 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#net_food_spec27 * {
    box-sizing: border-box;
}

#net_food_spec27 a {
    text-decoration: none;
}

/*--------------------------------------------
MV
--------------------------------------------*/
#net_food_spec27 .mv {
    margin: 0;
}

#net_food_spec27 .mv img {
    max-width: 100%;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_food_spec27 .navi_area {
    padding: 26px;
	letter-spacing: .1rem;
    margin: 0px auto;
    background-color: #F8DBD9;
}

#net_food_spec27 .navi{
    display: flex;
    flex-wrap: wrap;
}
/*--------------------------------------------
2列
--------------------------------------------*/
#net_food_spec27 .navi_2 {
    display: flex;
    justify-content: space-between;
    margin: 5px;
}

#net_food_spec27 .navi_2 li {
    font-size: 24px;
    background: #adadad;
    width: calc((100% - 18px) / 2);
    height: 70px;
    position: relative;
}

#net_food_spec27 .navi_2 li:not(:last-child){
    margin-right: 18px;
}



/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#net_food_spec27 .navi li {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: .4s;
	background: #FFF;
    border: 2px solid #fff;
	flex-grow: 1;
    letter-spacing: -0.02em;
}


#net_food_spec27 .navi li:hover {
    opacity: .7;
    cursor: pointer;
}

#net_food_spec27 .navi li a {
    color: #721721;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}

#net_food_spec27 .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #721721;
    border-right: solid 2px #721721;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
	margin-top: -5px;
}


#net_food_spec27 .navi li a .nav-s {
    font-size: 10px;
	font-weight: normal;
}


/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_food_spec27 .pc {
    display: block;
}

#net_food_spec27 .sp {
    display: none;
}

@media screen and (max-width:480px) {
/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_food_spec27 .navi_area {
    padding: 10px 5px;
    margin: 0px auto;
}


/*--------------------------------------------
3列
--------------------------------------------*/
#net_food_spec27 .navi_2 li {
    font-size: calc(((100 / 375) * 12) * 1vw);
    width: calc((100% - 10px) / 2);
    height: 13vw;
}
#net_food_spec27 .navi_2 li:not(:last-child){
    margin-right: 0;
}

#net_food_spec27 .navi_2 li:not(:nth-child(2n)){
    margin-right: 5px;
}

#net_food_spec27 .navi li::after {
    right: 8px;
}


/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_food_spec27 .pc {
    display: none;
}

#net_food_spec27 .sp {
    display: block;
}
}</pre></body></html>