@charset "utf-8";
img {
  width: 100%;
  height: auto;
} 

.burger_img {
  width: 150px;
  height: auto;
}

.sec_inner {
  container-type: inline-size;
  padding: 0 40px;
}

.menu-box {
  overflow: auto;
}

.menu-box:not(last-of-type) {
  margin-bottom: 40px;
}

.img_scrollable {
  max-width: none;
}

.scroll-hint-icon {
  opacity: unset;
}

.ttl_sec_02 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.ttl_sec_02:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 80%;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  background: #BE9F47;
  border-radius: 2px;
}

.box_menuimg {
  margin-bottom: 30px;
}

@container (min-width:768px) {
  #oshicolor-afternoon .box_menuimg {
    text-align: center;
  }
  #oshicolor-afternoon .box_menuimg img {
    width: auto;
    height: 700px;
  }
}

.shinjuku_yasukuni .bx_btn {
  grid-template-columns: auto;
}

.link_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: unset;
  padding: 10px 40px 10px 20px;
  border: 1px solid #BE9F47;
  border-radius: 20px;
  background-color: #BE9F47;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height:1.2;
}

.link_btn::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url(/images_2024r/food/honeytoastcafe/triangle_wh.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

.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;
}

@media screen and (width <= 768px) {
  .pc {
    display: none;
  }

  .sec_inner {
    padding: 0 5%;
  }

  .img_scrollable {
    width: auto;
    height: 500px;
  }

  #sec_gm .bx_btn {
    display: flex;
    flex-direction: column;
  }

  #honeytoastcafe_menu .link_btn {
      font-size: 16px;
      width: 360px;
  }
}

@media screen and (width >= 768px) {
  .footer .sp div#breadcrumbs {
    display: none;
  }
}

/* メニューページ 共通 */
#sec_gm .bx_btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
  #sec_gm .link_btn {
    width: 100%;
  }

@media screen and (min-width: 780px) {
  #honeytoastcafe_menu .header_r_inner {
      display: grid;
      align-items: flex-end;
  }

  #honeytoastcafe_menu .header_reserve_btn {
    margin-left: 20px;
  }
  #sec_gm .bx_btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }
  #sec_gm .link_btn {
    width: 50%;
  }
}

/* ハニトーカフェ 共通css */

/* ___________________________ */
/* 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_2024r/food/honeytoastcafe/ttl_icon_l.png);
  left: 0;
}

.section_ttl::after {
  background-image: url(/images_2024r/food/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_2024r/food/honeytoastcafe/slide_right.svg);
  background-size: cover;
}

.swiper-button-prev:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/images_2024r/food/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;
}

#sec_gm.food .menu-box,
#sec_gm.drink .menu-box{
  display: flex;
}

@media screen and (min-width: 769px) {
  #sec_gm.food .menu-box,
  #sec_gm.drink .menu-box{
    display: flex;
    justify-content: center;
  }
  
  #sec_gm.food .menu-box .img_scrollable,
  #sec_gm.drink .menu-box .img_scrollable{
    width: 25%;
    height: inherit;
  }
  #sec_gm.food .menu-box img:not(.img_scrollable),
  #sec_gm.drink .menu-box img:not(.img_scrollable){
    width: 40%;
  }
  .yokohama_kannai #sec_gm.food .menu-box .img_scrollable,
  .yokohama_kannai #sec_gm.drink .menu-box .img_scrollable {
    width: 100%;
    height: auto;
  }
}

/* ___________________________ */
/* /slide___________*/
/* ___________________________ */



/* ___________________________ */
/* concept___________*/
/* ___________________________ */
.concept_img_wrap {
  margin-bottom: 20px;
}

.concept_img {
  /* height: 230px; */
  border-radius: 20px;
  width: 100%;
  object-fit: contain;
}

.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;
}

#concept .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;
}

#concept .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;
}

#concept .link_btn::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url(/images_2024r/food/honeytoastcafe/triangle_wh.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}
/* ___________________________ */
/* /concept___________*/
/* ___________________________ */



/* ___________________________ */
/* menu___________*/
/* ___________________________ */
.menu_list {
  display: grid;
  gap: 20px;
}

.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.bg_honeytoast_menu {
  background-image: url(/images_2024r/food/honeytoastcafe/bg_honeytoast.webp);
}

.menu_list_item.bg_food_menu {
  background-image: url(/images_2024r/food/honeytoastcafe/bg_food.webp);
}

.menu_list_item.bg_drink_menu {
  background-image: url(/images_2024r/food/honeytoastcafe/bg_drink.webp);
}

.menu_list_item.bg_ice_menu {
  background-image: url(/images_2024r/food/honeytoastcafe/yokohama_kannai/bg_icecream.webp);
}

.menu_list_item.bg_cake_menu {
  background-image: url(/images_2024r/food/honeytoastcafe/yokohama_kannai/bg_cake.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_2024r/food/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_2024r/food/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: "／";
}
/* ___________________________ */
/* /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: "\3010";
}

.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_2024r/food/honeytoastcafe/ico_instagram.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bx_btn {
  display: grid;
  grid-template-columns: auto;
}
/* ___________________________ */
/* /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;
}
@media screen and (min-width: 780px) {
    @media (hover: hover) {
        #honeytoastcafe_menu a.link_btn:hover {
            background-color: #fff;
            border: 1px solid #BE9F47;
            color: #BE9F47;
            opacity: 1;
            transition: none;
        }
    }
    #honeytoastcafe_menu .link_btn:hover:before {
      background-image: url(/images_2024r/food/honeytoastcafe/triangle_yellow.png);
    }
}

/* ----- 多言語 ----- */
.stt-lang-select {
  display: none!important;
}
@media screen and (min-width: 780px){
  #en .header {
    height: 210px;
  }
}
/* ----- 多言語end ----- */