@charset "UTF-8";
/* リンク先のボタン */
/* 親要素 */
body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  display: grid;
  grid-template: "header" auto "main" 1fr "footer" auto;
}

ul {
  list-style: none;
}

/* 子要素 */
header, footer {
  border: 1px solid;
  background-color: #EE0000;
  text-align: center;
}
header {
  grid-area: header;
}

main {
  border: 1px solid;
  grid-area: main;
}

footer {
  grid-area: footer;
}

.menu-navi {
  display: flex;
  justify-content: center;
}
header a, footer a {
  color: white;
	font: bold 1.7rem sans-serif;
  margin-right: 35px;
  text-decoration: none;
}
header a:hover {
  color: #ffff1a;
  text-decoration: underline;
}

.phone-number::before, .map-navi::before, .footer-phone::before {
  font-family: "Font Awesome 5 Free";
  color: #fff;
  text-align: center;
}
.phone-number::before {
  content: "\f879";
}

.map-navi::before {
  content: "\f5a0";
  margin-right: 5px;
}

/* 各部分のタイトル文字の大きさを指定 */
.takeout-title, .news-title, .attempt-title {
  font-size: 6vw;
}
.point-title {
  font-size: 5vw;
}

/* コンセプト(店舗情報と辛ねぎ味噌) */
.shop-concept, .ramen-concept {
  position: relative;
}
.ramen-concept-title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shop-concept-text, .ramen-concept-text {
  color: white;
	font-size: 5vw;
  font-family: serif;
  text-shadow: 3px 3px 2px black, 0 0 2em red, 0 0 1em red;
}
.shop-concept-text {
	font-size: 4vw;
	position: absolute;
	left: 35%;
	top: 15%;
	transform: translate(-50%, -50%);
}
.shop-button {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
}
.menu-link-button {
  border-radius: 10px;
  background-color: orange;
  color: black;
  font-size: 2.5vw;
  padding: 10px;
  text-decoration: none;
  transition: all 1s;
}
.menu-link-button:hover {
  color: black;
  border: 3px solid;
}
.concept-img {
  width: 100%;
}

/* お知らせ */
.news {
  background-color: #FFDBC9;
  padding: 10% 0;
}
.news-title {
  text-align: center;
}

.news-list {
  background-color: #EEEEEE;
  margin: 0 5%;
  padding: 20px 50px;
}

.news-list li {
  border-bottom: 1px solid;
  padding-top: 20px;
}

.news-update-date {
  margin-right: 10px;
  font: 0.8rem "Fira Sans", sans-serif;
}
.news-tag {
  color: white;
  font: bolder 0.8rem sans-serif;
  margin-right: 10px;
  padding: 3px 5px;
}
.notice {
  background-color: #FF9966	;
}
.campaign {
  background-color: red;
}
.infomation {
  background-color: green;
}
.news-topic {
  font-size: 1.5rem;
}
.emphasize {
  color: red;
  font-size: 1.35rem;
}
/*メニュー部分*/
details summary {
  padding:1% 2%;
  background:white;
  color:black;
}
/*折りたたむ部分*/
.news-text {
  margin: 1% 2%;
}

/* お持ち帰り */
.takeout, .point {
  background-color: #FFDBC9;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, 1fr);
  padding: 10% 0;
}
.takeout-text, .point-text {
  margin: 0 auto;
  margin-bottom: 5%;
  width: 80%;
}
.takeout-subtitle {
  font-size: 2rem;
  text-align: justify;
}
.takeout-picture, .point-picture {
  margin: 0 auto;
  margin-bottom: 5%;
  width: 100%;
}
.takeout-picture {
  display: flex;
  align-items: center;
}
.takeout-img {
  width: 50%;
  height: 100%;
  border-radius: 5%;
}

/* コロナ禍の取り組み */
.attempt {
  text-align: center;
  padding: 10% 0;
}
.attempt-subtitle {
  font-size: 1.5rem;
  margin: 0 auto;
  margin-bottom: 50px;
  overflow-wrap: break-word;
}
.attempt-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  justify-content: center;
}
.attempt-item {
  background-color: #C2EEFF;
  border: 5px solid #136FFF;
  border-radius: 10%;
  color: #136FFF;
}
.attempt-item img {
  border-radius: 15%;
  margin-bottom: 5px;
}
.attempt-item h4 {
  font: bold 1.4em sans-serif;
  padding: 0 30px;
}
.underline {
  border-bottom: 10px solid red;
}
.attempt-underline {
	color: red;
	font-family: serif;
}

/* ポイントカード */
.point-subtitle {
  font-size: 1.5rem;
  text-align: justify;
  text-justify: auto;
}
.point-img {
  width: 80%;
  border-radius: 5%;
}
.impact {
	border-bottom: 2px solid red;
  color: red;
  font-size: 2rem;
}
.news-impact {
	font-size: 1rem;
}
footer a:hover {
  color: #ffff1a;
  text-decoration: underline;
}
.phone-wrapper {
  margin: 2.5% 0px;
}
.guidance-sentence {
	font-size: 24px;
  color: white;
}
.phone-guidance {
  margin-bottom: 7%;
}
.footer-phone {
  padding: 15px;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  background: #e9546b;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #e5e4e6;
  text-align: center;
}
.footer-phone::before {
  content: "\f879";
  left: 15px;
  font-size: 24px;
}

/*# sourceMappingURL=index.css.map */
