@charset "UTF-8";
/*
メニュー用
*/
/*
============================================== */
img {
  transition: .5s;
  height: auto;
  min-height: 0%;
}
a:hover img {
  opacity: .8;
}

.hasImg {
  background-image: url(../img/menu/bg.jpg);
  background-repeat: repeat;
  overflow: hidden;
}
.pageHeader.hasImg {
  margin-bottom: 7rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .pageHeader.hasImg {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .pageHeader.hasImg .pageTitle {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.pageHeaderImg,
.pageHeaderTxt {
  width: 100%;
  max-width: calc(900px + 8%);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
}
.pageHeaderImg {
  margin-bottom: 4rem;
}
.pageHeaderTxt {
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .pageHeaderImg {
    margin-bottom: 2rem;
  }
  .pageHeaderTxt {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

.pageMenu_prev {
  display: block;
  width: 100%;
  height: 0;
}
.pageMenu {
  width: 100%;
  margin-top: 7rem;
  background-color: #bfb597;
  z-index: 10;
}
@media (max-width: 767px) {
  .pageMenu {
    margin-top: 3.5rem;
  }
}
.pageMenu.is-fixed {
  position: fixed;
  top: 100px;
  left: 0;
  display: block;
  margin-top: 0;
}
@media (max-width: 1079px){
  .pageMenu.is-fixed {
    top: 60px;
  }
}
.pageMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
  font-size: 0;
}
.pageMenuItem {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  border-right: 1px solid #fff;
}
.pageMenuItem:last-child {
  border-right: none;
}
.pageMenuItem a {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: .8s;
}
.pageMenuItem a:hover,
.pageMenuItem a:active,
.pageMenuItem a:focus {
  background-color: #ac000c;
}
@media (min-width: 768px) and (max-width: 1119px) {
  .pageMenuItem a {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .pageMenuItem a {
    font-size: 1.3rem;
  }
}

/* メニュートップ */
@media (min-width: 768px){
  .menuSelectContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10rem;
  }
  .menuSelect {
    width: 47.4%;
  }
  .menuSelect:nth-child(n + 3) {
    margin-top: 6rem;
  }
}
@media (max-width: 767px){
  .menuSelectContainer {
    margin-bottom: 5rem;
  }
  .menuSelect {
    width: 100%;
  }
  .menuSelect:nth-child(n + 2) {
    margin-top: 5rem;
  }
}
.menuSelectTtl {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .menuSelectTtl {
    margin-top: 1.2rem;
    font-size: 2rem;
  }
}
.menuSelectTxt {
  margin-top: .4rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .menuSelectTxt {
    font-size: 1.5rem;
  }
}

/*メニュー
============================================== */
.menuContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}
@media (max-width: 767px){
  .menuContainer {
    margin-bottom: 5rem;
  }
}

.drinkContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 6rem;
}
.drinkContainer#soft {
  margin-bottom: 10rem;
}
@media (max-width: 767px){
  .drinkContainer {
    padding-top: 3.5rem;
  }
  .drinkContainer#soft {
    margin-bottom: 5rem;
  }
}

/* 枠なし2カラム */
.container {
  width: 47%;
  margin-bottom: 6%;
}
@media (max-width: 767px){
  .container {
    width: 100%;
  }
}

/* 枠あり2カラム */
.container2 {
  position: relative;
  width: 47%;
  max-width: 522px;
  background-color: #fff;
  border: 1px solid #A5A5A5;
  background-color: #f4efc9;
}
.container2:nth-child(n + 3) {
  margin-top: 6rem;
}
@media (max-width: 767px){
  .container2 {
    width:100%;
    margin-right: auto;
    margin-left: auto;
  }
  .container2:nth-child(n + 2) {
    margin-top: 3.5rem;
  }
}

.container2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 21%;
  aspect-ratio: 1/1;
  transform: translateY(-30%) translateX(30%);
  background-image: url(../img/menu/icon_takeout.png);
  background-position: center center;
  background-size: contain;
  z-index: 1;
}

@media (max-width: 767px){
  .container2::before {
    width: 20%;
    transform: translateY(-30%) translateX(19%);
  }
}

.container2.noTakeout::before {
  display: none;
}


/* 枠なし3カラム */
.container3 {
  width: 32%;
  max-width: 500px;
}
.container3:nth-child(n + 4) {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .container3 {
    width: 48%;
  }
  .container3:nth-child(n + 3) {
    margin-top: 2.5rem;
  }
  .container3:nth-child(odd) {
    margin-right: 2%;
    /*margin-left: auto;*/
  }
  .container3:nth-child(even) {
    /*margin-right: auto;*/
    margin-left: 2%;
  }
}
.container3 > h2 {
  margin-top: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px){
  .container3 > h2 {
    font-size: 1.5rem;
  }
}

.has_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* メニュー帯 */
.menu_ttl{
  background-color:#707070;
  color:#fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  padding:1rem 0;
}
@media (max-width: 767px){
  .menu_ttl{
    font-size: 2rem;
  }
}
/* メニュー説明 */
.item_description {
  padding: 2% 4% 3%;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}
.item_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: .2em;
}
.item_txt + .item_txt {
  margin-top: 1rem;
}
.item_note {
  font-size: 1.6rem;
}

.item_note a {
  text-decoration: underline;
}

.item_note a:hover {
  text-decoration: none;
}

.item_note a.btn {
  margin-top: 0.5rem;
    display: inline-block;
    padding: .2em .8em;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 1em;
    text-decoration: none;
    font-size: 1.4rem;
    transition: background-color .2s, color .2s;
}

.item_note a.btn:hover {
    background: #333;
    color: #fff;
}

.item_txt {
  margin-bottom: 1rem;
}
.item_supplement{
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1119px) {
  .item_ttl {
    font-size: 2.2rem;
  }
  .item_price {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px){
  .item_description {
    font-size: 1.5rem;
  }
  .item_ttl {
    font-size: 1.8rem;
  }
  .item_note {
    font-size: 1.2rem;
  }
  .item_supplement{
    font-size: 1.3rem;
  }
}

/* 価格 */
.item_price {
  position: relative;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: right;
}
.item_price .tax {
  margin-left: .2em;
  font-size: 1.7rem;
  font-weight: 600;
}
/*.item_txt + .item_price {
  margin-top: .2em;
}*/
.item_price._add {
  margin-top: 0;
  font-size: 2.7rem;
}
.item_price .cat {
  font-size: 2.5rem;
}
.item_price .num {
  position: absolute;
  top: 50%;
  right: 11em;
  transform: translateY(-40%);
  width: 5em;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1119px) {
  .item_price {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px){
  .item_price {
    font-size: 2.4rem;
  }
  .item_price .tax {
    font-size: 1.2rem;
  }
  .item_price._add,
  .item_price .cat {
    font-size: 2rem;
  }
  /*
  .item_price .num {
    font-size: 1.4rem;
  }*/
}
.item_bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 220px);
  background-color: #A33335;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 50px;
  transform: translateY(-45%);
  padding-bottom: .1em;
}
@media (min-width: 768px) and (max-width: 859px) {
  .item_bar {
    position: relative;
    width: 200px;
    transform: none;
  }
}
@media (max-width: 767px){
  .item_bar {
    width: calc(100% - 180px);
    max-width: 200px;
    font-size: 1.25rem;
  }
}
@media (max-width: 350px){
  .item_bar {
    position: relative;
    width: 120px;
    transform: none;
  }
}
.item_list {
  margin-top: 1.5rem;
  list-style-type: none;
}
.item_list li {
  position: relative;
  padding-left: 1em;
}
.item_list li::before {
  content: "●";
  position: absolute;
  top: 1.2em;
  left: 0;
  transform: translateY(-50%);
  font-size: .6em;
  color: #A33335;
}
.item_list .small {
  font-size: 1.4rem;
}
@media (max-width: 767px){
  .item_list .small {
    font-size: 1.2rem;
  }
}

/* ドリンクメニュー用 */
.item_separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  font-size: 2rem;
}
.item_separate > div {
  line-height: 1.2;
}
.item_separate > div:nth-child(1) {
  -ms-flex-preferred-size: calc(100% - 150px);
  flex-basis: calc(100% - 150px);
}
.item_separate > div:nth-child(2) {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  text-align: right;
}
.item_separate:nth-child(n + 2) {
  margin-top: .5em;
}
.item_separate:last-child {
  margin-bottom: .5em;
}
.item_separate .tax {
  margin-left: .2em;
  font-size: 1.4rem;
  font-weight: 500;
}
.item_separate .small {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px){
  .item_separate > div:nth-child(1) {
    -ms-flex-preferred-size: calc(100% - 120px);
    flex-basis: calc(100% - 120px);
  }
  .item_separate > div:nth-child(2) {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
  }
  .item_separate {
    font-size: 1.6rem;
  }
  .item_separate .tax {
    font-size: 1rem;
  }
  .item_separate .small {
    font-size: 1.2rem;
  }
}

/* 注意 */
.attention {
  margin-top: -2rem;
  margin-bottom: 6rem;
  list-style-type: none;
}
.attention_txt {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px){
  .attention {
    margin-top: 0;
    margin-bottom: 6%;
  }
}
/*
.footerInfo {
  position: relative;
}
.footerInfo .allergyInfo {
  position: absolute;
  right: 0;
}
@media (min-width: 768px){
  .footerInfo .allergyInfo {
    bottom: 0;
  }
  .footerInfo .btnContainer {
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px){
  .footerInfo .allergyInfo {
    top: 0;
  }
  .footerInfo .btnContainer {
    padding-top: 4rem;
  }
}*/
.allergyInfo {
  text-align: right;
}
.allergyInfo a {
  color: #AC000C;
  font-weight: 500;
}
.allergyInfo a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 2px 0;
  border-top: 2px solid #AC000C;
  border-right: 2px solid #AC000C;
  transform: rotate(45deg);
}
@media (max-width: 767px){
  .allergyInfo a::before {
    width: 7px;
    height: 7px;
    margin: 0 8px 2px 0;
  }
}

/* テイクアウトメニュー用 */
/* .takeout h1{
  padding-bottom: 0;
} */
.takeout .pageHeader p{
  text-align: center;
  font-weight: bold;
}

/* 期間限定画像用 */
.pcSeason{
  max-height: calc(100vh - 100px);
  width: auto;
  margin: 0 auto;
}