p {
  font-size: 14px;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
a {
  transition: all 0.4s ease;
}
a:hover {
  opacity: 0.8;
}
.link {
  text-decoration: underline;
}
.link_white {
  color: #fff;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}
.header__logo {
  margin-left: 40px;
}
.header__menu {
  display: flex;
}
.header__menu li {
  margin-right: 60px;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
}
.header__menu li:last-child {
  margin-right: 0;
}
.header__contact {
  display: flex;
}
.header__sns {
  background-color: #0c2c84;
  padding: 27px;
}
.header__tel {
  background-color: #f61720;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
}
.header__tel-flex {
  display: flex;
  align-items: center;
}
.header__tel-flex img {
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  .header {
    height: initial;
  }
  .header__menu li {
    font-size: 19px;
    margin-right: 38px;
  }
  .header__sns {
    padding: 22px;
  }
}
@media screen and (max-width: 950px) {
  .header {
    height: 80px;
  }
  .header__menu {
    display: none;
  }
  .header__contact {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .header {
    height: 70px;
  }
  .header__logo {
    width: 200px;
    margin-left: 20px;
  }
}
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999999;
  z-index: 999;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%) !important;
  background: #fff;
  height: 65px;
}
.clone-nav .header__logo {
  width: 200px;
  margin-left: 30px;
}
.clone-nav .header__menu li {
  margin-right: 44px;
  font-size: 17px;
}
.clone-nav .header__tel {
  padding: 8px 20px;
}
.clone-nav .header__tel p {
  font-size: 13px;
}
.clone-nav .header__sns {
  padding: 17px;
}
.is-show {
  transform: translateY(0) !important;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 950px) {
  .clone-nav {
    display: none;
  }
}
.mv {
  position: relative;
}
.mv__img_sp {
  display: none;
}
.mv__copy {
  text-align: right;
}
.mv__copy img {
  position: relative;
  top: -68px;
  background-color: #fff;
  padding: 20px;
  right: 40px;
}
@media screen and (max-width: 900px) {
  .mv__copy img {
    width: 400px;
    top: -50px;
  }
}
@media screen and (max-width: 500px) {
  .mv__img {
    display: none;
  }
  .mv__img_sp {
    display: block;
  }
  .mv__copy img {
    width: 320px;
    top: -30px;
    right: 50%;
    transform: translateX(53%);
  }
}
.about {
  background-image: url(../img/about_bg.jpg);
  color: #fff;
  width: 90%;
  margin: auto 0 auto auto;
  padding: 90px 0 242px 97px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 250px;
}
.about h2 {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 35px;
  letter-spacing: 2px;
}
.about p {
  margin-bottom: 30px;
  font-size: 16px;
}
.about__sec1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 59px;
}
.about__sec1-txt {
  width: 57%;
}
.about__sec1 img {
  width: 433px;
}
.about__sec2 {
  display: flex;
  justify-content: center;
}
.about__sec2 img {
  width: 305px;
  margin: 15px;
}
.about__sec3 {
  margin-right: 100px;
}
.about__beer {
  position: absolute;
  height: 295px;
  bottom: -94px;
  left: 10px;
  object-fit: contain;
  max-width: 95%;
}
@media screen and (max-width: 1200px) {
  .about__sec1 img {
    width: 40%;
    object-fit: cover;
  }
  .about__sec2 img {
    width: 150px;
  }
}
@media screen and (max-width: 800px) {
  .about {
    width: 94%;
    padding: 20px 0 88px 20px;
    margin-bottom: 165px;
  }
  .about h2 {
    font-size: 21px;
  }
  .about__sec1 {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding-right: 15px;
  }
  .about__sec1 img {
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
  }
  .about__sec1-txt {
    width: 100%;
  }
  .about__sec2 {
    margin-bottom: 20px;
  }
  .about__sec2 img {
    margin: 0 10px;
  }
  .about__sec3 {
    margin-right: 15px;
  }
  .about__beer {
    height: initial;
    bottom: -55px;
  }
}
@media screen and (max-width: 500px) {
  .about {
    margin-bottom: 85px;
  }
  .about h2 {
    margin-bottom: 20px;
  }
  .about__sec1 img {
    height: 175px;
  }
  .about__sec2 img {
    width: 90px;
    margin: 0 5px;
  }
  .about__beer {
    bottom: -20px;
  }
}
.shop {
  width: 90%;
  margin: auto auto auto 0;
  position: relative;
}
.shop__ttl {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 66px;
  font-weight: bold;
  color: #f61720;
  margin-right: 56px;
  position: absolute;
  left: 103px;
  top: -62px;
  z-index: 1;
}
.shop__ttl span {
  color: #0c2c84;
}
.shop h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.shop__inner {
  display: flex;
  background-color: #faf8e8;
  justify-content: flex-end;
  position: relative;
  padding: 70px 0;
}
.shop__txt-wrapper {
  width: 40%;
  margin-right: 40px;
}
.shop__info {
  display: flex;
  border-bottom: solid 1px #111;
  padding: 10px 0;
}
.shop__info p:first-child {
  width: 100px;
  margin-right: 15px;
  flex-shrink: 0;
}
.shop__info_mb {
  margin-bottom: 30px;
}
.shop__img {
  width: 40%;
  margin-right: 93px;
}
.shop__border {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  height: 100%;
}
.shop__border-red {
  width: 10px;
  background-color: #f61720;
  height: 100%;
}
.shop__border-blue {
  width: 27px;
  background-color: #0c2c84;
  height: 100%;
}
.shop__border-white {
  width: 9px;
  background-color: #fff;
  height: 100%;
}
.shop__map {
  margin-bottom: 110px;
}
.shop__map iframe {
  width: 100%;
  height: 580px;
  margin: 60px 0 40px;
}
.shop__map-btn {
  text-align: center;
}
.shop__map-btn img {
  width: 318px;
}
@media screen and (max-width: 800px) {
  .shop {
    width: 94%;
  }
  .shop__ttl {
    left: 20px;
  }
  .shop__inner {
    flex-direction: column;
  }
  .shop__txt-wrapper {
    width: initial;
    margin: 0 88px 0 30px;
    margin-bottom: 30px;
  }
  .shop__info p:first-child {
    width: 77px;
  }
  .shop__img {
    width: initial;
    margin: 0 88px 0 30px;
    object-fit: cover;
  }
  .shop__border-red {
    width: 6px;
  }
  .shop__border-blue {
    width: 18px;
  }
  .shop__border-white {
    width: 6px;
  }
  .shop__map iframe {
    height: 380px;
  }
  .shop__map-btn img {
    width: 215px;
  }
}
@media screen and (max-width: 500px) {
  .shop__ttl {
    font-size: 47px;
    top: -40px;
  }
  .shop__inner {
    padding: 40px 0;
  }
  .shop__map {
    margin-bottom: 50px;
  }
  .shop__map iframe {
    height: 280px;
    margin: 40px 0 20px;
  }
}
.border__red {
  background-color: #f61720;
  height: 14px;
}
.border__white {
  background-color: #fff;
  height: 14px;
}
.border__blue {
  background-color: #0c2c84;
  height: 20px;
}
.menu {
  position: relative;
  background-color: white;
  background-color: #faf8e8;
  width: 90%;
}
.menu__inner {
  display: flex;
  margin-top: 80px;
}
.menu__ttl {
  writing-mode: vertical-lr;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 66px;
  font-weight: bold;
  color: #f61720;
  margin-right: 26px;
  margin-left: 40px;
}
.menu__ttl span {
  color: #0c2c84;
}
.menu__dish-container {
  display: flex;
}
.menu__dish-container img {
  max-width: 80%;
  margin: auto;
}
.menu__list-img_sp {
  display: none;
}
.menu__dish-wrapper {
  margin-right: 50px;
}
.menu__dish {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.menu__name {
  width: 272px;
  margin-right: 20px;
}
.menu__img-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -62px;
  top: 100px;
}
.menu__img {
  width: 222px;
  margin-bottom: 20px;
}
.menu__note {
  text-align: center;
  font-size: 17px;
  margin: 62px 0 80px;
}
.menu__elephant {
  width: 388px;
  position: absolute;
  bottom: -40px;
}
@media screen and (min-width: 1500px) {
  .menu__inner {
    justify-content: flex-end;
    margin-right: 222px;
  }
}
@media screen and (max-width: 1250px) {
  .menu__dish-container {
    flex-direction: column;
  }
  .menu__dish-wrapper {
    margin-right: 0;
  }
  .menu__elephant {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .menu__list-img_sp {
    display: block;
  }
  .menu__list-img {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .border__red {
    background-color: #f61720;
    height: 8px;
  }
  .border__white {
    background-color: #fff;
    height: 8px;
  }
  .border__blue {
    background-color: #0c2c84;
    height: 12px;
  }
  .menu {
    width: 94%;
  }
  .menu__ttl {
    margin: 0;
  }
  .menu__name {
    width: 223px;
  }
  .menu__img-wrapper {
    right: -21px;
  }
  .menu__img {
    width: 133px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .menu__inner {
    margin-top: 94px;
  }
  .menu__ttl {
    position: absolute;
    top: 7px;
    left: 20px;
    writing-mode: initial;
  }
  .menu__img-wrapper {
    position: relative;
    flex-direction: row;
    bottom: -27px;
    flex-wrap: wrap;
    top: initial;
    justify-content: center;
    right: initial;
  }
  /* .menu__dish-container {
    margin-left: 20px;
  } */
  .menu__dish-container img {
    max-width: 90%;
  }
  .menu__note {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .menu__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .menu__ttl {
    font-size: 47px;
    top: 29px;
  }
}
@media screen and (max-width: 360px) {
  .menu__name {
    width: 180px;
  }
}
.sns {
  width: 90%;
  margin: auto 0 auto auto;
  position: relative;
  background-color: #faf8e8;
  margin-bottom: 115px;
  min-height: 32vw;
}
.sns__ttl {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 66px;
  font-weight: bold;
  color: #f61720;
  margin-right: 56px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -63px;
}
.sns__ttl span {
  color: #0c2c84;
}
.sns__border {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
}
.sns__border-red {
  width: 10px;
  background-color: #f61720;
  height: 100%;
}
.sns__border-blue {
  width: 27px;
  background-color: #0c2c84;
  height: 100%;
}
.sns__border-white {
  width: 9px;
  background-color: #fff;
  height: 100%;
}
.sns__pc {
  width: 87% !important;
  height: 36vw !important;
  position: absolute;
  right: 0;
  bottom: -150px;
}
.sns__sp {
  display: none;
}
.sns__btn-wrapper {
  text-align: center;
}
.sns__btn {
  width: 279px;
  margin-bottom: 130px;
}
@media screen and (max-width: 1300px) {
  .sns {
    min-height: 29vw;
  }
}
@media screen and (max-width: 1000px) {
  .sns {
    min-height: 25vw;
    margin-bottom: 145px;
  }
}
@media screen and (max-width: 800px) {
  .sns__border-red {
    width: 6px;
  }
  .sns__border-blue {
    width: 18px;
  }
  .sns__border-white {
    width: 6px;
  }
}
@media screen and (max-width: 600px) {
  .sns {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .sns__pc {
    display: none;
  }
  .sns__sp {
    height: 185vw;
    display: block;
    padding-top: 60px;
    width: 90% !important;
    margin: auto 0 auto auto;
  }
  .sns__btn {
    width: 215px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .sns__ttl {
    font-size: 47px;
    top: -42px;
    margin-right: 18px;
  }
}
.footer__reserve {
  padding: 50px 0;
  background-color: #0c2c84;
  color: #fff;
  display: flex;
  font-weight: 600;
  justify-content: center;
}
.footer__reserve-left {
  margin-right: 15px;
}
.footer__reserve-left h2 {
  line-height: 1;
}
.footer__reserve-left p {
  font-size: 18px;
}
.footer__reserve-right {
  margin-left: 15px;
  text-align: center;
}
.footer__reserve-right p:first-child {
  font-size: 28px;
}
.footer__reserve-right span {
  font-size: 22px;
  margin-right: 10px;
}
.footer__reserve-ttl {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 48px;
  font-weight: 600;
}
.footer__menu {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.footer__down {
  color: #fff;
  text-align: center;
  padding: 65px 45px;
  background-image: url(../img/about_bg.jpg);
}
.footer__down li {
  margin: 0 30px;
  position: relative;
}
.footer__down li::before {
  content: "｜";
  position: absolute;
  right: -35px;
}
.footer__down li:last-child::before {
  content: none;
}
.footer__down a {
  color: #fff;
  font-weight: 600;
}
.footer__down h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}
.footer__address {
  margin-bottom: 30px;
}
.footer__link {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
.footer__link a {
  font-weight: 400;
  position: relative;
  margin: 0 20px;
}
.footer__link a::before {
  content: "｜";
  position: absolute;
  right: -25px;
}
.footer__link a:last-child:before {
  content: none;
}
@media screen and (max-width: 800px) {
  .footer__reserve-ttl {
    font-size: 35px;
  }
  .footer__reserve-left p {
    font-size: 15px;
  }
  .footer__reserve-right p:first-child {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 650px) {
  .footer__reserve {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer__reserve-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__reserve-right {
    margin-left: 0;
  }
  .footer__down {
    padding: 45px 20px;
  }
  .footer__down li {
    margin-bottom: 10px;
  }
  .footer__down li::before {
    content: none;
  }
  .footer__menu {
    flex-direction: column;
    margin-bottom: 0;
  }
  .footer__link {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer__link a {
    margin-right: 13px;
  }
  .footer__link a::before {
    content: none;
  }
}
.takeout {
  margin-top: 50px;
  width: 90%;
  margin-bottom: 180px;
}
.takeout_sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .takeout {
    margin-top: 25px;
  }
}
@media screen and (max-width: 800px) {
  .takeout {
    width: 94%;
  }
}
@media screen and (max-width: 600px) {
  .takeout {
    margin-bottom: 80px;
    display: none;
  }
  .takeout_sp {
    display: block;
  }
}
