
/*あとで消す？　初期設定*/
.tk__wrap {
  font-size: 14px;
}
@media screen and (min-width: 768px){
  .tk__wrap {
    font-size: 16px;
  }
}
.tk__wrap li {
  list-style: none;
}
.tk__wrap a {
  text-decoration: none;
}
.tk__wrap a {
  transition: all 0.5s ease;
}
.tk__wrap a:hover {
  opacity: 0.6;
}
.tk__wrap a:hover img {
  opacity: 0.6;
  transition: all 0.5s ease;
}
/*あとで消す　ここまで*/

/* -----------------------------------------------------  
    見出し
  -----------------------------------------------------*/
/* h2 見出し 赤字・大 */
.tk__title01 {
  font-size: 32px;
  font-weight: bold;
  color: #e63037;
  padding: 30px 0;
  margin: 0 auto;
}
/* h2 見出し 英語＋日本語 */
.tk__title02_en {
  color: #e63037;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
  display: flex;
  flex-direction: row;
}
.tk__title02_en_line {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.tk__title02 {
  color: #e63037;
  font-size: 28px;
  font-weight: bold;
  margin: 15px 0;
}
/* h2 見出し 左ライン 赤字・中 */
.tk__title03 {
  font-size: 24px;
  font-weight: bold;
  color: #e63037;
  border-left: 5px solid #e63037;
  padding-left: 0.6em;
  margin: 20px 0;
}
/* h3 見出し 赤字・小 */
.tk__title04 {
  margin: 20px 0;
  color: #e63037;
  font-size: 20px;
}
.tk__title05 {
  display: flex;
  left: -10vw;
  margin: 15px 0;
}
.tk__title05_left {
  width: 8vw;
  height: 3px;
  background-color: #AAAAAA;
  margin: auto 0;
  display: flex;
  justify-content: end;
}
.tk__title05_left_redzone {
  width: 40%;
  background-color: #e63037;
}
.tk__title05_text {
  color: #000;
  font-size: 24px;
  padding-left: 2vw;
  font-weight: bold;
}
/* シンプル 赤字・中 未実装 */
/*.tk__title06 {
  font-size: 20px;
  font-weight: bold;
  color: #e63037;
  margin: 10px 0;
}*/
.tk__title06 {
  position: relative;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
}
.tk__title06_point {
  background: #e63037;
  color: #fff;
  font-weight: 700;
  display: flex;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  min-width: 2.5em;
  min-height: 2.5em;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.tk__title06_text {
  color: #000;
  padding-left: 1em;
  font-weight: bold;
}


/* -----------------------------------------------------  
    装飾
  -----------------------------------------------------*/
/* 赤文字 */
.tk__bg_green {
  background-color: #138E3D;
}
.tk__red {
  color: #e63037;
}
/* 文字を少し大きく */
.tk__strong {
  font-size: 1.4em;
}
.tk__small {
  font-size: 0.8em;
}
/* aside用 ※補足などに */
.tk__sub_text { 
  line-height:1.8;
  margin: 1em 0;
}
.tk__notes { /*注釈文章*/
  background-color: #f4f5f6;
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 8px;
}
.tk__notes_pt { /*注釈記号の部分*/
  color:#e63037;
}
/* パンくずの親リンクの文字色 */
.breadcrumbs_item.base a {
  color: #aaaaaa;
}

/* -----------------------------------------------------  
    キービジュアル
  -----------------------------------------------------*/
/* ほぼ100％幅の画像（SP・PC両方） */
.tk__kv01 {
  margin-bottom: 100px;
/*  overflow: hidden;*/
}
.tk__kv01_description {
/*  width: 90%;*/
  position: relative;
}
.tk__kv01_image {
  width: 94vw;
  margin-left: -2vw;
}
.tk__kv01_image img {
  width: 100%;
  border-top-right-radius: 3vw;
  border-bottom-right-radius: 3vw;
  box-shadow: 15px 15px 0px 0 #fdf3ed;
}
.tk__kv01_text {
  width: 75vw;
  margin: 32px auto 0;
  position: relative;
  z-index: 2;
}
.tk__kv01_text-heading {
  font-size: 18px;
  line-height: 1.8;
}
.tk__kv01_text-heading p {
  margin-bottom: 0;
}
.tk__kv01_text-detail {
  font-size: 14px;
  line-height: 1.8;
}
/* 左：画像　右：テキスト（SPは上：画像　下：テキスト） */
.tk__kv02 {
  margin-bottom: 80px;
}
.tk__kv02_image {
  width: 94vw;
  margin-left: -1vw;
}
.tk__kv02_image img {
  width: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 15px 15px 0px 0 #fdf3ed;
}
.tk__kv02_text {
  width: 80vw;
  margin: 32px auto 0;
}
.tk__kv02_text-heading {
  font-size: 18px;
  line-height: 1.8;
}
.tk__kv02_text-heading p {
  margin-bottom: 0;
}
.tk__kv02_text-detail {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 1em;
}
/* 画像100％ テキスト部分が少し画像に重なる */
.tk__kv03 {
  margin-bottom: 80px;
  position: relative;
}
.tk__kv03_image {
  z-index: 0;
}
.tk__kv03_image img {
  width: 100%;
}
.tk__kv03_bg {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  top: -20px;
  width: 94vw;
  margin: 0 auto;
  padding-top: 20px;
  z-index: 1;
}
.tk__kv03_contents {
  width: 80vw;
  margin: 0 auto;
}
.tk__kv03_tt {
  line-height: 1.8;
}

/* -----------------------------------------------------  
  タブ
-----------------------------------------------------*/
ul.tk__tab {
  width: 96vw;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  display: table;
  margin-top: 43px;
} 
.tk__tab li {
  width: 50%;
  background-color: #fff;
  color: #aaa;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 1px solid #e63037;
  padding: 0.8em 0;
  margin: 0;
  cursor: pointer;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tk__tab li.is-active {
  background-color: #e63037;
  color: #fff;
}
#tk__tab-1,
#tk__tab-2 {
  display: none;
}
#tk__tab-1.is-active,
#tk__tab-2.is-active {
  display: block;
}
/* タブ キービジュアル */
.tk__tab_kv01 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 4vw;
}
.tk__tab_kv01_image {
  width: 100%;
  position: relative;
  right: -4vw;
}
.tk__tab_kv01_image img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 15px 15px 0px 0 #fdf3ed;
}
.tk__tab_kv01_text {
  width: 100%;
  margin: 0 20px;
  line-height: 1.8;
}
/* -----------------------------------------------------  
    背景まわり
  -----------------------------------------------------*/
  /* 背景色の指定 */
.bg-PBE {
  background-color: #fdf3ed;
}  
.bg-LGY {
  background-color: #f5f5f5;
}
/* 左寄せ・右寄せ */
.tk__bg-L,
.tk__bg-R {
  position: absolute;
  top: 0;
  height: 100%;
  width: 95%;
  z-index: 0;
}
.tk__bg-100 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.tk__bg-L70,
.tk__bg-R70 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 70%;
  z-index: 0;
}
.tk__bg-L,
.tk__bg-L70 {
  left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tk__bg-R,
.tk__bg-R70 {
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
/* 背景色ボックスに隣接するdivのレイヤーの重なりを上に */
.tk__bg-L ~ *,
.tk__bg-R ~ *,
.tk__bg-100 ~ *,
.tk__bg-L70 ~ *,
.tk__bg-R70 ~ * {
  z-index: 1;
  position: relative;
}
/* -----------------------------------------------------  
    ボタン
  -----------------------------------------------------*/
.tk__button01 {
  max-width: 100%;
  margin: 10px auto 0;
}
.tk__button01 .button-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s ease;
}
.tk__button01 .button-text {
  line-height: 1.4;
  font-size: min(16px, 4vw);
  padding-right: 12px;
}
.tk__button01 .button-text > span {
  display: block;
  font-size: 8px;
}
.tk__button01 .button-icon {
  right: 12px;
  width: 12px;
}
/*ボタン2つ横並び（PCのみ）*/
.tk__button_column-2 {
  display: flex;
  flex-direction: column;
}
.tk__button_column-2 .button {
  margin: 10px 10px 0;
} 

  /* -----------------------------------------------------  
    説明文・イントロダクション（画像なし）
  -----------------------------------------------------*/
  .tk__intro {
    position: relative;
    padding: 50px 10vw;
  }
  .tk__intro_tt {
    line-height: 1.8;
  }

   /* -----------------------------------------------------  
    目次
  -----------------------------------------------------*/
  .tk__index01 {
    margin: 20px 5vw 40px;
    padding: 0 5vw;
  }
  .tk__index01 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    align-items: flex-end;
  }
  .tk__index01 li {
    width: 100%;
  }
  .tk__index01 li a{
    border-bottom: 2px solid #d4d4d4;
    margin: 1em 0;
    padding: 1em 1em 1em 2em;
    display: block;
    position: relative;
    font-size: 16px;
    color: #000;
  }
  .tk__index01 li a::before {
    display: block;
    content: '';
    position: absolute;
    top: 36%;
    left: 1em;
    width: 6px;
    height: 6px;
    border-top: 2px solid #e63037;
    border-right: 2px solid #e63037;
    transform: rotate(135deg);
    transition: all .3s;
  }
  .tk__index01 li a:hover::before {
    top: 40%;
  }
  .tk__index01 .sp_column-2 li { /*sp2列*/
    width: calc(100% / 2 - 4%);
    margin: 0 2%;
  }
  .tk__index01 .sp_column-2 li a { 
    font-size: 14px;
  }

/* -----------------------------------------------------  
    コンテンツ
  -----------------------------------------------------*/
/* コンテンツ枠（セクション） */
.tk__sec {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 10vw;
  overflow: hidden;
  margin: 50px 0;
}
/* 横幅の限界 */
.tk__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* カード型表示01 */
.tk__card01,
.tk__card02 {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.tk__card01_item {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}
.tk__card01_item > img {
  border-radius: 8px;
}
.tk__card01_item-text {
  margin: 20px 0;
  line-height: 1.8;
  padding: 0 10px;
}
.tk__card02_item {
  background-color: #fff;
  border-radius: 8px;
  margin: 20px 0;
}
.tk__card02_item > img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}
.tk__card02_item-text {
  margin: 20px 0;
  line-height: 1.8;
  padding: 0 20px;
}
/* 詳細説明 detail */
/* 2カラム：左右でズレ */
.tk__dtl01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tk__dtl01_item {
  margin: 20px 0;
  width: 100%;
}
.tk__dtl01_image-L {
  position: relative;
  left: -10vw;
  width: 95vw;
}
.tk__dtl01_image-L img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 95vw;
}
.tk__dtl01_image-R {
  position: relative;
  right: 5vw;
  width: 95vw;
}
.tk__dtl01_image-R img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 95vw;
}
.tk__dtl01_item h3 {
  padding: 0 5px;
}
.tk__dtl01_text {
  margin: 20px 0;
  color: #000;
  line-height: 1.8;
  padding: 0 5px;
}
.tk__dtl01_line {
  margin: 5px 0;
  background: url(/wp-content/themes/futonten/images/product/line.png) repeat-x;
  background-size: contain;
  height: 5px;
}
/* 左：テキスト　右：画像の固定 */
.tk__dtl02 {
  display: flex;
  flex-direction: column;
}
.tk__dtl02_item {
  display: flex;
  margin: 20px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.tk__dtl02_item_text-area {
  width: 100%;
}
.tk__dtl02_point {
  width: 100%;
  display: flex;
}
.tk__dtl02_point_num {
  text-align: center;
  margin: auto;
  width: 55px;
  height: 55px;
  background-color: #e63037;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  line-height: 1.2;
}
.tk__dtl02_point_num > span {
  font-size: 10px;
}
.tk__dtl02_point_num > p {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.tk__dtl02_point .tk__title04 {
  width: calc(100% - 80px);
  font-weight: 100;
}
.tk__dtl02_text {
  line-height: 1.8;
  width: 100%;
  padding: 10px 16px 0;
}
.tk__dtl02_image {
  width: 100%;
}
.tk__dtl02_image img {
  border-radius: 20px;
}
/* ポイント・詳細説明文03　店長メッセージなど */
.tk__dtl03 {
  display: flex;
  flex-direction: column;
}
.tk__dtl03_image img {
  border-radius: 8px;
}
.tk__dtl03_text-area {
  padding: 10px 0 0;
}
.tk__dtl03_tt {
  line-height: 1.8;
}
/* ポイント・詳細説明文04　全面画像 */
.tk__dtl04_image {
  width: 100vw;
  position: relative;
  left: -10vw;
}
.tk__dtl04_image img {
  width: 100%;
}
.tk__dtl04-L .tk__dtl04_image { /*左寄せ*/
  width: 90vw;
  left: -10vw;
}
.tk__dtl04-L .tk__dtl04_image img { /*左寄せ*/
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.tk__dtl04-R .tk__dtl04_image { /*右寄せ*/
  width: 90vw;
  left: 0;
  right: 0;
}
.tk__dtl04-R .tk__dtl04_image img { /*右寄せ*/
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tk__dtl04_text-area {
  margin: 20px 0 60px;
  line-height: 1.8;
}
.tk__dtl04:last-of-type .tk__dtl04_text-area {
  margin-bottom: 0;
}
.tk__dtl04_tt {
  margin: 20px 0 0;
}
/* ポイント・詳細説明文05　1枚中央配置 */
.tk__dtl05_image {
  width: 80vw;
  margin: 0 auto;
}
.tk__dtl05_image img {
  width: 100%;
  border-radius: 8px;
}
.tk__dtl05_text-area {
  margin: 20px auto 60px;
  line-height: 1.8;
}
.tk__dtl05:last-of-type .tk__dtl05_text-area {
  margin-bottom: 0;
}
/* ポイント・詳細説明文06　画像：2枚に対し、文章1つ */
.tk__dtl06_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.tk__dtl06_image img {
  width: 100%;
  border-radius: 8px;
  margin: 2% 0;
}
.tk__dtl06_image-4 > img {
  width: 48%;
}
.tk__dtl06_image-4 > div {
  display: flex;
  flex-direction: column;
  width: 48%;
}
.tk__dtl06_image > div > p {
  display: inline;
  text-align: center;
  padding: 0.5em 0;
}
.tk__dtl06_image-4 > div > img {
  width: 100%;
}
.tk__dtl06_text-area {
  margin: 20px auto 60px;
  line-height: 1.8;
}
/* ポイント・詳細説明文07 （要素2つ並び） */
.tk__dtl07 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tk__dtl07_item {
  display: flex;
  width: 100%;
  margin: 2% 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tk__dtl07_image {
  width: 100%;
}
.tk__dtl07_text-area {
  width: 100%;
  margin: 0 10px;
}
.tk__dtl07_image img {
  border-radius: 8px;
}
.tk__dtl07_item h3 {
  margin: 15px 0 10px;
}
.tk__dtl07_tt {
  line-height: 1.8;
}
/* ポイント・詳細説明文08 （EC事業部のECモール一覧など） */
.tk__dtl08 {
  margin: 20px 0 40px;
}
.tk__dtl08_img-300 {
  width: 300px;
  max-width: 90%;
}
.tk__dtl08_img-360 {
  width: 360px;
  max-width: 100%;
}
.tk__dtl08_tt {
  line-height: 1.8;
  margin: 1em 0 0em;
}
.tk__dtl08_list_area {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.tk__dtl08_list_area ul {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
}
.tk__dtl08_list_area ul > li {
  text-align: center;
  width: calc(100% / 2 - 10%);
  margin: 4% 5%;
  font-size: 0.75em;
}
.tk__dtl08_list_area ul > li > a {
  display: block;
}
.tk__dtl08_list_area ul > li img {
  margin: 0 auto 10px;
  max-height: 4em;
  display: block;
}

/* 商品一覧などのリスト */
.tk__list01 > ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tk__list01 > ul > li {
  width: 100%;
  margin: 20px 0;
}
.tk__list01 a {
  display: block;
}
.tk__list01 img {
  border-radius: 8px;
  width: 100%;
}
.tk__list01 img ~ div {
  padding: 0 10px;
}
.tk__list01 .title {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.tk__list01 .title .tk__title04 {
  color: #e63037;
  font-weight: bold;
  font-size: 24px;
}
.tk__list01_icon {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #e63037;
    border-radius: 30px;
    padding-top: 0.6em;
    padding-left: 0.75em;
    font-size: 14px;
}
.tk__list01_text {
  color: #000;
  line-height: 1.8;
}
/*リスト01 PC6個並び・SP3個並び*/
.tk__list01 > ul.column-6 {
  justify-content: start;
}
.tk__list01 > ul.column-6 > li {
  width: calc(94% / 3);
  margin: 10px 1%;
}
.tk__list01 > ul.column-6 img ~ div {
  padding: 0;
}
.tk__list01 > ul.column-6 .title .tk__title04 {
  font-weight: 100;
  font-size: 3vw;
  margin: 10px 0;
}
.tk__list01 > ul.column-6 .tk__list01_icon {
  width: 16px;
  height: 16px;
  padding-top: 3px;
  padding-left: 4px;
  font-size: 12px;
  margin-right: 0.5em;
}
/* 商品一覧などのリスト02 */
.tk__list02 > ul {
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.tk__list02 > ul > li {
  width: 50%;
  text-align: center;
  margin: 20px 0;
  padding: 0 2vw;
  display: flex;
  flex-direction: column;
}
.tk__list02 img{
  border-radius: 8px;
}
.tk__list02_text {
  font-size: 12px;
  margin: 16px 0 0px;
  line-height: 1.5;
}
.tk__list02_text p {
  margin: 0px;
}
.tk__list02 .tk__title04 {
  margin: 10px 0;
  font-size: 18px;
}
.tk__list02 .button {
  margin: 20px auto 20px;
}
/* 当店オリジナルバッチ */
.tk__list02> ul> li {
  position: relative;
}
.tk__list02_batch {
  position: absolute;
  top: -30px;
  left: -5px;
}
.tk__list02_batch div {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e63037;
}
.tk__list02_batch span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}
/* 店舗一覧などのリスト03 */
.tk__list03 {
  display: flex;
  flex-direction: column;
  margin: 20px 0 50px;
}
.tk__list03 .tk__list03_image img {
  border-radius: 8px;
}


/* -----------------------------------------------------  
    テーブル
  -----------------------------------------------------*/
.tk__tbl_scrl {
  overflow-x: auto;
}
.tk__tbl_nowrap {
  white-space: nowrap;
}
  /*tbl01 店舗一覧ページで使っています*/
.tk__tbl01 {
  font-size: 14px;
  line-height: 1.8;
}
.tk__tbl01 th, .tk__tbl01 td {
  border: 0;
  display: block;
}
.tk__tbl01 tr {
  border-bottom: solid 1px #aaa;
}
.tk__tbl01 th {
  background-color: transparent;
  padding: 1em 0.5em 0em;
}
.tk__tbl01 td {
  padding: 0.2em 0.5em 1em;
}
.tk__tbl01 .no-line {
  border: 0;
}
.tk__tbl01 thead tr {
  border-bottom: solid 1px #e63037;
}
.tk__tbl01 h4 {
  margin: 0;
}
.tk__tbl01 .status td {
  padding: 1em 0.5em 0em;
}
.tk__tbl01 .status span {
  font-size: 0.8em;
  background-color: #ffdbc9;
  padding: 0.4em 0.8em;
  margin-right: 1em;
  margin-bottom: 1em;
  border-radius: 6px;
  color: #e63037;
  display: inline-block;
}
.tk__tbl01 dt {
  list-style: disc;
    color: #E63037;
    margin-left: 1.5em;
    display: list-item;
}
.tk__tbl01 dd {
  margin: 0 0 1em 1.5em;
}
.tk__tbl01 dd:last-of-type {
  margin-bottom: 0;
}
.tk__tbl01 .button {
  margin: 0px auto 0;
}
.tk__tbl02 {
  text-align: center;
  min-width: 56em;
}
.tk__tbl02 th,
.tk__tbl02 td {
  padding: 1.5em 1.2em;
  border: 2px solid #f5f5f5;
}
.tk__tbl02 .column-5 th,
.tk__tbl02 .column-5 td {
  width: calc(100% / 5);
}
.tk__tbl02 th {
  text-align: center;
  background-color: #ddd;
}
.tk__tbl02 thead th:first-of-type {
  background-color: transparent;
  border: solid 0px #eee;
}
/*.tk__tbl02 tbody tr:first-child th {
  background-color:#e63037;
  color:#fff;
}
.tk__tbl02 tbody th {
  background-color: #222;
  color:#fff;
}*/
.tk__tbl02 tr:nth-of-type(2n) {
  background-color: #ffffff5e;
}
.tk__tbl02 i {
  font-size: 1.4em;
  color:#e63037;
}
/*tbl03 テーブル03 交互色変え*/
.tk__tbl03 {
  font-size: 14px;
  line-height: 1.8;
}
.tk__tbl03 th,
.tk__tbl03 td {
  border: 0;
}
.tk__tbl03 tr:nth-of-type(2n-1) th,
.tk__tbl03 tr:nth-of-type(2n-1) td {
  background-color: #fff;
}
.tk__tbl03 tr:nth-of-type(2n) th,
.tk__tbl03 tr:nth-of-type(2n) td {
  background-color: #f7f7f7;
}
.bg-PBE ~ .tk__tbl03 tr:nth-of-type(2n) th,
.bg-PBE ~ .tk__tbl03 tr:nth-of-type(2n) td {
  background-color: #fffbf8;
}
.tk__tbl03 tr {
}
.tk__tbl03 th {
  padding: 1.4em 1.4em 0;
  display: block;
}
.tk__tbl03 td {
  padding: 1.4em 1.4em;
  display: block;
}
.tk__tbl03 tr:first-child > :first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tk__tbl03 tr:last-child > :last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tk__tbl03 .button {
  margin: 10px;
  width: auto;
  max-width: 100%;
}
.tk__tbl03 .button-area {
  height: 56px;
}
.tk__tbl03 .button-text {
  line-height: 56px;
}
/* tbl04 */
.tk__tbl04 {
  font-size: 14px;
  line-height: 1.8;
}
.tk__tbl04 th,
.tk__tbl04 td {
  border: 0;
}
.tk__tbl04 tr {
  border-radius: 20px;
  border: 1px solid #e63037;
  padding: 6px;
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  position: relative;
}
.tk__tbl04 th {
  background-color: #e63037;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  top: -20px;
}
.tk__tbl04 td {
  position: relative;
  padding: 34px 1.2em 10px;
}

.tk__tbl04 .button {
  margin: 10px;
  width: auto;
  max-width: 100%;
}
.tk__tbl04 .button-area {
  height: 56px;
}
.tk__tbl04 .button-text {
  line-height: 56px;
}

/* 下向き三角形 */
.tk__b-triangle {
  border-top: 50px solid #e63037;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  margin: 20px auto;
}

/* -----------------------------------------------------  
    文章の箇条書き
  -----------------------------------------------------*/
/* PC横並び SP縦並び　羽毛布団のぺーじなど */
.tk__bullet-point01 {
  margin: 0 0 1em 1em;
}
.tk__bullet-point01 > li {
  position: relative;
  list-style: none;
  padding-left: 1em;
  line-height: 2;
}
.tk__bullet-point01 > li::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0.7em;
  background: #e63037;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: "";
}
/* -----------------------------------------------------  
    文章の箇条書き（数字あり）
  -----------------------------------------------------*/
/* PC横並び SP縦並び　羽毛布団のぺーじなど */
.tk__ol-point01 {
  margin: 0 0 1em 1.5em;
  counter-reset: item;
}
.tk__ol-point01 > li {
  position: relative;
  list-style: none;
  padding-left: 1em;
  line-height: 2;
}
.tk__ol-point01 > li:not(:last-child) {
  margin-bottom: 1em;
}
.tk__ol-point01 > li::before {
  counter-increment: item;
  content: counter(item)'';
  position: absolute;
  left: -1.5em;
  background: #e63037;
  color: #fff;
  font-weight: 700;
  display: flex;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  justify-content: center;
  align-items: center;
}

/* 採用に関するFAQ */
.answer_text li {
  list-style-type: disc;
}
/* -----------------------------------------------------  
    定義リスト
  -----------------------------------------------------*/
/* PC：用語：左、説明：右 SP縦並び　羽毛布団のぺーじなど */
.tk__dl01 {
  display: flex;
  flex-direction: column;
  margin: 1em 0;
}
.tk__dl01 > div {
  display: flex;
  flex-direction: column;
}
.tk__dl01 > div > dd::before {
  content: "…";
  display: block;
  position: absolute;
  left: 0;
}
.tk__dl01 > div > dd {
  padding-left: 2em;
  position: relative;
}
.tk__dl01 > div > dd:not(:last-child) {
  margin-bottom: 0em;
}

/* -----------------------------------------------------  
    スライダー
  -----------------------------------------------------*/
/* スライダー01 店内イメージなど */
.tk__photo01 {
  margin: 50px 0;
  padding: 50px 0;
  overflow: hidden;
}
.tk__photo01 .title {
  padding: 0 10vw;
}
.tk__photo01-slide {
  margin: 0;
}
.tk__photo01-slide .slick-slide {
  padding: 0 0.6vw;
  position: relative;
}
.tk__photo01-slide .slick-slide > img {
  position: relative;
  z-index: 1;
  height: 30vw;
  min-height: 220px;
  max-height: 600px;
}
.tk__photo01-slide_caption {
  position: absolute;
  z-index: 2;
  max-width: 80%;
  bottom:0;
  left: 0;
  background-color: #fff;
  padding: 0.5em 1em;
  border-top-right-radius: 10px;
}
.tk__photo01-slide .slick-prev,
.tk__photo01-slide .slick-next {
  width: 40px;
  height: 40px;
  top: 42%;
}
.tk__photo01-slide .slick-prev:before,
.tk__photo01-slide .slick-next:before {
  color:#e63037;
  font-size: 40px;
}
.tk__photo01-slide .slick-dots {
  position: relative;
  margin: 1em 0;
  bottom: 0;
}
.tk__photo01-slide .slick-dots li button {
  background: #e63037;
  border: solid 2px #e63037;
  opacity: 0.5;
}
.tk__photo01-slide .slick-dots li button:before {
  content: none;
}
.tk__photo01-slide .slick-dots li.slick-active button {
  opacity: 1;
}
/* -----------------------------------------------------  
    Google Map 埋め込み （店舗など）
  -----------------------------------------------------*/
.tk__gmap {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.tk__gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* -----------------------------------------------------  
    youtube 埋め込み （ベッドなど）
  -----------------------------------------------------*/
.tk__youtube {
  width: min(800px, 100%);
  margin: 0 auto;
}

/* -----------------------------------------------------  
    快眠のすすめの表示 トップ以外のサブページ用
  -----------------------------------------------------*/
.tk__sub_kaimin .slick-prev:before {
  content: "";
}
.tk__sub_kaimin .slick-prev:before, .slick-next:before {
  font-size: 30px;
}
/* -----------------------------------------------------  
    円グラフ
  -----------------------------------------------------*/
.tk__chart {
  display: flex;
  flex-direction: column;
}
.tk__chart-area{/*円グラフがスマホでつぶれないようにする*/
	position: relative;
	width:100%;
}
/* 右向き(pc)・下向き(sp)三角形 */
.tk__rb-triangle {
  border-top: 30px solid #e63037;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  margin: 20px auto;
  width: 0;
  height: 0;
}
.tk__chart-text-area {
  line-height: 1.8;
}
.tk__chart-comments:nth-child(even) {
  position: relative;
  padding: 1em 1.2em;
  border-radius: 10px;
  color: #ffffff;
  background-color: #e63037;
  margin-left: 80px;
  margin-bottom: 15px;
}
.tk__chart-comments:nth-child(even) .icon {
  position: absolute;
  left: -80px;
  top: 0;
}
.tk__chart-comments .icon img {
  width: 60px;
}
.tk__chart-comments:nth-child(even)::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 20px;
  border-right: 10px solid #e63037;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.tk__chart-comments:nth-child(odd) {
  position: relative;
  padding: 1em 1.2em;
  border-radius: 10px;
  color: #e63037;
  background-color: #fff;
  border: 3px solid #e63037;
  margin-right: 80px;
  margin-bottom: 15px;
}
.tk__chart-comments:nth-child(odd) .icon {
  position: absolute;
  right: -80px;
  top: 0;
}
.tk__chart-comments:nth-child(odd)::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 20px;
  border-left: 10px solid #e63037;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* -----------------------------------------------------  
    快眠のすすめ
  -----------------------------------------------------*/
.single-kaimin .entry-header {
  width: 85vw;
}
.single-kaimin .entry-content-post-detail {
  width: 85vw;
  line-height: 1.8;
}
.single-kaimin .entry-content > *:last-child {
  width: 85vw;
}
.single-kaimin .entry-content-post-detail img {
  width: 100%;
}
.single-kaimin .entry-content-post-detail a { color: #068acc; text-decoration: underline; display: inline-block; }
.single-kaimin .entry-content-post-detail a:hover {color: #e63037;opacity: 0.6;
  transition: 0.5s;}
.single-kaimin .content-wrap section {margin: 100px 0;}
.single-kaimin .content-wrap section:first-child {margin-top:10px;}
.single-kaimin .content-wrap h2 {font-size: 2em;margin: 10px 0;}
.single-kaimin .content-wrap h3 {font-size: 1.2em;padding: 1.5em 1em;background: #f8f8f8;border-left: solid 4px #e63037;margin: 20px 0;}
.single-kaimin .intro {font-size: 100%;color:#000;}
.single-kaimin .content-wrap h4 {font-size: 1.1em;}
.single-kaimin .content-wrap h5 {font-size: 1em;}

.single-kaimin .content-menu {font-size: 1.1em;margin: 20px 0;line-height: 1.5em;border: 5px solid #ddd;padding: 10px;}
.single-kaimin #content .content-menu ul { margin: 0; list-style: none;}
.single-kaimin #content .content-menu li a{display:block;font-size:0.9625em;padding-left:20px; margin: 0.5em 0;}
.single-kaimin .content-menu li:before {position:absolute;font-family: "FontAwesome";content: '\f054';}
.single-kaimin .content-menu li li:before {font-family: "FontAwesome";content: '\f105';}
.single-kaimin .intro, .single-kaimin .column {margin:1.5em 1em;}
.single-kaimin .smaller{font-size:0.85em;}

/*関連リンク*/
.single-kaimin .external-link a:before { font-family: "FontAwesome"; content: '\f0da'; margin: 0 0.25em; }
.single-kaimin .external-link ul { list-style: none; display: flex; flex-wrap: wrap; }
.single-kaimin .external-link a { margin: 0.2em 0.2em; padding: 0.4em; background-color: #eee; display: block;font-size: 0.9em;}

/*快眠のすすめ ふとんのタカハシへのお問い合わせはコチラボタン*/
.single-kaimin .colum-btn a {
  color:#333;
  text-decoration: none;
  display: flex;
}

/*快眠のすすめ 本店への誘導バナー*/
.single-kaimin .entry-bn {
  width: 85vw;
  max-width: 1000px;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 80px;
}
.single-kaimin .entry-bn a {
  display: block;
  transition: 0.5s;
  color: #e63037;
}
.single-kaimin .entry-bn a:hover { opacity: 0.5;}
.single-kaimin .entry-bn_text {font-size:1.2em; font-weight:700;}

/* PC用 **/
@media screen and (min-width: 768px) {
  /* -----------------------------------------------------  
    見出し
  -----------------------------------------------------*/
  .tk__title01 {
    font-size: 40px;
  }
  .tk__title02 {
    font-size: 40px;
  }
  .tk__title04 {
    font-size: 28px;
  }
  .tk__title05_text {
    font-size: 32px;
  }
  .tk__title06 {
    flex-direction: row;
  }
  .tk__title06_point {
    margin-bottom: 0px;
  }
  
  /* -----------------------------------------------------  
    ボタン
  -----------------------------------------------------*/
  .tk__button_column-2 {
    flex-direction: row;
    justify-content: center;
  }

  .tk__button01 .button-text {
    font-size: min(18px, 4vw);
  }

  /* -----------------------------------------------------  
    キービジュアル
  -----------------------------------------------------*/
  /* ほぼ100％幅の画像 */
  .tk__kv01_description {
    display: flex;
  }
  .tk__kv01_image img {
    border-top-right-radius: 1vw;
    border-bottom-right-radius: 1vw;
  }
  .tk__kv01_text {
    width: 36vw;
/*    padding: 0 0 0 5vw;
    margin: 23px auto 0;*/
    position: absolute;
    bottom: 10%;
    right: 0;
    background-color: #ffffffb3;
    border-radius: 20px;
    padding: 3em;
  }
  /* 左：画像　右：テキスト（SPは上：画像　下：テキスト） */
  .tk__kv02_description {
    display: flex;
    align-items: center;
  }
  .tk__kv02_image {
    width: 48vw;
  }
  .tk__kv02_text {
    width: 50vw;
    padding: 0 3vw;
  }
  /* 画像100％ テキスト部分が少し画像に重なる */
  .tk__kv03_bg {
    top: -80px;
    padding-top: 40px;
    max-width: 1400px;
  }
  .tk__kv03_contents {
    max-width: 1200px;
  }


  /* -----------------------------------------------------  
    タブ
  -----------------------------------------------------*/
  ul.tk__tab {
    width: 90vw;
  } 
  .tk__tab li {
    font-size: 24px;
  }
  /* タブ キービジュアル */
  .tk__tab_kv01 {
    flex-direction: row-reverse;
    align-items: center;
  }
  .tk__tab_kv01_image {
    width: 50%;
  }
  .tk__tab_kv01_text {
    width: 50%;
    max-width: 600px;
    margin: 0;
    padding-left: 20px;
  }

  /* -----------------------------------------------------  
    説明文・イントロダクション（画像なし）
  -----------------------------------------------------*/

   /* -----------------------------------------------------  
    目次
  -----------------------------------------------------*/
  .tk__index01 {
    padding: 0 0;
  }
  .tk__index01 li,
  .tk__index01 .sp_column-2 li {
    width: calc(100% / 3 - 4%);
    margin: 0 2%;
  }
  .tk__index01 li a,
  .tk__index01 .sp_column-2 li a {
    font-size: 18px;
  }

  /* -----------------------------------------------------  
      コンテンツ
    -----------------------------------------------------*/

  /* カード型表示01 */
  .tk__card01_item,
  .tk__card02_item {
    width: calc(100% / 2 - 2%);
  }
  .tk__card01_item:nth-child(2n-1),
  .tk__card02_item:nth-child(2n-1) {
    margin-right: 4%;
  }
  .column-3 > .tk__card01_item,
  .column-3 > .tk__card02_item {
    margin-right: 0;
    width: calc(100% / 3 - 2%);
  }
  .column-3 > .tk__card01_item:not(:nth-child(3n)),
  .column-3 > .tk__card02_item:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .column-4 > .tk__card01_item,
  .column-4 > .tk__card02_item {
    margin-right: 0;
    width: calc(100% / 4 - 2%);
  }
  .column-4 > .tk__card01_item:not(:nth-child(4n)),
  .column-4 > .tk__card02_item:not(:nth-child(4n)) {
    margin-right: 2%;
  }

  /* 詳細説明 detail */
  .tk__dtl01 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tk__dtl01_item {
    width: 46%;
  }
  .tk__dtl01_item:nth-of-type(2n) {
    margin-top: 100px;
  }
 .tk__dtl01_image-L {
    width: 47vw;
  }
  .tk__dtl01_image-R {
    right: 0vw;
    width: 47vw;
  }
  /* 左：テキスト　右：画像の固定 */
  .tk__dtl02_item_text-area {
    width: 48%;
  }
  .tk__dtl02_image {
    width: 48%;
  }
  /* ポイント・詳細説明文03　店長メッセージなど */
  .tk__dtl03 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tk__dtl03_image {
    width: 48%;
  }
  .tk__dtl03-R {
    flex-direction: row-reverse;
  }
  .tk__dtl03-L {
    flex-direction: row;
  }
  .tk__dtl03_text-area {
    width: 48%;
  }
/* ポイント・詳細説明文06　画像：2枚に対し、文章1つ */
  .tk__dtl06_image > img {
    width: 48%;
  }
  .tk__dtl06_image-4 > img {
    width: 23%;
  }
  .tk__dtl06_image-4 > div {
    width: 23%;
  }
/* ポイント・詳細説明文07 （要素2つ並び） */
  .tk__dtl07_item {
    flex-wrap: nowrap;
  }
  .tk__dtl07_image {
    width: 48%;
  }
  .tk__dtl07_text-area {
    width: 48%;
  }
  /* ポイント・詳細説明文08 （EC事業部のECモール一覧など） */
  .tk__dtl08_list_area ul > li {
    width: calc(100% / 6 - 4%);
    margin: 1% 2%;
  }
  
  
  /* 商品一覧 */
  .tk__list01 > ul > li {
    width: 47%;
  }
  .tk__list01 .title .tk__title04 {
    font-size: 30px;
  }
  /*リスト01 PC6個並び・SP3個並び*/
  .tk__list01 > ul.column-6 > li {
    width: calc(88% / 6);
  }
  .tk__list01 > ul.column-6 .title .tk__title04 {
    font-size: 16px;
  }
  .tk__list01 > ul.column-6 .tk__list01_icon {
    width: 20px;
    height: 20px;
    padding-top: 4px;
    padding-left: 6px;
    font-size: 14px;
  }
  
  
  .tk__list02 > .column-3 > li {
    margin: 30px 0;
    width: calc(100% / 3);
  }
  .tk__list02_text {
    font-size: 16px;
  }
  /* List03　店舗一覧 */
  .tk__list03 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .tk__list03 .tk__list03_image {
    width: 48%;
  }
  .tk__list03 .tk__tbl01 {
    width: 48%;
  }
/* -----------------------------------------------------  
    テーブル
  -----------------------------------------------------*/
  /*tbl01 店舗一覧ページで使っています*/
  .tk__tbl01 {
    font-size: 16px;
    line-height: 1.8;
  }
  .tk__tbl01 th, .tk__tbl01 td {
    display: table-cell;
    vertical-align: top;
  }
  .tk__tbl01 td {
    padding: 1em 0.5em 1em;
  } 
  .tk__tbl01 th {
    width: max(5em, 8vw);
  }
  /*tbl03*/
  .tk__tbl03 table {
    font-size: 16px;
  }
  .tk__tbl03 th,
  .tk__tbl03 td {
    display: table-cell;
    padding: 1.4em 1.4em;
  }
  .tk__tbl03 tr:first-child > :first-child,
  .tk__tbl03 tr:last-child > :last-child {
    border-radius: 0;
  }
  .tk__tbl03 tr:first-child > :first-child {
    border-top-left-radius: 20px;
  }
  .tk__tbl03 tr:first-child > :last-child {
    border-top-right-radius: 20px;
  }
  .tk__tbl03 tr:last-child > :first-child {
    border-bottom-left-radius: 20px;
  }
  .tk__tbl03 tr:last-child > :last-child {
    border-bottom-right-radius: 20px;
  }
  .tk__tbl03 .button,
  .tk__tbl04 .button {
    width: 340px;
  }
  /*tbl04*/
  .tk__tbl04 table {
    font-size: 16px;
  }
  .tk__tbl04 tr {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .tk__tbl04 th {
    position: relative;
    top: 0;
    min-width: 15%;
    max-width: 50%;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .tk__tbl04 td {
    padding: 1em 1.2em;
  }
  
  /* -----------------------------------------------------  
    Google Map 埋め込み （店舗など）
  -----------------------------------------------------*/
  .tk__gmap {
    padding-bottom: 40%;
  }
  /* -----------------------------------------------------  
    文章の箇条書き
  -----------------------------------------------------*/
  /* PC横並び SP縦並び　羽毛布団のぺーじなど */
  .tk__bullet-point01 {
    display: flex;
    flex-wrap: wrap;
  }
  .tk__bullet-point01 > li {
    margin-right: 5%;
  }
  /* -----------------------------------------------------  
    定義リスト
  -----------------------------------------------------*/
  /* PC：用語：左、説明：右 SP縦並び　羽毛布団のぺーじなど */
  .tk__dl01 > div {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  /* ポイント・詳細説明文07 （要素2つ並び） */
  .tk__dtl07_item {
    width: 48%;
  }
  .tk__tbl01 dt {
    font-size: 0.9em;
    width: 10em;
    float: left;
  }
  .tk__tbl01 dd {
    margin-bottom: 2%;
  }
  .tk__tbl01 dt:last-of-type {
    margin-bottom: 0;
  }
  /* -----------------------------------------------------  
    円グラフ
  -----------------------------------------------------*/
  .tk__chart {
    flex-direction: row;
    align-items: center;
  }
  .tk__chart-area{
    width:40%;
  }
  /* 右向き(pc)・下向き(sp)三角形 */
  .tk__rb-triangle {
    border:0;
    border-left: 50px solid #e63037;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
  }
  .tk__chart-text-area {
    width: 45%;
  }


}
