/*********************************/
/*           Firstview           */
/*********************************/
.firstview {
  background-image: url(../img/firstview-bg__sp.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .firstview {
    background-image: url(../img/firstview-bg__pc.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: contain;
    padding: 0;
  }
}

.firstview__logo {
  padding: 21% 0;
  margin: 0 auto;
  width: 92%;
}

@media only screen and (min-width: 1025px) {
  .firstview__logo {
    padding: 145px 0 160px;
    width: 610px;
  }
}

/*********************************/
/*             Search            */
/*********************************/
.search {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .search {
    margin-bottom: 80px;
  }
}

.search__inner {
  padding: 0 4%;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .search__inner {
    padding: 0;
    margin: 0 auto;
    width: 1100px;
  }
}

.search .search-box {
  padding: 8vw 0;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .search .search-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 60px 70px;
    margin-top: -55px;
    position: relative;
    z-index: 10;
  }
}

.search__main-title {
  color: #242424;
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 6vw;
  text-align: center;
  position: relative;
  padding-top: 6.66667vw;
}

@media only screen and (min-width: 1025px) {
  .search__main-title {
    font-size: 24px;
    margin-bottom: 40px;
    padding-top: 70px;
  }
}

.search__main-title::before {
  background-image: url(../img/search-icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  left: 47%;
  height: 5.33333vw;
  width: 5.33333vw;
}

@media only screen and (min-width: 1025px) {
  .search__main-title::before {
    top: 15px;
    height: 40px;
    width: 40px;
  }
}

.search .search-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.search .search-place__item {
  margin-bottom: 2.66667vw;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .search .search-place__item {
    cursor: pointer;
    margin-bottom: 20px;
  }
}

.search .search-place__item:last-of-type {
  margin-bottom: 0;
}

.search .search-place__main-title {
  border: 1px solid #686666;
  color: #242424;
  font-size: 3.2vw;
  font-weight: bold;
  padding: 2.4vw 0;
  padding-left: 2.66667vw;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .search .search-place__main-title {
    font-size: 20px;
    padding: 18px 0;
    padding-left: 20px;
  }
}

.search .search-place__main-title::before {
  background-color: #b5a920;
  content: '';
  position: absolute;
  top: 24%;
  left: 0;
  height: 4.26667vw;
  width: 1.33333vw;
}

@media only screen and (min-width: 1025px) {
  .search .search-place__main-title::before {
    left: -1px;
    height: 32px;
    width: 10px;
  }
}

.search .search-place__main-title--arrow::after {
  border-top: 2px solid #626262;
  border-right: 2px solid #626262;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 3.2vw;
  right: 4vw;
  height: 2.5vw;
  width: 2.5vw;
}

@media only screen and (min-width: 1025px) {
  .search .search-place__main-title--arrow::after {
    border-top: 4px solid #626262;
    border-right: 4px solid #626262;
    top: 22px;
    right: 20px;
    height: 13px;
    width: 13px;
  }
}

@media only screen and (min-width: 1025px) {
  .search .search-place__link:hover {
    opacity: 0;
  }
}

.search .search-place .search-place-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2% 0 0;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .search .search-place .search-place-detail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 0 0;
  }
}

.search .search-place .search-place-detail__item {
  background-color: #f1f1f1;
  border: 1px solid #b5b5b5;
  color: #242424;
  font-size: 3vw;
  font-weight: bold;
  margin-bottom: 2%;
  text-align: center;
  width: 48%;
}

@media only screen and (min-width: 1025px) {
  .search .search-place .search-place-detail__item {
    font-size: 16px;
    margin-right: 13px;
    margin-bottom: 13px;
    width: 230px;
  }
}

.search .search-place .search-place-detail__item:nth-of-type(4n) {
  margin-right: 0;
}

.search .search-place .search-place-detail__link {
  padding: 7% 0 6.5%;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .search .search-place .search-place-detail__link {
    padding: 15px 0 12px;
  }
}

.search .search-place .search-place-detail__link::after {
  border-top: 2px solid #b5b5b5;
  border-right: 2px solid #b5b5b5;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 3.5vw;
  right: 2vw;
  height: 2vw;
  width: 2vw;
}

@media only screen and (min-width: 1025px) {
  .search .search-place .search-place-detail__link::after {
    right: 8px;
    top: 20px;
    height: 8px;
    width: 8px;
  }
}

/*********************************/
/*             Place             */
/*********************************/
.place {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place {
    margin-bottom: 100px;
  }
}

.place .place-box {
  margin-bottom: 15vw;
}

@media only screen and (min-width: 1025px) {
  .place .place-box {
    margin-bottom: 80px;
  }
}

.place .place-titleArea {
  margin-bottom: 8vw;
  padding: 5.33333vw 0;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .place .place-titleArea {
    margin-bottom: 80px;
    padding: 45px 0;
  }
}

.place #hokkaido_tohoku .place-titleArea {
  background-color: #bfd2c8;
}

.place #kanto .place-titleArea {
  background-color: #b3c9df;
}

.place #hokuriku_koshinetsu .place-titleArea {
  background-color: #c0bee0;
}

.place #tokai_kinki .place-titleArea {
  background-color: #e7c3d0;
}

.place #chugoku_shikoku .place-titleArea {
  background-color: #e5beb5;
}

.place #kyushyu .place-titleArea {
  background-color: #e5dab5;
}

.place__inner {
  margin: 0 auto;
  width: 92%;
}

@media only screen and (min-width: 1025px) {
  .place__inner {
    width: 1100px;
  }
}

.place .place-area-box {
  margin-bottom: 10vw;
}

@media only screen and (min-width: 1025px) {
  .place .place-area-box {
    margin-bottom: 80px;
  }
}

.place .place-area-box:last-of-type {
  margin-bottom: 0;
}

.place__main-title {
  border-bottom: 0.66667vw solid #fff;
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 5.33333vw;
  font-weight: 600;
  padding-bottom: 1.33333vw;
  letter-spacing: 0.15em;
}

@media only screen and (min-width: 1025px) {
  .place__main-title {
    border-bottom: 5px solid #fff;
    font-size: 60px;
    padding-bottom: 0;
  }
}

.place__sub-title {
  color: #fff;
  font-size: 2.66667vw;
  font-weight: bold;
  padding-top: 1.33333vw;
}

@media only screen and (min-width: 1025px) {
  .place__sub-title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 17px;
  }
}

.place__on-title {
  background-color: #fff;
  color: #242424;
  font-size: 4vw;
  font-weight: bold;
  position: absolute;
  top: 0;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(150%);
          transform: translateY(-50%) translateX(150%);
  width: 25%;
}

@media only screen and (min-width: 1025px) {
  .place__on-title {
    font-size: 24px;
    padding: 0 20px;
    left: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
  }
}

.place__tag-title {
  background-color: #535353;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 3vw;
  font-weight: bold;
  padding: 1% 3% 1%;
  padding-left: 7%;
  position: relative;
  text-align: center;
  width: auto;
}

@media only screen and (min-width: 1025px) {
  .place__tag-title {
    font-size: 14px;
    padding: 7px 10px 5px;
    padding-left: 27px;
  }
}

.place__tag-title::before {
  content: '';
  background-image: url(../img/category-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1.8vw;
  left: 3vw;
  height: 2.5vw;
  width: 2vw;
}

@media only screen and (min-width: 1025px) {
  .place__tag-title::before {
    top: 11px;
    left: 12px;
    height: 13px;
    width: 11px;
  }
}

.place__store-title {
  color: #242424;
  font-size: 4.53333vw;
  font-weight: bold;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place__store-title {
    font-size: 20px;
  }
}

.place__detail-title {
  border: 1px solid #c7c7c7;
  color: #242424;
  cursor: pointer;
  font-size: 3.73333vw;
  font-weight: bold;
  line-height: 1;
  padding: 3.6% 2.9%;
}

@media only screen and (min-width: 1025px) {
  .place__detail-title {
    font-size: 16px;
    padding: 13px 17px;
  }
}

.place__detail-title--takeout {
  background-color: #bfb214;
  color: #fff;
}

.place__detail-title--takeout span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.place__Lborder-title {
  border-left: 2px solid #686666;
  font-size: 3.7vw;
  padding-left: 2%;
  position: relative;
  margin-bottom: 2%;
}

@media only screen and (min-width: 1025px) {
  .place__Lborder-title {
    border-left: 5px solid #686666;
    font-size: 14px;
    font-weight: bold;
    padding-left: 12px;
    margin-bottom: 10px;
  }
}

.place__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.place__item {
  border-bottom: dotted 2vw #858585;
  padding-bottom: 7%;
  margin-bottom: 10%;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place__item {
    border-bottom: dotted 5px #858585;
    padding-bottom: 20px;
    margin-bottom: 30px;
    width: 530px;
  }
}

.place__item:last-of-type {
  margin-bottom: 0;
}

.place .place-border-titleArea {
  border-top: 1px solid #d2d2d2;
  position: relative;
  margin-bottom: 9.33333vw;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place .place-border-titleArea {
    margin-bottom: 55px;
  }
}

.place .place-accordion__body {
  padding: 5% 0;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place .place-accordion__body {
    padding: 10px 0;
  }
}

.place .place-accordion__body--takeout {
  background-color: #fffeeb;
}

.place .place-card {
  width: 100%;
}

.place .place-card__thum {
  border: 2px solid #eeeeee;
  margin-bottom: 4vw;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place .place-card__thum {
    margin-bottom: 0;
    width: 240px;
  }
}

.place .place-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2.66667vw;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place .place-card__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

.place .place-card__body {
  margin-bottom: 5%;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place .place-card__body {
    margin-bottom: 20px;
  }
}

.place .place-card__footer {
  width: 100%;
}

.place .place-card__table {
  border-bottom: 1px solid #686666;
  margin-bottom: 3%;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place .place-card__table {
    border-bottom: none;
    margin-bottom: 10px;
  }
}

.place .place-card__tr {
  width: 100%;
}

.place .place-card__th-title, .place .place-card__td-text {
  color: #242424;
  font-size: 3.7vw;
  display: block;
  padding: 3% 2%;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place .place-card__th-title, .place .place-card__td-text {
    display: table-cell;
    font-size: 14px;
    padding: 13px 8px;
  }
}

.place .place-card__th-title {
  background-color: #eeeeee;
}

@media only screen and (min-width: 1025px) {
  .place .place-card__th-title {
    border-bottom: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    width: 130px;
  }
}

.place .place-card__td-text {
  line-height: 1.3;
}

@media only screen and (min-width: 1025px) {
  .place .place-card__td-text {
    border-bottom: 1px solid #eee;
    width: 400px;
  }
}

.place .place-card__more-btn {
  text-align: right;
  width: 100%;
}

.place .place-card__more-btn .place-card__link {
  color: #242424;
  display: inline-block;
  font-size: 3.7vw;
  text-align: right;
  padding-right: 5%;
  position: relative;
  width: auto;
}

@media only screen and (min-width: 1025px) {
  .place .place-card__more-btn .place-card__link {
    font-size: 14px;
    padding-right: 20px;
  }
}

.place .place-card__more-btn .place-card__link::after {
  background-image: url(../img/more-icon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 4vw;
  width: 2vw;
}

@media only screen and (min-width: 1025px) {
  .place .place-card__more-btn .place-card__link::after {
    right: 10px;
    top: 0;
    height: 15px;
    width: 6px;
  }
}

.place .place-card__order-btn {
  width: 100%;
}

.place .place-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place .place-card__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
}

.place .place-card__item {
  padding: 0 3%;
  margin-bottom: 5%;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place .place-card__item {
    padding: 0;
    margin-bottom: 0;
    width: 240px;
  }
}

.place .place-card__item:last-of-type {
  margin-bottom: 0;
}

.place .place-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place .place-card-info {
    width: 270px;
  }
}

.place .place-card-tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2.66667vw;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .place .place-card-tagArea {
    margin-bottom: 25px;
  }
}
/*# sourceMappingURL=top.css.map */