body {
  font-family: "Zen Maru Gothic", sans-serif;
  background-color: #888;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

.load {
  width: 414px;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 414px) {
  .load {
    width: 100%;
  }
}
.load__image {
  width: 173px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.header {
  position: fixed;
  width: 414px;
  height: 145px;
  top: 0;
  margin-bottom: 5px;
  z-index: 10;
  background-color: #fff;
}
@media screen and (max-width: 414px) {
  .header {
    width: 100%;
  }
}
.header__logo {
  margin: 33px 0 25px 30px;
  width: 71px;
}
.header__category {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.header__category-item {
  margin: 0 15px;
  padding: 0 10px;
}

.underline {
  padding-bottom: 4px;
  color: #B9DCDA;
  border-bottom: #B9DCDA 3px solid;
}

.main {
  width: 414px;
  height: 100%;
  margin: 0 auto;
  padding-top: 140px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 414px) {
  .main {
    width: 100%;
  }
}

.recommend {
  position: relative;
}
.recommend__map {
  position: relative;
}
.recommend__map-area {
  width: 100%;
  height: 352px;
  margin-bottom: 30px;
}
.recommend__map-areaName {
  padding: 3px 0 2px;
  width: 231px;
  border-radius: 13px;
  font-size: 14px;
  color: #69A8A4;
  background-color: #fff;
  text-align: center;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.recommend__title {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 40px 26px;
}
.recommend__vege {
  display: flex;
  margin: 0 10px 40px;
  justify-content: left;
  align-items: flex-start;
  overflow-x: scroll;
  flex-wrap: nowrap;
}
.recommend__vege-item {
  text-align: center;
  margin: 0 10px;
}
.recommend__vege-image {
  width: 96px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.recommend__vege-text {
  margin-bottom: 5px;
}
.recommend__history {
  margin: 0 26px;
}
.recommend__history-title {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 17px;
}
.recommend__history-text {
  margin-bottom: 27px;
}
.recommend__history-button {
  display: block;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 0.9375rem;
  padding: 9px 22px 8px;
  background-color: #69A8A4;
  border-radius: 20px;
  color: #fff;
}
.recommend__recipe {
  margin: 0 26px;
  background-color: #fff;
}
.recommend__recipe-title {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 17px;
}
.recommend__recipe-column {
  padding-bottom: 10px;
}
.recommend__recipe-item {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 38px;
}
.recommend__recipe-item-checkbox {
  width: 16px;
  height: 16px;
  border: 3px #EBEBEB solid;
}
.recommend__recipe-item-area {
  display: flex;
  justify-content: left;
  align-items: center;
}
.recommend__recipe-item-image {
  width: 96px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 20px 0 14px;
}
.recommend__recipe-item-title {
  font-size: 0.9375rem;
  font-weight: normal;
  margin-bottom: 15px;
}
.recommend__recipe-item-text {
  font-size: 0.8125rem;
}
.recommend__recipeContent {
  width: 297px;
  height: 80%;
  padding: 42px 34px 42px 34px;
  background-color: #fff;
  background: url("../images/square2.png") no-repeat center center/contain;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  transition: all 0.5s;
}
.recommend__recipeContent-scroll {
  height: 100%;
  overflow: scroll;
}
.recommend__recipeContent-cancel {
  position: absolute;
  top: 42px;
  right: 34px;
  text-align: right;
  width: 18px;
  aspect-ratio: 1/1;
}
.recommend__recipeContent-title {
  font-size: 0.9375rem;
  margin-bottom: 27px;
}
.recommend__recipeContent-image {
  width: 153px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-bottom: 19px;
}
.recommend__recipeContent-category {
  font-size: 0.9375rem;
  text-align: left;
  margin-bottom: 15px;
}
.recommend__recipeContent-ul {
  margin-left: 13px;
  text-align: left;
  list-style: disc;
  margin-bottom: 15px;
}
.recommend__recipeContent-ol {
  margin-left: 13px;
  text-align: left;
  margin-bottom: 15px;
}
.recommend__recipeContent-li {
  font-size: 0.8125rem;
}
.recommend__recipeContent-ease {
  font-size: 0.9375rem;
  text-align: left;
}
.recommend__bookmark {
  width: 297px;
  height: 160px;
  padding: 28px 28px 45px;
  background: url("../images/square.png") no-repeat center center/cover;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: right;
  transition: all 0.5s;
}
.recommend__bookmark-image {
  width: 18px;
  aspect-ratio: 1/1;
}
.recommend__bookmark-title {
  font-size: 0.9375rem;
  margin-bottom: 9px;
  text-align: center;
  font-weight: 500;
}
.recommend__bookmark-text {
  font-size: 0.875rem;
  text-align: center;
}
.recommend__bookmark-text span {
  color: #69A8A4;
}

.bookmark {
  height: 100vh;
  padding: 50px 40px;
  position: relative;
}
.bookmark__item {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 38px;
}
.bookmark__item-checkbox {
  width: 16px;
  height: 16px;
  border: 3px #EBEBEB solid;
}
.bookmark__item-image {
  width: 96px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 20px 0 14px;
}
.bookmark__item-title {
  font-size: 0.9375rem;
  font-weight: normal;
  margin-bottom: 15px;
}
.bookmark__item-text {
  font-size: 0.8125rem;
}
.bookmark__recipe {
  width: 297px;
  height: 80%;
  padding: 42px 34px 42px 34px;
  background-color: #fff;
  background: url("../images/square2.png") no-repeat center center/contain;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  transition: all 0.5s;
}
.bookmark__recipe-scroll {
  height: 100%;
  overflow: scroll;
}
.bookmark__recipe-cancel {
  position: absolute;
  top: 42px;
  right: 34px;
  text-align: right;
  width: 18px;
  aspect-ratio: 1/1;
}
.bookmark__recipe-title {
  font-size: 0.9375rem;
  margin-bottom: 27px;
}
.bookmark__recipe-image {
  width: 153px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-bottom: 19px;
}
.bookmark__recipe-category {
  font-size: 0.9375rem;
  text-align: left;
  margin-bottom: 15px;
}
.bookmark__recipe-ul {
  margin-left: 13px;
  text-align: left;
  list-style: disc;
  margin-bottom: 15px;
}
.bookmark__recipe-ol {
  margin-left: 13px;
  text-align: left;
  margin-bottom: 15px;
}
.bookmark__recipe-li {
  font-size: 0.8125rem;
}
.bookmark__recipe-ease {
  font-size: 0.9375rem;
  text-align: left;
}

.invisible {
  display: none;
}
/*# sourceMappingURL=style.css.map */