@charset "UTF-8";
a,
a:hover {
  color: inherit;
  opacity: 1;
}

.btn_01 {
  color: var(--color-white);
}

.btn_01.brown:hover {
  background: #7E4934;
}

.h2_txt {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 0;
}

.h2_txt span {
  font-size: 16px;
}

#plan {
  display: grid;
  background: var(--color-brown);
}

#plan .h2_txt {
  color: var(--color-white);
}

.sub_en_ttl {
  display: block;
  margin-bottom: 30px;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 6px;
}

.plan_txt_desc {
  margin-bottom: 30px;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.5;
}

#plan .sub_en_ttl {
  color: var(--color-white);
}

.menu_wrap {
  padding: 60px 40px;
  margin-bottom: 30px;
}

.menu_wrap .txt_01 span {
  font-size: 16px;
}

.plan_txt_01 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 26px;
}

.plan_txt_01 span {
  background: var(--color-brown);
  color: var(--color-white);
  font-size: 20px;
  padding: 10px 20px;
  margin: 0 10px;
}

.price_box {
  margin-bottom: 60px;
  text-align: center;
}

.price_ttl {
  font-size: 22px;
  padding: 20px 0;
  margin: 40px 0 0;
}

.price_wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}

.price_cont_bx {
  width: 50%;
  padding: 30px;
}

.price_cont_bx p {
  display: block;
  padding: 5px;
  background: var(--color-brown);
  color: var(--color-white);
  font-size: 16px;
}

.plan_subtxt_01 {
  margin: 10px;
  color: var(--color-black);
  font-size: 24px;
}

.plan_subtxt_02 {
  font-size: 14px;
}

#colors {
  background: var(--color-skin);
  display: grid;
}

.color_list {
  display: flex;
  flex-wrap: wrap;
}

.color_list li {
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
  margin-right: 20px;
}

.color_list li:nth-child(4n) {
  margin-right: 0;
}

.color_list li img {
  margin-bottom: 10px;
}

#reserve {
  background: var(--color-luxor);
  display: grid;
}

#reserve .txt_01 {
  color: var(--color-white);
  text-align: center;
}

.res_box {
  display: flex;
  justify-content: center;
}

.btn_04 {
  position: relative;
  width: 60%;
  display: block;
  color: var(--color-luxor);
  font-size: 18px;
  background: var(--color-white);
  box-sizing: border-box;
}

/* .btn_04 a {
  color: var(--color-luxor);
} */

.btn_04 a{
  display: block;
  padding: 16px 20px;
  cursor: pointer;
}

.btn_04:hover,
#reserve02 .btn_04:hover {
  background-color: #795B0D;
  color:var(--color-white);
}

.btn_04::after {
  content: "";
  position: absolute;
  background: url(/images/afternoon-tea/ico_arrow_b.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 14px;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
}

.btn_04:first-of-type {
  margin-right: 40px;
}


.btn_04.tel {
  display: block;
  text-align: center;
  letter-spacing: 2px;
  padding-left: 48px;
}

.btn_04.tel::before {
  content: "";
  position: absolute;
  background: url(/images/afternoon-tea/common/ico_tel.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 16px;
  top: 48%;
  left: 32%;
  transform: translate(-50%, -50%);
}

.btn_04.tel:hover:before,
#reserve02 .btn_04.tel:hover:before {
  content: "";
  position: absolute;
  background: url(/images/afternoon-tea/common/ico_tel02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 16px;
  top: 48%;
  left: 32%;
  transform: translate(-50%, -50%);
}

.btn_04.tel::after {
  content: none;
}

.btn_04:hover:after,
#reserve02 .btn_04::after {
  background: url(/images/afternoon-tea/ico_arrow_w_02.webp);
}

.pati_ttl {
  margin-bottom: 20px;
}

.pati_txt_02 {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 20px;
}

#access {
  background: var(--color-skin);
  display: grid;
}

#reserve02 .txt_01 {
  text-align: center;
}

#reserve02 .btn_04 {
  color: var(--color-white);
  background: var(--color-luxor);
}

#reserve02 .btn_04::after {
  background: url(/images/afternoon-tea/ico_arrow_w_02.webp);
}

#reserve02 .btn_04.tel::before {
  background: url(/images/afternoon-tea/common/ico_tel02.webp);
}

#btn-reserve {
  right: 20px;
}

#ginza .burger_container ,
#ikebukuro .burger_container {
  position: relative;
  background: var(--color-brown);
  backdrop-filter: blur(10px);
}

#ginza .burger_btn.open ,
#ikebukuro .burger_btn.open {
  position: relative;
  background: var(--color-brown);
}

.burger_nav_item {
  width: 40%;
}

.burger_nav_item a:hover {
  color: var(--color-white);
  opacity: 0.6;
}

.burger_nav_item.burger_nav_reserve:hover {
  background: #7E4934;
  border: none;
}

.burger_nav_item.burger_nav_reserve a:hover {
  opacity: 1;
}

.btn_05{
  margin-top: 50px;
  text-align: center;
}

.btn_05 a::after{
    content: "";
    position: absolute;
    background: url(/images/afternoon-tea/ico_arrow_w_02.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 2%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.btn_05 a{
  position: relative;
  display: block;
  width: 60%;
  padding: 16px 20px;
  font-size: 18px;
  background-color: #9D6854;
  color: var(--color-white);
  margin: 0 auto;
}

.btn_05:hover{
  opacity: .8;
}

.list_ttl{
  color: var(--color-brown);
}

.menu_box li::before{
  content: '・';
}

@media screen and (max-width: 768px){

  .inner {
    width: 86%;
  }

  .h2_txt {
    font-size: 24px;
    line-height: 1.4;
  }

  .sub_en_ttl {
    font-size: 16px;
    line-height: 1.2;
  }

  .menu_wrap {
    background: var(--color-skin);
    padding: 20px 20px 40px 20px;
  }

  #plan .menu_wrap .txt_01 {
    text-align: left;
    font-size: 16px;
    padding: 0;
  }

  #plan .menu_wrap .txt_01 span {
    font-size: 12px;
  }

  .plan_txt_01 span {
    font-size: 12px;
    padding: 10px;
    margin: 0 6px;
  }

  .price_wrapper {
    display: block;
  }

  .price_cont_bx {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 0;
  }

  .price_cont_bx:first-of-type {
    border-bottom: 1px dotted;
  }

  .price_cont_bx p {
    width: 40%;
    height: 30px;
    line-height: 30px;
  }
  .price_cont_bx p.adj_01 {
    width: fit-content;
    padding-left:8px;
    padding-right:8px;
  }

  .plan_subtxt_01 {
    margin: 0 auto;
    font-size: 22px;
  }

  .menu_box {
    padding: 0;
    margin: 0;
    background: none;
  }

  .color_list li {
    width: calc((100% - 20px) / 2);
  }

  .color_list li:nth-child(4n) {
    margin-right: 20px;
  }

  .color_list li:nth-child(2n) {
    margin-right: 0;
  }

  .res_box {
    display: block;
  }

  .btn_04 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btn_04.tel a {
    padding-left: 40px;
  }

  .btn_04.tel::before {
    left: 28%;
  }

  .pati_txt {
    background: none;
    padding: 0;
  }

  .pati_txt_02 {
    text-align: center;
    margin-bottom: 20px;
  }

  .info_box {
    margin-bottom: 0;
  }

  .shop_table {
    width: 100%;
  }

  iframe {
    height: 200px;
  }

  #btn-reserve {
    bottom: 72px;
  }

  .burger_btn {
    width: 88px;
    height: 88px;
  }

  .burger_btn.open span {
    left: 30% !important;
  }

  .burger_nav_item {
    width: 80%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .btn_05 a{
    width: auto;
    font-size: 16px;
  }

}
