@charset "UTF-8";
/* CSS Document */

/* レイアウト */

.m-main-content {
  list-style: none;
}

.m-main-content img {
  transition: all 0.3s ease 0s;
}

.ttl_box {
  display: block;
  float: left;
  margin: 0 auto 8px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.title-sub {
  background: #fff;
  padding: 20px;
  text-align: justify;
  color: #0e0e0e;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
}

.main_box {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.main_box img {
  display: block;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}

.navi {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 40px;
}
.navi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 120px;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 0;
}
.navi ul li {
  display: inline-block;
  overflow: hidden;
  font-size: 13px;
  width: 19%;
  padding-bottom: 30px;
  text-align: center;
  letter-spacing: 0.5px;
  position: relative;
}
.navi ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}

.navi ul li::after {
  display: block;
  content: "";
  border-style: solid;
  border-width: 17.3px 10px 0px 10px;
  border-color: #9e9e9e transparent transparent transparent;
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translateX(-50%);
}

.navi ul li a img {
  display: block;
  width: 200px;
  height: auto;
}

.section-ttl {
  font-size: 38px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  color: #0e0e0e;
  text-align: center;
  margin: 0 auto 32px;
}

.section-sub {
  font-size: 32px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
  width: 1050px;
  text-align: left;
  margin: 0 auto;
}

.con1 {
  display: block;
  /* overflow: hidden; */
  width: 100%;
  text-align: center;
  padding: 0 0 80px;
}

.style-heading-no {
  font-size: 24px;
  color: #555;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}

.style-heading-itemtitle {
  font-size: 38px;
  font-family: "Noto Serif JP", "serif";
  font-feature-settings: "palt";
}

.con_come {
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  padding: 0 5%;
  line-height: 2em;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.font-m {
  font-size: 31px;
  line-height: 1.3;
}

.item-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-top: 15px;
}
.item-list2 li {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  width: 46.5%;
  background-color: #fff;
  text-align: left;
  border-bottom: #ccc 1px dotted;
  border-right: #ccc 1px dotted;
  padding: 5px;
}
.item-list2 li:nth-child(even) {
  font-size: 15px;
  width: 46.5%;
  background-color: #fff;
  border-bottom: #ccc 1px dotted;
  border-right: none;
  padding: 5px;
}
.item-list2 li a img {
  display: block;
  overflow: hidden;
  width: 65px;
  height: auto;
}

.item-list2 li a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.item-list2 li a span.il-txt {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 13px;
  line-height: 1.2em;
  width: 60%;
}

.il-check-btn {
  background: #45433f;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 2px 20px;
  align-self: flex-end;
}

/* recommended-information */

.recommended-information {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 40px;
}

.recommended-information .recommended-information-list {
  width: 80%;
}

.recommended-information li {
  width: 38%;
}

.spacer {
  width: 100%;
}

.recommended-information li img {
  width: 100%;
  height: auto;
}

.recommended-information .m-btn-active {
  width: 320px;
  margin: 24px auto 0;
}

@media screen and (min-width: 641px) {
  .main_box img {
    width: 1000px;
    height: 380px;
  }

  .navi ul {
    margin: 0 auto 40px;
  }

  .title-sub {
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto 32px;
  }

  /* ２つグリッド */

  .main-grid {
    width: 1000px;
    display: grid;
    margin: 8px auto 32px;
    grid-template-columns: 650px 400px;
    grid-template-rows: repeat(4, auto);
    grid-template-areas:
      "img ."
      "img ttl"
      "img text"
      "img .";
    justify-content: center;
  }

  .main-grid-imgarea-double {
    grid-area: img;
    display: grid;
    grid-template-columns: 150px 100px 50px 150px 100px;
    grid-template-rows: repeat(4, auto);
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .main-grid-imgarea-double img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
  }

  .is-left {
    grid-row: 1/4;
    grid-column: 1/4;
  }

  .is-right {
    grid-row: 3/6;
    grid-column: 3/6;
    z-index: 1;
  }

  .style-heading-double {
    grid-area: ttl;
  }

  .main-grid-txt-wrapper-double {
    grid-area: text;
  }

  .main-grid-txt-double {
    position: relative;
    margin: 20px 0;
  }

  .line-dashed-double {
    border-bottom: dashed 1px #9e9e9e;
  }

  /* ２つグリッド　ここまで */

  /* ２つグリッド　逆転 */

  .main-grid.reverse {
    grid-template-columns: 400px 650px;
    grid-template-rows: repeat(4, auto);
    grid-template-areas:
      ". img"
      "ttl img"
      "text img"
      ". img";
  }

  .main-grid-imgarea-double.inner-reverse {
    grid-template-columns: 100px 150px 50px 100px 150px;
    grid-template-rows: repeat(4, auto);
    justify-content: end;
  }

  .is-left.reverse {
    grid-column: 1/4;
  }

  .is-right.reverse {
    grid-column: 3/6;
  }

  /* ホバー */
  .item-list2 li a:hover {
    opacity: 0.7;
  }

  .recommended-information li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 640px) {
  .main_box {
    height: auto;
    margin: 0;
  }
  .main_box img {
    width: 100%;
    height: auto;
    margin: 0;
    aspect-ratio: 16/15;
  }

  .con1,
  .con2,
  .con4,
  .con7 {
    width: 100%;
    padding: 0 0 24px;
  }

  .con_come {
    padding: 8px 14px 14px;
  }

  .title-sub {
    padding: 24px 16px 48px;
  }

  .main-grid {
    width: 95%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin: 0 auto 48px;
    row-gap: 16px;
  }

  .main-grid-imgarea-double {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    -moz-column-gap: 8px;
    row-gap: 24px;
  }

  .is-right {
    justify-self: right;
  }

  .is-left.reverse {
    justify-self: right;
  }

  .is-right.reverse {
    justify-self: left;
  }

  .line-dashed-double {
    border-bottom: dashed 1px #9e9e9e;
    margin: 8px auto 32px;
    width: 90%;
  }

  .main-grid img {
    width: 80%;
    height: auto;
  }

  .item-list2 {
    row-gap: 2px;
  }

  .item-list2 li {
    width: 100%;
    border-right: none;
    padding: 6px;
  }
  .item-list2 li:nth-child(even) {
    width: 100%;
    padding: 6px;
  }

  .recommended-information {
    display: block;
    padding-bottom: 24px;
    width: auto;
    margin: 0 12px;
  }

  .recommended-information .recommended-information-list {
    width: 100%;
  }

  .recommended-information li {
    width: 100%;
    margin-bottom: 32px;
  }

  .recommended-information .m-btn-active {
    width: 100%;
  }

  .section-ttl {
    font-size: 1.5rem;
  }

  .section-sub {
    font-size: 1.3rem;
    text-align: center;
    width: 100%;
    margin: 0 auto 24px;
  }

  .font-m {
    font-size: 1.5rem;
  }

  .navi ul {
    width: 90%;
    flex-wrap: nowrap;
    gap: 24px;
  }

  .navi ul li {
    width: 100%;
  }

  .navi ul li a img {
    width: 100%;
  }
}
