html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Hiragino Kaku Gothic Pro W3, "ヒラギノ角ゴ Pro W3", Osaka !important;
  background-image: url('/contents/akinomikaku/images/back01.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

header {
  width: 100%;
  margin: 0 auto;
  background-color: #182d7c;
  background-repeat: repeat-x;
  height: 60px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #182d7c;
  z-index: 1;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

#logo {
  padding: 0px 0px;
  width: 94%;
  max-width: 1000px;
  margin: auto;
}

#logo img {
  height: 60px;
}

@media screen and (min-width: 767px) {
  .toSM {
    display: none;
  }

  .toPC {}
}

@media screen and (max-width: 767px) {
  .toSM {}

  .toPC {
    display: none;
  }
}

/*colors*/
/*ノジマブルー*/
.nojimaBlue {
  color: #182D7C;
}

/*ノジマレッド*/
.nojimaRed {
  color: #E60019;
}

.markerpink {
  background: linear-gradient(transparent 40%, rgb(255, 170, 170) 40%);
}

.markeryellow {
  background: linear-gradient(transparent 40%, rgba(226, 197, 90, 0.79) 40%);
}

.markerblue {
  background: linear-gradient(transparent 40%, rgb(83, 197, 240) 40%);
}

.markerblue02 {
  background: linear-gradient(transparent 40%, rgb(171, 217, 235) 40%);
}

.markeryellow2 {
  background: linear-gradient(transparent 40%, rgb(223, 246, 11) 40%);
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 auto 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  font-size: 0.7rem;
  max-width: 1000px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #c2c2c2;
}

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
section {
  margin: 1rem auto 2rem;
}

article {
  max-width: 100%;
  margin: 0 5px;
  background-color: #fff;
}

h1 {
  font-size: 14px;
  text-align: center;
}


.obakechan {
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
  margin:1rem;
}

.obakechan img {
  width: 60px;
  height: 53px;
  margin: 0 auto;
  display: block;

}

.balloon-002 {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 100%;
  margin-top: 15px;
  padding: .8em 1.2em;
  border-radius: 5px;
  background-size: 40px 40px; /* repeating-conic-gradientが適用されるサイズ */
  background-image: repeating-conic-gradient(from 0deg, 
  #333 0deg 90deg, #000 90deg 180deg); /* 90度ずつ色変更を360度まで繰返し（2回） */
  background-repeat: repeat;
  color: #d1c100;
}

.balloon-002::before {
  position: absolute;
  top: -15px;
  width: 30px;
  height: 15px;
  background-size: 40px 40px; /* repeating-conic-gradientが適用されるサイズ */
  background-image: repeating-conic-gradient(from 0deg, 
  #666 0deg 90deg, #000 90deg 180deg); /* 90度ずつ色変更を360度まで繰返し（2回） */
background-repeat: repeat;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  content: '';
}



.kijibox{
  margin:1rem;
  border: 1px dotted #b179c4;
  border-radius: 10px;
  padding: 0.5rem;
}

.kijibox ul {
  padding-left: 0;
  display: block;
}

.kijibox li {
  flex-basis: 100%;
}

.kijibox li img {
  display: block;
  margin-bottom: 1rem;
}

.kanban {
  margin: 1rem 0 2rem;
}

.back999 {
   background-color: #d3d2d2;
   padding: 0.5rem;
}


.h2title {
  /* Kiwi Maruフォント、太さ、余白の指定はそのまま */
  font-family: 'Kiwi Maru', cursive; 
  font-weight: 700; /* 白フチを際立たせるため、太字(700)を推奨 */
  font-size: 20px; 
  line-height: 1.5; 
  margin-top: 3rem; 
  margin-bottom: 1.5rem;
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  text-align: left;
  border-bottom: none; 
  
  /* ▼ 新しい秋の色を適用！ */
  background-color: #DBBAA2; /* 優しく温かいベージュ */
  border-left: 15px solid #663917; /* 濃く上品なダークブラウンの線 */
  border-radius: 0 15px 15px 0; 
  
  /* ▼ 白フチと文字色 */
  color: #333333; /* 文字色は濃いグレーにして線の色と合わせる */
  text-shadow: 
    1px 1px 0 #FFFFFF,
    -1px 1px 0 #FFFFFF,
    1px -1px 0 #FFFFFF,
    -1px -1px 0 #FFFFFF;
}

.textbox01 {
  display: flex;
  align-items: center;
  /* ▼ 背景色を h2title と同系色の優しい色に */
  background-color: #F8EFEA; /* 淡いピンクがかったベージュ（生成り色） */
  padding: 0.8rem;
  margin: 1rem;
  /* ▼ 点線も h2title のダークブラウン系に合わせて統一感を出す */
  border: 3px dotted #663917; /* 栗皮茶 (#663917) を適用 */
  border-radius: 1rem;
}

.textbox02 {
  text-align: center;
  background-color: #d1c100;
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); /* 影をつけて立体感を出す */
  padding: 25px;
  width: 97%;
  margin: 0 auto;
}

.index {
  text-align: center;
  line-height: 2.5;
  font-weight: bold;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #d1c100;
    text-decoration-thickness: 3px;
  margin-top: 2rem;
}

.bottonlink {
  width: 80%;
  margin: 0 auto 2rem;
}

.bottonlink ul {
  padding-left: 0;
  display: block;
  flex-wrap: wrap;
  justify-content: space-around;
}

.bottonlink ul li {
  margin-bottom: 2rem;
}

.bottonlink ul li span {
  display: block;
  background-color: #d1c100;
  text-align: center;
  padding: 0.5rem 0;
  border-radius: 1rem;
}

.bottonlink ul li a {
  color: #fff;
}


.bottonlink ul li img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.bottonlink ul li p {
  font-size: smaller;
  margin: 0.8rem auto;
  width: 90%;
  border-bottom: 1px dashed #84137E;
  border-top: 1px dashed #84137E;
}

.bottonlink ul li p::before {
  font-family: "Font Awesome 6 Free";
  content: "\f6e2";
  font-weight: 900;
  padding-right:0.2em;
  padding-left:0.2em;
  color: #84137E;
  font-size: 1.5rem;
}


h5:before {
  font-family: "Font Awesome 6 Free";
  content: "\f578";
  font-weight: 900;
  padding-right:0.2em;
  padding-left:0.2em;
  color: #BD3C00;
}

h5 {
  text-align: right;
  margin: 0 0.5rem 0.8rem;
}

h5 span {
  border-bottom: 1px dotted #BD3C00;
  font-size: smaller;
}


.textbox01 {
  background-color: #F8EBE5;
  padding: 0.7rem;
  margin: 2.5rem 1rem 1rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
}

.textbox01::before {
  font-family: "Font Awesome 6 Free";
  content: "\e4c6";
  font-weight: 900;
  padding-right:0.2em;
  padding-left:0.2em;
  color: #BD3C00;
  position: absolute;
  top: -2rem;
  left: 45%;
  font-size: 1.5rem;
}


.categoriestag p {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.categoriestag p a {
  color: #fff;
}

.categoriestag p a:hover {
  color: #F8EBE5;
  font-weight: bold;
}

.categoriestag p span {
  background-color: #BD3C00;
  padding: 0.2rem 0.5rem;
  margin:0.5rem;
  border-radius: 0.5rem;
}


/* 商品リストフレックス */

.productslist ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 1rem;
}

.productslist ul li:nth-child(1) {
flex-basis:25%;
}

.productslist ul li:nth-child(1) img {
  padding-right: 1rem;
}

.productslist ul li:nth-child(2) {
flex-basis:75%;
}

.productslist p {
  background-color: #CAE5E9;
  font-size: 0.8rem;
  padding: 0.5rem;
  line-height: 2;
}

.productslist p span {
  background-color: #008899;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
}

/* どこでもカート設定 */
.cartanywhere {
  margin-bottom: 1rem;
}

.cartprodname {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.cartprice {
  font-size: 1.5rem;
  color: #ff0000;
  font-weight: bold;
  text-align: right;
}

.yencolor {
  color: #000;
  font-size: 0.8rem;
}

.cartnouki {
  font-size: 0.8rem;
  color: #27c10d;
}

.pointkangen {
  font-size: 0.8rem;
  color:coral;
  font-weight: bold;
}




/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {
  article {
    max-width: 100%;
    margin: 0 5px;
    background-color: #fff;
  }

  section {
    margin: 1rem auto 2rem;
  }

  /* 商品一覧 */

.productslist {
  display: flex;
  flex-wrap: wrap;
}

.cartanywhere {
  width: 21%;
  display: flex;
  border: 1px solid #ccc;
  margin: 0 1rem 1rem;;
}

.productslist ul {
  display: block;
  border: none;
}

.productslist ul li {
}

.productslist ul li img {
display: block;
margin:0 auto 1rem;
}
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {
  article {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
  }



  section {
    margin: 1rem auto 4rem;
  }

  h1 {}
    
.obakechan {
  width: 80%;
  margin:2rem auto 1rem;
}

.obakechan img {
  /* max-width: 60px;
  height: 100%; */
  margin: 0 auto;
  display: block;
}


.bottonlink {
  width: 100%;
}

.bottonlink ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.bottonlink ul li span {
  display: block;
  background-color: #d1c100;
  text-align: center;
}

.bottonlink ul li {
  flex-basis: 30%;
}

.bottonlink ul li a {
  color: #fff;
}

  
  /* 商品一覧 */

.productslist {
  display: flex;
  flex-wrap: wrap;
}

.cartanywhere {
  width: 21%;
  display: flex;
  border: 1px solid #ccc;
  margin: 0 1rem 1rem;;
}

.productslist ul {
  display: block;
  border: none;
}

.productslist ul li {
}

.productslist ul li img {
display: block;
margin:0 auto 1rem;
}
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px;
  border-radius: 60px;
  width: 70px;
  height: 70px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

