@charset "UTF-8";
.alcenter {
  text-align: center;
}

img.alcenter {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.kansou-box-f12 {
  padding: 10px;
  border: 1px solid #666;
  background-color: #f5f5dc;
  font-size: 16px;
  line-height: 140%;
}

.kansou-box-f12 td td {
  font-size: 16px;
  line-height: 140%;
}

.kansou-box-f12 td {
  font-size: 16px;
  line-height: 140%;
  padding-bottom: 15px;
}

.kansou-box {
  padding: 10px;
  border: 1px solid #666;
  background-color: #f5f5dc;
}

.kansou-box table {
  width: 100%;
  box-sizing: border-box;
}

.kansou-box td td {
  font-size: 16px;
  line-height: 140%;
}

.kansou-box td {
  font-size: 16px;
  line-height: 140%;
  padding-bottom: 15px;
}

/* 一般記事の基本ボックス */

.articles {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}

.articles blockquote {
  margin-left: 20px;
}

.articles ul {
  margin-left: 30px;
}

.articles ol {
  margin-left: 38px;
}

.articles ol li {
  list-style-type: decimal;
  list-style-position: outside;
}

/* 一般記事内のリンクとリストの設定 */

.articles li {
  list-style-type: disc;
  list-style-position: outside;
}
.articles p {
  font-size: 16px;
}

/*トップページ HOME url(https://www.fushitaka.com/)
----------------------------------------------------------------*/

/* 横幅100 */
.fs-body-top #main_wrap,
.fs-body-top .fs-l-main {
  width: 100%;
  max-width: 100%;
  padding: 0 0 80px 0;
}

/*キービジュアル*/
.fs-body-top #key_visual {
  margin-bottom: 0;
  padding-top: 10px;
  height: 330px;
  background: url("https://fushitaka.itembox.design/item/index/kv01_sp_bg.jpg") center no-repeat;
  background-size: 600px 330px;
  box-sizing: border-box;
}
.fs-body-top #key_visual .msg_sp {
  margin: auto;
  display: block;
  width: 196.5px;
  height: 312.5px;
}
.fs-body-top #key_visual .msg_pc {
  display: none;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media screen and (min-width: 480px) {
  /*キービジュアル*/
  .fs-body-top #key_visual_wrap {
    background: url("https://fushitaka.itembox.design/item/index/bg_keyvisual.jpg") center repeat-x;
  }
  .fs-body-top #key_visual {
    padding-top: 0;
    height: 520px;
    background: url("https://fushitaka.itembox.design/item/index/kv01_pc_bg.jpg") center no-repeat;
    background-size: 1310px 520px;
    text-align: center;
    position: relative;
  }
  .fs-body-top #key_visual .msg:nth-child(1) {
    display: none;
  }
  .fs-body-top #key_visual .msg_sp {
    display: none;
  }
  .fs-body-top #key_visual .msg_pc {
    display: block;
    width: 390px;
    height: 100%;
    margin: auto;
    position: relative;
  }
  .fs-body-top #key_visual .msg_pc.bk {
    background: rgba(0, 0, 0, 0.7);
    transition: 2s;
  }
  .fs-body-top #key_visual .msg_pc .msg01,
  .fs-body-top #key_visual .msg_pc .msg02,
  .fs-body-top #key_visual .msg_pc .msg03,
  .fs-body-top #key_visual .msg_pc .msg04,
  .fs-body-top #key_visual .msg_pc .msg05 {
    display: block;
    position: absolute;
    top: 0;
  }
  .fs-body-top #key_visual .msg_pc .msg01 {
    right: 30px;
  }
  .fs-body-top #key_visual .msg_pc .msg02 {
    right: 90px;
  }
  .fs-body-top #key_visual .msg_pc .msg03 {
    right: 170px;
  }
  .fs-body-top #key_visual .msg_pc .msg04 {
    right: 262px;
    top: 252px;
  }
  .fs-body-top #key_visual .msg_pc .msg05 {
    top: 32px;
    right: 35px;
  }
}

.fs-body-top #key_visual .msg_pc img {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.lay211 {
  padding: 30px 20px;
  background: #f2f2f2;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic";
  font-size: 17px;
}
.lay211 p {
  margin-top: 0;
}

/* 上部ナビ */
.lay208 ul,
.lay208 li {
  margin-top: 0;
}
.lay208 .fs-pt-menu a {
  padding: 5px 0;
  text-decoration: none;
  color: #000;
}
.lay208 .fs-pt-menu__heading--lv1 {
  display: none;
}
.lay208 .fs-pt-menu--lv2 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
}
.lay208 .fs-pt-menu--lv1 {
  border-top: 1px solid;
  border-left: 1px solid;
}
.lay208 .fs-pt-menu--lv2 > li {
  margin-top: 0;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.lay208 .blank {
  display: none;
}
.lay208 .fs-pt-menu__link,
.lay208 .fs-pt-menu__heading--lv2 {
  display: block;
  text-align: center;
}

/* お知らせ */
.lay213 {
  margin: 20px 10px;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px 0;
  background: #f8f6f6;
  box-sizing: border-box;
}
.lay213 ul {
  margin-top: 0;
}
.lay206 .list {
  padding: 20px;
  box-sizing: border-box;
}
.lay206 .list li {
  margin-top: 10px;
}
.lay206 .list li > a {
  display: flex;
  color: #000;
  text-decoration: none;
}
.lay206 .text {
  width: calc(100% - 100px);
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
.lay206 .image {
  width: 100px;
  margin-right: 10px;
  border: 1px solid #707070;
  flex-shrink: 0;
  line-height: 0;
}
.lay206 .btn {
  background: #4f3222 url("https://fushitaka.itembox.design/item/common/btn_link_arrow.png") no-repeat 25px center;
  color: #fff;
  font-family: Hiragino Mincho Pro, MS PMincho, serif;
  font-size: 14px;
  padding: 5px 35px 2px 45px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 479px) {
  .lay206 li:nth-child(n + 4) {
    display: none;
  }
}

/* 伏高が考える「真っ当な食材」とは */

.lay210_wrap {
  overflow: hidden;
}
.lay210 .wrap {
  padding: 20px;
}

.lay210 .wrap p {
  font-family: Hiragino Mincho Pro, MS PMincho, serif;
}

.lay210 .ttl_o {
  color: #a52a2a;
  text-align: center;
}

.lay210 .img {
  margin-top: 20px;
}

.lay210 .button {
  text-align: center;
  margin-top: 20px;
}

.lay210 .fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* メニュー */

.lay212 {
  padding: 35px 0;
}

.lay212 .w960 {
  padding-left: 15px;
  padding-right: 15px;
}

.lay212 .list_katsuo {
  display: grid;
  display: -ms-grid;
  text-align: center;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
}

.lay212 .box_a {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  margin-bottom: 20px;
}

.lay212 .box_b {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  margin-bottom: 20px;
}
.lay212 .box_b .title {
  font-family: Hiragino Mincho Pro, MS PMincho, serif;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.lay212 .title_box > .box_b {
  position: relative;
  z-index: 1;
}
.lay212 .title_box > .box_b img.tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  z-index: 2;
}

.lay212 .list_katsuo p {
  margin-top: 10px;
}
.lay212 .list_katsuo p.subtxt {
  font-size: 14px;
}
.lay212 .list_katsuo .label {
  display: inline-block;
  font-family: Hiragino Mincho Pro, MS PMincho, serif;
  color: #000;
  background: #fff;
  text-decoration: none;
  padding: 0 5px;
}

.lay212 .list {
  display: flex;
  flex-wrap: wrap;
}

.lay212 .list > li {
  width: 50%;
}

.lay212 .list .text {
  display: none;
}

.lay212 .list .banner {
  width: 100%;
}

.lay212 .list_other {
  display: flex;
  flex-wrap: wrap;
}

.lay212 .list_other > li {
  /*width: 33%;*/
  width: 50%;
}

.lay212 .list_banner {
  display: flex;
  flex-wrap: wrap;
}
.lay212 .list_banner > li {
  width: 100%;
}

/* 食材のお話 */

.lay207 {
  background: url("https://fushitaka.itembox.design/item/index/bg_lay207.png") no-repeat top;
  padding: 45px 10px 15px 10px;
  background-size: cover;
}

.lay207 .ttl_sub,
.lay207 .caption {
  display: block;
  text-align: center;
}

.lay207 .ttl_o {
  width: 200px;
  background: #fff;
  margin: 0 auto 0 auto;
  top: 5px;
  position: relative;
}

.lay207 .ttl_sub {
  font-family: Hiragino Mincho Pro, MS PMincho, serif;
}

.lay207 .caption {
  margin-top: 20px;
}

.lay207 .w960 {
  border: 1px solid #cccccc;
  padding: 10px;
}

.lay207 .wrap {
  margin-top: 10px;
}

.lay207 .fs-pt-column__item {
  position: relative;
  padding: 0;
}

.lay207 .fs-pt-column__image img {
  width: 100%;
  max-width: 430px;
}

.lay207 .fs-pt-list {
  margin-top: 0;
}

.lay207 .fs-pt-list__item {
  margin-bottom: 10px;
  line-height: 1.4;
}

.lay207 .visual a {
  color: #fff;
}

.lay207 .visual a:hover {
  text-decoration: none;
}

.lay207 .text {
  margin-top: 20px;
}

.lay207 .fs-pt-column__heading {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid #707070;
  position: absolute;
  bottom: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
}

.lay207 a:hover .fs-pt-column__heading {
  text-decoration: none;
}

.lay207 .indexlink {
  text-align: right;
}
.fs-body-top .fs-l-main {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .fs-body-top .fs-l-main {
    padding-top: 70px;
  }
}

/*仕上節 url(https://www.fushitaka.com/c/item/shiage)
----------------------------------------------------------------*/

.lay104 {
  display: flex;
  flex-wrap: wrap;
}

.lay104 li {
  width: 50%;
  font-size: 15px;
}

.lay104 li a {
  background: url(https://fushitaka.itembox.design/item/common/arrow_bottom.png) no-repeat left center;
  padding-left: 12px;
}

/*つぶやき url(https://www.fushitaka.com/cont/mutter/)
----------------------------------------------------------------*/

.lay200 .box_b li {
  margin-bottom: 8px;
}

.lay200 .subtitle {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #a52a2a;
}

/*聴きだしの会 url(https://www.fushitaka.com/cont/kiki/)
----------------------------------------------------------------*/

.lay201 .box_a {
  text-align: center;
}

.lay201 .col_a {
  padding: 10px;
  margin-bottom: 10px;
  background: #f5f3f2;
  border-radius: 8px;
}

.lay201 .matte {
  padding: 30px 0 10px 0;
  background: #fff;
  border-radius: 8px;
}

.lay201 .title {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

.lay201 .title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.lay201 .box_a img {
  display: block;
  margin: auto;
}

/*ポイント制 url(https://www.fushitaka.com/cont/aboutus/gochisou.html)
----------------------------------------------------------------*/
.lay113 li {
  margin: 2em 0;
}

/*聴きだしの会 url(https://www.fushitaka.com/cont/kiki/kiki25.html)
----------------------------------------------------------------*/

.lay202 {
  display: flex;
  justify-content: space-between;
}

.lay202 .box_a,
.lay202 .box_b {
  width: calc(50% - 5px);
  padding: 10px;
  background: #f5f3f2;
  border-radius: 8px;
  box-sizing: border-box;
}

.lay202 .current {
  background: #4f3126;
}

.lay202 .title {
  display: block;
  margin: 5px 0 0 5px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  background: url("https://fushitaka.itembox.design/item/common/icon_arrow.png") no-repeat left center;
}

.lay202 .col_a {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}

.lay202 .current .title {
  color: #fff;
}

.lay202 .box_a img {
  display: block;
  margin: auto;
}

.lay202 .list {
  margin-left: 0;
}

.lay202 .list li {
  list-style-type: none;
}

/*だしの取り方 url(https://www.fushitaka.com/cont/dashi_howto/dashi_katsuo.html)
----------------------------------------------------------------*/

.dashi_howto .articles table,
.dashi_howto .articles td {
  display: block;
}

/*お客様の声 url(https://www.fushitaka.com/cont/koe/)
----------------------------------------------------------------*/

ul.lay204 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

.lay204 li {
  width: 25%;
  padding: 10px 1%;
  list-style-type: none;
  font-size: 12px;
  line-height: 1.2;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-top: 0;
  border-left: 0;
}

.lay204 li a {
  display: block;
  margin-bottom: 5px;
}

.lay205 {
  width: 100%;
  box-sizing: border-box;
}

.body_koe #main_wrap .articles table {
  width: 100%;
  box-sizing: border-box;
}

.merumaga {
  font-size: 14px;
  line-height: 160%;
  background-color: #ffe4c4;
  text-align: left;
  padding: 20px;
  max-width: 500px;
  margin: auto;
}

@media screen and (max-width: 479px) {
  .talebox1 {
    text-align: center;
  }
}

@media screen and (min-width: 480px) {
  .kansou-box,
  .kansou-box-f12 {
    padding: 10px 20px;
  }
  /* ボックス大*/
  .bigbox {
    width: 650px;
    text-align: left;
    font-size: 16px;
    line-height: 160%;
    margin-right: auto;
    margin-left: auto;
  }
  .box400 {
    font-size: 14px;
    width: 400px;
    line-height: 160%;
    text-align: left;
  }
  .bigbox li {
    list-style-type: disc;
    list-style-position: inside;
  }
  .bigbox a:link {
    color: #000080;
    text-decoration: underline;
  }
  .bigbox a:visited {
    color: #008080;
    text-decoration: underline;
  }
  .bigbox a:hover {
    color: #afeeee;
    text-decoration: none;
  }
  .articles hr {
    width: 690px;
  }
  .migini-20px-akeru {
    float: left;
    margin-left: 20px;
  }
  .order-box {
    font-size: 14px;
  }
  /* エッセイの一番上の枠 */
  .talebox1 {
    margin: 0 auto 30px auto;
    width: 650px;
    text-align: left;
    font-size: 16px;
    line-height: 160%;
    padding: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-color: #f5f5dc;
    float: none;
  }
  /* エッセイの本文枠 */
  .talebox2 {
    margin: 0 auto 50px auto;
    width: 650px;
    text-align: left;
    font-size: 16px;
    line-height: 160%;
    padding: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-color: #f5f5dc;
    float: none;
  }
  .articles table {
    font-size: 14px;
    line-height: 160%;
  }
  .articles td {
    font-size: 14px;
    line-height: 160%;
  }
  .articles th {
    font-size: 14px;
    line-height: 160%;
  }
  .saijiki {
    font-size: 16px;
    width: 600px;
    padding: 15px;
    text-align: left;
    line-height: 160%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    margin-right: auto;
    margin-left: auto;
  }
  .saijiki_small_left {
    font-size: 14px;
    width: 170px;
    line-height: 160%;
    text-align: left;
    float: left;
    margin-right: 20px;
    margin-left: 10px;
  }
  .saijiki_large_right {
    font-size: 14px;
    width: 400px;
    line-height: 160%;
    text-align: left;
    float: left;
  }
  #saijiki_menu {
    margin: 60px 0;
  }
  #saijiki_menu table.menu {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 30px auto 80px auto;
  }
  #saijiki_menu table.menu td {
    padding: 5px;
    margin: 0;
  }
  #saijiki_menu .ttl {
    text-align: left;
    font-weight: bold;
    background: #f5f3f2;
    padding: 8px 10px;
  }
  .product_pic1L {
    float: left;
    width: 160px;
    margin-right: 15px;
    text-align: center;
  }
  .product_pic2M {
    float: left;
    width: 160px;
    margin-right: 15px;
    text-align: center;
  }
  .product_pic4R {
    float: left;
    width: 160px;
    margin-left: 15px;
    text-align: center;
  }
  .product_pic3MR {
    float: left;
    width: 160px;
    text-align: center;
  }
  .product_pic1L p {
    text-align: center;
    font-size: 12px;
  }
  .product_pic2M p {
    text-align: center;
    font-size: 12px;
  }
  .product_pic3MR p {
    text-align: center;
    font-size: 12px;
  }
  .product_pic4R p {
    text-align: center;
    font-size: 12px;
  }
  .ichiranbox {
    padding: 10px;
  }
  .ichiranbox blockquote {
    margin-left: 30px;
  }
  .sitemap {
    width: 430px;
    margin-right: auto;
    margin-left: auto;
  }
  .saijiki_2nd {
    font-size: 14px;
    line-height: 160%;
    text-align: left;
    padding: 15px;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .saijiki_2nd blockquote {
    margin-left: 20px;
  }
  .saijiki_2nd ul {
    margin-left: 30px;
  }
  .saijiki_2nd ol {
    margin-left: 38px;
  }
  .saijiki_2nd ol li {
    list-style-type: decimal;
    list-style-position: outside;
  }
  .saijiki_2nd li {
    list-style-type: disc;
    list-style-position: outside;
  }
  .saijiki_2nd a:link {
    color: #000080;
    text-decoration: underline;
  }
  .saijiki_2nd a:visited {
    color: #008080;
    text-decoration: underline;
  }
  .saijiki_2nd a:hover {
    color: #2f4f4f;
    text-decoration: none;
  }
  .saijiki_2nd table {
    font-size: 14px;
    line-height: 160%;
  }
  .saijiki_2nd td {
    font-size: 14px;
    line-height: 160%;
  }
  .saijiki_2nd th {
    font-size: 14px;
    line-height: 160%;
  }
  /* 旧common.cssより移動 */
  /* 画像の位置　左右 */
  .picleft {
    float: left;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }
  .picright {
    float: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }
  .alright {
    text-align: right;
  }
  .piccenter {
    margin-right: auto;
    margin-left: auto;
  }
  .alleft {
    text-align: left;
  }
  /*つぶやき url(https://www.fushitaka.com/cont/mutter/)
----------------------------------------------------------------*/
  .lay200 {
    display: flex;
    margin-top: 40px;
  }
  .lay200 .box_a {
    width: 200px;
  }
  .lay200 .box_b {
    width: calc(100% - 200px);
  }
  #main_wrap .lay200 .title4 {
    margin: 0;
  }
  .articles .lay200 ul {
    margin-left: 0;
  }
  .lay200 .box_b li {
    list-style-type: none;
  }
  /*聴きだしの会 url(https://www.fushitaka.com/cont/kiki/)
----------------------------------------------------------------*/
  .lay201 {
    display: flex;
  }
  .lay201 .box_a {
    width: 220px;
  }
  .lay201 .box_b {
    width: calc(100% - 220px);
  }
  .lay201 .box_b table {
    margin-left: 35px;
  }
  /*聴きだしの会 url(https://www.fushitaka.com/cont/kiki/kiki25.html)
----------------------------------------------------------------*/
  .lay202 {
    display: flex;
  }
  .lay202 .box_a {
    width: 220px;
  }
  .lay202 .box_b {
    width: calc(100% - 230px);
  }
  .lay202 .box_b .col_a {
    padding: 20px 30px;
  }
  .lay202 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
  }
  .lay202 .list li {
    width: 50%;
  }
  /*聴きだしの会 url(https://www.fushitaka.com/cont/kiki/kiki25-detail.html)
----------------------------------------------------------------*/
  .lay203 {
    width: 600px;
    margin: auto;
  }
  /*お客様の声 url(https://www.fushitaka.com/cont/koe/)
----------------------------------------------------------------*/
  .lay204 li {
    width: 20%;
    list-style-type: none;
  }
  .body_koe #main_wrap .articles table {
    width: 650px;
    box-sizing: border-box;
  }
  /*----------------------------------------------------------------
disolo 2017.10
----------------------------------------------------------------*/
  /*HOME url(https://www.fushitaka.com/)
----------------------------------------------------------------*/
  /*キービジュアル*/
  .fs-body-top #key_visual_wrap {
    background: url("https://fushitaka.itembox.design/item/index/bg_keyvisual.jpg") center repeat-x;
  }
  .fs-body-top #key_visual {
    height: 520px;
    background: url("https://fushitaka.itembox.design/item/index/kv01_pc.jpg") center no-repeat;
    background-size: 1310px 520px;
    text-align: center;
    position: relative;
  }
  .fs-body-top #key_visual .msg:nth-child(1) {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .lay211 {
    display: none;
  }
  /*上部ナビ*/
  .lay208 {
    margin-top: 15px;
  }
  .lay208 .fs-pt-menu a {
    padding: 0;
  }
  .lay208 .fs-pt-menu--lv2 {
    display: flex;
    flex-wrap: wrap;
  }
  .lay208 .fs-pt-menu--lv2 > li {
    width: 12.5%;
  }
  .lay208 .blank {
    display: block;
  }
  .lay208 .fs-pt-menu__heading--lv2:hover {
    background: #eddcd4;
  }
  /* お知らせ */
  .lay213 {
    width: 970px;
    margin: 20px auto;
  }
  .lay206 {
    width: 970px;
    margin: 20px auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lay206 .list {
    padding: 0;
    display: flex;
  }
  .lay206 .list li {
    width: 120px;
    flex-shrink: 0;
  }
  .lay206 .list li {
    width: 120px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .lay206 .list li > a {
    width: 120px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  .lay206 .image {
    width: 100px;
    margin: 0 auto 10px auto;
    border: 1px solid #707070;
    flex-shrink: 0;
  }
  .lay206 .text {
    width: auto;
    font-size: 13px;
    line-height: 1.5;
    white-space: normal;
  }
  .lay206 .btn {
    display: none;
  }
  /* 伏高が考える「真っ当な食材」とは */
  .lay210_wrap {
    margin-top: 50px;
    background: url("https://fushitaka.itembox.design/item/index/bg_lay210.jpg") no-repeat left top;
    overflow: visible;
  }
  .lay210 {
    position: relative;
    width: 960px;
    height: 530px;
    margin: auto;
  }
  .lay210 .wrap {
    padding: 0;
    width: 960px;
    margin: auto;
  }
  .lay210 .box_a {
    width: 530px;
    padding: 50px 0 0 50px;
    position: absolute;
    top: 240px;
    right: 0;
    background: #fff;
    box-sizing: border-box;
  }
  .lay210 .ttl_o {
    text-align: left;
    position: absolute;
    top: 100px;
    right: 0;
  }
  .lay210 .img {
    display: none;
  }
  .lay210 .button {
    text-align: right;
  }
  /* メニュー */
  .lay212 {
    padding-top: 80px;
  }
  .lay212 .title_box {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.7;
  }
  .lay212 .title_box > .box_a {
    width: 355px;
  }
  .lay212 .title_box > .box_b {
    width: 544px;
    height: 264px;
    background: url(https://fushitaka.itembox.design/item/index/bg_lay212_dashi.png?d=20190304113010) no-repeat top left;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lay212 .title_box > .box_b img.tag {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
  }
  .lay212 .title_box .ttl_e {
    margin-bottom: 45px;
    padding: 0;
    background: none;
    font-family: Hiragino Mincho Pro, MS PMincho, serif;
    color: #000;
    font-size: 80px;
    line-height: 1;
  }
  .lay212 .list_katsuo .box_b {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
  }
  .lay212 .box_b .title {
    font-size: 36px;
    line-height: 1;
  }
  .lay212 .list_katsuo p.subtxt {
    font-size: 16px;
  }
  .lay212 .list {
    display: flex;
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.7;
  }
  .lay212 .list > li {
    width: 200px;
    margin-right: 35px;
  }
  .lay212 .list > li:nth-child(4) {
    margin-right: 0;
  }
  .lay212 .list .text {
    display: block;
  }
  .lay212 .list .banner {
    width: 460px;
    margin-top: 50px;
    margin-right: 0;
  }
  .lay212 .title_box_other .ttl_e {
    margin: 100px 0 30px 0;
    padding: 0;
    background: none;
    font-family: Hiragino Mincho Pro, MS PMincho, serif;
    color: #000;
    font-size: 40px;
    line-height: 1;
  }
  .lay212 .title_box_other .text {
    display: block;
  }
  .lay212 .list_other {
    margin-top: 20px;
  }
  .lay212 .list_other li {
    width: 180px;
  }

  .lay212 .list_banner {
    display: flex;
    flex-wrap: wrap;
  }
  .lay212 .list_banner > li {
    width: 50%;
  }

  /*食材の話*/
  .lay207 .caption br {
    display: none;
  }
  .lay207 .text {
    margin-top: 0;
  }
  .lay207 .wrap {
    width: 880px;
    margin: 20px auto 0 auto;
    display: flex;
  }
  .lay207 .visual {
    width: 430px;
    margin-right: 20px;
  }
  .lay207 .visual {
    width: 430px;
  }
  .lay207 .fs-pt-list__item {
    margin-bottom: 15px;
  }
  /*仕上節 url(https://www.fushitaka.com/c/item/shiage)
----------------------------------------------------------------*/
  .lay104 {
    margin-left: 20px;
    display: block;
  }
  .lay104 li {
    width: auto;
    display: inline-block;
    font-size: 15px;
    margin-right: 8px;
    margin-left: 8px;
  }
  .lay104 li a {
    background: url(https://fushitaka.itembox.design/item/common/arrow_bottom.png) no-repeat left center;
    padding-left: 12px;
  }
  /*だしの取り方 url(https://www.fushitaka.com/cont/dashi_howto/dashi_katsuo.html)
----------------------------------------------------------------*/
  .dashi_howto .articles table {
    display: table;
  }
  .dashi_howto .articles td {
    display: table-cell;
  }
  /*だし生活のすすめTOP url(https://www.fushitaka.com/dashi/index.html)
----------------------------------------------------------------*/
  .lay105 {
    margin-top: 150px;
    margin-bottom: 80px;
  }
  .lay105 .txt_a {
    font-family: Hiragino Mincho Pro, MS PMincho, serif;
    font-size: 34px;
    font-weight: bold;
    color: #a52a2a;
  }
  .lay105 .box_a {
    float: right;
    width: 310px;
  }
  .lay105 .box_b {
    float: left;
    width: 38px;
  }
  .lay105 .box_c {
    float: left;
    width: 440px;
    padding-left: 35px;
  }
  /*だし生活のすすめ下層　url(https://www.fushitaka.com/dashi/susume.html)
----------------------------------------------------------------*/
  /*「だし生活」はじまる*/
  .lay100 {
    margin: 50px auto 0px;
    width: 960px;
  }
  .lay100 p {
    float: left;
    width: 290px;
    margin-left: 20px;
    margin-top: 0px;
  }
  /*FAQ*/
  .lay106 p {
    padding-left: 20px;
  }
  .lay106 .txt_a {
    color: #a52a2a;
    font-size: 18px;
    font-weight: bold;
    margin-top: 60px;
    background: url(https://fushitaka.itembox.design/item/common/susume_voice_fukidashi.png) no-repeat left bottom;
    padding-bottom: 27px;
  }
  .lay106.type_b .txt_a {
    color: #000;
  }
  /*お客様の声リンク*/
  .lay107 {
    margin: 100px auto 0;
    width: 890px;
  }
  .lay107 img {
    margin-bottom: 10px;
  }
  .lay107 .box_a {
    float: left;
    width: 335px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .lay107 .box_b {
    float: left;
    width: 215px;
    margin-right: 20px;
    margin-left: 20px;
  }
  /*かつお節の選び方　url(https://www.fushitaka.com/dashi/katsuo_erabikata.html)
----------------------------------------------------------------*/
  /*かつお節5種類*/
  .lay108 img {
    margin-right: 7px;
  }
  .lay108 img:last-child {
    margin-right: 0px;
  }
  /*だしの取り方　url(https://www.fushitaka.com/dashi/dashitori.html)
----------------------------------------------------------------*/
  /*基本のだしの取り方*/
  .lay109 {
    margin-top: -30px;
  }
  .lay109 .ttl_d {
    margin-top: 0px;
  }
  .lay109 .box_a {
    float: left;
    width: 300px;
    clear: both;
    margin-top: 30px !important;
  }
  .lay109 .box_b {
    float: right;
    width: 450px;
    margin-top: 30px !important;
  }
  .lay109.type_b {
    margin-top: 0px;
  }
  .lay109.type_b a img {
    width: 100%;
    height: auto;
  }
  .lay109.type_b .box_a {
    width: 280px;
    text-align: center;
    margin-top: 0px !important;
  }
  .lay109.type_b .box_b {
    width: 470px;
    margin-top: 0px !important;
  }
  /*均等2段*/
  .lay110 .box_a {
    width: 48%;
    float: left;
  }
  .lay110 .box_b {
    width: 48%;
    float: right;
  }
  .lay110 img {
    max-width: 100%;
    height: atuo;
  }
  /*レシピサムネイル*/
  .lay111 {
    width: 690px;
    margin: 60px auto 0px;
  }
  .lay111 .box_a {
    width: 182px;
    float: left;
    margin-right: 24px;
    margin-left: 24px;
    text-align: center;
  }
  .lay111 .box_a img {
    margin-bottom: 15px;
  }
  /*フッターカレンダー*/
  .lay112 {
    text-align: center;
    margin: 100px auto -60px;
    padding-top: 60px;
    border-top: solid 1px #ccc;
  }
}

@media screen and (max-width: 479px) {
  .saijiki .picleft {
    display: block;
    margin: 0 auto;
  }
  #main_wrap .saijiki_2nd table td {
    display: table-cell;
    width: auto;
  }
  #main_wrap .saijiki_2nd table th {
    display: table-cell;
    width: auto;
  }
}

/*メルマガ過去ログ url(https://www.fushitaka.com/cont/mm_html/)
----------------------------------------------------------------*/
.body_magazinelog {
  background-image: none;
}
@media screen and (min-width: 480px) {
  .body_magazinelog #wrapper {
    width: 100%;
    padding: 0;
  }
  .body_magazinelog #main_wrap {
    width: 554px;
    float: none;
    padding: 0;
    margin: 0 auto;
  }
}
/* トップページ：5%還元 */
.banner_5percent {
  text-align: center;
}
.banner_5percent.toppage {
  text-align: center;
  margin-top: 14px;
}
.banner_5percent.toppage img {
  border: 1px solid #ccc;
}
/* PCフッター：5%還元 */
#guide_wrap .banner_5percent {
  margin-top: 40px;
}
