@charset "utf-8";
/* CSS Document */
.header {
  height: 0;
}
/*--------------------------------------------料理*/
.meal {
  margin-bottom: 60px;
}
.meal__body {
  display: flex;
  border: solid 1px #B7282E;
  flex-flow: row-reverse;
  max-width: 375px;
  margin: 0 auto 30px auto;
}
.meal__body-side {
  width: 55px;
  border-left: solid 1px #B7282E;
}
.meal__body-side h2 {
  writing-mode: vertical-rl;
  color: #B7282E;
  margin: 20px auto;
}
.meal__body-side-and {
  font-size: 1.5rem;
}
.meal__body-side-line {
  display: inline-block;
  height: 130px;
  width: 1px;
  border-radius: 2px;
  background-color: #E31919;
}
.meal__body-side-kotei {
  position: sticky;
  top:0;
}
.meal__body-content {
  width: 320px;
}
.meal__body-content ul {
  list-style: none;
  text-align: left;
}
.meal__item-picture {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.meal__body-content li {
  border-bottom: solid 1px #B7282E;
}
.meal__body-content ul li:last-child {
  border-bottom: none;
}
.meal__item-title {
  color: #B7282E;
  margin: 23px 23px 20px;
  font-size: 2.0rem;
  font-family: Zen Kaku Gothic Antique;
  letter-spacing: 0.2em;
}
.meal__body-content li hr {
  border-top: 1px dashed #B7282E;
  width: 75px;
  display: block;
  margin: 23px;
}
.meal__item-description {
  margin: 0px 23px 40px;
}
.meal__item-description span {
  padding-top: 12px;
  display: block;
} 
.meal__button {
  display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 266px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #E31919;
	color: #E31919;
	transition: 0.5s;
  border-radius: 20px;
}
a.meal__button:hover {
	color: #fff;
	background: #E31919;
}
.meal__body-content-small {
  width: 100%;
  margin-bottom: 50px;
}
.meal__body-content-small ul {
  list-style: none;
  text-align: left;
  max-width: 335px;
  margin: 0 auto;
  display: flex;
  gap:20px;
  flex-wrap: wrap;
}
.meal__body-content-small ul li {
/*  flex: 1;*/
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.meal__item-picture-small {
  width: 100%;
  object-fit: cover; 
  object-position: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
.meal__item-title-small {
    color: #B7282E;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: Zen Kaku Gothic Antique;
    letter-spacing: 0.3rem;
  }
.meal__item-description-small {
  flex-grow: 1;
  margin-bottom: 12px;
}

/*--------------------------------------------料理レスポンシブ*/
@media(min-width: 1040px) {
  .header {
    height: 100%;
}
  .meal__body {
    max-width: 1440px;
    display: block;
    border: none;
    margin: 0 0 30px auto;
  }
  .meal__body-side {
    width: 100%;
    border: inherit;
  }
  .meal__body-side h2 {
    padding-bottom: 10px;
    width: 300px;
    border-bottom: dotted 1px #B7282E;
    margin: 70px 60px 30px;
    text-align: left;
    writing-mode: initial;
    display: block;
    color: #333;
  }
  .meal__body-side span {
    display: none;
  }
  .meal__body-content {
    width: 100%;
    margin: 0 0 50px auto;
    max-width: 1440px;
  }
  .meal__body-content ul {
    display: flex;
    max-width: 1140px;
    margin-left: auto;
    gap: 50px;
  }
  .meal__body-content ul li {
    border: solid 1px #B7282E;
    flex: 1;
  }
 .meal__body-content ul li:last-child {
    display: none;
  }
  .meal__item-title-small {
    width: 100%;
    margin: 0 0 10px auto;
  }
  .meal__body-content-small ul {
    flex-wrap: nowrap;
    max-width: 900px;
    margin: 0 0 0 auto;
    gap: 30px;
  }
  .meal__body-content-small ul li {
    flex: 1;
  }
}
/*--------------------------------------------飲み物*/
.drink {
  margin-bottom: 60px;
}
.drink__body {
  max-width: 375px;
  margin: 0 auto 30px auto;
  display: flex;
  border: solid 1px #B7282E;
}
.drink__body-side {
  width: 55px;
  border-right: solid 1px #B7282E;
}
.drink__body-side h2 {
  writing-mode: vertical-rl;
  color: #B7282E;
  margin: 20px auto;
}
.drink__body-side-line {
  display: inline-block;
  height: 130px;
  width: 1px;
  border-radius: 2px;
  background-color: #E31919;
}
.drink__body-side-kotei {
  position: sticky;
  top:0;
}
.drink__body-content {
  width: 320px;
}
.drink__body-content ul {
  list-style: none;
  text-align: left;
  max-width: 320px;
}
.drink__item {
  border-bottom: solid 1px #B7282E;
}
.drink__body-content ul li:last-child {
  border-bottom: none;
}
.drink__item-title {
  display: flex;
  flex-flow: row-reverse;
}
.drink__item-picture {
  width: 70%;
  object-fit: cover; 
  object-position: center;
  margin-bottom: 30px;
}
.drink__item-text {
  writing-mode: vertical-rl;
  width: 30%;
  padding: 45px 25px 0 0;
  line-height: 1.5rem;
  font-family: Zen Kaku Gothic Antique;
}
.drink__item-text h3 {
  font-weight: 600;
  align-items: center;
  width: 100%;
  color: #B7282E;
  font-size: 2.2rem;
  letter-spacing: 0.7em;
}
.drink__item-text p {
  font-weight: 400;
  letter-spacing: 0.5em;
}
.drink__item-description {
    margin: 30px 29px 40px 20px;
}
.drink__item-description dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px
}
.drink__item-description dl dt {
  width: 25%;
}
.drink__item-description dl dd {
  width: 50%;
}
.drink__button {
  display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 266px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #E31919;
	color: #E31919;
	transition: 0.5s;
  border-radius: 20px;
}
.drink__body-content-small {
  width: 100%;
  margin-bottom: 50px;
}
.drink__item-title-small {
  color: #B7282E;
  width: 100%;
  margin: 0 0 15px auto;
  font-weight: 600;
  font-family: Zen Kaku Gothic Antique;
  letter-spacing: 0.7rem;
}
.drink__item-description-small {
  color: #333;
  font-size: 1.6rem;
  flex-grow: 1;
  margin-bottom: 12px;
}
.drink__body-content-small ul {
  list-style: none;
  text-align: left;
  max-width: 335px;
  margin: 0 auto;
  display: flex;
  gap:20px;
  flex-wrap: wrap;
}
.drink__body-content-small ul li {
/*  flex: 1;*/
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.drink__item-picture-small {
  width: 100%;
  object-fit: cover; 
  object-position: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
a.drink__button:hover {
	color: #fff;
	background: #E31919;
}
/*--------------------------------------------飲み物レスポンシブ*/
@media(min-width: 1040px) {
  .drink__body {
    max-width: 1440px;
    display: block;
    border: none;
    margin: 0 0 30px auto;
  }
  .drink__body-side {
    width: 100%;
    border: none;
  }
  .drink__body-side h2 {
    padding-bottom: 10px;
    width: 300px;
    border-bottom: dotted 1px #B7282E;
    margin: 70px 60px 30px;
    text-align: left;
    writing-mode: initial;
    display: block;
    color: #333;
  }
  .drink__body-side span {
    display: none;
  }
  .drink__body-content {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .drink__item-text {
    line-height: 3rem;
  }
  .drink__item-text h3 {
    /*  display: flex;*/
    font-weight: 600;
    font-size: 3.0rem;
    letter-spacing: 0.7em;
  }
  .drink__item-text p {
    font-size: 2.5rem;
  }
  .drink__item-description {
    margin: 30px 29px 40px 173px;
}
  .drink__body-content ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1169px;
    margin-left: auto;
  }
  .drink__body-content ul li {
    width: 50%;
    border: solid 1px #B7282E;
    border-right: none;
    border-top: none;
  }
  .drink__body-content ul li:nth-child(1), .drink__body-content ul li:nth-child(2) {
    border-top: solid 1px #B7282E;
  }
  .drink__body-content ul li:nth-child(2), .drink__body-content ul li:nth-child(4) {
    border-right: solid 1px #B7282E;
  }
  .drink__body-content ul li:last-child {
    border-bottom: solid 1px #B7282E;
  }
  .drink__body-content-small ul {
    max-width: 500px;
    margin: 0 0 0 auto;
    gap: 0 60px;
    flex-wrap: nowrap;
  }
}
