@charset "UTF-8";
/*
Theme Name: どうもんカレーフェスティバル
*/
/* フォントのインポート */
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;800;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* カスタムプロパティ定義 */
:root {
  /* フォントの太さ */
  --Light: 300;
  --Regular: 400;
  --Medium: 500;
  --SemiBold: 600;
  --Bold: 700;
  --ExtraBold: 800;
  --Black: 900;
}

/* html全体に関わるもの */
html,
body {
  margin: 0;
  /* font-family: "Noto Serif JP", serif; */
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("./img/bg.jpg");
  background-size: cover;
  scroll-behavior: smooth;
  overflow: scroll;
  min-width: 1200px;
}
@media screen and (max-width: 600px) {
  html,
  body {
    min-width: auto;
  }
}
html:has(.cover.active),
body:has(.cover.active) {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  word-wrap: break-word;
}
a:hover {
  opacity: 0.6;
}

img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}

.cover {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.cover.active {
  display: block;
  z-index: 100;
}
.cover .close-btn {
  position: fixed;
  top: 2%;
  right: 5%;
  width: 45px;
  height: 45px;
  z-index: 100000;
  cursor: pointer;
}
.cover .close-btn span {
  position: absolute;
  top: 50%;
  width: inherit;
  height: 3px;
  background-color: #fff;
}
.cover .close-btn span:nth-child(1) {
  transform: rotate(45deg);
}
.cover .close-btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.top {
  display: block;
  width: 100%;
  margin-bottom: -5vw;
}
@media screen and (max-width: 600px) {
  .top {
    margin-bottom: -27vw;
  }
}

.inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .inner {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}
.inner .top-content {
  margin-bottom: 32px;
}
.inner .lineup {
  width: 550px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 600px) {
  .inner .lineup {
    width: 70%;
  }
}
.inner .beer-title {
  width: 500px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 600px) {
  .inner .beer-title {
    width: 65%;
  }
}
.inner .food-title {
  width: 350px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 600px) {
  .inner .food-title {
    width: 60%;
  }
}
.inner .questionnaire {
  margin-bottom: 64px;
}
.inner .instagram {
  margin-bottom: 96px;
}

.menus .menu {
  padding: 16px 5%;
  margin: 0 auto 96px;
}
@media screen and (max-width: 600px) {
  .menus .menu {
    margin: 0 auto 32px;
    padding: 16px 0;
  }
}
.menus .menu .stores {
  display: grid;
  gap: 56px 32px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .menus .menu .stores {
    grid-template-columns: 1fr;
  }
}
.menus .menu .stores .store {
  position: relative;
  border-radius: 24px;
  color: #534841;
  background-color: #fbf5e7;
  padding: 32px 6%;
}
.menus .menu .stores .store .title {
  font-size: 1.5rem;
  font-weight: var(--Bold);
  margin: 16px 0 8px;
}
@media screen and (max-width: 600px) {
  .menus .menu .stores .store .title {
    font-size: 1.25rem;
  }
}
.menus .menu .stores .store .place {
  display: flex;
  width: 5em;
  position: absolute;
  background-color: #fbd03f;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  top: -35px;
  right: -15px;
  font-weight: var(--Bold);
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}
.menus .menu .stores .store .content-wrap {
  height: 130px;
}
@media screen and (max-width: 600px) {
  .menus .menu .stores .store .content-wrap {
    height: auto;
    margin-bottom: 32px;
  }
}
.menus .menu .stores .store .content-wrap .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: var(--Bold);
  margin-bottom: 4px;
  font-size: 1.125rem;
  line-height: 1.6;
}
.menus .menu .stores .store .ticket {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
@media screen and (max-width: 600px) {
  .menus .menu .stores .store .ticket {
    margin: 0;
  }
}
.menus .menu .stores .store .ticket.ml0 {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 600px) {
  .menus .menu .stores .store .ticket.ml0 {
    margin: 0;
  }
}
.menus .menu .stores .store .ticket::before {
  content: "";
  display: inline-block;
  width: 51px;
  height: 24px;
  background-image: url("./img/ticket.png");
  background-size: cover;
  margin: 0 6px;
}
.menus .menu .stores .store .more {
  width: 100px;
  margin: 0 auto;
  padding: 0 0 4px;
  cursor: pointer;
  color: #fff;
  background-color: #534841;
  border-radius: 6px;
  font-size: 1.25rem;
  font-weight: var(--Bold);
  text-align: center;
  letter-spacing: 2px;
}

.modals .modal {
  display: none;
  position: fixed;
  width: 35vw;
  height: 66vh;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10000;
  padding: 6% 5% 4%;
  color: #6a3908;
  background-color: #fbf5e7;
  overflow: scroll;
}
@media screen and (max-width: 600px) {
  .modals .modal {
    width: 80vw;
    top: 55%;
    height: 70svh;
    padding: 15% 7% 4%;
  }
}
.modals .modal.active {
  display: block;
}
.modals .modal .content-wrap {
  position: relative;
}
.modals .modal .content-wrap .place {
  display: flex;
  position: absolute;
  width: 85px;
  height: 85px;
  top: -45px;
  right: -20px;
  background-color: #fbd03f;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 75px;
  font-weight: var(--Bold);
}
@media screen and (max-width: 600px) {
  .modals .modal .content-wrap .place {
    width: 75px;
    height: 75px;
  }
}
.modals .modal .content-wrap img {
  margin-bottom: 24px;
}
.modals .modal .content-wrap .title {
  font-size: 1.5rem;
  font-weight: var(--Bold);
  margin: 16px 0 20px;
}
.modals .modal .content-wrap .ticket {
  display: flex;
  align-items: center;
  margin: 0 12px;
}
@media screen and (max-width: 600px) {
  .modals .modal .content-wrap .ticket {
    margin: 0;
  }
}
.modals .modal .content-wrap .ticket::before {
  content: "";
  display: inline-block;
  width: 51px;
  height: 24px;
  background-image: url("./img/ticket.png");
  background-size: cover;
  margin: 0 6px;
}
.modals .modal .content-wrap .menu-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.125rem;
  font-weight: var(--Bold);
  margin-bottom: 8px;
}
.modals .modal .content-wrap .menu-detail {
  font-size: 1.125rem;
  padding: 32px 0;
  margin-top: 24px;
  border-top: 1.5px dashed #534841;
  line-height: 1.8;
}

footer {
  color: #fff;
  background-color: #89603f;
  padding: 32px 0;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  footer {
    font-size: 1rem;
    padding-bottom: 96px;
  }
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  footer .inner {
    display: block;
  }
}
footer .title {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 8px;
  border-radius: 32px;
  border: 3px solid #fff;
  font-size: 1.625rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 600px) {
  footer .title {
    font-size: 1.25rem;
  }
}
footer .detail {
  padding-left: 16px;
}
footer .half {
  width: 50%;
  margin-bottom: 48px;
}
@media screen and (max-width: 600px) {
  footer .half {
    width: 100%;
  }
}
footer .max {
  width: 100%;
}
footer ul {
  list-style-type: none;
  padding-left: 1em;
  margin: 0;
}
footer li {
  text-indent: -1.25em;
}
footer li::before {
  content: "●";
}
