/*ショップ名*/
.shp-name a{
  font-size:30px;
  line-height:1.2em;
}
.shop-sub-name {
  font-size:15px;
  margin-left:10px;
}

/*フォント*/
body,select,input {
    font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif ;
}
h1,h2,h3,h4 {
  font-weight:700;
}
a {
  font-weight:500; 
}

hr {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #2F2F2F 0, #2F2F2F 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}
.news-title,.section-title {
  text-align:center;
  margin-top:-55px;
  margin-bottom:40px;
}
.news-title span,.section-title span {
  background:#FAFAD2;
  padding:0 25px;
}
.section-title {
  font-size:35px;
  font-weight:bold !important;
}

.orange {
color:#ED9735;
}


.bor_b_1 {
  border-bottom:none !important;
}

h3.en-title {
  text-align:center;
  font-size:18px;
  color:#2F2F2F;
  margin:0;
  font-weight:500;
  letter-spacing:0.1em;
}


@charset "euc-jp";

body {
  background-color: #FAFAD2;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #2F2F2F;
}
a {
  color: #2F2F2F;
}
a:hover {
  color: #ED9735;
  text-decoration:none;
}

/*
 * カラムの最大幅の設定
 */
#wrapper {
  max-width: 100%;
}

/*
 * contents
 */

#contents {
  /*↓2カラムで作成する場合コメントアウトを外す*/
  /*float: right;*/
  width:100%;
  display:block;
  margin:0 auto;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }
/*
 * レイアウト変更
 */
.container {
  	width:100%;
}	

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px;line-height:2.8em;margin-bottom:15px;margin-top:10px;}
.txt_28 { font-size: 30px; }

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 50px 0 30px;}
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }



.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fa-user:before {
  content:"/f007";
  font-weight:900;
  font-size:15px;
  margin-right:10px;
}

.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

  /* ヘッダーレイアウト */
#header {
  width:100%;
  background:#fff;
  box-shadow:2px 3px 5px #808080;
  padding-bottom:5px;
  position:fixed;
  right:0;
  top:0;
  z-index:99;
}

.header-section {
    max-width:100%;
    display: block;
    margin: 0 auto;
}
.header-nav {
	max-width:1400px;
  display:block;
  margin:0 auto;
}
.row {
  max-width:100%;
  display:block;
  margin:0 auto;
}

  /* ヘッダーナビメニュー */
.header_global_nav {
  /* margin-top: 3px;
  margin-bottom: 2em;*/
   border-top:solid 1px #808080;
  /*border-bottom:solid 1px #808080; */
  padding:10px 0;
  display:flex;
  justify-content:center;
  /*background:#fff;
  border-radius:10px;
  box-shadow:3px 3px 0px #808080;*/
}
.fa-caret-down:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important; 
  content: "\f0d7" !important;
  font-size:15px !important;
  margin-left:10px;
}
.header_nav_lst {
  text-align: center;
  margin:0;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  max-width:1400px;
}
.header_nav_menu {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
  font-size:15px;
   /* line-height: 4; */
}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_menu a:hover{
  color:#ED9735 !important;
}

.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_nav_menu li {
  list-style:none;
}


.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #fff;
}
.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}
.header_category_lst a:hover {
  color:#EE7800;
}

  

  /* ヘッダーの一番上 */
#header .inline {
  margin-top:20px;
}
/* マイアカウントボタン */
.account-btn {
  margin-right:20px;
}

/* ヘッダー電話・お問い合わせボタン */
.fa-phone:before {
  content:"/f095";
  font-weight:900;
  font-size:20px;
  margin-right:10px;
}
.fa-envelope:before {
  content:"/f0e0";
  font-weight:900;
  font-size:20px;
  margin-right:10px;
  
}

.phone-btn {
  font-size:20px; 
  font-weight:700;
  background:#dc143c;
  color:#fff;
  padding:5px 30px;
  border-radius:5px;
  border:solid 2px #dc143c;
}
.phone-btn:hover {
  background:#fff;
  color:#dc143c;
  border:solid 2px #dc143c;
}
.search-box {
 	padding:5px 0; 
}
.header_nav_lst select {
  width:150px;
  vertical-align:middle;
}
input[type="text"] {
display:inline-block;
}
.header_nav_lst form {
  margin:0 !important;
}
/* 検索窓アイコン */
.fa-magnifying-glass {
  font-size:15px;
}
.btn-xs {
    padding: 8px 10px;
}
.btn-xs:hover {
  background:#ED9735;
  color:#fff;
}
/* 検索ボックス */
.search-box {
  float:right;
}
/* カートを見る */
.header_nav_menu span.count {
  margin-left: 5px;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff0000;
  color: #fff;
  font-weight: bolder;
}
.fa-cart-shopping {
margin-right:10px;
}

  /* ヘッダー　ノートPC */
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .header_global_nav {
display:flex;
justify-content:center;
width:100% !important;
}
.header_nav_lst {
max-width:1140px;
display:flex;
justify-content:space-between !important;
}
.header_nav_menu {
margin:0 !important;
}
.txt_24 {
width:100%;
}
.shp-name a {
font-size:25px !important;
max-width:100%;
}
.header-nav {
max-width:1140px;
}
}


/* ↓↓ヘッダー検索ボックス　レフトナビに設置の場合はコメントアウト外す↓↓ */


/* 左サイドバー　「カテゴリーを選択」 */
/* .pull-down{
  font-size:15px !important;
}

/* 左サイドバー　検索ボックス */
/*input[type="text"] {
  width:250px;
}
*/
/* ↑↑ヘッダー検索ボックス　レフトナビに設置の場合はコメントアウト外す↑↑ */


/* 左サイドバー　カテゴリーメニュー */
.category-list {
  padding:10px;
  border:solid 2px #2F2F2F;
  border-radius:5px;
  margin-bottom:10px;
  background:#fff;
} 

/* 左サイドバー　見出し */
 .side-title {
   font-size:20px;
   position:relative;
   padding:0 0 0 20px;
}

/* 左サイドバー　見出しの横線　疑似要素 */
 .side-title:before {
   position:absolute;
   content:"";
   top:50%;
   left:0;
   width:15px;
   height:2px;
   background:#808080;
}
/* 左サイドバー　バナー*/
.sushi-banner {
  margin-bottom:50px;
}
/* 左サイドバー　コンテンツ*/
.side-contents li{
  border-top:solid 1px #808080;
}


.fa-circle-info:before {
 font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
  font-weight: 900;
  content: "\f05a";
}

/*営業日カレンダー*/
.tbl_calendar {
  width:100%;
}
/*営業日カレンダー キャプション*/
.tbl_calendar caption {
  background:#808080;
  color:#fff;
}


.tbl_calendar {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border: solid 1px #808080;
}
.tbl_calendar tbody {
  background:#fff;
}
/*営業日カレンダー 土曜日*/
.tbl_calendar .sat {
  background:#f0f8ff;
}
/*営業日カレンダー 日曜日*/
.tbl_calendar .sun {
  background:#fff0f8; 
}

/*最近チェックした商品　*/
.history-section {
  max-width:1400px;
  display:block;
  margin:0 auto 50px;
}
@media screen and (min-width:1280px) and ( max-width:1600px) {
.history-section {
  max-width:1140px;
  display:block;
  margin:0 auto 50px;
  }
}


.history-unit {
    width: 20%;
    margin: 30px;
    text-align: left;
    background: #fff;
  　display:block;
    float:left;
    box-shadow:3px 3px 0 #80808080;
}
.history-product-name {
  font-size:13px;
}
.history-list {
  margin-left:0;
  list-style:none;
}
.history-name {
  font-size:16px;
  margin:0 !important;
}

.history-price {
  font-size:16px;
  color:#dc143c;
  font-weight:bold;
  text-align:right;
  
}
 .product-img:hover {
	opacity:0.7;
	transition:0.3s;
}
.history-unit .product-text {
    padding: 0 30px 10px;
}
.history-explanation {
font-weight:400;
  margin:10px 0 0;
}

 /* フッター */
#footer,#footer a{
  background:#2F2F2F;
  color:#fff;
}

/*　CTA */
.cta-section {
  max-width:100%;
  display:block;
  margin:0 auto;/*　CTA */
  padding:100px 0;
  background:linear-gradient(rgba(0, 0, 0, .6),  rgba(0, 0, 0, .6)),  url("https://img21.shop-pro.jp/PA01514/079/etc_base64/b2ZmaWNlLWx1bmNo.jpg?cmsp_timestamp=20241127113529"); 
  background-size:cover;
}

.cta-culum {
  max-width:1000px;
  display:block;
  margin:0 auto;
  padding:30px;
  background:#ffffffC0;
}
.cta-sub-title {
  text-align:center;
  color:#ED9735;
  font-weight:400;
  letter-spacing:0.1em;
  margin:0;
  font-size:20px;
}
.cta-title {
  text-align:center;
  font-size:35px;
  font-weight:500;
  margin:0;
}
.fa-envelope {
 margin-right:10px;
}
.cta-btn {
  display:flex;
  justify-content:center;
}

.cta-culum a{
  width:250px;
  border:solid 1px #2F2F2F;
  padding:15px 30px;
  border-radius:30px;
  text-align:center;
  font-size:16px;

}

.cta-culum p{
  text-align:center;
  margin-bottom:30px;
}
.tell-text {
	color:#ff0000;
    font-size:40px;
  	font-weight:bold;
  text-align:center;
}

.tell-text .fa-phone:before {
  font-size:30px !important;
  line-height:1.4em;
}

/*フッター　ショップ名*/
.shop-footer-name h2 {
  font-size:35px;
  margin:0;
}
.shop-footer-name h2 span {
  font-size:25px;

}
.shop-footer-name h3{
  font-size:16px;
  margin:0 0 20px;
  font-weight:400;
}
  
/*フッターナビメニュー*/
#footer .inline li {
  padding:0 20px;
}
#footer .inline {
    width: 1140px;
    display: block;
    margin: 10px auto 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 15px 0;
}

/*コピーライト*/
address {
  margin-bottom:0;
  padding-top:10px;
}

/*会員専用ページ*/
.header_nav_menu ul li {
  list-style:none;
  margin:0 20px;
  padding:5px 10px;
  border:solid 1px #2F2F2F;
}
.header_nav_menu .fa-solid {
  margin-right:10px;
}
.fa-arrow-right-from-bracket {
  margin-left:10px;
}
.header_nav_menu ul {
  display:flex;
}
  
/*最近チェックした商品　割引表示*/  
.history-discount {
    color: #fff;
    font-weight: 500;
    background: #ff0000;
    padding: 0 10px;
    font-size: 13px;
}

/*ログアウトボタン*/  
.logout-btn  {
  margin:0 20px;
  padding:5px 10px;
  border:solid 1px #2F2F2F;
}