@charset "UTF-8";
:root {
  --text-primary: #3c3c3c;
  --color-primary: #2c685e;
  --color-primary-lighten: #dfe8e7;
  --color-secondary: #bd9647;
  --color-secondary-lighten: #f5efe3;
}

#wrapper {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
}

svg.symbol {
  display: none;
}

#tourism {
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1023px) {
  #tourism {
    text-align: justify;
  }
}
#tourism a {
  text-decoration: none;
  cursor: pointer;
}
#tourism img {
  max-width: max-content;
  width: 100%;
  height: auto;
}
#tourism ol, #tourism ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tourism button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}
#tourism div[role=separator] {
  width: 100%;
  text-align: center;
  line-height: 0;
  overflow: hidden;
}
#tourism .container {
  padding: 3.75em 0;
}
@media screen and (min-width: 1024px) {
  #tourism .container {
    padding: 8em 0;
  }
}
#tourism .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
  border-radius: 50%;
}
#tourism .inner {
  max-width: calc(1090px + 1.5em);
  width: 100%;
  margin: 0 auto;
}
#tourism .dual-heading {
  text-align: center;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  #tourism .dual-heading {
    font-size: 1.5em;
  }
}
#tourism .dual-heading::before {
  content: attr(data-english) "";
  display: block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Graduate", serif;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.375em;
}
@media screen and (min-width: 1200px) {
  #tourism header picture {
    position: relative;
    width: 754px;
    margin: 0 auto;
  }
  #tourism header picture::before {
    content: "";
    position: absolute;
    top: -49px;
    left: -168px;
    display: block;
    width: 249px;
    height: 216px;
    background-image: url(../img/text/tours-flag.png);
    background-image: image-set(url(../img/text/tours-flag.png) 1x, url(../img/text/tours-flag@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/text/tours-flag.png) 1x, url(../img/text/tours-flag@2x.png) 2x);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#tourism header img {
  margin: 0 auto;
  width: 87.7vw;
}
@media screen and (max-width: 1023px) {
  #tourism header img {
    max-width: 510px;
  }
}
#tourism header h1 {
  width: 100%;
  max-height: 770px;
  height: 88.7vw;
  padding-top: 42px;
  background-image: url(../img/dashi.jpg);
  background-image: image-set(url(../img/dashi.jpg) 1x, url(../img/dashi@1x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/dashi.jpg) 1x, url(../img/dashi@1x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #tourism header h1 {
    padding-top: 102px;
    background-image: url(../img/dashi@1x.jpg);
    background-image: image-set(url(../img/dashi@1x.jpg) 1x, url(../img/dashi@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/dashi@1x.jpg) 1x, url(../img/dashi@2x.jpg) 2x);
  }
}
@media screen and (min-width: 1024px) {
  #tourism header .row-wrap.only-pc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    padding: 5em 1.5em;
  }
}
@media screen and (max-width: 1023px) {
  #tourism header .description {
    padding: 1em 1.5em 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  #tourism header .description p {
    margin-right: 3em;
    padding-left: 1.5em;
    border-left: 4px solid var(--color-primary);
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
#tourism header .description mark {
  background: none;
  color: var(--color-primary);
}
#tourism header .description .button-container {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 2.5em 0 0;
  line-height: 1;
  overflow: hidden;
}
#tourism header .description .button-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 100%;
  background-color: var(--color-secondary);
  pointer-events: none;
}
#tourism header .description .button-container:hover {
  opacity: 0.75;
}
@media screen and (min-width: 1024px) {
  #tourism header .description .button-container {
    width: 400px;
    height: 82px;
    margin: 3em 0 0;
  }
}
#tourism header .description .button-container button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.9em 0;
  background-color: var(--color-primary);
  border-left: 20px solid var(--color-secondary);
  color: #fff;
  text-align: center;
  letter-spacing: 0.25em;
  transform: translateX(-100%);
  transition: transform 800ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}
#tourism header .description .button-container button.visible {
  transform: translateX(0);
}
@media screen and (min-width: 1024px) {
  #tourism header .description .button-container button {
    font-size: 1.5em;
  }
}
#tourism header .description .button-container button > * {
  vertical-align: middle;
}
#tourism header .description .button-container button .text {
  display: inline-block;
  width: 12em;
}
@media screen and (min-width: 1024px) {
  #tourism header .description .button-container button .text {
    width: 11em;
  }
}
#tourism header .description .button-container button .arrow {
  width: 30px;
  height: 30px;
  background-color: var(--color-secondary);
}
@media screen and (min-width: 1024px) {
  #tourism header .description .button-container button .arrow {
    width: 34px;
    height: 34px;
  }
  #tourism header .description .button-container button .arrow svg {
    width: 10px;
    height: 17px;
  }
}
@media screen and (min-width: 1024px) {
  #tourism header .image.only-pc {
    display: block;
    width: 539px;
    height: 100%;
    background-image: url(../img/brew-dashi.jpg);
    background-image: image-set(url(../img/brew-dashi.jpg) 1x, url(../img/brew-dashi@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/brew-dashi.jpg) 1x, url(../img/brew-dashi@2x.jpg) 2x);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#tourism footer {
  background-color: var(--color-secondary);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  #tourism footer .inner {
    padding: 0 1.25em;
  }
}
#tourism footer div[role=separator] svg {
  fill: #fff;
  height: 7px;
}
#tourism footer p {
  margin: -0.4em 0 1.37em;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 4.5px;
}
@media screen and (min-width: 1024px) {
  #tourism footer p {
    margin-bottom: 1.6em;
    font-size: 2em;
  }
}
#tourism footer dl {
  padding: 3em 0;
}
@media screen and (min-width: 1024px) {
  #tourism footer dl {
    display: inline-block;
    padding: 4em 0;
  }
}
#tourism footer dl > div {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #tourism footer dl > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    grid-gap: 1.5em;
  }
}
#tourism footer dl > div + div {
  margin-top: 3em;
}
@media screen and (min-width: 1024px) {
  #tourism footer dl > div + div {
    margin-top: 1.5em;
  }
}
#tourism footer dl dt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
}
#tourism footer dl dd > * {
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  #tourism footer dl dd > * {
    display: block;
    line-height: 1;
  }
}
#tourism footer dl dd span {
  margin: 1em auto;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  #tourism footer dl dd span {
    margin-right: 1em;
  }
}
#tourism footer dl dd a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#tourism footer small {
  display: block;
  font-size: 1em;
}
@media screen and (max-width: 1023px) {
  #tourism footer small > span {
    display: block;
  }
}
#tourism footer small.opening-hours {
  margin: 1.5em auto 1em;
}
#tourism footer small.opening-hours span + span {
  margin-left: 1em;
}

#kobe-mark {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 61px;
  height: 76px;
  background-image: url(../img/text/kobe-mark.png);
  background-image: image-set(url(../img/text/kobe-mark.png) 1x, url(../img/text/kobe-mark@1x.png) 2x);
  background-image: -webkit-image-set(url(../img/text/kobe-mark.png) 1x, url(../img/text/kobe-mark@1x.png) 2x);
}
@media screen and (min-width: 1024px) {
  #kobe-mark {
    top: 24px;
    right: 24px;
    width: 121px;
    height: 152px;
    background-image: url(../img/text/kobe-mark@1x.png);
    background-image: image-set(url(../img/text/kobe-mark@1x.png) 1x, url(../img/text/kobe-mark@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/text/kobe-mark@1x.png) 1x, url(../img/text/kobe-mark@2x.png) 2x);
  }
}

#point {
  margin: 3em auto 0;
  padding: 0 1.5em;
}
#point div[role=separator] svg {
  fill: var(--color-primary);
  height: 9px;
}
#point h2.dual-heading {
  margin: 1.6em 0;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  #point h2.dual-heading {
    margin: 2em 0;
  }
}
#point ol {
  counter-reset: item;
  max-width: 54.5em;
  margin: 2em auto;
}
@media screen and (max-width: 767px) {
  #point ol {
    text-align: justify;
  }
}
@media screen and (min-width: 768px) {
  #point ol {
    margin: 3em auto;
  }
}
#point ol li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  background-color: var(--color-secondary-lighten);
}
@media screen and (min-width: 768px) {
  #point ol li {
    align-items: center;
    padding-right: 32px;
  }
}
#point ol li::before {
  content: counter(item);
  counter-increment: item;
  display: block;
  height: 100%;
  padding: 0 29px 0 34px;
  font-family: "Graduate", serif;
  color: var(--color-primary);
  text-align: center;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #point ol li::before {
    padding-top: 27px;
  }
}
@media screen and (min-width: 768px) {
  #point ol li::before {
    padding: 0 22px;
  }
}
#point ol li + li {
  margin-top: 1em;
}
#point ol li p {
  position: relative;
  display: inline-flex;
  min-height: 176px;
  padding: 24px;
  padding-left: 30px;
  background-image: linear-gradient(to bottom, var(--color-primary) 0, var(--color-primary) 8px, transparent 8px, transparent 16px);
  background-size: 3px 16px;
  background-repeat: repeat-y;
  background-position: left top -4px;
}
@media screen and (min-width: 768px) {
  #point ol li p {
    flex: 1;
    min-height: 142px;
    padding-left: 44px;
    font-size: 20px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  #point ol li p {
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-height: 1.75;
  }
}
#point ol li p::before, #point ol li p::after {
  content: "";
  position: absolute;
  left: -4.5px;
  display: block;
  width: 12px;
  height: 13px;
  background-color: #fff;
}
#point ol li p::before {
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 50% 50%);
}
#point ol li p::after {
  bottom: -1px;
  clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
}
#point ol li p span {
  display: block;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  #point ol li svg {
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 38px;
    left: 36px;
  }
}
#point .decorative-text {
  margin-top: 32px;
  font-size: 0.875em;
}
@media screen and (min-width: 1024px) {
  #point .decorative-text {
    margin-top: 48px;
    font-size: 1.25em;
  }
}
#point .decorative-text img {
  position: relative;
  right: 0;
  left: 0;
  display: block;
  height: auto;
  margin: 32px auto -30px;
}
@media screen and (min-width: 1024px) {
  #point .decorative-text img {
    margin: 48px auto -66px;
  }
}

#basic-plan .inner {
  padding: 0 1.5em;
}
#basic-plan .inner > ol {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #basic-plan .inner > ol li + li {
    margin-top: 1.5em;
  }
}
#basic-plan .inner > ol li h3 {
  padding: 0.66em 0;
  background-color: var(--text-primary);
  color: #FFF;
  letter-spacing: 0.1em;
}
#basic-plan .inner > ol li img {
  margin-bottom: 1.125em;
}
#basic-plan .inner > ol li h4 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 170%;
}
#basic-plan .inner > ol li p {
  margin-top: 0.75em;
  text-align: justify;
}
#basic-plan .inner > ul {
  margin: 1em auto 2.5em;
}
#basic-plan .inner > ul h3 {
  margin: 0.83em 0 1em;
  color: var(--color-primary);
  text-align: center;
}
#basic-plan .inner > ul p {
  margin: 1em 0;
  text-align: justify;
}
#basic-plan h2 {
  padding: 16px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  #basic-plan h2 {
    font-size: 2em;
  }
}
#basic-plan dl.description {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.33em 0;
  color: var(--color-primary);
  font-size: 1.125em;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  #basic-plan dl.description {
    font-size: 1.5em;
  }
}
#basic-plan dl.description dt {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  padding: 5px 0;
  background-color: var(--color-primary);
  border-radius: 50%;
  text-align: center;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  #basic-plan dl.description dt {
    width: 43px;
    height: 43px;
    margin-right: 16px;
    padding: 7px 0;
  }
}
#basic-plan dl.description dt svg {
  width: 20px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  #basic-plan dl.description dt svg {
    width: 28px;
  }
}
#basic-plan dl.description dd + dt {
  margin-left: 36px;
}
@media screen and (min-width: 1024px) {
  #basic-plan dl.description dd + dt {
    margin-left: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #basic-plan .column-3 {
    max-width: 342px;
    margin: 0 auto;
  }
}
#basic-plan .column-3 img {
  max-width: 100%;
}
#basic-plan .column-3 li {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  #basic-plan .column-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 2em;
  }
}
#basic-plan :where(ol, ul, aside) h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}
#basic-plan .has-background {
  min-height: 165px;
  margin: 1.5em -1.5em 0;
  background-image: url(../img/bg/tour-plan_mobile.svg);
  background-size: 390px 165px;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #basic-plan .has-background {
    min-height: unset;
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  #basic-plan .has-background {
    margin: 4em 0;
    background-image: url(../img/bg/tour-plan_pc.svg), url(../img/bg/tour-plan_pc.svg);
    background-size: 246px 127px;
    background-position: top 30px left, top 30px right;
  }
}
#basic-plan .has-background svg {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #basic-plan .has-background svg {
    width: 67px;
    height: auto;
  }
}
#basic-plan .has-background p {
  display: inline-block;
  margin-top: 0.77em;
  font-size: 1.125em;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  #basic-plan .has-background p {
    margin-top: 2.5em;
    padding-bottom: 0.57em;
    border-bottom: 2px solid;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  #basic-plan .has-background .only-mobile {
    display: none;
  }
}
#basic-plan aside {
  max-width: 872px;
  margin: 3em auto;
  padding: 2em;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 2px #2C685E;
}
@media screen and (min-width: 1024px) {
  #basic-plan aside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 2.25em auto 4em;
  }
}
@media screen and (min-width: 1024px) {
  #basic-plan aside > div {
    width: min-content;
  }
}
#basic-plan aside h3 {
  margin-bottom: 1.3em;
  color: var(--color-primary);
}
#basic-plan aside .image-container {
  width: max-content;
  margin: 0 auto;
  font-size: 0;
  line-height: 1;
}
#basic-plan aside .image-container img {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #basic-plan aside .image-container img {
    display: inline-block;
  }
}
#basic-plan aside .image-container img + img {
  margin: 6px 0 0 0;
}
@media screen and (min-width: 1024px) {
  #basic-plan aside .image-container img + img {
    margin: 0 0 0 6px;
  }
}
#basic-plan aside p {
  margin: 1.5em 0;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  #basic-plan aside p {
    margin: 0.875em 0 0;
  }
}
#basic-plan aside dl {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
#basic-plan aside dl > div {
  display: inline-block;
  margin-bottom: 1.3em;
  padding: 0 30px 0 1em;
  border-left: 3.75px solid var(--color-primary);
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  #basic-plan aside dl > div {
    display: block;
    margin-bottom: 1.5em;
    padding-right: 0;
    font-size: 16px;
  }
}
#basic-plan aside dl > div:last-child {
  margin-bottom: 0;
}
#basic-plan aside dl > div dt {
  margin-bottom: 1em;
}
#basic-plan aside dl > div dd {
  font-size: 1.25em;
  font-weight: 600;
}
#basic-plan .button-container {
  max-width: 872px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #basic-plan .button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    grid-gap: 116px;
  }
  #basic-plan .button-container > div {
    flex: 1;
  }
}
#basic-plan .button-container p {
  margin: 2.375em 0 1em;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  #basic-plan .button-container p {
    margin-top: 3.4em;
  }
}
#basic-plan .button-container p::after {
  content: "";
  display: block;
  width: 8px;
  height: 26px;
  margin: 8px auto 0;
  background-image: url(../img/arrow_down_black.svg);
  background-size: cover;
  background-position: bottom center;
}
@media screen and (min-width: 1024px) {
  #basic-plan .button-container p::after {
    height: 38px;
  }
}
#basic-plan .button-container a[role=button],
#basic-plan .button-container button {
  display: block;
  width: 100%;
  padding: 24px 0;
  font-size: 0;
}
#basic-plan .button-container a[role=button]:hover,
#basic-plan .button-container button:hover {
  opacity: 0.75;
}
#basic-plan .button-container a[role=button] > *,
#basic-plan .button-container button > * {
  vertical-align: middle;
  font-size: min(6.15vw, 24px);
  font-weight: 500;
  line-height: 1;
}
#basic-plan .button-container a[role=button] .text,
#basic-plan .button-container button .text {
  display: inline-block;
  max-width: 67.8vw;
  width: 11em;
}
#basic-plan .button-container a[role=button] .arrow,
#basic-plan .button-container button .arrow {
  width: 34px;
  height: 34px;
  margin-left: 8px;
}

#example-plan {
  max-width: 872px;
  margin: 0 auto;
}
#example-plan h3 {
  padding-top: 46px;
  font-size: 1em;
}
@media screen and (min-width: 1024px) {
  #example-plan h3 {
    padding-top: 61px;
    font-size: 1.5em;
  }
}
#example-plan h3 span {
  display: block;
  padding: 1em 2.25em;
}
@media screen and (min-width: 1024px) {
  #example-plan h3 span {
    padding: 0;
    line-height: 50px;
  }
}
#example-plan h3 span::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  display: block;
  width: 84px;
  height: 45px;
  background-image: url(../img/flag_gold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  font-size: 0;
  line-height: 1;
  transform: translateY(-100%);
}
@media screen and (min-width: 1024px) {
  #example-plan h3 span::before {
    width: 112px;
    height: 60px;
  }
}
#example-plan ul {
  padding: 0 12px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #example-plan ul {
    padding-bottom: 1.5em;
  }
}
#example-plan li {
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  #example-plan li {
    padding: 3em 0 2.5em;
  }
}
@media screen and (max-width: 1023px) {
  #example-plan li::before {
    content: "例";
    display: inline-block;
    width: 1.83em;
    height: 1.83em;
    box-shadow: inset 0 0 0 1px var(--color-secondary);
    border-radius: 50%;
    color: var(--color-secondary);
    font-size: 0.84em;
    font-weight: 500;
    line-height: calc(1.83em - 2px);
  }
}
#example-plan li:first-child {
  position: relative;
  margin-bottom: 7px;
}
#example-plan li div[role=separator] {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
#example-plan li div[role=separator] svg {
  fill: var(--color-secondary);
  height: 7px;
}
#example-plan li dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  #example-plan li dl {
    margin-top: 1.5em;
    font-size: 0.75em;
  }
}
#example-plan li dl > * {
  display: inline-flex;
  align-items: center;
  height: 30px;
}
@media screen and (min-width: 1024px) {
  #example-plan li dl > * {
    height: 40px;
  }
}
#example-plan li dl dt {
  padding: 0 0.625em 0 0.375em;
  background-color: var(--color-secondary-lighten);
  color: var(--color-primary);
  font-weight: 700;
}
#example-plan li dl dt svg {
  margin-right: 3px;
  vertical-align: -3px;
}
#example-plan li dl dd {
  padding: 10.5px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
}
#example-plan li h4 {
  margin: 0.75em 0 0.46em;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #example-plan li h4 {
    margin-bottom: 0.25em;
    font-size: 2em;
  }
  #example-plan li h4 > br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #example-plan li h4::before {
    content: "例";
    display: inline-block;
    width: 1.83em;
    height: 1.83em;
    margin-right: 0.66em;
    box-shadow: inset 0 0 0 2px var(--color-secondary);
    border-radius: 50%;
    vertical-align: bottom;
    color: var(--color-secondary);
    font-size: 0.75em;
    font-weight: 500;
    line-height: calc(1.83em - 2px);
  }
}
#example-plan li p {
  font-weight: 400;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1023px) {
  #example-plan li p {
    font-size: 0.875em;
  }
}
#example-plan li p::before {
  content: "【内容】";
  color: var(--color-primary);
  margin-right: 0.5em;
}
@media screen and (min-width: 1024px) {
  #example-plan li p::before {
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  #example-plan li p br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #voice .inner {
    background-image: url(../img/bg/tour-voice_pc.svg), url(../img/bg/tour-voice_pc.svg);
    background-size: 246px 127px;
    background-position: top 3em left, top 3em right;
    background-repeat: no-repeat;
  }
}
#voice h2.dual-heading {
  color: var(--color-secondary);
}
#voice h2.dual-heading::before {
  color: var(--color-primary);
}
#voice ul {
  margin-top: 0.75em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #voice ul {
    display: flex;
    justify-content: center;
    grid-gap: 4rem;
    margin-top: 4.375em;
  }
}
@media screen and (max-width: 767px) {
  #voice ul li {
    padding-top: 2.25em;
    background-repeat: no-repeat;
    background-size: 362px 149px;
  }
  #voice ul li:first-child {
    background-image: url(../img/bg/tour_voice_mobile_1.svg);
    background-position: top right;
  }
  #voice ul li:last-child {
    background-image: url(../img/bg/tour_voice_mobile_2.svg);
    background-position: top left;
  }
  #voice ul li + li {
    margin-top: -1em;
    padding-top: 4em;
  }
}
#voice ul li img {
  margin: 0 auto;
}
#voice ul li button {
  height: 50px;
  margin: 1.2em 0;
  padding: 0 0.93em;
  background-color: var(--color-secondary);
  border-radius: 25px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 50px;
}
#voice ul li button::before {
  content: url(../icon/play.svg);
  margin-right: 0.64em;
  vertical-align: -7px;
}
#voice ul li button:hover {
  opacity: 0.75;
}
#voice ul li button a {
  color: #fff;
}
#voice ul li p {
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  #flow .inner {
    padding: 0 1.25em;
  }
}
#flow h2.dual-heading {
  color: #fff;
}
#flow h2.dual-heading::before {
  color: var(--color-secondary);
}
#flow ol {
  margin-top: 2.5em;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #flow ol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    grid-gap: 2em;
    margin-top: 3.75em;
  }
}
#flow ol li {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #flow ol li + li {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1024px) {
  #flow ol li + li::before {
    content: url(../img/arrow_right_white.svg);
    position: absolute;
    top: 3px;
    left: -100px;
  }
}
#flow ol li h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}
#flow ol li h3 span {
  position: relative;
  display: block;
  color: var(--color-secondary);
  font-size: 1.66em;
}
@media screen and (max-width: 1023px) {
  #flow ol li h3 span {
    width: 100%;
    margin: 0 auto 0.6em;
    background-color: var(--color-primary);
    z-index: 20;
  }
  #flow ol li h3 span::before, #flow ol li h3 span::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: calc(50% - 1em);
    height: 2px;
    background-color: #fff;
    z-index: -1;
  }
  #flow ol li h3 span::before {
    left: 0;
  }
  #flow ol li h3 span::after {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #flow ol li h3 span {
    margin-bottom: 0.8em;
  }
}
#flow ol li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  margin: 1.5em auto;
  background-color: #80B5AF;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  #flow ol li .icon {
    margin: 2em auto;
  }
}
#flow ol li p {
  width: 13em;
  margin: 1.5em auto;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  #flow ol li p {
    margin: -0.4em auto;
  }
}