@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#net_bon_20250604 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
	font-family: "Noto Serif JP", sans-serif;
    
}

#net_bon_20250604 * {
    box-sizing: border-box;
}

#net_bon_20250604 a {
    text-decoration: none;
}


/*--------------------------------------------
MV
--------------------------------------------*/
#net_bon_20250604 .mv {
    margin: 0;
}

#net_bon_20250604 .mv img {
    max-width: 100%;
}

/*--------------------------------------------
帯
--------------------------------------------*/
#net_bon_20250604 .obi_area {
    background-color: #ecede4;
	padding: 1em;
	margin-bottom: 2em;
}

#net_bon_20250604 .obi_area .obi_area_text {
    color: #61621e;
	font-size: 16px;
}

#net_bon_20250604 .obi_area .obi_area_text .obi_area_tell{
    font-weight: bold;
	color: #61621e;
	font-size: 24px;
}

#net_bon_20250604 .obi_area .obi_area_text .obi_area_info{
	font-size: 12px;
    font-weight: bold;
}

/*--------------------------------------------
クーポン
--------------------------------------------*/
#net_bon_20250604 .coupon-area {
	background-color: #fff;
    margin-bottom: 2em;
}

#net_bon_20250604 .coupon-area .coupon_ttl {
	font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

#net_bon_20250604 .coupon-area .coupon_ttl span.marker {
    background: linear-gradient(transparent 60%, #f2d990 30%);
}



#net_bon_20250604 .coupon-area .area-wrap {
	display: flex;
    justify-content: center;
    
}

#net_bon_20250604 .coupon-area .area-wrap .coupon {
  width: calc((100% - 20px) / 2);
  background-color: #ecede4;
    padding: 1em;  
}

#net_bon_20250604 .coupon-area .area-wrap .coupon_txt {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #61621e;
}

#net_bon_20250604 .coupon-area .area-wrap .coupon_txt span.marker01 {
    background: linear-gradient(transparent 60%, #b2c5d9 30%);
    font-size: 120%;
}


#net_bon_20250604 .coupon-area .area-wrap .coupon_txt span.marker02 {
    background: linear-gradient(transparent 60%, #cfd0bb 30%);
    font-size: 120%;
}


#net_bon_20250604 .coupon-area .area-wrap .coupon_code {
  padding: 1em;
  background-color: #fff; 
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;    
}

#net_bon_20250604 .coupon-area .area-wrap .coupon_code .bold {
  font-weight: bold;
  font-size:20px;
  color: #8c3bb6;    
}




#net_bon_20250604 .coupon-area .area-wrap .coupon:first-child {
  margin-right: 20px;
  background-color: #d9e2ec;    
}

#net_bon_20250604 .coupon-area .area-wrap .coupon:first-child .coupon_txt {
  color: #003f82;    
}

#net_bon_20250604 .coupon-area .area-wrap .coupon:first-child .coupon_code .bold {
  color: #cc2c29;    
}


#net_bon_20250604 .coupon_notes_wrap {
	display: flex;
    justify-content: flex-start;
}



#net_bon_20250604 .coupon-area .coupon_notes {
	margin-top: 10px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 14px;
    text-align: left;
}






/*--------------------------------------------
盆提灯のQ&A
--------------------------------------------*/

#net_bon_20250604 .qa_area {
    margin-bottom: 2em;
}

#net_bon_20250604 .qa_area a {
    display: block;
    height: 60px;
    line-height: 1.5;
    border: solid 1px #003f82;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #003f82;
	margin: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}


#net_bon_20250604 .qa_area a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #003f82;
    border-right: solid 1px #003f82;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
}




/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_bon_20250604 .navi_area {
    padding: 20px 10px;
    background-color: #d9e2ec;
	letter-spacing: .1rem;
}



#net_bon_20250604 .navi{
    display: flex;
    flex-wrap: wrap;
}


/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#net_bon_20250604 .navi li {
    position: relative;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    transition: .4s;
    margin-bottom: 5px;
	background: #245a94;
	flex-grow: 1;
}


#net_bon_20250604 .navi li:hover {
    opacity: .7;
    cursor: pointer;
}

#net_bon_20250604 .navi li a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}

#net_bon_20250604 .navi li a p {
    color: #ffffff;
}


#net_bon_20250604 .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: 50%;
	margin-top: -5px;
}


#net_bon_20250604 .navi li a .nav-s {
    font-size: 10px;
	font-weight: normal;
}




/*--------------------------------------------
種類から探すタイトル
--------------------------------------------*/
#net_bon_20250604 .navi_area .list-ttl p{
    font-size: 20px;
    color: #003f82;
    font-weight: bold;
    padding: 0;
	text-align: center;
    margin-bottom: 10px;
	margin-top: 0;
}




/*--------------------------------------------
5列
--------------------------------------------*/
#net_bon_20250604 .navi5 {
    margin-top: 0;
}


#net_bon_20250604 .navi5 li {
     width: calc((99.99% - (5px * 4)) / 5);
    height: 60px;
	margin-right: 5px;
}


#net_bon_20250604 .navi5 li:last-child {
    margin-right: 0;
}




/*--------------------------------------------
ナビ＞すべての商品を見る
--------------------------------------------*/
#net_bon_20250604 .link_all {
    display: inline-block;
    color: #003f82;
    position: relative;
    font-size: 16px;
    border-bottom: solid 1px #003f82;
    padding-right: 20px;
	margin-top: 1rem;
    transition: .4s;
	font-weight: 600;
}

#net_bon_20250604 .link_all:hover {
    border-bottom: solid 1px transparent;
    opacity: .7;
}

#net_bon_20250604 .link_all::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #003f82;
    border-right: solid 1px #003f82;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
	top: 50%;
	margin-top: -3px;
}


/*--------------------------------------------
価格から探す エリア
--------------------------------------------*/
#net_bon_20250604 .price_area{
	padding: 20px 10px;
    background-color: #ecede4;
    margin-top: 2em;
}


/*--------------------------------------------
価格から探すタイトル
--------------------------------------------*/
#net_bon_20250604 .price_area .list-ttl p{
    font-size: 20px;
    color: #61621e;
    font-weight: bold;
    padding: 0;
	text-align: center;
    margin-bottom: 10px;
	margin-top: 0;
}



/*--------------------------------------------
価格から探す
--------------------------------------------*/
#net_bon_20250604 .price-list_area {
    padding: 20px 15px 10px 20px;
	letter-spacing: .1rem;
}



#net_bon_20250604 .price-list{
    display: flex;
    flex-wrap: wrap;
}

/*--------------------------------------------
価格から探す　ナビ＞テキストボタン
--------------------------------------------*/
#net_bon_20250604 .price-list li {
    position: relative;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    transition: .4s;
    margin-bottom: 5px;
	background: #82834b;
	flex-grow: 1;
}


#net_bon_20250604 .price-list li:hover {
    opacity: .7;
    cursor: pointer;
}

#net_bon_20250604 .price-list li a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
}

#net_bon_20250604 .price-list li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -5px;
}






#net_bon_20250604 .price-list {
    margin-top: 0;
}


#net_bon_20250604 .price-list li {
    width: calc((99.97% - 20px) / 4);
    height: 60px;
	margin-right: 5px;
}


#net_bon_20250604 .price-list li:last-child {
    margin-right: 0;
}


/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_bon_20250604 .pc {
    display: block;
}

#net_bon_20250604 .sp {
    display: none;
}


/*--------------------------------------------
SP
--------------------------------------------*/

@media screen and (max-width:480px) {
  
#net_bon_20250604 .obi_area .obi_area_text {
    font-size: calc(((100 / 375) * 13) * 1vw);
}
    
#net_bon_20250604 .obi_area .obi_area_text .obi_area_tell {
    font-size: calc(((100 / 375) * 18) * 1vw);
}    
  
#net_bon_20250604 .obi_area .obi_area_text .obi_area_info {
    font-size: calc(((100 / 375) * 10) * 1vw);
} 
    
#net_bon_20250604 .qa_area a {
    height: 50px;
    height: 13.333vw;
    font-size: calc(((100 / 375) * 18) * 1vw);
}
    
#net_bon_20250604 .navi_area .list-ttl p,
#net_bon_20250604 .price_area .list-ttl p {
    font-size: calc(((100 / 375) * 18) * 1vw);
} 
    
#net_bon_20250604 .link_all {
    font-size: calc(((100 / 375) * 13) * 1vw);
}    
    
#net_bon_20250604 .qa_area {
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 2rem;    
}
   
    
#net_bon_20250604 .obi_area,    
#net_bon_20250604 .coupon-area {
margin-bottom: 2rem;
}
    
    
#net_bon_20250604 .coupon-area {
margin-left: 2%;
  margin-right: 2%;
  
}
    
    
  
    
#net_bon_20250604 .coupon-area .area-wrap {
	display: block;
    width: 90%;
    margin: 0 auto;
    
}

#net_bon_20250604 .coupon-area .area-wrap .coupon {
  width: 100%;
  padding: 1em;  
}
    
    
    
#net_bon_20250604 .coupon-area .area-wrap .coupon:first-child {
  margin-right: 0;
 margin-bottom: 2%;    
}
    

#net_bon_20250604 .coupon-area .coupon_ttl {
	font-size: calc(((100 / 375) * 18) * 1vw);
    margin-bottom: 10px;
}
    
    
    
#net_bon_20250604 .coupon-area .area-wrap .coupon .coupon_txt {
  font-size: calc(((100 / 375) * 14) * 1vw);    
}
    
    
#net_bon_20250604 .coupon-area .coupon_notes {
	font-size: calc(((100 / 375) * 11) * 1vw);
    text-align: left;
    margin-left: 2%;
  margin-right: 2%;
}
    
    
    
#net_bon_20250604 .navi li::after,
#net_bon_20250604 .price-list li::after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    width: 1.333vw;
    height: 1.333vw;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 2vw;
    top: 50%;
    margin-top: -2px;
    margin-top: -0.533vw;
}
    
    
#net_bon_20250604 li a {
    font-size: calc(((100 / 375) * 12) * 1vw);
}

    
/*--------------------------------------------
5列
--------------------------------------------*/
#net_bon_20250604 .navi5 {
    margin-top: 0;
}


#net_bon_20250604 .navi5 li {
     width: calc((100% - (5px * 2)) / 3);
    height: 16vw;
	margin-right: 5px;
}

#net_bon_20250604 .navi5 li:nth-child(3),
#net_bon_20250604 .navi5 li:last-child {
    margin-right: 0;
}
    
    
#net_bon_20250604 .price_area {
    margin-top: 2rem;
}    
    
    

/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_bon_20250604 .pc {
    display: none;
}

#net_bon_20250604 .sp {
    display: block;
}    
    
    
}
