/* ------------------
--------RESET--------
------------------ */
@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  overflow-x: hidden;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

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

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*====================================*/
/* base contents */
/*====================================*/
:root {
  /* color */
  --wht: #fff;
  --wht-gray: #f7f7f7;
  --txt-blk: #333;
  --bg-blk: #292929;
  --accent: #195581;
  --main-color: #e2774a;
  --gray: #9b9b9b;
}

/*====================================*/
/* base contents */
/*====================================*/
html {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #1c1c1c;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-break: break-all;
}

@media screen and (min-width: 959px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #fffdf5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* ------------------------
    edit contents
------------------------- */

/* --Vidaloka-- */
@font-face {
  font-family: "Vidaloka";
  src: url("../fonts/hotellabo/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans";
  src: url("../fnt/NotoSerifJP-Regular.otf") format("truetype");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans";
  src: url("../fnt/NotoSerifJP-Bold.otf") format("truetype");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fnt/Inter-Medium.ttf") format("truetype");
  font-display: swap;
}

body {
  font-family: "NotoSans", serif;
}

/* ----pc,sp/on_off---- */
.pc {
  display: none;
}
.pc-line {
  display: inline-block;
}
.tb {
  display: none;
}

.sp {
  display: block;
}
@media screen and (max-width: 950px) {
  .pc-line {
    display: none;
  }
}
@media screen and (min-width: 959px) {
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .pc {
    display: block;
  }

  .tb {
    display: none;
  }
}

/* ----contents-text-align---- */
.ta-C {
  text-align: center;
}

.ta-R {
  text-align: right;
}

.ta-L {
  text-align: left;
}

.vertical {
  writing-mode: vertical-rl;
}

/* ----padding-bottoms---- */
.pt-S {
  padding-top: 1rem;
}

.pt-M {
  padding-top: 2rem;
}

.pt-L {
  padding-top: 3rem;
}

/* ----padding-bottoms---- */
.pb-S {
  padding-bottom: 1rem;
}

.pb-M {
  padding-bottom: 2rem;
}

.pb-L {
  padding-bottom: 3rem;
}

/* ----padding-left---- */
.pl-S {
  padding-left: 1rem;
}

.pl-M {
  padding-left: 2rem;
}

.pl-L {
  padding-left: 3rem;
}

/* ----padding-right---- */
.pr-S {
  padding-right: 1rem;
}

.pr-M {
  padding-right: 2rem;
}

.pr-L {
  padding-right: 3rem;
}

/* ----padding-top-bottom--- */
.ptb-S {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ptb-M {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ptb-L {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* ----padding-left-right--- */
.plr-S {
  padding-left: 1rem;
  padding-right: 1rem;
}

.plr-M {
  padding-left: 2rem;
  padding-right: 2rem;
}

.plr-L {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* ----margin-bottoms---- */
.mb-XXS {
  margin-bottom: 0.2rem;
}

.mb-XS {
  margin-bottom: 0.5rem;
}

.mb-S {
  margin-bottom: 1rem;
}

.mb-M {
  margin-bottom: 2rem;
}

.mb-L {
  margin-bottom: 3rem;
}

/* ----margin-tops---- */
.mt-S {
  margin-top: 1rem;
}

.mt-M {
  margin-top: 2rem;
}

.mt-L {
  margin-top: 3rem;
}

.mt-XL {
  margin-top: 4rem;
}

.mt-XXL {
  margin-top: 5rem;
}

.mt--XL {
  margin-top: -4.5rem;
}

.sec-mg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.inr-mg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* ----margin-left---- */
.ml-S {
  margin-left: 1rem;
}

.ml-M {
  margin-left: 2rem;
}

.ml-L {
  margin-left: 3rem;
}

.ml-A {
  margin-left: auto;
}

/* ----margin-right---- */
.mr-S {
  margin-right: 1rem;
}

.mr-M {
  margin-right: 2rem;
}

.mr-L {
  margin-right: 3rem;
}

.mr-A {
  margin-right: auto;
}

/* ---- display ---- */
.display-block {
  display: block;
}

.display-none {
  display: none;
}

.display-inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

/* ----inner---- */
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

.cnt-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.list-inner {
  padding-left: 0.4rem;
  padding-right: 1rem;
}

/*====================================*/
/* common contents */
/*====================================*/
/* ----title---- */
.ttl-S,
.ttl-M,
.ttl-L {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.ttl-S {
  font-size: 1.1rem;
}

.ttl-M {
  font-size: 1.3rem;
}

.ttl-L {
  font-size: 1.5rem;
}

.ttl-XL {
  font-size: 2rem;
}

.ttl-XXL {
  font-size: 2.2rem;
  letter-spacing: 1rem;
}

/* ----text---- */
.txt-XXS,
.txt-XS,
.txt-S,
.txt-M,
.txt-L,
.txt-XL {
  line-height: 1.5;
}

.txt-XXS {
  font-size: 0.6rem;
}

.txt-XS {
  font-size: 0.75rem;
}

.txt-S {
  font-size: 0.85rem;
}

.txt-M {
  font-size: 0.9rem;
}

.txt-L {
  font-size: 1.2rem;
}

.txt-XL {
  font-size: 1.5rem;
}

.wh-now {
  white-space: nowrap;
}

/* ----text-style---- */
.bold {
  font-weight: 900;
}

/* ----indent---- */
.indent-S {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}

.indent-M {
  display: inline-block;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.indent-L {
  display: inline-block;
  padding-left: 2rem;
  text-indent: -2rem;
}

/* ----button---- */
.opa {
  opacity: 0.5;
}

.hov:hover {
  opacity: 0.5;
  transition: all 0.3s;
  text-decoration: none;
}

.btn {
  display: block;
  margin: 2.5rem auto 0rem;
  padding: 1rem 0;
  transition: all 0.3s;
  width: 100%;
  max-width: 320px;
  font-size: 1rem;
  font-weight: bold;
}

/* ----button-bg---- */
.btn-1 {
  position: relative;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  border-radius: 50px;
  gap: 0.5rem;
}

.btn-2 {
  position: relative;
  background-color: var(--wht);
  border: 1px solid var(--wht);
  color: #0d5a7c;
  text-align: center;
  letter-spacing: 0.15em;
  border-radius: 50px;
}

.btn-1:hover {
  background-color: white;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.btn-2:hover {
  background-color: var(--wht);
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.btn-2::after {
  position: absolute;
  top: 50%;
  right: 7%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn-2::after,
.btn-1::after {
  position: absolute;
  top: 50%;
  right: 7%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.btn .svg {
  position: absolute;
  top: 50%;
  right: 7%;
  transition: all ease-out 0.2s;
  transform: translate(-50%, -50%);
}

/* ----flexbox---- */
.flex {
  display: block;
}

.fl,
.col_2,
.col_3,
.col_2_3,
.col_2_4,
.col_3_5 {
  display: flex;
  flex-flow: row wrap;
}

.col_1,
.col_1_2 {
  display: block;
}

.col_1 > * {
  display: block;
  width: 100%;
}

.col_1_2 > * {
  flex-basis: 100%;
  margin-bottom: 1rem;
}

.col_right > *:last-child {
  flex-basis: calc(75% - 0.9rem);
}

.col_3 > * {
  flex-basis: calc(100% / 3 - 0.8rem);
}

.col_2_3 > *,
.col_2_4 > * {
  flex-basis: calc(100% / 2 - 0.5rem);
  margin-bottom: 1rem;
}

.col_3_5 > * {
  flex-basis: calc(100% / 3 - 0.8rem);
  margin-bottom: 1rem;
}

.cols > * {
  width: 100%;
  min-width: 0;
}

.col-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.gap_1 {
  gap: 1.5rem;
}

.gap_2 {
  gap: 2rem;
}

.gap_3 {
  gap: 3rem;
}

.fld-clm {
  flex-direction: column;
}

@media screen and (min-width: 959px) {
  .col_1_2 {
    display: flex;
    justify-content: space-between;
  }

  .col_1_2 > * {
    flex-basis: calc(100% / 2 - 0.8rem);
    margin-bottom: 1.6rem;
  }

  .col_1_3 > * {
    flex-basis: calc(100% / 2 - 1.2rem);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 959px) {
  .flex {
    display: flex;
  }

  .col_1_3 > * {
    flex-basis: calc(100% / 3 - 1.5rem);
    margin-bottom: 0;
  }

  .col_right > *:last-child {
    flex-basis: calc(80% - 0.9rem);
  }

  .col_2_3 > * {
    flex-basis: calc(100% / 3 - 2rem);
    margin-bottom: 0;
  }

  .col_2_4 > * {
    flex-basis: calc(100% / 4 - 1.5rem);
    margin-bottom: 0;
  }

  .col_3_5 > * {
    flex-basis: calc(100% / 5 - 0.5rem);
    margin-bottom: 0;
  }
}

.jf_fs {
  justify-content: flex-start;
}

.jf_sb {
  justify-content: space-between;
}

.jf_c {
  justify-content: center;
}

.jf_e {
  justify-content: space-evenly;
}

.jf_fe {
  justify-content: flex-end;
}

.item-c {
  align-items: center;
}

/* ----grid-layout---- */
.grid,
.grid_1_2,
.grid_1_3,
.grid_3,
.grid_4,
.grid_1_4,
.grid_2_4,
.grid_2_3 {
  display: grid;
}

.grid_1_2 {
  grid-template-columns: 1fr;
}

.grid_2_4,
.grid_2_3 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 1rem;
}

.grid_3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.grid_4 {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 959px) {
  .grid_1_2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_1_3,
  .grid_2_3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid_1_4,
  .grid_2_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ----inner---- */
.inner {
  max-width: 1080px;
  margin: 0 auto;
  width: calc(100% - 2.5rem);
}

.inner {
  padding: 80px 0;
}

@media screen and (min-width: 959px) {
  .inner {
    padding: 100px 0;
  }
}

/* ----Ã£Æ’â€¢Ã£â€šÂ§Ã£Æ’Â¼Ã£Æ’â€°Ã£â€šÂ¤Ã£Æ’Â³Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³---- */
.view.view-fix,
.view.view-slideup,
.view.view-slidedown,
.view.view-slidein-L,
.view.view-slidein-R {
  opacity: 0;
}

.view.view-fix.on {
  opacity: 1;
  animation: view-fix 0.7s ease both;
}

.view.view-slideup.on {
  opacity: 1;
  animation: view-slideup 0.7s ease both;
}

.view.view-slidedown.on {
  opacity: 1;
  animation: view-slidedown 0.7s ease both;
}

.view.view-slidein-L.on {
  opacity: 1;
  animation: view-slidein-L 0.7s ease both;
}

.view.view-slidein-R.on {
  opacity: 1;
  animation: view-slidein-R 0.7s ease both;
}

@keyframes view-fix {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes view-slidedown {
  0% {
    opacity: 0;
    transform: translate(0, -35px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes view-slidein-L {
  0% {
    opacity: 0;
    transform: translate(-35px, 0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes view-slidein-R {
  0% {
    opacity: 0;
    transform: translate(35px, 0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.border-line01 {
  padding-bottom: 1px;
  display: inline;
  background: linear-gradient(transparent 70%, rgba(251, 232, 233, 1) 0%);
}

.border-line02 {
  padding-bottom: 1px;
  display: inline;
  background: linear-gradient(transparent 70%, rgba(189, 221, 243, 1) 0%);
}

.border-line03 {
  padding-bottom: 1px;
  display: inline;
  background: linear-gradient(transparent 70%, rgba(253, 244, 202, 1) 0%);
}

.border-line04 {
  padding-bottom: 1px;
  display: inline;
  background: linear-gradient(transparent 70%, rgba(208, 234, 210, 1) 0%);
}

/*====================================*/
/* mv */
/*====================================*/
#mv {
  position: relative;
  background: url(../img/kawagoe-summer-mv-img01.png);
  background-size: 40%, 18%;
  background-repeat: no-repeat, no-repeat;
  background-position: right -44% top 35%, right -3% bottom 5%;
  z-index: 0;
}

@media screen and (max-width: 960px) {
  #mv {
    background: initial;
  }
}

#mv .img__box {
  position: relative;
  width: 80%;
  margin-right: auto;
  left: 0;
  z-index: -1;
  max-width: 1400px;
}

@media screen and (max-width: 960px) {
  #mv .img__box {
    width: 100%;
  }
}

#mv .img__box .logo {
  position: absolute;
  top: 17%;
  right: -15%;
  width: 35vw;
}

@media screen and (max-width: 960px) {
  #mv .img__box .logo {
    position: absolute;
    top: 35%;
    left: 48%;
    transform: translate(-50%);
    width: 90vw;
    z-index: 1;
  }
}

#mv .img__box .icn02 {
  position: absolute;
  right: 20%;
  bottom: 10%;
  width: 70px;
}

#mv .img__box .icn03 {
  position: absolute;
  right: 29%;
  bottom: 17%;
  width: 100px;
}

/*====================================*/
/* nav */
/*====================================*/
.nav .nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--wht);
  /* border-bottom: .5px solid var(--gray); */
}

.nav .nav__list .nav__item {
  flex-basis: calc(100% / 5);
}

@media screen and (max-width: 960px) {
  .nav .nav__list .nav__item {
    flex-basis: calc(100% / 3);
  }
}

.nav .nav__list .nav__item a {
  display: block;
  padding: 1.5rem 0;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .nav .nav__list .nav__item.item01,
  .nav .nav__list .nav__item.item02,
  .nav .nav__list .nav__item.item03 {
    flex-basis: calc(100% / 3);
  }

  .nav .nav__list .nav__item.item04,
  .nav .nav__list .nav__item.item05 {
    flex-basis: calc(100% / 2);
  }
}

.nav .nav__list .nav__item a {
  display: block;
  padding: 1.5rem 0;
  font-weight: bold;
}

.nav .nav__list .nav__item:not(:last-child) {
  /* border-right: 1px solid var(--gray); */
}

.nav .nav__list .nav__item:first-child {
  border-top: 13px solid #dd979a;
}

.nav .nav__list .nav__item:nth-child(2) {
  border-top: 13px solid #0d5a7c;
}

.nav .nav__list .nav__item:nth-child(3) {
  border-top: 13px solid #ffd900;
}

.nav .nav__list .nav__item:nth-child(4) {
  border-top: 13px solid #b3cd61;
}

.nav .nav__list .nav__item:nth-child(5) {
  border-top: 13px solid #0d5a7c;
}

/*====================================*/
/* visit */
/*====================================*/
#visit {
  position: relative;
}

#visit .bg-img {
  position: absolute;
  top: 3%;
  left: -3%;
  width: calc(100% / 5);
  z-index: -1;
}

#visit .inner {
}
@media screen and (max-width: 959px) {
  #visit .bg-img {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 959px) {
  #visit .inner {
    padding: 23rem 0 11rem;
  }
}

#visit .typ__A .right__box .img__box img {
  filter: drop-shadow(17px 25px 0px #e2774a);
  max-width: 700px;
}

/*====================================*/
/* stay */
/*====================================*/
#stay {
  position: relative;
}

#stay .bg-img01 {
  position: absolute;
  top: 10%;
  right: -3%;
  width: calc(100% / 5);
}

#stay .bg-img02 {
  position: absolute;
  bottom: 12%;
  left: -5%;
  width: calc(100% / 5);
}
#stay .bg-img03 {
  position: absolute;
  right: -2%;
  bottom: -4%;
  width: calc(100% / 8);
}
/*====================================*/
/* stay */
/*====================================*/
#sightseeing {
  position: relative;
}

@media screen and (max-width: 960px) {
  #sightseeing .btn {
    margin-top: 0;
  }
}

#sightseeing .bg-img01 {
  position: absolute;
  top: 37%;
  left: -4%;
  width: calc(100% / 5);
  transform: rotate(180deg);
}

#sightseeing .typ__F .right__box .img__box img.main {
  max-width: 700px;
  filter: drop-shadow(12px 25px 0px #ffd900);
}

@media screen and (max-width: 960px) {
  #sightseeing .typ__F .right__box .img__box img.main {
    max-width: inherit;
    filter: drop-shadow(-12px 15px 0px #ffd900);
  }
}

#sightseeing .blk.typ__D .btn {
  margin-top: -1.5rem;
}

@media screen and (max-width: 960px) {
  #sightseeing .blk.typ__D .btn {
    margin-top: initial;
  }
}

/*====================================*/
/* blk */
/*====================================*/
.blk .txt__box .ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 1rem;
}

@media screen and (max-width: 960px) {
  .blk .txt__box .ttl {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
  }
}

.blk .txt__box .main__txt {
  position: relative;
  font-size: 1.5rem;
  color: var(--wht);
  display: inline-block;
  padding: 1rem;
  background-color: var(--bg-blk);
  letter-spacing: 0.1rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .blk .txt__box .main__txt {
    font-size: 1rem;
    letter-spacing: 0.3rem;
  }
}

.blk .txt__box .sub__txt {
  letter-spacing: 0.2rem;
  line-height: 2rem;
  margin-top: 2rem;
}
.txt_style01 {
  margin-bottom: 22rem;
}
.days {
  display: flex;
  gap: 1.5rem;
  align-items: baseline;
}

@media screen and (max-width: 960px) {
  .days {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    margin: auto;
  }
}

.days .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wht);
  background-color: var(--accent);
  padding: 0.5rem 1rem;
  height: 2rem;
  white-space: normal;
}

.days .day {
  font-weight: bold;
}

/*====================================*/
/* typ__A */
/*====================================*/
.blk.typ__A .txt__box {
  writing-mode: vertical-lr;
  text-orientation: upright;
}

@media screen and (max-width: 960px) {
  .blk.typ__A .txt__box {
    writing-mode: inherit;
    text-orientation: inherit;
  }
}

.blk.typ__A .txt__box .ttl {
  position: relative;
  margin-right: 2.5rem;
}

.blk.typ__A .txt__box .main__txt {
  margin-right: 2.5rem;
  margin-top: 1.5rem;
}

.blk.typ__A .txt__box .main__txt::before {
  position: absolute;
  content: "";
  top: -29px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 36px solid transparent;
  border-left: 33px solid transparent;
  border-bottom: 30px solid var(--bg-blk);
  border-top: 0;
}

.blk.typ__A .txt__box .main__txt::after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 30px solid var(--bg-blk);
  border-bottom: 0;
}

@media screen and (max-width: 960px) {
  .blk.typ__A .txt__box .main__txt::before {
    position: absolute;
    content: "";
    left: -14.7px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 24.8px solid transparent;
    border-bottom: 24.8px solid transparent;
    border-right: 15px solid var(--bg-blk);
    border-left: 0;
  }

  .blk.typ__A .txt__box .main__txt::after {
    left: initial;
    right: -14.5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 24.8px solid transparent;
    border-bottom: 24.8px solid transparent;
    border-left: 15px solid var(--bg-blk);
    border-right: 0;
  }
}

.blk.typ__A .txt__box .sub__txt {
  height: 500px;
  writing-mode: vertical-rl;
}
.blk.typ__A .txt__box .sub__txt span {
  margin-top: -10px;
}
@media screen and (max-width: 960px) {
  .blk.typ__A .txt__box .sub__txt {
    height: inherit;
    writing-mode: initial;
  }
}

.typ__A .left__box {
  position: relative;
  width: calc(100% / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

@media screen and (max-width: 960px) {
  .typ__A .left__box {
    width: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30rem;
  }
}

@media screen and (max-width: 375px) {
  .typ__A .left__box {
    width: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25rem;
  }
}

.typ__A .left__box .sec-icn {
  position: absolute;
  top: -25%;
  left: auto;
  width: 350px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .typ__A .left__box .sec-icn {
    position: absolute;
    top: -5%;
    right: 0;
    width: 150px;
    z-index: -1;
  }
}

.typ__A .right__box {
  width: calc(100% / 1.8 - 4%);
  position: absolute;
  top: 25%;
  right: 0;
}

@media screen and (max-width: 960px) {
  .typ__A .right__box {
    width: calc(100% / 1);
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 59%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

@media screen and (max-width: 375px) {
  .typ__A .right__box {
    width: calc(100% / 1.1);
    max-width: inherit;
    position: absolute;
    right: -4%;
    top: 59%;
    z-index: -1;
  }
}

/*====================================*/
/* typ__B */
/*====================================*/
.typ__B .left__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}

@media screen and (max-width: 960px) {
  .typ__B {
    gap: 2rem;
    display: flex;
    flex-direction: column;
  }
}

.blk.typ__B .txt__box {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media screen and (max-width: 960px) {
  .blk.typ__B .txt__box {
    writing-mode: initial;
    text-orientation: initial;
  }
}

.blk.typ__B .txt__box .ttl {
  position: relative;
  margin-left: 2.5rem;
}

@media screen and (max-width: 960px) {
  .blk.typ__B .txt__box .ttl {
    margin-left: 0rem;
  }
}

.blk.typ__B .txt__box .main__txt {
  margin-left: 2.5rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 960px) {
  .blk.typ__B .txt__box .main__txt {
    margin-left: 0;
  }
  .txt_style01 {
    margin-bottom: 0;
    line-height: 2.94;
  }
}

.blk.typ__B .txt__box .sub__txt {
  height: 470px;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 960px) {
  .blk.typ__B .txt__box .sub__txt {
    height: initial;
    writing-mode: initial;
  }
}

.typ__B .left__box .sec-icn {
  position: absolute;
  top: -24%;
  right: 0;
  width: 350px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .typ__B .left__box .sec-icn {
    position: absolute;
    top: -10%;
    left: 0;
    width: 200px;
    z-index: -1;
  }
}

.blk.typ__B .txt__box .main__txt::before {
  position: absolute;
  content: "";
  top: -29px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 36px solid transparent;
  border-left: 32px solid transparent;
  border-bottom: 30px solid var(--bg-blk);
  border-top: 0;
}

.blk.typ__B .txt__box .main__txt::after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 30px solid var(--bg-blk);
  border-bottom: 0;
}

@media screen and (max-width: 960px) {
  .blk.typ__B .txt__box .main__txt::after {
    position: absolute;
    content: "";
    left: -16.6px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 17px solid var(--bg-blk);
    border-left: 0;
  }

  .blk.typ__B .txt__box .main__txt::before {
    position: absolute;
    content: "";
    right: -16.6px;
    left: inherit;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 17px solid var(--bg-blk);
    border-right: 0;
  }
}

.typ__B .right__box {
  width: calc(100% / 1.8 - 5%);
  position: absolute;
  top: 5%;
  left: 0;
}

@media screen and (max-width: 960px) {
  .typ__B .right__box {
    width: calc(100% / 1);
    position: inherit;
    margin-bottom: 4rem;
    top: 27%;
    left: -8%;
  }
}

.typ__B .right__box .img__box {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.typ__B .right__box .img__box .sub {
  position: absolute;
  bottom: -15%;
  right: 0;
  width: 23vw;
}

@media screen and (max-width: 960px) {
  .typ__B .right__box .img__box .sub {
    bottom: -20%;
    right: -5%;
    width: 50vw;
  }
}

@media screen and (min-width: 1400px) {
  .typ__B .right__box .img__box .sub {
    width: 17vw;
  }
}

#stay .typ__B .right__box .img__box img.main {
  max-width: 700px;
  filter: drop-shadow(12px 25px 0px #bdddf3);
}

/*====================================*/
/* typ__C */
/*====================================*/
.blk.typ__C {
  position: relative;
}

.blk.typ__C .left__box .sec-icn {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .blk.typ__C .left__box .sec-icn {
    top: -5%;
    left: 0;
    width: 200px;
  }
}

.blk.typ__C .img__box {
  display: grid;
  gap: 3rem;
}
/* @media screen and (max-width: 375px) {
  .blk.typ__C .img__box {
    gap: 10rem;
  }
} */
.blk.typ__C .txt__box .main__txt {
  text-align: center;
}

.blk.typ__C .txt__box .main__txt::after {
  position: absolute;
  content: "";
  left: -39px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
  border-right: 40px solid var(--bg-blk);
  border-left: 0;
}

.blk.typ__C .txt__box .main__txt::before {
  position: absolute;
  content: "";
  right: -39px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
  border-left: 40px solid var(--bg-blk);
  border-right: 0;
}

@media screen and (max-width: 960px) {
  .blk.typ__C .txt__box .main__txt::after {
    position: absolute;
    content: "";
    left: -16.6px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 17px solid var(--bg-blk);
    border-left: 0;
  }

  .blk.typ__C .txt__box .main__txt::before {
    position: absolute;
    content: "";
    right: -16.6px;
    left: inherit;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 17px solid var(--bg-blk);
    border-right: 0;
  }
}

.blk.typ__C .right__box .img__box .main {
  border-radius: 30px;
  max-width: 900px;
  margin: auto;
  /* filter: drop-shadow(12px 25px 0px #bdddf3); */
}

.blk.typ__C .img__box > .txt__box {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .blk.typ__C .img__box > .txt__box {
    text-align: inherit;
  }
}

#stay .blk.typ__B .btn,
#stay .blk.typ__C .btn,
#entertainment .blk.typ__D .btn,
#entertainment .blk.typ__ .btn {
  margin-top: 0;
}

#entertainment .blk.typ__D > .txt {
  margin-top: -1.5rem;
}

#entertainment .blk.typ__D .btn {
  margin-top: -1.5rem;
}

@media screen and (max-width: 960px) {
  #entertainment .blk.typ__D > .txt {
    margin-top: initial;
  }

  #entertainment .blk.typ__D .btn {
    margin-top: initial;
  }
}

/*====================================*/
/* typ__D */
/*====================================*/
.blk.typ__D {
  position: relative;
  display: grid;
  gap: 4rem;
}

@media screen and (max-width: 960px) {
  .blk.typ__D {
    gap: 2rem;
  }
}

.typ__D .img__box {
  display: flex;
  gap: 6rem;
}

@media screen and (max-width: 960px) {
  .typ__D .img__box {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.typ__D .left__box .sec-icn {
  position: absolute;
  top: -8%;
  left: 0;
  width: 350px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .typ__D .left__box .sec-icn {
    position: absolute;
    top: -5%;
    left: 0;
    width: 200px;
    z-index: -1;
  }
}

.typ__D .left__box .main__txt {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.blk.typ__D .txt__box .main__txt::before {
  position: absolute;
  content: "";
  top: -29px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-bottom: 30px solid var(--bg-blk);
  border-top: 0;
}

.blk.typ__D .txt__box .main__txt::after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 30px solid var(--bg-blk);
  border-bottom: 0;
}

@media screen and (max-width: 960px) {
  .blk.typ__D .txt__box .main__txt::before {
    position: absolute;
    content: "";
    left: -14.7px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35.8px solid transparent;
    border-bottom: 35.8px solid transparent;
    border-right: 15px solid var(--bg-blk);
    border-left: 0;
  }

  .blk.typ__D .txt__box .main__txt::after {
    left: initial;
    right: -14.5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35.8px solid transparent;
    border-bottom: 35.8px solid transparent;
    border-left: 15px solid var(--bg-blk);
    border-right: 0;
  }
}

.typ__D .right__box {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}

.typ__D .right__box .img__box .main {
  border-radius: 30px 0 0 30px;
  filter: drop-shadow(12px 25px 0px #ffd900);
}
.typ__D .right__box .img__box .set_main {
  width: 1080px;
  height: 600px;
  object-fit: cover;
}
.blk.typ__D > .txt {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .typ__D .right__box .img__box .main {
    filter: drop-shadow(12px 15px 0px #fdf4ca);
  }

  .blk.typ__D > .txt {
    text-align: inherit;
  }

  .typ__D .left__box .main__txt {
    writing-mode: inherit;
    text-orientation: upright;
    width: 80%;
  }
}

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

.typ__F .img__box {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 960px) {
  .typ__F .img__box {
    display: block;
  }
}

.typ__F .img__box .left__box {
  position: relative;
}

.typ__F .img__box .left__box .sec-icn {
  position: absolute;
  top: -25%;
  left: -15%;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .typ__F .img__box .left__box .sec-icn {
    position: absolute;
    top: -10%;
    left: inherit;
    right: 20%;
    width: 200px;
  }
}

.typ__F .left__box {
  width: calc(100% / 2 - 7%);
  right: 0;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 960px) {
  .typ__F .left__box {
    width: inherit;
    margin-right: inherit;
    display: flex;
    flex-direction: column;
    gap: 24rem;
  }
}

.typ__F .right__box {
  /* width: calc(100% / 1.8 - 2%);
    position: absolute;
    top: 0;
    right: 0; */
  width: calc(100% - 35%);
  position: absolute;
  top: -5%;
  right: -11%;
}

@media screen and (max-width: 960px) {
  .typ__F .right__box {
    width: calc(100% / 1);
    top: 45%;
    width: 400px;
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

@media screen and (max-width: 375px) {
  .typ__F .right__box {
    width: 400px;
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

.blk.typ__F .txt__box .main__txt::after {
  position: absolute;
  content: "";
  left: -37px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 54px solid transparent;
  border-bottom: 51px solid transparent;
  border-right: 38px solid var(--bg-blk);
  border-left: 0;
}

.blk.typ__F .txt__box .main__txt::before {
  position: absolute;
  content: "";
  right: -37px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 54px solid transparent;
  border-bottom: 51px solid transparent;
  border-left: 38px solid var(--bg-blk);
  border-right: 0;
}

@media screen and (max-width: 960px) {
  .blk.typ__F .txt__box .main__txt::after {
    position: absolute;
    content: "";
    left: -16.6px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 17px solid var(--bg-blk);
    border-left: 0;
  }

  .blk.typ__F .txt__box .main__txt::before {
    position: absolute;
    content: "";
    right: -16.6px;
    left: inherit;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 17px solid var(--bg-blk);
    border-right: 0;
  }
  .blk.typ__F .txt__box .txt_style02::after {
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
  }
  .blk.typ__F .txt__box .txt_style02::before {
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
  }
}

.typ__F .right__box .img__box img.main {
  max-width: 700px;
  filter: drop-shadow(12px 25px 0px #bdddf3);
}

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

.typ__G .left__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
  width: calc(100% / 2 - 7%);
}

.typ__G .img__box {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}

.typ__G .right__box {
  width: calc(100% - 35%);
  position: absolute;
  /* width: calc(100% / 1.8 - 2%);
    position: absolute; */
  top: 0;
  left: -11%;
}

.typ__G .img__box .left__box .sec-icn {
  position: absolute;
  top: -20%;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .typ__G .img__box .left__box .sec-icn {
    position: absolute;
    top: -10%;
    left: -5%;
    width: 200px;
  }
}

.blk.typ__G .txt__box .main__txt {
  font-size: 1.5rem;
  text-align: center;
  padding: 0.55rem 1rem;
}

@media screen and (max-width: 960px) {
  #sightseeing .blk.typ__G .txt__box .main__txt {
    font-size: 1rem;
    padding: 1rem;
  }
}

.blk.typ__G .txt__box .main__txt::after {
  position: absolute;
  content: "";
  left: -34px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-right: 35px solid var(--bg-blk);
  border-left: 0;
}

.blk.typ__G .txt__box .main__txt::before {
  position: absolute;
  content: "";
  right: -34px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 35px solid var(--bg-blk);
  border-right: 0;
}

@media screen and (max-width: 960px) {
  .typ__G .left__box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
    width: initial;
  }

  .typ__G .left__box .txt__box {
    display: flex;
    flex-direction: column;
    gap: 22rem;
  }

  .typ__G .img__box {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
  }

  .typ__G .right__box {
    width: 400px;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .blk.typ__G .txt__box .main__txt::after {
    position: absolute;
    content: "";
    left: -16.6px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 17px solid var(--bg-blk);
    border-left: 0;
  }

  .blk.typ__G .txt__box .main__txt::before {
    position: absolute;
    content: "";
    right: -16.5px;
    left: inherit;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 17px solid var(--bg-blk);
    border-right: 0;
  }
}

#sightseeing .typ__G .right__box .img__box img.main {
  max-width: 700px;
  filter: drop-shadow(12px 25px 0px #fdf4ca);
}

@media screen and (max-width: 960px) {
  #sightseeing .typ__G .right__box .img__box img.main {
    max-width: 700px;
    filter: drop-shadow(-12px 15px 0px #fdf4ca);
  }
  #sightseeing .bg-img01 {
    top:43%;
  }
}

/*====================================*/
/* entertainment */
/*====================================*/
#entertainment {
  position: relative;
}

#entertainment .inner {
  padding: 8rem 0;
}

#entertainment .bg-img01 {
  position: absolute;
  bottom: 0;
  left: -3%;
  width: calc(100% / 5);
}

#entertainment .bg-img02 {
  position: absolute;
  top: -5%;
  right: -3%;
  width: calc(100% / 7);
  transform: rotate(-90deg);
  z-index: -1;
}

#entertainment .days {
  margin: auto;
}

#entertainment .blk.typ__G .txt__box .days {
  margin-top: 2rem;
}

#entertainment .blk.typ__G .txt__box .main__txt {
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
}

#entertainment .blk.typ__G .txt__box .btn {
  margin-top: 1rem;
}

#entertainment .blk.typ__G .txt__box .main__txt::after {
  position: absolute;
  content: "";
  left: -19px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 20px solid var(--bg-blk);
  border-left: 0;
}

#entertainment .blk.typ__G .txt__box .main__txt::before {
  position: absolute;
  content: "";
  right: -19px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid var(--bg-blk);
  border-right: 0;
}

#entertainment .typ__D .right__box .img__box .main {
  border-radius: 30px 0 0 30px;
  filter: drop-shadow(12px 25px 0px #b3cd61);
}

@media screen and (max-width: 960px) {
  #entertainment .typ__D .right__box .img__box .main {
    filter: drop-shadow(-8px 15px 0px #b3cd61);
  }
}

@media screen and (max-width: 960px) {
  #entertainment .inner {
    padding: 6rem 0;
  }

  #entertainment .typ__G .right__box {
    top: 59%;
  }

  #entertainment .blk.typ__G .txt__box .days {
    order: 2;
  }

  #entertainment .blk.typ__G .txt__box .sub__txt {
    order: 1;
    margin-bottom: 18rem;
  }

  #entertainment .blk.typ__G .txt__box .btn__box {
    order: 2;
  }

  #entertainment .blk.typ__G .left__box .txt__box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #entertainment .bg-img02 {
    width: calc(100% / 4);
  }
  #entertainment .bg-img01 {
    bottom: 15%;
  }
}

@media screen and (max-width: 960px) {
  #entertainment .blk.typ__G .txt__box .main__txt::before {
    position: absolute;
    content: "";
    left: -14.7px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 26.5px solid transparent;
    border-bottom: 26.5px solid transparent;
    border-right: 15px solid var(--bg-blk);
    border-left: 0;
  }

  #entertainment .blk.typ__G .txt__box .main__txt::after {
    left: initial;
    right: -14.5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 15px solid var(--bg-blk);
    border-right: 0;
  }
}

/*====================================*/
/* enjoy */
/*====================================*/
#enjoy {
  position: relative;
  background-color: #0d5a7c;
  margin: 25rem 0 0;
  color: var(--wht);
}

@media screen and (max-width: 960px) {
  #enjoy {
    margin: 15rem 0 0;
  }
}

#enjoy .inner {
  padding: 50px 0;
}

#enjoy::before {
  background-image: url("../img/enjoy-section-img01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -22vw;
  content: "";
  width: 100%;
  height: -webkit-fill-available;
  z-index: -1;
}

#enjoy::after {
  background-image: url("../img/enjoy-section-img02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  /* bottom: -14vw; */
  content: "";
  width: 100%;
  height: 50vh;
}

#enjoy .ttl__box {
  position: relative;
  margin-bottom: 3rem;
  margin-top: -20rem;
}

#enjoy .ttl__box img {
  max-width: 570px;
  margin: auto;
  display: block;
}

#enjoy .ttl__box .ttl {
  position: absolute;
  font-size: 3rem;
  font-weight: bold;
  color: var(--wht);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #enjoy .ttl__box {
    margin-top: -14rem;
  }

  #enjoy .ttl__box .ttl {
    font-size: 2rem;
  }

  #enjoy::after {
    background-image: url("../img/enjoy-section-img02.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 297px;
  }
}

#enjoy .txt__box {
  text-align: center;
  margin-bottom: 5rem;
  line-height: 2.5;
}
@media screen and (max-width: 960px) {
  #enjoy .txt__box {
    text-align: justify;
  }
}
#enjoy .enjoy__list {
  display: grid;
  gap: 4rem 2rem;
}

#enjoy .enjoy__item {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
}

#enjoy .enjoy__item .ttl {
  font-weight: bold;
  text-align: center;
}

#enjoy .enjoy__item .btn__box {
  margin-top: auto;
}

#enjoy .enjoy__item .btn__box a {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

#enjoy .enjoy__item .img__box img {
  max-height: 252px;
  object-fit: cover;
}

/*====================================*/
/* enjoy */
/*====================================*/
#cta {
  background-color: #e2774a;
  padding-top: 20rem;
}

@media (max-width: 960px) {
  #cta {
    padding-top: 7rem;
  }
}

#cta .main__box {
  place-items: center;
  margin-bottom: 1rem;
}

@media (max-width: 960px) {
  #cta .main__box {
    gap: 3.5rem;
  }
}

#cta .main__box .ttl__box {
  text-align: center;
  color: var(--wht);
}

#cta .main__box .ttl__box {
  text-align: center;
  color: var(--wht);
}

#cta .main__box .ttl__box .main {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

#cta .main__box .ttl__box .sub {
  font-size: 1.5rem;
}

#cta .main__box .img__box {
  border: solid 1px var(--main-color);
}

#cta .btn__box {
  margin-bottom: 7rem;
}

#cta .sub__box {
  background-color: var(--wht);
  border-radius: 8px;
  text-align: center;
}

#cta .sub__box .ttl {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
}

#cta .sub__box .txt {
  margin-bottom: 2rem;
}

#cta .sub__box .img__box {
  border: 1px solid #5e5e5e;
}

.cnt__innner {
  max-width: 600px;
  padding: 4rem 1rem;
  margin: auto;
}
#cta .cr-text {
  margin: 61px auto 0;
  text-align: center;
  color: var(--wht);
  font-size: 0.9rem;
}

/*====================================*/
/* footer */
/*====================================*/

footer {
  color: #fff;
  text-align: center;
  padding: 80px 0 0;
  background: #cca161;
}

footer #ft-top a .logo {
  display: block;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.ft-name {
  color: #fff;
  font-size: 24px;
  padding: 24px 0 0;
  margin: 0;
}

.ft-address {
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  letter-spacing: 2.08px;
}

.ft-access {
  width: 540px;
  margin: 24px auto;
}

.ft-access a {
  font-family: "Zen Old Mincho";
  display: block;
  color: #cca161;
  font-size: 24px;
  padding: 14px 0;
  margin: 24px 0 0 !important;
  width: 540px !important;
  height: 64px;
  border-radius: 50px;
  background: #fff;
}

.button-box a:hover {
  background: linear-gradient(180deg, #c77f12 0%, #eab463 100%);
}

.ft-social {
  margin: 24px 0 !important;
}

.ft-social a {
  width: 50px !important;
}

.ft-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 94px;
}

.ft-nav a {
  color: #fff;
  width: 300px !important;
  padding: 0 24px;
  margin: 0 !important;
  border-left: 0.5px solid #fff;
}

.fnav-link {
  border-right: 0.5px solid #fff;
}

#ft-bottom {
  background: #fff;
}

#copyright {
  color: #333;
  padding: 8px 0;
  font-size: 12px;
  font-family: "Noto Serif JP";
}

@media (max-width: 769px) {
  .ft-name {
    font-size: 24px !important;
  }

  .ft-address {
    line-height: 1.7;
  }

  .ft-access {
    width: 90% !important;
  }

  .ft-access a {
    font-size: 20px;
    width: 100% !important;
    height: 54px;
    padding: 12px 0;
  }

  .ft-nav {
    margin: 0 16px 64px;
  }

  .ft-nav a {
    font-size: 12px;
    padding: 0px 8px !important;
  }
}

.fixed_banner {
  position: fixed;
  z-index: 99999;
  font-weight: 600;
  bottom: 32px;
  right: 32px;
  width: 4%;
  height: 8%;
  text-align: center;
}

.fixed_banner a {
  display: block;
  color: #fff;
  border-radius: 5px;
  height: 55px;
  width: 55px;
  background: #cca161;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.fixed_banner a > span.pagetop__arrow {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(calc(100% + 5px)) rotate(-45deg);
}

@media screen and (min-width: 959px) {
  .fixed_banner a > span.pagetop__arrow {
    /* transform: translateY(calc(100% + 0px)) rotate(-45deg); */
  }
}

.fixed_banner:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1080px) {
  .fixed_banner {
    bottom: 32px;
    right: 56px;
  }
}

@media screen and (max-width: 960px) {
  .fixed_banner {
    bottom: 10px;
    right: 55px;
  }
}

.footer .inner {
  padding-bottom: 2rem;
}

.cnt_inner {
  max-width: 800px;
  margin: 0 auto 2rem;
  padding: 0 1.1rem;
}

.footer {
  background: #cca161;
  color: #fff;
  /* padding: 3.3rem 0 1.5rem; */
  font-weight: normal;
}

.footer h2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 1.1rem;
}

[lang="en"] .footer h2 {
  letter-spacing: 0;
}

.footer .sns {
  margin: 0 auto 2.5rem;
  font-feature-settings: "palt";
}

.footer .sns li + li {
  margin-top: 1rem;
}

.footer .sns li a {
  position: relative;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 7rem;
  padding-left: 6.3rem;
  font-size: 1rem;
  font-weight: normal;
}

[lang="en"] .footer .sns li a {
  padding-left: 6rem;
}

[lang="en"] .footer .sns li:last-child a,
[lang="en"] .footer .sns li:nth-child(3) a {
  letter-spacing: -0.05em;
}

.footer .sns li a::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.3rem;
  background: url(../img/insta-icn.svg) no-repeat left top / 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.3rem;
  margin: auto 0;
}

.footer .sns li.facebook a::before {
  background-image: url(../img/facebook-icn.svg);
}

.footer .sns li a::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scaleY(0.7) rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.3rem;
  margin: auto 0;
}

.footer .sns li a span {
  font-size: 0.8rem;
}

.footer .note {
  margin: 0 auto;
  font-size: 1rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  padding-right: 1rem;
  font-weight: normal;
}

.footer .note li {
  margin-left: 1em;
  text-indent: -1em;
}

.footer .links {
  text-align: center;
}

.footer .links img {
  width: auto;
  display: inline;
}

.footer .links li + li {
  margin-top: 1.5rem;
}

.footer .links img {
  width: auto;
  display: inline;
}

.footer .links li:nth-child(3) img {
  height: 6.2rem;
}

.footer .group_link {
  text-align: center;
  font-size: 1.5rem;
}

.footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  display: block;
  line-height: 1.3;
  margin-top: 1.5rem;
  letter-spacing: 0.035em;
  color: var(--txt-blk);
  background-color: var(--wht);
  padding: 1rem 0;
}

#pageTop {
  position: fixed;
  bottom: 1.2rem;
  right: 1.2rem;
  font-size: 1rem;
  z-index: 1100;
  display: none;
}

#pageTop a {
  display: block;
  z-index: 5000;
  padding: 7px 14px 7px;
  text-decoration: none;
  text-align: center;
  border-radius: 0.3rem;
  background: #fff;
  transition: all 0.2s ease;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

#pageTop a::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 0.2rem solid #bf9e59;
  border-right: 0.2rem solid #bf9e59;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.7rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.footer .btn {
  position: relative;
  background-color: var(--wht);
  border: 1px solid var(--wht);
  color: var(--main);
  text-align: center;
  letter-spacing: 0.15em;
  border-radius: 50px;
  max-width: 450px;
}

.footer .btn-1 {
  position: relative;
  background-color: var(--wht);
  border: 1px solid var(--wht);
  color: var(--main-color);
  text-align: center;
  letter-spacing: 0.15em;
  border-radius: 50px;
}

.footer .btn-1:hover {
  background-color: var(--main-color);
  border: 1px solid var(--wht);
  color: var(--wht);
}

@media only screen and (min-width: 769px) {
  .footer h2 {
    font-size: 2rem;
  }

  .footer .sns {
    margin: 0 auto 4rem;
  }

  .footer .sns ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer .sns li {
    flex-basis: calc(100% / 2 - 0.5rem);
    margin-bottom: 1rem;
  }

  .footer .sns li + li {
    margin-top: 0;
  }

  .footer .sns li a {
    border-width: 2px;
    padding-left: 7.2rem;
    font-size: 1.1rem;
    letter-spacing: 0 !important;
  }

  .footer .sns li a::before {
    width: 3.7rem;
    height: 3.7rem;
    left: 1.7rem;
  }

  .footer .sns li a::after {
    border-top: 2px solid var(--wht);
    border-right: 2px solid var(--wht);
    transform: scaleY(0.8) rotate(45deg);
    top: 0.3rem;
  }

  .footer .note {
    font-size: 0.8rem;
    padding-right: 2.2rem;
  }

  .footer .links {
    display: flex;
    justify-content: center;
    align-items: center;
    left: -0.9rem;
  }

  .footer .links li:nth-child(3) img {
    height: 8.4rem;
  }

  .footer .links li + li {
    margin: 0 0 0 6.6rem;
  }

  .footer .links li + li:nth-child(2) {
    margin-left: 6.4rem;
  }

  .footer .group_link {
    font-size: 1.729rem;
  }

  .footer .copyright {
    margin-top: 1rem;
    letter-spacing: 0.035em;
  }

  #pageTop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    font-size: 1.1rem;
  }

  #pageTop a {
    width: 6rem;
    height: 6rem;
  }

  #pageTop a::after {
    width: 2.4rem;
    height: 2.4rem;
    border-top: 0.5rem solid #bf9e59;
    border-right: 0.5rem solid #bf9e59;
    top: 1.7rem;
  }
}

.footer .address__box .ft-address {
  margin-bottom: 1.5rem;
}

.footer .address__box {
  place-items: center;
  margin-bottom: 4rem;
}

.footer iframe {
  width: 400px;
  max-width: 400px;
  height: 200px;
}

@media only screen and (max-width: 960px) {
  .footer iframe {
    width: 300px;
    max-width: 300px;
    height: 200px;
    margin: auto;
    display: block;
  }
}

table {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}

table th,
table td {
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.3;
  text-align: center;
}

th,
td {
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.3;
  text-align: center;
}

.station__box {
  margin-bottom: 5rem;
}

.ttl {
  text-align: left;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .station__box {
    overflow: scroll;
  }
}

.station {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .station {
    width: 1000px;
  }
}

.station th {
  border: 1px solid #ddd;
  background: #895f22;
  padding: 20px;
  width: calc(100% / 3);
}

.station td {
  border: 1px solid #ddd;
  background-color: var(--wht);
  color: var(--txt-blk);
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}
