﻿/* コンテナ */
.fs-l-pageMain {
  max-width: 1216px;
  width: 100%;
}

/* ページ見出し（大見出し） */
.fs-c-heading--page {
  border-bottom: 2px solid #E1D2D9;
  color: #7C8790;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0 0 24px;
  padding: 0 0 1.2em;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .fs-c-heading--page {
    padding: 1.8em 0 1.2em;
  }
}

/* 汎用見出し装飾 */
.fs-c-heading {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
}

/* 中見出し */
.fs-p-heading--lv2 {
  border-bottom: 2px solid currentColor;
  color: #7C8790;
  font-size: 1.8rem;
  margin-top: 2em;
}

/* ヘッダー領域 */
.fs-l-header__contents {
  max-width: 1200px !important;
}

/* ナビゲーションバー */
div.nav {
  width: 100%;
  background: #eeeeef;
}

ul.nav {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

ul.nav.clearfix::after {
  display: none !important;
}

.nav li {
  list-style: none;
}

.nav li a {
  text-decoration: none;
}

/* カートアイコン */
.icon-cart a img {
  width: 19px;
  height: 19px;
  padding-right: 0 !important;
  margin-right: 10px;
}

/* メインリンク */
.nav > li > a {
  display: block;
  height: 40px;
  text-align: center;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 2.8;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}

.nav > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #717071;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.nav > li > a:hover::after {
  transform: scale(1, 1);
}

/* カート用リンク */
.nav > li > a.navi-cart {
  color: #4d4d4d;
  display: flex;
  align-items: center;
}

.nav > li > a.navi-cart img {
  padding-right: 10px;
  vertical-align: text-top;
}

/* clearfixユーティリティ */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ロゴエリア */
.fs-l-header__logodsr {
  width: 600px;
}

/* カレンダーボックス */
.carendabox {
  background: #FFFFFF;
  padding: 10px;
  max-width: 290px;
  text-align: center;
  margin-top: 10px;
}

.carendabox .carendabox_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: -30px;
  padding: 0 15px;
  line-height: 1;
}

.carendabox .prev_btn,
.carendabox .next_btn {
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.carendabox .prev_btn {
  background-image: url(/Contents/FSimg/calendar_prev.png);
}

.carendabox .next_btn {
  background-image: url(/Contents/FSimg/calendar_next.png);
}

.carendabox .explanation {
  font-size: 12px;
  display: flex;
  padding-left: 10px;
}

.carendabox .explanation p {
  display: flex;
  align-items: center;
}

.carendabox .explanation .hasso_day {
  margin-left: 20px;
}

.carendabox .explanation .rest span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #7C8790;
}

.carendabox .explanation .hasso_day span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #f7931e;
  border-radius: 50%;
}

.carendabox .month {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #000000 !important;
}

.carendabox .month span {
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
}

.carendabox .firstLine {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
}

.carendabox td {
  border: none;
}

.carendabox td.hasso {
  border: 1px solid #f7931e;
  border-radius: 50%;
  position: relative;
}

.carendabox td.hasso::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/Contents/FSimg/hasso.png) no-repeat center top / cover;
  position: absolute;
  top: -4px;
  right: -3px;
}

#carenda table {
  border-spacing: 6px;
  font-weight: normal;
}

#carenda table tr td {
  width: 30px;
  height: 30px;
  text-align: center;
}

/* テーブル */
table {
  border-collapse: separate;
  border-spacing: 2px;
  text-indent: initial;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}

/* 配達時間テーブル */
.deliverytime table {
  border-collapse: collapse;
  border-spacing: 0;
}

.deliverytimetable {
  width: 100%;
  font-size: 1.2em;
}

.deliverytimetable th {
  background-color: #7C8790;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border: 2px solid #7C8790;
}

.deliverytimetable td {
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  border: 2px solid #7C8790;
}

/* 段落 */
p {
  margin: 1rem 0 !important;
  unicode-bidi: isolate;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
  unicode-bidi: isolate;
}

/* company page extension */
.p-company-content {
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-company-content {
    margin-top: 0;
  }
}

.p-company-content .c-page-title {
  padding-bottom: 0.9rem;
}

@media screen and (min-width: 768px) {
  .p-company-content .c-page-title {
    margin-top: 1.2rem;
  }
}

.p-company-content .c-page-subtitle {
  padding-bottom: 0.6rem;
  margin: 3.5rem 0 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom: 1px solid var(--color-light);
}

.p-company-content .c-page-subtitle:first-of-type {
  margin-top: 3.3rem;
}

@media screen and (min-width: 768px) {
  .p-company-content .c-page-subtitle {
    margin: 3.7rem 0 1.4rem;
    line-height: 1.1;
  }

  .p-company-content .c-page-subtitle:first-of-type {
    margin-top: 4.4rem;
  }
}

.p-company-content .c-page-textcontent {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
