/*--------------------------------------
	header
--------------------------------------*/
header {
  padding-bottom: 10%;
}

header:before {
  content: "";
  width: 70%;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url("../img/shared/bg2.jpg");
}

#key .key-slide .item {
  height: 100vw;
}

#key .key-slide .slide1 {
  background: url("../img/takeout/key_slide01.jpg") no-repeat center/cover;
}

#key .key-slide .slide2 {
  background: url("../img/takeout/key_slide02.jpg") no-repeat center/cover;
}

#key .key-ttl {
  width: 15vw;
  z-index: 2;
  position: absolute;
  left: 5%;
  top: 15vw;
}

@media only screen and (min-width: 768px) {
  #key .key-ttl {
    width: 70px;
    top: 75px;
    left: calc(50% - 323px);
  }
  #key .key-slide {
    margin: auto;
    width: 100%;
    max-width: 1160px;
  }
  #key .key-slide .item {
    height: 630px;
  }
  #key .key-slide .slide1 {
    background: url("../img/takeout/key_slide01.jpg") no-repeat center/cover;
  }
  #key .key-slide .slide2 {
    background: url("../img/takeout/key_slide02.jpg") no-repeat center/cover;
  }
  #key .g-link {
    position: absolute;
    bottom: 47px;
    z-index: 2;
    left: calc(50% - 455px);
  }
	#key .g-link li{
		position: relative;
	}
  #key .g-link li + li {
    margin-top: 0;
  }
	#key .g-link small{
		width: 310px;
		color: #fff;
		position: absolute;
		left: 0;
		bottom:5px;
		text-align: center;}
  header {
    padding-bottom: 72px;
  }
  header:before {
    width: 372px;
    top: 0;
    right: auto;
    margin: 0;
    left: calc(50% - 472px);
  }
}

#sec1 {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 10% 0;
}

#sec1 .txt {
  z-index: 2;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding: 10% 5%;
  background: rgba(0, 0, 0, 0.56);
}

#sec1 h2 {
  width: 35%;
  margin: 0 auto 10%;
  z-index: 2;
  position: relative;
}

#sec1 h2:before {
  content: "";
  width: 1px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.35);
          box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.35);
  position: absolute;
  top: -10vw;
  right: 26%;
  bottom: 5%;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 150px 0 36px;
  }
  #sec1 .txt {
    margin: 0 35px 0 auto;
    width: 440px;
    padding: 58px 47px 80px 57px;
  }
  #sec1 h2 {
    top: 60px;
    bottom: 0;
    width: 210px;
    margin: 0;
    left: calc(50% - 500px);
    position: absolute;
  }
  #sec1 h2:before {
    top: -60px;
    bottom: 0;
  }
}

.txt-shadw {
  text-shadow: 0px 0px 5px rgba(53, 42, 21, 0.2), 0px 0px 7px rgba(53, 42, 21, 0.2);
  color: #5d4a3f;
}

#sec2 {
  padding-top: 13%;
}

#sec2 .slick-dots {
  margin-top: 15px;
}

#sec2 .slick-dots li {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}

#sec2 .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #91836f;
  background: url("../img/shared/bg2.jpg");
}

#sec2 .slick-dots .slick-active button {
  background: #91836f;
}

#sec2 .txt-box {
  padding: 10% 6% 15%;
  position: relative;
  margin: 20px -4vw 0;
  background: url("../img/shared/bg2.jpg");
}

#sec2 .price {
  margin-top: 5px;
}

#sec2 .price span {
  font-size: 120%;
}

#sec2 .txt {
  margin-top: 20px;
  text-align: justify;
}

#sec2 h2 {
  width: 65%;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 0;
  }
  #sec2 h2 {
    width: auto;
    margin-left: -2px;
  }
  #sec2 .txt {
    margin-top: 40px;
    width: 276px;
  }
  #sec2 .price {
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 0.15em;
  }
  #sec2 .price span {
    font-size: 20px;
    letter-spacing: 0.15em;
  }
  #sec2 .slide {
    margin-top: 110px;
    float: right;
    width: 703px;
    margin-right: -150px;
  }
  #sec2 .slide .slick-dots {
    margin-left: 5px;
    text-align: left;
  }
  #sec2 .txt-box {
    float: left;
    width: 372px;
    padding: 154px 20px 145px 50px;
    margin: 0 0 0 28px;
  }
}

#sec3 {
  padding-top: 13%;
  padding-bottom: 13%;
  text-align: center;
  background: url("../img/shared/bg3.jpg");
}

#sec3 ul {
  margin-top: 10%;
}

#sec3 ul li {
  border: 1px solid #5d4a3f;
  margin-bottom: 15px;
  padding: 35px 15px 40px;
}

#sec3 ul h3 {
  color: #47301a;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding-top: 120px;
    padding-bottom: 139px;
  }
  #sec3 ul {
    margin-top: 69px;
    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;
  }
  #sec3 ul li {
    width: 490px;
    margin-bottom: 20px;
    padding: 50px 10px 65px;
  }
  #sec3 ul h3 {
    font-size: 25px;
    margin-bottom: 38px;
  }
}

.contact-tel {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}

.contact-tel strong {
  display: block;
  padding: 5px 0 15px;
  font-size: 14px;
}

.contact-btn {
  margin-top: 25px;
}

.contact-btn a {
  display: block;
  position: relative;
  border: 1px solid #000;
  border-radius: 35px;
  line-height: 62px;
  height: 66px;
  font-size: 17px;
  padding-right: 10px;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
}

.contact-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.contact-btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #000;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-btn a {
    padding-top: 2px;
  }
}

@supports (-ms-accelerator: true) {
  .contact-btn a {
    padding-top: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .contact-tel {
    width: 660px;
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 0.13em;
  }
  .contact-tel dd {
    margin-top: 3px;
  }
  .contact-tel strong {
    font-size: 22px;
    padding-bottom: 26px;
    letter-spacing: 0.13em;
  }
  .contact-btn {
    margin: 40px auto 0;
    width: 360px;
  }
  .contact-btn a {
    font-size: 20px;
  }
  .contact-btn a:hover {
    background: rgba(71, 48, 26, 0.05);
  }
}

#sec4 {
  padding: 10% 0 15%;
  text-align: center;
  background: url("../img/shared/bg2.jpg");
}

#sec4 h2 {
  margin: auto;
  width: 70%;
}

#sec4 .contact-tel {
  margin-top: 5%;
}

#sec4 .list {
  margin-top: 50px;
}

#sec4 .list h3 {
  color: #47301a;
  font-size: 18px;
  margin-bottom: 20px;
}

#sec4 .list .item {
  margin-bottom: 20px;
  border: 1px solid #5d4a3f;
  padding: 35px 5% 40px;
}

#sec4 .list .box2 h3 {
  font-size: 20px;
}

#sec4 .list .box2 ul {
  display: inline-block;
}

#sec4 .list .box2 li {
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 100px 0 120px;
  }
  #sec4 h2 {
    margin: auto;
  }
  #sec4 .contact-tel {
    margin-top: 40px;
  }
  #sec4 .list {
    margin: 72px 75px 0;
    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;
  }
  #sec4 .list h3 {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
  #sec4 .list .item {
    width: 395px;
    padding: 50px 10px 45px;
    margin-bottom: 0;
  }
  #sec4 .list .box1 {
    padding-top: 73px;
  }
  #sec4 .list .box1 h3 {
    letter-spacing: 0.02em;
  }
  #sec4 .list .box2 {
    text-align: left;
    padding-left: 45px;
  }
  #sec4 .list .box2 h3 {
    font-size: 25px;
    margin-bottom: 35px;
  }
  #sec4 .list .box2 ul {
    display: block;
  }
  #sec4 .list .box2 li {
    text-indent: -21px;
    margin-left: 21px;
  }
}

#sec5 {
  text-align: center;
  padding: 13% 0 13%;
}

#sec5 h2 {
  margin-bottom: 8%;
}

#sec5 .txt-box {
  text-align: left;
  margin-top: 25px;
}

#sec5 .txt-box dl {
  margin-bottom: 20px;
}

#sec5 .txt-box dl dt {
  font-size: 22px;
  letter-spacing: 0.13em;
}

#sec5 .txt-box dl dd {
  letter-spacing: 0.1em;
}

#sec5 .txt-box dl dd span {
  font-size: 120%;
  letter-spacing: 0.1em;
}

#sec5 .txt-box ul {
  margin-bottom: 20px;
}
#sec5 .slick-dots {
  margin-top: 15px;
}

#sec5 .slick-dots li {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}

#sec5 .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #91836f;
  background: url("../img/shared/bg2.jpg");
}

#sec5 .slick-dots .slick-active button {
  background: #91836f;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 120px 0 117px;
  }
  #sec5 h2 {
    margin-bottom: 53px;
  }
  #sec5 .img {
	  width: 500px;
    float: left;
  }
  #sec5 .txt-box {
    width: 445px;
    float: right;
    margin-top: 12px;
  }
  #sec5 .txt-box dl {
    margin-bottom: 35px;
  }
  #sec5 .txt-box dl dt {
    font-size: 40px;
  }
  #sec5 .txt-box dl dd {
    font-size: 18px;
  }
  #sec5 .txt-box dl dd span {
    font-size: 20px;
  }
  #sec5 .txt-box ul {
    margin-bottom: 33px;
  }
}

#sec6 {
  position: relative;
}

#sec6 h2 {
  position: relative;
  z-index: 2;
  padding-bottom: 25vw;
  width: 32vw;
  margin-left: auto;
}

#sec6 h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24%;
  width: 1px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.35);
          box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.35);
}

@media only screen and (min-width: 768px) {
  #sec6 h2 {
    width: 188px;
    padding-bottom: 200px;
  }
  #sec6 h2:before {
    right: 46px;
  }
}

#sec7 {
  padding-top: 13%;
  padding-bottom: 13%;
}

#sec7 .img-group {
  position: relative;
  width: 70%;
}

#sec7 .img-group .img1 {
  width: 100%;
}

#sec7 .img-group .img2 {
  width: 47%;
  margin-left: 10%;
  margin-top: 9%;
}

#sec7 .img-group .img3 {
  z-index: 1;
  position: absolute;
  right: -4%;
  width: 47%;
  top: 49%;
}

#sec7 .txt {
  margin-top: 3%;
  width: 100%;
}

#sec7 h2 {
  margin-top: 3%;
  width: 22%;
}

@media only screen and (min-width: 768px) {
  #sec7 {
    padding-bottom: 86px;
    padding-top: 109px;
  }
  #sec7 .img-group {
    margin-left: -48px;
    width: 630px;
  }
  #sec7 .img-group .img1 {
    width: 630px;
  }
  #sec7 .img-group .img2 {
    width: 300px;
    margin-top: 57px;
    margin-left: 64px;
  }
  #sec7 .img-group .img3 {
    width: 299px;
    right: -32px;
    top: 347px;
  }
  #sec7 h2 {
    margin-top: 43px;
    width: 140px;
  }
  #sec7 .txt {
    margin-top: 157px;
    margin-left: 66px;
    height: 510px;
    width: 200px;
  }
  #sec7 .txt .int {
    line-height: 1;
  }
}

#sec8 {
  text-align: center;
  padding-top: 13%;
  padding-bottom: 18%;
  background: url("../img/shared/bg2.jpg");
}

#sec8 .box1 {
  border: 1px solid #91836f;
  margin: 20px auto 35px;
  padding: 25px 5%;
}

#sec8 .box1 .txt {
  text-align: left;
}

#sec8 .box1 ul {
  margin-bottom: 15px;
}

#sec8 .box1 ul li {
  text-indent: -1em;
  margin-left: 1em;
}

#sec8 .box1 p {
  margin-left: 0.8em;
}

#sec8 .cap {
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 0.2em;
}

#sec8 h2 {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #sec8 {
    padding-top: 110px;
    padding-bottom: 130px;
  }
  #sec8 .box1 {
    width: 925px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 48px 40px 45px;
  }
  #sec8 .box1 .txt {
    display: inline-block;
  }
  #sec8 .box1 ul {
    margin-bottom: 28px;
  }
  #sec8 .box1 p {
    margin-left: 8px;
  }
  #sec8 h2 {
    width: auto;
  }
  #sec8 .cap {
    font-size: 20px;
    margin-top: 6px;
    letter-spacing: 0.35em;
  }
}
