@charset "UTF-8";
* {
  box-sizing: border-box;
}

blockquote {
  border: none;
  padding: 0;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

.brandsite-title {
  background: url("/wp-content/themes/yamasa-cms/dist/images/koreuma/h2Line.png") no-repeat center bottom/220px;
  padding-bottom: 1em;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
  color: #c70025;
  font-size: 18px;
  font-weight: bold;
}

.ReadMore a {
  border-radius: 25px;
  border: 1px solid #1a7073;
  background-color: #fff;
  display: block;
  margin: 3em auto;
  width: 33.3333333333%;
  position: relative;
  transition: all 0.3s;
  padding: 10px 0;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #1a7073;
}
.ReadMore a:hover {
  background: #e4e9de;
}
.ReadMore a::after {
  content: "";
  position: absolute;
  left: 65%;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 0.3s;
  color: #1a7073;
  display: block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/yamasa-cms/dist/images/koreuma/arrow.png") no-repeat center/contain;
}

.brandsite-category-list ul {
  width: 90%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 3em auto;
}
.brandsite-category-list ul li {
  min-width: 130px;
  text-align: center;
}
.brandsite-category-list ul li a {
  border-radius: 25px;
  border: 1px solid #555;
  background-color: #fff;
  display: block;
  position: relative;
  transition: all 0.3s;
  padding: 10px 0;
  font-size: 0.8rem;
  color: #333;
}

.brandsite-archive {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.brandNews h2 {
  display: none;
}

@media screen and (max-width: 768px) {
  .brandsite-archive {
    padding: 0 20px;
    margin-top: 40px;
  }
  .brandsite-category-list ul {
    display: none;
  }
  .brandNews h2 {
    display: inline;
  }
  .brandNews a {
    display: flex;
    justify-content: space-between;
  }
  .brandNews ul li {
    margin-bottom: 0px;
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 1em;
  }
  .brandNews ul li .thumbnail-box {
    width: 35%;
  }
  .brandNews ul li .brandNewsBox {
    width: 60%;
  }
  .brandNews ul li .brandNewsBox h3 {
    width: 100%;
  }
  .brandNews ul li .brandNewsBox p {
    margin-top: 0.5em;
    width: 100%;
  }
}
.business-box {
  display: flex;
  border-right: 1px solid #d0021b;
  border-left: 1px solid #d0021b;
  margin: 70px auto 50px;
}

.business-box-search {
  text-align: center;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .business-box {
    border-top: 1px solid #d0021b;
    flex-wrap: wrap;
    margin: 43px auto 40px;
  }
  .business-box-search {
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #d0021b;
  }
}
/* ラーメンパートナー　こだわりガイドページ */
.ramen-soudan-wrap {
  margin-top: 40px;
}
.ramen-soudan-top {
  width: 100%;
  background: #000;
  padding: 25px;
}

.ramen_shop_top {
  max-width: 680px;
  margin: 0 auto;
}
.ramen_shop_top p, .ramen_shop_top .gold {
  text-align: center;
  line-height: 1.6;
  font-family: serif;
  font-weight: 700;
}
.ramen_shop_top p {
  color: #fff;
  font-size: 1.8em;
}
.ramen_shop_top .gold {
  color: #F5CD65;
  font-size: 3em;
}

.kodawari-guide {
  margin: 70px auto 50px;
  max-width: 736px;
}
.kodawari-guide a {
  display: inline-block;
}

.ramen_shops_wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 0;
}

.ramen_shop_header {
  margin-bottom: 30px;
}
.ramen_shop_header p {
  padding-top: 20px;
  font-size: 1.7em;
  font-family: serif;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .ramen_shops_wrap {
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .brandsite-archive {
    margin-top: 15px;
    padding: 0 15px;
  }
  .ramen-soudan-top {
    padding: 15px;
  }
  .ramen_shop_top .gold {
    font-size: 1.6em;
  }
  .ramen_shop_top p {
    font-size: 1.1em;
  }
  .ramen_shops_wrap {
    padding-top: 15px;
  }
  .ramen_shop_header {
    margin-bottom: 15px;
  }
  .ramen_shop_header p {
    font-size: 1.1em;
  }
}
.shops-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shops-buttons li {
  width: 465px;
  height: 110px;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
}
.shops-buttons li img {
  height: 78px;
}

.shop-detail-box {
  display: none;
  border-style: solid;
  border-width: 4px;
}
.shop-detail-box.contents-active {
  display: block;
}
.shop-detail-box h2 {
  width: 100%;
  height: 140px;
  padding: 25px;
  text-align: center;
}
.shop-detail-box .shop-detail-content {
  padding: 35px 56px 40px;
  background: #fff;
}
.shop-detail-box .shop-detail-content p {
  font-size: 1.52em;
  line-height: 1.8;
}
.shop-detail-box .shop-detail-content .serif {
  font-family: serif;
}
.shop-detail-box .shop-detail-content .sans-serif {
  font-family: sans-serif;
}
.shop-detail-box .shop-detail-content .center {
  text-align: center;
}
.shop-detail-box .shop-detail-content .bold {
  font-weight: 700;
}
.shop-detail-box .shop-detail-content .shop-detail-address {
  margin-top: 10px;
}
.shop-detail-box .shop-detail-content .top-heading {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 3px 0;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  font-size: 2.6em;
  line-height: 1.4;
}
.shop-detail-box .shop-detail-content .top-heading span {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
}
.shop-detail-box .shop-detail-content .shop-ramen-text {
  margin: 20px 0;
}
.shop-detail-box .shop-detail-content .shop-chef-caption {
  margin: 10px 0 40px;
}
.shop-detail-box .shop-detail-content .yamasa-howto {
  margin-bottom: 40px;
}
.shop-detail-box .shop-detail-content .howto-title {
  padding: 12px;
  font-family: serif;
  font-weight: 700;
  font-size: 2.2em;
  text-align: center;
  color: #fff;
}
.shop-detail-box .shop-detail-content .howto-content {
  padding: 30px 35px 10px;
}
.shop-detail-box .shop-detail-content .item-title {
  padding: 12px;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  font-size: 2.2em;
}
.shop-detail-box .shop-detail-content .item-title {
  margin-bottom: 40px;
}
.shop-detail-box .shop-detail-content .items-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.shop-detail-box .shop-detail-content .items-wrap .item-image {
  margin-right: 30px;
}
.shop-detail-box .shop-detail-content .items-wrap .item-description {
  width: 320px;
}
.shop-detail-box .shop-detail-content .items-wrap .item-description .item-name {
  font-size: 1.8em;
  line-height: 1.4;
}
.shop-detail-box .shop-detail-content .items-wrap .item-description .item-text {
  font-size: 1.45em;
}

.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

@media screen and (max-width: 480px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
  .shops-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shops-buttons li {
    width: 48.6%;
    height: 55px;
    padding: 7px;
  }
  .shops-buttons li img {
    height: 40px;
  }
  .shop-detail-box {
    border-width: 2px;
  }
  .shop-detail-box h2 {
    width: 100%;
    height: 70px;
    padding: 8px;
  }
  .shop-detail-box h2 img {
    height: 50px;
  }
  .shop-detail-box .shop-detail-content {
    padding: 16px 18px 20px;
  }
  .shop-detail-box .shop-detail-content p {
    font-size: 1.12em;
    line-height: 1.7;
  }
  .shop-detail-box .shop-detail-content .shop-detail-address {
    margin-top: 10px;
  }
  .shop-detail-box .shop-detail-content .top-heading {
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 1.8em;
  }
  .shop-detail-box .shop-detail-content .top-heading span {
    padding: 10px 0;
  }
  .shop-detail-box .shop-detail-content .shop-chef-caption {
    margin: 10px 0 25px;
  }
  .shop-detail-box .shop-detail-content .yamasa-howto {
    margin-bottom: 30px;
  }
  .shop-detail-box .shop-detail-content .howto-title {
    font-size: 1.7em;
    padding: 8px;
  }
  .shop-detail-box .shop-detail-content .howto-content {
    padding: 15px 20px 10px;
  }
  .shop-detail-box .shop-detail-content .item-title {
    margin-bottom: 20px;
    padding: 8px;
    font-size: 1.7em;
  }
  .shop-detail-box .shop-detail-content .items-wrap .item-image {
    margin-right: 15px;
    width: 45%;
  }
  .shop-detail-box .shop-detail-content .items-wrap .item-description {
    width: 52%;
  }
  .shop-detail-box .shop-detail-content .items-wrap .item-description .item-name {
    font-size: 1.7em;
  }
  .shop-detail-box .shop-detail-content .items-wrap .item-description .item-text {
    font-size: 1em;
  }
  .shop-detail-box .to-product-page-sp {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .shop-detail-box .to-product-page-sp img {
    display: block;
  }
}
.detail-yoshimuraya {
  border-color: #BF0025;
}
.detail-yoshimuraya h2, .detail-yoshimuraya .howto-title {
  background: #BF0025;
}
.detail-yoshimuraya .howto-content {
  background: #F1E0D7;
}
.detail-yoshimuraya .item-title, .detail-yoshimuraya .top-heading,
.detail-yoshimuraya .top-heading span {
  color: #BF0025;
  border-color: #BF0025;
}

.detail-torashokudo {
  border-color: #2A3C78;
}
.detail-torashokudo h2, .detail-torashokudo .howto-title {
  background: #2A3C78;
}
.detail-torashokudo .howto-content {
  background: #DEE0E9;
}
.detail-torashokudo .item-title, .detail-torashokudo .top-heading,
.detail-torashokudo .top-heading span {
  color: #2A3C78;
  border-color: #2A3C78;
}

.detail-shinasobaya {
  border-color: #D68133;
}
.detail-shinasobaya h2, .detail-shinasobaya .howto-title {
  background: #D68133;
}
.detail-shinasobaya .howto-content {
  background: #F2DBC5;
}
.detail-shinasobaya .item-title,
.detail-shinasobaya .top-heading,
.detail-shinasobaya .top-heading span {
  color: #D68133;
  border-color: #D68133;
}

.detail-nishino {
  border-color: #896D4A;
}
.detail-nishino h2, .detail-nishino .howto-title {
  background: #896D4A;
}
.detail-nishino .howto-content {
  background: #DED5CC;
}
.detail-nishino .item-title,
.detail-nishino .top-heading,
.detail-nishino .top-heading span {
  color: #896D4A;
  border-color: #896D4A;
}

/* 
レシピページ
*/
.ramen-partner-recipe {
  width: 100%;
  padding: 0 0 50px;
  background-color: #BC0025;
}

.ramenrecipe_header {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.ramenrecipe_header img {
  display: inline-block;
}

.ramenpartnerrecipe-title {
  margin: 15px auto;
}

.ramenrecipe_body {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.ramenrecipe_body .recipe_parent {
  margin: 0 0 15px;
  position: relative;
}
.ramenrecipe_body .recipe_parent .recipe_button {
  position: absolute;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
}
.ramenrecipe_body .recipe_parent .recipe_button:hover {
  opacity: 0.8;
}
.ramenrecipe_body .recipe_detail_box {
  width: 100%;
  max-width: 940px;
  position: relative;
  padding: 50px;
  margin: 15px 0;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-width: 6px;
  border-style: solid;
}
.ramenrecipe_body .recipe_detail_box img {
  display: block;
}
.ramenrecipe_body .recipe_detail_box .left-box {
  width: 486px;
}
.ramenrecipe_body .recipe_detail_box .left-box img {
  margin-bottom: 15px;
}
.ramenrecipe_body .recipe_detail_box .left-box p {
  font-family: serif;
  font-weight: 700;
  font-size: 1.2em;
}
.ramenrecipe_body .recipe_detail_box .right-box {
  width: 310px;
}
.ramenrecipe_body .recipe_detail_box .right-box img {
  margin-top: 15px;
}
.ramenrecipe_body .recipe_detail_box .right-box p {
  font-size: 1.2em;
}
.ramenrecipe_body .recipe_detail_box .right-box p.haigo-title {
  font-size: 1.4em;
  color: #BC0025;
}
.ramenrecipe_body .recipe_detail_box .right-box .red {
  color: #BC0025;
}
.ramenrecipe_body .recipe_detail_box .modal_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.ramenrecipe_body .recipe_detail_box .modal_close:hover {
  transform: rotate(180deg);
  transition: 0.2s;
}

.modal-background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .ramenpartnerrecipe-title {
    padding: 0 30px;
    margin: 10px auto;
  }
  .ramenrecipe_body .recipe_parent .recipe_button {
    width: 30%;
    bottom: 43px;
    right: 4%;
  }
  .ramenrecipe_body .recipe_detail_box {
    padding: 45px 25px;
    margin: 10px 0;
    display: block;
    border-width: 3px;
  }
  .ramenrecipe_body .recipe_detail_box .left-box, .ramenrecipe_body .recipe_detail_box .right-box {
    width: 100%;
  }
  .ramenrecipe_body .recipe_detail_box .left-box img {
    margin-bottom: 15px;
  }
  .ramenrecipe_body .recipe_detail_box .left-box p {
    font-size: 1.2em;
  }
  .ramenrecipe_body .recipe_detail_box .right-box img {
    margin-top: 15px;
  }
  .ramenrecipe_body .recipe_detail_box .right-box p {
    font-size: 1.2em;
  }
  .ramenrecipe_body .recipe_detail_box .right-box p.haigo-title {
    font-size: 1.4em;
  }
  .ramenrecipe_body .recipe_detail_box .modal_close {
    position: fixed;
    top: 20px;
  }
  .modal-background {
    overflow-y: scroll;
    align-items: start;
  }
  .kodawari-guide {
    margin: 40px auto 0;
    padding: 0 30px;
  }
}

/* スライダー */
@media screen and (max-width: 480px) {
  #slider-main-visual {
    height: 62.5vw !important;
  }
  .rsOverflow {
    height: 100%!important;
  }
}