@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

:root {
  --white: #fff;
  --light-gray: #c8c8c8;
  --light-purple: #7c94bd;
  --black: #000;
  --bg-pink: #bb9992;
  --bg-light-pink: #ede3e0;
  --bg-light-gray: #f7fafa;
}

/* .mv
============================================================ */
.mv {}

.mv-message {
  position: absolute;
  width: 17.34%;
  z-index: 1;
}

.mv-message01 {
  top: 51.38%;
  left: 27.86%;
}

.mv-message02 {
  top: 38.88%;
  left: 54.53%;
}

/* .slick-slider
============================================================ */
.slick-slider-item {
  position: relative;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .slick-slider-item {
    padding-top: 170%;
    position: relative;
  }

  .slick-slider-item img {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
  }

  .mv-message {
    width: calc(209 / 375 * 100%);
    height: 15%;
  }

  .mv-message01 {
    top: 40%;
    left: 6.66%;
  }

  .mv-message02 {
    top: 40%;
    left: auto;
    right: 6.66%;
  }
}

@media screen and (max-width: 481px) {
  .slick-slider-item {
    padding-top: 177%;
  }

  .slick-slider-item img {
    bottom: 0;
  }

  .mv-message01 {
    top: 40%;
  }

  .mv-message02 {
    top: 27%;
  }
}

/* .movie
============================================================ */
.main-image {
  padding: 0 20px;
  margin-top: 190px;
}

.main-image-wrap {
  margin-top: 70px;
  position: relative;
  width: 100%;
}
.main-image .com-section-title {
  text-align: center;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .main-image {
    margin-top: 30px;
  }

  .main-image-wrap {
    margin-top: 40px;
  }
  .main-image .com-section-title {
    margin-top: 85px;
  }

}

@media screen and (max-width: 481px) {
  .main-image {
    margin-top: 30px;
    padding: 0 15px;
  }


}

/* section-photo
============================================================ */

.photo-bg-pink {
  padding: calc(310px + 80px) 20px 172px;
  margin-top: -310px;
  background: var(--bg-pink);
}

.photo-bg-brown {
  background: linear-gradient(to right, #0b0000, #695249);
  color: #fff;
  padding: 162px 20px;
}

.section-photo .com-section-inner {
  position: relative;
}

.photo-head {
  /* margin-left: 50px; */
}

.photo-head-text {
  margin-top: 50px;
  color: var(--white);
}

.photo-head-title {
  font-size: 20px;
  font-weight: normal;
}

.photo-head-text p {
  margin-top: 30px;
  font-size: 14px;
}

.photo-head-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 47.976791%;
}

.photo-memory {
  margin-top: 100px;
  color: var(--white);
}

.photo-memory-head {
  display: flex;
}

.photo-memory-head-thumbnail {
  max-width: 440px;
}

.photo-memory-text p {
  font-size: 12px;
  margin-left: 30px;
}

.photo-memory-text img {
  max-width: 280px;
  margin-top: 30px;
  margin-left: -20px;
}

.photo-memory-bottom {
  width: 100%;
  margin-top: 160px;
  display: flex;
  align-items: flex-start;
  column-gap: 71px;
}
.photo-memory-bottom-thumbnail {
  max-width: 533.25px;
  margin-left: 146px;
}

/* .photo-card */
.photo-bg-brown .com-section-title {
  margin-top: 100px;
}
.photo-card {
  display: flex;
  justify-content: space-between;
}

.photo-card+.photo-card {
  margin-top: 90px;
}

.photo-card-reverse {
  flex-direction: row-reverse;
}

.photo-card-image {
  width: 40%;
}

.photo-card-body {
  width: calc(60% - 120px);
}

.photo-card-title {
  font-size: 22px;
  font-weight: normal;
  line-height: calc(33 / 18);
  margin-top: 39px;
}

.photo-card-text {
  margin-top: 30px;
  font-size: 14px;
  line-height: calc(31px / 14px);
}

.photo-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  margin-top: 91px;
}

.photo-point .photo-card-title {
  margin-top: 30px;
  line-height: 1.49026818;
}

.photo-point .photo-point-text {
  margin-top: 19px;
  line-height: 1.87142857;
  text-align: justify;
}



/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1080px) {
  .photo-memory-head-thumbnail {
    max-width: 400px;
  }

  .photo-memory-text img {
    max-width: 240px;
  }

  .photo-memory-bottom {
    width: 100%;
    margin-top: 160px;
    display: flex;
    align-items: flex-start;
  }
  .photo-memory-bottom-thumbnail {
    max-width: 533.25px;
    margin-left: 146px;
  }
}

@media screen and (max-width: 1040px) {
  .photo-bg-pink {
    margin-top: -27vw;
    padding-top: 35vw;
  }
}

@media screen and (max-width: 1000px) {
  .photo-head {
    margin-left: 0;
  }

  .photo-card-body {
    width: calc(50% - 40px);
  }

  .photo-card-reverse .photo-card-body {
    width: calc(50% - 40px);
  }

  .photo-card-nature .photo-card-english,
  .photo-card-honeymoon .photo-card-body,
  .photo-card-honeymoon .photo-card-english,
  .photo-card-dreams .photo-card-english {
    margin-left: 0;
  }

  .photo-card-nature .photo-card-title,
  .photo-card-honeymoon .photo-card-title,
  .photo-card-dreams .photo-card-title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 811px) {

  .photo-bg-pink {
    padding-bottom: 45px;
  }

  .photo-bg-brown {
    padding-top: 43px;
    padding-bottom: 80px;
    background: linear-gradient(to right, #695249 , #0b0000);
  }

  .photo-bg-brown .com-section-title {
    margin-top: 0;
  }

  .photo-head-image {
    position: relative;
    margin-top: 40px;
    max-width: 100%;
  }

  .photo-head-image img {
    width: 100%;
  }

  .photo-bg-light-blue {
    padding: 50px 20px 50px;
  }


  .photo-card+.photo-card {
    margin-top: 60px;
  }

  .photo-card-image,
  .photo-card-body,
  .photo-card-reverse .photo-card-body {
    width: 100%;
  }

  .photo-memory-head-thumbnail {
    max-width: calc(186 / 375 * 100%);
    margin-left: -20px;
}

.photo-memory-bottom {
  margin-top: 20px;
  flex-direction: column;
  row-gap: 25px;
}
.photo-memory-bottom-thumbnail {
  margin-left: 57px;
}
.photo-memory-bottom-text {
  margin-left: 20px;
}

  .photo-card-text {
    margin-top: 20px;
    font-size: 12px;
  }

  .photo-memory {
    margin-top: 31px;
  }

  .main-text {
    font-size: 14px;
    line-height: 2.85714286;
    margin-left: 2em;
  }
  .photo-main-img {
    margin-top: 20px;
  }
  .photo-card {
    flex-direction: column;
    row-gap: 42px;
  }
  .photo-card-image {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    display: block;
  }
  .photo-points {
    margin-top: 72px;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    row-gap: 55px;
  }
  .photo-point .photo-card-title {
    font-size: 22px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 481px) {
  .photo-bg-pink {
    padding-left: 15px;
    padding-right: 15px;
  }

  .photo-memory-text p {
    margin-left: 20px;
    font-size: 10px;
  }

  .photo-head-text {
    margin-top: 10px;
  }

  .photo-head-text p {
    font-size: 14px;
    line-height: 2;
  }

  .photo-memory-head-thumbnail {
    margin-left: -15px;
  }


  .photo-bg-light-blue {
    padding-left: 15px;
    padding-right: 15px;
  }

  .photo-card+.photo-card {
    margin-top: 30px;
  }

  .photo-card-title {
    font-size: 16px;
    margin-top: 1em;
  }
}

/* section-spot
============================================================ */
.section-spot {
  padding: 110px 20px;
}

.spot-title-box {
  display: flex;
  justify-content: space-between;
}
.spot-title-map {
  width: 27.272727%;
  margin-right: 10px;
}

.spot-map-image {
  margin-top: 70px;
}

.spot-map-button {
  display: none;
}

.spot-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}

.spot-list-item {
  width: 23.09%;
}

.spot-list-item:not(:nth-child(4n+1)) {
  margin-left: 2.5%;
}

.spot-list-item:nth-child(n+5) {
  margin-top: 60px;
}

.spot-list-image {
  position: relative;
  padding-top: 100%;
}

.spot-list-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spot-list-button {
  position: absolute;
  bottom: 10px;
  right: 7px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 1px solid var(--black);
  background: var(--white);
  display: block;
}

.spot-list-button:not(:first-of-type) {
  display: none;
}

.spot-list-button::before,
.spot-list-button::after {
  content: "";
  width: 13px;
  height: 1px;
  background: var(--black);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: relative;
}

.spot-list-button::after {
  top: calc(50% - 1px);
  transform: translate(-50%, -50%) rotate(90deg);
}

.spot-list-tag {
  color: #fff;
  font-weight: 700;
  background: var(--bg-pink);
  width: 72.5176px;
  border-radius: 3px;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.spot-list-title {
  font-size: 21px;
  font-weight: normal;
  margin-top: 12px;
}
.spot-list-title small {
  line-height: 1.3;
}
.spot-list-text {
  font-size: 14px;
  margin-top: 10px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-spot {
    padding: 80px 0;
  }

  .section-spot .com-section-title {
    padding: 0 20px;
  }

  .section-spot .com-section-title.border:before,
  .section-spot .com-section-title.border:after {
    left: 20px;
  }

  .spot-list {
    margin-top: 60px;
  }

  .spot-list-image {
    padding-top: 75%;
  }

  .spot-list-item {
    padding: 0 15px;
  }

  .spot-pdf {
    margin-top: 30px;
    text-align: center;
  }

  .spot-pdf a {
    background: var(--light-purple);
    border-radius: 16px;
    color: var(--white);
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
  }

  .spot-pdf img {
    height: 11px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 481px) {
  .section-spot {
    padding: 30px 0 60px;
  }

  .section-spot .com-section-title {
    padding: 0 15px;
  }

  .section-spot .com-section-title.border:before,
  .section-spot .com-section-title.border:after {
    left: 15px;
  }

  .spot-map-image {
    margin-top: 30px;
  }
}

/* section-model
============================================================ */
.section-model {
  background: var(--bg-light-pink);
  padding: 90px 20px 116px;
}
.section-model .com-section-title {
  position: relative;
}
.section-model .com-section-title span {
  font-size: 33px;
  display: block;
  margin-top: 20px;
  letter-spacing: 0.03em;
}
.section-model .com-section-sub-title {
  margin-top: 30px;
}
.section-model .com-section-title .model-title-img {
  position: absolute;
  width: 514.007px;
  height: auto;
  top: -90px;
  right: 0;
}
.model-course-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}

.model-course {
  width: calc((100% - clamp(100px, 11.818vw, 130px)) / 2);
}

.model-course-title {
  color: #5a4e49;
  padding-bottom: 10px;
  border-bottom: 1px solid #717071;
  font-family: 'GFS Didot', serif;
  font-size: 42px;
  font-weight: normal;
  line-height: calc(38 / 20);
}

.model-course-body {
  margin-top: 50px;
}

.model-course-body img {
  width: 70%;
  height: auto;
}

.model-course-day2 .model-course-body img {
  width: 75%;
  height: auto;
}

.model-course-body img.sp {
  display: none;
}

.model-asterisk-list {
  margin-top: 70px;
  list-style: none;
  font-size: 14px;
  text-indent: 0;
}

.model-asterisk-list > li {
  position: relative;
  list-style: none;
  padding-left: 1em;
  vertical-align: middle;
}

.model-asterisk-list > li::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "※";
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  background: none;
  border-radius: 0;
  text-indent: 0;
  vertical-align: top;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-model {
    padding: 80px 20px 70px;
  }

  .model-course-wrap {
    margin-top: 20px;
  }

  .model-course {
    width: calc((100% - clamp(45px, 7.398vw, 60px)) / 2);
  }

  .model-course-body {
    margin-top: 40px;
  }

  .model-asterisk-list {
    margin-top: 50px;
    font-size: 12px;
  }
  .section-model .com-section-title .model-title-img {
    display: none;
  }
  .section-model .com-section-title span {
    font-size: 20px;
    margin-top: 10px;
  }
  .model-course-body img {
    width: 80%;
  }
  .model-course-day2 .model-course-body img {
    width: 85%;
  }

}
@media screen and (max-width: 600px) {
  .section-model {
    padding: 60px 20px 70px;
  }

  .model-course-wrap {
    display: block;
    margin-top: 30px;
  }

  .model-course {
    width: 100%;
  }

  .model-course-day2 {
    margin-top: 40px;
  }

  .model-course-title {
    padding-bottom: 20px;
    font-size: 37px;
  }

  .model-course-body {
    margin-top: 35px;
  }

  .model-course-body img {
    max-width: 300px;
  }

  .model-course-body img.pc {
    display: none;
  }

  .model-course-body img.sp {
    display: inline;
  }

  .model-asterisk-list {
    margin-top: 60px;
  }
}

/* section-renewal
============================================================ */
.section-renewal {
  background: var(--bg-light-green);
  padding: 40px 20px 110px;
}

.renewal-head {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.renewal-head-content {
  width: 44.27%;
}

.renewal-head-title {
  font-size: 20px;
  font-weight: normal;
  line-height: calc(38 / 20);
  margin-top: 50px;
}

.renewal-head-message p {
  font-size: 12px;
  margin-top: 30px;
}

.renewal-head-images {
  width: 52.45%;
}

.renewal-head-image01 {
  width: 83.36%;
}

.renewal-head-image-block {
  display: flex;
  align-items: flex-end;
}

.renewal-head-image02 {
  width: 46.62%;
  margin-bottom: 45px;
  margin-left: -30px;
  z-index: 1;
}

.renewal-head-image03 {
  width: 70%;
  margin-left: -10px;
  margin-top: -40px;
}

.renewal-middle {
  margin-top: 85px;
}

.renewal-bottom {
  background: url(../img//top/renewal-list-bg.png) no-repeat;
  background-size: 100% 100%;
  max-width: 843px;
  margin: 70px auto 0;
  padding: 45px 65px 35px;
}

.renewal-bottom-title {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.renewal-list {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.renewal-list-item {
  width: calc(50% - 25px);
  min-height: 75px;
  text-align: center;
  background: url(../img/top/renewal-list-border.png) no-repeat;
  background-position: top left;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: calc(19 / 12);
}

.renewal-list-item:nth-child(2n+1) {
  margin-right: 25px;
}

.renewal-list-item:nth-child(2n) {
  margin-left: 25px;
}

.renewal-list-item:nth-child(n+3) {
  background: url(../img/top/renewal-list-border.png) no-repeat, url(../img/top/renewal-list-border.png) no-repeat;
  background-position: top left, bottom left;
  background-size: 100%;
  margin-top: -5px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1240px) {
  .renewal-head-image03 {
    width: 59%;
    margin-left: 0;
  }
}

@media screen and (max-width: 811px) {
  .section-renewal {
    margin: 20px 20px 0;
    padding: 40px 20px;
  }

  .section-renewal .com-section-inner {
    display: flex;
    flex-direction: column;
  }

  .renewal-head {
    margin-top: 0;
  }

  .renewal-head-content,
  .renewal-head-images {
    width: 100%;
  }

  .renewal-middle {
    margin-top: 30px;
    position: relative;
  }

  .renewal-head-image02 {
    position: absolute;
    width: calc(132 / 309 * 100%);
    right: -10px;
    top: -35px;
  }

  .renewal-bottom {
    max-width: 600px;
    margin: 30px auto 0;
  }

  .renewal-list-item {
    width: 100%;
    min-height: 60px;
    height: 60px;
  }

  .renewal-list-item:nth-child(2n+1),
  .renewal-list-item:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }

  .renewal-list-item:nth-child(n+3) {
    margin-top: 0;
  }

  .renewal-list-item:nth-child(3) {
    background: url(../img/top/renewal-list-border.png) no-repeat;
    background-position: top left;
    background-size: 100%;
  }

  .renewal-list-item:nth-child(4) {
    height: 75px;
  }

  .renewal-list-item:not(:nth-child(4)) {
    padding-top: 15px;
  }

  .renewal-head-images {
    margin-top: 30px;
  }

  .renewal-head-image01,
  .renewal-head-image03 {
    width: calc(180 / 309 * 100%);
  }

  .renewal-head-image-block {
    justify-content: flex-end;

  }

  .renewal-head-image03 {
    margin-top: -50px;
  }
}

@media screen and (max-width: 481px) {
  .section-renewal {
    padding: 20px 15px;
    margin: 15px 15px 0;
  }

  .renewal-bottom {
    padding: 45px 45px 35px;
  }

  .renewal-list-item:not(:nth-child(4)) {
    padding-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .renewal-bottom {
    padding: 45px 15px 35px;
  }
}


/* section-gallery
============================================================ */
.section-gallery {
  margin-top: 120px;
  padding: 0 20px;
}

/* .photo-more {
  margin-top: 40px;
  font-size: 20px;
  font-family: 'GFS Didot', serif;
  text-align: center;
  display: flex;
  justify-content: center;
}

.photo-more-plus {
  position: relative;
  margin-left: 5px;
  margin-top: -4px;
}

.photo-more-plus::before,
.photo-more-plus::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 13px;
  background: var(--black);
  top: 50%;
  left: 50%;
}

.photo-more-plus::after {
  transform: rotate(90deg);
} */

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-gallery {
    margin-top: 80px;
    padding: 0;
  }

  .section-gallery .com-section-title,
  .section-gallery .com-section-sub-title {
    padding: 0 20px;
  }

  .section-gallery .com-section-title::before,
  .section-gallery .com-section-title::after {
    left: 20px;
  }

  /* .photo-more {
    margin-top: 30px;
  } */
}

@media screen and (max-width: 811px) {
  .section-gallery {
    margin-top: 50px;
  }
}

/* grid
============================================================ */
.grid-wrap {
  margin-top: 45px;
}

.grid-item img {
  display: block;
  width: 100%;
  transition: all 1s;
}

.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}

/* .grid-item:nth-child(n + 13) {
  display: none;
} */

.grid-item:nth-child(8) {
  grid-area: 2 / 2 / 4 / 4;
}

.grid-item:nth-child(10) {
  grid-area: 2 / 5 / 4 / 7;
}

.grid-item:nth-child(20) {
  grid-area: 5 / 2 / 7 / 4;
}

.grid-item:nth-child(22) {
  grid-area: 5 / 5 / 7 / 7;
}

.grid-item:nth-child(32) {
  grid-area: 8 / 2 / 10 / 4;
}

.grid-item:nth-child(34) {
  grid-area: 8 / 5 / 10 / 7;
}

.grid-item:nth-child(44) {
  grid-area: 11 / 2 / 13 / 4;
}

.grid-item:nth-child(46) {
  grid-area: 11 / 5 / 13 / 7;
}

.grid-item:nth-child(52) {
  grid-area: 14 / 2 / 16 / 4;
}

.grid-item:nth-child(54) {
  grid-area: 14 / 5 / 16 / 7;
}

.grid-item:nth-child(60) {
  grid-area: 17 / 2 / 19 / 4;
}

.grid-item:nth-child(62) {
  grid-area: 17 / 5 / 19 / 7;
}

.grid-item:nth-child(68) {
  grid-area: 20 / 2 / 22 / 4;
}

.grid-item:nth-child(70) {
  grid-area: 20 / 5 / 22 / 7;
}

.grid-item:nth-child(76) {
  grid-area: 23 / 2 / 25 / 4;
}

.grid-item:nth-child(78) {
  grid-area: 23 / 5 / 25 / 7;
}

.grid-item:nth-child(84) {
  grid-area: 26 / 2 / 28 / 4;
}

.grid-item:nth-child(86) {
  grid-area: 26 / 5 / 28 / 7;
}

.grid-item:nth-child(92) {
  grid-area: 29 / 2 / 31 / 4;
}

.grid-item:nth-child(94) {
  grid-area: 29 / 5 / 31 / 7;
}

.grid-item:nth-child(100) {
  grid-area: 32 / 2 / 34 / 4;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .grid-wrap {
    flex-direction: column;
    margin-top: 40px;
  }

  .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-item:nth-child(n + 13) {
    display: block;
  }

  /* .grid-item:nth-child(n + 7) {
    display: none;
  } */

  .grid-item:nth-child(8),
  .grid-item:nth-child(10),
  .grid-item:nth-child(20),
  .grid-item:nth-child(22),
  .grid-item:nth-child(32),
  .grid-item:nth-child(34),
  .grid-item:nth-child(44),
  .grid-item:nth-child(46),
  .grid-item:nth-child(52),
  .grid-item:nth-child(54),
  .grid-item:nth-child(60),
  .grid-item:nth-child(62),
  .grid-item:nth-child(68),
  .grid-item:nth-child(70),
  .grid-item:nth-child(76),
  .grid-item:nth-child(78),
  .grid-item:nth-child(84),
  .grid-item:nth-child(86),
  .grid-item:nth-child(92),
  .grid-item:nth-child(94),
  .grid-item:nth-child(100) {
    grid-area: auto;
  }

  .grid-item:nth-child(6) {
    grid-area: 2 / 2 / 4 / 4;
  }

  .grid-item:nth-child(12) {
    grid-area: 5 / 2 / 7 / 4;
  }

  .grid-item:nth-child(18) {
    grid-area: 8 / 2 / 10 / 4;
  }

  .grid-item:nth-child(24) {
    grid-area: 11 / 2 / 13 / 4;
  }

  .grid-item:nth-child(30) {
    grid-area: 14 / 2 / 16 / 4;
  }

  .grid-item:nth-child(36) {
    grid-area: 17 / 2 / 19 / 4;
  }

  .grid-item:nth-child(42) {
    grid-area: 20 / 2 / 22 / 4;
  }

  .grid-item:nth-child(48) {
    grid-area: 23 / 2 / 25 / 4;
  }

  .grid-item:nth-child(54) {
    grid-area: 26 / 2 / 28 / 4;
  }

  .grid-item:nth-child(60) {
    grid-area: 29 / 2 / 31 / 4;
  }

  .grid-item:nth-child(66) {
    grid-area: 32 / 2 / 34 / 4;
  }

  .grid-item:nth-child(72) {
    grid-area: 35 / 2 / 37 / 4;
  }

  .grid-item:nth-child(78) {
    grid-area: 38 / 2 / 40 / 4;
  }

  .grid-item:nth-child(84) {
    grid-area: 41 / 2 / 43 / 4;
  }

  .grid-item:nth-child(90) {
    grid-area: 44 / 2 / 47 / 4;
  }

  .grid-item:nth-child(96) {
    grid-area: 47 / 2 / 50 / 4;
  }
}



/* link
============================================================ */
.link {
  margin-top: 120px;
  padding: 0 20px;
}

.link-list {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  width: 100%;
}

.link-list-item {
  width: 46%;
}

.link-list-item a {
  background: #000;
  font-family: 'GFS Didot', serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 28px;
  background: var(--bg-light-pink);
  height: 170px;
  padding-bottom: 30px;
  padding-top: 28px;
  color: var(--black);
}

.link-list-item a img {
  width: 62.5px;
  height: 62.5px;
  margin-bottom: 10px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .link {
    margin-top: 80px;
    padding: 0 15px;
  }

  .link-list {
    flex-direction: column;
  }

  .link-list-item {
    width: 100%;
  }

  .link-list-item+.link-list-item {
    margin-top: 30px;
  }

  .link-list-item a {
    max-width: 507px;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 481px) {
  /* .link-list-item a {
    height: 115px;
  } */
}

/* section-contact
============================================================ */
.section-contact {
  margin-top: 110px;
  padding: 0 20px;
}

.contact-title {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.contact-address {
  text-align: center;
  margin-top: 30px;
}

.contact-address h3 {
  font-size: 14px;
  font-weight: normal;
}

.contact-address p {
  font-size: 18px;
  margin-top: 10px;
}

.contact-address address {
  font-size: 15px;
  margin-top: 5px;
  font-style: normal;
}

.contact-list {
  margin-top: 50px;
  display: flex;
}

.contact-list-item {
  width: calc(100% / 3);
  border-left: 1px solid var(--black);
  text-align: center;
  padding: 25px 10px;
}

.contact-list-item:last-child {
  border-right: 1px solid var(--black);
}

.contact-list-item h3 {
  font-size: 15px;
}

.contact-list-item p {
  font-size: 13px;
  margin-top: 10px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-contact {
    padding: 0 15px;
    margin-top: 60px;
  }

  .contact-list {
    flex-direction: column;
    margin-top: 15px;
  }

  .contact-list-item {
    width: 100%;
    border: none;
    position: relative;
  }

  .contact-list-item:last-child {
    border: none;
  }

  .contact-list-item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 1px;
    background: var(--black);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 481px) {
  .section-contact {
    margin-top: 60px;
  }

  .contact-list {
    margin-top: 40px;
  }
}

/* section-top-news
============================================================ */
.section-top-news {
  margin-top: 100px;
  padding: 0 20px;
}

.section-top-news-inner {
  max-width: 543px;
  width: 100%;
  margin: auto;
}

.top-news-title {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.top-news-list {
  margin-top: 20px;
}

.top-news-list-item {
  padding: 30px 0;
  border-top: 1px solid var(--black);
  font-size: 12px;
  display: flex;
}

.top-news-list-item:last-child {
  border-bottom: 1px solid var(--black);
}

.top-news-list-item a {
  color: var(--black);
  margin-left: 10px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-top-news {
    margin-top: 60px;
    padding: 0 15px;
  }

  .top-news-list-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }

  .top-news-list-item a {
    margin-left: 0;
  }
}
