@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../common/font/zenkakugothicnew-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../common/font/zenkakugothicnew-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("../../common/font/lexenddeca-light.ttf") format("truetype");
  font-style: 300;
}
.footer {
  z-index: 1000;
}

.header {
  z-index: 1000;
}

body {
  overflow-anchor: none;
}

main {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8em;
}
main a {
  color: #000;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* utilities
------------------------------------*/
.w_wide {
  width: calc(100% - 40px);
  max-width: 1490px;
  margin: auto;
  container-type: inline-size;
  position: relative;
  z-index: 1;
}

.w_narrow {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  container-type: inline-size;
  position: relative;
  z-index: 1;
}

.pt120cqw_1490 {
  padding-top: 8cqw !important;
}

.pt80cqw_1200 {
  padding-top: 6.6cqw !important;
}
@media (width < 480px) {
  .pt80cqw_1200 {
    padding-top: 40px !important;
  }
}

.pt100cqw_1330 {
  padding-top: 7.5cqw !important;
}
@media (width < 480px) {
  .pt100cqw_1330 {
    padding-top: 40px !important;
  }
}

.pt60cqw_1490 {
  padding-top: 4cqw !important;
}
@media (width < 480px) {
  .pt60cqw_1490 {
    padding-top: 20px !important;
  }
}

.mt24 {
  margin-top: 24px;
}
@media (width < 480px) {
  .mt24 {
    margin-top: 0px;
  }
}

/* Action */
/* ============================================ */
.ef_blur, .ef_blur_d01, .ef_blur_d02 {
  opacity: 0;
  /* filter: blur(3px); */
  transition: all 1.5s ease-out;
  transform: translateY(80px);
}

.add_blur {
  opacity: 1;
  /* filter: blur(0px); */
  transition: all 1.5s ease-out;
  transform: translateY(0px);
}

/* elements
------------------------------------*/
.area_title {
  position: relative;
  padding-top: 5vw;
}
@media (width < 480px) {
  .area_title {
    padding-top: 10cqw;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadein_only {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1 {
  text-align: center;
  opacity: 0;
  animation: fadein 1s ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  width: 68cqw;
  margin-inline: auto;
}
@media (width < 896px) {
  h1 {
    width: 80cqw;
    margin-top: 2cqw;
  }
}
@media (width < 480px) {
  h1 {
    width: 93cqw;
    margin-top: 4cqw;
  }
}
h1 img {
  width: 100%;
}

.cs_w {
  letter-spacing: 0.1em;
  padding: 0 10px;
}

.box_h1_sub {
  position: absolute;
  transform: rotate(-20deg);
  text-align: center;
  opacity: 0;
  animation: fadein_only 1s ease-in-out;
  animation-fill-mode: forwards;
}
@media (width < 896px) {
  .box_h1_sub {
    position: relative;
    top: auto;
    transform: none;
    padding-bottom: 16px;
  }
}

.box_h1_sub_txt {
  font-size: clamp(1.4rem, 0.72vw + 1.131rem, 2.2rem);
  line-height: 1.8em;
}

.line_under {
  border-bottom: #fff solid 3px;
  padding: 10px 0;
}
.line_under.pcnone {
  border-bottom: none;
}
@media (width < 896px) {
  .line_under.pcnone {
    border-bottom: #fff solid 3px;
  }
}

.block_title {
  position: relative;
  margin-top: 3.6cqw;
}
@media (width < 896px) {
  .block_title {
    margin-top: 26px;
  }
}

.block_title_img {
  position: relative;
  animation: fadein 1s ease-in-out;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.block_title_img h2 {
  position: absolute;
  top: 4cqw;
  right: 29.5cqw;
  width: 9.5cqw;
}
@media (width < 480px) {
  .block_title_img h2 {
    top: 7.5cqw;
    left: auto;
    right: 20cqw;
    width: 17cqw;
  }
}

.block_title_copy {
  position: relative;
  max-width: 1100px;
  width: 90%;
  box-sizing: border-box;
  margin: 4.6cqw auto 0;
  z-index: 10;
  text-align: center;
  animation: fadein 1s ease-in-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
@media (width < 896px) {
  .block_title_copy {
    border-radius: 16px;
    margin: 16px auto 0;
    width: 100%;
    text-align: justify;
    padding: 12px;
  }
}

.block_title_copy_txt {
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-size: clamp(1.4rem, 0.63vw + 1.165rem, 2.1rem);
  line-height: 1.8em;
}
@media (width < 896px) {
  .block_title_copy_txt {
    word-break: normal;
  }
}

.column_healing {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-top: 10cqw;
}
@media (width < 896px) {
  .column_healing {
    padding-top: 50px;
    flex-direction: column;
  }
}

.kakeru01 {
  max-width: 518px;
  width: 100%;
  padding-top: 1.5cqw;
}
@media (width < 896px) {
  .kakeru01 {
    width: 100%;
  }
  .kakeru01 img {
    max-width: 290px;
  }
}

.kakeru02 {
  width: 8.72cqw;
  aspect-ratio: 1/1;
}
@media (width < 896px) {
  .kakeru02 {
    aspect-ratio: inherit;
    width: 100%;
  }
  .kakeru02 img {
    max-width: 60px;
  }
}

.kakeru03 {
  max-width: 534px;
  width: 100%;
  padding-left: 8px;
}
@media (width < 896px) {
  .kakeru03 {
    padding-left: 0px;
    padding-top: 8px;
    width: 100%;
  }
  .kakeru03 img {
    max-width: 300px;
  }
}

.area_intro {
  padding-top: 16cqw;
  text-align: center;
}

.img_full {
  position: relative;
  z-index: 1;
  margin-top: 5cqw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.img_full img {
  width: 100%;
  height: auto;
}

.column_box_txt {
  text-align: left;
}

.btn_link {
  max-width: 490px;
  width: 80%;
  margin: auto;
  position: relative;
}
@media (width < 480px) {
  .btn_link {
    width: 90%;
  }
}
.btn_link p {
  border-radius: 100px;
  background: #A2D3FF;
  background: linear-gradient(90deg, rgb(162, 211, 255) 0%, rgb(221, 199, 255) 100%);
  padding: 5px;
  text-align: center;
}
.btn_link p a {
  color: #FFF;
  background-color: #000;
  font-size: clamp(1.4rem, 0.72vw + 1.131rem, 2.2rem);
  line-height: 1.4em;
  display: block;
  padding: 2.2cqw 0;
  border-radius: 100px;
  position: relative;
}
@media (width < 896px) {
  .btn_link p a {
    padding: 20px 10px;
  }
}
.btn_link p a::after {
  content: "";
  display: block;
  border-radius: 100px;
  border: #FFF solid 3px;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.btn_link p a:hover {
  opacity: 1;
  background: transparent;
  color: #000;
}

.txt_voice {
  font-size: clamp(1.4rem, 1.131rem + 1.15vw, 2.2rem);
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  position: relative;
  padding-inline: 1.5em;
  display: inline-block;
  margin-bottom: 16px;
}
.txt_voice::before, .txt_voice::after {
  content: "";
  display: block;
  width: 1px;
  height: 140%;
  background-color: #000;
  position: absolute;
}
.txt_voice::before {
  left: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}
.txt_voice::after {
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}

.bg1 {
  position: relative;
  background-image: url(../images/bg1.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.bg1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: url(../images/flower1.webp), url(../images/rain1.svg), url(../images/rain2.svg), url(../images/rain3.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 4.5cqw right 13cqw, top 2.5cqw right 5cqw, top 40cqw left 5cqw, bottom 16cqw right;
  background-size: 7cqw, 30cqw, 80cqw, 90cqw;
}
@media (width < 896px) {
  .bg1::before {
    background-position: top 4.5cqw right 6cqw, top 2.5cqw right 5cqw, top 40cqw left 5cqw, bottom 16cqw right;
    background-size: 15cqw, 50cqw, 80cqw, 90cqw;
  }
}
@media (width < 480px) {
  .bg1::before {
    background-position: top 4.5cqw right 5cqw, top 2.5cqw right 5cqw, top 120cqw left 3cqw, bottom 36cqw right;
    background-size: 20cqw, 77cqw, 90cqw, 90cqw;
  }
}
.bg1 .object_f1 {
  position: absolute;
  top: 67cqw;
  right: -1cqw;
  width: 25cqw;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
@media (width < 896px) {
  .bg1 .object_f1 {
    top: 94cqw;
    right: -1cqw;
    width: 35cqw;
  }
}
@media (width < 480px) {
  .bg1 .object_f1 {
    top: 130cqw;
    width: 40cqw;
  }
}
.bg1 .object_f2 {
  position: absolute;
  top: 98cqw;
  left: 13cqw;
  width: 10cqw;
  opacity: 0.5;
}
@media (width < 896px) {
  .bg1 .object_f2 {
    top: 120cqw;
    left: 3cqw;
    width: 20cqw;
  }
}
@media (width < 480px) {
  .bg1 .object_f2 {
    top: 215cqw;
    left: 3cqw;
    width: 26cqw;
  }
}
.bg1 .object_f3 {
  position: absolute;
  bottom: 20cqw;
  left: -4cqw;
  width: 22cqw;
  filter: brightness(0) invert(1);
}
@media (width < 896px) {
  .bg1 .object_f3 {
    bottom: 28cqw;
    left: -4cqw;
    width: 35cqw;
  }
}
@media (width < 480px) {
  .bg1 .object_f3 {
    bottom: 53cqw;
    width: 30cqw;
  }
}

.txt_lines {
  position: relative;
  font-size: clamp(1.4rem, 0.45vw + 1.232rem, 1.9rem);
  line-height: 2.2em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.txt_lines::before, .txt_lines::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 2cqw;
}
@media (width < 896px) {
  .txt_lines::before, .txt_lines::after {
    width: 1px;
    height: 100%;
    left: auto;
  }
}
.txt_lines::before {
  transform: rotate(11deg);
  top: -6cqw;
}
@media (width < 896px) {
  .txt_lines::before {
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);
  }
}
@media (width < 480px) {
  .txt_lines::before {
    transform: translateY(-50%) rotate(-10deg);
  }
}
.txt_lines::after {
  transform: rotate(-11deg);
  bottom: -6cqw;
}
@media (width < 896px) {
  .txt_lines::after {
    right: 10px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(25deg);
  }
}
@media (width < 480px) {
  .txt_lines::after {
    transform: translateY(-50%) rotate(10deg);
  }
}

.column_box {
  display: grid;
  gap: 5cqw;
  align-items: center;
  position: relative;
}
@media (width < 896px) {
  .column_box {
    display: block;
  }
}
.column_box.--intro {
  grid-template-columns: 1fr 50cqw;
  padding-top: 4cqw;
}
@media (width < 896px) {
  .column_box.--intro {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (width < 480px) {
  .column_box.--intro {
    padding-top: 20px;
  }
}
.column_box.--intro .txt_lines {
  padding-left: 4cqw;
}
@media (width < 896px) {
  .column_box.--intro .txt_lines {
    padding: 0 6cqw;
  }
}
@media (width < 480px) {
  .column_box.--intro .txt_lines {
    padding: 0 11cqw;
  }
}
.column_box.--intro .column_box_img {
  position: relative;
  z-index: 1;
}
@media (width < 896px) {
  .column_box.--intro .column_box_img {
    width: 60cqw;
    margin-inline: auto;
  }
}
@media (width < 480px) {
  .column_box.--intro .column_box_img {
    width: 90cqw;
  }
}
.column_box.--intro .column_box_img img {
  border: 2px solid #fff;
  border-radius: 7.5cqw;
}
@media (width < 896px) {
  .column_box.--intro .column_box_img img {
    border-radius: 8cqw;
  }
}
@media (width < 480px) {
  .column_box.--intro .column_box_img img {
    border-radius: 12cqw;
  }
}
.column_box.--lunch__a.--top {
  gap: 6cqw;
  grid-template-columns: 1fr 35cqw;
  padding-top: 4cqw !important;
  align-items: flex-start;
}
@media (width < 896px) {
  .column_box.--lunch__a.--top {
    display: grid;
    gap: 3cqw;
    grid-template-columns: 1fr 45cqw;
  }
}
@media (width < 480px) {
  .column_box.--lunch__a.--top {
    grid-template-columns: 1fr;
    padding-top: 20px !important;
    width: 100%;
  }
}
.column_box.--lunch__a.--top .column_box_txt .column_box_img {
  margin-top: 5cqw;
}
.column_box.--lunch__a.--top .column_box_img {
  border-radius: 7.5cqw;
  overflow: hidden;
}
@media (width < 480px) {
  .column_box.--lunch__a.--top .column_box_img {
    border-radius: 15.5cqw;
  }
}
.column_box.--lunch__a.--bottom {
  gap: 16cqw;
  grid-template-columns: 1fr 64cqw;
  padding-top: 14cqw;
}
@media (width < 896px) {
  .column_box.--lunch__a.--bottom {
    display: grid;
  }
}
@media (width < 480px) {
  .column_box.--lunch__a.--bottom {
    gap: 5cqw;
    grid-template-columns: 1fr 68cqw;
    padding-top: 130px;
  }
}
.column_box.--lunch__a.--bottom > :not(.column_box_img) {
  position: relative;
}
.column_box.--lunch__a.--bottom > :not(.column_box_img) p:first-child {
  position: absolute;
  top: -16cqw;
  left: -28cqw;
  width: 34cqw;
}
@media (width < 480px) {
  .column_box.--lunch__a.--bottom > :not(.column_box_img) p:first-child {
    top: -28cqw;
    width: 45cqw;
  }
}
.column_box.--lunch__a.--bottom > :not(.column_box_img) p:nth-child(2) {
  border-radius: 7cqw;
  overflow: hidden;
}
.column_box.--lunch__a.--bottom .column_box_img {
  border-radius: 3.5cqw;
  overflow: hidden;
}
.column_box.--lunch__m.--top {
  text-align: center;
  width: 80cqw;
  padding-top: 4cqw;
}
@media (width < 896px) {
  .column_box.--lunch__m.--top {
    width: 100%;
  }
}
@media (width < 480px) {
  .column_box.--lunch__m.--top {
    padding-top: 20px;
  }
}
.column_box.--lunch__m.--top .column_box_img {
  border-radius: 6.5cqw;
  overflow: hidden;
}
@media (width < 896px) {
  .column_box.--lunch__m.--top .column_box_img {
    border-radius: 7.5cqw;
    margin-top: 40px;
  }
}
@media (width < 480px) {
  .column_box.--lunch__m.--top .column_box_img {
    margin-top: 20px;
  }
}
.column_box.--lunch__m.--middle {
  gap: 6cqw;
  grid-template-columns: 1fr 60cqw;
  padding-top: 6cqw;
}
@media (width < 896px) {
  .column_box.--lunch__m.--middle {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (width < 480px) {
  .column_box.--lunch__m.--middle {
    padding-top: 20px;
  }
}
.column_box.--lunch__m.--middle .column_box_img {
  display: flex;
}
.column_box.--lunch__m.--middle .column_box_img p:first-child {
  border-radius: 5cqw 0 0 5cqw;
  overflow: hidden;
}
@media (width < 896px) {
  .column_box.--lunch__m.--middle .column_box_img p:first-child {
    border-radius: 8cqw 0 0 8cqw;
  }
}
.column_box.--lunch__m.--middle .column_box_img p:nth-child(2) {
  border-radius: 0 5cqw 5cqw 0;
  overflow: hidden;
}
@media (width < 896px) {
  .column_box.--lunch__m.--middle .column_box_img p:nth-child(2) {
    border-radius: 0 8cqw 8cqw 0;
  }
}
.column_box.--lunch__m.--bottom {
  display: flex;
  justify-content: center;
  gap: 4cqw;
  padding-top: 6cqw;
  margin-left: 11cqw;
}
@media (width < 480px) {
  .column_box.--lunch__m.--bottom {
    padding-top: 20px;
    margin-left: 0;
  }
}
.column_box.--lunch__m.--bottom p:first-child {
  width: 23cqw;
}
@media (width < 896px) {
  .column_box.--lunch__m.--bottom p:first-child {
    width: 27cqw;
  }
}
@media (width < 480px) {
  .column_box.--lunch__m.--bottom p:first-child {
    width: 33cqw;
  }
}
.column_box.--lunch__m.--bottom p:nth-child(2) {
  width: 31cqw;
}
@media (width < 896px) {
  .column_box.--lunch__m.--bottom p:nth-child(2) {
    width: 35cqw;
  }
}
@media (width < 480px) {
  .column_box.--lunch__m.--bottom p:nth-child(2) {
    width: 45cqw;
  }
}
.column_box.--lunch__m .column_box_img {
  border-radius: 4.5cqw;
  overflow: hidden;
}
@media (width < 480px) {
  .column_box.--lunch__m .column_box_img {
    border-radius: 6.5cqw;
  }
}
.column_box.--cafe__a {
  gap: 10px 4cqw;
  grid-template-columns: 1fr 56cqw;
  padding-top: 11cqw;
  align-items: flex-start;
}
@media (width < 480px) {
  .column_box.--cafe__a {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
}
.column_box.--cafe__a .column_box_img {
  overflow: hidden;
}
@media (width < 896px) {
  .column_box.--cafe__a .column_box_img {
    width: 60cqw;
  }
}
@media (width < 480px) {
  .column_box.--cafe__a .column_box_img {
    width: 70cqw;
  }
}
.column_box.--cafe__a .column_box_img img {
  border-radius: 7cqw;
}
@media (width < 896px) {
  .column_box.--cafe__a .column_box_img img {
    border-radius: 13cqw;
  }
}
@media (width < 480px) {
  .column_box.--cafe__a .column_box_img img {
    border-radius: 8cqw;
  }
}
.column_box.--cafe__a .column_box_sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15cqw 4cqw;
}
@media (width < 480px) {
  .column_box.--cafe__a .column_box_sub {
    gap: 20cqw 4cqw;
  }
}
.column_box.--cafe__a .column_box_sub p:first-child {
  grid-column: 1/-1;
}
.column_box.--cafe__a .column_box_sub p:first-child span {
  display: block;
  width: 30cqw;
  margin: -6cqw auto auto 6cqw;
  border-radius: 3cqw;
  overflow: hidden;
}
@media (width < 896px) {
  .column_box.--cafe__a .column_box_sub p:first-child span {
    width: 50cqw;
    margin: -42cqw 0 auto auto;
    border-radius: 6cqw;
  }
}
@media (width < 480px) {
  .column_box.--cafe__a .column_box_sub p:first-child span {
    margin: -30cqw 0 auto auto;
    width: 60cqw;
  }
}
.column_box.--cafe__a .column_box_sub p:nth-child(2) {
  width: 30cqw;
}
@media (width < 896px) {
  .column_box.--cafe__a .column_box_sub p:nth-child(2) {
    width: 37cqw;
  }
}
@media (width < 480px) {
  .column_box.--cafe__a .column_box_sub p:nth-child(2) {
    width: 45cqw;
  }
}
.column_box.--cafe__a .column_box_sub p:nth-child(2) img {
  border-radius: 3cqw;
}
@media (width < 480px) {
  .column_box.--cafe__a .column_box_sub p:nth-child(2) img {
    border-radius: 6cqw;
  }
}
.column_box.--cafe__a .column_box_sub p:nth-child(3) {
  width: 22cqw;
  margin-top: -12cqw;
  border-radius: 3cqw;
  overflow: hidden;
}
@media (width < 896px) {
  .column_box.--cafe__a .column_box_sub p:nth-child(3) {
    width: 30cqw;
  }
}
@media (width < 480px) {
  .column_box.--cafe__a .column_box_sub p:nth-child(3) {
    width: 45cqw;
    border-radius: 6cqw;
  }
}
.column_box.--cafe__m {
  width: 63cqw;
  padding-top: 5cqw;
  margin-left: 5cqw;
}
@media (width < 896px) {
  .column_box.--cafe__m {
    width: 75cqw;
    margin-left: 0;
  }
}
@media (width < 480px) {
  .column_box.--cafe__m {
    width: 85cqw;
  }
}
.column_box.--cafe__m .column_box_img {
  position: relative;
}
.column_box.--cafe__m .column_box_img .img_thumb01 img {
  border-radius: 7cqw;
}
@media (width < 896px) {
  .column_box.--cafe__m .column_box_img .img_thumb01 img {
    border-radius: 9cqw;
  }
}
.column_box.--cafe__m .column_box_img .img_thumb02 {
  position: absolute;
  bottom: -8cqw;
  right: -30cqw;
  width: 38cqw;
  border-radius: 4cqw;
  overflow: hidden;
}
@media (width < 896px) {
  .column_box.--cafe__m .column_box_img .img_thumb02 {
    bottom: -20cqw;
    right: -22cqw;
    width: 45cqw;
    border-radius: 6cqw;
  }
}
@media (width < 480px) {
  .column_box.--cafe__m .column_box_img .img_thumb02 {
    bottom: -35cqw;
    right: -15cqw;
    width: 60cqw;
  }
}

.point_train {
  text-align: center;
}
.point_train img {
  max-width: 270px;
}
@media (width < 896px) {
  .point_train img {
    max-width: 200px;
  }
}

.txt_intro {
  font-size: clamp(1.4rem, 1.26vw + 0.929rem, 2.8rem);
  line-height: 1.8em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
}

.area_choose {
  background: #fff;
  text-align: center;
  padding: 5cqw 0;
}
@media (width < 896px) {
  .area_choose {
    padding: 10cqw 0;
  }
}
.area_choose .hd_pointtxt::before, .area_choose .hd_pointtxt::after {
  background: #DDC7FF;
  background: linear-gradient(180deg, rgb(221, 199, 255) 0%, rgb(162, 211, 255) 100%);
}

.area_route {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0 0 5cqw;
}
@media (width < 480px) {
  .area_route {
    padding: 0 0 10cqw;
  }
}
.area_route .object_f10 {
  position: absolute;
  top: -7cqw;
  right: 2cqw;
  width: 18cqw;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
@media (width < 480px) {
  .area_route .object_f10 {
    top: -10cqw;
    width: 34cqw;
  }
}

.hd_pointtxt_wrap {
  text-align: center;
}

.hd_pointtxt {
  font-size: clamp(1.6rem, 1.297rem + 1.29vw, 2.5rem);
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  position: relative;
  padding-inline: 1.5em;
  display: inline-block;
  font-weight: 500;
  line-height: 1.6em;
}
.hd_pointtxt::before, .hd_pointtxt::after {
  content: "";
  display: block;
  width: 2px;
  height: 3em;
  background: #000;
  position: absolute;
}
.hd_pointtxt::before {
  left: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}
.hd_pointtxt::after {
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}

.box_time {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_time_name {
  background: #fff;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 2.8rem;
}
@media (width < 896px) {
  .box_time_name {
    font-size: 1.6rem;
  }
}

.box_time_name.--half {
  padding: 14px 40px 15px 50px;
}
@media (width < 896px) {
  .box_time_name.--half {
    padding: 4px 30px 4px 40px;
  }
}
@media (width < 480px) {
  .box_time_name.--half {
    padding: 5px 15px 4px 20px;
  }
}
.box_time_name.--half::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/frame.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 11px;
  height: 56px;
}
@media (width < 896px) {
  .box_time_name.--half::before {
    width: 7px;
    height: 34px;
  }
}

.box_time_inner {
  display: inline-block;
  padding: 8px 40px 12px;
  background: #000;
  position: relative;
  margin: 0 20px;
  color: #FFF;
  font-family: "Lexend Deca", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
}
@media (width < 896px) {
  .box_time_inner {
    font-size: 1.6rem;
    padding: 10px 30px;
  }
}
.box_time_inner::after, .box_time_inner::before {
  content: "";
  width: 12px;
  height: 100%;
  border-style: solid;
  position: absolute;
  top: 0;
}
.box_time_inner::before {
  left: 0;
  border-width: 30px 0px 30px 14px;
  border-color: transparent transparent transparent #fff;
}
@media (width < 896px) {
  .box_time_inner::before {
    border-width: 18px 0px 18px 7px;
  }
}
.box_time_inner::after {
  right: 0;
  border-width: 30px 14px 30px 0px;
  border-color: transparent #fff transparent transparent;
}
@media (width < 896px) {
  .box_time_inner::after {
    border-width: 18px 7px 18px 0px;
  }
}

.box_time_inner.--half {
  padding: 8px 40px 12px 30px;
  margin: 0;
}
@media (width < 896px) {
  .box_time_inner.--half {
    padding: 10px 40px 10px 30px;
  }
}
.box_time_inner.--half::before {
  content: none;
}

.box_h2_ttl {
  display: inline-block;
  margin: auto;
  text-align: center;
}

.box_h2_ttl + .box_time {
  margin-top: 5cqw;
}

.box_time + .column_imgset-txt {
  margin-top: 5cqw;
}

.hd_cursive {
  position: relative;
  font-family: "Hurricane", cursive;
  line-height: 1em;
  font-size: clamp(5rem, 9.87vw + 1.3rem, 16rem);
  letter-spacing: -0.01em;
  transform: rotate(-6deg);
}

.hd_cursive.topline {
  padding-top: 8cqw;
}
@media (width < 480px) {
  .hd_cursive.topline {
    padding-top: 16cqw;
  }
}
.hd_cursive.topline::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  top: 5cqw;
  left: 50%;
  transform: translateX(-50%) rotate(6deg);
  height: 5cqw;
  background-color: #000;
}
@media (width < 896px) {
  .hd_cursive.topline::before {
    height: 6cqw;
  }
}
@media (width < 480px) {
  .hd_cursive.topline::before {
    height: 12cqw;
  }
}

.hd_hasu {
  font-size: clamp(1.6rem, 1.08vw + 1.196rem, 2.8rem);
  line-height: 1.4em;
  transform: rotate(-5deg);
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1em;
}
@media (width < 480px) {
  .hd_hasu {
    font-size: 1.5rem;
  }
}

.box_col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 0 8cqw;
  max-width: 1200px;
  margin-inline: auto;
}
@media (width < 1440px) {
  .box_col2 {
    gap: 0 2cqw;
    max-width: 85cqw;
  }
}
@media (width < 700px) {
  .box_col2 {
    gap: 0 3cqw;
    max-width: 100%;
  }
}

.box_col2-list {
  position: relative;
}
.box_col2-list p.box_col2-img {
  border-radius: 3.5cqw;
  overflow: hidden;
}

.box_col2-link {
  position: relative;
  border-radius: 10cqw;
  padding: 2px;
  text-align: center;
  margin-top: 50px;
  height: 100%;
}
@media (width < 896px) {
  .box_col2-link {
    margin-top: 15px;
  }
}

.box_col2-link a {
  display: grid;
  place-content: center;
  background: #fff;
  border-radius: 10cqw;
  padding: 20px 15px;
  min-height: 140px;
  height: 100%;
}
@media (width < 480px) {
  .box_col2-link a {
    padding: 20px 5px;
    min-height: 175px;
    font-size: 85%;
  }
}

.box_col2-link a:hover {
  background: transparent;
  opacity: 1;
}

.box_col2-link a span.marker {
  position: relative;
  font-size: 120%;
  line-height: 1.6;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  word-break: keep-all;
  padding: 0 0.5em;
}
@media (width < 480px) {
  .box_col2-link a span.marker {
    line-height: 1.4;
  }
}

.box_col2-list.annabelle .box_col2-link a span.marker {
  background-color: #DDC7FF;
  background: linear-gradient(90deg, rgb(221, 199, 255) 0%, rgb(162, 211, 255) 100%);
}

.box_col2-list.minamisawa .box_col2-link a span.marker {
  background: #C0AEFF;
  background: linear-gradient(90deg, rgb(192, 174, 255) 0%, rgb(230, 173, 255) 100%);
}

.box_col2-list.annabelle .box_col2-link a:hover span.marker,
.box_col2-list.minamisawa .box_col2-link a:hover span.marker {
  background: #fff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

.icon_square {
  position: absolute;
  transform: rotate(-45deg);
  width: 12cqw;
  border-radius: 2cqw;
  aspect-ratio: 1/1;
  font-size: 1.35rem;
  text-align: center;
  display: grid;
  place-content: center;
}
@media (width < 1440px) {
  .icon_square {
    width: 17cqw;
    font-size: 1.2rem;
    line-height: 1.8em;
  }
}
@media (width < 700px) {
  .icon_square {
    position: inherit;
    width: 100%;
    transform: rotate(0);
    aspect-ratio: 1.5/1;
    display: grid;
    place-content: center;
    margin-bottom: 3px;
  }
}
@media (width < 480px) {
  .icon_square {
    aspect-ratio: 1.2/1;
  }
}
@media (width < 360px) {
  .icon_square {
    aspect-ratio: 1/1;
  }
}

.icon_square-txt {
  transform: rotate(45deg);
}
@media (width < 700px) {
  .icon_square-txt {
    transform: rotate(0);
  }
}

.icon_square p {
  word-break: keep-all;
  letter-spacing: 0;
}

.icon_square p.large {
  font-size: 130%;
}

.box_col2-list.annabelle .icon_square {
  top: -5cqw;
  left: -6cqw;
  background: #A2D3FF;
  background: linear-gradient(45deg, rgb(162, 211, 255) 0%, rgb(221, 199, 255) 100%);
}
@media (width < 700px) {
  .box_col2-list.annabelle .icon_square {
    top: auto;
    left: auto;
  }
}

.box_col2-list.annabelle .box_col2-link {
  background: #A2D3FF;
  background: linear-gradient(45deg, rgb(162, 211, 255) 0%, rgb(221, 199, 255) 100%);
}

.box_col2-list.minamisawa .icon_square {
  top: -5cqw;
  right: -6cqw;
  background: #E6ADFF;
  background: linear-gradient(45deg, rgb(230, 173, 255) 0%, rgb(192, 174, 255) 100%);
}
@media (width < 700px) {
  .box_col2-list.minamisawa .icon_square {
    top: auto;
    right: auto;
  }
}

.box_col2-list.minamisawa .box_col2-link {
  background: #E6ADFF;
  background: linear-gradient(45deg, rgb(230, 173, 255) 0%, rgb(192, 174, 255) 100%);
}

.box_arrow-wrap a {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  white-space: normal;
  line-height: 1.6;
  display: block;
}
@media (width < 896px) {
  .box_arrow-wrap a {
    font-size: 1.2rem;
  }
}
@media (width < 480px) {
  .box_arrow-wrap a {
    text-underline-offset: 3px;
    font-size: min(4vw, 1rem);
  }
}

.box_arrow {
  height: 3cqw;
  position: relative;
  margin-top: 6cqw;
}
@media (width < 1025px) {
  .box_arrow {
    height: 8cqw;
    margin-top: 8cqw;
  }
}
@media (width < 480px) {
  .box_arrow {
    margin-top: 14cqw;
  }
}
.box_arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.box_arrow.start::after {
  content: none;
}

.box_bar {
  height: calc(100% - 2px);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-left: #000 solid 1px;
  border-right: #000 solid 1px;
  width: 8px;
}

.box_place {
  position: relative;
  text-align: center;
  font-size: clamp(1.2rem, 1.08vw + 0.796rem, 2.4rem);
}

.box_icon.--bus {
  position: absolute;
  top: 4cqw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (width < 1025px) {
  .box_icon.--bus {
    top: 9cqw;
  }
}

.box_icon.--bus img {
  width: 55px;
}
@media (width < 896px) {
  .box_icon.--bus img {
    width: 40px;
  }
}
@media (width < 480px) {
  .box_icon.--bus img {
    width: 35px;
  }
}

.box_icon.--busstop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (width < 896px) {
  .box_icon.--busstop {
    top: -2cqw;
  }
}

.box_icon.--busstop img {
  width: 28px;
  margin-left: 15px;
}
@media (width < 480px) {
  .box_icon.--busstop img {
    width: 20px;
  }
}

.box_icon.--walk {
  position: absolute;
  top: 3.7cqw;
  left: 49.7%;
  transform: translateX(-50%);
}
@media (width < 1025px) {
  .box_icon.--walk {
    top: 9cqw;
  }
}

.box_icon.--walk img {
  width: 35px;
}
@media (width < 896px) {
  .box_icon.--walk img {
    width: 28px;
  }
}
@media (width < 480px) {
  .box_icon.--walk img {
    width: 25px;
  }
}

.box_icon.--train {
  position: absolute;
  top: 4cqw;
  left: 50%;
  transform: translateX(-50%);
}
@media (width < 1025px) {
  .box_icon.--train {
    top: 9cqw;
  }
}

.box_icon.--train img {
  width: 50px;
}
@media (width < 896px) {
  .box_icon.--train img {
    width: 35px;
  }
}

.stationname {
  font-size: clamp(1.2rem, 1.08vw + 0.796rem, 2.4rem);
  margin-top: 1.5cqw;
  text-align: center;
}

.mt-large {
  margin-top: 4cqw;
}
@media (width < 480px) {
  .mt-large {
    margin-top: 8cqw;
  }
}

.mt-middle {
  margin-top: 2cqw;
}
@media (width < 480px) {
  .mt-middle {
    margin-top: 4cqw;
  }
}

.time_required {
  text-align: left;
  position: absolute;
  top: 6cqw;
  left: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding-left: 50px;
  font-size: clamp(1.2rem, 1.08vw + 0.796rem, 2.4rem);
}
@media (width < 1025px) {
  .time_required {
    top: 12cqw;
  }
}
@media (width < 480px) {
  .time_required {
    top: 14cqw;
    padding-left: 30px;
  }
}
.time_required small {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  white-space: normal;
  line-height: 1.6;
  display: block;
  word-break: keep-all;
}
@media (width < 896px) {
  .time_required small {
    font-size: 1.2rem;
  }
}
@media (width < 480px) {
  .time_required small {
    font-size: min(4vw, 1rem);
  }
}

.area_course-hd {
  text-align: center;
}

.area_course-hd span {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border-radius: 100vmax;
  padding: 15px 20px;
  font-size: clamp(2rem, 1.67rem + 1.43vw, 3rem);
  word-break: keep-all;
}
@media (width < 480px) {
  .area_course-hd span {
    padding: 8px 15px;
    font-size: min(4.5vw, 2rem);
  }
}

.area_course1 {
  text-align: center;
}
.area_course1 .bg2 {
  position: relative;
  padding: 6cqw 0;
  background-image: url(../images/bg2.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width < 896px) {
  .area_course1 .bg2 {
    padding: 13cqw 0;
  }
}
@media (width < 480px) {
  .area_course1 .bg2 {
    padding: 18cqw 0;
  }
}
.area_course1 .bg2 .box_time_inner::before {
  border-color: transparent transparent transparent #F6E5F5;
}
.area_course1 .bg2 .box_time_inner::after {
  border-color: transparent #F6E5F5 transparent transparent;
}
.area_course1 .bg2 .object_f4 {
  position: absolute;
  top: 6cqw;
  left: -14cqw;
  width: 30cqw;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
@media (width < 480px) {
  .area_course1 .bg2 .object_f4 {
    top: 30cqw;
    left: -10cqw;
    width: 34cqw;
  }
}
.area_course1 .bg2 .object_f5 {
  position: absolute;
  top: 55cqw;
  right: 8cqw;
  width: 13cqw;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
@media (width < 480px) {
  .area_course1 .bg2 .object_f5 {
    top: 185cqw;
    right: -10cqw;
    width: 40cqw;
  }
}
.area_course1 .bg2 .object_f6 {
  position: absolute;
  top: 215cqw;
  right: -2cqw;
  width: 30cqw;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
@media (width < 896px) {
  .area_course1 .bg2 .object_f6 {
    top: 195cqw;
    right: -2cqw;
    width: 40cqw;
  }
}
@media (width < 480px) {
  .area_course1 .bg2 .object_f6 {
    top: 280cqw;
    right: -10cqw;
    width: 70cqw;
  }
}
.area_course1 .bg2 .object_f7 {
  position: absolute;
  top: 230cqw;
  left: -2cqw;
  width: 30cqw;
}
@media (width < 480px) {
  .area_course1 .bg2 .object_f7 {
    top: 660cqw;
    left: -10cqw;
    width: 70cqw;
  }
}
.area_course1 .bg2 .object_f8 {
  position: absolute;
  top: -2cqw;
  left: -2cqw;
  width: 30cqw;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
@media (width < 480px) {
  .area_course1 .bg2 .object_f8 {
    top: -5cqw;
    left: -10cqw;
    width: 45cqw;
  }
}
.area_course1 .bg2 .object_f9 {
  position: absolute;
  top: 26cqw;
  right: -2cqw;
  width: 35cqw;
}
@media (width < 480px) {
  .area_course1 .bg2 .object_f9 {
    top: 190cqw;
    right: -20cqw;
    width: 95cqw;
  }
}
.area_course1 .bg3 {
  background-image: url(../images/bg3.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.area_course1 .bg3 .box_time_inner::before {
  border-color: transparent transparent transparent #DDF1F8;
}
.area_course1 .bg3 .box_time_inner::after {
  border-color: transparent #DDF1F8 transparent transparent;
}
.area_course1 .area_course-hd span {
  background: #DDC7FF;
  background: linear-gradient(90deg, rgb(221, 199, 255) 0%, rgb(162, 211, 255) 100%);
}
.area_course1 .placename {
  background: #CE9CFF;
  background: linear-gradient(90deg, rgb(206, 156, 255) 0%, rgb(39, 177, 255) 100%);
}

.area_course2 .bg4 {
  padding: 6cqw 0 2cqw;
  background-image: url(../images/bg4.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media (width < 896px) {
  .area_course2 .bg4 {
    padding: 13cqw 0 4cqw;
  }
}
@media (width < 480px) {
  .area_course2 .bg4 {
    padding: 18cqw 0 4cqw;
  }
}
.area_course2 .bg4 .box_time_inner::before {
  border-color: transparent transparent transparent #F0D8E8;
}
.area_course2 .bg4 .box_time_inner::after {
  border-color: transparent #F0D8E8 transparent transparent;
}
.area_course2 .bg5 {
  position: relative;
  padding: 0 0 9.5cqw;
  background-image: url(../images/bg5.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media (width < 896px) {
  .area_course2 .bg5 {
    padding: 0 0 24cqw;
  }
}
@media (width < 480px) {
  .area_course2 .bg5 {
    padding: 0 0 15cqw;
  }
}
.area_course2 .bg5 .box_time_inner.first::before {
  border-color: transparent transparent transparent #E2DBFA;
}
.area_course2 .bg5 .box_time_inner.first::after {
  border-color: transparent #E8DDFB transparent transparent;
}
.area_course2 .bg5 .box_time_inner.second::before {
  border-color: transparent transparent transparent #EFDBDD;
}
.area_course2 .bg5 .box_time_inner.second::after {
  border-color: transparent #EFDBDD transparent transparent;
}
.area_course2 .bg5 .object_f11 {
  position: absolute;
  top: -10cqw;
  right: -13cqw;
  width: 37cqw;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
@media (width < 480px) {
  .area_course2 .bg5 .object_f11 {
    top: -40cqw;
    right: -10cqw;
    width: 60cqw;
  }
}
.area_course2 .bg5 .object_f12 {
  position: absolute;
  bottom: 65cqw;
  left: -3cqw;
  width: 27cqw;
  opacity: 0.4;
}
@media (width < 896px) {
  .area_course2 .bg5 .object_f12 {
    bottom: 100cqw;
  }
}
@media (width < 480px) {
  .area_course2 .bg5 .object_f12 {
    bottom: 130cqw;
    right: -10cqw;
    width: 40cqw;
  }
}
.area_course2 .bg5 .object_f13 {
  position: absolute;
  bottom: 20cqw;
  right: -10cqw;
  width: 22cqw;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
@media (width < 896px) {
  .area_course2 .bg5 .object_f13 {
    bottom: 22cqw;
    right: -10cqw;
    width: 33cqw;
  }
}
@media (width < 480px) {
  .area_course2 .bg5 .object_f13 {
    bottom: -62cqw;
    right: -20cqw;
    width: 100%;
  }
}
.area_course2 .bg6 {
  padding: 0 0 6cqw;
  background-image: url(../images/bg6.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media (width < 480px) {
  .area_course2 .bg6 {
    padding: 22cqw 0 30cqw;
  }
}
.area_course2 .bg6 .box_time_name.--half::before {
  background-color: #F0DBEC;
}
.area_course2 .bg6 .box_time_inner::after {
  border-color: transparent #F0DBEC transparent transparent;
}
.area_course2 .box_arrow-wrap .stationname + .box_arrow {
  margin-top: 1.5cqw;
}
.area_course2 .area_course-hd span {
  background: #C0AEFF;
  background: linear-gradient(90deg, rgb(192, 174, 255) 0%, rgb(230, 173, 255) 100%);
}
.area_course2 .placename {
  background: #9D78FF;
  background: linear-gradient(90deg, rgb(157, 120, 255) 0%, rgb(231, 118, 255) 100%);
}

.column_imgset-txt {
  text-align: center;
  line-height: 2.2em;
}
@media (width < 480px) {
  .column_imgset-txt {
    text-align: left;
  }
}

.column_imgset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  max-width: 1200px;
  margin: 5cqw auto 4cqw;
  z-index: 1;
}
.column_imgset.minamisawa {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "column_imgset_top column_imgset_high" "column_imgset_bottom column_imgset_high";
}

.column_imgset_wide {
  grid-column: 1/-1;
  overflow: hidden;
}

.column_imgset_left {
  overflow: hidden;
}

.column_imgset_right {
  overflow: hidden;
}

.column_imgset_top {
  overflow: hidden;
  grid-area: column_imgset_top;
}

.column_imgset_bottom {
  overflow: hidden;
  grid-area: column_imgset_bottom;
}

.column_imgset_high {
  overflow: hidden;
  grid-area: column_imgset_high;
}

.r-top {
  border-top-left-radius: 9cqw;
  border-top-right-radius: 9cqw;
}
@media (width < 896px) {
  .r-top {
    border-bottom-left-radius: 0cqw;
    border-top-right-radius: 9cqw;
  }
}

.r-left_top {
  border-top-left-radius: 9cqw;
}

.r-left_bottom {
  border-bottom-left-radius: 9cqw;
}

.r-right_top {
  border-top-right-radius: 9cqw;
}

.r-right_bottom {
  border-bottom-right-radius: 9cqw;
}

.r-bottom {
  border-bottom-left-radius: 9cqw;
  border-bottom-right-radius: 9cqw;
}

.block_topic {
  text-align: left;
  position: relative;
  z-index: 1;
}
.block_topic .bg_diagonal {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block_topic .bg_diagonal::before {
  content: "";
  display: block;
  width: 100%;
  height: 150%;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: skewY(11deg) translateY(11cqw);
}
.block_topic.first .inner_topic {
  padding: 12cqw 8cqw 5cqw;
}
@media (width < 896px) {
  .block_topic.first .inner_topic {
    padding: 12cqw 4cqw 5cqw;
  }
}
@media (width < 480px) {
  .block_topic.first .inner_topic {
    padding: 24cqw 4cqw 10cqw;
  }
}
.block_topic.first .inner_topic .inner_topic-top {
  display: grid;
  grid-template-columns: 31cqw 1fr;
  gap: 4cqw;
  align-items: center;
}
@media (width < 896px) {
  .block_topic.first .inner_topic .inner_topic-top {
    grid-template-columns: 42cqw 1fr;
  }
}
@media (width < 480px) {
  .block_topic.first .inner_topic .inner_topic-top {
    grid-template-columns: 1fr;
  }
}
.block_topic.first .inner_topic .inner_topic-top .inner_topic-txt {
  text-align: center;
}
.block_topic.first .inner_topic .inner_topic-top .inner_topic-txt .normal {
  text-align: left;
}
.block_topic.first .inner_topic .inner_topic-top .inner_topic-img {
  display: flex;
  justify-content: space-between;
  margin-top: -3cqw;
}
@media (width < 480px) {
  .block_topic.first .inner_topic .inner_topic-top .inner_topic-img {
    margin-top: 0;
  }
}
.block_topic.first .inner_topic .inner_topic-top .inner_topic-img .img_thumb01, .block_topic.first .inner_topic .inner_topic-top .inner_topic-img .img_thumb02 {
  border-radius: 4cqw;
  overflow: hidden;
  width: 22cqw;
}
@media (width < 480px) {
  .block_topic.first .inner_topic .inner_topic-top .inner_topic-img .img_thumb01, .block_topic.first .inner_topic .inner_topic-top .inner_topic-img .img_thumb02 {
    width: 44cqw;
  }
}
.block_topic.first .inner_topic .inner_topic-top .inner_topic-img .img_thumb01 {
  margin-top: 7cqw;
}
.block_topic.first .inner_topic .inner_topic-top .inner_topic-img .img_thumb02 img {
  border-radius: 4cqw;
}
.block_topic.first .inner_topic .inner_topic-bottom {
  display: grid;
  grid-template-columns: 55cqw 1fr;
  gap: 4cqw;
}
@media (width < 896px) {
  .block_topic.first .inner_topic .inner_topic-bottom {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.block_topic.first .inner_topic .inner_topic-bottom .inner_topic-img {
  display: flex;
  align-items: center;
  gap: 4cqw 6cqw;
  justify-content: space-between;
}
@media (width < 480px) {
  .block_topic.first .inner_topic .inner_topic-bottom .inner_topic-img {
    flex-wrap: wrap;
  }
}
.block_topic.first .inner_topic .inner_topic-bottom .inner_topic-img > div {
  display: flex;
  gap: 0 1.5cqw;
}
@media (width < 896px) {
  .block_topic.first .inner_topic .inner_topic-bottom .inner_topic-img > div {
    width: 50cqw;
  }
}
@media (width < 480px) {
  .block_topic.first .inner_topic .inner_topic-bottom .inner_topic-img > div {
    width: 100%;
    gap: 0 4cqw;
  }
}
.block_topic.first .inner_topic .inner_topic-bottom .inner_topic-img > div .img_thumb01, .block_topic.first .inner_topic .inner_topic-bottom .inner_topic-img > div .img_thumb02 {
  border-radius: 3.5cqw;
  overflow: hidden;
}
.block_topic.first .inner_topic .inner_topic-bottom .inner_topic-img p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 4rem;
}
@media (width < 480px) {
  .block_topic.first .inner_topic .inner_topic-bottom .inner_topic-img p {
    font-size: 2.5rem;
  }
}
.block_topic.first .inner_topic .inner_topic-bottom .normal a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
@media (width < 896px) {
  .block_topic.first .inner_topic .inner_topic-bottom .normal a {
    font-size: 1.3rem;
  }
}
.block_topic.second {
  margin-top: -4cqw;
}
.block_topic.second .inner_topic {
  padding: 11cqw 8cqw 5cqw;
}
@media (width < 896px) {
  .block_topic.second .inner_topic {
    padding: 11cqw 4cqw 5cqw;
  }
}
@media (width < 480px) {
  .block_topic.second .inner_topic {
    padding: 22cqw 4cqw 10cqw;
  }
}
.block_topic.second .inner_topic .inner_topic-top {
  display: grid;
  grid-template-columns: 53cqw 1fr;
  gap: 0 4cqw;
  align-items: center;
}
@media (width < 480px) {
  .block_topic.second .inner_topic .inner_topic-top {
    grid-template-columns: 1fr;
  }
}
.block_topic.second .inner_topic .inner_topic-top .inner_topic-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width < 480px) {
  .block_topic.second .inner_topic .inner_topic-top .inner_topic-txt .dashed-line {
    display: none;
  }
}
.block_topic.second .inner_topic .inner_topic-top .inner_topic-img {
  border-radius: 4.5cqw;
  overflow: hidden;
}
@media (width < 480px) {
  .block_topic.second .inner_topic .inner_topic-top .large {
    text-align: center;
  }
}
.block_topic.second .inner_topic .inner_topic-bottom {
  display: grid;
  grid-template-columns: 60cqw 1fr;
  gap: 3cqw;
  align-items: center;
  margin-top: 4cqw;
}
@media (width < 896px) {
  .block_topic.second .inner_topic .inner_topic-bottom {
    grid-template-columns: 1fr;
  }
}
.block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img {
  display: grid;
  grid-template-columns: 18cqw 1fr;
  align-items: center;
}
@media (width < 896px) {
  .block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img .dashed-line {
  display: none;
}
@media (width < 480px) {
  .block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img .dashed-line {
    display: block;
    margin-top: 4cqw;
    padding-top: 4cqw;
  }
}
.block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img .imgbox {
  display: flex;
  gap: 1.5cqw;
}
@media (width < 896px) {
  .block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img .imgbox {
    width: 60cqw;
  }
}
@media (width < 480px) {
  .block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img .imgbox {
    gap: 3cqw;
    width: 100%;
    margin-top: 4cqw;
  }
}
.block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img .imgbox .img_thumb01, .block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img .imgbox .img_thumb02 {
  border-radius: 3.5cqw;
  overflow: hidden;
}
.block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img p {
  font-size: 4rem;
}
@media (width < 1440px) {
  .block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img p {
    font-size: 3rem;
  }
}
@media (width < 480px) {
  .block_topic.second .inner_topic .inner_topic-bottom .inner_topic-img p {
    font-size: 2.5rem;
    padding: 1rem 0 0.5rem;
  }
}
.block_topic.third .inner_topic {
  padding: 18cqw 8cqw 5cqw;
}
@media (width < 896px) {
  .block_topic.third .inner_topic {
    padding: 18cqw 4cqw 5cqw;
  }
}
@media (width < 480px) {
  .block_topic.third .inner_topic {
    padding: 28cqw 4cqw 10cqw;
  }
}
.block_topic.third .inner_topic .inner_topic-top {
  align-items: center;
}
.block_topic.third .inner_topic .inner_topic-top .inner_topic-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width < 480px) {
  .block_topic.third .inner_topic .inner_topic-top .large {
    text-align: center;
  }
}
.block_topic.third .inner_topic .inner_topic-top .linkbtn {
  margin-top: 10px;
}
@media (width < 896px) {
  .block_topic.third .inner_topic .inner_topic-top .linkbtn {
    margin-top: 0;
  }
}
.block_topic.third .inner_topic .inner_topic-top .linkbtn a {
  display: block;
  border: 2px solid #000;
  background: #fff;
  font-size: clamp(1.26rem, 1.078rem + 0.774vw, 1.8rem);
  letter-spacing: 0.1em;
  white-space: normal;
  line-height: 1.8;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
}
@media (width < 480px) {
  .block_topic.third .inner_topic .inner_topic-top .linkbtn a {
    padding: 10px 15px;
  }
}
.block_topic.third .inner_topic .inner_topic-top .linkbtn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.block_topic.fourth .inner_topic {
  padding: 18cqw 8cqw 5cqw;
}
@media (width < 896px) {
  .block_topic.fourth .inner_topic {
    padding: 18cqw 4cqw 5cqw;
  }
}
@media (width < 480px) {
  .block_topic.fourth .inner_topic {
    padding: 28cqw 4cqw 10cqw;
  }
}
.block_topic.fourth .inner_topic .inner_topic-top {
  align-items: center;
}
.block_topic.fourth .inner_topic .inner_topic-top .inner_topic-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block_topic.fourth .inner_topic .inner_topic-top .placename {
  width: 15cqw;
}
@media (width < 896px) {
  .block_topic.fourth .inner_topic .inner_topic-top .placename {
    width: 30cqw;
  }
}
@media (width < 480px) {
  .block_topic.fourth .inner_topic .inner_topic-top .large {
    text-align: center;
  }
}
.block_topic .inner_topic {
  position: relative;
}
.block_topic .inner_topic .dashed-line {
  border-top: none;
  background-image: linear-gradient(to right, #000 50%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  margin-top: 4cqw;
  padding-top: 4cqw;
  width: 100%;
}
@media (width < 480px) {
  .block_topic .inner_topic .dashed-line {
    margin-top: 8cqw;
    padding-top: 8cqw;
  }
}
.block_topic .inner_topic-hd {
  font-size: clamp(1.6rem, 1.398rem + 0.86vw, 2.2rem);
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  position: relative;
  padding-inline: 1.5em;
  display: inline-block;
  font-weight: 500;
}
.block_topic .inner_topic-hd::before, .block_topic .inner_topic-hd::after {
  content: "";
  display: block;
  width: 1px;
  height: 3em;
  background-color: #000;
  position: absolute;
}
.block_topic .inner_topic-hd::before {
  left: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}
.block_topic .inner_topic-hd::after {
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
.block_topic .inner_topic .placename {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 1.198rem + 0.86vw, 2rem);
  padding: 5px 15px;
  margin-top: 30px;
}
.block_topic .inner_topic .large {
  font-size: clamp(1.4rem, 1.198rem + 0.86vw, 2rem);
  margin: 30px 0;
  word-break: keep-all;
}
@media (width < 480px) {
  .block_topic .inner_topic .large {
    margin: 20px 0;
  }
}

.column_bee {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media (width < 896px) {
  .column_bee {
    grid-template-columns: repeat(2, 1fr);
  }
}
.column_bee img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.column_bee_top_left {
  overflow: hidden;
  border-top-left-radius: 9cqw;
}

.column_bee_top_right {
  overflow: hidden;
  border-top-right-radius: 9cqw;
}

.column_bee_bottom_left {
  overflow: hidden;
  border-bottom-left-radius: 9cqw;
}

.column_bee_bottom_right {
  overflow: hidden;
  border-bottom-right-radius: 9cqw;
}

.shime_txt {
  display: flex;
  flex-direction: column;
  gap: 3cqw 0;
}
.shime_txt p {
  word-break: keep-all;
  font-size: clamp(1.4rem, 1.131rem + 1.15vw, 2.2rem);
  line-height: 2em;
}
@media (width < 480px) {
  .shime_txt p {
    font-size: 1.4rem;
  }
}

.shime_link {
  display: inline-block;
  width: 100%;
}
.shime_link .txt_voice {
  width: auto;
  margin-inline: auto;
}
.shime_link .btn_link {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.shime_link .txt_note {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 50px auto 0;
}
@media (width < 896px) {
  .shime_link .txt_note {
    font-size: 1.3rem;
  }
}