@charset "UTF-8";
/* CSS Document */
.menu-top-img-area {
  background: url("https://chukasoba-kifu.com/img/side-img_staff.png");
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 280px;
  position: relative;
  z-index: 0;
}
.menu-top-img-area:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
}
.news-top-img-area {
  background: url("https://chukasoba-kifu.com/img/side-img_tsukesoba.jpg");
  background-size: cover;
  background-position: center;
  height: 280px;
  position: relative;
  z-index: 0;
}
.news-top-img-area:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
}
.inquiry-top-img-area {
  background: url("https://chukasoba-kifu.com/img/side-img_noren.jpg");
  background-size: cover;
  background-position: center;
  height: 280px;
  position: relative;
  z-index: 0;
}
.inquiry-top-img-area:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
}
.side-top-title {
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-40%, -50%);
  color: #FFF;
  opacity: 90%;
}
.side-top-title h1 {
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 10px;
}
.side-top-title h2 {
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 5px;
  padding-top: 8px;
  margin-bottom: 50px;
}
@media(max-width:770px) {
  .menu-top-img-area {
    background: url("https://chukasoba-kifu.com/img/r-side-img_staff.jpg");
    background-size: cover;
    background-position: center;
    height: 150px;
  }
  .news-top-img-area {
    background: url("https://chukasoba-kifu.com/img/r-side-img_tsukesoba.jpg");
    background-size: cover;
    background-position: center;
    height: 150px;
  }
  .inquiry-top-img-area {
    background: url("https://chukasoba-kifu.com/img/r-side-img_noren.jpg");
    background-size: cover;
    background-position: bottom;
    height: 150px;
  }
  .side-top-title h1 {
    font-size: 1.8rem;
    letter-spacing: 6px;
  }
  .side-top-title h2 {
    font-size: 1.2rem;
    letter-spacing: 3px;
    padding-top: 3px;
    margin-bottom: 30px;
  }
}
/*メニュー*/
.menu-area {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 7%;
}
.menu-list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0% 5%;
}
.menu-list ul li {
  width: 100%;
  padding: 5% 0% 0%;
}
.menu-list ul li:first-child {
  margin-right: 3%;
}
.menu-list ul li:last-child {
  margin-left: 3%;
}
.menu-list ul li img {
  width: 100%;
}
.menu-list h3 {
  font-weight: normal;
  padding-top: 4%;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.menu-list h3 p {
  font-size: 1.2rem;
  color: crimson;
}
.menu-list p {
  padding-top: 3%;
  font-size: 1.4rem;
}
@media(max-width:770px) {
  .menu-area {
    width: 98%;
  }
  .menu-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .menu-list ul li {
    margin-bottom: 5%;
    padding-top: 10%
  }
  .menu-list ul li:first-child {
    margin-right: 0%;
  }
  .menu-list ul li:last-child {
    margin-left: 0%;
  }
  h3 {
    font-size: 1.6rem;
  }
  p {
    font-size: 1.3rem;
  }
}
/*メニュー表*/
/* background */
section.menu-list_area {
  width: 90%;
  margin: 5% auto;
  padding: 30px;
  background: rgba(255, 255, 255);
}
.menu-list_area h3 {
  margin-bottom: 30px;
}
dl.menu {
  padding: 0 7%;
  width: 100%;
  font-size: 1.4rem;
}
dl.menu div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 0px 0;
}
dl.menu div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #000;
}
dl.menu dt {
  margin: 0;
  padding: 0 5px 0 0;
  background-color: #FFF;
  z-index: 2;
  text-align: left;
}
dl.menu dd {
  margin: 0;
  padding: 0 0 0 5px;
  background-color: #FFF;
  z-index: 2;
  text-align: right;
}
@media(max-width:770px) {
  section.menu-list_area {
    width: 100%;
    margin: 5% auto;
  }
  dl.menu {
    padding: 0 1%;
    font-size: 1.2rem;
  }
}
/*お知らせ*/
#news {
  padding: 40px 0px 80px;
  color: #222;
  text-align: center;
}
#news .news-wrapper {
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
}
#news article {
  margin-bottom: 40px;
  padding: 20px 40px 20px;
  text-align: left;
  border-radius: 3px;
  background-color: #FFF;
}
#news article .text_date {
  font-size: 1.4rem;
  padding-bottom: 5px;
  padding-left: 3px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
#news .category {
  margin: 0;
  min-width: 140px;
  padding: 0 10px 5px 0;
}
#news .category span {
  background: #afa35b;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 2px 5px;
  font-size: 14px;
}
#news article .text_content {
  padding-top: 5px;
  font-size: 1.3rem;
  line-height: 2rem;
}
@media(max-width:770px) {
  #news {
    padding: 40px 0px 0px;
  }
  #news .news-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
  }
  #news article {
    margin-bottom: 40px;
    padding: 20px 30px;
    text-align: left;
    border-radius: 3px;
    background-color: #FFF;
  }
  #news article .text_date {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
  #news article h2 {
    padding-bottom: 8px;
    border-bottom: 2px solid #e2e2e2;
    font-size: 1.4rem;
  }
  #news article .text_content {
    font-size: 1.3rem;
  }
  /*YouTubeサイズ*/
  .video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
  }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .news-wrapper img {
    width: 100%;
    max-width: 300px;
    height: 100%;
  }
}
/*お問い合わせ*/
.inquiry-area {
  padding: 80px 0;
  text-align-last: center;
}
.inquiry-area img {}