@charset "utf-8";

/*---------------------------------

カフェページ

---------------------------------*/
.pagetit h1 {
  margin-bottom: 40px;
}

.page_headline {
  margin-bottom: 35px;
}

.main_content.cafe .inner {
  background: unset;
  padding: 0 14px;
}

.menu_price {
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .pagetit h1 {
    margin-bottom: 75px;
  }

  .page_headline {
    margin-bottom: 80px;
  }
}

/*  news
---------------------------------*/
.cafe_news {
  background: #fff;
  letter-spacing: 2px;
  margin: 0 -10px;
}

.cafe_news_img {
  width: 100%;
}

.cafe_news .content_tit {
  background: #717782;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 5px;
}

.cafe_news time {
  margin-bottom: 20px;
  display: block;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .page_comment p {
    line-height: 2.2;
  }

  .cafe_news {
    margin: 0 -10px 0;
  }
  .cafe_news .content_tit {
    font-size: 32px;
    line-height: 1;
    padding-bottom: 6px;
    margin-bottom: 35px;
  }
  .cafe_news p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 2;
  }
  .cafe_news time {
    display: none;
  }
}

@media print, screen and (min-width: 992px) {
}

/*  about MENU
---------------------------------*/
.cafe_about {
  padding: 50px 0;
  color: #fff;
  margin: 0 -10px;
}

.cafe_about .content_tit {
  font-size: 21px;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .cafe_about {
    padding: 80px 0;
  }
  .cafe_about p {
    text-align: center;
    line-height: 2.5;
    font-size: 14px;
  }
  .cafe_about .content_tit {
    font-size: 42px;
    margin-bottom: 45px;
    letter-spacing: 2.5px;
  }
}

@media print, screen and (min-width: 992px) {
}

/*  Food
---------------------------------*/
.cafe_menu {
  background: #f5efe7;
}

.cafe_menu.food .cafe_menu_tit {
  background: url(../img/cafe/bg_food-title-sp.jpg) no-repeat;
  padding-top: 100%;
  background-size: contain;
  position: relative;
  margin: 0 -10px 25px;
}

.cafe_menu.food .cafe_menu_tit h3 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  letter-spacing: 4px;
  font-size: 50px;
  width: 25%;
  height: 33.3%;
  color: #fff;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}

.cafe_menu h4 {
  font-size: 19px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 4px;
  border-bottom: 1px solid #231815;
}

.cafe_menu-list li {
  padding-bottom: 45px;
}

.cafe_menu-list li p {
  margin-bottom: 15px;
}

.cafe_menu-list li img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}

.cafe_menu-list li h5 {
  font-size: 14px;
  color: #69412b;
  font-weight: normal;
  margin-bottom: 10px;
  font-weight: bold;
}

.cafe_menu-list li h5 .new {
  display: inline-block;
  background: #c30d23;
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
  padding: 5px 0;
  text-align: center;
  width: 42px;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
}
.cafe_menu-list li h5 .new:before {
  content: "NEW";
}

@media print, screen and (min-width: 768px) {
  .cafe_menu h4 {
    border-bottom: none;
  }
  .cafe_menu h4 span {
    border-bottom: 1px solid #231815;
    padding: 0 80px;
  }
}

/* 国旗 */
.wine-flag {
  width: 30px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.wine-flag.germany {
  background: url(../img/cafe/flag_germany.jpg) no-repeat;
  background-size: contain;
}

.wine-flag.belgium {
  background: url(../img/cafe/flag_belgium.jpg) no-repeat;
  background-size: contain;
}

.wine-flag.japan {
  background: url(../img/cafe/flag_japan.jpg) no-repeat;
  background-size: contain;
}

.wine-flag.italy {
  background: url(../img/cafe/flag_italy.jpg) no-repeat;
  background-size: contain;
}

.wine-flag.france {
  background: url(../img/cafe/flag_france.jpg) no-repeat;
  background-size: contain;
}

.wine-flag.england {
  background: url(../img/cafe/flag_england.jpg) no-repeat;
  background-size: contain;
}

.wine-flag.america {
  background: url(../img/cafe/flag_america.jpg) no-repeat;
  background-size: contain;
}

/* ワインの種類 */

.wine-flag.red {
  background: url(../img/cafe/winetype_red.jpg) no-repeat;
  background-size: contain;
}

.wine-flag.white {
  background: url(../img/cafe/winetype_white.jpg) no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .cafe_menu-list li h5 {
    font-size: 20px;
  }
  .cafe_menu.food .cafe_menu_tit {
    background: url(../img/cafe/bg_food-title.jpg) no-repeat;
    padding-top: 31%;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 -10px 60px;
  }
  .cafe_menu.food .cafe_menu_tit h3 {
    height: 50%;
    font-size: 100px;
    letter-spacing: 5px;
    text-align: center;
  }

  .cafe_menu-list {
    margin: 0 -40px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cafe_menu-list li {
    flex-basis: 50%;
    max-width: 50%;
  }
  .menu_inner {
    padding: 0 40px;
  }

  .cafe_menu h4 {
    font-size: 38px;
    margin-bottom: 50px;
  }
}

/*  Drink
---------------------------------*/

.cafe_menu.drink .cafe_menu_tit {
  background: url(../img/cafe/bg_drink-title.jpg) no-repeat;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 -10px 25px;
}

.cafe_menu.drink .cafe_menu_tit h3 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  letter-spacing: 4px;
  font-size: 50px;
  width: 25%;
  height: 48.3%;
  color: #fff;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .cafe_menu.drink .cafe_menu_tit {
    background: url(../img/cafe/bg_drink-title.jpg) no-repeat;
    padding-top: 31%;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 -10px 50px;
  }
  .cafe_menu.drink .cafe_menu_tit h3 {
    font-size: 100px;
    bottom: 100px;
    text-align: center;
    height: 33.3%;
  }

  .menu_price {
    font-size: 22px;
  }
}

/*  Alcohol
---------------------------------*/

.cafe_menu.alcohol .cafe_menu_tit {
  background: url(../img/cafe/bg_alcohol.png) no-repeat;
  padding-top: 60%;
  background-size: cover;
  position: relative;
  margin: 0 -10px 25px;
  background-position: center;
}

.cafe_menu.alcohol .cafe_menu_tit h3 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  letter-spacing: 4px;
  font-size: 50px;
  width: 38%;
  height: 48.3%;
  color: #fff;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cafe_menu.alcohol {
    margin-bottom: 30px;
  }
  .cafe_menu.alcohol .cafe_menu_tit {
    padding-top: 31%;
    margin: 0 -10px 50px;
    background-position: center;
  }
  .cafe_menu.alcohol .cafe_menu_tit h3 {
    font-size: 100px;
    height: 50%;
  }
}
