@charset "Shift_JIS";
/* --------------------------------------------------------------------
トピックス「クリスマス」専用CSS
--------------------------------------------------------------------- */
/* 既存タイトル（非表示）
================================================== */
.mainframe_ .topiclist_body_ > .topic_title_,
.wrapper_ > .topiclist_body_ > .topic_title_ {
  display: none;
}

#topic_wrapper .fc_g {
  color: #085B2A;
}

/* --------------------------------------------------------------------
PC
--------------------------------------------------------------------- */
/* メインタイトル
================================================== */
.mainframe_ #head_area .topic_main_title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-bottom: 1px solid #383c3b;
}

/* タブ（ul.tab）
================================================== */
/* 共通パーツ（リセット） */
.mainframe_ #head_area ul.tab_list { margin: 0; }
.mainframe_ #head_area ul.tab_list li { padding: 0; text-indent:unset; }
.mainframe_ #head_area ul.tab_list li + li { padding: 0; }

/* タブ（ul.tab） */
.mainframe_ #head_area ul.tab_list {
  margin-top: 20px;
}

.mainframe_ #head_area ul.tab_list {
  display: flex;
  justify-content: center;
  gap: 0.5%;
  width: 100%;
}

.mainframe_ #head_area ul.tab_list li {
  width: 100%;
}

.mainframe_ #head_area ul.tab_list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #ded1d1;
  border-radius: 8px;
}

.mainframe_ #head_area ul.tab_list li a .txt_sub {
  font-size: 1.5rem;
  font-weight: normal;
}

/* マウスオーバー */
.mainframe_ #head_area ul.tab_list li a:hover {
  opacity: 1;
  background: #f2ebeb;
  text-decoration: none;
}

/* 【JSなし】PC：切り替え用CSS
================================================== */
/* タブ（ul.tab） */
.mainframe_ #head_area.set_normal ul.tab_list li.normal,
.mainframe_ #head_area.set_kouiki ul.tab_list li.kouiki,
.mainframe_ #head_area.set_tento ul.tab_list li.tento {
  position: relative;
}

.mainframe_ #head_area.set_normal ul.tab_list li.normal::before,
.mainframe_ #head_area.set_kouiki ul.tab_list li.kouiki::before,
.mainframe_ #head_area.set_tento ul.tab_list li.tento::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.0);
}

.mainframe_ #head_area.set_normal ul.tab_list li.normal a,
.mainframe_ #head_area.set_kouiki ul.tab_list li.kouiki a,
.mainframe_ #head_area.set_tento ul.tab_list li.tento a {
  color: #fff;
  background: #353535;
  border-color: #353535;
}

/* アクティブが有るときの表示 */
.mainframe_ #head_area ul.tab_list {
  border-bottom: 5px solid #353535;
}

.mainframe_ #head_area ul.tab_list li a {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

/* サブタイトル
================================================== */
.mainframe_ .topiclist_body_ > .article_ .topic_sub_title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}

.mainframe_ .topiclist_body_ > .article_ .topic_sub_title > span {
  color: #af050e;
}

.mainframe_ .topiclist_body_ > .article_ .topic_sub_title + * {
  margin-top: 20px;
}

/* 各店のお受取り表（テーブル調節）
================================================== */
.mainframe_ .topiclist_body_ > .article_ table.sp_single_column .pc_only { display: revert; }
.wrapper_ > .topiclist_body_ > article table.sp_single_column .pc_only { display: none; }

.mainframe_ .topiclist_body_ > .article_ table.sp_single_column { width: 720px; }
.wrapper_ > .topiclist_body_ > article table.sp_single_column { width: auto; }

/* SPのみ */
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr {
  border-top: 3px solid #111;
}
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr td:nth-of-type(2) {
  border-bottom: 1px dashed #ccc;
}
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr td:nth-of-type(2)::before {
  content: '受取場所：';
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
}
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr td:nth-of-type(3)::before {
  content: '受取時間：';
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
}

/* --------------------------------------------------------------------
SP
--------------------------------------------------------------------- */
/* メインタイトル
================================================== */
.wrapper_ > .topiclist_body_ #head_area .topic_main_title {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 3%;
  padding: 10px 3%;
  border-top: 3px solid #383c3b;
  border-bottom: 3px solid #383c3b;
}

/* タブ（ul.tab）
================================================== */
/* 共通パーツ（リセット） */
.wrapper_ > .topiclist_body_ #head_area ul.tab_list { margin: 0; }
.wrapper_ > .topiclist_body_ #head_area ul.tab_list li { padding: 0; text-indent:unset; }
.wrapper_ > .topiclist_body_ #head_area ul.tab_list li + li { padding: 0; }

/* タブ（ul.tab） */
.wrapper_ > .topiclist_body_ #head_area ul.tab_list {
  margin-top: 20px;
}

.wrapper_ > .topiclist_body_ #head_area ul.tab_list {
  display: flex;
  justify-content: center;
  gap: 0.5%;
  width: 100%;
}

.wrapper_ > .topiclist_body_ #head_area ul.tab_list li {
  width: 100%;
}

.wrapper_ > .topiclist_body_ #head_area ul.tab_list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #ded1d1;
  border-radius: 8px;
}

.wrapper_ > .topiclist_body_ #head_area ul.tab_list li a .txt_sub {
  font-size: 1.2rem;
  font-weight: normal;
}

/* 【JSなし】SP：切り替え用CSS
================================================== */
/* タブ（ul.tab） */
.wrapper_ > .topiclist_body_ #head_area.set_normal ul.tab_list li.normal,
.wrapper_ > .topiclist_body_ #head_area.set_kouiki ul.tab_list li.kouiki,
.wrapper_ > .topiclist_body_ #head_area.set_tento ul.tab_list li.tento {
  position: relative;
}

.wrapper_ > .topiclist_body_ #head_area.set_normal ul.tab_list li.normal::before,
.wrapper_ > .topiclist_body_ #head_area.set_kouiki ul.tab_list li.kouiki::before,
.wrapper_ > .topiclist_body_ #head_area.set_tento ul.tab_list li.tento::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.0);
}

.wrapper_ > .topiclist_body_ #head_area.set_normal ul.tab_list li.normal a,
.wrapper_ > .topiclist_body_ #head_area.set_kouiki ul.tab_list li.kouiki a,
.wrapper_ > .topiclist_body_ #head_area.set_tento ul.tab_list li.tento a {
  color: #fff;
  background: #353535;
  border-color: #353535;
}

/* アクティブが有るときの表示 */
.wrapper_ > .topiclist_body_ #head_area ul.tab_list {
  border-bottom: 5px solid #353535;
}

.wrapper_ > .topiclist_body_ #head_area ul.tab_list li a {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

/* 大枠エリア
================================================== */
.wrapper_ > .topiclist_body_ #topic_wrapper {
  padding-top: 10px;
}

/* サブタイトル
================================================== */
.wrapper_ > .topiclist_body_ > article .topic_sub_title {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 3%;
}

.wrapper_ > .topiclist_body_ > article .topic_sub_title > span {
  color: #af050e;
}

.wrapper_ > .topiclist_body_ > article .topic_sub_title + * {
  margin-top: 20px;
}
