@charset "utf-8";



.read + .section-top-round {
  margin-top: -60px;
}
/* .read + .section-top-round::before  {
  top: 0;
} */


@media print, screen and (min-width: 1600px) {
  .read + .section-top-round {
    margin-top: -120px;
  }
  /* .read + .section-top-round::before {
    top: 0;
  } */

}

/*================================================
  read
================================================*/

.read {
  background-image: url(../../image/common/read_bg.jpg);
  background-size:cover;
  background-position: top center;
  padding: calc(var(--layout-gap)*2.5) 0;
  overflow: hidden;
}
.read-img-title {
  margin-bottom: 40px;
}

.read-container {
  margin: 0 auto;
  max-width: 1160px;
  width: 90%;
  position: relative;
}

.read-pic {
  width: 80%;
  max-width: 700px;
  position: absolute;
  right:-20%;
  /* top: 10%; */
  z-index: 0;
  opacity: 0.2;
  top: 0;
  /* transform: translateY(-50%); */
}

.read-inner-text {
  max-width: 700px;
  position: relative;
  z-index: 1;
}
.read-img-title {
  text-align: center;
  width: 80%;
}
.read-text {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-weight: 700;
  text-shadow: 0 0 10px var(--color-white),  0 0 10px var(--color-white) , 0 0 10px var(--color-white);
}

@media print, screen and (min-width: 769px) {
  .read {
    padding: calc(var(--layout-gap) *3.5) 0;
  }
  .read-pic {
    max-width: 660px;
    top: -5%;
    opacity: 1;
  }
}
@media print, screen and (min-width: 1200px) {
  .read-pic {
    right: -10px;
  }
}


/*read-pic-svg*/
.read-pic-svg {
  mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: 100%;
}


/*------------------------------------------------
  page-link
------------------------------------------------*/

.page-link {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 0;
  margin: calc(var(--layout-gap) *2) auto 0;
  width: 100%;
}

.page-link-item.button-label-secondary {
  margin: 0;
  padding: 1em 2.5em 1em 1.5em;
  font-size: clamp(1rem, 0.84rem + 0.8vw, 1.8rem);
  border: 2px solid var(--primary-text-color);
}
.page-link-item.button-label-secondary::after {
  background-image: url(../../image/common/icon_arrow_down_bg_dark.svg);
  transition: top 0.3s ease-in-out;
}

.page-link-item.button-label-secondary:hover::after {
  top: calc(50% + 0.2em);
  transition: top 0.3s ease-in-out;
}

@media print, screen and (min-width: 1600px) {
  .page-link {
    margin: calc(var(--layout-gap) *4.5) auto calc(var(--layout-gap) *2);
  }
}


/*================================================
  one-day
================================================*/
.one-day {
  overflow: hidden;
}

.bg-pic {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .bg-pic {
    display: block;
    position: absolute;
    width: 35%;
    display: flex;
    flex-direction: column;
  }

  .bg-pic:nth-of-type(1) {
    top: 20%;
    left:-5%;
  }
  .bg-pic:nth-of-type(1) > img:nth-of-type(1) {
    width: 100%;
  }
  .bg-pic:nth-of-type(1) > img:nth-of-type(2) {
    width: 30%;
    margin: auto;
  }
  .bg-pic:nth-of-type(1) > img:nth-of-type(3) {
    width: 60%;
  }
  .bg-pic:nth-of-type(2) {
    top: 70%;
    right:-5%;
    transform: translateY(-50%);
  }
  .bg-pic:nth-of-type(2) > img:nth-of-type(1) {
    width: 100%;
  }
  .bg-pic:nth-of-type(2) > img:nth-of-type(2) {
    width: 60%;
  }
}

@media print, screen and (min-width: 1200px) {
  .bg-pic {
    width: 30%;
  }
  .bg-pic:nth-of-type(1) > img:nth-of-type(1) {
    max-width: 500px;
  }
  .bg-pic:nth-of-type(1) > img:nth-of-type(2) {
    max-width: 136px;
  }
  .bg-pic:nth-of-type(1) > img:nth-of-type(3) {
    max-width: 225px;
  }
  .bg-pic:nth-of-type(2) > img:nth-of-type(1) {
    max-width: 610px;
  }
  .bg-pic:nth-of-type(2) > img:nth-of-type(2) {
    max-width: 210px;
  }
}



/*------------------------------------------------
  one-day-list
------------------------------------------------*/

.one-day-list {
  padding:0 0 0 50px;
  position: relative;
  max-width: 500px;
  margin: auto;
}
.one-day-list::before {
  content: "";
  display: block;
  background-image: url(../../image/common/timeline.svg);
  background-position: top -7px center;
  background-size: auto;
  background-repeat: repeat-y;
  height: 100%;
  width: 5px;
  position: absolute;
  left: 12px;
  top:0;
}
.one-day-list-item {
  background-color: var(--color-white);
  padding:calc(var(--layout-gap)/2) calc(var(--layout-gap)/1.75) ;
  border-radius: 10px;
  margin: calc(var(--layout-gap)/2) 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;;
}
.one-day-list-item::before {
  content: "";
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -50px;
  top: 20px;
}
.one-day-list-item::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 10px 15px;
  border-color: transparent var(--color-white) transparent transparent;
  position: absolute;
  left: -28px;
  top: 25px;
}
.one-day-list-item-time {
  /* font-size: 2rem; */
  font-size: clamp(1.4rem, 1.28rem + 0.6vw, 2rem);
  font-weight: 900;
  display: block;
  width: 3.5em;
}
.one-day-list-item-detail {
  width: calc(100% - 3.5em - calc(var(--layout-gap)/1.5));
  min-width: 9em;
  white-space: nowrap;
}
.one-day-list-item-detail .label {
  /* font-size: 1.8rem; */
  font-size: clamp(1.4rem, 1.28rem + 0.6vw, 2rem);
  font-weight: 700;
  display: block;
}
.one-day-list-item-detail .comment {
  display: block;
}


@media print, screen and (min-width: 769px) {
  .one-day-list {
    padding: 0;
    max-width: 840px;
  }
  .one-day-list::before {
    left: calc(50% - 2.5px);
  }
  .one-day-list-item {
    width: calc(50% - 80px);
    padding:calc(var(--layout-gap)/1.25);
    margin: 0;
  }
  .one-day-list-item::before {
    width: 40px;
    height: 40px;
    top: 25px;
    left: -100px;
  }
  .one-day-list-item::after {
    top:35px
  }
  .one-day-list-item:nth-of-type(2),
  .one-day-list-item:nth-of-type(4) {
    margin-top: calc(-1 * var(--layout-gap)/2);
  }
  .one-day-list-item:nth-of-type(odd)::before {
    left: inherit;
    right: -100px;
  }
  .one-day-list-item:nth-of-type(odd)::after {
    left: inherit;
    right: -28px;
    border-color: transparent transparent transparent var(--color-white);
  }

  .one-day-list-item:nth-of-type(even) {
    margin-left: auto;
  }

  .one-day-list-item-time {
    width: 4.5em;
  }
  .one-day-list-item-detail {
    width: calc(100% - 4.5em - var(--layout-gap)/1);
  }
}


/*================================================
  events
================================================*/

.events::before {
  background-image: url(../../image/common/img_garland_left.svg), url(../../image/common/img_garland_right.svg);
  background-position: top left,  top right;
  background-size: 15%, 15%;
  background-repeat: no-repeat, no-repeat;
}
@media print, screen and (min-width: 769px) {
  .events::before {
    background-position: top left -10px,  top right -10px;
    background-size: 15%, 15%;
  }
}

.events-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.events-item {
  border-radius: 20px;
  border: 1px solid var(--color-light-gray);
  /* overflow: hidden; */
}

.events-item > img {
  border-top-left-radius:20px;
  border-top-right-radius:20px;
}

.events-item-label {
  padding: 1.5em 2em;
  line-height: 1.5;
  font-size: clamp(1.6rem, 1.52rem + 0.4vw, 2rem);
  font-weight: 900;
  display: block;
}

/**/
.events-item:nth-child(3),
.events-item:nth-child(4) {
  position: relative;
}
.events-item:nth-child(3)::after,
.events-item:nth-child(4)::after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}
.events-item:nth-child(3)::after {
  background-image: url(../../image/common/icon_event_cake.png);
  right: -10px;
  top: -15px
}
.events-item:nth-child(4)::after {
  background-image: url(../../image/common/icon_event_san.png);
  left: -10px;
  top: -15px;
}


@media print, screen and (min-width: 690px) {
  .events-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .events-item:nth-child(3)::after {
    right: inherit;
    left: -20px;
    top: -20px;
    transform: rotate(333deg);
  }
  .events-item:nth-child(4)::after {
    left: inherit;
    right: -20px;
    top: -20px;
    transform: rotate(33deg);
  }
}

@media print, screen and (min-width: 769px) {
  .events-item {
    border-radius: 30px;
  }

  .events-item > img {
    border-top-left-radius:30px;
    border-top-right-radius:30px;
  }
}


@media print, screen and (min-width: 1200px) {
  .events-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .events-item:nth-child(3)::after {
    right: -40px;
    left: inherit;
    top: -40px;
    width: 100px;
    height: 100px;
    transform: rotate(0);
  }
  .events-item:nth-child(4)::after {
    left: -40px;
    right: inherit;
    top: -15px;
    width: 100px;
    height: 100px;
    transform: rotate(0);
  }
}

.events .photo-list {
  margin: calc(var(--layout-gap)*1) 0 ;
}

@media print, screen and (min-width:1200px) {
  .events .photo-list {
    margin: calc(var(--layout-gap)*2) 0 ;
  }
}



/*================================================
  facility
================================================*/
.facility {
  position: relative;
}

.facility-main {
  margin: 40px 0;
  display: flex;
  flex-direction: column-reverse;
}

.facility-list tr th {
  background-color: var(--color-pink);
  width: calc(100% / 3);
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
}

.facility-list tr td {
  background-color: var(--color-white);
  text-align: center;
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
}

.facility-list tr td + td {
  border-left: 1px solid var(--color-gray);
}

.facility-list tr:has( > td:nth-of-type(2):last-child) td {
  width: 30%;
}

@media print, screen and (min-width: 769px) {
  .facility-main {
    margin: 40px 0 80px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .facility-list {
    width: calc(45% - 30px);
    max-width: 500px;
  }
  .facility-main img {
    width: 55%;
    max-width: 580px;
    height: auto;
  }
  .facility-list tr th {
    padding: 0.5em;
    line-height: 1.25;
  }

  .facility-list tr td {
    padding: 0.5em;
    line-height: 1.25;
  }
}

@media print, screen and (min-width: 960px) {
  .facility-list {
    width: calc(50% - 40px);
  }
  .facility-main img {
    width: 50%;
  }
  .facility-list tr th {
    line-height: 1.5;
  }

  .facility-list tr td {
    line-height: 1.5;
  }
}


@media print, screen and (min-width: 1200px) {
  .facility-list tr th {
    line-height: 2;
  }

  .facility-list tr td {
    line-height: 2;
  }
}


/*================================================
  step
================================================*/
.step {
  position: relative;
}
