@charset "UTF-8";

/* -- @important set -- */
@import "reset.css";
@import "common.css";


/* ------------------------------------------------------------------------------------------
	HOME Styles '/'
------------------------------------------------------------------------------------------ */

/* -- firstView -- */
#firstView {
  padding-top: 100px;
  width: 100%;
  aspect-ratio: 1600 / 1261;
  object-fit: cover;
  background: url(../img/gh_bkg.png) no-repeat center center;
  background-size: cover;
}
#firstView header {
  margin-bottom: 24px;
}
#firstView header img {
  width: 100%;
  max-width: 40vw;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
#firstView div p {
  text-align: center;
  font: 500 20px/1.8 var(--fmG);
  color: #fff;
  margin-bottom: 24px;
}


/* -- shopList -- */

.shopList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.shopList .card {
  background: #fff;
  border-radius: 8px;
  flex-shrink: 0;
  width: calc(25% - (30px * 3 / 4));
}
.shopList .card p {
  font: 500 15px/1.8 var(--fmG);
  margin-bottom: 1.5px;
}
.shopList .card ul.tag {
  margin: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2px;
}
.shopList .card ul.tag li {
  flex-shrink: 0;
  padding: 8px 4px;
  width: calc(25% - (6px / 4));
  font: 400 12px/1.0 var(--fmG);
  text-align: center;
  color: #ccc;
  border: 1px solid #ddd;
}
.shopList .card ul.tag li.on {
  border: 1px solid #999;
  color: #333;
}
.shopList .card ul.tag li:first-child {
  border: 1px solid var(--mainColor);
  background: #CD4892;
  color: #fff;
}
.shopList .card ul.tag li:last-child {
  border: 1px solid var(--mainColor);
  background: #fff;
  color: #CD4892;
  font: 700 12px/1.0 var(--fmG);
  opacity: 0.2;
}
.shopList .card ul.tag li.on:last-child {
  opacity: 1.00;
}
.shopList .card h3 {
  margin: 10px 15px;
  font: 700 20px/1.3 var(--fmG);
}
.shopList .card p {
  margin: 10px 15px 20px 15px;
  font: 300 16px/1.6 var(--fmG);
}
.shopList .card button {
  cursor: pointer;
  width: calc(100% - 20px);
  background: #fff;
  margin: 10px 10px 0px 10px;
  font: 300 14px/1.6 var(--fmE);
  border: 1px solid #ccc;
  padding: 5px;
}
.shopList .card button:hover {
  background: #CD4892;
  color: #fff;
}
.shopList .card ul.links {
  margin: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.shopList .card ul.links li {
  flex-shrink: 0;
  width: calc(50% - 2.5px);
  font: 700 16px/1.0 var(--fmE);
  padding: 7px 10px;
}
.shopList .card ul.links li:first-child {
  border: 1px solid #ccc;
}
.shopList .card ul.links li:last-child {
  border: 1px solid #CD4892;
  background: #CD4892;
}
.shopList .card ul.links li:last-child a {
  display: block;
  text-align: center;
  color: #fff;
}
.shopList .card ul.links li img {
  height: 17px;
  margin: 0 auto;
}
.shopList {}
.shopList {}
.shopList {}

@media screen and (max-width:1500px) {
  .shopList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
  .shopList .card {
    background: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    width: calc(33.33% - (30px * 2 / 3));
  }
}

@media screen and (max-width:1024px) {
  .shopList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
  .shopList .card {
    background: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    width: calc(50% - (30px / 2));
  }
  .shopList .card ul.tag li {
    font: 400 10px/1.0 var(--fmG);
  }
}


@media screen and (max-width:900px) {
  #firstView {
    padding-top: 30px;
  }
  #firstView div p {
    font: 500 16px/1.8 var(--fmG);
    text-shadow: 0 0 3px #CD4892;
  }
}

@media screen and (max-width:640px) {
  .shopList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
  .shopList .card {
    background: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    width: 100%;
  }
  .shopList .card ul.tag li {
    font: 400 10px/1.0 var(--fmG);
  }
}



#map {}
#map article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#map article > div {}
#map article > div figure {
  margin-bottom: 30px;
}
#map article > div figure img {}
#map article > div {}
#map article {}

#map article > div .pinList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0px 30px;
  margin-bottom: 30px;
}
#map article > div .pinList li {
  flex-shrink: 0;
  width: calc(25% - (90px / 4));
  padding-left: 45px;
  font: 600 16px/1.2 var(--fmG);
  height: 60px;
}
#map article > div .pinList li em {
  display: block;
  width: fit-content;
  font-style: normal;
  font: 400 11px/1.1 var(--fmG);
}
#map article > div .pinList li:nth-of-type(1) {background: url(../img/cnt_01.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(2) {background: url(../img/cnt_02.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(3) {background: url(../img/cnt_03.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(4) {background: url(../img/cnt_04.svg) no-repeat 0 0;background-size: 36px;display:none;}
#map article > div .pinList li:nth-of-type(5) {background: url(../img/cnt_05.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(6) {background: url(../img/cnt_06.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(7) {background: url(../img/cnt_07.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(8) {background: url(../img/cnt_08.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(9) {background: url(../img/cnt_09.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(10) {background: url(../img/cnt_10.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(11) {background: url(../img/cnt_11.svg) no-repeat 0 0;background-size: 36px;display:none;}
#map article > div .pinList li:nth-of-type(12) {background: url(../img/cnt_12.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(13) {background: url(../img/cnt_13.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(14) {background: url(../img/cnt_14.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(15) {background: url(../img/cnt_15.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(16) {background: url(../img/cnt_16.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(17) {background: url(../img/cnt_17.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(18) {background: url(../img/cnt_18.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(19) {background: url(../img/cnt_19.svg) no-repeat 0 0;background-size: 36px;}
#map article > div .pinList li:nth-of-type(20) {background: url(../img/cnt_20.svg) no-repeat 0 0;background-size: 36px;}


@media screen and (max-width:900px) {
  #map article > div .pinList li {
    padding-top: 4px;
    width: calc(33.33% - (60px / 3));
    font: 600 14px/1.2 var(--fmG);
  }
}

@media screen and (max-width:768px) {
  #map article > div .pinList {gap: 0 15px;}
  #map article > div .pinList li {
    padding-top: 4px;
    width: calc(50% - (30px / 2));
    font: 600 14px/1.2 var(--fmG);
    height: 50px;
  }
}


#info {}
#info article {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#info article > div {}
#info article > div h3 {
  text-align: center;
  font: 700 40px/1.3 var(--fmG);
  color:#CD4892;
  margin-bottom: 30px;
}
#info article > div p {
  text-align: center;
  font: 300 20px/1.8 var(--fmG);
  margin-bottom: 30px;
}
#info article > div figure {
  margin-bottom: 30px;
}
#info article > div figure img {
  width: 640px;
  margin: 0 auto;
}
#info article {}

@media screen and (max-width:900px) {
#info article > div h3 br {display: none;}
#info article > div p br {display: none;}

}



#popup {
  background: rgba(0,0,0,.8);
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#popup .menuBox {
  display: none;
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
#popup .menuBox h2 {
  font: 500 20px/1.3 'Noto Sans JP', sans-serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#popup .menuBox:nth-of-type(2) {
  border-top: 1px solid #ccc;
}
#popup .menuBox > div > div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
#popup .menuBox > div > div:nth-of-type(2) {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
#popup .menuBox > div > div > figure {
  flex-shrink: 0;
  width: calc(50% - 20px);
}
#popup .menuBox > div > div > div {
  flex-shrink: 0;
  width: calc(50% - 20px);
}
#popup .menuBox > div > div > div h3 {
  font: 500 22px/1.3 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
}
#popup .menuBox > div > div > div p.time {
  font: 500 15px/1.3 'Noto Sans JP', sans-serif;
  width: fit-content;
  padding: 2px 8px;
  border: 1px solid #ccc;;
  margin-bottom: 10px;
}
#popup .menuBox > div > div > div p.price {
  font: 400 20px/1.3 var(--fmE);
  color: #c33;
  letter-spacing: .1em;
}
#popup .menuBox > div > div > div p.price:after {
  content: '円';
  color: #333;
  font-size: 13px;
  padding-left: 4px;
}
#popup .menuBox {}
#popup .menuBox {}
#popup {}
