@charset "UTF-8";
/* CSS Document */

/*---------------menu------------------*/
/*PC*/
@media screen and (min-width: 1081px) {
  .header_menu {
    width: 70px;
    height: 74px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
  }
  .header_menu img {
    width: 100%;
    height: auto;
  }
  #menu_bt_wrap {
    width: 100vw;
    max-width: 1920px;
    height: 74px;
    position: fixed;
    top: 40px;
    z-index: 0;
  }
}
/*TB*/
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .header_menu {
    width: 70px;
    height: 74px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
  }
  .header_menu img {
    width: 100%;
    height: auto;
  }
  #menu_bt_wrap {
    width: 100vw;
    height: 74px;
    position: fixed;
    top: 40px;
    z-index: 0;
  }
}
/*---------------header------------------*/
/*PC*/
@media screen and (min-width: 1081px) {
  #header {
    width: 100vw;
    max-width: 1920px;
    height: 90px;
    position: relative;
    z-index: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_banner_wrap {
    /* width: calc(100% - 2vw);
	height: 90px;
	display: flex;
	justify-content: flex-end;
	align-items: center; */
    display: content;
  }
  .header_banner {
    position: fixed;
    top: 2rem;
    right: 1rem;
    z-index: 98;
    width: 70px;
    height: 74px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
  }
  .header_banner:hover {
    filter: brightness(1.25);
  }

  .header_wrap {
    width: 100%;
    max-width: 1080px;
    height: 100%;
    display: flex;
    position: relative;
    z-index: 99;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header_pt_a {
    width: auto;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header_pt_a a img {
    width: 296px;
    height: auto;
  }
  .store_name {
    font-size: 18pt;
    line-height: 1.25em;
  }
  .header_pt_b {
    width: 204px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_pt_b img {
    width: 100%;
    height: auto;
  }
  .header_pt_c {
    width: 320px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5em;
  }
  .header_pt_c_copy {
    line-height: 1rem;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .header_pt_d {
    width: 224px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
  }
  .header_pt_d:hover {
    filter: brightness(1.2);
  }
  .header_tel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*font-size: min(2.8rem,40px);*/
    font-size: 30px;
    line-height: 1em;
  }
  .header_tel img {
    width: 26px;
    height: auto;
    margin: 0 0.25rem 0 0;
  }
  .header_time {
    font-size: 17px;
    line-height: 1em;
  }
}
/*iPad*/
@media screen and (min-width: 751px) and (max-width: 1024px) {
  #header {
    width: 100vw;
    height: 8vw;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_banner_wrap {
    width: auto;
    height: auto;
    position: fixed;
    /*top:calc(1vw + 1.25rem);*/
    top: calc(1vw + 0rem);
    right: 2vw;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  .header_banner {
    width: auto;
    height: auto;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
  }
  .header_banner img {
    width: auto !important;
    height: 6vw !important;
  }
  .header_banner:hover {
    filter: brightness(1.25);
  }

  .header_wrap {
    width: 86vw;
    height: 100%;
    padding: 0 6vw 0 2vw;
    display: flex;
    position: relative;
    z-index: 99;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header_pt_a {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header_pt_a img {
    width: 20vw !important;
    height: auto !important;
  }
  .store_name {
    font-size: 2.5vw;
    line-height: 1.25em;
  }
  .header_pt_b {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_pt_b img {
    width: auto !important;
    height: 6vw !important;
  }
  .header_pt_c {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5em;
  }
  .header_pt_c_copy {
    line-height: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .header_pt_d {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
  }
  .header_pt_d a img {
    width: auto !important;
    height: 6vw !important;
  }
  .header_pt_d:hover {
    filter: brightness(1.2);
  }
  .header_tel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 2.75vw;
    line-height: 1em;
  }
  .header_tel img {
    width: 2.5vw;
    height: auto;
    margin: 0 0.25rem 0 0;
  }
  .header_time {
    font-size: 1.4vw;
    line-height: 1em;
  }
}

/*SP*/
@media screen and (max-width: 750px) {
  #header {
    width: 100vw;
    height: 12vw;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_banner_wrap {
    position: relative;
    z-index: 100;
  }
  .header_banner {
    width: auto;
    height: auto;
    line-height: 0;
    position: fixed;
    z-index: 99;
    /*top: calc(1vw + 4.5vw);*/
    top: 5.5vw;
    right: 4vw;
    transition: 0.25s;
  }
  .header_banner a img {
    width: auto !important;
    height: 10vw !important;
  }
  .header_banner:hover {
    filter: brightness(1.25);
  }
  .header_wrap {
    width: 100vw;
    height: 10vw;
    padding: 1vw 0;
    display: flex;
    position: relative;
    z-index: 99;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .header_pt_a {
    width: calc(54vw - 8vw);
    height: 100%;
    padding: 0 0 0 4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
  .header_pt_a img {
    width: 35vw;
    height: auto;
  }
  .store_name {
    font-size: 0.8rem;
    line-height: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header_pt_b {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header_pt_b picture {
    height: 10vw !important;
  }

  .header_pt_b picture img {
    width: auto;
    height: 100%;
  }
  .header_pt_c {
    display: none !important;
  }
  .header_pt_d {
    display: none;
  }
  .header_pt_d:hover {
    filter: brightness(1.2);
  }
}
