@charset "EUC-JP";
#hd_common {
  margin: 0;
}
body#sub {
  background: #FFFFFF;
}
.menu {
  top: 0px;
}
.h2-title {
  text-align: center;
  padding-top: 50px;
}
.h2-title img {
  width: 90%;
  height: auto;
  max-width: 450px;
}
.grid {
  max-width: 1400px;
  margin: 0 auto;
  clear: both;
  display: grid;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.g_item {
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.grid img {
  max-width: 100%;
  height: auto;
}
.yakusugi_wrap img {
  text-align: center;
  display: block;
  max-width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
img.yakusugi_btn {
  display: block;
  text-align: center;
  width: 90%;
  height: auto;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.grid p, .float-left p, .float-right p {
  text-align: left;
}
.item_title {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.item_title_02 {
  display: block;
  clear: both;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 0;
}
.item_price {
  clear: both;
  font-weight: bold;
  color: #FF3F45;
  margin-bottom: 0;
}
.item_tax {
  padding-left: 5px;
  font-size: 80%;
}
.item_note {
  display: block;
  font-size: 80%;
  margin-top: 5px;
  border-top: 1px dotted #CDCDCD;
  padding-top: 5px;
}
.g_item a, .float-left a, .float-right a {
  color: #583C27;
}
.g_item a:hover, .float-left a:hover, .float-right a:hover {
  color: #8A7866;
}
.g_item a:visited, .float-left a:visited, .float-right a:visited {
  color: #8A7866;
}
.g_item a:hover img, .float-left a:hover img, .float-right a:hover img, a:hover img {
  opacity: 0.8;
  filter: brightness(110%);
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pt80 {
  padding-top: 80px;
}
.mb50 {
  margin-bottom: 50px;
}
.toggle-pc, .top_bn_pc {
  max-width: 100%;
  display: block;
}
.toggle-sp, .top_bn_sp {
  display: none;
}
.itemcart_ShoppingGuide {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-size: 14px;
  width: 100%;
  margin: 8px auto;
  background-color: #FFFFFF;
}
.itemcart_ShoppingGuide h3 {
  margin: 0;
  padding: 8px 8px;
}
.itemcart_ShoppingGuide h4 {
  padding: 3px 8px;
  margin: 8px;
}
.itemcart_ShoppingGuide ul {
  padding: 8px;
  margin: 0;
  list-style: none;
}
.itemcart_ShoppingGuide a {
  font-size: 13px;
  text-decoration: none;
  transition: all .2s ease;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.itemcart_ShoppingGuide p {
  color: #4F4E4E;
  margin: 8px;
}
.itemcart_ShoppingGuide {
  border: 1px solid #171c61;
}
.itemcart_ShoppingGuide h3 {
  color: #fff;
  background-color: #171c61;
}
.itemcart_ShoppingGuide h4 {
  color: #171c61;
  font-size: 16px;
  border-bottom: solid thin;
}
.itemcart_ShoppingGuide li {
  display: inline-block;
  margin: 0 4px 8px 0;
}
.itemcart_ShoppingGuide li a {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  background: #bf0000;
  border: 1px solid #bf0000;
  border-radius: 3px;
}
.itemcart_ShoppingGuide li a:hover {
  color: #bf0000;
  background: #fff;
  border-color: #bf0000;
}
.itemcart_ShoppingGuide p {
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
}
#displayShippingFeeContainer {
  width: 100%;
}
.mark-box {
  position: relative;
  padding: 30px;
  background-color: #FEFDF2;
}
.mark-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #d34f57 transparent transparent transparent;
}
.mark-box:after {
  position: absolute;
  content: "Pick up";
  transform: rotate(315deg);
  display: block;
  font-size: 20px;
  white-space: pre;
  color: #fff;
  top: 20px;
  left: 2px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}
#myshop_header {
  text-align: center;
}
#myshop_header img {
  width: 90%;
  max-width: 800px;
  height: auto;
}
.relation_headding {
  letter-spacing: 0.1em;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-top: 2;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #171c61;
}
.relation {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-left: 0;
}
.relation_item {
  box-sizing: border-box;
  flex: 0 1 calc((100% - 20px) / 3); /* カラム間の隙間の分を引く */
  padding: 5px;
  background-color: #ffffff;
  margin-top: 10px; /* カラム間の隙間 */
  margin-left: 5px; /* カラム間の隙間 */
  border: 1px solid #D3CFC7;
}
.relation_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.relation_name {
  font-size: 14px;
  font-weight: bold;
  color: #4c3223;
  text-align: center;
  padding: 0;
  margin: 3px;
  line-height: 1.4em;
}
.box_w {
  width: 100%;
  clear: both;
}
.float-left {
  float: left;
  width: 44%;
  border: 5px solid #A2D078;
  margin-bottom: 20px;
}
.float-right {
  float: right;
  width: 44%;
  border: 5px solid #A2D078;
  margin-bottom: 20px;
}
.float-left img, .float-right img {
  max-width: 48%;
  height: auto;
  float: left;
}
.float-left p, .float-right p {
  max-width: 48%;
  float: right;
}
@media only screen and (max-width: 880px) {
  .toggle-pc, .top_bn_pc {
    display: none;
  }
  .toggle-sp, .top_bn_sp {
    max-width: 100%;
    display: block;
  }
  #top_bn img.top_bn_sp {
    max-width: 800px;
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .pt50 {
    padding-top: 20px;
  }
  .pt80 {
    padding-top: 30px;
  }
  .yakusugi_wrap img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1320px) {
  .float-left, .float-right {
    float: none;
    overflow: hidden;
    width: 90%;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .float-left img, .float-right img {
    max-width: 48%;
    height: auto;
    float: left;
  }
  .float-left p, .float-right p {
    max-width: 48%;
    float: right;
    text-align: left;
  }
}
#sidebanner1 a {
  display: block;
  background: url("https://www.rakuten.ne.jp/gold/nipponmarche/assets/img/side_outilet.jpg") no-repeat scroll 0 0;
  width: 100px;
  height: 200px;
  text-indent: -9999px;
  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 110px;
}
#sidebanner2 a {
  display: block;
  background: url("https://www.rakuten.ne.jp/gold/nipponmarche/assets/img/side_keirou2023.png") no-repeat scroll 0 0;
  width: 102px;
  height: 110px;
  text-indent: -9999px;
  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 320px;
}
#sidebanner3 a {
  display: block;
  background: url("https://www.rakuten.ne.jp/gold/nipponmarche/assets/img/side_kagoshima_bn.png") no-repeat scroll 0 0;
  width: 102px;
  height: 102px;
  text-indent: -9999px;
  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 434px;
}
#sidebanner4 a {
  display: block;
  background: url("https://www.rakuten.ne.jp/gold/nipponmarche/assets/img/side_ramen_bn.png") no-repeat scroll 0 0;
  width: 102px;
  max-width: 102px;
  height: 110px;
  text-indent: -9999px;
  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 540px;
}
#sidebanner5 a {
  display: block;
  background: url("https://www.rakuten.ne.jp/gold/nipponmarche/assets/img/side_ienomi_bn.png") no-repeat scroll 0 0;
  width: 102px;
  max-width: 102px;
  height: 110px;
  text-indent: -9999px;
  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 650px;
}
#sidebanner1 a:hover, #sidebanner2 a:hover, #sidebanner3 a:hover, #sidebanner4 a:hover, #sidebanner5 a:hover, #sidebanner6 a:hover {
  transform: scale(0.98, 0.98);
}
@media screen and (max-width: 640px) {
  #sidebanner1 a {
    display: block;
    background: url("https://www.rakuten.ne.jp/gold/nipponmarche/assets/img/side_outilet_sp.jpg") no-repeat scroll 0 0;
    width: 50px;
    height: 100px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 110px;
  }
  #sidebanner2 a {
    display: block;
    background: url("https://www.rakuten.ne.jp/gold/nipponmarche/assets/img/side_keirou2023_sp.png") no-repeat scroll 0 0;
    width: 51px;
    height: 55px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 215px;
  }
  #sidebanner3 a {
    display: block;
    background: url("https://www.rakuten.ne.jp/gold/nipponmarche/assets/img/side_kagoshima_bn_sp.png") no-repeat scroll 0 0;
    width: 51px;
    height: 55px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 275px;
  }
  #sidebanner4 a {
    display: block;
    background: url("https://www.rakuten.ne.jp/gold/nipponmarche/assets/img/side_ramen_bn_sp.png") no-repeat scroll 0 0;
    width: 51px;
    height: 55px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 335px;
  }
  #sidebanner5 a {
    display: block;
    background: url("https://www.rakuten.ne.jp/gold/nipponmarche/assets/img/side_ienomi_bn_sp.png") no-repeat scroll 0 0;
    width: 51px;
    height: 55px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 395px;
  }
}
/*商品ページのテーブ・E/
table.item_table {
  width: 90%;
  box-sizing: border-box;
  margin: 2em auto 2em;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
.item_table th, .item_table td {
  padding: 15px 10px;
  border: 1px solid #b3b3b3;
}
.item_table th {
  width: 25%;
  background-color: #f8f8f8;
  font-weight: normal;
  color: #575757;
  text-align: center;
}
@media screen and (max-width: 640px) {
  table.item_table {
    border-top: 1px solid #b3b3b3;
  }
  .item_table th, #item_table td {
    border-top: 0px;
    display: block;
  }
  .item_table tr:first-child {
    border-top: 1px solid #b3b3b3;
  }
}
/*商品ページのテーブ・End*/
.f_small {
  font-size: 80%;
}
.col_2 ul {
  text-align: center;
  margin: 0 auto;
  list-style: none;
  padding: 0px;
}
.col_2 ul li {
  display: inline;
}
.col_2 ul li a img {
  max-width: 308px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .col_2 ul li {
    display: block;
    height: auto;
    text-align: center;
    margin: auto;
  }
}
.f_small {
  font-size: 80%;
}
.pink {
  color: crimson;
  font-weight: bold;
}
/* フ・E奪・好椒奪・垢隆靄楡瀋・等間隔（両端揃え）折返しあ・E*/
[class^="flex-col"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* コンテンツ下のマージ・E*/
.flex-child {
  margin-bottom: 10px;
}
/* 各カラム毎のコンテンツと疑似要素の横幅 */
.flex-col2 .flex-child {
  width: calc((100% - 10px) / 2);
}
.flex-col3::after, .flex-col3 .flex-child {
  width: calc((100% - 20px) / 3);
}
.flex-col4::before, .flex-col4::after, .flex-col4 .flex-child {
  width: calc((100% - 30px) / 4);
}
/* 最終行は両端揃えにしない */
.flex-col3::after, .flex-col4::before, .flex-col4::after {
  content: "";
}
.flex-col4::before {
  order: 1;
}
/* 767px以下で4列・3・E→ 2・E*/
@media screen and (max-width: 1000px) {
  .flex-col3 .flex-child, .flex-col4 .flex-child {
    width: calc((100% - 10px) / 2);
  }
}
/* 575px以下で全て1・E
@media screen and (max-width: 575px) {
	.flex-col2 .flex-child,
	.flex-col3 .flex-child,
	.flex-col4 .flex-child { width: 100%; }
}*/
.flex-child img {
  max-width: 100%;
  height: auto;
}
.col_harf *, .col_harf *:before, .col_harf *:after {
  box-sizing: border-box;
}
div.col_harf {
  width: 90%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin: 0 auto;
}
div.col_harf > div {
  width: 40%;
  padding: 10px;
  margin: 0 auto;
}
.main-hl {
  margin-bottom: 25px;
  text-align: center;
}
.main-hl .jp {
  color: rgb(0, 129, 161);
  display: block;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.main-hl br {
  display: none;
}
div.bnr-l {
  text-align: center;
}
div.bnr-l img {
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
 div.col_harf {
  width: 90%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin: 0 auto;
}
  div.col_harf > div {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .main-hl .jp {
    display: block;
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
  }
  .main-hl br {
    display: block;
  }
}
.cntr {
  text-align: center;
}
.note_frame {
  width: 90%;
  margin: 20px auto 20px;
  padding: 10px 20px 0;
  border: 3px solid #aaa;
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  font-size: 90%;
}
.note_frame-title {
  position: absolute;
  top: -18px;
  left: 20px;
  padding: 0 5px;
  background-color: #fff;
}
.note_caution {
  background-color: #ff4500;
  border: 2px solid #ff4500;
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
}
.note_frame-title:before {
  content: url('https://www.rakuten.ne.jp/gold/nipponmarche/assets/img/note.png');
  position: relative;
  top: 2px;
  margin: 0 6px 0 0;
}
.note_frame-red {
  border-color: #ff4500;
}
.note_orange {
  color: #ff4500;
  font-weight: bold;
  font-size: 110%;
}
.note_frame p {
  margin: 0.5em 0px;
}
.pc_none {
  display: none;
}
.sp_none {
  display: inline;
}
@media screen and (max-width: 960px) {
  .pc_none {
    display: inline;
  }
  .sp_none {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  div.col_harf > div {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
	}
img.hayawari_btn {
  display: block;
  text-align: center;
  width: 90%;
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.btn--pink,
a.btn--pink {
	display: block;
  text-align: center;
	font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 90%;
  height: auto;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background-color: #F45B5B;
}
.btn--pink:hover,
a.btn--pink:hover {
  opacity: 0.6;
}
