.restaurant_ttl {
  font-size: 4.392vw;
  font-weight: bold;
  text-align: center;
  line-height: 0.5;
}
.restaurant_ttl .small {
  font-size: 1.171vw;
  font-weight: normal;
}

.restaurant_lead {
  margin: 3.36vw 0 0 0;
  font-size: 2.196vw;
  font-weight: bold;
  line-height: 2;
}

.restaurant_desc {
  margin: 3.36vw 0 0;
  font-size: 1.171vw;
  line-height: 2;
}

.sp-btn {
  display: none;
}

.restaurant_fv {
  padding: 15.154vw 0 28vw;
  position: relative;
  background-image: url(../images/restaurant/restaurant_fv.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.restaurant_fv_ttl {
  color: #fff;
}
.restaurant_fv .topic_path {
  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;
  width: 20vw;
  position: absolute;
  bottom: -5vw;
  left: 6.149vw;
}
.restaurant_fv .topic_path::before {
  content: "";
  width: 0.6vw;
  height: 0.6vw;
  border-top: 0.2vw solid #333d47;
  border-right: 0.2vw solid #333d47;
  position: absolute;
  top: 0.75vw;
  right: 15vw;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.restaurant_fv .topic_path img {
  width: 2.196vw;
}
.restaurant_fv .topic_path p {
  font-size: 1.171vw;
}
.restaurant_fv .topic_path a {
  text-decoration: none;
  color: #333d47;
}

.restaurant_fv_txt {
  margin: 1.171vw 0 0 0;
  padding: 16.105vw 0 19vw;
  background-image: url(../images/restaurant/restaurant_fv_txt.png);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.restaurant_fv_txt_ttl {
  line-height: 1.8;
}
.restaurant_fv_txt_desc {
  margin: 0;
  line-height: 2.5;
}

.restaurant_list .list_ttl {
  text-align: center;
}
.restaurant_list .list_btn {
  margin: 8vw 0 0 0;
  font-weight: bold;
  text-align: center;
}
.restaurant_list .list_btn a {
  color: #333d47;
  text-decoration: none;
}
.restaurant_list .list_btn ul.btn01 {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.restaurant_list .list_btn ul.btn01 li {
  text-align: center;
  border: 1px solid #fff;
}
.restaurant_list .list_btn ul.btn01 li a {
  position: relative;
  padding: 2.928vw 7.5vw;
  text-decoration: none;
  font-size: 1.171vw;
  color: #333d47;
  z-index: 1;
}
.restaurant_list .list_btn ul.btn01 li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f2f2f2;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-box-shadow: 0px 0px 2px rgba(51, 61, 71, 0.3);
          box-shadow: 0px 0px 2px rgba(51, 61, 71, 0.3);
}
.restaurant_list .list_btn ul.btn01 li a:hover {
  color: #fff;
}
.restaurant_list .list_btn ul.btn01 li a:hover::before {
  background-color: #e5454c;
  color: #fff;
}
.restaurant_list .list_btn ul.btn02 {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 9vw 0 0;
}
.restaurant_list .list_btn ul.btn02 li {
  text-align: center;
  border: 1px solid #fff;
}
.restaurant_list .list_btn ul.btn02 li a {
  position: relative;
  padding: 2.928vw 7vw;
  text-decoration: none;
  font-size: 1.171vw;
  color: #333d47;
  z-index: 1;
}
.restaurant_list .list_btn ul.btn02 li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f2f2f2;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-box-shadow: 0px 0px 2px rgba(51, 61, 71, 0.3);
          box-shadow: 0px 0px 2px rgba(51, 61, 71, 0.3);
}
.restaurant_list .list_btn ul.btn02 li a:hover {
  color: #fff;
}
.restaurant_list .list_btn ul.btn02 li a:hover::before {
  background-color: #e5454c;
}
.restaurant_list .list_contents {
  margin: 9.517vw 0 0;
  text-align: center;
}
.restaurant_list .list_contents .list_item {
  margin: 0 0 10.981vw;
}
.restaurant_list .list_contents .item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.restaurant_list .list_contents .item_top h3 {
  margin: 0 0 3.221vw;
  font-size: 2.928vw;
  font-weight: bold;
}
.restaurant_list .list_contents .item_top p {
  font-size: 1.171vw;
  line-height: 1.7;
}
.restaurant_list .list_contents .item02_logo {
  margin: 0 2.489vw 0 0;
}
.restaurant_list .list_contents .item03_logo {
  margin: 0 3.075vw 0 0;
}
.restaurant_list .list_contents .item05_logo {
  margin: 0 3.66vw 0 0;
}
.restaurant_list .list_contents .item06_logo {
  margin: 0 3.514vw 0 0;
}
.restaurant_list .list_contents .item07_logo {
  margin: 0 3.807vw 0 0;
}
.restaurant_list .list_contents .bottom {
  margin: 3.66vw 0 0;
}

/*アンカーリンクの調整*/

#restaurant_item01, #restaurant_item02, #restaurant_item03, #restaurant_item04, #restaurant_item05, #restaurant_item06, #restaurant_item07 {
  padding-top: 6.944vw;
  margin-top: -6.944vw;
}


@media screen and (max-width: 768px) {
  .restaurant_ttl {
    font-size: 9.722vw;
    font-weight: bold;
    text-align: center;
    line-height: 0.9;
  }
  .restaurant_ttl .small {
    font-size: 3.889vw;
    font-weight: normal;
  }

  .restaurant_lead {
    margin: 7.778vw 0 0 0;
    font-size: 4.444vw;
    font-weight: bold;
    line-height: 2;
  }

  .restaurant_desc {
    margin: 7.778vw 0 0;
    font-size: 3.889vw;
    line-height: 2;
  }

  .sp-btn {
    display: block;
  }

  .restaurant_fv {
    padding: 16.667vw 0 23.5vw;
    position: relative;
    background-image: url(../images/restaurant/restaurant_fv_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .restaurant_fv_ttl {
    color: #fff;
  }
  .restaurant_fv .topic_path {
    display: none;
  }

  .restaurant_fv_txt {
    margin: 0;
    padding: 22vw 0 25vw;
    background-image: url(../images/restaurant/restaurant_fv_txt_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
  }
  .restaurant_fv_txt .passing-bar {
    z-index: 10;
  }
  .restaurant_fv_txt .restaurant_ttl {
    font-size: 6.944vw;
  }
  .restaurant_fv_txt_ttl {
    line-height: 1.5;
  }
  .restaurant_fv_txt_desc {
    margin: 5.556vw 0 0;
    line-height: 2;
  }

  .restaurant_list .list_ttl {
    text-align: center;
  }
  .restaurant_list .list_ttl img {
    width: 75%;
    margin: 0 auto;
  }
  .restaurant_list .list_btn {
    margin: 8.333vw 0 0 0;
    text-align: center;
    font-weight: normal;
  }
  .restaurant_list .list_btn ul.btn01-sp {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 9vw 0 0;
  }
  .restaurant_list .list_btn ul.btn01-sp li {
    text-align: center;
    border: 1px solid #fff;
  }
  .restaurant_list .list_btn ul.btn01-sp li a {
    position: relative;
    padding: 4vw 7vw;
    text-decoration: none;
    font-size: 3.333vw;
    color: #333d47;
    z-index: 1;
  }
  .restaurant_list .list_btn ul.btn01-sp li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #f2f2f2;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }
  .restaurant_list .list_btn ul.btn01-sp li a:hover {
    color: #fff;
  }
  .restaurant_list .list_btn ul.btn01-sp li a:hover::before {
    background-color: #e5454c;
  }
  .restaurant_list .list_btn ul.btn02-sp {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 12vw 0 0;
  }
  .restaurant_list .list_btn ul.btn02-sp li {
    text-align: center;
    border: 1px solid #fff;
  }
  .restaurant_list .list_btn ul.btn02-sp li a {
    position: relative;
    padding: 4vw 7vw;
    text-decoration: none;
    font-size: 3.333vw;
    color: #333d47;
    z-index: 1;
  }
  .restaurant_list .list_btn ul.btn02-sp li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #f2f2f2;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }
  .restaurant_list .list_btn ul.btn02-sp li a:hover {
    color: #fff;
  }
  .restaurant_list .list_btn ul.btn02-sp li a:hover::before {
    background-color: #e5454c;
    color: #fff;
  }
  .restaurant_list .list_btn ul.btn03 {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 12vw 0 0;
  }
  .restaurant_list .list_btn ul.btn03 li {
    text-align: center;
    border: 1px solid #fff;
  }
  .restaurant_list .list_btn ul.btn03 li a {
    position: relative;
    padding: 4vw 6vw;
    text-decoration: none;
    font-size: 3.333vw;
    color: #333d47;
    z-index: 1;
  }
  .restaurant_list .list_btn ul.btn03 li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #f2f2f2;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }
  .restaurant_list .list_btn ul.btn03 li a:hover::before {
    background-color: #e5454c;
    color: #fff;
  }

  .list_contents {
    margin: 11.111vw 0 0;
    text-align: center;
  }
  .list_contents .list_item {
    margin: 0 0 10.981vw;
  }
  .list_contents .list_item .item_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_contents .list_item .item_top h3 {
    margin: 0 0 7.5vw;
    font-size: 5.556vw;
    font-weight: bold;
  }
  .list_contents .list_item .item_top p {
    margin: 0 0 7.5vw;
    font-size: 3.889vw;
    line-height: 2;
  }
  .list_contents .list_item .item01_logo {
    width: 33.333vw;
    margin: 0 0 5.556vw;
  }
  .list_contents .list_item .item02_logo {
    width: 52.778vw;
    margin: 0 0 5.556vw;
  }
  .list_contents .list_item .item03_logo {
    width: 27.778vw;
    margin: 0 0 5.556vw;
  }
  .list_contents .list_item .item05_logo {
    width: 27.778vw;
    margin: 0 0 5.556vw;
  }
  .list_contents .list_item .item06_logo {
    width: 55.556vw;
    margin: 0 0 5.556vw;
  }
  .list_contents .list_item .item07_logo {
    width: 33.333vw;
    margin: 0 0 5.556vw;
  }
  .list_contents .list_item .bottom {
    margin: 3.66vw 0 0;
  }

  /*アンカーリンクの調整*/

#restaurant_item01, #restaurant_item02, #restaurant_item03, #restaurant_item04, #restaurant_item05, #restaurant_item06, #restaurant_item07 {
  padding-top: 26.667vw;
  margin-top: -26.667vw;
}
}