@charset "UTF-8";

body{
  background-color: #E2DED7;
}

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

.catering__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%;
}


@media screen and (max-width: 769px) {
  .catering__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
------------------- */

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

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

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


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

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

/* -------------------
party body
------------------- */

.party_top{
  background-image: url(../images/ChoroQ_Hall.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 580px;
  display: flex;
  align-items: center;
}

.party_top_contents{
  background-color: rgba(249, 248, 246, 0.90);
  padding: 60px 30px;
  width: 100%;
}

.party_top_contents p{
  color: #332B0C;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: normal;
}

.party_top_contents span{
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-top: 46px;
}

.party_menu{
  width: 85%;
  background-color: #F9F8F6;
  display: block;
  margin: 80px auto 0;
  padding: 40px 0;
  align-items: center;
}

.party_menu_title{
  display: block;
  color: #000;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.42;
  border-bottom: 1px solid #5A4806;
  width: 70%;
  margin: 0 auto;
}

.party_menu_list{
  display: flex;
  max-width: 600px;
  width: 80%;
  justify-content: space-between;
  margin: 50px auto 0;
}

.party_menu_item{
  width: 260px;
  height: 60px;
  align-items: center;
  border-radius: 5px;
  background-color: #5A4806;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  line-height: 60px;
}

/* -------------------
party body tablet
------------------- */

@media screen and (max-width:900px) {
  .party_menu_list{
    max-width: 500px;
  }

  .party_menu_item{
    width: 200px;
  }
}

/* -------------------
party body SP
------------------- */
@media screen and (max-width: 600px) {
  .party_top{
    padding: 50px 0;
  }

  .party_top_contents{
    padding: 60px 10px;
  }

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

  .party_top_contents span{
    font-size: 1.4rem;
    margin-top: 50px;
  }

  .party_menu{
   align-items: center; 
  }

  .party_menu_title{
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.42;
  }

  .party_menu_list{
    display: block;
    max-width: 700px;
    margin: 50px auto 0;
  }

  .party_menu_item{
    width: 110px;
    height: 36px;
    font-size: 1.2rem;
    line-height: 36px;
    margin: 0 auto;
  }

  .party_menu_item:nth-of-type(2){
    margin-top: 30px;
  }

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

  .spBr{
    display: block;
  }
}


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

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

.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_text{
  color: #332B0C;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 30px;
}

.spBr{
  display: none;
}

@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_text{
    font-size: 1.2rem;
  }

  .spBr{
    display: block;
  }
}

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

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

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



/* ==========================
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;
}