#information {
  padding-top: 147px;
}

@media screen and (max-width: 999px) {
  #information {
    padding-top: 30px;
  }
}

.information__top {
}

.information__topContainer {
  max-width: 1187px;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .information__topContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.information__topMain {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .information__topMain {
    flex-direction: column;
    gap: 60px;
  }
}

.information__topText {
  width: 31.424%;
  margin-top: -7px;
}

@media screen and (max-width: 999px) {
  .information__topText {
    width: 100%;
  }
}

.information__topHead {
  display: flex;
  flex-direction: column;
}

.information__topHead h2 {
  font-family: "Cormorant Garamond";
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.06em;
  color: #000;
  text-transform: uppercase;
}

@media screen and (max-width: 999px) {
  .information__topHead h2 {
    font-size: 24px;
  }
}

.information__topHead p {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
  margin-top: -5px;
}

.information__topContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2.14285714286;
  text-align: left;
  color: #222;
  margin-top: 28px;
  line-height: 2.3;
}

@media screen and (max-width: 999px) {
  .information__topContent {
    margin-top: 10px;
  }
}

.information__topImage {
  width: 61.247%;
  position: relative;
}

@media screen and (max-width: 999px) {
  .information__topImage {
    width: 100%;
  }
}

.information__topImageContent {
  top: -15%;
  right: 13%;
  position: absolute;
  width: 28%;
}

.information__topImageImage {
  width: 100%;
}

.information__topImageImage img {
  border-radius: 15px;
}

.information__illust {
  position: relative;
  margin-top: 30px;
  width: 56.193%;
  z-index: 0;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .information__illust {
    margin-top: 30px;
  }
}

.information__illust img {
  border-radius: 15px;
}

@media screen and (max-width: 999px) {
  .information__illust {
    margin-top: 30px;
    position: static;
    width: 100%;
  }
}

.information__bottom {
  background: #efebdd;
  margin-top: 80px;
  padding-top: 77px;
  padding-bottom: 75px;
}

@media screen and (max-width: 999px) {
  .information__bottom {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.information__bottomContainer {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .information__bottomContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.information__bottomItemsWrapper {
  margin-bottom: 57px;
}

.information__bottomItems {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .information__bottomItems {
    flex-direction: column;
    gap: 30px;
  }
}

.information__bottomItem {
  width: 47%;
  display: flex;
  flex-direction:column;
}

@media screen and (max-width: 999px) {
  .information__bottomItem {
    width: 100%;
  }
}

.information__bottomItemImage {
  width: 100%;
}

.information__bottomItemImage img {
  border-radius: 15px 15px 0 0;
	width:100%;
}

.information__bottomItemText {
  background-color: #fdfdfd;
  padding: 30px 35px;
  flex-grow: 1;
}

@media screen and (max-width: 999px) {
  .information__bottomItemText {
    padding: 15px 20px;
  }
}

.information__bottomItemHead {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.information__bottomItemHead h2 {
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #a2895b;
}
.information__bottomItemHead h3 {
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 999px) {
  .information__bottomItemHead h3 {
    font-size: 16px;
  }
}

.information__bottomItemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2.0714285714;
  text-align: left;
  color: #000;
  margin-top: 14px;
}

.information__bottomItemButtons {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .information__bottomItemButtons {
    flex-direction: column;
    gap: 2px;
  }
}

.information__bottomItemButtonWrapper {
  width: 50%;
}

@media screen and (max-width: 999px) {
  .information__bottomItemButtonWrapper {
    width: 100%;
  }
}

.information__bottomItemButton {
  font-family: "Noto Serif JP" !important;
  font-weight: normal;
  font-size: 14px !important;
  letter-spacing: 0.06em !important;
  text-align: center;
  color: #fff;
  background-color: #ec572e;
  text-align: center;
  width: calc(100% - 1px) !important;
  padding: 16px 0 13px 18px;
  position: relative;
}

.information__bottomItemButton--meal::before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 16px;
  background: url(../img/icon-meal.svg) center center / contain no-repeat !important;
  top: 54%;
  transform: translateY(-50%);
  left: 18.5%;
}

.information__bottomItemButton--meal::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/right-chevron.svg) center center / contain no-repeat;
  top: 54%;
  transform: translateY(-50%);
  right: 8.2%;
}

.information__bottomItemButtonWrapperFull {
  width: 100% !important;
}

.information__bottomItemButtonFull {
  font-family: "Noto Serif JP" !important;
  font-weight: normal;
  font-size: 14px !important;
  letter-spacing: 0.06em !important;
  text-align: center;
  color: #fff;
  background-color: #ec572e;
  text-align: center;
  width: 100% !important;
  padding: 16px 0 13px 26px;
  position: relative;
}

.information__bottomItemButtonFull::before {
  position: absolute;
  display: block;
  content: "";
  width: 17px;
  height: 19px;
  background: url(../img/icon-bed.svg) center center / contain no-repeat;
  top: 54%;
  transform: translateY(-50%);
  left: 33.1%;
}

@media screen and (max-width: 999px) {
  .information__bottomItemButtonFull::before {
    left: 18%;
  }
}

.information__bottomItemButtonFull::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/right-chevron.svg) center center / contain no-repeat;
  top: 54%;
  transform: translateY(-50%);
  right: 8.2%;
}
