@charset "euc-jp";

html {
 -webkit-text-size-adjust: 100%;
}

body {
  background-color: #EAE7DB;
  background-image: url();
  color: #464e54;
  font-family: 'Noto Sans JP', sans-serif;
}
h2 {
  padding-bottom: 10px;
}
h3 {
    margin-top: 0;
}

a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
  opacity: 0.7;
}
a:link {
  color:#464e54;
}
a:visited {
  color:#464e54;
}
a:active {
  color:#464e54;
}

#header_line {
  width: 100%;
  padding: 6px 0;
  text-align: center;
  background-color: #696969;
  font-size: 0.8rem;
  line-height: 1em;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
/* layout */
#wrapper {
  max-width: 1000px;
}

/* header */
#header {
    position: relative;
    height: 145px;
}
#header h1 {
    position: absolute;
    top: 35px;
    left: 0;
    width: calc(50% + 100px);
    height: 85px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.4em;
    font-family: 'Noto Serif JP', serif;
}
#header h1 img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: auto;
}
#header h1 span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
#header form {
    position: absolute;
    top: 40px;
    right: 0;
    width: 350px;
}

#side_fix {
	display: none;
	position: fixed;
	top: 250px;
	right: 0;
	width: 40px;
	height: 300px;
}
#side_fix img {
	width: 40px;
	height: 300px;
}

/************************************
    form
*************************************/
/* reset */
#header button,
#header option,
#header select,
#header input[type="button"],
#header input[type="submit"],
#header input[type="text"],
#header input[type="select"],
#header input[type="option"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #696969;
    outline: 0;
    margin: 0;
    background: #fff;
}
/* for firefox */
#header select {
    text-indent: 0.01px;
    text-overflow: '';
}
/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
#header select::-ms-expand {
    display: none;
}

#header input[type="text"] {
    width: 138px;
    height: 20px;
    margin-right: 5px;
    padding: 4px 5px;
    font-size: 0.9rem;
    border: 1px solid #696969;
    vertical-align: top;
}

#header .form-select {
    display: inline-block;
    position: relative;
    width: 138px;
    height: 28px;
    margin-right: 5px;
    font-size: 0.9rem;
    border: 1px solid #696969;
    overflow: hidden;
    vertical-align: top;
}

#header .form-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    /* ここで下向き矢印指定　今回はCSSで */
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;/* クリック出来るよう */
}

#header .form-select select {
    width: 100%;
    height: 28px;
    font-size: 0.9rem;
    padding: 0 10px;
    border: none;
    position: relative;
}

/* ie9対策 */
#header .form-select select:not(:target) {
    width: 120% \9;
}

#header button {
    width: 50px;
    height: 30px;
    display: inline-block;
    position: relative;
    background: #696969;
    color: #fff;
    text-align: center;
    border: 1px solid #696969;
    cursor: pointer;
    vertical-align: top;
}

#header #header_nav {
    position: absolute;
    top: 10px;
    right: 0;
    font-family: 'Noto Serif JP', serif;
}
#header #header_nav li {
    margin-left: 5px;
    padding: 0;
}
#header #header_nav li a {
  display: flex;
  align-items: center;
}
#header #delivery_postage {
    position: absolute;
    top: 80px;
    right: 0;
    width:350px;
    margin: 0;
    padding: 0;
    color: #696969;
    font-size: 1.45rem;
    line-height: 1.4em;
    font-family: 'Noto Serif JP', serif;
}
#header #delivery_postage ul {
    margin: 0;
}
#header #delivery_postage li {
    list-style: none;
}

@media (max-width: 980px) {
#header {
    position: static;
    height: auto;
}
#header h1 {
    position: static;
    top: 0;
    left: 0;
    width: 80%;
    height: auto;
    margin: 20px auto 0;
    font-size: 1rem;
    line-height: 1.4em;
    font-family: 'Noto Serif JP', serif;
}
#header h1 img {
    display: inline-block;
    position: static;
    top: 0;
    left: 0;
    width: 200px;
    height: auto;
    vertical-align: middle;
}
#header h1 span {
    display: inline-block;
    position: static;
    bottom: 0;
    left: 0;
    margin-left: 20px;
    vertical-align: middle;
}
#header #header_nav {
    display: none;
    position: static;
    top: 0;
    right: 0;
    font-family: 'Noto Serif JP', serif;
}
#header form {
    position: static;
    top: 0;
    right: 0;
    width: 360px;
    margin: 20px calc(50% - 175px);
    overflow: hidden;
}
#header button {
  width:60px;
}
#header #delivery_postage {
    position: static;
    top: 0;
    right: 0;
    width:350px;
    margin: 20px auto;
    padding: 0;
    color: #696969;
    font-size: 1.45rem;
    line-height: 1.4em;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}
}
@media (max-width: 480px) {
#header h1 {
    width: 100%;
    text-align: center;
}
#header h1 span {
    width: 100%;
    margin-top: 20px;
    margin-left: 0 !important;
    text-align: center;
}
}

#dropmenu{
  list-style-type: none;
  height: 54px;
  margin: 30px 0 0;
  padding: 0;
  font-size: 16px;
}
#dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px;
  line-height: 1em;
  text-decoration: none;
}
#dropmenu li:hover > a{

}
#dropmenu > li:hover > a{
    background: rgba(255, 255, 255, 0.9);
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 150%;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
    z-index: 999;
}
#dropmenu li ul li a{
  padding: 15px;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #EAE7DB;
  background: rgba(255, 255, 255, 0.9);
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
}

/* contents */
#contents {
  float: left;
  margin-top: 60px;
  padding-left: 10px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/* side */
#side .unstyled img {
  display: block;
  margin-top: 60px;
  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; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* 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; }
.mar_t_60 { margin-top: 60px; }
.mar_r_60 { margin-right: 60px; }
.mar_b_60 { margin-bottom: 60px; }
.mar_l_60 { margin-left: 60px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.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; }
.pad_40 { padding: 40px}
.pad_t_40 { padding-top: 40px; }
.pad_r_40 { padding-right: 40px; }
.pad_b_40 { padding-bottom: 40px; }
.pad_l_40 { padding-left: 40px; }
.pad_50 { padding: 50px}
.pad_t_50 { padding-top: 50px; }
.pad_r_50 { padding-right: 50px; }
.pad_b_50 { padding-bottom: 50px; }
.pad_l_50 { padding-left: 50px; }

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

/* 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-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.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); }
}

#foodex img {
  width: 100%;
}

#footer_link_4col {
    width: 100%;
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    overflow: hidden;
}
.footer_link {
    border-left: 1px solid #696969;
    display: inline-block;
    margin: 0 0 -9999px;
    padding: 20px 20px 9999px;
    vertical-align: top;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.footer_link:nth-child(2) {
    border-left: 1px solid transparent;
}
.footer_link_l {
    width: calc(25% - 41px);
}
.footer_link_s {
    width: calc(25% - 41px);
}
.flink_new {
  color: #c00;
}
@media (max-width: 980px) {
.footer_link_l {
    width: calc(50% - 41px);
}
.footer_link_s {
    width: calc(50% - 41px);
}
.footer_link:nth-child(3),
.footer_link:nth-child(4){
    border-top: 1px solid #696969;
}
}
@media (max-width: 480px) {
.footer_link_l {
    width: calc(100% - 41px);
}
.footer_link_s {
    width: calc(100% - 41px);
}
.footer_link:nth-child(3),
.footer_link:nth-child(4){
    border-top: 1px solid #696969;
}
.footer_link:nth-child(2) {
    padding-top: 0 !important;
}
.footer_link:nth-child(2) h3 {
    display: none;
}
}
.footer_link h3 {
    font-size: .9rem;
}
.footer_link ul {
    margin: 0;
}
.footer_link li {
    list-style: none;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer_link .footer_guide li {
    list-style-type: disc;
    margin-bottom: 5px;
    margin-left: 20px;
}
.footer_link .footer_guide li:last-child {
    margin-bottom: 20px;
}
.footer_link li img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}
.footer_link_img30 li {
    margin-bottom: 10px;
}
.footer_link_img30 li:last-child {
    margin-bottom: 20px;
}
.footer_link_img30 li img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.footer_info {
    display: inline-block;
    width: calc(25% - 20px);
    margin: 0 10px;
    vertical-align: top;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 980px) {
.footer_info {
    width: calc(50% - 20px);
}
}
@media (max-width: 480px) {
.footer_info {
    width: calc(100% - 20px);
}
}
.footer_info h3 {
    font-size: 0.9rem;
    border-bottom: 1px solid #696969;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}
.footer_info h4 {
    font-size: 0.8rem;
    margin: 0 0 10px 0;
}
.footer_info p {
    font-size: 0.7rem;
    margin: 0 0 15px 0;
}
.footer_info #footer_payment_logo img,
.footer_info #footer_yamato_logo img,
.footer_info #footer_yamato_time img,
.footer_info #footer_official_bnr img,
.footer_info #footer_facebook_bnr img{
    width: 96%;
    height: auto;
    margin: 0 2%;
}
#footer_free_call {
    margin: 0 0 5px 0;
    padding: 0 0 0 35px;
    font-size: 1.8rem;
    line-height: 1em;
    letter-spacing: -1px;
    color: #696969;
    background-image: url("https://img07.shop-pro.jp/PA01426/813/etc_base64/ZnJlZS1kaWFs.png?cmsp_timestamp=20250424190822");
    background-repeat: no-repeat;
    background-size: 33px 19px;
    background-position: center left;
}

#side_cat_box p,
#side_cat_box li{
  font-size: .9rem;
}
#side_cat_box p a span {
  color: #696969;
  font-size: .8rem;
}

#side_bnr_box img {
  width: 100%;
  height: auto;
}

.tbl_calendar {
  width: 100%;
  margin-bottom: 20px;
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

@media (max-width: 980px) {
}

.first_guide {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.first_guide h3 {
  background-color: #F0ECDE;
  border-top: 1px solid #231815;
  padding: 10px;
}
.first_guide ol li {
  margin-bottom: 0.6em;
}
#footer_logo {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
}
#footer_logo img {
  width:282px;
}
.copyright {
  width: 100%;
  margin-bottom: 0 !important;
  padding: 6px 0;
  text-align: center;
  background-color: #696969;
  font-size: 0.8rem;
  line-height: 1em;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
.order_step img {
  width: 530px;
}

.icon-lg-b.icon-chevron_thin_down {
  background-position: -168px -216px;
}
.icon-lg-b.icon-circled_info {
  background-position: -408px -120px;
}
.icon-lg-b.icon-docs {
  background-position: -384px -144px;
}

.icon-lg-b.icon-instagram {
    background-position: -168px -288px;
}
.icon-lg-b.icon-facebook {
    background-position: -192px -264px;
}
.icon-lg-b.icon-twitter {
    background-position: -144px -264px;
}
.icon-lg-b.icon-video {
    background-position: -456px -144px;
}