@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* CSS Document */
.c-mainvisual-recipe-feature {
  background-color: #2b3733;
}
.tasty-bg {
  background: url("../img/tasty-bg.webp");
  background-size: cover;
}
@media screen and (min-width: 769px), print {
  .tasty-bg .c-sec-maxinner {
    padding: 60px 0 40px;
  }
  .c-mainvisual-recipe-feature {
    margin-bottom: 0;
  }
  .c-mainvisual-recipe-feature-inner {
    height: 300px;
  }
  .bistro_ttl, #recipes h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 1em;
    line-height: 1.5;
    text-align: center;
  }
  .btn_hint {
    margin-top: 40px;
    text-align: center;
  }
  .btn_hint a {
    width: 300px;
    height: 46px;
    background: #000;
    border-radius: 23px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 40px auto 0;
    position: relative;
    font-family: "Zen Old Mincho", serif;
  }
  .btn_hint a::before {
    content: "";
    width: 290px;
    height: 36px;
    border: 1px solid #D4AA9F;
    border-radius: 18px;
    position: absolute;
    top: 4px;
    left: 4px;
  }
  .btn_hint a::after {
    content: "";
    width: 11px;
    height: 11px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 24px;
  }
  /*  .btn_hint a:hover {
    opacity: 0.6;
  }
  .btn_hint a span {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 15px;
    color: #FFF;
    line-height: 45px;
    position: relative;
  }*/
  .making_hint_wrap {
    text-align: center;
  }
  .making_hint_wrap h3 {
    text-align: center;
    width: 500px;
    border: #000 1px solid;
    color: #000;
    font-size: 20px;
    background: #FFF;
    margin: 0 auto 25px;
    line-height: 3;
  }
  .making_hint_wrap img {
    text-align: center;
    width: 480px;
  }
  .making_hint_wrap p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  /* ----------ボタン---------- */
  .go_to_top {
    width: 600px;
    height: 70px;
    background: url("../img/button-pc.png") no-repeat center / 100%;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    line-height: 70px;
    color: #fff;
    display: block;
    margin: 0 auto 20px;
    position: relative;
  }
  .go_to_top:hover {
    color: #fff;
    opacity: 0.6;
  }
  .go_to_top::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-sec {
    margin-bottom: 13.33333vw;
  }
  .tasty-bg .c-sec {
    margin-top: 0;
  }
  .tasty-bg .c-sec-maxinner {
    padding: 13.33333vw 0;
  }
  .tasty-bg .c-sec-maxinner:first-of-type {
    padding: 13.33333vw 0 8vw;
  }
  .u-align-l.u-none--pc.wp-95 {
    width: 95%;
    margin: 0 auto;
  }
  .easy_wrap {
    text-align: center;
    margin-top: 13.33333vw;
  }
  .bistro_ttl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 5.33333vw;
    margin-bottom: 1em;
    line-height: 1.8;
    text-align: center;
  }
  .btn_hint {
    text-align: center;
  }
  .btn_hint a {
    width: 74vw;
    height: 10vw;
    background: #000;
    border-radius: 5vw;
    text-align: center;
    line-height: 10vw;
    color: #fff;
    font-size: 4.2vw;
    display: block;
    margin: 8vw auto 0;
    position: relative;
    font-family: "Zen Old Mincho", serif;
  }
  .btn_hint a::before {
    content: "";
    width: 72vw;
    height: 8vw;
    border: 0.5vw solid #D4AA9F;
    border-radius: 4.5vw;
    position: absolute;
    top: 0.5vw;
    left: 0.5vw;
  }
  .btn_hint a::after {
    content: "";
    width: 1.75vw;
    height: 1.75vw;
    border-right: 0.25vw solid #fff;
    border-bottom: 0.25vw solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 1.2vw);
    right: 6.4vw;
  }
  /*   .btn_hint a:hover {
    opacity: 0.6;
  }
 .btn_hint a span {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 15px;
    color: #FFF;
    line-height: 41px;
    position: relative;
  }*/
  .making_hint_wrap {
    text-align: left;
    width: 95%;
    margin: 0 auto;
  }
  .making_hint_wrap h3 {
    text-align: center;
    width: 80%;
    border: #000 1px solid;
    color: #000;
    font-size: 3.7777vw;
    line-height: 3;
    background: #FFF;
    margin: 0 auto 5.33333vw;
  }
  .making_hint_wrap img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .making_hint_wrap p {
    font-size: 4.33333vw;
    margin-bottom: 13.33333vw;
  }
}
@media screen and (min-width: 769px), print {
  /*----------------------------------------------------
	recipes-pc
----------------------------------------------------*/
  #recipes {
    min-width: 1040px;
    width: 100%;
    padding: 10px 0 0;
  }
  #recipes h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 1em;
    line-height: 1.5;
    text-align: center;
  }
  #recipes h2 + p {
    font-size: 29px;
    margin: 0;
    text-align: center;
  }
  #recipes .slider {
    min-width: 1040px;
    max-width: 1280px;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    padding: 120px 0;
    overflow: hidden;
  }
  #recipes .slider {
    width: 100%;
    height: 400px;
    display: inline;
  }
  #recipes .slider .block {
    width: 280px;
    height: 400px;
    margin: 0 11px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
  }
  #recipes .slider .block.special_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor01-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block.wreath_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor02-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block.carpaccio {
    background: url("/dressing/tasty/assets/imgs/common/anchor03-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block.bouquet_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor04-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block.microwave_bistro {
    background: url("/dressing/tasty/assets/imgs/common/anchor05-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block.deli_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor06-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block::after {
    content: "";
    width: 280px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.3s;
  }
  /*  #recipes .slider .block:hover::after {
    background: rgba(45, 25, 25, 0);
  }*/
  #recipes .slider .block p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: 24px;
    text-shadow: 1px 1px 8px #2d1919, -1px -1px 8px #2d1919, -1px 1px 8px #2d1919, 1px -1px 8px #2d1919, 0 1px 8px #2d1919, 0 -1px 8px #2d1919, -1px 0 8px #2d1919, 1px 0 8px #2d1919;
    margin: 0;
    color: #fff;
    position: absolute;
    z-index: 2;
  }
  #recipes .slider .block p::after {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    display: block;
    margin: 8px auto 0;
  }
  #recipes .slider .block p span {
    display: block;
    font-size: 16px;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
	recipes-sp
----------------------------------------------------*/
  #recipes {
    width: 100%;
    padding: 0;
    margin-top: -4em;
  }
  #recipes h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 5.33333vw;
    margin-bottom: 1em;
    line-height: 1.8;
    text-align: center;
  }
  #recipes h2 + p {
    font-size: 5.3vw;
    margin: 0;
    text-align: center;
  }
  #recipes .slider {
    width: 100%;
    height: 59vw;
    margin: 0 auto;
    padding: 7.2vw 0;
    overflow: hidden;
  }
  #recipes .slider {
    width: 100%;
    height: 44.6vw;
    display: inline;
  }
  #recipes .slider .block {
    width: 44vw;
    height: 44.6vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    color: #fff;
  }
  #recipes .slider .block.special_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor01-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block.wreath_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor02-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block.carpaccio {
    background: url("/dressing/tasty/assets/imgs/common/anchor03-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block.bouquet_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor04-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block.microwave_bistro {
    background: url("/dressing/tasty/assets/imgs/common/anchor05-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block.deli_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor06-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block p {
    display: block;
    font-family: "Zen Old Mincho", serif;
    margin: 0;
    font-size: 4vw;
    color: #fff;
    position: absolute;
    font-weight: 700;
    text-shadow: 0.2vw 0.2vw 0.5vw #443d3d, -0.2vw -0.2vw 0.5vw #443d3d, -0.2vw 0.2vw 0.5vw #443d3d, 0.2vw -0.2vw 0.5vw #443d3d, 0 0.2vw 0.5vw #443d3d, 0 -0.2vw 0.5vw #443d3d, -0.2vw 0 0.5vw #443d3d, 0.2vw 0 0.5vw #443d3d;
    z-index: 2;
  }
  #recipes .slider .block p::after {
    content: "";
    width: 2vw;
    height: 2vw;
    border-right: 0.5vw solid #fff;
    border-bottom: 0.5vw solid #fff;
    transform: rotate(-45deg);
    display: block;
    margin: 2vw auto 0;
  }
  #recipes .slider .block p span {
    display: block;
    font-size: 3vw;
    margin: 0 0 2vw;
  }
  /* ----------ボタン---------- */
  .go_to_top {
    width: 86vw;
    height: 11.7vw;
    background: url("../img/button-sp.png") no-repeat center / 100%;
    line-height: 11.7vw;
    color: #fff;
    font-size: 3.2vw;
    display: block;
    padding-left: 5.6vw;
    margin: 0 auto;
    position: relative;
    font-family: "Zen Old Mincho", serif;
  }
  .go_to_top:hover {
    color: #fff;
    opacity: 0.6;
  }
  .go_to_top::after {
    content: "";
    width: 1.75vw;
    height: 1.75vw;
    border-top: 0.25vw solid #fff;
    border-right: 0.25vw solid #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 1vw);
    right: 5.6vw;
  }
}