/*--------共通-----------*/
*{
	margin: 0;
	padding:0;
	letter-spacing: 0.1em;
}
img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
    border: 0;
    vertical-align: bottom;
}
a:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
}
a{
	color: #000;
}
a:hover{
color:#a02935;
text-decoration:none;
}
a:visited{
	color: #000;
}

body{
	padding: 0;
	margin: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	 letter-spacing: 0.1em;
		font-size: clamp(12px, 1vw, 16px);
}

ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a,a:link{
text-decoration:none;
}

div{
	border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.clearfix {
    min-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}



/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

/*-----------休業のお知らせ----------*/
.kyuka {
    background-color: #eee;
    padding: 0 0 0 10%;
}
.kyuka p {
    line-height: 1.6em;
    font-size: 13px;
    margin: 0;
	float: left;
	}
.kyuka p span {
	font-size: 15px;
	font-weight: bold;
}
	.kyuka p a {
    display: block;
    background-color: #555;
    color: #fff;
    border-radius: 3px;
    width: 180px;
    text-align: center;
    padding: 7px 21px;
    text-decoration: none;
	}


/*------ヘッダー----------*/

#header-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
    background-color: #fff;	
}

.pc-top-slider{
	padding-top: 10vw;
}

#topbar{
	color: #fff;
	background-color: #a02935;
	text-align: center;
	padding: 1px;
	font-size: clamp(12px, 1vw, 17px);
}
	
#topbar p{
	margin: 3px 0;
}
.main-header {
	width: 80%;
	max-width: 1920px;
	margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 0;
}

/* 左側 */
.header__left {
  flex: 1;
}
.header__left h1{
	margin: 0;
}

h1 img{
	width: 80%;
}

/* 中央のナビゲーション部分 */
.header__center {
  flex: 2;
  text-align: center; /* 中央に配置 */
}

.nav__list {
  margin: 0;
  padding: 0;
  display: flex;
	flex-wrap: wrap;
  justify-content: center; /* リストアイテムを中央揃え */
	row-gap: 8px;
}

.nav__item {
  margin: 0 15px; /* 各メニューアイテムの間隔を調整 */
}

.nav__item a {
  text-decoration: none;
  color: #333;
}

.nav__item a:hover {
  color: #9F2935; 
}

.nav__bubble {
  position: absolute;
  bottom: 100%; /* li の上に配置 */
  left: 50%;
	bottom: calc(100% + 5px);
  transform: translateX(-50%);
  background-color: #005543;
  color: white;
  padding: 3px 5px;
  border-radius: 10px;
  font-size: 11px;
  white-space: nowrap;
  z-index: 10;
}
	
.nav__bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  transform: translateX(0);
  border: 5px solid transparent;
  border-top-color: #005543;
}
		
li.nav__item:nth-child(5){
	position: relative;
  display: inline-block;
}


/* 右側 */
.header__right {
flex: 1;
  display: flex;
 justify-content: flex-end;
  align-items: center; 
	gap: 0; /* 要素間の空白なし */
}
	
/* テキストを3段に分ける */
.header__right .text {
  display: flex;
  flex-direction: column; /* テキストを縦に並べる */
  text-align: left;
  min-width: 0; 
}

.header__right .line:nth-child(1){
	font-size: clamp(15px, 1.5vw, 30px);
	color: #a02935;
	font-weight: bold;
	letter-spacing: 0;
}
.line--icon{
	position: relative;
	padding-left: 60px; /* 画像の幅＋余白分 */
}
	
.line--icon::before {
	content: url(https://netminami1149.itembox.design/item/header/icon-tel.gif);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);

}

.header__right .line:nth-child(2){
	font-size: clamp(9px, 0.9vw, 13px);
	text-align: center;
	font-weight: bold;
}
.header__right .line:nth-child(3){
	font-size: clamp(13px, 1vw, 17px);
	font-weight: bold;
}


.image {
 width: clamp(24px, 5vw, 72px);
    height: auto;
    flex-shrink: 0;
    transform: translateY(8%);
    z-index: 1;
}
	
.header-band{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	height: 45px;
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}
.header-band-inner{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/*------------------検索--------------------*/

.search-area{
	flex-grow: 1;
   max-width: 470px;
}
.search-area form{
	display: flex;
	gap:8px;
}
.search-area input[type="text"] {
  padding: 6px 10px;
  font-size: 14px;
}

.search-area button {
  padding: 5px 12px;
  font-size: 14px;
  background-color: #555;
  color: #fff;
  border: none;
  cursor: pointer;
	border-radius: 5px;
}

#header-form-text{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 75%;
	font-size: clamp(12px, 1vw, 16px);
	border: 2px solid #ddd;
	padding: 3px;
}


.header-menu-area ul{
	display: flex;
}
.header-menu-area ul li a{
	height: 100%;
	line-height: 45px;
    display: block;
    padding: 0 25px;
}
.header-menu-area ul li:last-child {
background-color: #a02935;
}
.header-menu-area ul li:last-child :hover{
	opacity: 0.8;
}
.header-menu-area ul li:last-child a{
	color: #fff;
}

/*--------スライダー下のアイコン並び------*/

.head-cate-grid{
	display: grid;
	grid-template-columns:repeat(13,1fr);
	gap:10px;
	width: 80%;
	margin: 10px auto 30px;
	justify-items: center;
}

.head-cate-icon{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.head-cate-icon img{
	width: 100px;
	height: 70px;
	object-fit: contain;
}
.head-cate-icon span{
	margin-top: 4px;
	font-size: 12px;
}


/*レスポンシブ対応*/
	
@media (max-width: 1499px) {
	.main-header {
		width: 100%;
		}
		.header-band-inner{
		width: 100%;
		padding:0 5px;
	}
	.head-cate-grid{
		width: 100%;
		padding:0 5px;
	}
	.pc-top-slider{
		padding-top: 13vw;
	}
}

@media (max-width: 1199px) {
	.line--icon::before {
		content: none;
	}

	.header__right .line:nth-child(1){
  		font-size: clamp(20px, 1.5vw, 30px);
		}
	.line--icon{
		padding-left: 0;
	}
	
}
	
	@media (max-width: 767px) {
  .header-band {
    height: auto;
    padding: 12px;
  }

  .header-band-inner {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .search-area {
    margin: 0 0 12px 0;
    max-width: 100%;
  }
		.search-area form{
			justify-content: center;
			
		}
  .header-menu-area ul {
	  display: flex;
	  flex-wrap: wrap;
    gap: 8px;
  }
.header-menu-area li {
  width: calc(50% - 8px); /* gapを引いた2列分の幅 */
}
		
  .header-menu-area ul li a {
    display: block;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
	  line-height: 10px;
  }

  .header-menu-area li:last-child a {
    border-radius: 4px;
  }
		
	.image{
		display: none;
	}
}
	
		/* タブレットサイズ：9列に */
@media (max-width: 1024px) {
  .head-cate-grid {
    grid-template-columns: repeat(9, 1fr);
  }
}

/* スマホサイズ：6列に */
@media (max-width: 600px) {
  .head-cate-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

 ul.slick li{
  margin:0 5px;

}

/*-----------コンテンツ----------*/

#contents{
	float: left;
	width: 61%;
	margin-left: 4%;
}

/*-----－コンテンツ分割　グレー帯-------*/
.top-break-grey{
	display: block;
	width: 100%;
	height: 10px;
	margin: 20px 0 50px;
	background-color: #ededed;
}
.top-break-grey:nth-child(1){
	margin: 8px 0 50px 0;
}
/*-------------------------選ばれる理由------------------------*/
.index-reason{
  max-width: 1200px;
	padding: 30px 20px;
  background-color: #eeeeee;
	margin-bottom: 60px;
}
.index-reason h2{
	text-align: center;
    font-weight: bold;
    font-size: clamp(16px, 1.3vw, 25px);
    margin-bottom: 15px;
}
.index-reason h2 span{
	color: #a02935;
}
.index-reason ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    margin: 0 auto;
}
.index-reason li{
  width: 20%;
}

.index-top-banner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-top-banner ul li{
	width: 49%;
	margin-bottom: 25px;
}
.index-top-banner ul li img{
	width: 100%;
}

#contents-box h2{
	text-align: center;
	display: block;
	font-size: clamp(16px, 1.4vw, 30px);
	font-weight: bold;
}
#contents-box h2 span{
	font-size: clamp(11px, 1vw, 14px);
	display: block;
	color: #a02935;
	margin-top: 8px;
}
.contents-box-inner{
	margin-bottom: 100px;
}
.contents-box-inner a{
	width: 23%;
}

#contents-box hr{
	margin-bottom: 80px;
}
.contents-box-inner dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contents-box-inner::after{
  content:"";
  display: block;
  width:30%;
}


.contents-box-inner dt{
	margin-top: 40px;
}
.contents-box-inner dd{
	font-size: clamp(11px, 1vw, 16px);
	margin-top: 5px;
}

.contents-dox-link{
	margin-top: 20px;
}
.contents-dox-link a{
	display: block;
	text-align: center;
	font-size: clamp(11px, 1vw, 18px);
	color: #a02935;
	border: 1px solid #a02935;
	padding: 10px 40px;
	margin: 30px auto 100px;
	width: 30%;
}
.contents-dox-link a:hover{
	color: #fff;
	background-color: #a02935;
}

#contents-box p{
	margin-bottom: 60px;
}

/*-------トップランキング-------*/
.top-ranking{
		display: flex;
		align-items: stretch;
		margin: 20px auto;
		gap:10px;
	}
	
	.top-ranking-left{
		width: 500px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
	}
	.top-ranking-left img{
		width: 100%;
  height: auto;
		object-fit: contain;
		display: block;
	}
	.top-ranking-left span{
		margin: 6px 0 0 5px;
		display: inline-block;
	}
	
	.top-ranking-right{
		width: 666px;
		display: grid;
		  grid-template-columns: repeat(3, 1fr);
		gap:10px;
	}
	.top-ranking-right img{
		width: 100%;
  height: auto;
		display: block;
		object-fit: contain;
	}
	
	.top-ranking-right span{
		display: inline-block;
		margin: 6px 0 10px 5px;
		font-size: 14px;
	}

/*----矢印---*/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.link-arrow::after{
	  right: 25px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #a02935;
    border-right: 1px solid #a02935;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*------------フッター------------*/
.footer-nagare{
	max-width: 80%;
		margin:30px auto 60px;
	}
	.footer-nagare h2{
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-nagare ul{
		display: flex;
		justify-content: space-between;
	}
	.footer-nagare ul li{
		box-sizing: border-box;
		padding: 20px 5px;
		background-color: #fff;
		text-align: center;
		width: 13.5%;
	}
.footer-nagare ul li p{
	color: #a02935;
	font-size:  clamp(12px, 1vw, 18px);
	margin-bottom: 10px;
}

.footer-nagare ul li h3{
	font-size:  clamp(12px, 1.2vw, 22px);
}
.footer-nagare ul li h3 span{
	display: block;
	font-size: 14px;
}
.footer-nagare ul li img{
	margin: 25px 0;
}
.footer-nagare ul li:nth-child(6) img{
	margin: 10px 0 18px;
}
	.footer-nagare ul li:last-child{
		margin-right: 0;
	}

.footer-nagare small{
	display: block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
}

.fs-p-banner:nth-child(2):hover{
	opacity: 1;
}

#footer-info{
	max-width: 80%;
	overflow: hidden;
	margin:0 auto;
}
#footer-info-img{
	width: 80%;
	margin: 0 auto;
}

#info-text-box-ul{
	margin: 4% auto 0;
	display: -webkit-box; /*Android4.3*/
	  display: -moz-box;    /*Firefox21*/
	  display: -ms-flexbox; /*IE10*/
	  display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.info-text-box{
	float: left;
	width: 30%;
	margin-bottom: 3%;
}
.info-title{
	font-size: 1vw;
	line-height: 1.7em;
	border-bottom: 0.1em #000000 dashed;
}
.info-text-box-s{
	font-size: calc(7px + 0.3vw);
	line-height: 1.7em;
	padding: 3% 5% 0 5%;
}
.info-text-box-s a{
	color: #000000;
	text-decoration: none;
}
.info-text-box01{
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-bottom: 3%;
}
.info-link{
	float: right;
}
.info-link a{
	color: #000000;
	text-decoration: none;
}
#info-color-r{
	color: #FF0000;
}

/*---------.bulkbuy---------------*/

.bulkbuy{
	width: 100%;
	border: 1px solid #999999;
	box-sizing: border-box;
	padding-bottom: 2%;
}
.bulkbuy a{
	display: block;
}
.bulkbuy h3{
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 10px 0;
	font-size: 20px;
}
.bulkbuy h3 span{
		border-left: 20px solid #ffa100;
	padding-left: 10px;
}
.bulkbuy-in{
	width: 96%;
	margin: 0 auto;
	padding-top: 2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bulkbuy-in dl{
	width: 33%;
}

.bulkbuy-in:after {
    content: "";
    display: block;
    width: 30%;
}

/*----------レフト----------*/

.left-banner a{
	display: block;
  margin:0;
}

.left-banner img{
	margin-bottom: 20px;
}

#left-category{
	margin-top: 3%;
	background-color: #EDEDED;
}
#left-cate-box{
	width: 95%;
	margin: 0 auto 20px;
	padding: 2% 0;
}
#left-cate-box-title{
	background-color: #FAF4DD;
	font-size: 14px;
	padding: 2% 0;
	font-weight: bold;
	border-bottom: 2px #BF1A20 solid;
	text-align: center;
}
.left-cate-box-s{
	background-color: #FFFFFF;
}
.left-cate-box-s ul{
	background-color: #f7f7f7;
}
.left-cate-box-img{
	width: 20%;
	display: inline-block;
	vertical-align:middle;
}
.left-cate-box-text{
	width: 65%;
	display: inline-block;
	padding-left: 2%;
	font-size: 16px;
	letter-spacing: 0.01em;
}
a .left-cate-box-text{
	text-decoration: none;
	color: #000000;
}

.left-gyosha li{
	margin:4% 0 4% 4%;
}
#calender{
	margin-top: 1%;
	text-align: center;
}

.left-text a{
  font-size: 15px;
}

/*-------アコーディオンメニュー3---------*/
ul.accordion3 { width:100%; font-size:14px;}
ul.accordion3 a {display: block; padding: 0; background-position:95% center; background-repeat:no-repeat; text-decoration:none; color:#000000;}
ul.accordion3 span { display:inline-block; padding-top: 1%; background-position:70% center; background-repeat:no-repeat; color:#000000;}
ul.accordion3 ul.left-none { display:none;}
ul.accordion3 > li > .left-cate-box-title p { background-image:url(https://netminami1149.itembox.design/item/side/menu-down-arrow.png); background-repeat: no-repeat; background-size: 5%; background-position: 95%; border-top: solid #aaa;  border-width: 2px 0; padding-left: 5px; border-collapse: collapse; margin:0;}
/*ul.accordion3 > li > .left-cate-box-title p.open { background-image:url(https://www.e-netsign.jp/img/top2018/img-sp/menu-up-arrow.png); background-size: 5%;}*/
ul.accordion3 > li > ul > li > a { background:url(https://netminami1149.itembox.design/item/side/menu-right-arrow.png) no-repeat 98% center; background-size: 2.5%;}
.left-box-s{
	width: 90%;
	margin-top: 2%;
	display: inline-block;
	margin-left: 4%;
	margin-bottom: 2%
}
.left-box-s a,.left-box-s a:link{
	color: #000000;
}
.left-box-img{
	width: 16%;
	display: inline-block;
	vertical-align:middle;
}
.left-box-text{
	font-size: calc(8px + 0.3vw);
	display: inline-block;
	width: 78%;
	vertical-align:middle;
	letter-spacing: 0.01em;
}
.pointer{
	cursor: pointer;
}

/* ---------------------------------------------------------------------------------
 ◆ ライト右下
--------------------------------------------------------------------------------- */
.right{
  width: 8%;
    position: fixed;
    right: 20px;
    bottom: 160px;
    display: none;
}

.right p{
  margin-bottom: 15px;
}
