@charset "utf-8";

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
  color: blue;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
  color: rgb(33, 7, 71);
}


.page-contents {
  width: 1080px;
  max-width: 90%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.page-item {
  flex-grow: 1;
  max-width: 765px;
}

.page-item h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}

.page-item h2::after {
  /*content: '';*/
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.page-list {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 330px);
  column-gap: 50px;
  row-gap: 40px;
  background-color: azure;
  text-align: center;
}
.page-list li{
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
}
.page-list dl {
  margin-top: 20px;
}


.page-list dt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}


.page-list dd {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
}
.page-list-img{
  padding-top: 30px;
}
.page-list-img2{
  padding-top: 100px;
}
.page-list-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: azure;
  max-width: 765px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left:10px ;
  padding-right: 10px;
}
.page-list-1 li{
  flex-shrink: 0;

  margin-left: 15px;
}


.page-list-1 dl {
  margin-top: 20px;
}


.page-list-1 dt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}


.page-list-1 dd {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
}
.page-list-img{
  padding-top: 20px;
}
.page-list-img2{
  padding-top: 100px;
}
.haitimigi{
  padding-left: 100px;
}
.gyoukan{
  line-height: 1.5;
}
.page-group h2{
  font-size: 36px;
  font-weight: bold;
  color: blue;

}


.page-menu {
  flex-shrink: 0;
  margin-right: 60px;
  position: relative;
}

.page-menu-inner {
  position: sticky;
  top: 100px;
  left: 0;
  right: 0;
}

.page-menu-inner h2 {
  font-size: 18px;
  font-weight: bold;
  color: blue;
  line-height: 1.5;
  text-align: center;
}

.page-menu-inner ul {
  list-style-type: disc;
  margin-top: 20px;
  margin-left: 20px;
}
.page-menu li{
  list-style: none;
}

.page-menu-inner li {
  font-size: 14px;
  margin-top: 15px;
  background-color: rgb(196, 255, 241);
  color: blue;
  line-height: 1.5;
}

.item-area {
  margin-top: 20px;
  display: flex;
}

.item-area img {
  width: 50%;
  max-width: 380px;
}

.about-item {
  margin-left: 30px;
}

.about-item .item-text {
  font-size: 14px;
  line-height: 26px;
}

.about-item .item-price {
  font-weight: bold;
  margin-top: 20px;
}

.about-item a {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 35px;
}

.about-item a:hover {
  background-color: #d8b500;
}

.recommended {
  margin-top: 60px;
}

@media (max-width: 800px) {
  :root{
    --header: 100px;
    scroll-padding: var(--header);
  }
  
  .page-contents {
    display: block;
    max-width: 100%;
    margin-top: 60px;
  }

  .page-item {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-list {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

  }
  .page-list dd {
    font-size: 15px;
    line-height: 1.5;

  }
  .page-list-1 {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

  }
  .page-list-1 dd {
    font-size: 15px;
    line-height: 1.5;

  }
  .haitimigi{
    padding-left: 20px;
  }



  .page-menu {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 10px;
    margin-right: 0;
  }

  .page-menu-inner {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-area {
    display: block;
  }

  .item-area img {
    width: 100%;
    max-width: 100%;
  }

  .about-item {
    margin-top: 20px;
    margin-left: 0;
  }

  .about-item a {
    width: 100%;
  }
}