@charset "UTF-8";
#key {
  background: url(../img/takeout/key.png) no-repeat center bottom;
  background-size: cover;
}

/*=============================================
******************* sec1  **********************
*=============================================*/
#sec1 {
  background: url(../img/takeout/sec1_bg.png) no-repeat center bottom;
  padding-bottom: 18vw;
  background-size: 100%;
  padding-top: 12vw;
}
#sec1 .photo1 {
  margin: 6vw -8% 2vw;
}

/*=============================================
******************* sec2  **********************
*=============================================*/
#sec2 {
  padding: 7vw 0;
  background: url(../img/shared/bg_1.jpg) repeat center top;
  position: relative;
  margin-top: 3vw;
}
#sec2:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 15vw;
  transform: translateY(-100%);
  background: url(../img/takeout/sec2_bg.png) no-repeat center top;
  background-size: 100%;
}
#sec2 .photo2 {
  margin-top: 3vw;
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#sec3 {
  padding: 10vw 0;
  position: relative;
}
#sec3:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 79%;
  height: 72vw;
  background: url(../img/takeout/sec3_deco.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec3 h2 {
  text-align: center;
  border-top: 1px solid rgba(109, 116, 74, 0.2);
  border-bottom: 1px solid rgba(109, 116, 74, 0.2);
  padding: 2vw 0;
}
#sec3 h2 img {
  width: 44%;
}
#sec3 .note {
  margin-top: 2vw;
  text-align: center;
  margin-bottom: 6vw;
}
#sec3 .price {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: bold;
  font-size: 5vw;
  text-align: center;
}
#sec3 .price small {
  font-size: 4vw;
}
#sec3 .item {
  margin-bottom: 7vw;
}
#sec3 .item .txt {
  margin: 0 8%;
}

#sec3 .container {
  border: 1px solid;
  margin-bottom: 10vw;
  padding: 4vw 2%;
}

#sec3 .container dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#sec3 .container dl dt {
  width: 27%;
  font-weight: bold;
}

#sec3 .container dl dd {
  width: 73%;
  letter-spacing: -1px;
}

#sec3 .container .line {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 3vw;
}

#sec3 .container .line:before,
#sec3 .container .line:after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

#sec3 .container .line:before {
  margin-right: 10px;
}

#sec3 .container .line:after {
  margin-left: 10px;
}
/*=============================================
******************* sec4  **********************
*=============================================*/
#sec4 {
  background: url(../img/shared/bg_1.jpg) repeat center top;
  position: relative;
  margin-top: 3vw;
  padding-bottom: 4vw;
}
#sec4:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 10vw;
  transform: translateY(-100%);
  background: url(../img/takeout/sec4_bg.png) no-repeat center top;
  background-size: 100%;
}
#sec4 .photo {
  margin-top: 6vw;
}
#sec4 .photo span {
  display: block;
  position: relative;
  z-index: 2;
  width: 64%;
  margin: 0 auto -9vw;
}

/*=============================================
******************* sec5  **********************
*=============================================*/
#sec5 {
  padding: 11vw 0;
  background: url(../img/takeout/sec5_bg.jpg) no-repeat center top;
  background-size: cover;
}
#sec5 .bg {
  background: url(../img/takeout/sec5_txt_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 10vw 4% 5vw;
  margin: 0 -2%;
}
#sec5 .bg .txt {
  margin: 5vw 3% -7vw;
}
#sec5 .bg .txt span.red {
  color: #d40000;
}
#sec5 .bnr {
  padding-bottom: 0;
}

.tel_shared{
    text-align: center;
    font-family: 'Tenor Sans';
}
.tel_shared img{
     filter: invert(100%);
    width: 20px;
    padding-right: 5px;
}

.tel_shared .txt_mail span{
    font-size: 16px !important;
    display: inline-block;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.tel_shared .tel span{
    font-size: 20px !important;
    display: inline-block;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

/*# sourceMappingURL=takeout.css.map */
