@charset "utf-8";

body {
  background: #fff;
  border: none;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}

body::after {
  background: url(../image/common/img_background_body.png) no-repeat center bottom;
  background-size: 100vw auto;
  bottom: 80px;/*フッタ高さ分110pxから適宜表示部分調整*/
  content: "";
  display: block;
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  width: 100vw;
  z-index: -1;
}


/*コモンパーツ　ここから*/
/*ユーティリティ*/
.only-sp {
  display: none;
}

/*ボタン*/
.block_btn {
  /*フレキシブルボックス暫定採用*/
  display: flex;
  height: 48px;
  line-height: 48px;
  margin-bottom: 15px;
  margin-top: 35px;
}

.fd-btn,
a.fd-btn {
  background-origin: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#E2E2E6' ,GradientType=0)";
  background : linear-gradient(0deg, rgb(249, 249, 255) 0%, rgb(225, 225, 235) 100%);
  box-sizing: border-box;
  border-top: 1px solid rgba(255,255,255,.2);
  border-right: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(209, 211, 224, 1);
  border-left: 1px solid rgba(209, 211, 224, 1);

  border-radius: 5px;
  box-shadow: 0 0 20px rgba(107, 102, 134, 0.2) inset,
    0 0 0 2px rgba(174, 175, 184, 1),
    0 1px 2px rgba(0,0,0,.05);
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.1;
  height: 2.9em;
  margin: 2px;
  padding: 0.9em 1.5em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0,0,0,.2);
  vertical-align: middle;
}

.fd-btn:hover {
  opacity: 0.8;
}

.fd-btn.fd-btn-sm {
  font-size: 0.85rem;
  height: 1.8em;
  line-height: 1.1em;
  padding: 0.35em 1.0em;
}

.fd-btn.fd-btn-warning {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5AF2C', endColorstr='#FFF14D' ,GradientType=0)";
  background : linear-gradient(0deg, rgb(255, 156, 39) 0%, rgb(250, 180, 21) 100%);
  box-shadow: 0 0 40px rgba(255, 245, 6, 0.25) inset,
    0 0 0 2px rgb(222, 156, 65),
    0 1px 2px rgba(0,0,0,.05);
  border-top: 1px solid rgba(255,255,255,.15);
  border-right: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgb(204, 150, 75, .7);
  border-left: 1px solid rgba(204, 150, 75, .7);
  color: #fff;
}

.fd-btn.fd-btn-danger {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E33838', endColorstr='#FF7A92' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(227, 56, 56, 1) 0%, rgba(255, 122, 146, 1) 100%);
  box-shadow: 0 0 40px rgba(255, 6, 6, 0.25) inset,
    0 0 0 2px rgb(222, 65, 101),
    0 1px 2px rgba(0,0,0,.05);
  border-top: 1px solid rgba(255,255,255,.35);
  border-right: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(175, 40, 40, 0.5);
  border-left: 1px solid rgba(191, 62, 82, 0.5);
  color: #fff;
}

.fd-btn.fd-btn_add_to_cart {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5AF2C', endColorstr='#FFF14D' ,GradientType=0)";
  background : linear-gradient(0deg, rgb(255, 156, 39) 0%, rgb(250, 180, 21) 100%);
  box-shadow: 0 0 40px rgba(255, 245, 6, 0.25) inset,
    0 0 0 2px rgb(222, 156, 65),
    0 1px 2px rgba(0,0,0,.05);
  border-radius: 3px;
  border-top: 1px solid rgba(255,255,255,.15);
  border-right: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgb(204, 150, 75, .7);
  border-left: 1px solid rgba(204, 150, 75, .7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  height: 35px;
  line-height: 1em;
  padding: 9px 0 8px 35px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  max-width: 35px;
  transition: all .3s linear;
}

.fd-btn.fd-btn_add_to_cart:hover {
  max-width: 150px;
  opacity: 1;
  padding-right: 12px;
}

.fd-btn.fd-btn_add_to_cart > i {
  font-size: 14px;
  position: absolute;
  left: 10px;
}

.block_btn .fd-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.block_btn .fd-btn.fd-btn-align_left {
  margin-right: auto;
  margin-left: 0;
}
.block_btn .fd-btn.fd-btn-align_right {
  margin-right: 0;
  margin-left: auto;
}

.fd-btn.root-menu,
.console_order .fd-btn {
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ADB68', endColorstr='#64D967' ,GradientType=0)";
  background : linear-gradient(0deg, rgb(61, 208, 78) 20%, rgb(128, 239, 95) 100%);
  box-shadow: 0 0 40px rgba(127, 110, 221, 0.25) inset,
    0 0 0 1px rgb(104, 191, 158),
    0 1px 2px rgba(0,0,0,.05);
  border-top: 1px solid rgba(255,255,255,.55);
  border-right: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgb(86, 199, 169, .7);
  border-left: 1px solid rgba(86, 199, 169, .7);
  color: #fff;
  display: block;
  font-size: 1.05rem;
  height: 80px;
  padding: calc(40px - 0.6rem) 1.0em calc(40px - 0.6rem) 90px;
  padding-left: 60px;
  position: relative;
  width: calc(100% - 4px);
  text-align: left;
  text-shadow: 0 0 2px rgba(0,0,0,.35);
}

.fd-btn.root-menu i,
.console_order .fd-btn i {
  font-size: 28px;
  position: absolute;
  line-height: 1.0rem;
  left: 20px;
  width: 30px;
  text-align: center;
}

.fd-btn[disabled] {
  background: #999;
  box-shadow: none;
  border: none;
  color: #ccc;
  cursor: not-allowed;
  opacity: 1;
  text-shadow: none;
}

.fd-btn-icnTxtLink {
  display: inline-block;
  line-height: 1.1;
  padding-left: 24px;
  position: relative;
  
}

.fd-btn-icnTxtLink i.fas {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
}

.console_order .fd-btn + .fd-btn {
  margin-top: 12px;
}

.fd-singleColumn {
  margin: 0 auto;
  width: 600px;
}

.block_section_wrapper_common {
}

.block_section_wrapper_common.block_section_wrapper_common_row {
  display: flex;
}

.block_section_wrapper_common_row {
  margin: 20px -3px 40px;
  width: auto;
}

.block_section_wrapper_common_row > * {
  margin: 20px 3px 40px;
}

.block_section_wrapper_common.block_section_wrapper_common_row .image_column {
  flex: 0 0 0;
}

.block_section_wrapper_common_row .image_column img + img {
  margin-top: 5px;
}

.block_section_wrapper_common > dl {
  font-size: 1rem;
}

.block_section_wrapper_common > dl > div {
  margin-bottom: 1.5rem;
}

.block_section_wrapper_common > dl dt {
  color: #0071BC;
  font-size: 0.9rem;
  font-weight: bold;
}


/*フォーム（私製レイアウトシステム込み）*/
.fd-form-row label {
  display: block;
  font-size: 14px;
}

.fd-form-row input,
.fd-form-row select,
.fd-form-row textarea{
  font-size: 18px;
  padding: 4px 3px 3px;
}

.fd-control-label {
  color: #4D805B;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

.fd-control-label.required::after {
  background: #aa3333;
  content: "必須";
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  margin-left: 2px;
  padding: 1px 4px 1px;
  vertical-align: middle;
}

.fd-form-check {
  margin: 7px 0;
  padding-left: 4px;
  padding-right: 4px;
}

.fd-form-check-inline {
  display: inline-block;
}

.fd-form-check-input {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}

.fd-form-row .fd-form-check-label {
  display: inline-block;
  padding-right: 2.0em;
}

.fd-form-row {
  margin-bottom: 2.0em;
  margin-right: -4px;
  margin-left: -4px;
}

.fd-form-row::after {
  clear: both;
  content: "";
  display: table;
}

.fd-col {
  box-sizing: border-box;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}

.fd-col.fd-col-sp {
  clear: both;
  float: none;
}

.fd-col.fd-col-md {
  width: 400px;
}

.fd-col.fd-col-lg {
  width: 550px;
}

.fd-col.fd-col-xl {
  width: 100%;
}

.fd-col.fd-col-sm {
  width: 250px;
}

.fd-col.fd-col-xs {
  width: 150px;
}

.fd-pull-left,
.fd-pull-right,
.fd-clear {
  margin-bottom: 1.0em;
}

.fd-pull-left::after,
.fd-pull-right::after,
.fd-clear::after {
  clear: both;
  content: "";
  display: table;
}

.fd-pull-left {
  float: left;
}

.fd-pull-right {
  float: right;
}

.fd-clear {
  clear: both;
}

.fd-col > input,
.fd-col > select,
.fd-col > textarea {
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  line-height: 24px;
  height: 33px;
  width: 100%;
}

.fd-col > textarea {
  height: 8.0em;
  line-height: 1.4;
  max-width: 100%;
  min-height: 3em;
  min-width: 100%;
}

.fd-col .fd-form-control-plaintext {
  background: transparent;
  border: none;
  line-height: 24px;
  padding: 5px 3px 4px;
}

.fd-form-control-plaintext.fd-form-control-plaintext-lg {
  font-size: 18px;
}

.fd-col .fd-form-text {
  background: transparent;
  border: none;
  line-height: 24px;
  padding: 2px 3px 1px;
}

.fd-col .fd-feedback {
  font-size: 12px;
  margin: 1px 0;
}

.fd-col.fd-col-btns {
  height: 33px;
  line-height: 33px;
  padding-bottom: 2px;
  padding-top: 2px;
  vertical-align: middle;
}

.fd-col.fd-col-delimiter {
  width: auto;
}

.fd-col.fd-col-error .fd-form-control,
.fd-col.fd-col-error .fd-feedback {
  border-color: #cc6666;
  color: #cc6666;
}
.fd-form-control-error

/*バッジ*/
.fd-label {
  background: #eee;
  border-radius: 2px;
  color: #666;
  display: inline-block;
  font-size: 13px;
  margin: 2px 2px;
  padding: 3px 5px 1px;
  line-height: 15px;
}

.fd-col > .fd-label {
  margin: 6px 2px;
}

.fd-label.fd-label-primary {
  background: #0071BC;
  color: #fff;
}

/*ユーティリティクラス*/
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}


/* MSパーツオーバーライド */
.formTable th {
  background: #e4f9cd;
}

/*コモンパーツ　ここまで*/
/*基本レイアウト用の記述　ここから*/

#wrapper, #makebanner, #topImage {
  max-width: 980px;
  width: 100%;
}

#wrapper {
  margin-top: 0;
  min-height: calc(100vh - 70px - 110px - 30px - 70px);
  /*最低サイズを１画面分にする　画面高さ-ヘッダ高さ-フッタ高さ-自身上パディング-自身下パディング*/
  padding: 100px 7px 100px;/*padding-topはヘッダ高さ 70px含む*/
  position: relative;
}

#wrapper::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


/*トップページ追加*/
#headerWrap,
#headerWrap #header,
#headerWrap #head,
#headerWrap #subNav,
#headerWrap #h_logo,
#headerWrap #topHeadNavi,
#topHeadNavi li a {
    transition: all .4s linear;
}

.mute_transition,
.mute_transition * {
  transition: none !important;
  animation: none !important;
}

#headerWrap {
    /* background: url(https://gigaplus.makeshop.jp/fresh8802/image/common/header_img/carouseltest_001.jpg) no-repeat center center; */
    /* background-size: cover; */
	background: #75bc50;
    display: none;/*一旦隠しておいてJSで表示*/
    height: 70px;
    margin: 0;
    padding: 0;
    position: fixed;
	top: 0;
    width: 100%;
	z-index: 1000;
}

#headerWrap.isFirstview {
  background: rgba(99, 182, 63, 0);
}

#header {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 980px;
}

#head {
  height: 100% !important;
  padding: 5px 0;
  position: absolute;
}

#h_logo{
  max-height: 100%;
  opacity: 1;
  width: auto;
  animation: showAndAppear .4s linear;
}

#headerWrap.isFirstview #h_logo {
  animation: fadeAndDisappear .4s linear;
  opacity: 0;
  display: none;
}

@keyframes showAndAppear {
  from {
    opacity: 0;
    display: block;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeAndDisappear {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}

#h_logo img {
    display: block;
    max-height: 70px;
    margin: -5px 0;
}

#topHeadNavi {
    margin: 5px auto;
    position: absolute;
    right: 0;
    width: 800px;
    text-align: right;
    top: calc(100% - 12px - 1.4em);
}

#topHeadNavi ul,
#topHeadNavi li {
    display: inline-block;
    font-size: 0;
}

#headerWrap.isFirstview #topHeadNavi {
    top: 10px;
}

#topHeadNavi li {
    font-size: 14px;
    margin: 0 1.0em;
    position: relative;
}

#topHeadNavi li a {
    color: #fff;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    transition: opacity .1s linear;
}

#topHeadNavi li a:hover {
    opacity: 0.5;
}

#headerWrap #topHeadNavi .accountConsole {
    position: relative;
    top: 0;
}

#topHeadNavi .accountConsole li {
    font-size: 12px;
    margin-top: -28px;
    padding-top: 28px;
}

#topHeadNavi .accountConsole li a {
    font-weight: normal;
}

#topHeadNavi .accountConsole li i {
    font-size: 16px;
    position: absolute;
    width: 100%;
    top: 10px;
    text-align: center;
}

#headerWrap.isFirstview #topHeadNavi .accountConsole {
    top: 9px;
}

#headerWrap.isFirstview #topHeadNavi li a {
  color: #666;
}

#topHeaderWrap {
    height: 100vh;
    margin: 0;
    min-height: 700px;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 100;
}

#topHeader {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#toppage_logo {
  background: url(https://gigaplus.makeshop.jp/fresh8802/image/toppage/toppage_img_trim.jpg) no-repeat center;
  background-size: cover;
  height: 55%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#toppage_logo span {
  bottom: 100px;
  display: block;
  position: absolute;
  max-height: 120px;
  text-align: center;
  width: 100%;
}

#toppage_logo img {
  max-height: 180px;
}

#topHeaderWrap .topHeader_message {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  letter-spacing: 17px;
  position: absolute;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 87, 87, 0.4);
  top: calc(55% - 250px);
  z-index: 1000;
}

.topHeader_information {
  background : linear-gradient(0deg, rgb(113, 211, 110) 0%, rgb(124, 199, 106) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35BA71',endColorstr='#24B378' , GradientType=0);
  bottom: 0;
  position: absolute;
  top: 55%;
  width: 100%;
}

.topHeader_appeal {
  position: absolute;
  height: 190px;
  left: calc(50% - 313px);
  width: 650px;
  top: 10px;
}

.topHeader_appeal ul::after {
  clear: both;
  content: "";
  display: table;
}

.topHeader_appeal li {
  color: #FAFFD7;
  float: left;
  font-size: 17px;
  font-weight: normal;
  padding-top: 100px;
  position: relative;
  text-align: center;
  width: 170px;
}

.topHeader_appeal li:nth-child(2) {
  width: 115px;
}

.topHeader_appeal li i {
  color: #FFCE00;
  font-size: 60px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 100%;
}

.console_topHeader_order {
  position: absolute;
  height: 80px;
  top: 190px;
  width: 100%;
}

.console_topHeader_order ul {
  font-size: 0;
  text-align: center;
}

.console_topHeader_order li {
  display: inline-block;
}

.console_topHeader_order li + li{
  margin-left: 15px;
}

.console_topHeader_order li a.fd-btn-ghost {
  background: rgba(255,255,255,0);
  border: 5px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 15px 0;
  width: 230px;
  text-align: center;
  text-decoration: none;
  transition: all .2s linear;
}

.console_topHeader_order li a.fd-btn-ghost:hover {
  background: rgba(255,255,255,100);
  color: #2bb675;
}

.console_topHeader_order li a.fd-btn-ghost i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
}

#top #topics img{
    margin-bottom:10px;
}
#top #topics td.woong{
    padding:2px 10px 2px 0;
    border-bottom:1px dotted #b2b2b2;
	text-align:left;
}

/*メインコンテンツ*/
.pageHeader {
  color: #808080;
  font-size: 17px;
  letter-spacing: 5px;
  margin-bottom: 0.5em;
}

.localHeader {
  color: #666;
  font-size: 15px;
}

.localHeader .description {
  color: #666;
  display: block;
  font-size: 13px;
  font-weight: normal;
}

.rightContents p {
  font-size: 13px;
}

/*サイドメニュー*/

#toppage_subcolumn {
  color: #808080;
  font-size: 12px;
  width: 230px;
}

.links_document {
  margin: 0 -3px 20px;
  width: auto;
}

.links_document::after {
  clear: both;
  content: "";
  display: table;
}

.links_document li {
  float: left;
  width: calc(50% - 6px);
  margin: 0 3px 3px;
}

.links_document li a {
  align-items: center;
  color: #666;
  font-size: 12px;
  display: flex;
  font-weight: normal;
  height: 108px;
  justify-content: center;
  line-height: 1.2;
  padding: 50px 5px 6px;
  position: relative;
  text-decoration: none;
}

.links_document li a i {
  display: block;
  font-size: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
}

.pagelink_about_order {
  margin: 0 0 15px;
  text-align: left;
}

.pagelink_about_order li {
  margin: 5px 0;
  line-height: 1.2;
}

#display_delivery_time {
  background: #FBB03B;
  border-radius: 3px;
  box-shadow: 0 1px 8px rgba(0,0,0,.12);
  color: #fff;
  font-size: 14px;
  margin-bottom: 1.0rem;
  padding: 15px 12px;
  width: 206px;
}

#display_delivery_time.fixed_firstview {
  border-radius: 0;
  bottom: -16px;
  position: fixed;
  z-index: 100;
}

#display_delivery_time .header_local {
  font-size: 14px;
}

#display_delivery_time .display_body {
  font-size: 1.3rem;
  margin: 0.35em;
}

#display_delivery_time .display_body .badge.badge-date {
  border: 2px solid #fff;
  border-radius: 2px;
  display: inline-block;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1;
  margin: -4px 0.3em 0 0;
  padding: 2px 3px 1px 4px;
  vertical-align: middle;
}

#display_delivery_time .description {
  font-size: 12px;
}

.console_order {
  margin: 10px 0;
}

/*フッタ*/
#footerWrap {
  background: #364235;
  color: #fff;
  font-size: 13px;
  margin-top: 0;
  text-align: center;
}
#f_nav {
  float: none;
  margin: 20px;
}

#f_info {
  float: none;
  margin: 20px;
  text-align: center;
  width: auto;
}

#f_nav li {
  background: none;
  margin: 0 1em;
  padding: 0;
}

#f_nav li a:link, #f_nav li a:visited, #f_nav li a:active {
  color: #fff;
}
#f_nav li a:hover {
  color: #fff;
  opacity: 0.5;
}
#f_info {
  color: #fff;
}

/*基本レイアウト用の記述　ここまで*/
/*個別ページ用の記述　ここから*/
/*エリア選択画面一般*/

/*画面遷移図ブロック*/
.breadcrumb_diagram {
  margin-bottom: 35px;
  padding: 0 50px;
}
.breadcrumb_diagram li {
  background: #4861b4;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  float: left;
  margin: 0 30px;
  padding: 7px 10px;
  width: calc(25% - 60px);
}
.breadcrumb_diagram-lg li {
  width: calc(33.33% - 60px);
}
.breadcrumb_diagram li.active {
  background: none;
  border: 3px solid  #4861b4;
  color: #4861b4;
  padding: 4px 7px;
}
.breadcrumb_diagram li span {
  display: block;
  text-align: center;
}

.sub_diagram li {
  color: #666;
  font-size: 15px;
  text-align: left;
}

.sub_diagram li::before {
  content: "●";
}

.sub_diagram li.active::before {
  content: "▼";
}

.sub_diagram li .selected_block {
  color: rgba(99, 182, 63, 1.0);;
  font-weight: bold;
}

.console_selectable_table {
  margin: 10px 0;
}

.console_selectable_table_body {
  margin: 0 -3px 10px;
}

.console_selectable_table_body li {
  box-sizing: border-box;
  float: left;
  padding: 3px 3px;
  text-align: left;
  width: calc(20% - 3px);
}

.console_selectable_table_body.console_selectable_table_body-ward li {
  width: calc(14.28% - 3px);
}

.console_selectable_table_body.console_selectable_table_body-town_initial li {
  width: calc(10% - 3px);
}

.console_selectable_table_body li a {
  background: rgb(176, 227, 154);
  color: #12693a;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  min-height: 1.4em;
  padding: 5px 8px 4px;
  text-decoration: none;
  transition: all linear .2s;
}

.console_selectable_table_body li a:hover {
  background: rgba(99, 182, 63, 1.0);
  color: #fff;
  font-weight: bold;
  transition-duration: .05s;
}

/*エリア商品金額お届け先入力画面用*/

.block_form {
  margin: 20px auto 50px;
}

.block_form_body {
  margin-right: auto;
  margin-left: auto;
}

.block_form-delivery_date_time .block_current_set_time,
.block_form-delivery_date_time .block_console_set_time {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.block_form-delivery_date_time .block_current_set_time .fd-col,
.block_form-delivery_date_time .block_console_set_time .fd-col {
  padding-right: 2px;
  padding-left: 2px;
}

.block_form-delivery_date_time .block_current_set_time .fd-form-row,
.block_form-delivery_date_time .block_console_set_time .fd-form-row {
  margin-bottom: 5px;
  margin-right: -2px;
  margin-left: -2px;
}

.block_current_set_time {
  border: 3px solid #FBB03B;
  margin: 10px 0 20px;
  padding: 12px 30px 5px;
  text-align: center;
}

.block_current_set_time > .fd-form-row {
  display: inline-block;
}

.block_current_set_time .fd-col.fd-col-year {
  width: calc(18px * 4);
}

.block_current_set_time .fd-col.fd-col-month,
.block_current_set_time .fd-col.fd-col-date,
.block_current_set_time .fd-col.fd-col-hour,
.block_current_set_time .fd-col.fd-col-minutes {
  width: calc(18px * 2.0);
}

.block_console_set_time .fd-col.fd-col-year {
  width: calc(18px * 4.5);
}

.block_console_set_time .fd-col.fd-col-month,
.block_console_set_time .fd-col.fd-col-date,
.block_console_set_time .fd-col.fd-col-hour,
.block_console_set_time .fd-col.fd-col-minutes {
  width: calc(18px * 3.0);
}



.block_form-delivery_date_time .fd-col input {
  min-width: 0;
  text-align: right;
}

.block_form-list_order_items .block_btn {
  margin: 0;
}

.list_order_items > li {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 100px 13px 10px;
  position: relative;
}

.list_order_items li::after {
  clear: both;
  content: "";
  display: table;
}

.list_order_items .item-error {
  color: #ff0000;
  font-weight: bold;
  text-align: left;
}

.list_order_items .item-header {
  align-items: flex-start;
  color: #0071BC;
  display: flex;
  font-size: 15px;
  line-height: 22px;
  padding: 5px 0;
  position: relative;
}

.list_order_items .item-header .small {
  display: inline;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
}

.list_order_items .item-header .item-number {
  color: #00982A;
  flex: 0 0 auto;
  font-size: 23px;
  line-height: 1;
  margin-top: -1px;
  width: 1.5em;
}

.list_order_items .items-cancelled .item-header {
  color: #bb7777;
  font-size: 14px;
}

.list_order_items .item-image {
  float: left;
  height: 180px;
  margin-right: 10px;
  width: 240px;
}

.list_order_items .item-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.list_order_items .item-bills {
  clear: both;
}
.list_order_items .item-status {
  float: left;
  margin-top: 15px;
  width: calc(100% - 250px);
}

.list_order_items .item-status::after {
  clear: both;
  content: "";
  display: table;
}

.list_order_items .item-status > div {
  float: left;
  width: calc(50% - 10px);
  margin-bottom: 5px;
  margin-right: 10px;
}

.list_order_items .item-status dt {
  font-size: 13px;
  font-weight: bold;
  color: #4D805B;
}

.list_order_items .item-status dd {
  font-size: 16px;
}

.list_order_items .item-bills {
  clear: both;
  float: right;
}

.list_order_items .item-bills::after {
  clear: both;
  content: "";
  display: table;
}

.list_order_items .items .item-bills {
  border-bottom: 1px solid #ccc;
  line-height: 1.3;
  padding-bottom: 5px;
}
  
.list_order_items .unit-price,
.list_order_items .qty,
.list_order_items .subtotal {
  float: left;
  margin-left: 15px;
}

.list_order_items .unit-price dt,
.list_order_items .qty dt,
.list_order_items .subtotal dt {
  font-size: 13px;
  font-weight: bold;
  color: #4D805B;
}

.list_order_items .unit-price .discount-price,
.list_order_items .subtotal .discount-price,
.list_order_items .unit-price .set-items-price,
.list_order_items .subtotal .set-items-price,
.list_order_items .unit-price .normal-price,
.list_order_items .subtotal .normal-price {
  display: block;
  text-align:  right;
  width: 120px;
}

.list_order_items .unit-price .normal-price,
.list_order_items .subtotal .normal-price,
.list_order_items .unit-price .discount-price,
.list_order_items .subtotal .discount-price {
  color: #5CAD66;
  font-size: 18px;
  font-weight: bold;
}

.list_order_items .unit-price .discount-price.no-discount,
.list_order_items .subtotal .discount-price.no-discount {
  font-size: 14px;
  font-weight: normal;
}

.list_order_items .discounted .unit-price .normal-price,
.list_order_items .discounted .subtotal .normal-price {
  color: #aaa;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: line-through;
}

.list_order_items .unit-price .set-items-price,
.list_order_items .subtotal .set-items-price {
  font-size: 18px;
}

.list_order_items .unit-price .set-items-price::before,
.list_order_items .subtotal .set-items-price::before {
  content: "+";
}

.list_order_items .subtotal {
  margin-left: 50px;
}

.list_order_items .qty input {
  text-align: right;
  width: 3em;
}

.list_order_items .discounted .qty input {
  margin-top: 20px;
}

.list_order_items .btns {
  position: absolute;
  right: 10px;
  text-align: center;
  width: 80px;
  top: 50%;
  transform: translateY(-50%);
}

.list_order_items > li.

.list_order_items > li.subtotals::after {
  clear: both;
  content: "";
  display: table;
}
.list_order_items > li.subtotals  {
  color: #5CAD66;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: right;
}

.list_order_items > li.subtotals dl {
  margin: 5px 0;
}

.list_order_items > li.subtotals dt {
  float: left;
  font-size: 14px;
  width: calc(100% - 150px);
}

.list_order_items .shipment-items {
}

.list_order_items .shipment-items .item-header {
  float: left;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 70px;
}

.list_order_items .shipment-items .item-description {
  float: left;
  line-height: 24px;
  width: calc(100% - 260px);
  margin-left: 10px;
}

.list_order_items .other-items .item-header {
  float: left;
  width: calc(100% - 170px);
}

.list_order_items .shipment-items .item-bills,
.list_order_items .other-items .item-bills {
  bottom: 13px;
  clear: none;
  font-size: 18px;
  line-height: 22px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
  right: 100px;
}

.block_amount_total_body {
  margin-top: 15px;
  text-align: right;
}

.block_amount_total_body .amount_billed {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  margin-right: 10px;
}

.block_amount_total_body .amount_billed .num {
  font-size: 26px;
  margin-right: 5px;
  margin-left: 5px;
}

.block_amount_total_body .amount_value {
  display: block;
  font-size: 15px;
}

.block_form-details_destination .localHeader {
  margin: 4em 0 2em;
}

.block_form_body-orderer_information {
  width: 700px;
}

.block_form_body-orderer_information .current_time {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4rem;
}

.block_form.block_form-notice {
  border: 3px solid #FBB03B;
  box-sizing: border-box;
  padding: 25px 50px;
  width: 700px;
}

.block_form.block_form-notice .localHeader {
  text-align: center;
  font-size: 16px;
}

.block_form.block_form-notice li {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}

.block_form.block_form-notice li::before {
  content: "・";
}


/*faqページ*/

.block_accordion_definition_list dl {
  font-size: 1rem;
}

.block_accordion_definition_list dl > div {
  margin: 2em 0;
}

.block_accordion_definition_list dt {
  color: #5CAD66;
  cursor: pointer;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 0.5rem 0;
}

.block_accordion_definition_list dt:hover {
  opacity: 0.5;
}

.block_accordion_definition_list dt::before {
  content: "▼";
  margin-right: 0.2em;
}

.block_accordion_definition_list dt.active::before {
  content: "▲";
}

.block_accordion_definition_list dt span.title_question_no {
  color: #aaa;
  display: inline-block;
  font-size: 1.4rem;
  width: 1.5em;
  vertical-align: middle;
}

.block_accordion_definition_list dd {
  display: none;
  margin: 0em 0 2em;
  padding-bottom: 1.5rem;
  position: relative;
}

.block_accordion_definition_list dd .question_no {
  bottom: 0;
  color: #aaa;
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  
}


/*受付／お届けの時間*/
.block_timetable_delivery table {
  margin: 30px 0;
}

.block_timetable_delivery th,
.block_timetable_delivery td {
  font-size: 1rem;
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  padding: 9px 12px;
}

.block_timetable_delivery th {
  color: #999;
  font-size: 1.0rem;
}

.block_timetable_delivery .annotation-header {
  color: #cc3333;
  font-size: 0.8rem;
  font-weight: bold;
}

.block_timetable_delivery .small {
  font-size: 0.8rem;
}

/*MS作成部分オーバーライド*/


/*サイドカラム*/
#leftContents {
  width: 160px;
}

#leftContents .inner {
  border: none;
}

#leftContents .fd-btn {
  font-size: 0.9rem;
  font-weight: normal;
  width: calc(100% - 6px);
}

#leftContents h2 {
  border: 3px solid #808080;
  color: #808080;
  font-size: 16px;
  letter-spacing: 1.0em;
  margin-bottom: 1em;
  padding: 0.5em 0 0.4em 1em;
  padding-left: 1em;
  text-align: center;
}

#l_category td a {
  color: #5CAD66;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0.3em 0;
  padding: 2px 0 2px 32px;
  position: relative;
  text-decoration: none;
}

#l_category td a:hover {
  opacity: 0.5;
}

#l_category td a::before {
  content: "\f328";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-size: 18px;
  left: 5px;
  line-height: 1;
  position: absolute;
  text-rendering: auto;
  top: calc(50% - 11px);
}

#l_link_allergen {
  margin-top: -15px;
  padding-left: 10px;
  text-align: right;
}

#r_searchInput table {
  max-width: 100%;
}

/*メインコンテンツ共通パーツ*/

.pankuzu {
  background: none;
  border: none;
  margin-bottom: 20px;
  
}

#category h2,
#search h2,
#r_basket h2,
.pageHeader {
  background: none;
  border: 3px solid #808080;
  color: #808080;
  font-size: 17px;
  height: auto;
  letter-spacing: 0.7em;
  line-height: 1.2;
  padding: 0.8em 1.0em 0.7em 1.4em;
  position: relative;
}

#category h2::before,
#search h2::before,
#r_basket h2::before,
.pageHeader::before {
  border: 6px solid transparent;
  border-left: 10px solid #808080;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}

#r_recent #recent .itemBox {
  width: 25%;
}

#r_recent #recent .itemBox table {
  width: 100%;
}

#detail #recent .itemBox {
}

#recent td.itemImg {
  margin-bottom: 10px;
  padding: 4px;
  width: 100%;
}

#recent td.itemImg a {
  display: block;
  padding-top: 75%;
  position: relative;
}

#recent td.itemImg a > img {
  object-fit: cover;
  font-family: 'object-fit: cover;';/*object-fit-images用指定*/
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
}

#r_recent .price {
  font-size: 14px;
  text-align: right;
}

#r_recent .name a {
  color: #1049A0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
}

.block_section_wrapper_common.block_about_company {
  margin-top: 20px;
  margin-bottom: 40px;
}

.block_section_wrapper_common .image_column {
}


/*一覧ページ*/
#category .innerList li,
#r_searchList .innerList li {
  width: 33.3%;
}

#category .name a,
#r_searchList .name a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
}

#category .imgWrap,
#r_searchList .imgWrap {
  padding-top: 75%;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

#category .imgWrap a,
#r_searchList .imgWrap a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#category .imgWrap a > img,
#r_searchList .imgWrap a > img {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';/*object-fit-images用指定*/
  width: 100%;
}

#category .btnWrap,
#r_searchList .btnWrap {
  background: transparent;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
}

#category .price,
#r_searchList .price {
  font-size: 14px;
  text-align: right;
}

/*個別商品ページ*/

#detail .detailTxt {
  border: none;
  padding: 10px 0;
}

.M_original-code {
  display: none;
}

#detail h2 {
  color: #0071BC;
  font-size: 18px;
  margin-bottom: 10px;
}

/*カート画面*/

#detail .M_infoTable input,
#detail .M_infoTable select {
  font-size: 16px;
  padding: 3px 5px 2px;
}

#detail .M_option-group {
  padding: 2px 0;
}

#detail .M_option-group select {
  height: 32px;
}


/*個別アイテムページ*/
#detail #itemImg > a {
  display: block;
  height: 0;
  padding-top: 75%;
  position: relative;
}

#detail #itemImg > a > img {
  object-fit: cover;
  font-family: 'object-fit: cover;';/*object-fit-images用指定*/
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
}

#detail #viewButton {
  margin-top: 5px;
}

#itemInfo #detailInfo table font {
  color: #0071BC;
}


/*こだわり*/
.block_message.block_section_wrapper_common_row {
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.block_message > * {
}

.block_message .block_message_col {
  box-sizing: border-box;
  margin: 10px 0;
  padding: 15px;
  flex-basis: 50%;
}

.block_message .block_message_col::after,
.block_message .block_message_row::after {
  clear: both;
  content: "";
  display: table;
}

.block_message .block_message_col.block_message_header,
.block_message .block_message_col.block_message_col_wide {
  flex-basis: auto;
  width: 100%;
}

.block_message .block_message_col .localSubHeader {
  color: #f4bd08;
  margin: 0 0 5px;
}

.block_message .block_message_col img {
  float: right;
  margin-left: 8px;
  max-width: 250px;
}

.block_message .block_message_col img.singleImg {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: none;
}

.block_message img.img_brand {
  max-width: 140px;
  max-height: 60px;
}

.block_message .block_message_col .block_img {
  float: right;
  margin-left: 5px;
}

.block_message .block_message_col .block_img img {
  display: block;
  float: none;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: 0;
}

.block_message .block_message_row + .block_message_row {
  margin-top: 20px;
}

.block_message_col.double_row .block_message_row {
  height: 50%;
}


