/* ================================
specialgift_sg_2026
PC→スマホ（max-width: 767px）
================================ */
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background-position: 0 0;
}
div, table, th, td, ul, li, a, p, input, textarea, select {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

/*h3 {
  margin-bottom: 10px;
}*/

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
th, td {
  margin: 0;
  padding: 0;
}
a {
  overflow: hidden;
  outline: none;
  color: #351b00;
}
a:hover {
  color: #c00;
}
a img {
  border: none;
}

p {
  margin: 0;
  padding: 10px 0;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.pB0 {
  padding-bottom: 0 !important;
}

.fRed {
  color: #c00;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f21 {
  font-size: 21px;
}

.inlineBlk {
  display: inline-block;
}

.wk {
  border: 1px dotted #c00;
}

.cargobx .data th {
  width: 25%; /*調節*/
}

#hd {
  background-color: #351b00;
  padding: 10px 0;
}
#hd .box {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#hd .box a {
    display: inline-block;
    background: #cc0000;
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    padding: 8px 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#hd .box a:hover {
  background-image: linear-gradient(0deg, #fc0, #fc0);
  border: 1px solid #fff;
  color: #f00;
}

#conte {
  text-align: center;
  font-size: 14px;
}

.cateBox {
  padding-top: 60px;
}
#itemetn .cateBox {
  padding-top: 20px;
}
#itemetp .cateBox {
  padding-top: 20px;
}

.opBox {
  display: block;
}
.taC {
  text-align: center;
}



@media screen and (max-width: 767px) {
  #conte {
    text-align: left;
  }

  .cateBox {
    padding-top: 20px;
  }

/*  .overBox {
    margin-right: -4%;
    margin-left: -4%;
  }*/
      #hd .box a {
        font-size: 16px;
        font-weight: bold;
        padding: 5px 20px;
    }

}

/* 完売表示 */
.nosell {
  background-color: #d6d6d6;
  width: auto;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.nosell p {
  font-size: 16px;
  font-weight: bold;
  color: #c00;
  margin: 0 20px;
  padding: 10px 0 0;
  text-align: right;
}



.secBox {
	padding-top: 60px;
}









/* アンカーリスト
-------------------------------- */

#list_specialset h3{
	margin: 0;
}
#list_specialset .catch{
	text-align: center;
	font-weight: bold;
	font-size: clamp(16px, 4vw,20px);
	padding-top: 0;
}
#list_specialset h3::before, #list_specialset h3::after {
  display: none;
}


#list_specialset .listAnkBok {
	display: flex;
    justify-content: space-between;
}
#list_specialset .listAnkBok  a {
	width: 49%;
	text-decoration: none;
}
#list_specialset .listAnkBok  a h4{
	display: block;
	background: rgb(52, 35, 21);
	padding: 15px 15px;
	font-size: clamp(14px, 2vw, 19px);
	margin: 0;
	position:relative;
	color: #fff;
}
#list_specialset .listAnkBok  a h4::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);

}
@media screen and (max-width: 767px) {
#list_specialset .listAnkBok {
	flex-direction: column;
	gap: 20px;
	}
	#list_specialset .listAnkBok  a {
	width: 100%;
}
#list_specialset .listAnkBok  a h4{
	padding: 10px 15px;
}
	
	
	
}

ul.ancList {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin: 30px auto;
  padding: 0;
  list-style: none;
	align-items: flex-start;
}

ul.ancList li {
  font-size: 14px;
  vertical-align: top;
  margin: 0 5px;
  padding: 5px 0;
  text-align: left;
}
ul.ancList li:nth-child(odd) {
  margin-right: 2%;
}

ul.ancList li strong {
  font-size: 15px;
}

ul.ancList li a {
  position: relative;
  display: block;
  background-color: #fff;
  margin: 0;
  padding: 10px 10px 10px 2.4em;
  text-decoration: none;
  height: 100%;
}

ul.ancList li:nth-child(2) a{
	background: #fff8e4!important;
}
ul.ancList li:nth-child(3) a{
	background: #fff8e4!important;
}
/*ul.ancList li:nth-child(4) a{
	background: #fff1ca!important;
}*/
/*ul.ancList li:nth-child(5) a{
	background: #fff1ca!important;
}*/
ul.ancList li:nth-child(6) a{
	background: #fff8e4!important;
}
ul.ancList li:nth-child(7) a{
	background: #fff8e4!important;
}
ul.ancList li:nth-child(1) a:hover,
ul.ancList li:nth-child(2) a:hover,
ul.ancList li:nth-child(3) a:hover,
ul.ancList li:nth-child(4) a:hover,
ul.ancList li:nth-child(5) a:hover,
ul.ancList li:nth-child(6) a:hover{
	background: #39c!important;
}



ul.ancList li a::before {
  position: absolute;
  top: 50%;
  left: 0.8em;
  transform: translateY(-50%);
  content: "▼";
  color: #351b00;
}
ul.ancList li a::after {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px dotted rgba(53,27,0,0.5);
}

ul.ancList li a:hover {
  background-color: #39c;
  color: #fff;
}

/* 調整 販売商品一覧 */
#list ul.ancList {
  margin-top: 10px;
  width: 90%;
}

/* 調整 期間限定一覧 */
ul.ancList.limited li a {
  background-color: #e3bbbb;
}
ul.ancList.limited li a:hover,
ul.ancList.hovRed li a:hover {
  background-color: #c33;
  color: #fff;
}
ul.ancList.limited li a::before,
ul.ancList.hovRed li a::before {
  color: #900;
}

/* 完売 */
ul.ancList li a del {
  color: #7b7b7b;
}
ul.ancList li a del .so {
  display: inline-block;
  text-decoration: none;
  color: #c00;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {

  ul.ancList {
    display: block;
    box-sizing: border-box;
	 margin: 10px auto;
  }

  ul.ancList li {
    display: block;
    width: 100%;
    margin: 0;
  }
ul.ancList li:nth-child(2) a{
	background: #fff8e4!important;
}
ul.ancList li:nth-child(3) a{
	background: #f9f9f9!important;
}
ul.ancList li:nth-child(4) a{
	background: #fff8e4!important;
}
/*ul.ancList li:nth-child(5) a{
	background: #fff8e4!important;
}*/
ul.ancList li:nth-child(6) a{
	background: #fff8e4!important;
}
ul.ancList li:nth-child(7) a{
	background: #f9f9f9!important;
}
/* 調整 販売商品一覧 */
  #list ul.ancList {
    margin-top: 0;
    width: 100%;
  }
.secBox {
	padding-top: 30px;
}
}

/* リセット */
input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: #351b00;
  border: 1px solid #000;
}

input[type="submit"], label, button, select {
  cursor: pointer;
}

/* 矢印表示戻し */
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}


/* 上部メイン
-------------------------------- */
#wrapper {
	background: url("../img/specialgift_sg/maintit_bgimg.jpg") center 60px;
	background-size: 100% auto;
	overflow: hidden;
}

/* ページタイトル */
#mainImgBox {
  margin: 0 auto 0;
}
#mainImgBox h1 {
  margin: 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
  #mainImgBox {
    width: 100%;
  }
}

/* お知らせ */
dl.nennmatsu {
  background-color: #fcc;
  margin: 0;
  padding: 15px;
}
dl.nennmatsu dt {
  margin: 0 0 5px;
  padding: 0;
  color: #c00;
  font-size: 18px;
  font-weight: bold;
}
dl.nennmatsu dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
dl.nennmatsu dd p {
  margin: 0;
  padding: 5px 0 0;
}

.conteBox {
  width: 750px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: left;
  overflow: hidden;
}
.conteBox h2 {
  margin: 0;
  padding: 0;
	text-align: center;
}


/*allergy*/
.allergy {
  display: flex;
  padding: 10px 20px;
  border: 2px dotted #414141;
  margin: 0 0 20px;
  align-items: center;
  color: #000;
	background: #fff;
}


.allergy  dt{
  width:30%;
	font-size: 14px;
}
.allergy  dt .item {
	font-size: 14px;
	margin-left: 5px;
}
 


.allergy  dd{
	flex: 1;
	margin:0;
}
.allergy  dd ul {
	display: flex;
	flex-wrap: wrap;
}
.allergy  dd ul {
		padding: 0 0 0 1rem;
	}
.allergy  dd ul li {
	margin-right: 30px;
}
.inOver  dd ul li {
	margin-bottom:10px;
}
.inOver  dd ul li:last-child {
	margin-bottom:0px;
}
.allergy  dd ul li span.note{
	font-size: 12px;
}
@media screen and (max-width: 767px) {
.allergy {
  display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 99%;
	box-sizing: border-box;
	margin: 0 auto 20px; 
}	
.allergy  dt{
  width:100%;
	margin-bottom: 5px;
}
.allergy  dd{
	width:100%;
	margin:0;
}
.allergy  dd ul {
	display: block;
}
.allergy  dd ul li {
	margin-right: 0;
	margin-bottom: 5px;
}
}
/*List*/

#List {
	max-width:960px;
	margin: 6rem auto 2rem;
}

#List .unagiList {
	margin: 2rem 0;
}
#List h3 {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    line-height: 1.2em;
	justify-content: center;
}
#List h3 .mini{
	font-size: 20px;
	margin-right: 20px;
}
/*#List h3::before, #List h3::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #dc5a5b;
}
#List h3::before {
    margin-right: 1rem;
}*/
#List h3::after {
    margin-left: 1rem;
}
#List .nagayakiList {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 2rem 0;
	flex-wrap: wrap;
}
#List .nagayakiList li{
	width: 32%;
	margin-bottom: 1rem;
}
#List .nagayakiList li a {
	display: flex;
	align-items: flex-start;
	background: #f9f6ee;
	padding: 20px 30px 20px 10px;
	text-decoration: none;
	font-size: clamp(14px, 2vw, 16px);
	font-weight: bold;
	border: 1px solid #c00;
	text-align: left;
	position: relative;
}
#List .nagayakiList li a::after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid #c00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
    transform: translateY(-50%);
}
#List .nagayakiList li a .lickBlock {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 2px 8px;
    color: #fff;
    background: #c00;
    font-size: 13px;
}


@media screen and (max-width: 1140px) {
	#List {
	margin: 6rem 4% 2rem;
}
}



#unagiitem {
	padding: 4rem 0;
	background: #efeedd!important;
	}



#unagiitem h3 {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    line-height: 1.2em;
	margin-bottom: 3rem;
}
#unagiitem h3 .mini{
	font-size: 20px;
	margin-right: 20px;
}
#unagiitem h3::before, #unagiitem h3::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #dc5a5b;
}
#unagiitem h3::before {
    margin-right: 1rem;
}
#unagiitem h3::after {
    margin-left: 1rem;
}




 .topitemList {
	margin:0 auto;
	 max-width: 960px;
}
 .topitemList > ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
	flex-wrap: wrap;
	padding: 0;
	gap: 20px 0;
	margin-bottom: 80px;
}
 .topitemList > ul li {
	width: 32.5%;
	
}
 .topitemList > ul li a{
	display: flex;
	background: #fff;
	align-items: center;
	text-decoration: none;
	position: relative;
	padding-right: 30px;
	 /*border: 1px solid #c00;*/
}
 .topitemList > ul li a img {
	width: 70px;
	height: auto;
}
 .topitemList > ul li a p{
	padding: 0 10px;
	font-weight: bold;
	font-size: clamp(14px, 2vw,16px);
	text-align: left;
	flex: 1;
}
 .topitemList > ul li a::after{
	content: "";
	position:absolute;
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #1c1711;
	top: 50%;
	right: 10px;
   transform: translateY(-50%);
}
.topitemList.unagiitemList > ul li a::after{
	content: "";
	position:absolute;
    display: block;
    width: 0;
    height: 0;
	border-right:none;
     border-left: 8px solid #c00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
	top: 50%;
	right: 10px;
   transform: translateY(-50%);
}

.topitemList.unagiitemList.etcList2 > ul li a::after{
	content: "";
	position:absolute;
    display: block;
    width: 0;
    height: 0;
  border-top: 8px solid #c00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none;
	top: 50%;
	right: 10px;
   transform: translateY(-50%);
}


@media screen and (max-width: 1000px) {
	#List {
	max-width:960px;
	margin: 2rem 0;
}
	
	
	
 .topitemList > ul li a img {
	width: 30%;
	max-width: 60px;
	height: auto;
}	

}
@media screen and (max-width: 767px) {
#List .nagayakiList li{
	width: 48%;
}
	
 .topitemList > ul li {
	width: 48%;
}
 .topitemList > ul li a img {
	max-width: 40px;
}
 .topitemList > ul{
	margin-bottom: 40px;
}

}
@media screen and (max-width: 480px) {
#List .nagayakiList li{
	width: 100%;
}
	
	
	
	
	#List .nagayakiList li:last-child {
		margin-bottom: 0;
	}
#List .nagayakiList li a{
	padding: 15px 30px 15px 10px;
}
#List .nagayakiList {
  margin: 1rem 0;
}	
	
	
	

	
 .topitemList > ul{
	gap: 10px 2%;
}
.topitemList > ul li {
	width: 100%;
}	
	
	
	
}
/* */
.itemBox {
  overflow: hidden;
  margin-bottom: 20px;
}

.itemBox table td {
  vertical-align: top;
}
#item01 {
	background:#e9b0b0 url("../img/specialgift_sg/deco_bg.png")no-repeat;
  background-size:150%;
	background-position: top center;
}

/*#itemetc {
  margin-bottom: 20px;
}*/
#item04 h2, #item05 h2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	#item01 {
	background-size:auto;
}
}
/* payment */
.nvpayment {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  width: 200px;
  padding-left: 0;
}
ul.bikouBox {
  margin: 0 0 30px;
  padding: 0;
  letter-spacing: -1em;
  font-size: 0;
}
ul.bikouBox li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  margin: 20px 0 0;
  padding: 0;
}
.nvpayment a {
  background-image: url(../common/side_payment.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  margin: 0;
  padding: 0;
  height: 120px;
  width: 200px;
  text-indent: -999em;
}
.nvpaymentL {
  margin: 0 30px 0 0;
}
.nvpayment a:hover {
  background-position: -200px 0;
}
/* cargobxetc */
.cargobxetc {
  height: auto;
  border: 2px dotted #c00;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.cargobxetc p {
  font-size: 12px;
  line-height: 140%;
  margin: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
}
#ftbx {
  background-color: #351b00;
  padding-top: 10px;
  padding-bottom: 80px;
  text-align: center;
}
#ftbx p, #ftbx p a {
  color: #fff;
  font-size: 11px;
  line-height: 130%;
  text-decoration: none;
}

/* */
.spe_t10 {
  margin-top: 10px;
}
p.ptxt {
  font-size: 14px;
  font-weight: bold;
  color: #900;
  margin: 0;
  padding-top: 8px;
}
.pagetop2 {
  text-align: right;
}
.pagetop2 a {
  font-size: 15px;
  text-decoration: none;
  background: url("../img/common/mk_ya2.gif") no-repeat 0 5px;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .pagetop2 a:hover {
    color: #c00;
    background-image: url("../img/common/mk_ya2.gif");
    background-position: 0 -78px;
  }
}

.bgbox p {
  padding-top: 15px;
  line-height: 130%;
}
.txtBox {
  margin: 0 0 10px;
  padding: 5px 0 0;
  overflow: hidden;
}
.txtBox p {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
}
.cargobx .txtBox p {
  margin: 0 10px 10px 0;
}
.txtBox .fCh {
  font-size: 24px;
}
.txtbox3 {
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 20px;
}
.txtbox3 p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
  max-height: 140%;
}
.listbox {
  padding-bottom: 30px;
  padding-left: 5px;
  padding-top: 5px;
}
.listbox img {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 2px;
  margin-top: 2px;
  border-width: 0;
  border-style: none;
}
.bnrBox {
  margin: 0 auto 40px;
}
.tdr {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.cargobx td {
  vertical-align: top;
}
.cargobx .data td p {
  padding: 1px 0;
}
.cargobx .data .itemname td strong {
  font-size: 14px !important;
}
.save {
  border: 2px dotted #414141;
  font-size: 15px;
  padding: 10px 0 10px 20px;
  text-align: left;
  margin-bottom: 20px;
	width: 100%;
	background: #fff;
}
.save strong {
  font-size: 18px;
}
.save2 {
  border: 2px dotted #414141;
  width: 220px;
  font-size: 15px;
  margin: 0 20px 20px 0;
  padding: 10px;
  line-height: 1.5;
}
.save2 p {
  margin: 0 0 8px;
  padding: 0;
}
.save2 strong {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
.save span {
  padding: 2px 6px;
  margin: 10px 5px 0 10px;
}
.save2 span {
  padding: 2px 6px;
  margin: 10px 5px 3px 0;
}
.save2 span.smalltex {
  margin: 0;
  padding: 10px 0 0;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .save span:nth-of-type(1) {
    margin-left: 0;
  }
  .smalltex {
    display: inline-block;
  }
  
}

.red {
  color: #c00 !important;
}
.blue {
  color: #fff;
  background-color: #0b66bd;
}
.green {
  color: #fff;
  background-color: #32ba64;
}
.skyblue {
  color: #fff;
  background-color: #39c;
}
.orange {
  color: #fff;
  background-color: #f07e00;
}
.pink {
  color: #fff;
  background-color: #d1127b;
}


/*-----------------------------------------------*/

/*-----------------------------------------------*/
.listTit {
  position: relative;
  display: block;
  background-color: #ec7283;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 18px;
  padding: 10px 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.frozen .listTit {
  background-color: #1d88a3;
}
.listTit::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #ec7283;
  ;
}
.frozen .listTit::before {
  border-top: 15px solid #1d88a3;
}


.imgspe {
  margin-top: 6px;
}
.bsp0 {
  margin-bottom: 0 !important;
}
.bsp10 {
  margin-bottom: 10px !important;
}
#shirayakiFridge, #sirayaki1Frozen {
  padding-top: 20px;
}
.kig {
  display: block;
  margin-bottom: 5px;
}
.mT20 {
  margin-top: 20px !important;
}
.mB5 {
  margin-bottom: 8px !important;
}
.mB10 {
  margin-bottom: 10px !important;
}
.mB20 {
  margin-bottom: 20px !important;
}
.mB30 {
  margin-bottom: 30px !important;
}
.mB40 {
  margin-bottom: 40px !important;
}
.txtBox .wk {
  background-color: #fff;
  padding: 10px 20px 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.txtBox .wk .tit {
  margin: 0;
  padding: 5px 0;
  font-size: 18px;
}
.txtBox .wk p {
  font-size: 16px;
}
.tblBox {
  width: 100%;
  max-width: 750px;
}
.tblBox .txtBox {
  width: 220px;
  margin: 0 20px 10px 0;
}


/**/
footer {
  position: relative;
}

.pageTop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
}
.pageTop a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 10px 15px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.noteTxt {
  margin: 0;
  padding: 0; 
}
@media screen and (min-width: 768px) {
  .pageTop a:hover {
    background: #fc0;
    color: #000;
  }  
}


#noshi h2 {
  font-size: 18px;
}
#noshi table {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
#noshi table th, #noshi table td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
#noshi table th {
  background-color: #f7cfd0;
  white-space: nowrap;
  font-size: 16px;
  padding: 10px;
}
#noshi table td {
  background-color: #f7f6d3;
  font-size: 15px;
  line-height: 1.3;
  padding: 5px 10px 10px;
}
#noshi table td p {
  margin: 0;
  padding: 5px 0 0;
}
@media screen and (min-width: 768px) {
  .mbOn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #hd {
    height: auto;
    padding: 10px 4%;
    background-color: #351b00;
    border-bottom: 1px solid #fff;
  }
  #hd .box {
    width: auto;
    padding: 0;
  }
  img {
    width: 100%;
    height: auto;
  }
  #hd .box img {
    width: 111px;
  }
  
  #conte {
    padding: 0 4%;
  }

  .pagetop2 a {
    font-size: 15px;
    background-position: 0 5px;
  }

  #noshi {
    margin: 0 0 20px;
  }
  #noshi table th, #noshi table td {
    display: block;
    width: 100%;
  }
  .bikouBox {
    text-align: center;
  }
  .nvpaymentL {
    margin: 0;
  }
  #list li img {
    width: auto;
    height: auto;
    padding: 10px 0 0;
  }
  .conteBox {
    width: auto;
	 padding: 0 4%;
  }
  .bnrBox {
    margin: 0 4%;
  }
  .overBox {
    padding: 0 4% 0;
  }

  .save {
    padding: 10px 4%;
    line-height: 2;
       box-sizing: border-box;
        width: 99%;
        margin: 0px auto 20px;
    }
  .save strong {
    display: block;
  }
  .save2 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .tdr {
    padding: 0;
  }

  .opBox {
    display: inline-block;
  }
  .txtBox .fCh {
    font-size: 18px;
  }
  .txtBox .fCh br {
    display: none;
  }
  .tblBox .txtBox {
    width: 100%;
    margin: 0 0 10px;
  }
  .pcOn {
    display: none;
  }
}

/* cargobx */
.cargobx .data {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 510px;
  border-top: 3px solid #351b00;
  margin: 0;
}
.cargobx .data th, .cargobx .data td {
  font-size: 12px;
  line-height: 150%;
  margin: 0;
  border-bottom: 1px dotted #351b00;
  background-color: #ffc;
  letter-spacing: 1px;
}
.cargobx .data th {
  padding: 8px 0 7px 8px;
  vertical-align: top;
  width: 28%;
}
.cargobx .data th p {
  font-size: 12px;
  background-color: #62584d;
  letter-spacing: 1px;
  margin: 0;
  color: #fff;
  font-weight: normal;
  padding: 4px 5px 3px 5px;
  line-height: 120%;
}
.cargobx .data .itemname th, .cargobx .data .itemname td {
  background-color: #f0de95;
}
.cargobx .data .itemname th p {
  background-color: #351b00;
}
.cargobx .data .itemname td strong {
  font-size: 16px;
  line-height: 1.4;
}
.cargobx .data td {
  padding: 8px 8px 7px;
  vertical-align: middle;
}
.cargobx .data td .price {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
.cargobx .data td ul {
  list-style: disc;
  margin: 0;
  padding: 5px 0 0;
  overflow: hidden;
}
.cargobx .data td li {
  margin: 0 0 5px 15px;
  padding: 0;
}

/* fm 2020 */
.cargobx .usp0 {
  margin-bottom: 0;
}
.cargobx .usp10 {
  margin-bottom: 10px;
}
.cargobx .fm input, .cargobx .fm button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.cargobx .fm input[type="submit"], label, button, select {
  cursor: pointer;
}
.cargobx .fm select {
  margin: 10px 2px;
}
.cargobx .fm input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 3px;
  background-image: linear-gradient(0deg, #e9e9e9, #fff);
  border: 1px solid #fff;
  color: #c00;
  font-weight: bold;
  margin: 0 0 10px 3px;
  padding: 5px;
}
.cargobx .fm input:hover {
  background-image: linear-gradient(0deg, #fc0, #fc0);
  border: 1px solid #fff;
  color: #f00;
}
.cargobx .fm.buyBox select {
  padding: 5px;
  background-color: #fff;
   -webkit-appearance: none;
  appearance: none;
}

.cargobx .fm.buyBox select[name="es_simple_attr_sel[]"] {
  width: 30%;
  margin-left: 5px;
}

.cargobx .fm.buyBox {
  width: 100%;
  position: relative;
  display: inline-block;
}
.cargobx .fm.buyBox {
  color: #fff;
  background-color: #351b00;
  letter-spacing: 1px;
  text-align: right;
  margin: 0 0 20px;
  padding: 5px 10px;
}
.cargobx .fm.buyBox br:not(.block) {
  display: none;
}
.cargobx.row2 .data, .cargobx.row2 .fm table {
  width: 370px;
}
.cargobx .fm.lookBox {
  text-align: right;
  padding: 10px 0 0;
}
.cargobx .fm.lookBox a {
  display: inline-block;
  border-radius: 3px;
  background-image: linear-gradient(0deg, #e02c2c, #ef6060);
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 15px;
  margin: 0 0 10px;
  text-decoration: none;
}
.cargobx .fm.lookBox a:hover {
  background-image: linear-gradient(0deg, #fc0, #fc0);
  border: 1px solid #fff;
  color: #f00;
}

@media screen and (max-width: 767px) {
  .cargobx table, .cargobx .data, .cargobx.row2 .data, .cargobx.row2 .fm table {
    width: 100%;
  }
  .cargobx th, .cargobx td, .cargobx .data th, .cargobx .fm table {
    display: block;
    width: 100%;
  }
  .cargobx .data th {
    padding: 8px 8px 0;
    border-bottom: none;
  }
  
  .cargobx .fm.buyBox {
    text-align: center;
  }
  .cargobx .fm.buyBox select {
    padding: 8px;
  }
  .cargobx .fm.buyBox select[name="es_simple_attr_sel[]"] {
    width: 70%;
    margin-left: 10px;
  }
    
  .cargobx .fm input[type="submit"] {
    padding: 8px 5px;
  }
  .cargobx .fm.lookBox {
    text-align: right;
    padding: 0;
  }
	.itemname td br{
		display: none;
	}
}


/* 混載注意書き・熨斗について*/
.wkNotes dl {
  background-color: #f7f6d3;
  border: 1px dotted #c00;
  margin: 0;
  padding: 15px;
}
.wkNotes dt {
  color: #c00;
  font-size: 18px !important;
  font-size: bold;
  margin: 0;
  padding: 0;
}
.wkNotes dd {
  font-size: 14px;
  margin: 0;
  padding: 5px 0 0;
}


/* 販売終了 */
.nosell3 {
  background-color: #351b00;
  width: auto;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.nosell3 p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0 20px;
  padding: 10px 0 0;
  text-align: right;
}

/**/
#notes {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f2e1e1;  
}
#notes p {
  margin: 0;
  font-size: 16px;
}

/**/
.closeNone {
  display: none !important;
}


/* ============================
	スマホ→PC(min-width: 768px)
============================ */

/* フッター固定リンク */
#guidelink {
  position: fixed;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 0;
  font-size: 0;
}

#guidelink #fBtnNav {
  display: flex;
  justify-content: center;
}

#guidelink a {
  display: flex;
  align-items: center;
  margin: 5px 5px;
  padding: 5px;
  font-size: 3.6vw;
  letter-spacing: 0.05em;
  line-height: 1.3;
  background: #0f9a77;
  color: #fff;
  text-decoration: none;
  border: 1px #fff solid;
}
#guidelink a.pgup {
  background: #351b00;
  padding: 5px 10px;
}
#guidelink a:hover {
  -moz-opacity: 0.70;
  opacity: 0.70;
  /* IE */
  filter: alpha(opacity=60);
}

@media screen and (min-width: 768px), print {
  #guidelink {
    padding: 10px;
  }
  #guidelink a {
    padding: 8px 10px;
    font-size: 18px;
  }
}



/* アニメーション前のスタイル */
.fMarker {
  background: -webkit-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
  background-position: 100% .5em;
  transition: 2s;
}
.fMarker.isActive{
  background-position: 0% .5em;
}



/**/
#tokubetsusetAncList {
	margin: 0;
	padding: 30px 0 10px;
}
#tokubetsusetAncList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tokubetsusetAncList li {
	margin: 0 0 10px;
	padding: 0;
	background-color: #fff;
}
#tokubetsusetAncList li a {
	display: block;
	text-decoration: none;
}

#tokubetsusetAncList li img {
	width: 40%;
	height: auto;
}

#tokubetsusetAncList li p {
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	#tokubetsusetAncList li a {
		display: flex;
		align-items: center;
	}
	#tokubetsusetAncList li p {
		width: 60%;
	}
}

@media screen and (min-width: 768px), print {

	#tokubetsusetAncList ul {
		display: flex;
		justify-content: center;
	}
	#tokubetsusetAncList li {
		margin: 0 1% 10px;
		padding: 0;
		max-width: 240px;
		display: flex;
		align-items: stretch;
	}
	#tokubetsusetAncList li img {
		width: 100%;
	}

}


/* 上部お知らせリンク掲載用 */

#boxHdInfo .linkBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 5px;
  background-color: #c00;
  color: #FFED00;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
}
#boxHdInfo .linkBoxHf {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 470px;
  height: 120px;
  background-color: #c00;
  padding: 15px 20px;
  color: #ffed00;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.6;
}
#boxHdInfo {
  margin: 0 5% 10px;
}
#boxHdInfo a .btn {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 8px;
  background-color: #333;
  color: #fff;
  font-size: 13px;
}

@media screen and (min-width: 768px), print {
  #boxHdInfo .linkBox {
    height: 60px;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 1.6;
  }
}


/* 上部お知らせテキスト掲載用 */
#boxHdInfoTxt {
  background-color: #c00;
  margin:  0 0 15px;
  padding: 5px 15px 10px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
#boxHdInfoTxt dl {
  /*max-width: 960px;*/
  margin: 0 auto;
  padding: 5px 0 0;
  text-align: left;
}
#boxHdInfoTxt dt {
  color: #ff0;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#boxHdInfoTxt dd {
  margin: 0;
  padding: 0;
}
#boxHdInfoTxt dd p {
  margin: 0;
  padding: 5px 0 0;
}
#boxHdInfoTxt dd ul {
  margin: 0;
  padding: 0 0 0 1.4em;
}
#boxHdInfoTxt dd li {
  margin: 0;
  padding: 5px 0 0;
  line-height: 1.4;
}
#boxHdInfoTxt .red {
  color: #fcf4ae !important;
}

@media screen and (max-width: 767px) {
  #boxHdInfoTxt dd br {
  display: none;
  }
}

@media screen and (min-width: 768px), print {
  #boxHdInfoTxt dl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #boxHdInfoTxt dt {
    white-space: nowrap;
    margin-right: 15px;
  }
}


/* 2023 */

.itemCartBox dl {
  background: #efeedd;
  font-size: 13px;
  margin: 0 0 10px;
  padding: 10px;
}

.itemCartBox dt {
color: #351b00;
letter-spacing: 0.05em;
}
.itemCartBox dt span.itemKind {
  display: inline-block;
  font-size: 17px;
  margin: 0;
  padding: 0;
}
.itemCartBox dt span.itemVar {
  font-size: 15px;
}
.itemCartBox dd {
  margin: 0;
  padding: 0;
}

.itemCartBox dd.price {
  text-align: right;
}

.itemCartBox dd.price b {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
}

.itemCartBox dd.desc ul {
  margin: 0;
  padding: 0;
}
.itemCartBox dd.desc li {
 margin: 0 0 0 1.4em;;
 padding: 2px 0;
}


@media screen and (max-width: 767px) {
  .itemCartBox dd.desc {
    border-top: 1px dotted #333;
    margin-top: 5px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .itemCartBox dl {
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .itemCartBox dt {
    width: 26%;
  }
  .itemCartBox dt span.itemKind {
    display: block;
  }
  .itemCartBox dd.price {
    width: 18%;
    text-align: left;
  }

  .itemCartBox dd.desc {
    flex: 1;
  }
  .itemCartBox dd span.fS {
    display: block;
  }

}



/*  買い物カゴパーツ
-------------------------------- */
.itemCartBox dd.cart {
  background-color: #d9d8c2;
  margin: 10px -10px -10px -10px;
  padding: 10px;
  text-align: center;
}

.itemCartBox dd select,
.itemCartBox dd input {
  margin: 5px 0;
}

.itemCartBox dd select {
  background-color: #fff;
  margin-left: 10px;
  font-size: 16px;
}

.itemCartBox dd select[name="es_simple_attr_sel[]"] {
  width: 60%;
  padding: 5px 10px;
}
.itemCartBox dd select[name="es_option[]"] {
  width: 60%;
  padding: 5px 10px;
}
.itemCartBox dd select[name="es_item_qty"] {
  text-align: center;
  padding: 5px;
}

.itemCartBox dd input[type="submit"] {
  background-image: linear-gradient(0deg, #000, #351b00);
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
  padding: 5px 10px;
}
.itemCartBox dd input:hover {
  background-image: linear-gradient(0deg, #fc0, #fc0);
  border: 1px solid #fff;
  color: #f00;
}


@media screen and (min-width: 768px), print {
  .itemCartBox dd.cart {
    width: 28%;
    margin: -10px -10px -10px 0;
    padding: 12px;
  }
}


/* 買い物カゴを確認する */
.fm.lookBox {
  text-align: right;
  padding: 10px 0 0;
}
.fm.lookBox a {
  display: inline-block;
  border-radius: 3px;
  background-image: linear-gradient(0deg, #e02c2c, #ef6060);
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 15px;
  margin: 0 0 10px;
  text-decoration: none;
}
.fm.lookBox a:hover {
  background-image: linear-gradient(0deg, #fc0, #fc0);
  border: 1px solid #fff;
  color: #f00;
}

.cookingEx {
	font-size: 16px;
	padding: 10px 20px;
	border: 2px dotted #414141;
	background: #ffe764;
	margin-bottom: 20px;
}

#item02 ul.ancList {
  margin-top: 10px;
}
.reason {
	background: #bde6f0;
	padding: 10px 20px 20px;
}
.reason h4 {
	font-size: 16px;
	margin: 5px 0;
	color:#1d88a3;
}
.reason p {
	font-size: 13px;
	padding:0;
}
@media screen and (min-width: 768px), print {
  .reason h4 {
    margin-right: 20px;
  }

}

.notesBox {
  background-color: rgba(204,0,0,0.15);
  padding: 0.8em;
}
.notesBox p {
  margin: 0;
  padding: 0.5em 0 0;
}
.notesBox p:nth-of-type(n+2) {
  padding: 0;
}


/* 完売カゴ */

.itemCartBox.soldout dd.cart {
  position: relative;
}
.itemCartBox.soldout dd.cart::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,0.9);
  color: #ff0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "× 完売しました";
  font-size: 15px;
  z-index: 9;
}


.itemCartBox.soldout2 .cartBtnBox input[type="submit"],
.itemCartBox.soldout3 .cartBtnBox input[type="submit"] {
  pointer-events: none;
  opacity: 0.3;
}
.itemCartBox.soldout2 dd.cart,
.itemCartBox.soldout3 dd.cart {
  position: relative;
}
.itemCartBox.soldout2 dd.cart::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,0.9);
  color: #ff0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "× 販売停止中";
  font-size: 15px;
  z-index: 9;
}
.itemCartBox.soldout3 dd.cart::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,0.9);
  color: #ff0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "× 一時完売中";
  font-size: 15px;
  z-index: 9;
}
.itemCartBox.soldout2 .cartBtnBox input[type="submit"], 
.itemCartBox.soldout3 .cartBtnBox input[type="submit"] {
  pointer-events: none;
  opacity: 0.3;
}



.itemCartBox.stopselling dd.cart {
  position: relative;
}
.itemCartBox.stopselling dd.cart::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,0.9);
  color: #ff0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "× 一時販売中止";
  font-size: 15px;
  z-index: 9;
}

.itemCartBox.stopselling .cartBtnBox input[type="submit"] {
  pointer-events: none;
  opacity: 0.3;
}

/* 2024夏
-------------------------------- */

.ttSet {
	font-size: 20px;
}
.ttSet span {
	color: #43b6c8;
} 
.ttSet:before {
  transform: rotate(-35deg);
}
 
.ttSet:after {
  transform: rotate(35deg);
}

p.taishougai {
  color: #c00;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}

.readWp {
  width: 90%;
	max-width: 960px;
	margin: 0 auto;
}

.unagiListTt {
	position: relative;
  z-index: 1;
  padding: 0 0 26px;
  text-align: center;
	font-size: 28px;
	border-bottom: 3px solid #43b6c8;	
	margin-bottom: 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
} 

.listCate h3 {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	line-height: 1.2em;
}
.listCate h3::before, .listCate h3::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #dc5a5b;
}
.listCate h3::before {
  margin-right: 1rem;
}
.listCate h3::after {
  margin-left: 1rem;
}
.listCate h3 .smallText{
	display: inline-block;
	font-size: 80%;
}
.unagiListWp {
	max-width: 960px;
	margin: 0 auto;	
}

.unagiListWp .listCate {
	text-align: left;
}

.unagiListWp .listCate h4 {
	font-size: 24px;
	margin: 0.5em 0 0.25em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}	

.unagiListWp .listCate > div img {
	width: 100%;
	height: auto;
}



@media screen and (min-width: 768px),print {

  p.taishougai {
    margin-bottom: 20px;
  }
 
	
.listCate h3 span br{
 display: none;
}	
	.listCate h3 span	.smallText{
		margin-right: 10px;
	}
}

ul.itemList {
  margin: 15px auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-items: flex-start;
}

ul.itemList li {
  font-size: 13px;
  line-height: 1.4;
  vertical-align: top;
  width: 23%;
	margin: 0 0 30px;
	text-align: left;
}




ul.itemList.lineup2 li {
	width: 48%;
}

.unagiListBox ul.itemList.lineup2 li {
	margin-top: 40px;
}
	
ul.itemList.lineup2 li a{
	display: flex;
	align-items: center;
}


ul.itemList.lineup2 li a::before{
 content: "";
}


ul.itemList.lineup2 li a img{
	width: 48%;
	height: auto;
}
ul.itemList.lineup2 li a .textBox{
 margin-left: 20px;
}




ul.itemList li a .textBox::after {
  content: "▼";
  color: #dc5a5b;
	margin-left: 10px;
}
ul.itemList li strong {
  font-size: 15px;
}

ul.itemList li a {
  position: relative;
  display: block;
  margin: 0;
  padding:0;
  text-decoration: none;
  height: 100%;
}

ul.itemList li a img{
	width: 100%;
	height: auto;
}

ul.itemList li a > div{
	padding: 5px 10px 5px 0;
}

ul.itemList li a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
  content: "▼";
  color: #dc5a5b;
}
ul.itemList li a::after {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

ul.itemList:after {
  content: "";
  display: block;
  width: 23%;
}

@media screen and (max-width: 767px) {
  .unagiListWp {
  display:block;
  }	
  .unagiListWp .listCate {
  width: 100%;
  }	

  .listCate h3 {
  font-size: 20px;
  }
  .unagiListWp .listCate h4 {
  font-size: 20px;
  }	

  #siroyakifridgeList > div {
  width: 100%;
  margin: 0;
  }	

  ul.itemList li {
  width: 48%;
  }

  ul.itemList li img {
    width: 100% !important;
  }
	
	
ul.itemList.lineup2 li {
	width: 48%;
}
	
.unagiListBox {
    margin: 40px 0 40px;
}
#list .tit h2 {  
    margin: 0px auto 10px;
}	
.unagiListBox ul.itemList.lineup2 li {
	margin-top: 0px;
	margin-bottom: 0px;
}
	
ul.itemList.lineup2 li a{
	display: block;
	align-items: center;
}


ul.itemList.lineup2 li a::before{
 content: "";
}


ul.itemList.lineup2 li a img{
	width: 48%;
	height: auto;
}
ul.itemList.lineup2 li a .textBox{
 margin-left: 0;
}
	ul.itemList.lineup2 li a .textBox::after {
  position: absolute;
  bottom: 5px;
  right: 0;
}
	
	
}

/*discountList*/
#discountList {
	background: #f9e3e0;
	padding: 60px 0;
}

#discountMsg {
	margin: 20px 0 0;
	padding: 10px 20px;
	border: 1px solid #e4543a;
	background: #fff6f5;
}
#discountMsg p {
  margin: 10px auto;
  padding: 0;
}

#discountList .listCate {
  padding-top: 40px;
}

@media screen and (max-width: 959px) {
  #discountMsg p {
    text-align: left;
  }
  #discountMsg p br {
    display: none;
  }
}

/*discount*/
#discount {
	padding-top: 40px;
	background: #f9e3e0;
}

.discountSubTitle {
  margin: 0 0 10px;
}

#discount .itemCartBox dl {
  background: #fff;
}

#discount .itemCartBox dt .icon {
  display: block;
  margin-bottom: 5px;
}
#discount .itemCartBox dt .icon img {
  width: auto;
  height: 25px;
}

/*unagiitemt*/
/*#unagiitem {
	padding-top: 40px;
	background: #dfe5c8;
}
#unagiitem .itemCartBox dl {
  background: #fff;
}
#unagiitem ul.ancList li a {
	background: #fffef4;
}
#unagiitem ul.ancList li a:hover {
  background-color: #39c;
  color: #fff;
}*/


/*#topNote*/
#topNote {
	max-width: 750px;
	margin: auto;
	width: 99%;
}
#konsai {
	text-align: left;
  margin-bottom: 40px;
}
#konsai dt {
	text-align: center;
}
#konsai ul {
	padding-left: 20px;
}
#konsai ul li {
	margin: 10px 0;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/*アコーディオン*/
.accordion {
  max-width: 750px;
  margin-right: auto;
  margin-top: 20px;
  margin-left: auto;
}
.accordion__block {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.accordion__item {
  display: inline-block;
}
.accordion__head {
  position: relative;
  text-align: left;
  background: #cc0000;
  width: 100%;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.accordion__head:after {
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotateZ(-135deg);
  position: absolute;
  top: 55%;
  right: 24px;

}
.accordion__body {
  position: relative;
  background: #fff;
  color: #000;
  border: transparent;
  padding: 0 20px;
  line-height: 0;
  opacity: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  height: 0px;
  overflow: hidden
}
.accordion__body.is-open {
  height: auto;
  padding: 20px;
  line-height: 1.5;
  opacity: 1;
  background-color: #f7f6d3;
  border: 1px dotted #c00;
}
.accordion__head.is-open::after {
  transform: rotateZ(-225deg) rotateX(180deg);
	top: 60%;
}
.accordion__item:not(:first-child) {
  margin-top: 16px;
}
.noshi {
	text-align: left;
}

@media screen and (max-width: 767px) {
  .accordion {
    margin: 20px 0;
  }
  .accordion__head:after {
    width: 12px;
    height: 12px;
    right: 6%;
    top: 50%;
  }

  .accordion__head.is-open::after {
    top: 57%;
  }
}

@media screen and (max-width: 420px) {
  .accordion__head:after {
    width: 10px;
    height: 10px;
    right: 5%;
    top: 50%;
  }

  .accordion__head.is-open::after {
    top: 57%;
  }
}

/**/
.kikakuNotes b {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #discount .accordion {
    margin-bottom: 0;
  }
  p.kikakuNotes {
    padding-bottom: 20px;
  }
}

/**/
/**/

p.setsumei {
  /*border: 1px solid #002961;*/
  background-color: rgba(204,0,0,0.2);
  color: #c00;
  padding: 10px !important;
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .setsumei {
    font-size: 15px;
  }
}

.aboutArrival{
	margin-bottom: 20px;
  padding: 20px;
  background-color: #ffe9e9;
  font-size: 15px;
}
.aboutArrival h4 {
	margin: 0 0 10px;
	font-size: 17px;
}
.aboutArrival p{
	padding: 0;
	color: #cc0000;
}



.telBox {
	/*margin-bottom: 20px;*/
  padding: 15px 20px 15px;
  border: 1px solid #c00;
	background: #fff;
	font-size: 14px;
}
.telBox p {
	padding: 10px 0;
}
#itemeyt07 .telBox{
	background: #ffefe7;
}
.telBox .number {
		text-align: center;
}
.telBox .number a{
	text-decoration: none;
}
@media screen and (max-width: 767px){
.telBox .number a{
  margin: 0 0 15px;
  padding: 12px 20px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9E7D2), to(#B9AE70)) #B9AE70;
  font-size: 18px;
  color: #300;
  letter-spacing: 1px;
	display: inline-block;
}
}
@media screen and (min-width: 768px) {
	.telBox .f18 {
		font-size: 22px;
		padding: 0;
	}
.telBox .number {
		text-align: left;
	  padding: 0;
}
	.telBox .number a{
		color: #c00;
		text-align: left;
    font-size: 24px;
		font-weight: bold;
	}
}

#cartarea > section {
	background-color: #fff8f16b;
}

#cartarea > section:nth-child(odd){
	background-color: #fbd5d55c;
}



#cartarea > section:nth-child(odd) ul.ancList li a{
	background-color: #fff;
}
#cartarea > section:nth-child(odd) ul.ancList li a:hover {
  background-color: #39c;
  color: #fff;
}
#cartarea > section:nth-child(odd) .itemCartBox dl{
	background-color: #fff;
}
#cartarea #itemecb{
	
	background-color: #ffe3d8;
	
}
#itemeyt {
	background: url("../img/specialgift_wg/img_itemeyt_bg_pc.jpg")
}


.linkBnr{
	margin-top: 40px!important;
	justify-content: center!important;
}
.linkBnr a:hover{opacity: 0.8;}

@media screen and (max-width: 767px){
.linkBnr{
	margin-top: 25px!important;
}	
}

.accordion{
	margin-bottom: 40px;
}




#specialset {
	padding-top: 0;
	margin-top: 4rem;
	background: url("../img/specialgift_sg/title_specialset_bg.jpg");
}

#specialset .sectopBox {
	background: url("../img/specialgift_sg/title_specialset_bg.jpg");
	display: flex; 
	flex-direction: column;
	align-items: center;
	margin:0;
	padding: 40px 40px 0;
}
#specialset .sectopBox h2{
	margin: 0;
}
/*#specialset .sectopBox .leedBox {
	margin-bottom: 40px;
}*/
#specialset .sectopBox .leadBox p {
	color: #fff;
	line-height: 1.7;
	font-size: 16px;
	text-align: center;
}
#specialset .sectopBox .leadBox .img01{
	display: block;
	max-width: 300px;
	height: auto;
	margin: auto;
}
#specialset .sectopBox .leadBox .img02{
	display: block;
	max-width: 300px;
	height: auto;
	margin: auto;
}
#specialset .sectopBox .leadBox .img03{
	display: block;
	max-width: 520px;
	height: auto;
	margin: 20px auto 80px;
	padding:0;
}
#specialset .conteBox {
  max-width: 790px;
  overflow: inherit;
 padding-bottom: 40px;
}

#specialset  .cateBox {
	padding-top: 60px;
	background: #fff;
	padding: 20px 20px 10px;
	margin-bottom: 40px;
}

#specialset  .cateBox h3 {
	margin-top: 0;
}

#specialset .itemCartBox dl {
  background: #efeedd!important;
}



@media screen and (max-width: 767px){
	
	
	
#specialset {
	padding-top: 0;
	margin-top: 1rem;
}
#specialset  .cateBox {
	padding-top: 20px;
	}
#specialset .sectopBox {
  margin: 0 0 20px;
  padding: 40px 4% 0;
}
#specialset .sectopBox .leadBox p {
	text-align: left;
}
	#specialset .sectopBox .leadBox p br{
		display: none;
	}	
	
	#specialset .sectopBox .leadBox .img03{
	margin: 10px auto 30px;
}
	
#specialset .conteBox {
 padding-bottom: 20px;
}
}







/*#etcitem {
	background: url("../img/specialgift_sg/etcitem_bg.jpg");
	padding-bottom: 60px;
}*/




/*調整*/


@media screen and (min-width: 768px), print {



.wkred{
	  background-color: #fcc;
    margin: 0 0 20px;
    border: 1px solid #c00;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px ;
}
.wkred dl{
	margin-top: 0;
}
#itemwf08 .wkred dl{
	margin-bottom: 0;
}


#itemwf08 .wkred dl p span{
    color: #c00;
}
.wkred dt{
	font-size: clamp(18px, 2vw, 22px);
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
.wkred dd{
	margin-left: 0px;
}
.wkred dd ul{
	padding-left: 20px;
}
.wkred .marker {
    background-color: #FFED00;
    margin: 0 2px;
    padding: 1px 5px;
}

.wkred .kikan {
	padding: 10px;
	background: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}

.wkred .region {
  font-size: 16px;
  font-weight: bold;
	padding: 0;
}
.region2{
	margin: 0;
}
 .region2 dd ul li{
	margin-bottom: 10px;
	 font-size: 15px;
}
 .region2 dd ul li:last-child{
	margin-bottom: 0;
}

.region2 .inner dt{
	font-size: clamp(14px, 2vw, 16px);
	font-weight: bold;
 text-align: left;
	margin-bottom: 10px;
}
.region2 .inner dd:nth-child(2){
	margin-bottom: 20px;
}
}
/* 上部お知らせ  */
#conteHdrNotes {
	max-width: 750px;
  margin:0 auto 20px;
}
#conteHdrNotes .txtBnr {
  margin: 10px auto;
  padding: 0;
}
#conteHdrNotes .txtBnr a {
  position: relative;
  display: block;
  background-color: #bb161d;
  border: 2px solid #351b00;
  color: #fff;
  margin: 0;
  padding: 8px 14px 8px 30px;
  text-align: left;
  text-decoration: none;
}
#conteHdrNotes .txtBnr a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ffaa01;
  width: 20px;
  height: 100%;
}
#conteHdrNotes .txtBnr a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top:2px  solid #351b00;
  border-right: 2px solid #351b00;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: rotate(45deg) translateY(-80%);
}

@media screen and (min-width: 768px), print {
  #conteHdrNotes {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #conteHdrNotes .txtBnr {
    width: max-content;
    margin: 10px 1%;
  }

}
@media screen and (max-width: 767px),  {
	.wkred dt{
	text-align: left;
}
}

/* noticeBox */
#noticeBox {
width: 90%;
margin: 0 auto 20px;
}
#noticeBox dl {
background-color: #fdffe1;
border: 2px solid #c00;
margin: 0;
padding: 0;
}
#noticeBox dt {
background-color: #fffa8c;
margin: 0;
padding: 10px;
color: #c00;
font-size: min(5vw,20px);
font-weight: bold;
text-align: left;
}
#noticeBox dd {
margin: 0;
padding: 10px 15px 15px;
font-size: 15px;
text-align: left;
}
#noticeBox dd p {
margin: 0;
padding: 5px 0 0;
text-align: left;
}
#noticeBox dd .boxDot {
border: 1px dotted #c00;
margin: 10px 0 0;
padding: 5px 10px 10px;
font-size: 14px;
}


@media screen and (min-width: 768px), print {
  #noticeBox {
  width: 730px;
  margin: 0 0 20px auto;
  }
}

/* 調整 */
.modalInner #noticeBox {
  width: 100%;
  margin: 0;
}


/* モーダル表示 */
.modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
  z-index: -1;
}
.modalWrap .overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.modalWrap .modalInner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 960px;
  max-height: 76%;
  text-align: center;
  padding: 1em;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
  overflow: auto;
}
.modalWrap .modalClose {
  position: absolute;
  cursor: pointer;
  top: 5%;
  right: 5%;
}

.close {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.close::before,
.close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #fff;
  border-radius: 2px;
}
.close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.modalWrap.show {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}
.modalBtn {
  transition: opacity 0.3s linear;
	font-size: 16px;
}

.fcYel {color: #ff0;}




/*早割り用*/
.itemCartBox .hayawariprice {
  line-height:140%;
}
.itemCartBox .hayawariprice span{
	display:block;
}
.itemCartBox .hayawariprice .fRed{
	padding: 3px 0;
}
@media screen and (max-width: 767px) {
.itemCartBox .hayawariprice {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.itemCartBox .hayawariprice span{
	display:block;
	padding-left:5px;
}
.itemCartBox .hayawariprice .fRed{
	text-align: left!important;
	padding:0 0 0 5px;
}	
}

/* 早割 */
.hayawari {
	background: #ffa63e;
	padding: 10px 10px;
}
.hayawari img{
	width:100%;
	height :auto;
}
.hayawari p {
	background: #fff;
	padding: 8px 10px;
 	font-size: 15px;
}
.hayawari p b {
	color: #c00;
}
.hayawari img{
	display: block;
	margin-bottom: 10px;
	max-width: 270px;
}

@media screen and (min-width: 768px) {
.hayawari{
	display: flex;
	align-items: center;
	background: #ffa63e;
	padding: 10px 20px;
}	
.hayawari p {
  flex: 1;
}	
.hayawari img{
	max-width: 250px;
	margin-bottom: 0;
	margin-right: 20px;
}
}

/*地元食材*/

#itemhe02,#itemhe04,#itemwf07{
	margin-bottom: 4rem;
}

.mp4Box {
    background-color: #000;
    margin: 0 0 30px;
    padding: 15px 0;
}
.mp4Box video {
    width: 92%;
    height: auto;
    margin: 0 4%;
}
.mp4Box p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
	#itemhe02,#itemhe04,#itemwf07{
	margin-bottom: 1rem;
}
}









/*====================================================================
アコーディオン制御
====================================================================*/
.accordion_one {
	max-width: 1024px;
	margin: 20px auto 20px;
}
.accordion_one .accordion_header {
	background-color: #db0f2f;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}

.accordion_one .accordion_header:hover {
	opacity: .8;
}
.accordion_one .accordion_header::after {
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotateZ(-135deg);
  position: absolute;
  top: 55%;
  right: 45px;
}
.accordion_one .accordion_header.open::after {
    transform: rotateZ(-225deg) rotateX(180deg);
    top: 60%;
}
.accordion_one .accordion_inner {
	display: none;
	padding: 20px;
	border-left: 1px dotted #c00;
	border-right:1px dotted #c00;
	border-bottom: 1px dotted #c00;

	box-sizing: border-box;
	background-color: #fffce4 !important;
}

/*.accordion_one .accordion_inner .box_one {
	height: 300px;
}*/
.accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
.accordion_one .accordion_inner .closeArea {
	width: 160px;
	margin: 0 auto;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2b1600;
	padding: 12px 10px 10px 15px;
	text-decoration: none;
	line-height: 1.3;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
}

.accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: .8;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
	transform-origin: center center;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
@media screen and (max-width: 1024px) {
.accordion_one .accordion_header {
		font-size: 18px;
	}
 .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
.accordion_one .accordion_header::after {
  right: 5%;
}
}

/*アコーディオン中身*/

.howtoeat p.lead {
	margin: 1rem 0 1rem;
}
.howtoeat .fBox{
	display: flex;
	align-items: center;
}
.howtoeat .fBox img {
	width: 280px;
	height: auto;
}
.howtoeat .fBox .textBox{
	margin-right: 20px;
}
.howtoeat .fBox .textBox p{
	font-size: 15px;
}
.howtoeat h4 {
	font-size: 18px;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
}
.howtoeat h4::before{
	content: "";
	background: #000;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.howtoeat h4::after {
	content: "";
	border-top: 2px dotted #d6b3a7;
	margin-left: 10px;
	flex:1;
}
.howtoeat .point dl{
	display: flex;
	align-items: flex-start;
	font-size: 15px;
}
.howtoeat .point dl dt{
	width: 120px;
	
	margin-right: 10px;

}


.howtoeat .point {
	margin-top:20px;
}
.howtoeat .point dl dt span {
	display:inline-block;
	padding: 5px 10px;
	background: #ffdcc8;
	border-radius: 5px;
}
.howtoeat .point dl dd{
	padding: 5px 0;
	flex: 1;
	margin: 0;
}


.howtoeat .process .processfBox{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:15px 4%;
}


.howtoeat .process .processfBox dl{
	width: 48%;
	margin: 0;
}

.howtoeat .process .processfBox dl dt {
	margin: 0 0 10px;
	font-size: 15px;
	display: inline-block;
	padding: 5px 10px;
	background: #ffdcc8;
	border-radius: 5px;
	font-weight: bold;
}
.howtoeat .process .processfBox dl dt .number {
	font-weight: bold;
	font-size: 18px;
	margin-right: 5px ;
	display: inline-block;
}
.howtoeat .process .processfBox dl dt .text {
	display: inline-block;
}
.howtoeat .process .processfBox dl dd {
	margin: 0;
	font-size: 14px;
}
.howtoeat .point2 {
	
	margin: 20px 0 0;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.howtoeat .point2 img{
	width: 280px;
	height: auto;
}
.howtoeat .point2 dl {
	background: #fff;
	padding:15px 20px;
	border-radius: 8px;
	margin:0 0 0 20px;
}
.howtoeat .point2 dl dt{
	font-weight: bold;
	font-size: 16px;

}


.howtoeat .point2 dl dd{
	margin: 5px 0 0;
	margin-top: 5px;
}
.howtoeat .last {
	width: 48%;
	height: auto;
	max-width: 340px;
}
@media screen and (max-width: 767px) {	
.howtoeat h4 {
	font-size: 16px;
	}
.howtoeat .fBox{
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
}
	
	.howtoeat .fBox .textBox{
	margin-right: 0;
}
	.howtoeat .fBox .textBox p{
	font-size: 14px;
}
	.howtoeat .fBox img {
	margin-top: 10px;
	width: 100%;
	max-width: 400px;
	height: auto;
}
.howtoeat .point dl{
	display: block;
	font-size: 14px;
}
.howtoeat .point dl dt{
	margin-bottom: 5px;

}
.howtoeat .process .processfBox dl{
	width: 100%;
	margin: 0;
}
.howtoeat .point2 {
	flex-direction: column;
	
}
.howtoeat .point2 dl {
  padding: 15px 15px;
  border-radius: 8px;
  margin: 0 0 20px;
}

.howtoeat .process .processfBox dl dt {
  margin: 0 0 10px;

  font-size: 14px;
  padding: 3px 10px;
}
.howtoeat .process .processfBox dl dt .number {
	font-size: 16px;
}
.howtoeat .last {
  width: 100%;
  height: auto;
  max-width: 340px;
  margin-bottom: 20px;
}
}


@media screen and (min-width: 767px) {	
#itemsp_fugu .accordion__head::after {
  right: 45px!important;
}
}



/* ドウマンリンク*/
.topitemList.doumanLink {
    margin: 0;
  }
.topitemList.doumanLink > ul li  {
  border: solid 1px #cc0000 ;
	
}
.topitemList.doumanLink > ul li a {
	display: flex;
	align-items: center;
	padding: 10px 0 10px 5px;
	background: #f9f6ee;
}
 .topitemList.doumanLink > ul li a img {
    width: 50px;
    height: auto;
  }
 
.topitemList.doumanLink > ul li {
  width: 48%;
}
.topitemList.doumanLink > ul li a{
	font-weight: bold;
}

@media screen and (max-width: 480px) {
.topitemList.doumanLink > ul li {
  width: 100%;
}
.topitemList.doumanLink > ul li a img {
    width: 40px;
    height: auto;
  }
 
}


.newmark{
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
	color: #fff;
	padding: 2px 3px;
	background: #cc0000;
	font-size: 12px;
}

.reizounote p{
	margin-bottom: 15px;
	color: #000;
}



.unagiList h3 {
	margin: 0;
}
.unagiList ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0 40px 30px;
	background: #fff;
	margin: 0;
	
}
.unagiList ul li {
	width: 32%;
	max-width: 280px;
}



.unagiList .sennounagiBnr{
	padding: 0 40px 40px;
	border-radius: 0 0 20px 20px;
	background: #fff;
}


@media screen and (min-width: 768px) {
.unagiList a:hover{
	opacity: 0.6;
}	
}
@media screen and (max-width: 767px) {
.unagiList ul{
	padding: 0 15px 20px;
}
.unagiList .sennounagiBnr{
	padding: 0 15px 20px;
	border-radius: 0 0 15px 15px;
}
}



.etcList{
	margin-bottom: 80px;
}

.etcList h3 {
	margin: 0;
}
.etcList ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0 40px 20px;
	background: #fff;
	margin: 0;
	
}
.etcList ul li {
	width: 32%;
	max-width: 280px;
}

.etcList  ul.list2 {
	border-radius: 0 0 20px 20px;
	padding: 0 40px 40px;
	flex-wrap: wrap;
	gap: 20px 0;
}
.etcList  ul.list2 li {
	width: 49%;
	max-width: 430px;
}

@media screen and (min-width: 768px) {
.etcList a:hover{
	opacity: 0.6;
}	
}
@media screen and (max-width: 767px) {
.etcList{
	margin-bottom: 40px;
}
.etcList ul{
	padding: 0 15px 20px;
}
.etcList  ul.list2 {
	border-radius: 0 0 15px 15px;
	padding: 0 15px 30px;
	flex-wrap: wrap;
	gap: 20px 0;
}
}
