@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*, ::before, ::after {
  box-sizing: border-box;
  line-height: 1;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: none;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

:where(video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
}

hr {
  height: 0;
  color: inherit;
  border: none;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

summary {
  display: list-item;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

ul, ul > li {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
  text-decoration: none;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

fieldset {
  border: none;
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

/*
@use "common" as *;
↑ここのmixinを使う時はscssの先頭にこれ書く
*/
/* mixin ==================*/
/* colors ================== */
/* anime ================== */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #4D4948;
  font-family: "BIZ UDPGothic", "BIZ UDGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  font-feature-settings: "palt" on;
  letter-spacing: 0.03em;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.6;
  letter-spacing: 0.01em;
}

li {
  letter-spacing: 0.01em;
}

em {
  font-style: normal;
}

small {
  font-size: 0.75em;
}
.addAnime {
  opacity: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inner {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
.inner1000 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.ib {
  display: inline-block;
}

.center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.flex {
  display: flex;
}

.color-red {
  color: #EB3C10;
}

.yellow-line {
  padding: 0.2em;
  background: linear-gradient(to top, #FEFE00 40%, transparent 40%);
}

.disc {
  margin-left: 1em;
}
.disc li {
  list-style: disc;
  margin-bottom: 0.3em;
  line-height: 1.5;
  text-align: left;
}
.disc li:last-child {
  margin-bottom: 0;
}

.ornament {
  position: absolute;
}
.ornament.top {
  top: 0;
}
.ornament.bottom {
  bottom: 0;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.title1 {
  font-size: 2.5em;
  text-align: center;
  padding: 1.5em;
  margin-bottom: 2em;
}

.title2 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}

.title_flag {
  margin-bottom: 2em;
  position: relative;
}
.title_flag::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/flag_white.svg) no-repeat center;
  width: 70px;
  height: 90px;
  transform: translateX(-3.3em);
  bottom: -0.35em;
}

.m-txt_link {
  color: inherit;
  text-decoration: underline;
}

.bg_green {
  background: url("../images/pattern_g.png");
  background-image: -webkit-image-set("../images/pattern_g.png" 1x, "../images/pattern_g@2x.png" 2x);
  background-image: -webkit-image-set(url("../images/pattern_g.png") 1x, url("../images/pattern_g@2x.png") 2x);
  background-image: image-set("../images/pattern_g.png" 1x, "../images/pattern_g@2x.png" 2x);
}

.bg_blue {
  background: url("../images/pattern_b.png");
  background-image: -webkit-image-set("../images/pattern_b.png" 1x, "../images/pattern_b@2x.png" 2x);
  background-image: -webkit-image-set(url("../images/pattern_b.png") 1x, url("../images/pattern_b@2x.png") 2x);
  background-image: image-set("../images/pattern_b.png" 1x, "../images/pattern_b@2x.png" 2x);
}

.m-button {
  font-size: 1.2rem;
  padding: 0.8em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 83px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #FEFE00;
  color: #000;
  gap: 0.5em;
}
.m-button img {
  width: 1.4em;
}
.m-button svg {
  height: 1.4em;
  width: 1.4em;
}
.m-button:hover {
  opacity: 0.85;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.m-button:active {
  opacity: 1;
  box-shadow: none;
  text-shadow: 0 0 2px #fff;
}

a:visited.m-button {
  color: inherit;
}

.m-terms-list {
  font-size: 1.125em;
}
.m-terms-list li {
  margin-bottom: 1em;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background: url(../images/list-dot.svg) no-repeat left 0.3em;
  padding: 0 1.1em;
}

.m-page_title {
  padding: 7.32vw 0 8.78vw;
  background: no-repeat center/cover;
}
.m-page_title .title {
  text-align: left;
}
.m-page_title span {
  padding: 1.7em 2em 0.9em 3em;
  background: #000;
  color: #fff;
}
.f-right {
  float: right;
}

.f-left {
  float: left;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

#m-facility-list .filter_section {
  padding: 2em 1em 3.5em;
  font-weight: bold;
  position: relative;
}
#m-facility-list .filter_section::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 34px 44px 0 44px;
  border-color: #000 transparent transparent transparent;
  transform: rotate(0deg);
  bottom: -33px;
  left: 50%;
  margin-left: -44px;
}
#m-facility-list .filter_section .title {
  max-width: 1000px;
  margin: 0 auto -12px;
}
#m-facility-list .filter_section .filter_wrap {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  color: #4D4948;
  align-items: center;
  justify-content: space-between;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.16);
}
#m-facility-list .filter_section .filter_ttl {
  font-size: 1.125em;
  margin-bottom: 1.2em;
}
#m-facility-list .filter_section .map {
  flex-shrink: 0;
  line-height: 0;
  width: 35%;
}
#m-facility-list .filter_section .filter_keywords {
  padding: 1.4em 1.87em 0;
}
#m-facility-list .filter_section .filter_keywords fieldset {
  display: flex;
  gap: 2em;
  margin-bottom: 1.5em;
}
#m-facility-list .filter_section .filter_keywords legend {
  color: #000;
  background: #FFE65F;
  padding: 2px;
  width: 100px;
  position: relative;
  text-align: center;
}
#m-facility-list .filter_section .filter_keywords legend::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #FFE65F;
  transform: rotate(0deg);
  right: -13px;
  top: 0;
}
#m-facility-list .filter_section .filter_keywords .list {
  line-height: 1;
  padding-top: 2px;
}
#m-facility-list .filter_section .filter_keywords .list label {
  display: inline-block;
  margin: 0 1em 1em 0;
  cursor: pointer;
}
#m-facility-list .filter_section .filter_keywords .list label:hover {
  opacity: 0.85;
}
#m-facility-list .result p {
  margin: 3.1em 1em 2.5em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 1.125em;
}
#m-facility-list .result p em {
  font-style: normal;
  font-size: 1.5em;
  margin-left: 0.5em;
}
#m-facility-list .articles.inner1000 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.5%;
}
#m-facility-list .articles.inner1000 .item {
  width: 31%;
  margin-bottom: 3em;
}
#m-facility-list .articles.inner1000 .item .name {
  font-size: 1.2em;
  line-height: 1.2;
  height: 3em;
  padding: 0 0.3em;
}
#m-facility-list .articles.inner1000 .item .thum {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin-bottom: 0.7em;
}
#m-facility-list .articles.inner1000 .item .thum > * {
  position: absolute;
  left: 0;
  top: 0;
}
#m-facility-list .articles.inner1000 .item .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#m-facility-list .articles.inner1000 .item .thum .area {
  padding: 0.3em 0.8em;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
#m-facility-list .articles.inner1000 .item .tags {
  padding: 0 0.2em;
}
#m-facility-list .articles.inner1000 .item .tags li {
  font-size: 0.875em;
  display: inline-block;
  border-radius: 1em;
  background: #fefbe6;
  border: 1px solid #FFE65F;
  padding: 0.2em 0.5em;
  margin-bottom: 0.3em;
}
#m-facility-list .articles.inner1000 .item .desc {
  font-size: 0.938em;
  padding: 0.3em;
  margin-bottom: 0.5em;
  min-height: 7em;
}
#m-facility-list .articles.inner1000 .item .more_data_btn {
  width: 100%;
  border: none;
  text-align: center;
  color: #fff;
  padding: 0.7em;
  background: #000;
  border-radius: 0 0 1.25em 1.25em;
}
#m-facility-list .articles.inner1000 .item .more_data_btn:hover {
  opacity: 0.85;
}
#m-facility-list .articles.inner1000 .item .more_data_btn.active {
  font-weight: bold;
  border: 1px solid;
  color: #000;
  background: #fff;
  border-bottom-style: dashed;
  border-radius: 1.25em 1.25em 0 0;
}
#m-facility-list .articles.inner1000 .item .more_data_btn .hide {
  display: none;
}
#m-facility-list .articles.inner1000 .item .hide-item {
  display: none;
}
#m-facility-list .articles.inner1000 .item .detail_data {
  border: 1px solid;
  border-top: none;
  font-size: 0.875em;
  padding: 0.7em 0.3em 0 0.7em;
}
#m-facility-list .articles.inner1000 .item .detail_data .flex {
  margin-bottom: 0.6em;
  align-items: flex-start;
}
#m-facility-list .articles.inner1000 .item .detail_data .flex > * {
  line-height: 1.5;
}
#m-facility-list .articles.inner1000 .item .detail_data dt {
  margin-right: 0.5em;
  border: 1px solid;
  width: 30px;
  height: 20px;
  text-align: center;
  border: 1px dotted #4D4948;
  flex-shrink: 0;
}
#m-facility-list .articles.inner1000 .item .detail_data dt .icon_p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  vertical-align: text-top;
  font-size: 1.1em;
}
#m-facility-list .articles.inner1000 .item .detail_data dt .icon_other {
  font-size: 0.8em;
  vertical-align: text-top;
  font-weight: bold;
}
#m-facility-list .articles.inner1000 .item .detail_data dt img {
  width: 1em;
  height: 1em;
}
#m-facility-list .articles.inner1000 .item .detail_data dd a {
  text-decoration: underline;
  word-break: break-all;
}
#m-facility-list .articles.inner1000 .item .detail_data dd a:link, #m-facility-list .articles.inner1000 .item .detail_data dd a:visited {
  color: inherit;
}

.kantaku {
  padding: 1em;
}
.kantaku dt {
  margin-bottom: 1em;
  letter-spacing: 0.03em;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn.run {
  animation: fadeIn 1s both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp.run {
  animation: fadeInUp 1s both;
}

@keyframes inUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
.inUp {
  opacity: 1;
  transform: translateY(50px);
}

.inUp.run {
  animation: inUp 0.5s both;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 3deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
  }
  to {
    transform: perspective(400px);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible !important;
}

.flipInX.run {
  animation: flipInX 1s both;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft.run {
  animation: fadeInLeft 1s both;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight.run {
  animation: fadeInRight 1s both;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp.run {
  animation: bounceInUp 1s both;
}

#header {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
#header .logo {
  display: none;
}

#global_nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
#global_nav #trigger {
  display: none;
  height: 60px;
  width: 60px;
  background: #fff;
  text-align: center;
  border: none;
}
#global_nav #trigger span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #4D4948;
  transition: transform ease 0.2s;
}
#global_nav #trigger span::after, #global_nav #trigger span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #4D4948;
  left: 0;
  right: 0;
}
#global_nav #trigger span::after {
  top: -12px;
}
#global_nav #trigger span::before {
  bottom: -12px;
}
#global_nav #trigger.active span {
  transform: rotate(45deg);
}
#global_nav #trigger.active span::after {
  transform: rotate(90deg) translateX(-1px);
  top: 50%;
}
#global_nav #trigger.active span::before {
  display: none;
}
#global_nav #nav_menu ul {
  justify-content: flex-end;
  display: flex;
  gap: 10px;
  padding-right: 2em;
}
#global_nav #nav_menu li {
  flex: 1;
  flex-shrink: 0;
  min-width: 120px;
}
#global_nav #nav_menu li a {
  margin-top: -8px;
  font-size: 0.85em;
  display: block;
  text-wrap: nowrap;
  padding: 28px 15px 12px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  box-shadow: 4px 3px 0 rgba(0, 0, 0, 0.26);
  color: #4D4948;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#global_nav #nav_menu li a.current {
  transform: rotate(-7deg);
  color: #fff;
}
#global_nav #nav_menu li a.current::before {
  content: none;
}
#global_nav #nav_menu li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/icon_tri.svg) no-repeat center;
  left: 50%;
  top: 8px;
  margin-left: -6px;
}
#global_nav.active #nav_menu {
  position: fixed;
  right: 0;
  top: 60px;
  display: block;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px 0 0 10px;
}
#global_nav.active #nav_menu ul {
  display: block;
  padding-right: 0;
}
#global_nav.active #nav_menu ul li {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #eee;
  overflow: hidden;
}
#global_nav.active #nav_menu ul li:first-child {
  border-radius: 10px 0 0 0;
}
#global_nav.active #nav_menu ul li:last-child {
  border-radius: 0 0 0 10px;
}
#global_nav.active #nav_menu ul a {
  margin: 0;
  border-radius: 0;
  text-align: left;
  font-size: 1.2em;
  padding: 1.5em 3em 1.5em 1.5em;
}
#global_nav.active #nav_menu ul a::before {
  transform: rotate(-90deg) translateX(6px);
  left: 10px;
  top: 50%;
}

.top #global_nav #nav_menu ul > li > a.current {
  background: #EB3C10;
}

.stores #global_nav #nav_menu ul > li > a.current {
  background: #008CEB;
}

.stay #global_nav #nav_menu ul > li > a.current {
  background: #17B02F;
}

.route #global_nav #nav_menu ul > li > a.current {
  background: #17B02F;
}

.faq #global_nav #nav_menu ul > li > a.current {
  background: #EB3C10;
}

.home {
  min-width: 1260px;
}

#hero {
  text-align: center;
  position: relative;
  display: grid;
  place-content: center;
  background: url(../images/hero_bg.jpg) no-repeat center/contain;
}
#hero h1 {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 0;
}

#notice {
  background: #008CEB;
  padding: 3em 1em 4em;
  position: relative;
}
#notice .ornament {
  width: 27.24vw;
}
#notice .ornament.one {
  width: 19.2vw;
  left: 0;
  top: 0;
}
#notice .ornament.two {
  width: 21.44vw;
  right: 0;
  bottom: 0;
}
#notice .title2 {
  line-height: 1.6;
  margin-bottom: 0.5em;
}
#notice .inner {
  max-width: 1280px;
  background: white;
  border-radius: 2.8em;
  padding: 3em 2em 4em;
}

#intro {
  padding: 5em 0;
}
#intro .inner {
  max-width: none;
  width: 1260px;
  height: 1250px;
  position: relative;
  font-weight: bold;
  padding: 5em 0;
  background: url(../images/intro_bg.jpg) no-repeat center top/100% auto;
}
#intro .inner .text {
  position: absolute;
  color: #4D4948;
  font-size: 1.25em;
  line-height: 2;
  left: 27.5%;
  top: 21.2%;
}
#intro .sentence {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 28.2%;
}
#intro .sentence p {
  font-size: 1.25em;
  line-height: 3;
  animation-duration: 2s;
}
#summary {
  position: relative;
  padding: 6em 1em 26.6vw;
}
#summary .inner {
  margin-bottom: 1em;
}
#summary .ornament {
  width: 27.24vw;
}
#summary .ornament.left {
  top: 0;
}
#summary .ornament.right {
  bottom: 13em;
}
#summary .photo1, #summary .photo2 {
  max-width: 60%;
}
#summary .detailed_links {
  max-width: 480px;
  margin: 3em auto;
}
#summary .detailed_links .m-button {
  background: #EB3C10;
  color: #fff;
}
#summary .detailed_links .m-button svg {
  fill: #fff;
}

.period, .note {
  background: #FFFDF4;
}

.guide-curve {
  position: absolute;
  z-index: 10;
  top: -11vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  transition: 0.3s;
}
.guide-curve svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 156px;
  height: 11.68vw;
}
.guide-curve .shape-fill {
  fill: #FFFDF4;
}
.guide-curve.inUp {
  opacity: 1;
  transform: translateY(50px) rotate(180deg);
}
.guide-curve.inUp.run {
  animation: inUp2 0.5s both;
}

@keyframes inUp2 {
  0% {
    transform: translateY(50px) rotate(180deg);
  }
  100% {
    transform: translateY(1px) rotate(180deg);
  }
}
#guide {
  position: relative;
  background: #FFFDF4;
  padding-bottom: 5em;
}
#guide .ornament.top {
  width: 14.79vw;
  left: -14.79vw;
}
#guide .ornament.bottom {
  width: 14.32vw;
  right: -14.32vw;
}
#guide .inner {
  text-align: center;
  max-width: 740px;
}
#guide .title2 {
  margin: 0 auto 1em;
  width: 475px;
  position: relative;
  border-bottom: 10px solid #EB3C10;
  padding-bottom: 1em;
  transform: translateY(-2em);
  z-index: 11;
}
#guide .title {
  width: 300px;
  margin: 0 auto;
}
#guide .terms {
  text-align: center;
}
#guide .terms .m-terms-list {
  font-weight: bold;
  font-size: 1.25em;
  margin-top: 0;
  display: inline-block;
  padding: 1.6em 0 1em;
  list-style: none;
}
#guide .terms .m-terms-list li {
  background-position: left 0.35em;
}
#guide .cautions.flex {
  border-top: 2px solid #EB3C10;
  border-bottom: 2px solid #EB3C10;
  align-items: center;
  padding: 1em 0;
  margin-bottom: 2em;
}
#guide .cautions.flex .ttl {
  color: #EB3C10;
  text-align: center;
  padding-left: 0.8em;
  flex-shrink: 0;
}
#guide .cautions.flex ul {
  margin-left: 2.5em;
  font-weight: bold;
}
#guide .cautions.flex li {
  text-align: left;
  line-height: 1.2em;
  font-size: 0.875em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
#guide .cautions.flex li:last-child {
  margin-bottom: 0;
}
#guide .cautions.flex li::before {
  content: "※";
}
#guide .curve2 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  position: absolute;
  top: -1px;
}
#guide .curve2 svg {
  position: relative;
  display: block;
  width: calc(190% + 1.3px);
  height: 300px;
}
#guide .flow {
  padding: 10em 0 17vw;
  position: relative;
}
#guide .ornament5, #guide .ornament6 {
  position: absolute;
  bottom: 12.5vw;
}
#guide .ornament5 {
  max-width: 25%;
  left: 7.14vw;
}
#guide .ornament6 {
  max-width: 16.67vw;
  right: 7.81vw;
}
#guide .photo3 {
  bottom: -14vw;
  max-width: 50%;
}
#guide .photo4 {
  bottom: -8vw;
  max-width: 55%;
}
#guide .flow_list {
  margin: 2em auto 5em;
  list-style: none;
  font-weight: bold;
}
#guide .flow_list > li {
  list-style: none;
  position: relative;
  background: white;
  border-radius: 2em;
  padding: 2em;
  margin-bottom: 3em;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
#guide .flow_list > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 28px;
  left: 50%;
  transform: translateX(-9px);
  bottom: -43px;
  background: url(../images/arrow_next.svg) no-repeat center/contain;
}
#guide .flow_list > li:first-child {
  margin-bottom: 4em;
}
#guide .flow_list > li:first-child::after {
  background: url(../images/icon_cross.svg) no-repeat center/contain;
  width: 42px;
  height: 42px;
  transform: translateX(-21px);
  bottom: -3.4em;
}
#guide .flow_list > li:last-child::after {
  content: none;
}
#guide .flow_list .m-flow-ttl {
  font-size: 1.5em;
  margin-bottom: 0.8em;
  text-align: left;
}
#guide .flow_list .flex {
  align-items: center;
  justify-content: flex-start;
  gap: 2em;
}
#guide .flow_list .flex .no {
  flex-shrink: 0;
  width: 140px;
}

.flow-bottom-curve {
  position: absolute;
  left: 0;
  top: -14vw;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: scale(1, -1);
}
.flow-bottom-curve svg {
  position: relative;
  display: block;
  width: calc(239% + 1.3px);
  height: 14vw;
}
.flow-bottom-curve svg .shape-fill {
  fill: #FFFDF4;
}

.period {
  margin-top: 14vw;
  position: relative;
}
.period .inner {
  max-width: none;
  transform: translateY(-2em);
}
.period .ornament.one {
  width: 18.65vw;
  right: -18vw;
  bottom: -24vw;
}
.period .ornament.two {
  width: 12.6vw;
  left: -15vw;
  top: 5vw;
}
.period .ornament.three {
  width: 15.34vw;
  right: -17vw;
  bottom: 2vw;
}
.period .title_flag {
  margin-bottom: 2em;
}
.period .title_flag::before {
  background-image: url(../images/flag_green.svg);
}
.period .date {
  font-size: 1.6em;
  font-weight: bold;
}
.period .date em {
  font-size: 1.4em;
}
.period .date small {
  font-size: 1rem;
  font-weight: normal;
}

.details_btns {
  display: flex;
  max-width: 1000px;
  margin: 3em auto 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
.details_btns a {
  width: 380px;
}

.note .facilities_list {
  max-width: 740px;
  background: white;
  border-radius: 2em;
  border: 1px solid;
  padding: 1em;
  margin: 3em auto;
  box-shadow: 2px 2px;
}
.note p {
  font-size: 1.125em;
}

#route {
  position: relative;
  padding: 14em 0 5em;
}
#route .curve2 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  position: absolute;
  top: -1px;
}
#route .curve2 svg {
  position: relative;
  display: block;
  width: calc(190% + 1.3px);
  height: 300px;
}
#route .curve2 svg .shape-fill {
  fill: #FFFDF4;
}
#route .title {
  transform: translateY(-3.5em);
  margin-bottom: -1.5em;
}
#route .center {
  color: #fff;
  font-weight: bold;
}

.m-route_title {
  background: url(../images/list-dot_green.svg) no-repeat left 0.55em;
  padding: 0.5em 0 0.3em 1.2em;
  font-size: 1.875em;
  margin-bottom: 0.6em;
  border-bottom: 2px solid #17B02F;
}

.route_article {
  position: relative;
  max-width: 1000px;
  margin: 3em auto;
  background: #fff;
  color: #4D4948;
  padding: 2em;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.16);
  gap: 2em;
}
.route_article .thumbnail {
  width: 317px;
  height: 317px;
  background: #eee;
}
.route_article .description {
  flex: 1;
}
.route_article .m-route_title {
  margin-top: 0.3em;
}
.route_article .sub_title {
  font-size: 1.4em;
  margin-bottom: 0.8em;
}
.route_article .txt {
  line-height: 1.8;
}
.route_article .time-way {
  font-weight: bold;
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
}
.route_article .time-way > * {
  padding: 0.4em 0.8em;
  margin-bottom: 0.2em;
}
.route_article .time-way dt {
  background: #FFE65F;
}
.route_article .time-way dd {
  margin-right: 1em;
}
.route_article .txt-right {
  position: absolute;
  bottom: 1.5em;
  right: 2em;
}
.route_article .txt-right a {
  font-weight: bold;
}

#event {
  padding: 3em 0;
  background: url(../images/bg_event.png) no-repeat center/cover;
}
#event .inner {
  border: 8px solid #FEFE00;
  border-radius: 40px;
  max-width: 1000px;
  padding: 0 2em 3em;
}
#event .inner .title {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
}
#event .event-list {
  border-top: 1px solid #8098AD;
  font-weight: bold;
}
#event .event-list li {
  border-bottom: 1px solid #8098AD;
  padding: 1em;
  display: flex;
}
#event .event-list li .event_name {
  width: 50%;
}
#event .event-list li a:link {
  color: black;
}
#event .event-list li a:visited {
  color: #4D4948;
}
#event .event-list time {
  font-family: "Helvetica Neue", Helvetica, arial, "BIZ UDPGothic", "BIZ UDGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#event .event-list time::before {
  content: "開催期間";
  font-size: 0.8em;
  padding: 0.5em 0.8em;
  margin-right: 1em;
  background: #FFE65F;
}

.stay .m-page_title {
  background-image: url(../images/stay/stay_title_bg.jpg);
}
.stay .m-page_title .title span {
  background: #17B02F;
}

#stay-intro {
  padding-top: 2em;
}
#stay-intro p {
  padding: 60px 0 100px;
  font-size: 1.125em;
  text-shadow: 1px 1px 1px #fff, 0 1px 1px #fff, 1px 0 1px #fff;
}
#stay-intro .absolute {
  width: 37.34vw;
  max-height: 270px;
  right: 0;
  bottom: 0;
}

#m-facility-list.page_stay .filter_section::after {
  border-color: #17B02F transparent transparent transparent;
}
#m-facility-list.page_stay .articles.inner1000 .detail_data {
  border-color: #17B02F;
}
#m-facility-list.page_stay .articles .item .thum .area {
  background: rgba(10, 77, 20, 0.8);
}
#m-facility-list.page_stay .articles .item .more_data_btn {
  background: #17B02F;
}
#m-facility-list.page_stay .articles .item .more_data_btn.active {
  border-color: #17B02F;
  color: #17B02F;
}

.stores .m-page_title {
  background-image: url(../images/stores/stores_title_bg.jpg);
  background-position: top 10% center;
}
.stores .m-page_title .title span {
  background: #008CEB;
}

#stores-intro {
  padding-top: 2em;
}
#stores-intro p {
  padding: 50px 0 80px;
  font-size: 1.125em;
  text-shadow: 1px 1px 1px #fff, 0 1px 1px #fff, 1px 0 1px #fff;
}
#stores-intro .absolute {
  width: 37.34vw;
  max-height: 270px;
  right: 0;
  bottom: 0;
}

#m-facility-list.page_stores .filter_section::after {
  border-color: #008CEB transparent transparent transparent;
}
#m-facility-list.page_stores .articles.inner1000 .detail_data {
  border-color: #008CEB;
}
#m-facility-list.page_stores .articles .item .thum .area {
  background: rgba(10, 41, 77, 0.8);
}
#m-facility-list.page_stores .articles .item .more_data_btn {
  background: #008CEB;
}
#m-facility-list.page_stores .articles .item .more_data_btn.active {
  border-color: #008CEB;
  color: #008CEB;
}

.route .m-page_title {
  background-image: url(../images/route/route_title_bg.jpg);
}
.route .m-page_title .title span {
  background: #17B02F;
}
.route .m-page_title span.sub_title {
  display: inline-block;
  color: #4D4948;
  background: #fff;
  padding: 1em 1.5em;
  transform: translate(-1em, 1em);
}

.route-intro {
  padding: 4em 0;
}
.route-intro .flex {
  gap: 2em;
  flex-direction: row-reverse;
}
.route-intro .map {
  max-width: 338px;
  flex-shrink: 0;
}
.route-intro .title {
  color: #17B02F;
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 1em;
}
.route-intro .txt {
  margin-bottom: 1em;
  line-height: 1.8;
}
.route-intro .time-way {
  margin-top: 1em;
  display: inline-block;
  border-collapse: collapse;
}
.route-intro .time-way tr > * {
  padding: 0.3em 0.8em;
  border: 1px solid;
  font-weight: bold;
}
.route-intro .time-way th {
  border-right: none;
  background: #FFE65F;
}

.route-way {
  position: relative;
}
.route-way .start, .route-way .goal {
  background: url(../images/route/start_dot.svg) no-repeat left center;
  height: 93px;
  margin-left: 4em;
}
.route-way .start .absolute, .route-way .goal .absolute {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 3em;
  color: #17B02F;
  left: -1.3em;
}
.route-way .start {
  transform: translateY(-2.9em);
  margin-bottom: -1.5em;
}
.route-way .start .absolute {
  top: -1.4em;
}
.route-way .goal {
  transform: translateY(2.9em);
  margin-top: -1.5em;
}
.route-way .goal .absolute {
  bottom: -1.5em;
}
.route-way .goal .total {
  font-weight: bold;
  font-size: 1.25rem;
  color: #4D4948;
  margin-left: 0.8em;
}

.place_list {
  list-style: none;
  counter-reset: place-counter;
}
.place_list li {
  counter-increment: place-counter;
}
.place_list .card {
  background: #fff;
  border-radius: 40px;
  padding: 1.5em 2.5em;
}
.place_list .title {
  font-size: 1.875em;
  border-bottom: 1px solid #17B02F;
  padding: 0.3em;
  margin-bottom: 0.5em;
}
.place_list .title::before {
  content: counter(place-counter) ".";
  color: #17B02F;
  margin-right: 0.3em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}
.place_list .length {
  font-weight: bold;
  padding-left: 0.3em;
  margin-bottom: 0.8em;
}
.place_list .flex {
  gap: 2em;
  margin-bottom: 0.5em;
}
.place_list .flex .thum {
  max-width: 300px;
}
.place_list .flex .ttl {
  margin-bottom: 1em;
  padding-top: 0.1em;
  font-size: 1.5em;
}
.place_list .links {
  margin-top: 2em;
  display: flex;
  gap: 1.5em;
  flex-wrap: wrap;
}
.place_list .links > * {
  flex-shrink: 0;
}
.place_list .links .m-button {
  font-size: 1rem;
  min-width: 225px;
  padding: 0.8em 1.5em;
}
.place_list .travel_time {
  height: 190px;
  display: flex;
  align-items: center;
  background: url(../images/route/travel_time.svg) no-repeat left center;
  margin-left: 2.7em;
  padding-left: 2.5em;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
}

.other_link {
  margin: 8em auto 4em;
  padding: 4em 0;
}
.other_link .m-button {
  font-size: 1.5rem;
  max-width: 520px;
  margin: 0 auto;
}

.faq .m-page_title {
  background-image: url(../images/faq/faq_title_bg.jpg);
}
.faq .m-page_title .title span {
  background: #EB3C10;
}

#faq-list {
  padding-top: 4em;
  margin-bottom: 6em;
}
#faq-list .inner1000 {
  max-width: 75vw;
}
#faq-list dl {
  border-radius: 40px;
  border: 2px solid #4D4948;
  box-shadow: 4px 3px 0 rgba(0, 0, 0, 0.26);
  padding: 1.5em 1em 1.4em 2em;
  margin-bottom: 1.8em;
}
#faq-list dl:hover {
  cursor: pointer;
}
#faq-list dl > * {
  position: relative;
  text-align: left;
  padding-left: 2.5rem;
}
#faq-list dl > *::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.1em;
  left: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #EB3C10;
  font-weight: bold;
  font-size: 1.875rem;
  width: 1.1em;
  text-align: center;
}
#faq-list dt {
  font-size: 1.4em;
  line-height: 1.3;
}
#faq-list dt::before {
  content: "Q";
}
#faq-list dd {
  line-height: 1.6;
  margin-bottom: 0.3em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #EB3C10;
  display: none;
}
#faq-list dd::before {
  content: "A";
  margin-top: 0.4em;
}

.contact_info {
  text-align: center;
}
.contact_info address {
  padding: 2em 4em;
  display: inline-block;
  border: 1px solid #4D4948;
  font-style: normal;
}
.contact_info address h2 {
  font-size: 1.8em;
  margin-bottom: 1em;
}
.contact_info address h3 {
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.contact_info address p {
  margin-bottom: 0.4em;
}
.contact_info address .addtxt {
  font-size: 1.2em;
  font-weight: 500;
}

.aside_bn_list {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 4em auto -3em;
}
.aside_bn_list li {
  margin-bottom: 1em;
}
.aside_bn_list li img {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#footer {
  background: url(../images/bg_footer.jpg) no-repeat center top/100% auto;
  padding-top: 10em;
  text-align: center;
}
#footer .inner {
  max-width: 90vw;
}
#footer .footer_logo {
  float: left;
  width: 300px;
}
#footer .footer_nav {
  padding-top: 2em;
  text-align: right;
  color: #fff;
}
#footer .footer_nav li {
  margin-bottom: 0.5em;
}
#footer .footer_nav a {
  font-weight: bold;
  display: inline-block;
  color: inherit;
  padding: 0.3em 0;
  transition: letter-spacing ease 0.2s;
}
#footer .footer_nav a:hover {
  text-decoration: underline;
  letter-spacing: 0.1em;
  transition: letter-spacing ease 0.2s;
}
#footer .aboutus {
  margin-top: 15vw;
  color: #fff;
  font-style: normal;
  text-align: right;
  font-size: 0.875em;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
#footer .aboutus h3 {
  font-size: 1.2em;
  margin-bottom: 0.3em;
}
#footer .aboutus p {
  line-height: 1.3;
}
#footer .bnr_list {
  margin: 3em 0;
  text-align: right;
}
#footer .bnr_list, #footer .bnr_list li {
  list-style: none;
}
#footer .bnr_list li {
  display: inline-block;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
#footer .bnr_list li a {
  background: #fff;
  display: block;
  padding: 0.5em 2em;
}
#footer .bnr_list li a img {
  width: 10em;
}

.addtxt {
  font-size: 1.3em;
  font-family: "Helvetica Neue", Helvetica, arial, "BIZ UDPGothic", "BIZ UDGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.copy {
  font-size: 0.75em;
  padding: 1em;
}

.gotop {
  background: #008CEB;
  position: fixed;
  right: 0;
  bottom: 0;
  box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.2);
  width: 4em;
  height: 5em;
  display: flex;
  align-items: center;
  padding: 8px;
}
.gotop img {
  width: 100%;
}
@media screen and (max-width: 1400px){
  #footer {
    background-position: center bottom;
  }
}
@media screen and (max-width: 1040px){
  .inner1000 {
    margin-left: 20px;
    margin-right: 20px;
  }
  #faq-list .inner1000 {
    max-width: none;
  }
  #faq-list dl {
    padding: 1em;
    border-radius: 1.7em;
    margin-bottom: 1em;
  }
  #faq-list dl > * {
    padding-left: 1.5em;
  }
  #faq-list dl > *::before {
    font-size: 1.2em;
  }
  #faq-list dt {
    font-size: 1rem;
  }
  #faq-list dd::before {
    margin-top: 0.9em;
  }
  .contact_info address {
    padding: 2em 1em;
    display: block;
    margin: 1em 2em;
  }
  .contact_info address h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1024px){
  #guide .ornament5, #guide .ornament6 {
    bottom: 12.5em;
  }
  .period .ornament.one {
    bottom: -36vw;
  }
  .period .inner {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1023px){
  #global_nav #trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  #global_nav #nav_menu {
    display: none;
  }
  #global_nav #nav_menu ul {
    display: block;
  }
  #global_nav #nav_menu li a.current {
    transform: none;
  }
}
@media screen and (max-width: 1000px){
  #m-facility-list .filter_section .map {
    display: none;
  }
  #m-facility-list .articles.inner1000 .item {
    width: 48%;
  }
  .route-intro {
    margin-bottom: 3em;
  }
  #footer .footer_logo {
    width: 30vw;
    float: none;
  }
  #footer .footer_nav {
    display: none;
  }
  #footer .bnr_list {
    margin: 1em 0;
  }
}
@media screen and (max-width: 900px){
  #route .title.center {
    margin: 0 2em;
  }
  #route p.center {
    margin-top: -7vw;
  }
  #event .event-list li {
    display: block;
  }
  #event .event-list li .event_name {
    width: auto;
  }
  #event .event-list li > * {
    display: block;
    line-height: 2;
  }
  #event .event-list time::before {
    padding: 0.2em 0.8em;
  }
}
@media screen and (max-width: 880px){
  .home {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #intro {
    padding: 0;
  }
  #intro .inner {
    width: auto;
    height: auto;
  }
  #intro .inner .text {
    width: 540px;
    position: relative;
    left: auto;
    top: auto;
    margin: 10vw auto 0;
    text-align: left;
    padding: 1em 2em 2em;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1em;
    line-height: 1.9;
  }
  #intro .sentence {
    background: rgba(255, 255, 255, 0.8);
    padding: 2em;
    width: 540px;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
  }
  #intro .sentence p {
    font-size: 1em;
  }
  #summary .title_flag img {
    height: 1.5em;
  }
  #guide .ornament.top {
    left: 0;
  }
  #guide .ornament.bottom {
    right: 0;
  }
  #guide .title2 img, #guide .title img {
    height: 28px;
  }
  #guide .title2 {
    width: 50vw;
    border-bottom-width: 5px;
    margin-bottom: 0;
  }
  #guide .flow {
    padding-bottom: 14em;
  }
  #guide .ornament5, #guide .ornament6 {
    bottom: 7em;
  }
  .period .ornament.one {
    right: 0;
  }
  .period .ornament.two {
    left: 0;
    top: 0;
  }
  .period .ornament.three {
    right: 0;
    bottom: 9vw;
  }
  .period .title_flag img {
    height: 29px;
  }
  .route_article {
    margin: 3em 1em;
  }
  #event .inner {
    margin: 0 1em;
  }
  #footer .inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px){
  body {
    font-size: 14px;
  }
  .ornament {
    display: none;
  }
  .title_flag {
    transform: translateX(1em);
    width: calc(100% - 1em);
  }
  .title_flag img {
    height: 1.5em;
  }
  .title_flag::before {
    background-size: contain;
    width: 2em;
    height: 2em;
    bottom: -0.2em;
    transform: translateX(-2.2em);
  }
  .m-button {
    font-size: 1rem;
  }
  .m-terms-list li {
    background-size: 1em;
  }
  .m-page_title img {
    height: 1em;
  }
  .m-page_title span {
    padding: 0.5em 1em 0.3em;
  }
  #m-facility-list .filter_section {
    padding-bottom: 2em;
  }
  #m-facility-list .filter_section .title {
    margin-bottom: -8px;
  }
  #m-facility-list .filter_section .filter_keywords fieldset {
    display: block;
    margin-bottom: 0.8em;
  }
  #m-facility-list .filter_section .filter_keywords legend {
    width: auto;
    margin-bottom: 0.3em;
  }
  #m-facility-list .filter_section .filter_keywords legend::after {
    content: none;
  }
  #m-facility-list .articles.inner1000 {
    display: block;
  }
  #m-facility-list .articles.inner1000 .item {
    width: auto;
  }
  #m-facility-list .articles.inner1000 .item .name {
    height: auto;
    margin-bottom: 0.5em;
  }
  #m-facility-list .articles.inner1000 .item .tags li {
    padding-top: 0.25em;
  }
  #m-facility-list .articles.inner1000 .item .desc {
    min-height: 0;
  }
  #m-facility-list .articles.inner1000 .item .detail_data dt {
    height: 18px;
  }
  #m-facility-list .articles.inner1000 .item .detail_data dt .icon_other {
    line-height: 1.4;
  }
  #hero {
    background-image: url(../images/hero_sp_bg.jpg);
  }
  #intro .inner {
    background: none;
    padding: 0;
  }
  #intro .inner .text {
    width: auto;
    padding: 1em 1em 0;
    margin: 0 0 -2em;
    font-size: 1em;
    text-align: center;
  }
  #intro .inner .sp_only {
    display: block;
    margin: 1em auto 0;
    padding: 0 1em;
  }
  #intro .sentence {
    width: auto;
    margin-top: -3em;
    padding: 0 1em 2em;
  }
  #intro .sentence p {
    font-size: 0.9em;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1.5em;
  }
  #intro .sentence .pc_only {
    display: none;
  }
  #summary {
    padding-top: 4em;
    padding-bottom: 7.6em;
  }
  #summary .title_flag img {
    height: 1.2em;
  }
  #summary .detailed_links {
    margin: 2em auto;
  }
  #summary .detailed_links .m-button {
    padding: 0.8em;
  }
  .guide-curve {
    top: -55px;
  }
  .guide-curve svg {
    height: 60px;
  }
  #guide .ornament.top, #guide .ornament.bottom {
    display: none;
  }
  #guide .title2 {
    width: 12em;
    padding: 1.5em 2em 0.5em;
    border-bottom: 4px solid #EB3C10;
    margin: 0 auto;
  }
  #guide .title img {
    height: 24px;
  }
  #guide .terms .m-terms-list {
    margin-left: 1em;
    padding: 1em 0;
    font-size: 1em;
  }
  #guide .cautions.flex {
    background: #fff;
    margin: 0 1em 1em;
    display: block;
  }
  #guide .cautions.flex .ttl {
    margin-bottom: 1em;
  }
  #guide .cautions.flex ul {
    margin-left: 1.2em;
  }
  #guide .curve2 svg {
    height: 120px;
  }
  #guide .flow {
    padding-bottom: 6em;
  }
  #guide h3.center {
    margin-top: -2em;
  }
  #guide h3.center img {
    height: 26px;
  }
  #guide .ornament5, #guide .ornament6 {
    max-width: 24vw;
  }
  #guide .ornament5 {
    bottom: 7.5vw;
  }
  #guide .ornament6 {
    bottom: 10vw;
  }
  #guide .photo3 {
    bottom: -20vw;
  }
  #guide .photo4 {
    bottom: -7vw;
  }
  #guide .flow_list {
    margin: 2em 0 3em;
    padding: 0 1em;
    overflow: hidden;
    position: relative;
  }
  #guide .flow_list {
    margin-bottom: 1em;
  }
  #guide .flow_list > li {
    padding: 1.2em 0.8em;
    border-radius: 1em;
  }
  #guide .flow_list > li::after {
    width: 30px;
    height: 40px;
    transform: translateX(-15px);
  }
  #guide .flow_list > li .m-flow-ttl {
    margin-top: 0.2em;
    font-size: 1.25em;
    line-height: 1.3;
  }
  #guide .flow_list > li .disc {
    margin-left: -2em;
  }
  #guide .flow_list .flex {
    gap: 1em;
    align-items: flex-start;
  }
  #guide .flow_list .flex .no {
    width: 60px;
  }
  .flow-bottom-curve svg {
    height: 15vw;
  }
  .period .title_flag img {
    height: 25px;
  }
  .period .date {
    font-size: 1.2em;
  }
  .period .date em {
    font-size: 1.2em;
  }
  .period .date small {
    font-size: 0.8em;
  }
  .details_btns {
    padding: 0 2em;
  }
  .details_btns a {
    width: 100%;
  }
  #route {
    padding: 11em 0 2em;
  }
  #route .curve2 svg {
    height: 150px;
  }
  .route_article {
    margin: 1em 0.3em;
    padding: 0.8em;
    display: block;
  }
  .route_article .thumbnail {
    margin: 0 auto;
    width: auto;
    height: auto;
    text-align: center;
  }
  .route_article .sub_title {
    line-height: 1.3;
  }
  .route_article .time-way > * {
    width: 45%;
    margin-bottom: 0.8em;
  }
  .route_article .time-way dt {
    text-align: center;
  }
  .route_article .txt-right {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
  }
  .route_article .txt-right a {
    display: block;
    background: #eee;
    padding: 1em 0.5em;
    text-align: center;
    text-decoration: none;
  }
  #event {
    padding: 2em 0;
  }
  #event .inner {
    border-width: 4px;
    padding: 0 1em 1em;
    margin: 0.5em;
  }
  #event .inner .title {
    margin-bottom: 0.5em;
  }
  #event .inner .title img {
    height: 114px;
  }
  #event .event-list {
    border-top: none;
  }
  #event .event-list li {
    padding: 1em 0.5em;
  }
  #event .event-list li:last-child {
    border-bottom: none;
  }
  #stay-intro p {
    padding: 20px 0 50px;
    font-size: 1em;
  }
  #stay-intro .absolute {
    width: 50vw;
  }
  #stores-intro p {
    padding: 20px 0 50px;
    font-size: 1em;
  }
  #stores-intro .absolute {
    width: 58vw;
  }
  .route-intro .flex {
    gap: 1em;
  }
  .route-intro .map {
    max-width: 30%;
  }
  .route-way {
    margin-top: 6em;
  }
  .route-way .start, .route-way .goal {
    margin-left: 4.05em;
  }
  .place_list .flex {
    display: block;
  }
  .place_list .flex .thum {
    margin-bottom: 0.5em;
  }
  .place_list .links {
    justify-content: center;
  }
  .other_link {
    margin: 5em 2em 4em;
  }
  .other_link .m-button {
    font-size: 1.25em;
  }
  #faq-list {
    padding-top: 2em;
    margin-bottom: 3em;
  }
  .aside_bn_list {
    margin-bottom: -1em;
  }
  .aside_bn_list li {
    margin-bottom: 0.5em;
  }
  #footer {
    padding-top: 3em;
  }
  #footer .aboutus {
    margin-top: 10vw;
    text-shadow: 0px 2px 6px #000, 0px 1px 8px #000;
  }
  #footer .bnr_list {
    margin-bottom: 0;
  }
  #footer .bnr_list li {
    margin-left: 0.3em;
  }
  #footer .bnr_list li a img {
    width: 25vw;
  }
  .copy {
    padding: 0.5em;
  }
  .gotop {
    opacity: 0.7;
  }
}
@media screen and (max-width: 425px){
  #route p.center {
    margin-top: -16vw;
  }
}
@media screen and (max-width: 375px){
  #footer {
    background-size: 510px;
  }
}
@media screen and (min-width: 768px){
  .sp_only {
    display: none !important;
  }
}
@media (hover: hover) and (pointer: fine){
  a:hover {
    opacity: 0.8;
    transition: opacity 0.2s;
  }
}
@media (prefers-reduced-motion: no-preference){
  html:focus-within {
    scroll-behavior: smooth;
  }
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}/*# sourceMappingURL=style.css.map */
