@charset "UTF-8";
/*final testing
img:not([alt]),
img:not(.lazy) {
  filter: blur(5px);
}
img[aria-hidden="true"] {
    filter: none;
}
/* Reset
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

hr {
  height: 0;
}

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

b, strong {
  font-weight: 700;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

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;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

/* Elements
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
html, body {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  letter-spacing: 1px;
  line-height: 1.33;
  color: #000;
  background: #fff;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

p {
  line-height: 1.5;
}

a, a:hover, a:focus, a:active {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  text-decoration: none;
  color: inherit;
}

::selection,
::-moz-selection {
  background: #afcbe3;
}

input[type=button] {
  cursor: pointer;
}

img, svg, iframe {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Objects
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media only screen and (min-width: 901px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .pc-only {
    display: none;
  }
}
/* Text
----------------------------------------------- */
/* Section Title */
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  font-size: 28px;
  letter-spacing: 2px;
}
.section-title:not(:first-child) {
  padding-top: 5rem;
}
.section-title:before, .section-title:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1.6px), black calc(50%), rgba(0, 0, 0, 0) calc(50% + 1.6px));
  flex-grow: 1;
  height: 1em;
  transform: skewX(-30deg);
}
body.ie .section-title:before, body.ie .section-title:after {
  background: none;
}
.section-title:before {
  border-right: 2px solid;
  margin-right: 1.8em;
}
.section-title:after {
  border-left: 2px solid;
  margin-left: 1.8em;
}

@media only screen and (max-width: 900px) {
  .section-title {
    margin-bottom: 3rem;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .section-title:not(:first-child) {
    padding-top: 3rem;
  }
  .section-title:before {
    margin-right: 1em;
  }
  .section-title:after {
    margin-left: 1em;
  }
}
/* Section Subtitle */
.section-subtitle {
  display: table;
  margin: 0 auto 5rem;
  padding: 0 2em 0.4em;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid;
}
.section-subtitle:not(:first-child) {
  padding-top: 5rem;
}

@media only screen and (max-width: 900px) {
  .section-subtitle {
    margin-bottom: 3rem;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .section-subtitle:not(:first-child) {
    margin-top: 3rem;
  }
}
/* Paragraph Links */
p a {
  color: #1d5b8a;
  padding: 0.1em 0;
  border-bottom: 1px solid;
}
p a:hover {
  color: #0b304d;
  background-color: rgba(29, 91, 138, 0.4);
  border-color: rgba(29, 91, 138, 0.4);
}

/* Media
----------------------------------------------- */
.widescreen-contents {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.widescreen-contents iframe,
.widescreen-contents img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widescreen-contents img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.widescreen-contents.widescreen-contents--thin {
  padding-bottom: 40%;
}

/* Measurements
----------------------------------------------- */
/* Padded Containers
----------------------------------------------- */
.padded-container {
  position: relative;
  padding: 80px 16px;
}
@media only screen and (max-width: 900px) {
  .padded-container {
    padding: 3rem 16px;
  }
}

.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Animations
----------------------------------------------- */
@keyframes topToBottom {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
/* Graphics
----------------------------------------------- */
.bottom-background {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}

.mountain-bg {
  position: relative;
  z-index: 0;
  background: linear-gradient(180deg, #f4f3f8 50%, #e3e2e7 50%);
}
.mountain-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(img/mountain_bg.jpg) no-repeat center center/contain;
  background-size: 100% auto;
  filter: blur(1px);
}
@media only screen and (max-width: 900px) {
  .mountain-bg {
    background: #f4f3f8;
  }
  .mountain-bg::before {
    display: none;
  }
}

/* --- Buttons --- */
.enlarge_button {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff !important;
}
.enlarge_button img {
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.enlarge_button:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}
.enlarge_button span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.6rem 0.6rem 0.8rem;
  background: rgba(11, 48, 77, 0.9);
  border-radius: 3px;
  white-space: nowrap;
}
.enlarge_button span:after {
  margin-left: 0.6em;
}

/* Icons
----------------------------------------------- */
.fab_weather:before,
.faa_weather:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fab_snowflake:before,
.faa_snowflake:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fab_video:before,
.faa_video:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fab_magnify:before,
.faa_magnify:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fab_external:before,
.faa_external:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8em;
}

.fab_globe:before {
  content: '\f0ac';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  margin-right: 0.4em;
}

/* Additional 2020/12/16 */
.fab_insta:before {
    content: '\f16d';
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 1em;
    margin-right: 0.4em;
}

.fab_facebook:before {
    content: '\f39e';
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 1em;
    margin-right: 0.4em;
}

.fab_external:before {
  margin-right: 0.6em;
}

.faa_external:after {
  margin-left: 0.6em;
}

/* Colours & Themes
----------------------------------------------- */
/* Misc
----------------------------------------------- */
/* Components
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* Header PC
----------------------------------------------- */
nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  text-align: center;
  border-top: 1px solid #0b304d;
  border-bottom: 1px solid #0b304d;
  background-color: #fff;
}

.menu {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
}

.menu__brand {
  position: relative;
  flex: 0 0 220px;
  margin-right: 0.6rem;
}

.menu__brand__anchor img {
  margin-left: auto;
  margin-right: auto;
  padding: 0.6rem 0;
  width: 70px;
}

.menu__brand__flag {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  padding: 1rem 1rem 2rem;
  color: #fff;
  background: #0b304d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
}
.menu__brand__flag h2, .menu__brand__flag h3 {
  margin-top: 1em;
  font-weight: 400;
}
.menu__brand__flag h2 {
  font-size: 24px;
}
.menu__brand__flag h3 {
  font-size: 16px;
}
.menu__brand__flag.hidden {
  transform: translateY(calc(-100% - 2px));
}

.menu__item {
  position: relative;
  color: #0b304d;
}
.menu__item a,
.menu__item span {
  display: block;
}
.menu__item > a,
.menu__item > span {
  padding: 1.6rem 2.6rem;
}
.menu__item > span {
    cursor: default;
}
.menu__item.menu__item--parent > a:after,
.menu__item.menu__item--parent > span:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8em;
}
.menu__item ul {
  position: absolute;
  width: 100%;
  top: 100%;
  visibility: hidden;
  opacity: 0;
}
.menu__item ul li {
  padding: 0.8rem 0 0;
}
.menu__item ul li a {
  padding: 1.6rem 0;
  background: #fff;
  border: 1px solid rgba(11, 48, 77, 0.4);
}
.menu__item ul li a:hover {
  background-color: #f0f5f9;
}
.menu__item:hover ul {
  visibility: visible;
  opacity: 1;
  perspective: 1000px;
}
.menu__item:hover ul li {
  opacity: 0;
  transform-origin: top center;
}
.menu__item:hover ul li:nth-child(1) {
  animation-name: topToBottom;
  animation-duration: 400ms;
  animation-delay: -150ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.menu__item:hover ul li:nth-child(2) {
  animation-name: topToBottom;
  animation-duration: 400ms;
  animation-delay: 0ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.menu__item:hover ul li:nth-child(3) {
  animation-name: topToBottom;
  animation-duration: 400ms;
  animation-delay: 150ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 1200px) {
  .menu__brand {
    position: relative;
    flex: initial;
    margin-right: 0.6rem;
  }

  .menu__brand__flag {
    display: none;
  }

  .menu__item > a {
    padding: 1.6rem 2rem;
  }
}
/* Header SP
----------------------------------------------- */
.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  margin: 0.7rem 1.5rem;
}

.hamburger__line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #0b304d;
  border-radius: 1px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hamburger__line:nth-child(1) {
  top: 0;
}
nav.active .hamburger__line:nth-child(1) {
  transform: rotate(45deg);
  top: calc(50% - 1px);
}
.hamburger__line:nth-child(2) {
  top: calc(50% - 1px);
}
nav.active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger__line:nth-child(3) {
  bottom: 0;
}
nav.active .hamburger__line:nth-child(3) {
  transform: rotate(-45deg);
  bottom: calc(50% - 2px);
}

@media only screen and (max-width: 900px) {
  nav {
    border: none;
    background: none;
  }

  .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .menu__brand {
    width: 100%;
    margin: 0;
    border-top: 1px solid #0b304d;
    border-bottom: 1px solid #0b304d;
    background-color: #fff;
  }

  .menu__brand__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu__brand__anchor img {
    width: 70px;
    margin: 0.7rem 1.5rem;
    padding: 0;
  }

  .menu__item {
    width: 50%;
    font-weight: 300;
    border-top: 1px solid #d5d6dd;
    background: #fff;
    opacity: 0;
    transform: translateX(100vw);
    pointer-events: none;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    transition: all 350ms;
  }
  nav.active .menu__item {
    opacity: 1;
    transform: translateX(0);
    pointer-events: initial;
  }
  .menu__item:last-child {
    width: 100%;
  }
  .menu__item:nth-child(odd) {
    border-left: 1px solid #d5d6dd;
  }
  .menu__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.1rem;
  }
  .menu__item.contact {
    width: 100%;
  }
  .menu__item .contact {
    color: #fff;
    background: #0b304d;
    width: 100%;
  }

  .menu__item--parent > a:after,
  .menu__item--parent > * {
    display: none;
  }


  /* Language SP - 追加 - Sean 2020/09 */
  .menu__item.language span {
    display: none;
  }
  .menu__item.language ul {
    display: flex;
    position: relative;
    width: 100%;
    top: initial;
    visibility: visible;
    opacity: 1;
    border-bottom: 1px solid #fff;
  }
  .menu__item.language ul li {
    padding: 0;
    flex-basis: 50%;
    flex-grow: 1;
  }
  .menu__item.language ul li a {
    padding: 1.1rem;
    border: none;
    color: #fff;
    background: #1d5b8a;
  }
  .menu__item.language ul li a:before {
    content: '\f0ac';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1em;
    margin-right: 0.4em;
  }
  .menu__item.language ul li:nth-child(2) a {
    border-left: 1px solid;
  }
  .menu__item:hover ul li {
      animation: none !important;
  }
}
/* Infobox
----------------------------------------------- */
.infobox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infobox .infobox__col {
  flex: 0 1 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.infobox .infobox__col > *:nth-child(1) {
  flex-grow: 1;
}
.infobox .infobox__col > *:nth-child(2) {
  margin-top: 1rem;
}
.infobox > *:nth-child(2) {
  flex: 0 1 58%;
  margin-left: 1rem;
}
@media only screen and (max-width: 1200px) {
  .infobox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .infobox .infobox__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex: 1 1 100%;
  }
  .infobox .infobox__col > * {
    width: 50%;
  }
  .infobox .infobox__col > *:nth-child(2) {
    margin: 0 0 0 1rem;
  }
  .infobox > *:nth-child(2) {
    flex: 1 1 100%;
    margin: 1rem 0 0 0;
  }
}
@media only screen and (max-width: 900px) {
  .infobox .infobox__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .infobox .infobox__col > * {
    width: 100%;
  }
  .infobox .infobox__col > *:nth-child(2) {
    margin: 1rem 0 0 0;
  }
}

/* News
----------------------------------------------- */
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  padding: 1rem;
  color: #fff;
  background: #1d5b8a;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.news h3 {
  font-size: 15px;
  /* padding-right: 1rem; */
  padding-bottom: 1rem;
  /* text-align: center; */
}
.news__list {
  /* flex-grow: 1; */
  /* padding-left: 1rem; */
  /* border-left: 2px solid; */
  padding: 0.4rem 0 0;
  /* border-left: none; */
  border-top: 2px solid;
}
.news__list a {
  display: block;
  padding: 0.6em 0;
  font-size: 13px;
}
.news__list a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: transparent;
}
.news__list a:not(:last-child) {
  border-bottom: 1px dashed;
}
.news__list a:last-child {
  display: inline-block;
  margin-top: 0.4em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  float: right;
  text-align: right;
}

@media only screen and (max-width: 500px) {
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news h3 {
    padding: 0 0 1rem;
  }

  .news__list {
    padding: 0.4rem 0 0;
    border-left: none;
    border-top: 2px solid;
  }
  .news__list a {
    display: block;
  }
}
/* Campaign
----------------------------------------------- */
.campaign {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(11, 48, 77, 0.4);
  background-image: url(img/real_snow_bg.jpg);
}
.campaign div {
  padding: 1rem;
}
.campaign div h4, .campaign div h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.campaign div h4 {
  font-size: 24px;
}
.campaign div h3 {
  font-size: 30px;
  letter-spacing: 5px;
}
.campaign div p {
  margin-top: 1rem;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .campaign div {
    position: relative;
    z-index: 2;
    padding-left: 0;
  }
  .campaign div h4, .campaign div h3 {
    padding-left: 1rem;
  }
  .campaign div p {
    padding-left: calc(20% + 16px);
  }
  .campaign img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    max-width: 20%;
    max-height: 100%;
  }
}

/* Conditions Box
----------------------------------------------- */
.condition-box {
  padding: 1.5rem 1rem;
  text-align: center;
  background-color: #fff;
}

.condition-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.condition-box__row:not(:first-child) {
  margin-top: 2rem;
}

.condition-box__row__title {
  max-width: 80px;
  flex: 1 2 20%;
  margin-right: 1.4rem;
  text-align: right;
}
.condition-box__row__title ~ * {
  flex: 2 1;
  padding: 0 1.2rem 1.6rem;
  border-left: 1px solid rgba(11, 48, 77, 0.8);
  font-weight: 300;
}
.condition-box__row__title ~ p {
  font-size: 13px;
}
.condition-box__row__title + * {
  border-left-width: 3px;
}

@media only screen and (max-width: 900px) {
  .condition-box__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .condition-box__row__title {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid;
  }
  .condition-box__row__title ~ * {
    flex-basis: 100%;
    border-left: none;
  }
  .condition-box__row__title ~ p span:first-of-type {
    font-weight: 800;
  }
  .condition-box__row__title ~ p span:last-of-type {
    font-weight: 600;
  }
  .condition-box__row__title ~ p.up span:first-of-type {
    color: #ef8200;
  }
  .condition-box__row__title ~ p.oku span:first-of-type {
    color: #905ca2;
  }
  .condition-box__row__title ~ p.manba span:first-of-type {
    color: #00a39a;
  }
}
@media only screen and (max-width: 500px) {
  .condition-box__row__title ~ * {
    padding: 0 0 1rem;
  }
  .condition-box__row__title ~ p {
    padding-bottom: 0.8rem;
  }
}
/* Condition
----------------------------------------------- */
.condition h4 {
  margin-bottom: 1rem;
  padding-bottom: 0.7rem;
  color: #0b304d;
  border-bottom: 1px solid rgba(11, 48, 77, 0.8);
  font-size: 18px;
  font-weight: 600;
}
.condition a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2em 1em;
  border-radius: 8px;
  color: #fff;
  background: #1d5b8a;
}
.condition a.fab_facebook,
.condition a.fab_insta {
  justify-content: space-around;
}
.condition a br {
  display: none;
}
.condition a + a {
  margin-top: 0.4rem;
}
.condition a:before {
  font-size: 2em;
  margin-right: 0.6rem;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.condition.up a:hover {
  background-color: #ef8200;
}
.condition.oku a:hover {
  background-color: #905ca2;
}
.condition.manba a:hover {
  background-color: #00a39a;
}
@media only screen and (max-width: 900px) {
  .condition h4 {
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: none;
  }
  .condition a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .condition.up h4 {
    color: #ef8200;
  }
  .condition.oku h4 {
    color: #905ca2;
  }
  .condition.manba h4 {
    color: #00a39a;
  }
}
@media only screen and (max-width: 500px) {
  .condition h4 {
    margin-bottom: 0.5rem;
  }
  .condition a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    padding: 0.4em 0.8em 0.8em;
  }
  .condition a br {
    display: block;
  }
  .condition a:before {
    font-size: 2em;
    margin: 0;
  }
}

/* Activities Grid
----------------------------------------------- */
.activities-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.activities-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48.5%;
  max-width: 400px;
  margin-right: 3%;
  margin-bottom: 3%;
  background-color: #fff;
}

.activities-grid__item:nth-child(even) {
  margin-right: 0;
}

.activities-grid__item__img {
  position: relative;
  border: 2px solid #fff;
  font-size: 24px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.8);
}
.activities-grid__item__img img {
  width: 100%;
  -webkit-transition: 225ms filter;
  -moz-transition: 225ms filter;
  -ms-transition: 225ms filter;
  transition: 225ms filter;
}
.activities-grid__item__img h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 300ms transform;
  -moz-transition: 300ms transform;
  -ms-transition: 300ms transform;
  transition: 300ms transform;
}
.activities-grid__item__img:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: calc(50% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 225ms ease-in;
  -moz-transition: all 225ms ease-in;
  -ms-transition: all 225ms ease-in;
  transition: all 225ms ease-in;
}
body.ie .activities-grid__item__img:after {
  display: none;
}
.activities-grid__item:hover .activities-grid__item__img h4 {
  transform: translate(-50%, calc(-50% - 2rem));
}
.activities-grid__item:hover .activities-grid__item__img:after {
  opacity: 1;
}
.activities-grid__item:hover .activities-grid__item__img img {
  filter: brightness(0.7);
}

.activities-grid__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-grow: 1;
  padding: 0.6rem 16px 16px;
}
.activities-grid__item__text span {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  padding: 0.4em 1em;
  text-align: center;
  color: #fff;
  background: #0b304d;
}

@media only screen and (max-width: 900px) {
  .activities-grid__item {
    width: 48%;
  }
  .activities-grid__item p {
    font-size: 13px;
  }

  .activities-grid__item:nth-child(3n) {
    margin-right: 2%;
  }

  .activities-grid__item:nth-child(even) {
    margin-right: 0 !important;
  }

  .activities-grid__item__img {
    font-size: 20px;
  }
  .activities-grid__item:hover .activities-grid__item__img h4 {
    transform: translate(-50%, -50%);
  }
  .activities-grid__item__img:after {
    display: none;
  }
  .activities-grid__item:hover .activities-grid__item__img img {
    filter: none;
  }
}
@media only screen and (max-width: 500px) {
  .activities-grid__item {
    width: 100%;
    margin-right: 0 !important;
  }
}
/* Dual Content
----------------------------------------------- */
.dual-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dual-content > div {
  width: 48%;
  padding: 5rem 5rem 23%;
  background: rgba(255, 255, 255, 0.7);
}
.dual-content > div h3 {
  margin-bottom: 1em;
  font-size: 28px;
  text-align: center;
  letter-spacing: 1px;
}
.dual-content > div p {
  line-height: 1.8;
}

@media only screen and (max-width: 900px) {
  .dual-content > div {
    padding: 2rem 2rem 23%;
  }
  .dual-content > div h3 {
    font-size: 20px;
  }
  .dual-content > div p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 650px) {
  .dual-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dual-content > div {
    width: 100%;
    padding: 1rem 1rem 2rem;
  }
  .dual-content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
/* Gallery
----------------------------------------------- */
.gallery-slider .swiper-button-prev,
.gallery-slider .swiper-button-next {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.gallery-slider__slide.gallery-slider__slide--video {
  width: 551px;
}

.gallery-slider__slide.gallery-slider__slide--images {
  width: 150px;
}
.gallery-slider__slide.gallery-slider__slide--images a:first-child img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .gallery-slider__slide.gallery-slider__slide--video {
    width: 265px;
  }
  .gallery-slider__slide.gallery-slider__slide--video:after {
    font-size: 40px;
  }

  .gallery-slider__slide.gallery-slider__slide--images {
    width: 72px;
  }
  .gallery-slider__slide.gallery-slider__slide--images a:first-child img {
    margin-bottom: 5px;
  }
}
.youtube-thumbnail:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 80px;
  opacity: 0.7;
  -webkit-font-smoothing: antialiased;
}
.youtube-thumbnail:hover:after {
  color: #fa0202;
}

/* Map Container
----------------------------------------------- */
.map-container img {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.map-container.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.map-container.mobile img {
  width: 1100px;
}
.map-container.mobile > img {
  width: 50%;
  max-width: 400px;
  padding: 0 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 650px) {
  .map-container.mobile {
    display: block;
    text-align: center;
  }
  .map-container.mobile > img {
    width: 100%;
    max-width: 290px;
  }
}

.map-container__view {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .map-container__view {
    height: 300px;
    overflow: auto;
    border: 1px dashed rgba(0, 0, 0, 0.6);
  }
  .map-container__view img {
    max-width: 600px;
  }
  .map-container__view:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 7vw;
    top: 1.5vw;
    left: 2.5vw;
  }
}

.map-container__link {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 8px;
  color: #fff;
  background: #0b304d;
}
.map-container__link:after {
  margin-left: 0.7em;
}

/* Mountain Guide
----------------------------------------------- */
.mountain-guide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 2rem 3rem;
  color: #fff;
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.8);
}
.mountain-guide > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 30px;
  letter-spacing: 2px;
}
.mountain-guide > h3:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1.6px), white calc(50%), rgba(0, 0, 0, 0) calc(50% + 1.6px));
  flex-grow: 1;
  height: 1em;
  transform: skewX(-30deg);
  border-left: 2px solid;
  margin-left: 1em;
}
body.ie .mountain-guide > h3:after {
  background: none;
}
.mountain-guide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mountain-guide + .mountain-guide {
  margin-top: 2rem;
}
@media only screen and (max-width: 900px) {
  .mountain-guide {
    padding: 1.5rem 1.5rem 2rem;
  }
  .mountain-guide > h3 {
    margin-bottom: 2rem;
    font-size: 20px;
  }
  .mountain-guide > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.mountain-guide__map {
  margin-right: 2rem;
}
@media only screen and (max-width: 900px) {
  .mountain-guide__map {
    width: 250px;
    height: 100px;
    margin: 1rem auto 0;
  }
}

.mountain-guide__details {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid;
}
.mountain-guide__details img {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.mountain-guide__details img:first-child {
  border-right: 1px solid;
  padding-bottom: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 500px) {
  .mountain-guide__details {
    display: block;
    border-bottom: none;
  }
  .mountain-guide__details img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1.5rem;
  }
  .mountain-guide__details img:first-child {
    border-right: none;
    padding: 0;
  }
}

/* Split Table
----------------------------------------------- */
.split-table {
  text-align: center;
}
.split-table h3 {
  padding: 0.8em 1em;
  font-size: 20px;
  color: #fff;
  background: #1d5b8a;
}
.split-table h3:not(:first-child) {
  margin-top: 0.6rem;
}
.split-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
}
.split-table dt, .split-table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding: 1rem;
}
.split-table dt {
  border-right: 1px solid #fff;
  background-color: #afcbe3;
}
.split-table dd {
  border: 1px solid #c8ccd5;
  background-color: #fff;
}
.split-table small {
  font-size: 0.8em;
  font-weight: 300;
  font-style: italic;
}
.split-table p {
  margin-top: 0.5em;
  text-align: left;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .split-table h3 {
    padding: 0.6em 1em;
    font-size: 14px;
  }
  .split-table h3:not(:first-child) {
    margin-top: 0.4rem;
  }
  .split-table dt, .split-table dd {
    padding: 0.7rem 0.8rem;
    font-size: 13px;
  }
}

/* Hotel List
----------------------------------------------- */
.hotel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hotel-list__item {
  display: block;
  width: 18%;
  margin: 0 1% 2.5rem;
  padding: 1.5rem 0.8rem 1rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1200px) {
  .hotel-list__item {
    width: 31%;
    margin: 0 1% 2.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .hotel-list__item {
    width: 48%;
    margin: 0 0 1.8rem 4%;
    padding: 1rem 0.8rem;
  }
  .hotel-list__item:nth-child(odd) {
    margin-left: 0;
  }
}

.hotel-list__item h4 {
  margin-bottom: 0.6rem;
  min-height: 2.6em;
}

.list__item__img {
  position: relative;
  display: block;
  overflow: hidden;
}
.list__item__img.vk_badged:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/vk_badge.svg);
}
.list__item__img img {
  filter: brightness(1);
  transform: scale(1.01);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.list__item__img:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.list__item__linkbox {
  padding: 1rem 1.5rem;
  color: #fff;
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.8);
}
.list__item__linkbox .details, .list__item__linkbox .book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.6em 1em;
  min-height: 3.4em;
  border-radius: 8px;
  overflow: hidden;
}
.list__item__linkbox .details:hover, .list__item__linkbox .book:hover {
  filter: hue-rotate(45deg);
}
.list__item__linkbox .details + .book {
  margin-top: 5px;
}
.list__item__linkbox .details {
  background-color: #0b304d;
}
.list__item__linkbox .book {
  background-color: #1d5b8a;
}
@media only screen and (max-width: 600px) {
  .list__item__linkbox {
    padding: 1rem 0 0;
    font-style: 13px;
  }
  .list__item__linkbox .details, .list__item__linkbox .book {
    padding: 0.15em 1em;
    min-height: 3em;
  }
}

.hotel-list__legend {
  width: 100%;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  color: #0b304d;
}
.hotel-list__legend p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0.4em;
}
.hotel-list__legend img {
  width: 35px;
  margin-right: 1em;
}
@media only screen and (max-width: 600px) {
  .hotel-list__legend p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1em;
  }
  .hotel-list__legend img {
    margin: 0 0 1em;
  }
}

/* Banner Grid
----------------------------------------------- */
.banner-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 48%;
  padding: 1.6rem;
  overflow: hidden;
}
.banner-grid__item > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.banner-grid__item__textbox {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 1rem;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.8);
}
.banner-grid__item__textbox h3 {
  font-size: 1.3em;
  margin-bottom: 0.4em;
  padding: 0 0.2em 0.2em;
  border-bottom: 1px solid;
}
.banner-grid__item__textbox h4 {
  font-weight: 300;
}
.banner-grid__item__textbox em {
  font-size: 1.3em;
  font-weight: 600;
  font-style: normal;
}
.banner-grid__item__textbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.banner-grid__item__textbox:before {
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  transition: transform 400ms ease;
}
.banner-grid__item:hover .banner-grid__item__textbox:before {
  transform: scale(4);
}

@media only screen and (max-width: 900px) {
  .banner-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-grid__item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.8rem 1rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
  .banner-grid__item + .banner-grid__item {
    margin-top: 1rem;
  }
  .banner-grid__item__textbox {
    font-size: 13px;
  }
  .banner-grid__item:hover:hover .banner-grid__item__textbox:before {
    transform: none;
  }
}
/* Tabs
----------------------------------------------- */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tabs label {
  order: 1;
  display: block;
  width: calc(50% - 1px);
  margin-right: 1px;
  padding: 0.8rem 1rem;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #afcbe3;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -ms-transition: 200ms ease;
  transition: 200ms ease;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  border-top: 4px solid #0b304d;
  background: #fff;
}
.tabs input[type=radio] {
  display: none;
}
.tabs input[type=radio]:checked + label {
  background: #0b304d;
}
.tabs input[type=radio]:checked + label + .tab {
  display: block;
}
@media only screen and (max-width: 600px) {
  .tabs {
    display: block;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    background: #0b304d;
  }
  .tabs .tab {
    border-top: none;
  }
  .tabs .tab + input + label {
    margin-top: 2rem;
  }
}

/* SNS Container
----------------------------------------------- */
.sns-container {
  text-align: center;
}
.sns-container a:after {
  font-size: 48px;
  font-family: "Font Awesome 5 Brands";
}
.sns-container a.facebook:after {
  content: "";
}
.sns-container a.instagram:after {
  content: "";
}
.sns-container a.youtube:after {
  content: "";
}
.sns-container a:not(:first-child) {
  margin-left: 2.5rem;
}

@media only screen and (max-width: 900px) {
  .sns-container a:after {
    font-size: 38px;
  }
}
/* Trumps
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* Top Slider
----------------------------------------------- */
.hero-slider.swiper-container {
  padding-top: 65px;
  width: 100%;
}
.hero-slider.swiper-container .swiper-wrapper img {
  width: 100%;
}
.hero-slider.swiper-container.mobile > .swiper-pagination-bullets {
  bottom: 6%;
}
.hero-slider.swiper-container > .swiper-pagination-bullets {
  bottom: 10%;
}
.hero-slider.swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px !important;
  background: #fff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.hero-slider.swiper-container .swiper-pagination-bullet-active {
  background: #70b0d7;
}
.hero-slider.swiper-container .bottom-background {
  bottom: -2.5%;
}

.hero-slider__catch {
  position: absolute;
  z-index: 3;
  top: calc(50% + 32.5px);
  transform: translateY(-50%);
  right: 12%;
  font-size: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-align: right;
  letter-spacing: 5px;
  pointer-events: none;
  color: #0b304d;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(255, 255, 255, 0.6) 0px 0px 1px, rgba(255, 255, 255, 0.6) 0px 0px 1px, rgba(255, 255, 255, 0.6) 0px 0px 1px, rgba(255, 255, 255, 0.6) 0px 0px 1px, rgba(255, 255, 255, 0.6) 0px 0px 1px, rgba(255, 255, 255, 0.6) 0px 0px 1px, rgba(255, 255, 255, 0.6) 0px 0px 2px, rgba(255, 255, 255, 0.6) 0px 0px 2px, rgba(255, 255, 255, 0.6) 0px 0px 2px, rgba(255, 255, 255, 0.6) 0px 0px 2px, rgba(255, 255, 255, 0.6) 0px 0px 2px, rgba(255, 255, 255, 0.6) 0px 0px 2px, rgba(255, 255, 255, 0.6) 0px 0px 3px, rgba(255, 255, 255, 0.6) 0px 0px 3px, rgba(255, 255, 255, 0.6) 0px 0px 3px, rgba(255, 255, 255, 0.6) 0px 0px 3px, rgba(255, 255, 255, 0.6) 0px 0px 3px, rgba(255, 255, 255, 0.6) 0px 0px 3px;
}
.mobile .hero-slider__catch {
  top: calc(50% + 16.75px);
  right: 7%;
  font-size: 6vw;
  letter-spacing: 2px;
}

/* Kids Activities
----------------------------------------------- */
#kids-activities {
  background-color: #f0f5f9;
  padding-bottom: 0;
}

@media only screen and (max-width: 650px) {
  #kids-activities {
    padding-bottom: 23%;
  }
}
/* 3 Ski Areas (map)
----------------------------------------------- */
#three-ski-areas {
  background-color: #f0f5f9;
}
#three-ski-areas .section-title {
  margin-bottom: 1.5rem;
}

/* Mountain Guide
----------------------------------------------- */
#up-kannabe-guide {
  background-image: url(img/up_bg.jpg);
}
#up-kannabe-guide .mountain-guide__details img:first-child {
  padding-right: 0;
}

#oku-kannabe-guide {
  background-image: url(img/oku_bg.jpg);
}

#manba-guide {
  background-image: url(img/manba_bg.jpg);
}

/* Lift Tickets & Rental Prices
----------------------------------------------- */
#tickets-prices-tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#tickets-prices-tables > div {
  width: 48.5%;
  margin-bottom: 3.5rem;
}
#tickets-prices-tables > div:nth-child(even) {
  margin-left: 3%;
}
@media only screen and (max-width: 1200px) {
  #tickets-prices-tables {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  #tickets-prices-tables > div {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  #tickets-prices-tables > div:nth-child(even) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  #rent-table {
    position: relative;
  }
  #rent-table > * {
    position: relative;
    z-index: 2;
  }
  #rent-table:before, #rent-table:after {
    content: "";
    position: absolute;
    height: calc(100% + 50px);
    width: 50%;
    z-index: 1;
    top: -25px;
    background-size: auto 100%;
  }
  #rent-table:before {
    left: calc(-50% + 25px);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(img/man.svg);
  }
  #rent-table:after {
    right: calc(-50% + 25px);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(img/woman.svg);
  }
}
/* Accommodations
----------------------------------------------- */
#accommodations {
  background-color: #f0f5f9;
}

/* Getting Here (access)
----------------------------------------------- */
#getting-here {
  background-color: #e4edf5;
  overflow: hidden;
}
#getting-here .section-title {
  margin-bottom: 3rem;
}

.access-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 950px;
  font-weight: 300;
}
.access-content > div {
  position: relative;
  width: 450px;
  margin-left: auto;
  font-size: 16px;
}
.access-content .access-content__overview img {
  position: absolute;
  right: 100%;
  top: -40px;
  max-height: 170%;
  max-width: initial;
}
body.ie .access-content .access-content__overview img {
  width: 1132px !important;
  height: 757px !important;
  max-width: 1132px !important;
  max-height: 757px !important;
}
.access-content .access-content__zoomed {
  width: 100%;
  margin-top: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1200px) {
  .access-content {
    width: 100%;
    max-width: 700px;
    overflow: hidden;
  }
  .access-content > div {
    width: 300px;
    font-size: 14px;
  }
  .access-content .access-content__overview img {
    right: calc(100% - 40px);
    top: -20px;
    max-height: 120%;
  }
}
@media only screen and (max-width: 700px) {
  .access-content > div {
    width: 100%;
    font-size: 13px;
  }
  .access-content > div p {
    margin-top: 1.5rem;
  }
  .access-content .access-content__overview {
    overflow: hidden;
  }
  .access-content .access-content__overview img {
    position: relative;
    right: initial;
    top: initial;
    margin: 0 0 -30% -90%;
    width: 200%;
    max-width: unset;
  }
  .access-content .access-content__zoomed {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Public Transport */
.public-transport {
  text-align: center;
}
.public-transport p {
  padding: 0.4em 0;
}
.public-transport p em, .public-transport p span {
  line-height: 1.8;
}
.public-transport p span {
  font-weight: 800;
}
.public-transport > img {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.public-transport__destination {
  position: relative;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding: 2rem;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #487ea5;
}
.public-transport__destination:after {
  content: "";
  position: absolute;
  height: 2rem;
  top: -2rem;
  right: 50%;
  width: 1px;
  background: #487ea5;
}
.public-transport__destination span {
  display: block;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .public-transport p {
    padding: 1em;
    font-size: 0.8em;
    border: 1px solid #487ea5;
    background: #fff;
  }
  .public-transport div {
    position: relative;
    overflow: scroll;
  }
  .public-transport div:after {
    content: "";
    position: absolute;
    bottom: 0.2rem;
    left: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
    color: rgba(29, 91, 138, 0.8);
  }
  .public-transport div img {
    width: 800px;
    max-width: initial;
    padding: 1rem 1rem 0;
  }
  .public-transport > img {
    max-width: 100%;
  }
}

/* Bus Guide
----------------------------------------------- */
#bus-guide {
  background-color: #f0f5f9;
}
#bus-guide p {
  margin-bottom: 3rem;
}
#bus-guide input[type=radio]:checked + label + .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bus-guide .tab {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 2rem;
}
#bus-guide .tab > * {
  width: 48%;
}
#bus-guide .thick-button {
  margin-top: 2.5rem;
  text-align: center;
}
#bus-guide .thick-button a {
  display: inline-block;
  padding: 2rem 5rem;
  border-radius: 8px;
  color: #fff;
  background: #0b304d;
}
#bus-guide .thick-button a:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 600px) {
  #bus-guide .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem;
  }
  #bus-guide .tab > * {
    width: 100%;
  }
  #bus-guide .tab > *:last-child {
    margin-top: 1.5rem;
    border: 1px solid rgba(11, 48, 77, 0.4);
  }
  #bus-guide .thick-button a {
    padding: 1.5rem 3rem;
  }
}

/* Google Map
----------------------------------------------- */
#google-map {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 900px) {
  #google-map {
    height: 300px;
  }
}

/* Footer
----------------------------------------------- */
footer {
  padding: 4rem;
  color: #fff;
  background: #0b304d;
}
footer .contact-button {
  text-align: center;
}
footer .contact-button a {
  display: inline-block;
  padding: 1.5rem 6rem;
  font-size: 16px;
  border-radius: 8px;
  background: #ff931e;
}
footer .contact-button a span {
  display: block;
  margin-top: 0.2rem;
  font-style: italic;
  font-size: 0.8em;
  opacity: 0.9;
}
footer .contact-button a:hover {
  opacity: 0.9;
}
footer .sns-container {
  margin-top: 2.6rem;
}
footer img {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 3rem 2rem;
  }
  footer .contact-button a {
    padding: 1rem 2rem;
    font-size: 14px;
  }
  footer .sns-container {
    margin-top: 2rem;
  }
  footer img {
    margin-top: 2rem;
  }
}

/* Contact Page (Form)
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
body.contact-page .contact-button {
  display: none;
}

.contact-form {
  margin: 0 auto 50px;
  width: 1000px;
  padding: 0px 50px;
}
.contact-form input {
  border: 1px solid #d5d6dd;
  border-radius: 10px;
  height: 25px;
  padding: 0 10px;
}
.contact-form textarea {
  border: 1px solid #d5d6dd;
  border-radius: 10px;
  padding: 20px;
  font: Arial, Helvetica, "sans-serif";
}
.contact-form dl {
  text-align: left;
  display: table;
  width: 100%;
  border-bottom: 1px solid #d5d6dd;
  padding: 20px;
}
.contact-form dt {
  font-size: 16px;
  display: table-cell;
  width: 150px;
  vertical-align: middle;
}
.contact-form dd {
  display: table-cell;
  vertical-align: middle;
}
.contact-form select {
  border: 1px solid #d5d6dd;
}
.contact-form input#confirm, .contact-form input#back, .contact-form input#send {
  background-color: #ff931e;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  font-size: 18px;
  padding: 10px 30px;
  vertical-align: middle;
  height: auto;
  border: none;
}
.contact-form input#confirm:hover, .contact-form input#back:hover, .contact-form input#send:hover {
  opacity: 0.8;
  cursor: pointer;
}
.contact-form .required {
  font-weight: bold;
  font-size: 130%;
  color: #fa0202;
}
.contact-form .err_msg {
  color: #fa0202;
}
.contact-form #go-back {
  text-align: center;
}
.contact-form #go-back a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  background-color: #ff931e;
  border-radius: 10px;
  text-align: center;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .contact-form {
    margin: 0 auto;
    width: 90%;
    padding: 0;
  }
  .contact-form dl, .contact-form dt, .contact-form dd {
    display: block;
    width: 100%;
  }
  .contact-form dl {
    padding: 20px 0px;
  }
  .contact-form dt {
    margin-bottom: 5px;
  }
  .contact-form select {
    height: 30px;
    padding: 5px;
  }
  .contact-form button {
    background-color: #ff931e;
  }
}

.contact-form__header {
  margin-bottom: 3rem;
  padding: 2rem 2rem;
  font-family: "Raleway", sans-serif;
  color: #fff;
  background: #0b304d;
}
.contact-form__header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-form__header .inner img {
  max-width: 250px;
}
.contact-form__header .inner div {
  margin-top: 2rem;
  margin-left: 3rem;
}
.contact-form__header .inner h1 {
  font-size: 42px;
}
.contact-form__header .inner h2 {
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 550px) {
  .contact-form__header .inner {
    text-align: center;
  }
  .contact-form__header .inner img {
    display: none;
  }
  .contact-form__header .inner div {
    margin: 0;
  }
  .contact-form__header .inner h1 {
    font-size: 32px;
  }
}

/* Internet Explorer Code
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
body.ie #flag,
body.ie .hero-slider.swiper-container .bottom-background {
  display: none;
}

/*# sourceMappingURL=style.css.map */

/*---2024年度追加style--*/
.nu-mob-vid, .nu-catch-vid {
    width: 100%;
}
.nu-catch-vid > div {
    position: relative;
    padding-bottom: 56%;
    padding-bottom: Min(56%, 100vh);
    overflow: hidden;
}
.nu-catch-vid iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
}

.activities_slide .swiper-slide .img{
  position: relative;
}
.activities_slide .swiper-slide .img::before{
  display: block;
  background-image: url(./img/bnr_coming-soon.png);
  content: "";
  width: 183px;
  height: 183px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
body.tc-kannabe .activities_slide .swiper-slide .img::before{
  background-image: url(/tc/kannabe-lp-2024/img/bnr_coming-soon.png);
}

.activities_slide .swiper-slide.ss1 .img::before, 
.activities_slide .swiper-slide.ss5 .img::before,
.activities_slide .swiper-slide.ss6 .img::before,
.activities_slide .swiper-slide.ss7 .img::before{
   display: none;
}
/*中国語版*/
/*body.tc-kannabe .activities_slide .swiper-slide .img::before{
  display: none;
}*/

.subtit{
    font-weight: 800;
    font-size: 3em;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px solid #0B304D;
    width: 50%;
    padding: 0px 0px 20px;
}
body.kannabe2022 .swiper-container.activities_slide{
  padding-top: 30px;
}

section.rental{
  text-align: center;
}

@media only screen and (max-width: 900px){
  body.kannabe2022 .kinosaki-about {
    padding: 30px 0px;
  }
  body.kannabe2022 .kinosaki-good .good-ul{
    padding: 30px 0 40px 0;
  }
  body.kannabe2022 #activities{
    padding: 60px 0px;
  }
}


@media screen and (max-width: 768px) {
  .subtit{
    font-size: 2.3em;
    width: 80%;
    margin: 0px auto;
  }
}

