@charset "UTF-8";
@media screen and (min-width: 780px)  {
/* ___________________________ */
/* main___________*/
/* ___________________________ */

  .corona_txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
  }

  .section_ttl {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
  }

  .section_ttl::before,
  .section_ttl::after {
    height: 58px;
    width: 60px;
    margin-top: 0;
  }
/* ___________________________ */
/* /main___________*/
/* ___________________________ */



/* ___________________________ */
/* slide___________*/
/* ___________________________ */
  .slide1 {
    height: 600px;
  }

  .slide2 .swiper-slide img {
    height: 600px;
    width: 800px;
    object-fit: contain;
  }

  .slide2 .swiper-pagination {
    bottom: 95px;
  }
/* ___________________________ */
/* slide___________*/
/* ___________________________ */



/* ___________________________ */
/* concept___________*/
/* ___________________________ */
  .concept_wrap {
    display: flex;
    justify-content: space-between;
  }

  .concept_r_inner {
    width: 50%;
    margin-left: 20px;
  }

  .concept_l_inner {
    width: 50%;
  }

  .concept_img_wrap {
    height: 480px;
    max-width: 480px;
    width: 100%;
  }

  .concept_img {
    height: 100%;
    object-fit: contain;
  }

  .section_ttl_sub {
    font-size: var(--section_sub_ttl_size);
    margin-bottom: 10px;
  }

  .concept_list_item {
    width: 100px;
    height: 120px;
  }

  .concept_customer {
    max-width: 920px;
    width: 100%;
    margin: 30px auto 0;
  }

  .concept_list {
    justify-content: start;
  }

  .concept_ttl_wrap {
    margin-left: 40px;
  }

  .section_txt_sub {
    margin-bottom: 30px;
  }

  .concept_customer_list_item {
    line-height: 62px;
    font-size: 28px;
  }

  .link_btn_wrap {
    width: 400px;
    margin: 0 auto;
    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_customer_list_item:not(:last-child) {
    margin-bottom: 30px;
  }

  .caption_ttl {
    margin-top: 30px;
    font-size: 26px;
  }

  .caption_txt {
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
  }
/* ___________________________ */
/* /concept___________*/
/* ___________________________ */




/* ___________________________ */
/* menu___________*/
/* ___________________________ */
  .menu_wrap > .section_ttl_sub {
    margin-left: 40px;
  }

  .menu_list {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .menu_list_item {
    /* width: calc((100% - 40px) / 3); */
    position: relative;
    transition: all .3s;
  }

  .menu_item_link {
    transition: all .3s;
  }

  .menu_item_link_ttl {
    display: grid;
    place-items: center;
    height: 100%;
    transition: all .3s;
  }

  .menu_item_link_txt {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
  }

  .menu_list_item::before {
    transition: all .3s;
  }

  @media screen and (-webkit-min-device-pixel-ratio:0) {
    .menu_list_item:hover::before {

    }
  }

  .reserve_btn {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
  }

  .reserve_btn_link::after {
    right: 30%;
  }

  .plan_list_inner {
    width: 100%;
    text-align: center;
  }

  .plan_img_wrap {
    height: 500px;
  }

  .plan_ttl {
    font-size: 24px;
    margin: 15px 0;
  }

  .plan_img {
    width: auto;
    height: 100%;
  }

  .plan_list_time_wrap {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
  }

  .plan_btn_wrap {
    max-width: 920px;
    width: 100%;
    margin: 20px auto;
  }

  .link_btn {
    padding: 0;
    border: 1px solid #fff;
    line-height: 70px;
  }

  .plan_txt_wrap {
    margin-top: 20px;
  }

  .plan_txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
/* ___________________________ */
/* /menu___________*/
/* ___________________________ */
  @media (hover: hover) {
      #honeytoastcafe_menu .link_btn:hover {
          background-color: #fff;
          border: 1px solid #BE9F47;
          color: #BE9F47;
          opacity: 1;
          transform: translateY(3px);
      }
  }

/* ___________________________ */
/* shop_info___________*/
/* ___________________________ */
  .map_wrap > iframe {
    width: 100%;
    height: 450px;
    margin-bottom: 15px;
  }

  .shop_info_l_inner {
    max-width: 500px;
    width: 100%;
  }

  .shop_info_wrap {
    display: flex;
  }

  .shop_info_r_inner {
    max-width: 440px;
    width: 100%;
    margin-left: 20px;
  }

  .shop_info_list_item {
    flex-direction: row;
  }

  .shop_info_item_ttl {
    font-size: 18px;
    width: 130px;
  }

  .shop_info_item_txt {
    font-size: 16px;
    max-width: 305px;
    width: 100%;
  }

  .insta_box.pc {
    display: block;
  }

  .insta_box .instagram_link {
    display: inline-block;
    width: calc(100% / 5);
    height: auto;
  }

  .insta_link_btn {
    width: 400px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .insta_link {
    font-size: 30px;
  }

  .insta_link::before {
    width: 30px;
    height: 30px;
  }
/* ___________________________ */
/* /shop_info___________*/
/* ___________________________ */
}

/* ホバーアニメーション */
/* PCマウス */
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    color: inherit;
  }

  .link_btn:hover {
    color: #fff;
  }

  .menu_item_link:hover {
    color: #fff;
  }

  .reserve_btn_link:hover {
    color: #fff;
  }

  .plan_btn_link:hover {
    color: var(--sub_color_red);
  }

  .plan_reserve_btn_link:hover {
    color: #fff;
  }

  .link_btn_wrap:hover {
    box-shadow: none;
  }

  .menu_item_link:hover .menu_item_link_ttl {
    opacity: 0;
    visibility: hidden;
  }

  .menu_item_link:hover .menu_item_link_txt {
    opacity: 1;
    visibility: visible;
  }

  .menu_item_link:hover {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
  }

  .menu_list_item:hover {
    filter: none;
    transform: translateY(2px);
  }

  .reserve_btn_link:hover {
    background: #fff;
    color: var(--sub_color_red);
    opacity: 1;
  }

  .reserve_btn_link:hover::after {
    background-image: url(/images_2024r/food/honeytoastcafe/triangle_red.png);
  }

  .plan_btn_link:hover {
    opacity: 1;
    color: #fff;
    background: var(--sub_color_red);
  }

  .plan_reserve_btn_link:hover {
    background-color: #fff;
    color: var(--sub_color_red);
    opacity: 1;
  }

  .link_btn:hover {
    background-color: #fff;
    border: 1px solid #BE9F47;
    color: #BE9F47;
    opacity: 1;
    transform: translateY(3px);
  }

  .link_btn:hover::before {
    background-image: url(/images_2024r/food/honeytoastcafe/triangle_yellow.png);
  }

  .insta_link:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: var(--main_color);
    transform: translateY(3px);
    box-shadow: none;
  }
}
