@charset "UTF-8";

body{
  background-color: #E2DED7;
}

/* -------------------
header PC
------------------- */

.delivery__header{
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

.header__btn img{
  display: block;
  width: 46px;
  height: 31px;
  position: absolute;
  top: 70px;
  right: 5%;
}

.close__btn{
  display: block;
  width: 46px;
  height: 31px;
  position: absolute;
  top: 70px;
  right: 15%;
}

/* -------------------
header SP
------------------- */

@media screen and (max-width: 769px) {
  .delivery__header{
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
  }

  .header__btn img{
    display: block;
    width: 40px;
    height: 27px;
    position: absolute;
    top: 70px;
    right: 58px;
  }
}

@media screen and (max-width: 450px) {
  .header__btn img{
    right: 34px;
  }
  
}


/* -------------------
title PC
------------------- */

.title_line{
  background-color: rgba(21, 14, 5, 0.60);
  width: 100%;
  height: 104px;
  display: inline-block;
  text-align: center;
  margin-top: 240px;
}

.title_line--first{
  margin-top: 0;
}

.title{
  color: #F9F8F6;
  font-family: "Shippori Mincho";
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 104px;
}

/* -------------------
title SP
------------------- */

@media screen and (max-width: 769px) {
  .title_line{
    height: 80px;
  }

  .title{
    font-size: 2.2rem;
    line-height: 80px;
  }
}

/* -------------------
delivery lead PC
------------------- */

.delivery_lead{
  width: 100%;
  height: 620px;
  position: relative;
}

.delivery_lead_text--drink{
  color: #6B1313;
  font-family: "Shippori Mincho";
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  opacity: 1;
  text-shadow: 
    0 1px 1px #B16A6A,   /* 上からの光 */
    0 -1px 1px #8a6b1f;  /* 下の陰影 */
}

.delivery_lead_text--drink span{
  color: #332B0C;
  font-family: "Shippori Mincho";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 42px;
  display: block;
  margin-top: 50px;
  text-shadow: none;
}

.delivery_lead--drink{
  background-image: url(../images/CoffeeBeans.png);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  z-index: 10;
}

.delivery_lead_text--drink{
  position: absolute;
  left: 52px;
  bottom: 50px;
  opacity: 1;
}

.delivery_lead--lunchbox{
  background-image: url(../images/CowAndFarmer.png);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  z-index: 10;
  /* text-align: right; */
}

.delivery_lead_text--lunchbox{
  position: absolute;
  left: 52px;
  bottom: 50px;
  opacity: 1;
  font-family: "Shippori Mincho";
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  color: #95663a;
  text-shadow: 
    0 1px 1px #fff6c0,   /* 上からの光 */
    0 -1px 1px #8a6b1f;  /* 下の陰影 */
  /* text-align: right;
  margin-left: auto; */
}

.delivery_lead_text--lunchbox span{
  color: #332B0C;
  font-family: "Shippori Mincho";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 42px;
  display: block;
  margin-top: 50px;
  text-shadow: none;
}

.brTb{
  display: none;
}

/* -------------------
delivery lead Tablet 1100
------------------- */
@media screen and (max-width: 1100px) {
  .brTb{
    display: block;
  }
  
}

/* -------------------
delivery lead SP
------------------- */

@media screen and (max-width: 769px) {
  .delivery_lead{
    width: 100%;
    height: 350px;
    position: relative;
  }

  .delivery_lead_text{
    font-size: 2.6rem;
  }

  .delivery_lead_text span{
    font-size: 1.8rem;
    line-height: 26px;
    margin-top: 20px;
  }

  .delivery_lead_text--drink{
    left: 20px;
    bottom: 30px;
  }

  .delivery_lead_text--lunchbox{
    left:20px;
    bottom: 30px;
  }
}


/* -------------------
delivery lead SP②
------------------- */

@media screen and (max-width: 428px) {
  .delivery_lead_text{
    font-size: 1.8rem;
  }

  .delivery_lead_text span{
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 20px;
  }

  .delivery_lead_text--drink{
    left: 20px;
    bottom: 30px;
    text-shadow: 
    0 0.5px 0.5px #B16A6A,  
    0 -0.5px 0.5px #8a6b1f;  
  }  

  .delivery_lead_text--lunchbox{
    left:20px;
    bottom: 30px;
    text-shadow: 
    0 0.5px 0.5px #fff6c0,   
    0 -0.5px 0.5px #8a6b1f; 
  }
}


/* -------------------
.delivery menu PC
------------------- */

.delivery_menu{
  display: flex;
  margin: 156px auto 0;
  justify-content: space-between;
  max-width: 1200px;
  width: 95%;
}

.delivery_menu_picture{
  width: 36%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.delivery_menu_contents{
  display: flex;
  padding: 20px 2%;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  border-radius: 10px;
  background-color: rgba(249, 248, 246, 0.7);
  width: 56%;
  height: fit-content;
}

.delivery_menu_list{
  width: 100%;
}

.delivery_menu_item{
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin-top: 50px;
  gap: 0px;
  align-items: center;
}

.delivery_menu_item:first-of-type{
  margin-top: 0;
}

.delivery_menu_name{
  color: #000;
  text-align: left;
  font-size: 2rem;
  line-height: normal;
}

.delivery_menu_name span{
  font-size: 2.4rem;
  font-weight: 700;
  color: #6B1313;
}

.delivery_menu_name--lunchbox{
  color: #95663a;
  font-size: 2.4rem;
}

.delivery_menu_name--lunchbox span{
  color: #000;
  font-size: 2rem;
}

.delivery_menu_price{
  color: #000;
  text-align: center;
  font-size: 2rem;
  line-height: normal;
}

.delivery_menu_discription{
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 34px;
}

.attention{
  position: relative;
  margin-left: 16px;
}

.attention::before{
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../images/Attention.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: 5px;
}

.brSp, .brSp2{
  display: none;
}

/* -------------------
delivery menu tablet
------------------- */
@media screen and (max-width: 1180px) {
  .delivery_menu_picture{
    width: 35%;
    height: fit-content;
  }

  .delivery_menu_contents{
    width: 60%;
    gap: 20px;
  }

  .delivery_menu_item{
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin-top: 20px;
    gap: 30px;
  }

  .delivery_menu_item:first-of-type{
    margin-top: 0;
  }

  .delivery_menu_name{
    text-align: left;
    font-size: 1.8rem;
    line-height: normal;
  }

  .delivery_menu_name span{
    font-size: 2rem;
    font-weight: 700;
  }

  .delivery_menu_name--lunchbox{
    font-size: 2rem;
  }

  .delivery_menu_name--lunchbox span{
    font-size: 1.8rem;
  }

  .delivery_menu_price{
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    line-height: normal;
  }

  .delivery_menu_discription{
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 34px;
  }

  .brSp{
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .brSp2{
    display: block;
  }
}

/* -------------------
delivery menu SP
------------------- */

@media screen and (max-width: 769px) {
  .delivery_menu{
    display: flex;
    margin: 80px auto 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .delivery_menu_picture{
    width: 60%;
    height: fit-content;
  }

  .delivery_menu_contents{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    border-radius: 10px;
    background-color: rgba(249, 248, 246, 0.7);
    width: 95%;
    height: fit-content;
    margin-top: 40px;
  }

  .delivery_menu_item{
    margin-top: 26px;
  }

  .delivery_menu_item:first-of-type{
    margin-top: 0;
  }

  .delivery_menu_name{
    font-size: 1.4rem;
  }

  .delivery_menu_name span{
    font-size: 1.6rem;
  }

  .delivery_menu_name--lunchbox{
    font-size: 1.6rem;
  }

  .delivery_menu_name--lunchbox span{
    font-size: 1.4rem;
  }

  .delivery_menu_price{
    font-size: 1.4rem;
  }

  .delivery_menu_discription{
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .attention{
    position: relative;
    margin-left: 14px;
  }

  .attention::before{
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(../images/Attention.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -14px;
    top: 5px;
  }

  .brSp2{
    display: none;
  }
}

/* -------------------
delivery menu SP②
------------------- */

@media screen and (max-width: 480px) {
  .delivery_menu_contents{
    padding: 10px;
  }

  .delivery_menu_item{
    gap: 6px;
  }

  .delivery_menu_price{
    font-size: 1rem;
  }

  .delivery_menu_name{
    font-size: 1.2rem;
  }

  .delivery_menu_name span{
    font-size: 1.4rem;
  }

  .delivery_menu_name--lunchbox{
    font-size: 1.4rem;
  }

  .delivery_menu_name--lunchbox span{
    font-size: 1.2rem;
  }

  .delivery_menu_discription{
    font-size: 1.0rem;
    line-height: 1.6;
    margin-top: 16px;
  }

  .brSp2{
    display: block;
  }

  .attention{
    position: relative;
    margin-left: 10px;
  }

  .attention::before{
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url(../images/Attention.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -10px;
    top: 5px;
  }
  
}



/* -------------------
delivery info
------------------- */

.delivery_menu_info{
  color: #000;
  font-size: 1.6rem;
  line-height: normal;
}

.attention--margin{
  margin-top: 20px;
}

.delivery_info{
  gap: 80px;
}

.delivery_info_list{
  display: flex;
  margin: 156px auto 0;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  background: rgba(249, 248, 246, 0.70);
  max-width: 1200px;
  width: 95%;
}

.delivery_info_title{ 
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 60px;
}

.delivery_info_title:first-of-type{
  margin-top: 0;
}

.delivery_info_text{
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

.delivery_info_text::before{
  content: "";
  width: 5px;
  height: 4px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 10px;
}

.delivery_info_text--top{
  margin-top: 20px;
}

.delivery__info--coffee{
  position: relative;
}

.back__coffee{
  background-image: url(../images/CoffeeBeans_Back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  z-index: -100;
  width: 1000px;
  height: 500px;
  position: absolute;
  top: 200px;
  right: 0px;
}
/* 
.delivery__info--lunchbox{
  position: relative;
}

.back__lunchbox{
  background-image: url(../images/LunchBox_Back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: -100;
  width: 1030px;
  height: 616px;
  position: absolute;
  top: 200px;
  right: -132px;
} */



/* -------------------.delivery menu tablet
------------------- */
@media screen and (max-width: 1180px) {
  .delivery_menu_info{
    font-size: 1.4rem;
    line-height: normal;
  }

}

/* -------------------
delivery menu SP
------------------- */
@media screen and (max-width: 769px) {
  .delivery_info{
    padding: 30px 3% 0;
  }

  .delivery_menu_info{
    font-size: 1.4rem;
    line-height: normal;
  }

  .attention--margin{
    margin-top: 16px;
  }

  .delivery_info{
    gap: 80px;
  }

  .delivery_info_list{
    margin: 50px auto 0;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;

    border-radius: 10px;
    background: rgba(249, 248, 246, 0.70);
    width: 95%;
  }

  .delivery_info_title{ 
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
    margin-top: 60px;
  }

  .delivery_info_title:first-of-type{
    margin-top: 0;
  }

  .delivery_info_text{
    color: #000;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .delivery_info_text--top{
    margin-top: 20px;
  }

  .back__coffee{
    background-image: url(../images/CoffeeBeans_Back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    z-index: -100;
    width: 500px;
    height: 250px;
    position: absolute;
    top: 600px;
    right: 0px;
  }
/* 
  .back__lunchbox{
    background-image: url(../images/LunchBox_Back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    z-index: -100;
    width: 500px;
    height: 308px;
    position: absolute;
    top: 700px;
    right: -132px;
  } */
}

@media screen and (max-width: 428px) {
  .delivery_menu_info{
    font-size: 1.0rem;
    line-height: 1.6;
  }

  .delivery_info_title{ 
    font-size: 1.4rem;
  }

  .delivery_info_text{
    font-size: 1.2rem;
    line-height: 1.6;
  }

  
}


/* -------------------
form
------------------- */

.form_button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 160px;
}

.form_button p{
  display: block;
  color: #332B0C;
  font-family: "Shippori Mincho";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

.form_button img{
  width: 30px;
  height: 14px;
}

.contact{
  color: #332B0C;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 100px;
}

@media screen and (max-width: 769px) {
  .form_button{
    gap: 5px;
    margin-top: 100px;
  }

  .form_button p{
    font-size: 2rem;
  }

  .form_button img{
    width: 20px;
    height: 10px;
  }

  .contact{
    font-size: 2rem;
  }
}

@media screen and (max-width: 428px) {
  .form_button p{
    font-size: 1.6rem;
  }

  .form_button img{
    width: 16px;
    height: 8px;
  }

  .contact{
    font-size: 1.6rem;
  }
  
}

/* ==========================
footer
========================== */

.delivery__footer{
  background-color: rgba(21, 14, 5, 0.50);
  width: 100%;
  height: 150px;
  display: inline-block;
  text-align: center;
  margin-top: 240px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__logo{
  background-image: url(../images/Logo_White.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 80px;
}

.pageTop_btn{
  background-color: #F9F8F6;
  border-radius: 50%;
  padding: 16px;
  position: fixed;
  bottom: 2%;
  right: 5%;
  z-index: 100;
  opacity: 0;               /* 最初は非表示 */
  pointer-events: none;     /* 非表示中はクリック無効 */
  transition: opacity 0.5s; /* フェードイン・アウト */
}

.pageTop_btn.show{
  opacity: 1;
  pointer-events: auto;
}

.pageTop_arrow{
  width: 30px;
  height: 18px;
}

.pageTop_btn p{
  color: rgb(21, 14, 5);
  margin-top: 4px;
}


/* ==========================
footer sp
========================== */
@media screen and (max-width: 769px) {
  .delivery__footer{
    height: 100px;
    margin-top: 200px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .footer__logo{
    width: 100px;
    height: 60px;
  }

  .pageTop_btn{
    padding: 10px;
  }

  .pageTop_arrow{
    width: 22px;
    height: 13px;
  }

  .pageTop_btn p{
    color: rgb(21, 14, 5);
    margin-top: 4px;
  }
  
}


/* ==========================
fadeIn
========================== */

.fadeIn{
  transform: translate(0, 50px);
  opacity: 0;
  transition: 0.6s;
}

.fadeIn.animated{
  transform: translate(0,0);
  opacity: 1;
}

.fadeInTop{
  transform: translate(0, 30px);
  opacity: 0;
  transition: 1.6s;
}

.fadeInTop.animated{
  transform: translate(0,0);
  opacity: 1;
}