@charset "UTF-8";
.shokuiku-cacaotour-report {
  /* reset */
  all: unset;
  /* vars */
  --orange: #a82703;
  --green-dark: #72ba3d;
  --green-light: #b4d254;
  --green-shadow: #57a31f;
  --blue-light: #ade4ff;
  --blue-dark: #94dbff;
  /* responsive */
  /* default */
  /* base */
  display: grid;
  color: black;
  line-height: 1.5;
}
.shokuiku-cacaotour-report *, .shokuiku-cacaotour-report::after,
.shokuiku-cacaotour-report *::after {
  all: unset;
}
@media (max-width: 640px) {
  .shokuiku-cacaotour-report {
    --content-width: calc(100vw - 2em);
  }
}
@media (min-width: 641px) {
  .shokuiku-cacaotour-report {
    --content-width: 50em;
  }
}
@media (max-width: 640px) {
  .shokuiku-cacaotour-report,
  .shokuiku-cacaotour-report img {
    font-size: 5.3191489362vw;
  }
}
@media (min-width: 641px) {
  .shokuiku-cacaotour-report,
  .shokuiku-cacaotour-report img {
    font-size: 2vw;
  }
}
@media (min-width: 1001px) {
  .shokuiku-cacaotour-report,
  .shokuiku-cacaotour-report img {
    font-size: 20px;
  }
}
.shokuiku-cacaotour-report img {
  max-width: 100%;
  vertical-align: bottom;
}
.shokuiku-cacaotour-report a {
  color: #0080ff;
  text-decoration: underline;
}

.l-container {
  position: relative;
  display: grid;
  grid-row-gap: 1.5em;
  justify-items: center;
  padding: 2em calc((100% - var(--content-width)) / 2);
  background: no-repeat;
}
.l-container--head {
  background-color: var(--blue-dark);
}
@media (max-width: 640px) {
  .l-container--head {
    background-image: url(../images/bg_head_top.png), linear-gradient(var(--green-dark), var(--green-dark)), radial-gradient(var(--blue-light) 70%, var(--blue-dark) 70%);
    background-position: center top 24em, center top 25em, center top 2.5em;
    background-size: 100vw 1.5em, 100%, 300vw 200vw;
  }
}
@media (min-width: 641px) {
  .l-container--head {
    padding-top: 3em;
    padding-bottom: 3em;
    background-image: url(../images/bg_image_1_pc.png), url(../images/bg_head_top.png), linear-gradient(var(--green-dark), var(--green-dark)), radial-gradient(var(--blue-light) 70%, var(--blue-dark) 70%);
    background-position: center top 17em, center top 12em, center top 16em, center top 3.5em;
    background-size: 64em auto, 60em 5em, 100%, 200vw 50vw;
  }
}
@media (min-width: 1200px) {
  .l-container--head {
    background-size: 64em auto, 100vw 5em, 100%, 200vw 50vw;
  }
}
@media (max-width: 640px) {
  .l-container--dark, .l-container--light {
    background-position: center top, center top 1em;
    background-size: 100vw 1.5em, 100%;
  }
}
@media (min-width: 641px) {
  .l-container--dark, .l-container--light {
    background-position: center top, center top 4em;
    background-size: 60em 5em, 100%;
  }
}
@media (min-width: 1200px) {
  .l-container--dark, .l-container--light {
    background-size: 100vw 5em, 100%;
  }
}
.l-container--dark {
  background-color: var(--green-light);
  background-image: url(../images/bg_head_1.png), linear-gradient(var(--green-dark), var(--green-dark));
}
.l-container--light {
  background-color: var(--green-dark);
  background-image: url(../images/bg_head_2.png), linear-gradient(var(--green-light), var(--green-light));
}
@media (min-width: 641px) {
  .l-container--gallery::before, .l-container--kidscomment::before, .l-container--adultcomment::before, .l-container--thanks::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .l-container--gallery > *, .l-container--kidscomment > *, .l-container--adultcomment > *, .l-container--thanks > * {
    position: relative;
  }
  .l-container--gallery::before {
    height: 100em;
    transform: translateY(-4em);
    background: url(../images/bg_image_2_pc.png) no-repeat center top/70em auto;
  }
  .l-container--kidscomment::before {
    height: 39.5em;
    transform: translateY(-6em);
    background: url(../images/bg_image_3_pc.png) no-repeat center top/71em auto;
  }
  .l-container--adultcomment::before {
    height: 33em;
    background: url(../images/bg_image_4_pc.png) no-repeat center top/71em auto;
  }
  .l-container--thanks {
    overflow: hidden;
    padding-bottom: 3em;
  }
  .l-container--thanks::before {
    height: 13em;
    background: url(../images/bg_image_5_pc.png) no-repeat center top/71em auto;
  }
}

.c-comment {
  display: block;
  background: white;
  border: 0.15em solid;
  padding: 1em;
  border-radius: 1.5em;
}
.c-comment--kids {
  border-color: var(--green-light);
}
.c-comment--adult {
  border-color: var(--green-dark);
}
.c-comment__txt {
  display: block;
  font-size: 0.7em;
}
.c-comment__txt strong {
  color: var(--orange);
}

@media (max-width: 640px) {
  .c-content-title img {
    height: 2.6em;
  }
}
@media (min-width: 641px) {
  .c-content-title img {
    height: 3.4em;
  }
}
@media (min-width: 641px) {
  .c-content-title--left {
    transform: translateX(-13em);
  }
}
@media (min-width: 641px) {
  .c-content-title--right {
    transform: translateX(13em);
  }
}

.c-header-report {
  position: relative;
  display: grid;
  grid-row-gap: 1em;
  padding: 2em 1.5em 1.5em;
}
.c-header-report::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/report_base_head.svg) no-repeat left top/100% auto, linear-gradient(white, white) no-repeat center top 2rem/100% 100%;
  box-shadow: 0 0.3em 0 var(--green-shadow);
}
@media (min-width: 641px) {
  .c-header-report::before {
    transform: rotate(-1deg);
  }
}
.c-header-report > * {
  position: relative;
}
@media (min-width: 641px) {
  .c-header-report__title {
    justify-self: end;
  }
}
.c-header-report__title img {
  width: 19em;
}
.c-header-report__lead {
  position: relative;
  color: var(--orange);
  font-size: 0.65em;
}
@media (max-width: 640px) {
  .c-header-report__lead {
    padding-bottom: 11em;
  }
  .c-header-report__lead::before, .c-header-report__lead::after {
    content: "";
    display: block;
    position: absolute;
    height: 10em;
    aspect-ratio: 1/1;
    background: no-repeat center center/contain;
    border-radius: 50%;
  }
  .c-header-report__lead::before {
    left: 0;
    bottom: 0;
  }
  #osaka .c-header-report__lead::before {
    background-image: url(../../osaka/images/head_pic_2.png);
    background-image: url(../../osaka/images/head_pic_2.png.webp);
  }
  .c-header-report__lead::after {
    right: 0;
    bottom: 0;
  }
  #osaka .c-header-report__lead::after {
    background-image: url(../../osaka/images/head_pic_3.png);
    background-image: url(../../osaka/images/head_pic_3.png.webp);
  }
}
.c-header-report__summary {
  display: grid;
  font-size: 0.65em;
}
@media (max-width: 640px) {
  .c-header-report__summary {
    grid-row-gap: 1em;
  }
}
@media (min-width: 641px) {
  .c-header-report__summary {
    grid-template-columns: max-content 1fr;
    grid-gap: 0.5em 1em;
  }
}
.c-header-report__summary_label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  border-radius: 1em;
  padding: 0 1em;
  background: var(--orange);
  color: white;
}
.c-header-report__summary_label:nth-of-type(1), .c-header-report__summary_label:nth-of-type(3) {
  letter-spacing: 1em;
  text-indent: 1em;
}
@media (max-width: 640px) {
  .c-header-report__summary_label {
    font-weight: bold;
  }
}
@media (max-width: 640px) {
  .c-header-report__summary_body {
    padding: 0 0.5em;
  }
}
@media (min-width: 641px) {
  .c-header-report__summary_body {
    padding-top: 0.25em;
  }
}
.c-header-report__summary_course {
  display: grid;
}
.c-header-report__summary_courseitem {
  position: relative;
  padding-left: 1.25em;
}
.c-header-report__summary_courseitem::before {
  position: absolute;
  left: 0;
}
.c-header-report__summary_courseitem:nth-of-type(1)::before {
  content: "①";
}
.c-header-report__summary_courseitem:nth-of-type(2)::before {
  content: "②";
}
.c-header-report__summary_courseitem:nth-of-type(3)::before {
  content: "③";
}
.c-header-report__summary_courseitem:nth-of-type(4)::before {
  content: "④";
}
.c-header-report__summary_courseitem:nth-of-type(5)::before {
  content: "⑤";
}
.c-header-report__summary_courseitem:nth-last-of-type(n+2)::after {
  display: block;
  content: "↓";
}
@media (max-width: 640px) {
  .c-header-report__summary_courseitem br {
    display: none;
  }
}

.c-radialpic--framed img, .c-radialpic img {
  overflow: hidden;
  border-radius: 50%;
}

.c-radialpic--framed img {
  box-sizing: border-box;
  border: 0.25em solid white;
  box-shadow: 0 0.3em 0 var(--green-shadow);
}

.p-header {
  display: grid;
}
@media (max-width: 640px) {
  .p-header {
    grid-row-gap: 1em;
  }
}
@media (min-width: 641px) {
  .p-header {
    grid-template-columns: 27em 1fr;
    grid-template-rows: max-content max-content;
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    grid-template-areas: "title image" "report image" "report after" "report after" "report .";
    align-content: start;
    align-items: start;
    justify-items: center;
  }
  .p-header__title {
    grid-area: title;
  }
  .p-header__image {
    grid-area: image;
  }
  .p-header__report {
    grid-area: report;
  }
  .p-header::before {
    grid-area: after;
  }
  .p-header::after {
    grid-area: after;
  }
  .p-header::before, .p-header::after {
    content: "";
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: no-repeat center center/cover;
    box-shadow: 0 0.3em 0 var(--green-shadow);
    border: 0.25em solid white;
  }
  .p-header::before {
    align-self: start;
    justify-self: start;
    width: 9em;
  }
  #osaka .p-header::before {
    background-image: url(../../osaka/images/head_pic_2.png);
    background-image: url(../../osaka/images/head_pic_2.png.webp);
  }
  .p-header::after {
    align-self: end;
    justify-self: end;
    width: 11.5em;
    margin-top: 7em;
  }
  #osaka .p-header::after {
    background-image: url(../../osaka/images/head_pic_3.png);
    background-image: url(../../osaka/images/head_pic_3.png.webp);
  }
}
@media (min-width: 641px) {
  .p-header__title {
    margin-top: -1.5em;
  }
}
.p-header__title img {
  width: 100%;
  transform: scale(1.05);
}
.p-header__image {
  overflow: hidden;
  box-sizing: border-box;
  background: white;
  border: solid white;
}
@media (max-width: 640px) {
  .p-header__image {
    order: -1;
    border-width: 0.35em;
    box-shadow: 0 0.3em 0 var(--blue-dark);
  }
}
@media (min-width: 641px) {
  .p-header__image {
    border-width: 0.5em;
    transform: rotate(2deg);
    box-shadow: 0 0.3em 0 var(--green-shadow);
  }
}
@media (min-width: 641px) {
  .p-header__image img {
    transform: scale(1.1) rotate(-2deg);
  }
}

.p-gallery {
  display: grid;
}
@media (max-width: 640px) {
  .p-gallery {
    grid-row-gap: 1em;
  }
}
@media (min-width: 641px) {
  .p-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5em;
    grid-row-gap: 1.5em;
    align-items: start;
  }
}
.p-gallery__item {
  display: grid;
  grid-row-gap: 0.5em;
}
@media (min-width: 641px) {
  .p-gallery__item:nth-of-type(even) {
    transform: translateY(-3em);
  }
}
.p-gallery__pic {
  position: relative;
  display: grid;
  justify-items: center;
}
.p-gallery__pic::before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 1.5em;
  margin-bottom: -1.5em;
  background: url(../images/photo_tape.svg) no-repeat center center/contain;
  aspect-ratio: 30/58;
}
.p-gallery__pic img {
  box-sizing: border-box;
  width: 20em;
  border: 1px solid var(--green-dark);
  padding: 0.5em;
  background: white;
}
@media (min-width: 641px) {
  .p-gallery__item img {
    transform: rotate(-1deg);
  }
  .p-gallery__item:nth-child(odd):not(:nth-child(4n+1)) img, .p-gallery__item:nth-child(even):not(:nth-child(4n)) img {
    transform: rotate(1deg);
  }
}
@media (max-width: 640px) {
  .p-gallery__item:nth-of-type(odd) img {
    transform: rotate(-1deg);
  }
  .p-gallery__item:nth-of-type(even) img {
    transform: rotate(1deg);
  }
}
.p-gallery__caption {
  background: white;
  border: 0.1em solid var(--green-dark);
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 2.5em;
  padding: 0 1.5em;
  border-radius: 1.25em;
  color: var(--orange);
  font-weight: bold;
}
@media (min-width: 641px) {
  .p-gallery__caption {
    font-size: 0.9em;
  }
}
@media (max-width: 640px) {
  .p-gallery__caption {
    font-size: 0.75em;
  }
}
#osaka .p-gallery__item:nth-of-type(3) .p-gallery__caption {
  letter-spacing: 1em;
  text-indent: 1em;
}

.p-gallery__text {
  display: grid;
  font-size: 0.7em;
  justify-content: center;
}
@media (min-width: 641px) {
  .p-gallery__text {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .p-gallery__text br {
    display: none;
  }
}

.p-movie {
  box-sizing: border-box;
  max-width: 24.8em;
  border: 0.5em solid var(--green-dark);
  cursor: pointer;
}
.p-movie img {
  transition: 200ms;
}
.p-movie img:hover {
  filter: brightness(150%);
}

.p-comment-kids {
  display: grid;
}
.p-comment-kids__item--image {
  width: 9em;
}
@media (max-width: 640px) {
  .p-comment-kids {
    grid-row-gap: 1em;
    justify-items: center;
  }
  #osaka .p-comment-kids__item:nth-child(8) {
    margin-right: auto;
  }
  #osaka .p-comment-kids__item:nth-child(9) {
    margin-top: -3.8em;
    margin-left: auto;
  }
  #aichi .p-comment-kids__item:nth-child(6) {
    margin-right: auto;
  }
  #aichi .p-comment-kids__item:nth-child(7) {
    margin-left: auto;
  }
  #aichi .p-comment-kids__item:nth-child(n+7) {
    margin-top: -4em;
  }
}
@media (min-width: 641px) {
  .p-comment-kids {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5em;
    align-items: center;
    justify-items: center;
    width: 42em;
    margin-top: -2em;
  }
  #osaka .p-comment-kids {
    grid-template-areas: "a8 . ." "a8 a1 a2" "a8 . a9" "a3 a4 a9" ". . a9" "a5 a6 a7";
    grid-row-gap: 0.5em;
  }
  .p-comment-kids__item:nth-child(1) {
    grid-area: a1;
  }
  .p-comment-kids__item:nth-child(2) {
    grid-area: a2;
  }
  .p-comment-kids__item:nth-child(3) {
    grid-area: a3;
  }
  .p-comment-kids__item:nth-child(4) {
    grid-area: a4;
  }
  .p-comment-kids__item:nth-child(5) {
    grid-area: a5;
  }
  .p-comment-kids__item:nth-child(6) {
    grid-area: a6;
  }
  .p-comment-kids__item:nth-child(7) {
    grid-area: a7;
  }
  .p-comment-kids__item:nth-child(8) {
    grid-area: a8;
  }
  .p-comment-kids__item:nth-child(9) {
    grid-area: a9;
  }
}

@media (max-width: 640px) {
  .p-comment-adult {
    display: grid;
    grid-row-gap: 1em;
  }
}
@media (min-width: 641px) {
  .p-comment-adult {
    gap: 1em;
    align-items: center;
    justify-content: center;
  }
  #osaka .p-comment-adult {
    display: flex;
    flex-wrap: wrap;
  }
  #osaka .p-comment-adult__item {
    width: 15em;
  }
  #osaka .p-comment-adult__item:nth-of-type(-n+2) {
    width: 17em;
  }
  #osaka .p-comment-adult__item:nth-of-type(6) {
    width: 28em;
  }
  #aichi .p-comment-adult {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a1 a2 a3" "a1 a2 a6" "a1 a5 a6" "a4 a5 a6";
  }
  #aichi .p-comment-adult__item:nth-child(1) {
    grid-area: a1;
  }
  #aichi .p-comment-adult__item:nth-child(2) {
    grid-area: a2;
  }
  #aichi .p-comment-adult__item:nth-child(3) {
    grid-area: a3;
  }
  #aichi .p-comment-adult__item:nth-child(4) {
    grid-area: a4;
  }
  #aichi .p-comment-adult__item:nth-child(5) {
    grid-area: a5;
  }
  #aichi .p-comment-adult__item:nth-child(6) {
    grid-area: a6;
  }
}

.p-thanks {
  display: grid;
  justify-items: center;
  margin-top: 2em;
}
.p-thanks img {
  width: 17.8em;
}
