@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

.font-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

section,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
img {
  width: 100%;
}

section.sec__top {
  margin: 120px 0 0px;
}
section.sec__top h1 {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  section.sec__top {
    margin: 80px 0 0px;
  }
  section.sec__top h1 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
section.sec__1 {
  background-image: url(/images/soba/sec__1--bg_4.png);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  padding: 30px 0 0;
}
section.sec__1 .top__link {
  width: 98%;
  max-width: 1296px;
  margin: 0 auto 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.sec__1 .top__link a {
  display: block;
  width: calc((100% - 60px) / 4);
  background-color: #AC0013;
  padding: 15px 0;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  transition: 0.5s;
}
section.sec__1 .top__link a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
section.sec__1 .top__link a span {
  position: relative;
}
section.sec__1 .top__link a span::before {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: -25px;
  font-family: FontAwesome;
  font-size: 1.5rem;
  transform: translate(0, -50%);
}
section.sec__1 .desc__wrap {
  position: relative;
}
section.sec__1 .desc__wrap .inner--small {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
}
section.sec__1 .desc__wrap .inner--small .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.sec__1 .desc__wrap .inner--small .flex .img {
  width: 33%;
}
section.sec__1 .desc__wrap .inner--small .flex h2.title {
  margin-bottom: 30px;
  max-width: 900px;
  width: 66%;
}
section.sec__1 .desc__wrap .inner--small .flex h2.title p.text {
  font-size: 16px;
  line-height: 1.5;
  margin: 30px 0 0;
}
section.sec__1 .desc__wrap .inner--small h3.title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background-image: url(/images/soba/frame.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  height: 82px;
  padding-top: 25px;
  margin: 0 auto 20px;
}
section.sec__1 .desc__wrap .inner--small .wrap--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.sec__1 .desc__wrap .inner--small .wrap--flex.mb0 {
  margin-bottom: 0;
}
section.sec__1 .desc__wrap .inner--small .wrap--flex .item {
  width: 47.5%;
}
section.sec__1 .desc__wrap .inner--small .wrap--flex .item img {
  margin-bottom: 10px;
}
section.sec__1 .desc__wrap .inner--small .wrap--flex .item p.cap {
  font-size: 16px;
  line-height: 1;
}
section.sec__1 .desc__wrap .inner--small .wrap--flex .item p.text {
  font-size: 16px;
  line-height: 1.5;
}
section.sec__1 .desc__wrap .inner--large {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  position: relative;
}
section.sec__1 .desc__wrap .inner--large img {
  margin-top: -30px;
}

@media screen and (max-width: 991px) {
  section.sec__1 .top__link {
    width: 92%;
    margin: 0 auto 10px;
    display: block;
  }
  section.sec__1 .top__link a {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    margin-bottom: 20px;
  }
  section.sec__1 .top__link a span::before {
    font-size: 1.4rem;
  }
  section.sec__1 .desc__wrap {
    position: relative;
  }
  section.sec__1 .desc__wrap::before {
    content: none;
  }
  section.sec__1 .desc__wrap .inner--small {
    width: 92%;
  }
  section.sec__1 .desc__wrap .inner--small .flex h2.title {
    margin-bottom: 20px;
    width: 100%;
  }
  section.sec__1 .desc__wrap .inner--small h3.title {
    font-size: 18px;
    width: 340px;
    height: 46px;
    padding-top: 15px;
  }
  section.sec__1 .desc__wrap .inner--small .wrap--flex {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  section.sec__1 .desc__wrap .inner--small .wrap--flex .item {
    width: 96%;
    margin-bottom: 20px;
  }
  section.sec__1 .desc__wrap .inner--small .wrap--flex .item img {
    margin-bottom: 10px;
  }
  section.sec__1 .desc__wrap .inner--small .wrap--flex .item p.cap {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
  }
  section.sec__1 .desc__wrap .inner--small .wrap--flex .item p.text {
    font-size: 14px;
  }
  section.sec__1 .desc__wrap .inner--small .wrap--flex.mb0 {
    flex-direction: column;
  }
  section.sec__1 .desc__wrap .inner--large {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
  }
  section.sec__1 .desc__wrap .inner--large img {
    width: 94%;
    margin: 30px auto;
  }
}
section.sec__2 {
  background-image: url(/images/soba/sec__1--bg_4.png);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 50px;
}
section.sec__2 .inner {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
}
section.sec__2 .inner h2.title {
  margin: 0 auto 40px;
  background: repeating-linear-gradient(#BF4D33, #BF4D33 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 17px);
  text-align: center;
  padding: 4px 0 0px;
  position: relative;
}
section.sec__2 .inner h2.title::before {
  position: absolute;
  content: "";
  background-image: url(/images/soba/sec__2--icon_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 132px;
  top: 50%;
  left: 2%;
  transform: translate(-2%, -50%);
}
section.sec__2 .inner h2.title::after {
  position: absolute;
  content: "";
  background-image: url(/images/soba/sec__2--avatar_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 199px;
  height: 166px;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
section.sec__2 .inner h2.title p {
  display: inline-block;
  background-color: #BF4D33;
  padding: 4px 0 8px;
  width: 100%;
  max-width: 900px;
  line-height: 1;
  margin-bottom: 0;
}
section.sec__2 .inner h2.title p span {
  display: inline-block;
  padding: 12px 0;
  width: 98%;
  border: solid #fff 2px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
section.sec__2 .inner h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  background: linear-gradient(transparent 20%, #EBE957 20%);
  margin-bottom: 25px;
}
section.sec__2 .inner .table__1 table {
  width: 87%;
  margin: 0 0 125px auto;
  position: relative;
  border-collapse: collapse;
}
section.sec__2 .inner .table__1 table::before {
  position: absolute;
  content: "";
  background-image: url(/images/soba/table__1--col_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15%;
  height: 135%;
  top: -14%;
  left: -10%;
}
section.sec__2 .inner .table__1 table::after {
  position: absolute;
  content: "";
  background-image: url(/images/soba/table__1--row_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 107%;
  height: 55%;
  bottom: -42%;
  right: 0;
  pointer-events: none;
}
section.sec__2 .inner .table__1 table thead tr th,
section.sec__2 .inner .table__1 table thead tr td {
  padding: 5px 0;
  border-top: none;
  border-right: solid 1px #000;
}
section.sec__2 .inner .table__1 table tbody tr:first-child th {
  border-top: solid 1px #000;
}
section.sec__2 .inner .table__1 table tbody tr:last-child th {
  border: none;
}
section.sec__2 .inner .table__1 table tbody tr:last-child td {
  border-bottom: none;
}
section.sec__2 .inner .table__1 table tbody tr th {
  width: 4%;
  border-bottom: solid 1px #000;
}
section.sec__2 .inner .table__1 table tbody tr td {
  padding: 5px 0;
  width: 10%;
  text-align: center;
  border: solid 1px #000;
}
section.sec__2 .inner .table__1 table tbody tr td.fill {
  background-color: #6C9B73;
}
section.sec__2 .inner .table__1 table tbody tr td.fill a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
section.sec__2 .inner .table__1 table tbody tr td.fill a:hover {
  text-decoration: underline;
}
section.sec__2 .inner .note {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 30px;
}
section.sec__2 .inner .table__2 table {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
section.sec__2 .inner .table__2 table::before {
  position: absolute;
  content: "";
  background-image: url(/images/soba/sec__2--avatar_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15%;
  height: 48%;
  bottom: -5%;
  right: -5%;
  transform: translate(5%, 5%);
}
section.sec__2 .inner .table__2 table thead tr td.icon {
  position: relative;
}
section.sec__2 .inner .table__2 table thead tr td.icon span {
  font-size: 10px;
  vertical-align: top;
}
section.sec__2 .inner .table__2 table thead tr td.icon.cate1:before {
  position: absolute;
  content: "";
  background-image: url(/images/soba/table__2--icon_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10%;
  height: 90%;
  top: 50%;
  left: 25%;
  transform: translate(-25%, -50%);
}
section.sec__2 .inner .table__2 table thead tr td.icon.cate2:before {
  position: absolute;
  content: "";
  background-image: url(/images/soba/table__2--icon_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10%;
  height: 90%;
  top: 50%;
  left: 23%;
  transform: translate(-23%, -50%);
}
section.sec__2 .inner .table__2 table thead tr td.icon.cate3:before {
  position: absolute;
  content: "";
  background-image: url(/images/soba/table__2--icon_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17%;
  height: 90%;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%);
}
section.sec__2 .inner .table__2 table tr th,
section.sec__2 .inner .table__2 table tr td {
  border: solid 1px #000;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
}
section.sec__2 .inner .table__2 table tr th {
  background-color: #6C9B73;
  color: #fff;
  border-left: none;
}
section.sec__2 .inner .table__2 table tr th a {
  color: #fff;
  cursor: pointer;
}
section.sec__2 .inner .table__2 table tr th a:hover {
  text-decoration: underline;
}
section.sec__2 .inner .table__2 table tr td.border__r--none {
  border-right: none;
}

@media screen and (max-width: 991px) {
  section.sec__2 {
    padding: 0 0 20px;
  }
  section.sec__2 .inner {
    width: 96%;
  }
  section.sec__2 .inner h2.title {
    margin: 0 auto 20px;
    background: none;
    padding: 0;
  }
  section.sec__2 .inner h2.title::before {
    content: none;
    background-image: url(/images/soba/sec__2--icon_1_sp.png);
    background-size: contain;
    width: 80px;
    height: 72px;
    top: -100%;
    left: 0%;
    transform: translate(0%, 0%);
  }
  section.sec__2 .inner h2.title::after {
    content: none;
    background-size: contain;
    width: 31%;
    height: 225%;
    top: -126%;
    right: 0%;
    transform: translate(0%, 0%);
  }
  section.sec__2 .inner h2.title p {
    padding: 8px 0;
    width: 100%;
    max-width: 100%;
  }
  section.sec__2 .inner h2.title p span {
    padding: 10px 0;
    border: solid #fff 1px;
    font-size: 20px;
  }
  section.sec__2 .inner h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  section.sec__2 .inner .table__1 {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
  }
  section.sec__2 .inner .table__1 .table__img1 {
    width: 12%;
    max-width: 50px;
  }
  section.sec__2 .inner .table__1 table {
    width: 87%;
    margin: 0 0 10px auto;
  }
  section.sec__2 .inner .table__1 table::before {
    content: none;
  }
  section.sec__2 .inner .table__1 table::after {
    content: none;
  }
  section.sec__2 .inner .note {
    font-size: 12px;
    margin-bottom: 20px;
  }
  section.sec__2 .inner .table__2 table {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }
  section.sec__2 .inner .table__2 table::before {
    content: none;
    background-image: url(/images/soba/sec__2--avatar_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    height: 48%;
    bottom: -5%;
    right: -5%;
    transform: translate(5%, 5%);
  }
  section.sec__2 .inner .table__2 table thead tr td.icon {
    padding-top: 25px;
    font-size: 12x;
  }
  section.sec__2 .inner .table__2 table thead tr td.icon span {
    font-size: 8px;
  }
  section.sec__2 .inner .table__2 table thead tr td.icon.cate1:before {
    width: 20%;
    height: 40%;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  section.sec__2 .inner .table__2 table thead tr td.icon.cate2:before {
    width: 17%;
    height: 45%;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
  }
  section.sec__2 .inner .table__2 table thead tr td.icon.cate3:before {
    width: 45%;
    height: 36%;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
  }
  section.sec__2 .inner .table__2 table tr th,
  section.sec__2 .inner .table__2 table tr td {
    font-size: 10px;
    line-height: 1;
    font-feature-settings: "palt";
  }
  section.sec__2 .inner .table__2 table tr th {
    font-size: 14px;
  }
}
section.sec__3 {
  background-image: url(/images/soba/sec__1--bg_4.png);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}
section.sec__3 h2.title {
  position: absolute;
  left: -9999px;
}
section.sec__3 .inner--small {
  width: 96%;
  max-width: 1296px;
  margin: 0 auto;
}
section.sec__3 .inner--small ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
section.sec__3 .inner--small ul li.shop {
  width: calc((100% - 96px) / 2);
  margin-bottom: 100px;
}
section.sec__3 .inner--small ul li.shop .head {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
section.sec__3 .inner--small ul li.shop .head::before {
  position: absolute;
  white-space: pre;
  bottom: -50px;
  left: 40%;
}
section.sec__3 .inner--small ul li.shop .head::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 45%;
  height: 42%;
  bottom: -50px;
  left: 0;
}
section.sec__3 .inner--small ul li.shop .head .name {
  width: 16.6666666667%;
}
section.sec__3 .inner--small ul li.shop .head .item {
  width: 83.3333333333%;
}
section.sec__3 .inner--small ul li.shop .foot .text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
section.sec__3 .inner--small ul li.shop .foot .unit {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
section.sec__3 .inner--small ul li.shop .foot .unit img {
  width: calc((100% - 16px) / 2);
}
section.sec__3 .inner--small ul li.shop a {
  display: block;
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  padding: 15px 0;
  background-color: #AC0013;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  transition: 0.5s;
}
section.sec__3 .inner--small ul li.shop a::after {
  position: absolute;
  content: "\f105";
  top: 50%;
  right: 10%;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 1.5rem;
  transform: translate(-10%, -50%);
}
section.sec__3 .inner--small ul li.shop a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
section.sec__3 .inner--small ul li.shop#shop1 .head::before {
  content: "関　雄一さん\a関　恵美さん";
  left: 45%;
}
section.sec__3 .inner--small ul li.shop#shop1 .head::after {
  background-image: url(/images/soba/shop01__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop2 .head::before {
  content: "堀　正治さん";
}
section.sec__3 .inner--small ul li.shop#shop2 .head::after {
  background-image: url(/images/soba/shop02__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop3 .head::before {
  content: "山﨑吉則さん";
}
section.sec__3 .inner--small ul li.shop#shop3 .head::after {
  background-image: url(/images/soba/shop03__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop4 .head::before {
  content: "桶谷則雄さん";
  left: 45%;
}
section.sec__3 .inner--small ul li.shop#shop4 .head::after {
  background-image: url(/images/soba/shop04__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop5 .head::before {
  content: "宗近欽也さん";
}
section.sec__3 .inner--small ul li.shop#shop5 .head::after {
  background-image: url(/images/soba/shop05__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop6 .head::before {
  content: "木下翔太さん";
}
section.sec__3 .inner--small ul li.shop#shop6 .head::after {
  background-image: url(/images/soba/shop06__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop7 .head::before {
  content: "瀧本孝男さん";
}
section.sec__3 .inner--small ul li.shop#shop7 .head::after {
  background-image: url(/images/soba/shop07__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop8 .head::before {
  content: "片岡恵子さん";
}
section.sec__3 .inner--small ul li.shop#shop8 .head::after {
  background-image: url(/images/soba/shop08__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop9 .head::before {
  content: "金子康幸さん";
}
section.sec__3 .inner--small ul li.shop#shop9 .head::after {
  background-image: url(/images/soba/shop09__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop10 .head::before {
  content: "スタッフの皆さん";
  left: 45%;
}
section.sec__3 .inner--small ul li.shop#shop10 .head::after {
  background-image: url(/images/soba/shop10__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop11 .head::before {
  content: "上田雅由さん";
}
section.sec__3 .inner--small ul li.shop#shop11 .head::after {
  background-image: url(/images/soba/shop11__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop12 .head::before {
  content: "金子喜美栄さん";
}
section.sec__3 .inner--small ul li.shop#shop12 .head::after {
  background-image: url(/images/soba/shop12__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop13 .head::before {
  content: "佐々木貴章さん";
}
section.sec__3 .inner--small ul li.shop#shop13 .head::after {
  background-image: url(/images/soba/shop13__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop14 .head::before {
  content: "山本國男さん";
}
section.sec__3 .inner--small ul li.shop#shop14 .head::after {
  background-image: url(/images/soba/shop14__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop15 .head::before {
  content: "坂川美枝子さん";
}
section.sec__3 .inner--small ul li.shop#shop15 .head::after {
  background-image: url(/images/soba/shop15__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop16 .head::before {
  content: "永木良和さん";
}
section.sec__3 .inner--small ul li.shop#shop16 .head::after {
  background-image: url(/images/soba/shop16__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop17 .head::before {
  content: "末永清二さん\a宮本紀子さん";
}
section.sec__3 .inner--small ul li.shop#shop17 .head::after {
  background-image: url(/images/soba/shop17__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop18 .head::before {
  content: "永田拓也さん";
}
section.sec__3 .inner--small ul li.shop#shop18 .head::after {
  background-image: url(/images/soba/shop18__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop19 .head::before {
  content: "佐々木哲男さん";
}
section.sec__3 .inner--small ul li.shop#shop19 .head::after {
  background-image: url(/images/soba/shop19__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop20 .head::before {
  content: "高木諭さん";
}
section.sec__3 .inner--small ul li.shop#shop20 .head::after {
  background-image: url(/images/soba/shop20__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop21 .head::before {
  content: "渡辺猛さん";
}
section.sec__3 .inner--small ul li.shop#shop21 .head::after {
  background-image: url(/images/soba/shop21__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop22 .head::before {
  content: "花房美加さん";
}
section.sec__3 .inner--small ul li.shop#shop22 .head::after {
  background-image: url(/images/soba/shop22__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop23 .head::before {
  content: "原比那子さん";
}
section.sec__3 .inner--small ul li.shop#shop23 .head::after {
  background-image: url(/images/soba/shop23__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop24 .head::before {
  content: "谷川正美さん";
}
section.sec__3 .inner--small ul li.shop#shop24 .head::after {
  background-image: url(/images/soba/shop24__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop25 .head::before {
  content: "栗塚明さん";
}
section.sec__3 .inner--small ul li.shop#shop25 .head::after {
  background-image: url(/images/soba/shop25__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop26 .head::before {
  content: "酒井典之さん";
}
section.sec__3 .inner--small ul li.shop#shop26 .head::after {
  background-image: url(/images/soba/shop26__owner.png);
}
section.sec__3 .inner--small ul li.shop#shop27 .head::before {
  content: "岡崎良二さん";
}
section.sec__3 .inner--small ul li.shop#shop27 .head::after {
  background-image: url(/images/soba/shop27__owner.png);
}
section.sec__3 .inner__large.foot {
  position: relative;
  margin-top: 150px;
}
section.sec__3 .inner__large.foot::after {
  position: absolute;
  content: "";
  background-image: url(/images/soba/sec__3--avatar.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 30%;
  right: 5%;
  max-width: 450px;
  width: 30%;
  max-height: 320px;
  height: 135%;
}

@media screen and (max-width: 991px) {
  section.sec__3 .inner--small {
    width: 98%;
  }
  section.sec__3 .inner--small ul {
    display: block;
  }
  section.sec__3 .inner--small ul li.shop {
    width: 100%;
    margin-bottom: 50px;
  }
  section.sec__3 .inner--small ul li.shop .head {
    margin-bottom: 80px;
  }
  section.sec__3 .inner--small ul li.shop .head::after {
    bottom: -66px;
  }
  section.sec__3 .inner--small ul li.shop .head .item {
    overflow-x: hidden;
  }
  section.sec__3 .inner--small ul li.shop .head .item img {
    width: 90vw;
  }
  section.sec__3 .inner--small ul li.shop a {
    width: 90%;
    max-width: 100%;
  }
  section.sec__3 .inner__large.foot {
    margin-top: 60px;
  }
  section.sec__3 .inner__large.foot::after {
    bottom: 10%;
    right: 3%;
    width: 37%;
    height: 170%;
  }
}
section.sec__4 {
  background-image: url(/images/soba/sec__4--bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 0;
}
section.sec__4 .inner--large {
  background-image: url(/images/soba/sec__4--img01_pc.png);
  background-position: unset;
  background-repeat: no-repeat;
  background-size: cover;
  width: 96%;
  max-width: 1296px;
  margin: 0 auto;
  padding-bottom: 50px;
}
section.sec__4 .inner--large .inner--small {
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
}
section.sec__4 .inner--large .inner--small h2.title {
  padding: 50px 0 30px;
}
section.sec__4 .inner--large .inner--small p.intro {
  width: 55%;
  background-color: #fff;
  padding: 20px;
  font-weight: bold;
  margin-bottom: 500px;
}
section.sec__4 .inner--large .inner--small ul.unit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
}
section.sec__4 .inner--large .inner--small ul.unit li {
  width: calc((100% - 90px) / 3);
  border: solid 3px #AC0013;
}
section.sec__4 .inner--large .inner--small ul.unit li .head {
  background-color: #000;
  border-bottom: solid 3px #AC0013;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.sec__4 .inner--large .inner--small ul.unit li .head .icon {
  color: #E8B920;
  width: 50px;
  height: 50px;
  font-size: 30px;
  background-color: #000;
  border-radius: 50%;
  border: solid 1px #fff;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
}
section.sec__4 .inner--large .inner--small ul.unit li .head p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
section.sec__4 .inner--large .inner--small ul.unit li .head p span {
  font-size: 14px;
}
section.sec__4 .inner--large .inner--small ul.unit li .foot {
  padding: 10px;
  background-color: #fff;
}
section.sec__4 .inner--large .inner--small.wrap {
  display: flex;
  border: solid 3px #AC0013;
  align-items: stretch;
  position: relative;
  margin-bottom: 50px;
}
section.sec__4 .inner--large .inner--small.wrap::before {
  position: absolute;
  content: "";
  background-image: url(/images/soba/sec__4--bk01_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: 77%;
  top: -30%;
  left: -15%;
}
section.sec__4 .inner--large .inner--small.wrap .left {
  text-align: center;
  width: 44.4444444444%;
  background-color: #000;
  border-right: solid 3px #AC0013;
  padding: 0 20px;
  color: #EEDA00;
  font-size: 30px;
  font-weight: bold;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
}
section.sec__4 .inner--large .inner--small.wrap .left span {
  font-size: 26px;
}
section.sec__4 .inner--large .inner--small.wrap .right {
  width: 55.5555555556%;
  background-color: #fff;
  padding: 40px 25px;
}
section.sec__4 .inner--large .inner--small ul.unit__2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
section.sec__4 .inner--large .inner--small ul.unit__2 li {
  width: 30%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 10px;
}
section.sec__4 .inner--large .inner--small ul.unit__2 li p.name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
section.sec__4 .inner--large .inner--small ul.unit__2 li p.caption {
  font-size: 14px;
  margin-bottom: 10px;
}
section.sec__4 .inner--large .inner--small ul.unit__2 li p.caption span {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
section.sec__4 .inner--large .inner--small ul.unit__2 li p.text {
  font-size: 14px;
  margin: 0;
}
section.sec__4 .inner--large .inner--small ul.unit__2 li p.text span {
  color: #AC0013;
}
section.sec__4 .inner--large .inner--small ul.unit__2.row {
  margin-top: 10px;
}
section.sec__4 .inner--large .inner--small ul.unit__2.row li {
  width: calc((100% - 90px) / 3);
}
section.sec__4 .inner--large .inner--small ul.unit__2.row.sp {
  display: none;
}
section.sec__4 .inner--large .inner--small .bottom__img {
  margin-top: 40px;
  padding-bottom: 40px;
}
section.sec__4 .bottom {
  background-color: #AC0013;
  padding: 30px 0;
}
section.sec__4 .bottom p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
section.sec__4 .bottom p.small {
  font-size: 16px;
}
section.sec__4 .bottom p span {
  background-color: #000;
  padding: 5px;
  border-radius: 5px;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  section.sec__4 {
    padding: 30px 0 0;
  }
  section.sec__4 .inner--large {
    background-image: none;
  }
  section.sec__4 .inner--large .inner--small {
    width: 100%;
  }
  section.sec__4 .inner--large .inner--small.other {
    background-image: url(/images/soba/sec__4--img01_sp.png);
    background-size: cover;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0px;
  }
  section.sec__4 .inner--large .inner--small h2.title {
    padding: 10px 0;
  }
  section.sec__4 .inner--large .inner--small p.intro {
    width: 71%;
    padding: 10px;
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
    margin-bottom: 70vw;
  }
  section.sec__4 .inner--large .inner--small ul.unit {
    flex-wrap: wrap;
    width: 98%;
    margin: 0 auto;
  }
  section.sec__4 .inner--large .inner--small ul.unit li {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
  section.sec__4 .inner--large .inner--small ul.unit li:nth-child(3) {
    width: 100%;
  }
  section.sec__4 .inner--large .inner--small ul.unit li .head {
    padding: 5px 0;
  }
  section.sec__4 .inner--large .inner--small ul.unit li .head .icon {
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    margin-right: 5px;
  }
  section.sec__4 .inner--large .inner--small ul.unit li .head p {
    font-size: 16px;
  }
  section.sec__4 .inner--large .inner--small ul.unit li .head p span {
    font-size: 12px;
  }
  section.sec__4 .inner--large .inner--small ul.unit li .foot {
    font-size: 14px;
  }
  section.sec__4 .inner--large .inner--small.wrap {
    display: block;
  }
  section.sec__4 .inner--large .inner--small.wrap::before {
    background-image: url(/images/soba/sec__4--bk01_sp.png);
    background-size: contain;
    width: 200px;
    height: 100px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  section.sec__4 .inner--large .inner--small.wrap .left {
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    border-right: none;
  }
  section.sec__4 .inner--large .inner--small.wrap .left span {
    font-size: 20px;
  }
  section.sec__4 .inner--large .inner--small.wrap .right {
    width: 100%;
    padding: 10px;
  }
  section.sec__4 .inner--large .inner--small ul.unit__2 {
    display: block;
  }
  section.sec__4 .inner--large .inner--small ul.unit__2.row {
    margin-top: 10px;
    --bs-gutter-x: 0rem;
  }
  section.sec__4 .inner--large .inner--small ul.unit__2.row li {
    width: 100%;
  }
  section.sec__4 .inner--large .inner--small ul.unit__2.row.sp {
    display: block;
  }
  section.sec__4 .inner--large .inner--small ul.unit__2.row.pc {
    display: none;
  }
  section.sec__4 .inner--large .inner--small ul.unit__2 li {
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.sec__4 .inner--large .inner--small ul.unit__2 li p.name {
    font-size: 14px;
  }
  section.sec__4 .inner--large .inner--small ul.unit__2 li p.caption {
    font-size: 12px;
    margin-bottom: 0;
  }
  section.sec__4 .inner--large .inner--small ul.unit__2 li p.caption span {
    font-size: 14px;
    padding-left: 5px;
  }
  section.sec__4 .inner--large .inner--small ul.unit__2 li p.text {
    font-size: 12px;
    width: 50%;
  }
  section.sec__4 .inner--large .inner--small .bottom__img {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  section.sec__4 .inner--large .back {
    padding: 100px 8px 30px;
    background-image: url(/images/soba/sec__4--img01_sp_2.png);
    background-size: cover;
  }
  section.sec__4 .bottom {
    background-color: #AC0013;
    padding: 30px 0;
  }
  section.sec__4 .bottom p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  section.sec__4 .bottom p.small {
    font-size: 16px;
    line-height: 2.5;
  }
  section.sec__4 .bottom p span {
    background-color: #000;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 991px) and (min-width: 630px) {
  section.sec__4 .inner--large .inner--small p.intro {
    margin-bottom: 70vw;
  }
}
@media screen and (max-width: 629px) and (min-width: 525px) {
  section.sec__4 .inner--large .inner--small p.intro {
    margin-bottom: 65vw;
  }
}
@media screen and (max-width: 524px) and (min-width: 470px) {
  section.sec__4 .inner--large .inner--small p.intro {
    margin-bottom: 60vw;
  }
}
@media screen and (max-width: 469px) and (min-width: 400px) {
  section.sec__4 .inner--large .inner--small p.intro {
    margin-bottom: 50vw;
  }
  section.sec__4 .inner--large .inner--small.wrap::before {
    top: -35%;
  }
}
@media screen and (max-width: 399px) {
  section.sec__4 .inner--large .inner--small p.intro {
    margin-bottom: 40vw;
  }
  section.sec__4 .inner--large .inner--small.wrap::before {
    top: -35%;
  }
}/*# sourceMappingURL=soba.css.map */