@charset "utf-8";
/* CSS Document */
/*===============================================
●pc.sp 共通
===============================================*/
#hiyashimen_cp_2606 {
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
}
#hiyashimen_cp_2606 img {
  width: 100%;
  height: auto;
  display: block;
}
#hiyashimen_cp_2606 h1, h2, h3, h4, h5, p, figure {
  margin: 0;
  padding: 0;
  display: block;
}
#hiyashimen_cp_2606 ul, li, dl, dt, dd {
  margin: 0;
  list-style: none;
  padding: 0;
}
#hiyashimen_cp_2606 .kv {
  position: relative;
}
#hiyashimen_cp_2606 .kv .ttl01 {
  position: absolute;
  will-change: transform;
  filter: drop-shadow(3px 3px 3px #313131);
}
#hiyashimen_cp_2606 .kv .ttl02 {
  position: absolute;
  will-change: transform;
}
#hiyashimen_cp_2606 .lead_block {
  padding: 1.5rem 1rem 2.5rem;
  background-color: #003984;
  color: #fff;
}
#hiyashimen_cp_2606 .lead_block_inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#hiyashimen_cp_2606 .lead_logo {
  width: 8%;
  margin: 0 auto 1rem;
}
#hiyashimen_cp_2606 .lead_note {
  margin-top: .3rem;
  font-size: clamp(0.8rem, 0.75rem + 0.2vw, 0.9rem);
  color: #fff;
}
#hiyashimen_cp_2606 .logo {
  width: 10%;
  margin: 0 auto .5rem;
}
#hiyashimen_cp_2606 .tit_text {
  margin-bottom: .5rem;
  color: #ffe403;
  font-size: clamp(1.4rem, 0.7rem + 2vw, 2.2rem);
  text-align: center;
  font-weight: 800;
  font-style: normal;
  font-family: "BIZ UDPMincho", serif;
  filter: drop-shadow(3px 3px 3px #002854);
  line-height: 1.4;
  font-feature-settings: "halt";
}
#hiyashimen_cp_2606 .tit_text span {
  font-size: 0.8em;
}
#hiyashimen_cp_2606 .lead_text {
  color: #fff;
  font-size: clamp(0.9rem, 0.65rem + 1vw, 1.3rem);
}
/*----------------------------- main -----------------------------*/
#hiyashimen_cp_2606 main {
  /* 模様を少し控えめにして文字を読みやすくした調整版 */
  background-image:
    linear-gradient(#ecd19a 1.5px, transparent 1.5px), linear-gradient(90deg, #ecd19a 1px, transparent 1px);
  background-size: 6px 14px;
  background-color: #f7e9c8;
}
#hiyashimen_cp_2606 .ramen {
  padding-bottom: 1rem;
}
#hiyashimen_cp_2606 .title {
  text-align: center;
}
#hiyashimen_cp_2606 .title span {
  width: 30%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #000;
  font-size: clamp(1.2rem, 0.793rem + 0.88vw, 1.6rem);
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
#hiyashimen_cp_2606 .title span::before, #hiyashimen_cp_2606 .title span::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}
#hiyashimen_cp_2606 .title span::before {
  margin-right: 1rem;
}
#hiyashimen_cp_2606 .title span::after {
  margin-left: 1rem;
}
/*----------------------------- item -----------------------------*/
#hiyashimen_cp_2606 .item_list {
  width: 91%;
  margin: 0 auto 2rem;
}
#hiyashimen_cp_2606 .item_list li:last-child {
  margin-bottom: 0;
}
#hiyashimen_cp_2606 .item_img {
  position: relative;
}
#hiyashimen_cp_2606 .item_text {
  padding: 1.5rem 1.5rem 1.5rem .5rem;
}
#hiyashimen_cp_2606 .ramen .item_text_name {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #000;
  padding: .5rem 0;
}
#hiyashimen_cp_2606 .ramen .item_text_name span {
  font-size: clamp(1rem, 0.876rem + 0.53vw, 1.3rem);
  margin-right: 1rem;
}
#hiyashimen_cp_2606 .item_price {
  font-size: 1.2rem;
  font-weight: 600;
}
#hiyashimen_cp_2606 .item_price span {
  font-size: .8rem;
  font-weight: 400;
  display: block;
}
#hiyashimen_cp_2606 .item_date span {
  font-size: .9rem;
  padding: .2rem .6rem .3rem;
  background-color: #ae0e16;
  border-radius: .3rem;
  color: #fff;
}
#hiyashimen_cp_2606 .item_area {
  font-size: .9rem;
  margin-bottom: .3rem;
}
#hiyashimen_cp_2606 .ramen .item_text_text {
  font-size: 1rem;
  text-align: left;
  line-height: 1.6;
  border-top: 4px double;
  padding-top: .5rem;
}
#hiyashimen_cp_2606 .item_text_text span {
  font-size: .8rem;
  display: block;
  margin-top: .2rem;
}
#hiyashimen_cp_2606 .comment_box {
  border: 2px solid #6b5648;
  padding: .5rem 1rem;
  border-radius: 1rem;
}
#hiyashimen_cp_2606 .comment_box h4 {
  font-weight: 600;
  margin-bottom: .5rem;
}
/*----------------------------- ramen -----------------------------*/
/*----------------------------- othcpn -----------------------------*/
#hiyashimen_cp_2606 .othcpn {
  background-color: #ACD7F2;
}
#hiyashimen_cp_2606 .othcpn .ct-area {
  width: 91%;
  margin: auto;
  padding: 0 0 2rem;
}
#hiyashimen_cp_2606 .othcpn .ct-area ul li {
  display: flex;
  text-align: left;
  align-items: flex-start;
  gap: 1.5rem;
}
#hiyashimen_cp_2606 .othcpn .text {
  width: calc(100% / 2);
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
#hiyashimen_cp_2606 .othcpn .ph {
  width: calc(100% / 2);
}
#hiyashimen_cp_2606 .othcpn .text ul {
  font-size: .8rem;
}
#hiyashimen_cp_2606 .othcpn .text dl div {
  display: flex;
}
/*----------------------------- animation-area -----------------------------*/
.steam-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
@keyframes steam-move-01 {
  0% {
    filter: blur(12px);
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 0;
    bottom: 0;
  }
  6% {
    opacity: 0.9;
  }
  20% {
    transform: scale(0.9, 1.1) rotateY(30deg);
    opacity: 0.6;
  }
  60% {
    transform: scaleY(0.3, 0.8) rotateY(4deg);
    opacity: 0.3;
  }
  100% {
    filter: blur(18px);
    transform: scaleY(1.5, 1.3) rotateY(50deg);
    opacity: 0;
    bottom: 0;
  }
}
@keyframes steam-move-02 {
  0% {
    filter: blur(12px);
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 0;
    bottom: 0;
  }
  6% {
    opacity: 0.8;
  }
  10% {
    transform: scale(0.9, 1.1) rotateY(20deg);
    opacity: 0.6;
  }
  66% {
    transform: scaleY(1, 0.8) rotateY(10deg);
    opacity: 0.3;
  }
  100% {
    filter: blur(40px);
    transform: scaleY(1.5, 1.3) rotateY(50deg);
    opacity: 0;
    bottom: 0;
  }
}
@keyframes steam-move-03 {
  0% {
    filter: blur(12px);
    transform: scale(0.3, 0.3) rotateY(0deg);
    opacity: 0;
    bottom: 0;
  }
  6% {
    transform: scale(0.9, 1.1) rotateY(20deg);
    opacity: 0.7;
  }
  10% {
    transform: scale(0.3, 0.5) rotateY(40deg);
    opacity: 0.4;
  }
  30% {
    transform: scaleY(1, 0.8) rotateY(10deg);
    opacity: 0;
  }
  100% {
    filter: blur(18px);
    transform: scaleY(1.5, 1.3) rotateY(50deg);
    opacity: 0;
    bottom: 0;
  }
}
.c-steam01, .c-steam02, .c-steam03 {
  position: absolute;
  filter: blur(40px);
  width: 39%;
}
/*===============================================




●PC  画面の横幅が736pxまで




===============================================*/
@media screen and (min-width: 737px) {
  #hiyashimen_cp_2606 .kv .ttl01 {
    width: 21%;
    top: 5%;
    left: 13%;
  }
  #hiyashimen_cp_2606 .kv .ttl02 {
    width: 46%;
    top: 3%;
    left: 34%;
  }
  #hiyashimen_cp_2606 .title {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  #hiyashimen_cp_2606 .item_list li.item_bg.sappari {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    background-color: #214f81;
    filter: drop-shadow(4px 4px 3px rgba(0, 56, 118, 0.3));
    border-radius: 1rem;
    outline: double 5px #214f81;
  }
  #hiyashimen_cp_2606 .item_list li.item_bg.gatturi {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    background-color: #edcc50;
    filter: drop-shadow(4px 4px 3px rgba(0, 56, 118, 0.3));
    border-radius: 1rem;
    outline: double 5px #edcc50;
  }
  #hiyashimen_cp_2606 .ramen .item_text {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  #hiyashimen_cp_2606 .ramen .item_bg::after {
    content: "";
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    clip-path: polygon(37% 0, 100% 0%, 100% 100%, 0% 300%);
    z-index: -1;
    border-radius: 1rem;
  }
  #hiyashimen_cp_2606 .item_flex {
    display: flex;
    flex-direction: column;
    gap: .7rem;
  }
  .c-steam01 {
    width: 39%;
    top: 7%;
    left: 50%;
    -webkit-animation: steam-move-01 15s infinite ease-in-out;
    animation: steam-move-01 15s infinite ease-in-out;
  }
  .c-steam02 {
    top: 20%;
    left: 2%;
    -webkit-animation: steam-move-02 20s infinite ease-out;
    animation: steam-move-02 20s infinite ease-out;
  }
  .c-steam03 {
    top: 17%;
    left: 12%;
    -webkit-animation: steam-move-02 15s infinite ease-in-out;
    animation: steam-move-02 15s infinite ease-in-out;
  }
  #hiyashimen_cp_2606 .c-steam01 img, #hiyashimen_cp_2606 .c-steam02 img, #hiyashimen_cp_2606 .c-steam03 img {
    width: 260px;
    height: 200px;
  }
}
/*===============================================




●SP  画面の横幅が736pxまで




===============================================*/
@media screen and (max-width: 736px) {
  .sp-none {
    display: none;
  }
  #hiyashimen_cp_2606 .kv .ttl01 {
    width: 21%;
    top: 5%;
    left: 13%;
  }
  #hiyashimen_cp_2606 .kv .ttl02 {
    width: 58%;
    top: 3%;
    left: 34%;
  }
  #hiyashimen_cp_2606 .ramen {
    padding: 1rem 0;
  }
  #hiyashimen_cp_2606 .lead_block_inner {
    width: 100%;
  }
  #hiyashimen_cp_2606 .lead_logo {
    width: 13%;
    margin: 0 auto .5rem;
  }
  #hiyashimen_cp_2606 .lead_block {
    padding: 1rem 1rem 1.5rem;
  }
  #hiyashimen_cp_2606 .logo {
    width: 20%;
  }
  #hiyashimen_cp_2606 .lead_text {
    text-align: left;
  }
  #hiyashimen_cp_2606 .lead_note {
    text-align: left;
    margin-top: .5rem;
  }
  #hiyashimen_cp_2606 .title span {
    width: 70%;
    padding: .3rem 2rem 1.3rem;
  }
  #hiyashimen_cp_2606 .item_list {
    width: 90%;
  }
  #hiyashimen_cp_2606 .item_list li.item_bg.sappari {
    position: relative;
    margin-bottom: 2rem;
    background-color: #214f81;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
    border-radius: .8rem;
    outline: double 5px #214f81;
  }
  #hiyashimen_cp_2606 .item_list li.item_bg.gatturi {
    position: relative;
    margin-bottom: 2rem;
    background-color: #edcc50;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
    border-radius: .8rem;
    outline: double 5px #edcc50;
  }
  #hiyashimen_cp_2606 .item_text {
    padding: 0;
  }
  #hiyashimen_cp_2606 .ramen .item_bg::after {
    content: "";
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 20%, 100% 100%, 0 100%, 0% 35%);
    z-index: -1;
    border-radius: .8rem;
  }
  #hiyashimen_cp_2606 .item_date {
    padding: 0 1rem 1rem;
  }
  #hiyashimen_cp_2606 .item_flex {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: .5rem 1rem 1rem;
  }
  #hiyashimen_cp_2606 .ramen .item_text_name {
    font-size: 1.2rem;
    padding: 0 1rem;
    margin-bottom: 0;
    line-height: 1.2em;
  }
  #hiyashimen_cp_2606 .ramen .item_text_name span {
    display: block;
    margin: 0;
  }
  #hiyashimen_cp_2606 .item_area span {
    display: block;
  }
  #hiyashimen_cp_2606 .item_price {
    font-size: 1rem;
  }
  #hiyashimen_cp_2606 .comment_box {
    padding: .5rem;
  }
  /*----------------------------- othcpn -----------------------------*/
  #hiyashimen_cp_2606 .othcpn {
    padding: 1rem 0 0;
  }
  #hiyashimen_cp_2606 .othcpn .ct-area {
    padding: 0 0 1rem;
  }
  #hiyashimen_cp_2606 .othcpn .ct-area ul li {
    gap: 1rem;
    flex-direction: column;
  }
  #hiyashimen_cp_2606 .othcpn .text {
    width: 100%;
    gap: .5rem;
  }
  #hiyashimen_cp_2606 .othcpn .ph {
    width: 100%;
  }
  /*--------------------------*/
  .c-steam01 {
    top: 19%;
    left: 65%;
    -webkit-animation: steam-move-01 20s infinite linear;
    animation: steam-move-01 20s infinite linear;
  }
  .c-steam02 {
    top: 15%;
    left: 14%;
    -webkit-animation: steam-move-02 12s infinite linear;
    animation: steam-move-02 12s infinite linear;
  }
  .c-steam03 {
    top: 18%;
    right: 46%;
    -webkit-animation: steam-move-02 12s infinite linear;
    animation: steam-move-02 12s infinite linear;
  }
  .othcpn .c-steam01 {
    top: 10%;
  }
  #hiyashimen_cp_2606 .c-steam01 img, #hiyashimen_cp_2606 .c-steam02 img, #hiyashimen_cp_2606 .c-steam03 img {
    width: 80%;
  }
  .comment .hanyo02_tit {
    font-size: 1rem;
  }
  .campaign dl {
    display: block;
    margin-bottom: .3rem;
  }
}