body#takeout .btn-cv {
  display: none;
}

/* .kv
================================================ */
.kv {
  background-image: url(../img/takeout/bg_img_pc.jpg);
}

@media all and (max-width: 767px) {
  .kv {
    background-image: url(../img/takeout/bg_img_sp.jpg);
  }
}

/* .takeout
================================================ */
.takeout {
  padding: 80px 0;
}

.takeout + .takeout {
  padding: 0 0 80px;
}

.takeout__link {
  display: block;
  max-width: 960px;
  margin: 33px auto 0;
}

.takeout__link.-s{
  max-width: 500px;
}

@media all and (min-width: 768px) {
  .takeout__link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .takeout__link:hover {
    opacity: .6;
  }
}

.takeout__hokkaido {
  text-align: center;
  margin-bottom: 10px;
}

.takeout__hokkaido span {
  font-size: 20px;
  font-weight: bold;
  color: #C70000;
  border: 1px solid #C70000;
  width: 160px;
  display: inline-block;
}

.takeout__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.takeout__web {
  width: 48%;
  background-color: #F5F2EF;
  padding: 98px 20px 35px;
}

.takeout__web .takeout__sub:before {
  content: '';
  background: url(../img/common/ico_web.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

.takeout__tel {
  width: 48%;
  background-color: #F5F2EF;
  padding: 98px 20px 35px;
}

.takeout__tel .takeout__sub:before, .takeout__tel .takeout__sub:after {
  content: '';
  position: absolute;
}

.takeout__tel .takeout__sub:before {
  background: url(../img/common/ico_tel.png) 0 0 no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  top: -55px;
  left: -58px;
  right: 0;
  margin: auto;
}

.takeout__tel .takeout__sub:after {
  background: url(../img/common/ico_fax.png) 0 0 no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  top: -58px;
  left: 0;
  right: -85px;
  margin: auto;
}

.takeout__sub {
  position: relative;
}

.takeout__txt {
  max-width: 500px;
  margin: auto;
  margin-top: 15px;
}

.takeout__txt a {
  color: #C70000;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  .takeout__txt a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .takeout__txt a:hover {
    opacity: .6;
  }
}

.takeout__btn {
  margin: 30px auto 0;
}

.takeout__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.takeout__btns__item {
  margin-right: 30px;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .takeout {
    padding: 50px 0;
  }
  .takeout__hokkaido {
    margin-bottom: 10px;
  }
  .takeout__hokkaido span {
    font-size: 18px;
    width: 146px;
    padding: 2px 0;
  }
  .takeout__box {
    display: block;
    margin-top: 30px;
  }
  .takeout__web {
    width: 100%;
    padding: 90px 20px 30px;
  }
  .takeout__tel {
    width: 100%;
    padding: 98px 20px 30px;
    margin-top: 20px;
  }
  .takeout__tel .takeout__sub:after {
    right: -65px;
  }
  .takeout__sub {
    position: relative;
  }
  .takeout__txt {
    max-width: 500px;
    margin: auto;
    margin-top: 15px;
  }
  .takeout__btn {
    margin: 20px auto 0;
  }
  .takeout__btns {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .takeout__btns__item {
    margin-right: 0;
    margin-bottom: 0;
  }
  .takeout__btns__item + .takeout__btns__item {
    margin-top: 15px;
  }
}

/* .delivery
================================================ */
.delivery {
  padding: 0 0 80px;
}

.delivery__copy {
  text-align: center;
  margin-top: 20px;
}

.delivery__list {
  margin-top: 30px;
}

.delivery__item {
  background-color: #F5F2EF;
  padding: 50px 20px;
}

.delivery__item + .delivery__item {
  margin-top: 20px;
}

.delivery__area {
  max-width: 1120px;
  margin: 35px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.delivery__order {
  max-width: 540px;
  width: 50%;
  margin-right: 20px;
}

.delivery__order__in {
  background-color: #fff;
  padding: 70px 20px;
}

.delivery__img {
  max-width: 108px;
  margin: auto;
}

.delivery__txt {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
}

.delivery__btn {
  margin: 15px auto 0;
}

.delivery__box {
  max-width: 540px;
  width: 50%;
}

.delivery__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.delivery__info + .delivery__info {
  margin-top: 20px;
}

.delivery__info dt {
  font-weight: bold;
  margin-right: 20px;
}

.delivery__info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.delivery__annotation {
  margin-top: 5px;
}

.delivery__annotation__item {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

.delivery__shop {
  margin-top: 20px;
}

.delivery__shop__tit {
  font-weight: bold;
}

.delivery__shop__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.delivery__shop__item {
  margin-right: 20px;
}

.delivery__app {
  margin-top: 20px;
  border: 1px solid #CCC;
  width: 100%;
  padding: 15px 30px;
}

.delivery__app__tit {
  font-weight: bold;
}

.delivery__app__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

@media all and (min-width: 768px) {
  .delivery__app__item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .delivery__app__item a:hover {
    opacity: .6;
  }
}

.delivery__app__item.is-ios {
  max-width: 134px;
  margin-right: 10px;
}

.delivery__app__item.is-android {
  max-width: 166px;
}

@media all and (max-width: 767px) {
  .delivery {
    padding: 0 0 50px;
  }
  .delivery__list {
    margin-top: 20px;
  }
  .delivery__item {
    padding: 30px 20px;
  }
  .delivery__area {
    max-width: 100%;
    margin: 30px 0 0;
    display: block;
  }
  .delivery__order {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .delivery__order__in {
    padding: 30px 20px;
  }
  .delivery__txt {
    text-align: left;
    margin-top: 15px;
  }
  .delivery__btn {
    margin: 5px auto 0;
  }
  .delivery__box {
    max-width: 100%;
    width: 100%;
    margin-top: 25px;
  }
  .delivery__info + .delivery__info {
    margin-top: 15px;
  }
  .delivery__shop {
    margin-top: 15px;
  }
  .delivery__shop__list {
    margin-top: 0;
  }
  .delivery__app {
    padding: 15px 20px;
  }
  .delivery__app__list {
    margin-top: 2px;
  }
  .delivery__app__item.is-ios {
    max-width: 100%;
    width: 43%;
    margin-right: 5px;
  }
  .delivery__app__item.is-android {
    max-width: 100%;
    width: 54%;
  }
}

/* ============================================= */
/* FAX
================================================ */
/* kv
================================================ */
.kv-fax {
  background-image: url(../img/common/bg_img_pc.jpg);
}

@media all and (min-width: 768px) {
  .kv-fax {
    height: 257px;
  }
}

.kv-fax__tit {
  color: #000;
  text-shadow: none;
}

@media all and (max-width: 767px) {
  .kv-fax {
    background-image: url(../img/common/bg_img_sp.jpg);
  }
}

.orderFax + .orderFax {
  margin-top: 50px;
}

.orderFax.sapporo {
  padding-top: 80px;
}

.orderFax__in {
  background-color: #F5F2EF;
  padding: 50px 20px;
}

.orderFax__txt {
  text-align: center;
  margin-top: 25px;
}

.orderFax__list {
  max-width: 820px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.orderFax__list__wrap {
  max-width: 960px;
  margin: 30px auto 0;
  padding: 40px 0 20px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.orderFax__item {
  font-weight: bold;
  margin: 0 10px 20px;
}

@media all and (min-width: 768px) {
  .orderFax__item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .orderFax__item a:hover {
    opacity: .6;
  }
}

.orderFax__item a:after {
  content: '';
  background: url(../img/common/ico_pdf01.png) 0 0 no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 0 0 -10px 10px;
}

@media all and (max-width: 767px) {
  .orderFax + .orderFax {
    margin-top: 40px;
  }
  .orderFax.sapporo {
    padding-top: 50px;
  }
  .orderFax__in {
    padding: 40px 20px;
  }
  .orderFax__txt {
    margin-top: 15px;
  }
  .orderFax__list {
    max-width: 100%;
    display: block;
  }
  .orderFax__list__wrap {
    max-width: 100%;
    margin: 20px auto 0;
    padding: 30px 0 10px;
  }
  .orderFax__item {
    margin: 0 0 20px 10px;
  }
}

/* .grandmenu
================================================ */
.menu {
  padding: 100px 0 80px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__item {
  max-width: 460px;
  width: 100%;
}

.menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  border-radius: 6px;
  padding: 0 45px 0 30px;
  min-height: 100px;
  position: relative;
}

@media all and (min-width: 768px) {
  .menu__item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu__item a:hover {
    opacity: .6;
  }
}

.menu__item a:after {
  content: '';
  background: url(../img/common/ico_zoom02.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 23px;
  height: 23px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.menu__img {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -20px;
}

.menu__txt {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 767px) {
  .menu {
    padding: 55px 0 50px;
  }
  .menu__list {
    max-width: 100%;
    display: block;
  }
  .menu__item {
    max-width: 100%;
    width: 100%;
  }
  .menu__item + .menu__item {
    margin-top: 35px;
    margin-left: 0;
  }
  .menu__item a {
    padding: 0 40px 0 15px;
    min-height: 64px;
  }
  .menu__item a:after {
    right: 13px;
  }
  .menu__img {
    width: 46%;
  }
  .menu__txt {
    margin-left: 4%;
  }
}
