@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


#main {
  max-width: 1024px;
}

.wrapper-inner {
  justify-content: center;
}

#itemPage {
  width: 100%;
}

#itemPage .itemDec {
  font-size: 16px;
  text-align: left;
  width: 100%;
}

#itemPage h5 {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin: 2em auto;
}

#itemPage h6 {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 2em auto;
}

#itemPage section {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto 4em auto;
  text-align: left;
  width: 100%;
}

#itemPage section .plan-image {
  text-align: left;
}

#itemPage section .plan-image img {
  width: auto;
}

#itemPage #thumbnail-list {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 4em auto;
  max-width: 1024px;
}

#itemPage #thumbnail-list > div{
  width: 24.6%;
}

#itemPage #thumbnail-list .thumbnail-item {
  box-sizing: border-box;
  flex-basis: 250px;
  margin:0 2px 4px 2px;
  position: relative;
  width: 100%;
}

#itemPage #thumbnail-list .thumbnail-item img {
  margin: 0 auto;
  width: 100%;
}

#itemPage .higher-link {
  display: flex;
  gap: 0 16px;
  justify-content: center;
}



/*サイドバー*/
#sub-column{
  display: none;
}