@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;
}

.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;
}
#header{
  height: 120px;
  @media screen and (max-width: 1079px){
    height: 60px;
  }
}
@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;
  }

}

@media screen and (width >= 768px) {
  .footer .sp div#breadcrumbs {
    display: none;
  }
}
#main_wrap{
  padding: 100px 0;
}
.main_ttl {
  letter-spacing: 0;
  font-weight: bold;
  font-size: clamp(30px, 8vw, 40px);
  color: #8d5d20;
  text-align: center;
  margin-bottom: 30px;
}
/* メニューページ 共通 */
#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) {
  #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%;
}


.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%;
  }
}

/* ___________________________ */
/* /slide___________*/
/* ___________________________ */


.notes_txt {
  font-size: 12px;
  margin-top: 5px;
}

.notes_txt::before {
  content: "※";
}

.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);
}

/* ___________________________ */
/* 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_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;
}

/* ___________________________ */
/* /menu___________*/
/* ___________________________ */

.tel_link {
  text-decoration: underline;
}

.bx_btn {
  display: grid;
  grid-template-columns: auto;
}


@media screen and (max-width: 321px) {
  .header_logo_img {
    width: 130px;
  }

  .reserve_btn_link,
  .link_btn {
    font-size: 16px;
  }
}
/* ___________________________ */
/* スマホ最小___________*/
/* ___________________________ */

@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;
  }
}

/* ----- 多言語 ----- */
.stt-lang-select {
  display: none!important;
}
@media screen and (min-width: 780px){
  #en .header {
    height: 210px;
  }
}
/* ----- 多言語end ----- */