@charset "UTF-8";
/* ___________________________ */
/* main___________*/
/* ___________________________ */
.main_fv {
  height: 250px;
}

.global_wrap {
  overflow-x: hidden;
}

.section_wrap {
  margin-bottom: 60px;
  opacity: 0;
  transition: opacity 1.2s ease,transform .8s ease;
  transform: translateY(30px);
}

.section_wrap.show {
  opacity: 1;
  transform: none;
}

.section_ttl {
  font-weight: bold;
  font-size: var(--section_ttl_size);
  font-family: var(--main_font);
  text-align: center;
  color: var(--main_color);
  border-bottom : 5px dotted #8d5d20;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}

.section_ttl::before,
.section_ttl::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_ttl::before {
  background-image: url(/images/shop/akiba_multi/honeytoastcafe/ttl_icon_l.png);
  left: 0;
}

.section_ttl::after {
  background-image: url(/images/shop/akiba_multi/honeytoastcafe/ttl_icon_r.png);
  right: 0;
}
/* ___________________________ */
/* /main___________*/
/* ___________________________ */



/* ___________________________ */
/* slide___________*/
/* ___________________________ */
.swiper-pointer-events {
    width: 99.9%;
}

.slide1 {
  height: 70vh;
}

.slide1 img {
  height: 100%;
  object-fit: cover;
}

.slide2 {
  height: auto;
  text-align: center;
}

.slide2 .swiper-pagination {
  bottom: 110px;
}

.swiper-slide {
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: var(--sub_color);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  top: 40%;
}

.swiper-button-next:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/images/shop/akiba_multi/honeytoastcafe/slide_right.svg);
  background-size: cover;
}

.swiper-button-prev:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/images/shop/akiba_multi/honeytoastcafe/slide_left.svg);
  background-size: cover;
}

.caption_ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.caption_txt {
  display: block;
  font-size: 14px;
  text-align: left;
}
/* ___________________________ */
/* /slide___________*/
/* ___________________________ */



/* ___________________________ */
/* concept___________*/
/* ___________________________ */
.concept_img_wrap {
  margin-bottom: 20px;
}

.concept_img {
  height: 230px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.concept_txt {
  text-align: var(--txt_align);
}

.notes_txt {
  font-size: 12px;
  margin-top: 5px;
}

.notes_txt::before {
  content: "※";
}

.concept_r_bottm {
  margin-top: 30px;
}

.concept_list {
  display: flex;
  margin-bottom: 20px;
}

.concept_list_item {
  width: 80px;
  height: 90px;
}

.concept_list_item:not(:last-child) {
  margin-right: 20px;
}

.concept_list_item_img {
  object-fit: contain;
}

.section_ttl_sub {
  color: var(--main_color);
  font-size: var(--section_sub_ttl_size);
  font-weight: bold;
  font-family: var(--main_font);
  margin-bottom: 15px;
}

.section_txt_sub {
  text-align: var(--txt_align);
}

.caption_img {
  height: 325px;
}

.concept_enjoy_caption {
  margin-top: 20px;
}

.concept_customer {
  margin-top: 50px;
}

.concept_customer_list {
  margin: 20px 0 30px;
}

.concept_customer_list_item {
  border: 2px solid var(--main_color);
  color: var(--main_color);
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  position: relative;
}

.concept_customer_list_item:not(:last-child) {
  margin-bottom: 15px;
}

.concept_customer_list_item::before {
  content: "“";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: -10px;
}

.concept_customer_list_item::after {
  content: "”";
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: -15px;
}

.link_btn_wrap {
  text-align: center;
  font-weight: var(--main_font);
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.link_btn {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #BE9F47;
  padding: 14px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.link_btn::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url(/images/shop/akiba_multi/honeytoastcafe/triangle_wh.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}
/* ___________________________ */
/* /concept___________*/
/* ___________________________ */



/* ___________________________ */
/* menu___________*/
/* ___________________________ */
.menu_list {
  display: flex;
  flex-direction: column;
}

.menu_list_item {
  width: 100%;
  height: 250px;
  font-size: 22px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  margin-bottom: 15px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.menu_list_item:nth-of-type(1) {
  background-image: url(/images/shop/akiba_multi/honeytoastcafe/bnr_menu_01.webp);
}

.menu_list_item:nth-of-type(2) {
  background-image: url(/images/shop/akiba_multi/honeytoastcafe/bnr_menu_03.webp);
}

.menu_item_link {
  font-family: var(--sub_font);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.menu_item_link_txt {
  font-size: 18px;
  display: block;
  margin-top: 20px;
}

.menu_item_link_txt::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background-image: url(/images/shop/akiba_multi/honeytoastcafe/menu-icon-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.reserve_btn {
  width: 100%;
  background-color: #E82E39;
  border-radius: 6px;
  padding: 6px 0;
  text-align: center;
}

.reserve_btn_link {
  color: #fff;
  font-size: 20px;
  padding: 6px 0;
  border: 2px solid #fff;
  width: calc(100% - 10px);
  border-radius: 3px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.reserve_btn_link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  background-image: url(/images/shop/akiba_multi/honeytoastcafe/triangle_wh.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

.plan_wrap, .concept_enjoy {
  margin-top: 60px;
}

.plan_img_wrap {
  height: 250px;
}

.plan_img {
  border-radius: 20px;
}

.plan_ttl {
  color: var(--main_color);
  font-family: var(--main_font);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.plan_list_time_wrap {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.plan_list_time_ttl {
  background-color: #996633;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  border-top: 2px #996633 solid;
}

.plan_list_time_ttl:first-of-type {
  border-right: 2px #fff solid;
  border-left: 2px #996633 solid;
}

.plan_list_time_ttl:last-of-type {
  border-right: 2px #996633 solid;
}

.plan_list_price_ttl {
  line-height: 35px;
  border-bottom: 2px #996633 solid;
}

.plan_list_price_ttl:first-of-type {
  border-left: 2px #996633 solid;
  border-right: 2px #996633 solid;
}

.plan_list_price_ttl:last-of-type {
  border-right: 2px #996633 solid;
}

.plan_btn_wrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 30px;
}

.plan_btn,
.plan_reserve_btn {
  width: calc(50% - 15px);
  text-align: center;
  border-radius: 5px;
}

.plan_btn {
  border: var(--sub_color_red) 2px solid;
}

.plan_btn_link {
  color: var(--sub_color_red);
  line-height: 40px;
  display: block;
  height: 100%;
  width: 100%;
}

.plan_reserve_btn_link {
  color: #fff;
  line-height: 40px;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--sub_color_red);
  border: var(--sub_color_red) 2px solid;
  border-radius: 5px;
}

.plan_txt {
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}

.plan_txt::before {
  content: "＼";
}

.plan_txt::after {
  content: "／";
}


@media (max-width: 799px) {
  .menu_item_link:hover {
    color: #fff;
  }
    .reserve_btn_link:hover {
    color: #fff;
  }
    .plan_img_wrap {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .plan_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* ___________________________ */
/* /menu___________*/
/* ___________________________ */




/* ___________________________ */
/* shop_info___________*/
/* ___________________________ */
.shop_info_l_inner {
  width: 100%;
}

.map_wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.map_wrap > iframe {
  width: 100%;
}

.GoogleMap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop_info_list {
  margin-bottom: 25px;
}

.shop_info_list_item {
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
  margin-top: 10px;
}

.shop_info_list_item:not(:last-child) {
  border-bottom: 2px solid var(--main_color);
}

.shop_info_item_ttl {
  font-size: 16px;
  font-weight: bold;
}

.shop_info_item_ttl::before {
  content: "【";
}

.shop_info_item_ttl::after {
  content: "】";
}

.shop_info_item_txt {
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
}

.shop_info_access_item {
  display: flex;
}

.shop_info_access_item:not(:last-child) {
  margin-bottom: 5px;
}

.shop_info_access_item::before {
  content: "●";
  margin-right: 5px;
}

.tel_link {
  text-decoration: underline;
}

.insta_box.pc {
  display: none;
}

.insta_wrap {
  display: block;
  margin: 60px auto 0;
  text-align: center;
  width: 100%;
}

.insta_box {
  width: 100%;
  margin: auto;
}

.instagram_link {
  width: calc(89vw / 3);
  height: calc(100vw / 3);
  display: inline-block;
}

.instagram_images {
  max-height: 100%;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.insta_link_btn {
  margin: 10px 0 0;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.insta_link {
  font-family: var(--sub_font);
  border: 1px var(--main_color) solid;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
  padding: 14px 0;
  position: relative;
}

.insta_link::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  background-image: url(/images/shop/akiba_multi/honeytoastcafe/ico_instagram.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ___________________________ */
/* /shop_info___________*/
/* ___________________________ */



@media screen and (max-width: 321px) {
  .header_logo_img {
    width: 130px;
  }

  .concept_customer_list_item {
    font-size: 10px;
  }

  .reserve_btn_link,
  .link_btn {
    font-size: 16px;
  }

  .plan_txt {
    font-size: 10px;
  }

  .instagram_link {
      width: calc(100vw / 4);
  }
}
/* ___________________________ */
/* スマホ最小___________*/
/* ___________________________ */

@media (hover: none) {
  a:active {
    opacity: 0.6;
  }

  .menu_item_link:hover,
  .reserve_btn_link:hover,
  .link_btn:hover,
  .burger_list_item > a:hover,
  .menu_item_link:hover {
    color: #fff;
  }
}

/* ----------メニューページ---------- */
#honeytoastcafe_menu .link_btn {
  font-size: 18px;
}