@charset "UTF-8";

/*=============================================================

	Date: 2022-05
	CSS Document ： fwinery

	1.common
	2.eatin
  3.takeout

=============================================================*/
/* eatin
============================================================= */
.eatin_win {
  background-color: #f1f1f1;
}

@media screen and (min-width: 768px), print {
  .eatin_win {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .eatin_win {
    padding: 0.6rem 0.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_inner_win {
    max-width: 914px;
    margin-left: auto;
    margin-right: auto;
  }
}

.eatin_title_win {
  font-size: 0;
}

.eatin_title_win > span {
  display: block;
}

@media screen and (min-width: 768px), print {
  .eatin_title_win > span:nth-child(1) {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_title_win > span:nth-child(1) {
    margin-bottom: 0.05rem;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_title_win > span:nth-child(1) img {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_title_win > span:nth-child(1) img {
    width: 0.7rem;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_title_win > span:nth-child(2) img {
    width: 264px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_title_win > span:nth-child(2) img {
    width: 1.54rem;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_title_win + * {
    margin-top: 60px;
  }
}

.eatin_main_win {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .eatin_main_win img {
    width: 650px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .eatin_main_win img {
    width: 76%;
  }
}

@media screen and (max-width: 767px) {
  .eatin_main_win img {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_main_win + * {
    margin-top: 63px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_main_win + * {
    margin-top: 30px;
  }
}

.eatin_headMenu_win {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .eatin_headMenu_win {
    border-radius: 16px;
    padding: 37px 132px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_headMenu_win {
    border-radius: 9px;
    padding: 30px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_headMenu_win + * {
    margin-top: 63px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_headMenu_win + * {
    margin-top: 0.5rem;
  }
}

.eatin_menuTitle_win, .takeout_menuTitle_win {
  line-height: 2.25;
  text-align: center;
}

.eatin_menuTitle_win::before, .takeout_menuTitle_win::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
  content: "";
}

.eatin_menuTitle_win::after, .takeout_menuTitle_win::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
  content: "";
}

.eatin_menuTitle_win > span, .takeout_menuTitle_win > span {
  color: #000;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .eatin_menuTitle_win > span, .takeout_menuTitle_win > span {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_menuTitle_win > span, .takeout_menuTitle_win > span {
    padding: 0 0.15rem;
  }
}

.eatin_menuTitle_win > span::before, .takeout_menuTitle_win > span::before, .eatin_menuTitle_win > span::after, .takeout_menuTitle_win > span::after {
  background-color: #ef6d40;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .eatin_menuTitle_win > span::before, .takeout_menuTitle_win > span::before, .eatin_menuTitle_win > span::after, .takeout_menuTitle_win > span::after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_menuTitle_win > span::before, .takeout_menuTitle_win > span::before, .eatin_menuTitle_win > span::after, .takeout_menuTitle_win > span::after {
    width: 0.05rem;
    height: 0.05rem;
  }
}

.eatin_menuTitle_win > span::before, .takeout_menuTitle_win > span::before {
  left: 0;
}

.eatin_menuTitle_win > span::after, .takeout_menuTitle_win > span::after {
  right: 0;
}

@media screen and (min-width: 768px), print {
  .eatin_menuTitle_win, .takeout_menuTitle_win {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_menuTitle_win, .takeout_menuTitle_win {
    font-size: 0.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_menuTitle_win + *, .takeout_menuTitle_win + * {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_menuTitle_win + *, .takeout_menuTitle_win + * {
    margin-top: 30px;
  }
}

.eatin_menuList_win > li {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .eatin_menuList_win > li {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_menuList_win > li {
    padding: 0 0.13rem 0.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_menuList_win > li:not(:last-child) {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_menuList_win > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}

.eatin_menuList_win > li::after {
  border-top: 1px dashed #707070;
  background-size: auto 1px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .eatin_headMenu_win .eatin_menuList_win > li {
    padding: 0 0 0.2rem;
  }
}

.eatin_menuList_name_win {
  line-height: 1.625;
  display: block;
  font-weight: 700;
}

.eatin_menuList_name_win::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}

.eatin_menuList_name_win::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}

.eatin_menuList_price_win {
  display: block;
  font-weight: 700;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .eatin_menuList_price_win {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_menuList_price_win {
    margin-top: 0.2rem;
  }
}

.eatin_menuListEtc_win {
  font-weight: 700;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .eatin_menuListEtc_win {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_menuListEtc_win {
    margin-top: 0.2rem;
    padding: 0 0.1725rem;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_menuCol_win {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .eatin_menuCol_win {
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_menuCol_win + * {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_menuCol_win + * {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_menuColItem_win {
    width: 421.15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .eatin_menuColItem_win {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .eatin_menuColItem_win:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .eatin_foodMenu_win {
    margin-top: 60px;
    max-width: 421px;
    margin-left: auto;
    margin-right: auto;
  }
}

.eatin_button_win {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .eatin_button_win {
    margin: 60px auto 0;
    max-width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_button_win {
    margin: 0.3rem auto 0;
    max-width: 3rem;
  }
  .eatin_button_win .button_win {
    width: 100%;
  }
}

.eatin_button_win::before {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 100px;
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .eatin_button_win::before {
    bottom: -5px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_button_win::before {
    bottom: -0.03rem;
  }
}

.eatin_button_win > .button_win.-primary_win.-colorBlack_win {
  text-decoration: none !important;
  position: relative;
  overflow: inherit;
}

@media screen and (max-width: 767px) {
  .eatin_button_win > .button_win.-primary_win.-colorBlack_win {
    border-radius: 100px;
    padding-bottom: 0.29rem;
    padding-top: 0.29rem;
  }
}

.eatin_button_win > .button_win.-primary_win.-colorBlack_win > span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .eatin_button_win > .button_win.-primary_win.-colorBlack_win > span > svg,
  .eatin_button_win > .button_win.-primary_win.-colorBlack_win > span > img {
    width: 1.72rem !important;
  }
}

.eatin_button_win > .button_win.-primary_win.-colorBlack_win > span::before {
  background: url(../images/icon_menuList.png) no-repeat 0 0/contain;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

@media screen and (min-width: 768px), print {
  .eatin_button_win > .button_win.-primary_win.-colorBlack_win > span::before {
    width: 40px;
    height: 48.29px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_button_win > .button_win.-primary_win.-colorBlack_win > span::before {
    width: 0.25rem;
    height: 0.3018rem;
    margin-right: 0.15rem;
  }
}

@media screen and (max-width: 767px) {
  .eatin_button_win > .button_win.-primary_win.-colorBlack_win > span::after {
    right: 0 !important;
  }
}

.eatin_button_win > .button_win.-primary_win.-colorBlack_win:hover {
  background-color: #f1f1f1;
}

.eatin_button_win > .button_win.-primary_win.-colorBlack_win:hover::after {
  background-color: #f1f1f1;
}

.eatin_button_win > .button_win.-primary_win.-colorBlack_win:hover > span svg {
  fill: #000;
}

.eatin_button_win > .button_win.-primary_win.-colorBlack_win:hover > span::before {
  background-image: url(../images/icon_menuList_black.png);
}

.eatin_buttonSub_win {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .eatin_buttonSub_win {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .eatin_buttonSub_win {
    font-size: 0.13rem;
    margin-top: 0.155rem;
  }
}

/* takeout
============================================================= */
@media screen and (min-width: 768px), print {
  .takeout_win {
    padding: 120px 0 145px;
  }
}

@media screen and (max-width: 767px) {
  .takeout_win {
    padding: 0.6rem 0.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .takeout_inner_win {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

.takeout_title_win {
  font-size: 0;
}

.takeout_title_win > span {
  display: block;
}

@media screen and (min-width: 768px), print {
  .takeout_title_win > span:nth-child(1) {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 767px) {
  .takeout_title_win > span:nth-child(1) {
    margin-bottom: 0.125rem;
  }
}

@media screen and (min-width: 768px), print {
  .takeout_title_win > span:nth-child(1) img {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .takeout_title_win > span:nth-child(1) img {
    width: 0.7rem;
  }
}

@media screen and (min-width: 768px), print {
  .takeout_title_win > span:nth-child(2) img {
    width: 413px;
  }
}

@media screen and (max-width: 767px) {
  .takeout_title_win > span:nth-child(2) img {
    width: 2.41rem;
  }
}

@media screen and (min-width: 768px), print {
  .takeout_title_win + * {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .takeout_title_win + * {
    margin-top: 0.3rem !important;
  }
}

@media screen and (min-width: 768px), print {
  .takeout_main_win {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px), print {
  .takeout_main_win + * {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .takeout_main_win + * {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .takeout_menuText_win + .takeout_main_win {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .takeout_menuTitle_win + * {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .takeout_menuTitle_win + * {
    margin-top: 0.27rem;
  }
}

@media screen and (min-width: 768px), print {
  .takeout_menuText_win {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .takeout_menuText_win {
    padding: 0 0.125rem;
  }
}

.takeout_menuText_win > p {
  font-weight: 700;
  line-height: 1.5384615385;
}

.takeout_menuText_win > p.note_win {
  font-weight: 400;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6818181818;
}

@media screen and (min-width: 768px), print {
  .takeout_menuText_win > p.note_win {
    font-size: 12px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .takeout_menuText_win > p.note_win {
    font-size: 0.11rem;
    margin-top: 0.0725rem;
  }
}

.takeout_menuText_win > p.note_win::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
