@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000000;
}

.brown {
  color: #5f4c4c;
}

.red {
  color: #f84b4b;
}

.gray {
  color: #666666;
}

/* KV
--------------------------------------------------*/
#feature_kv {
  background-image: url(../img/feature/feature_kv.jpg);
  background-position: center;
  background-size: cover;
  height: 480px;
  position: relative;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #feature_kv {
    background-image: url(../img/feature/feature_sp_kv.jpg);
    height: 240px;
    margin-top: 70px;
  }
}

#feature_kv .ttl {
  width: 396px;
  position: absolute;
  top: 215px;
  left: 146px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  #feature_kv .ttl {
    width: 277px;
    right: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* intro
--------------------------------------------------*/
#feature_intro .section_inner {
  width: 90%;
  margin: auto;
  padding: 125px 0;
}

@media screen and (max-width: 768px) {
  #feature_intro .section_inner {
    padding: 100px 0 50px;
  }
}

#feature_intro .section_inner .intro_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1030px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #feature_intro .section_inner .intro_wrapper {
    display: block;
  }
}

#feature_intro .section_inner .intro_wrapper .img_wrapper {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 1050px) {
  #feature_intro .section_inner .intro_wrapper .img_wrapper {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  #feature_intro .section_inner .intro_wrapper .img_wrapper {
    width: 335px;
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  #feature_intro .section_inner .intro_wrapper .img_wrapper {
    width: 80%;
  }
}

#feature_intro .section_inner .intro_wrapper .img_wrapper .feature_catch {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: -40px;
  right: 100px;
  background-color: #d5ceb9;
  font-size: 2rem;
  padding: 28px 19px;
}

@media screen and (max-width: 1050px) {
  #feature_intro .section_inner .intro_wrapper .img_wrapper .feature_catch {
    right: -50px;
    font-size: 1.9rem;
    padding: 28px 15px;
  }
}

@media screen and (max-width: 768px) {
  #feature_intro .section_inner .intro_wrapper .img_wrapper .feature_catch {
    right: -50px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  #feature_intro .section_inner .intro_wrapper .img_wrapper .feature_catch {
    font-size: 1.6rem;
    padding: 28px 10px;
    right: -10px;
  }
}

#feature_intro .section_inner .intro_wrapper .intro_tx {
  width: 52%;
}

@media screen and (max-width: 1050px) {
  #feature_intro .section_inner .intro_wrapper .intro_tx {
    width: 47%;
  }
}

@media screen and (max-width: 768px) {
  #feature_intro .section_inner .intro_wrapper .intro_tx {
    width: 100%;
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

/* そばのこだわり
--------------------------------------------------*/
#soba {
  background-color: #d5ceb9;
  padding: 95px 0 70px;
}

@media screen and (max-width: 768px) {
  #soba {
    padding-top: 50px;
  }
}

#soba .section_inner {
  max-width: none;
}

#soba .section_inner h3 {
  width: 277px;
  margin: 0 auto 85px;
}

@media screen and (max-width: 768px) {
  #soba .section_inner h3 {
    width: 215px;
    margin: 0 auto 50px;
  }
}

#soba .section_inner .img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

#soba .section_inner .img_wrapper .img_item {
  margin: 0 14px;
}

@media screen and (max-width: 768px) {
  #soba .section_inner .img_wrapper .img_item {
    margin: 0 6px;
  }
}

@media screen and (max-width: 450px) {
  #soba .section_inner .img_wrapper .img_item {
    margin: 0;
  }
}

#soba .section_inner .img_wrapper .img_item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #soba .section_inner .img_wrapper .img_item img {
    min-width: 100px;
  }
}

@media screen and (max-width: 450px) {
  #soba .section_inner .img_wrapper .img_item img {
    margin: 0;
  }
}

#soba .section_inner .img_wrapper .sp_none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 450px) {
  #soba .section_inner .img_wrapper .sp_none {
    display: none;
  }
}

#soba .section_inner .soba_content {
  max-width: 1200px;
  width: 90%;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  #soba .section_inner .soba_content {
    margin-top: 60px;
  }
}

#soba .section_inner .soba_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #soba .section_inner .soba_content ul li {
    display: block;
  }
}

#soba .section_inner .soba_content ul li:last-of-type {
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#soba .section_inner .soba_content ul li:last-of-type .soba_img02 {
  width: 48%;
  min-width: 275px;
}

@media screen and (max-width: 768px) {
  #soba .section_inner .soba_content ul li:last-of-type .soba_img02 {
    max-width: 333px;
    width: 100%;
    margin: auto;
  }
}

#soba .section_inner .soba_content ul li:last-of-type h4 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #soba .section_inner .soba_content ul li:last-of-type h4 {
    font-size: 2rem;
    margin: 50px 0 20px;
    text-align: center;
  }
}

#soba .section_inner .soba_content ul li:last-of-type p {
  width: 92%;
}

@media screen and (max-width: 768px) {
  #soba .section_inner .soba_content ul li:last-of-type p {
    width: 100%;
    margin-top: 20px;
  }
}

#soba .section_inner .soba_content ul li .sp_catch {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
}

#soba .section_inner .soba_content ul li .soba_img {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #soba .section_inner .soba_content ul li .soba_img {
    max-width: 560px;
    width: 100%;
    margin: auto;
  }
}

#soba .section_inner .soba_content ul li .tx_wrapper {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #soba .section_inner .soba_content ul li .tx_wrapper {
    max-width: 574px;
    width: 100%;
    margin: 20px auto 0;
  }
}

#soba .section_inner .soba_content ul li .tx_wrapper .catch {
  margin-bottom: 20px;
}

/* 料理のこだわり
--------------------------------------------------*/
#cuisine .section_inner {
  width: 90%;
  margin-bottom: 70px;
}

#cuisine .section_inner h3 {
  width: 277px;
  margin: 85px auto;
}

@media screen and (max-width: 768px) {
  #cuisine .section_inner h3 {
    width: 215px;
    margin: 50px auto;
  }
}

#cuisine .section_inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #cuisine .section_inner ul li {
    display: block;
  }
}

#cuisine .section_inner ul li:last-of-type {
  margin-top: 160px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1200px) {
  #cuisine .section_inner ul li:last-of-type {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  #cuisine .section_inner ul li:last-of-type {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  #cuisine .section_inner ul li:last-of-type h4 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 450px) {
  #cuisine .section_inner ul li:last-of-type h4 {
    font-size: 1.8rem;
  }
}

#cuisine .section_inner ul li:last-of-type .img_wrapper {
  width: 41%;
}

@media screen and (max-width: 768px) {
  #cuisine .section_inner ul li:last-of-type .img_wrapper {
    max-width: 492px;
    width: 100%;
    margin: auto;
  }
}

#cuisine .section_inner ul li:last-of-type .tx_wrapper {
  width: 53%;
}

@media screen and (max-width: 768px) {
  #cuisine .section_inner ul li:last-of-type .tx_wrapper {
    width: 100%;
    margin-top: 20px;
  }
}

#cuisine .section_inner ul li:last-of-type .tx_wrapper h4 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 50px;
}

@media screen and (max-width: 950px) {
  #cuisine .section_inner ul li:last-of-type .tx_wrapper h4 {
    font-size: 2rem;
  }
}

#cuisine .section_inner ul li .img_wrapper {
  position: relative;
  width: 53%;
}

@media screen and (max-width: 768px) {
  #cuisine .section_inner ul li .img_wrapper {
    width: 100%;
  }
}

#cuisine .section_inner ul li .img_wrapper .img02 {
  position: absolute;
  top: 270px;
  right: -50px;
}

@media screen and (max-width: 1200px) {
  #cuisine .section_inner ul li .img_wrapper .img02 {
    display: none;
  }
}

#cuisine .section_inner ul li .tx01 {
  width: 37%;
}

@media screen and (max-width: 1100px) {
  #cuisine .section_inner ul li .tx01 {
    width: 42%;
  }
}

@media screen and (max-width: 768px) {
  #cuisine .section_inner ul li .tx01 {
    width: 100%;
    margin-top: 20px;
  }
}

/* だしへのこだわり
--------------------------------------------------*/
#bloth {
  background-color: #d5ceb9;
  padding: 80px 0 80px;
}

@media screen and (max-width: 768px) {
  #bloth {
    padding-top: 50px;
  }
}

#bloth .section_inner {
  width: 90%;
}

#bloth .section_inner h3 {
  width: 316px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  #bloth .section_inner h3 {
    width: 246px;
    margin: 0 auto 50px;
  }
}

#bloth .section_inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #bloth .section_inner ul li {
    display: block;
  }
}

#bloth .section_inner ul li:last-of-type {
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#bloth .section_inner ul li:last-of-type .img_wrapper {
  width: 37%;
}

@media screen and (max-width: 768px) {
  #bloth .section_inner ul li:last-of-type .img_wrapper {
    max-width: 444px;
    width: 100%;
    margin: auto;
  }
}

#bloth .section_inner ul li:last-of-type .tx_wrapper {
  width: 53%;
}

@media screen and (max-width: 768px) {
  #bloth .section_inner ul li:last-of-type .tx_wrapper {
    width: 100%;
    margin-top: 20px;
  }
}

#bloth .section_inner ul li:last-of-type .tx_wrapper h4 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 50px;
}

#bloth .section_inner ul li:last-of-type .tx_wrapper p span {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  #bloth .section_inner ul li h4 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

#bloth .section_inner ul li .img_wrapper {
  width: 45%;
}

@media screen and (max-width: 768px) {
  #bloth .section_inner ul li .img_wrapper {
    max-width: 531px;
    width: 100%;
    margin: auto;
  }
}

#bloth .section_inner ul li .tx01 {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #bloth .section_inner ul li .tx01 {
    width: 100%;
    margin-top: 20px;
  }
}

.close_wrapper {
  max-width: 1030px;
  width: 90%;
  margin: auto;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .close_wrapper {
    padding: 70px 0;
  }
}

.close_wrapper .img_wrapper {
  position: relative;
}

.close_wrapper .img_wrapper .img01 {
  width: 68%;
}

@media screen and (max-width: 768px) {
  .close_wrapper .img_wrapper .img01 {
    width: 90%;
  }
}

.close_wrapper .img_wrapper .img02 {
  position: absolute;
  top: 239px;
  right: 0;
  width: 41%;
}

@media screen and (max-width: 768px) {
  .close_wrapper .img_wrapper .img02 {
    position: static;
    width: 60%;
    margin: -50px 0 0 auto;
  }
}

.close_wrapper p {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .close_wrapper p {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=feature.css.map */