@charset "UTF-8";
/* Responsive
============================================================= */
/* px(spacer用) */
/* Exclude
============================================================= */
/* map-get
============================================================= */
/*
	color
	$clr: ( main: #000 );
*/
/*
	font
	$font: ( l: 'FONTNAME L' );
*/
/* 文字列を数値化
========================================================================== */
/* INITIAL SET
============================================================= */
/*
  mediaquery
*/
/*
  clearfix
*/
/*
  contents
*/
/*
  個数に応じたスタイル
*/
/*
  clamp
  @include clamp($min: 10, $base: 26, $max: 30);
*/
/*
  textCrop
  @include textCrop($line-height:1.2);
*/
/*
  Smooth corner effect
  @include smoothCorner($cornerVal: 90%);

  ## html
  <div class="smoothCorner">
    <!-- <i></i> -->
  </div>

  ## css
  .smoothCorner {
    position: relative;
    background: #fff;
    @include smoothCorner(65%);
    margin: rem(50) auto;
    @include mq-pc {
      width: rem(100);
      height: rem(100);
    }
    @include mq-sp {
      width: rem(80);
      height: rem(80);
    }

    // iconとか配置したい時は個別に
    // i {
    //   position: absolute;
    //   top: 50%;
    //   left: 50%;
    //   transform: translate(-50%, -50%);
    //   @include svg_icon;
    //   @include mq-pc {
    //     width: rem(80);
    //     height: rem(80);
    //   }
    //   @include mq-sp {
    //     width: rem(50);
    //     height: rem(50);
    //   }
    // }
  }
*/
/*
  focusRing
*/
/* base
============================================================= */
/* Canvas Size
============================================================= */
/* Contents Width
============================================================= */
/* PC Responsive Width
============================================================= */
/* Font
============================================================= */
/* Color
============================================================= */
/* Font Level
========================================================================== */
/* Space Level
========================================================================== */
:root {
  --zoom-level: 1;
  --base-pc: 1366;
  --base-sp: 375;
  --base-min: 768;
  --base-max: 1366;
  --pc-size: var(--base-pc);
  --sp-size: var(--base-sp); }

/* reset
============================================================= */
:where(html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video) {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

:where(body) {
  line-height: 1; }

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

:where(ul) {
  list-style: none; }

:where(blockquote, q) {
  quotes: none; }

:where(blockquote:before, blockquote:after, q:before, q:after) {
  content: none; }

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

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

:where(mark) {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

:where(del) {
  text-decoration: line-through; }

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

:where(table) {
  border-collapse: collapse;
  border-spacing: 0; }

:where(hr) {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

:where(input, select) {
  vertical-align: middle; }

/* base
============================================================= */
html,
body {
  min-height: 100%; }

html {
  color: #000;
  overflow-y: scroll;
  scroll-behavior: smooth; }
  @media not screen and (min-width: 767px) {
    html {
      font-size: calc(100vw / calc(var(--base-sp) / 100)); }
      html[data-device='mobile'] {
        font-size: calc(625% * calc(var(--sp-size) / var(--base-sp))); }
      html[data-device='pc'] {
        font-size: calc(calc(100vw * var(--zoom-level)) / calc(var(--base-sp) / 100)); } }
  @media screen and (min-width: 767px) {
    html {
      font-size: calc(625% * calc(var(--base-min) / var(--base-pc))); } }
  @media screen and (min-width: 768px) {
    html {
      font-size: calc(calc(100vw * var(--zoom-level)) / calc(var(--base-pc) / 100)); }
      html[data-device='tablet'] {
        font-size: calc(625% * calc(var(--pc-size) / var(--base-pc))); } }
  @media screen and (min-width: 1366px), print {
    html {
      font-size: calc(625% * calc(var(--base-max) / var(--base-pc))); } }
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 160%;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  position: relative;
  background-color: #ECFAFF; }
  body * {
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%; }
  @media screen and (min-width: 767px) {
    body {
      font-size: 0.16rem;
      line-height: 1.6; }
      body.-pcMenu.-menuOpen {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh; } }
  @media not screen and (min-width: 767px) {
    body {
      font-size: 0.14rem;
      line-height: 1.6; }
      body.-menuOpen {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh; } }
#main {
  display: block; }

a {
  color: #000;
  text-decoration: none;
  /* blank */
  /* pdf */ }
  a:hover {
    text-decoration: none; }

img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top; }

table th img,
table td img {
  vertical-align: middle; }

/* ベース初期セット
============================================================= */
/*
  --widthPc / --widthSp
  style="--widthPc: 00; --widthSp: 00;"
*/
@media screen and (min-width: 767px) {
  *[style*="--widthPc"] {
    width: calc(var(--widthPc)/100*1rem); } }

@media not screen and (min-width: 767px) {
  *[style*="--widthSp"] {
    width: calc(var(--widthSp)/100*1rem); } }

/*
  telLink
*/
@media screen and (min-width: 767px) {
  .telLink {
    color: #000;
    pointer-events: none;
    text-decoration: none; } }

@media not screen and (min-width: 767px) {
  .telLink {
    text-decoration: underline; } }

/* modifier
============================================================= */
/*
  display
*/
@media screen and (min-width: 767px) {
  .-pcItem {
    display: block; } }

@media not screen and (min-width: 767px) {
  .-pcItem {
    display: none !important; } }

@media screen and (min-width: 767px) {
  br.-pcItem {
    display: inline !important; } }

@media screen and (min-width: 767px) {
  .-spItem {
    display: none !important; } }

@media not screen and (min-width: 767px) {
  .-spItem {
    display: block; } }

@media not screen and (min-width: 767px) {
  br.-spItem {
    display: inline !important; } }

/*
  margin
*/
@media screen and (min-width: 767px) {
  .-mt0 {
    margin-top: 0rem; } }

@media not screen and (min-width: 767px) {
  .-mt0 {
    margin-top: 0rem; } }

@media screen and (min-width: 767px) {
  .-mt5 {
    margin-top: 0.05rem; } }

@media not screen and (min-width: 767px) {
  .-mt5 {
    margin-top: 0.05rem; } }

@media screen and (min-width: 767px) {
  .-mt10 {
    margin-top: 0.1rem; } }

@media not screen and (min-width: 767px) {
  .-mt10 {
    margin-top: 0.1rem; } }

@media screen and (min-width: 767px) {
  .-mt15 {
    margin-top: 0.15rem; } }

@media not screen and (min-width: 767px) {
  .-mt15 {
    margin-top: 0.15rem; } }

@media screen and (min-width: 767px) {
  .-mt20 {
    margin-top: 0.2rem; } }

@media not screen and (min-width: 767px) {
  .-mt20 {
    margin-top: 0.2rem; } }

@media screen and (min-width: 767px) {
  .-mt25 {
    margin-top: 0.25rem; } }

@media not screen and (min-width: 767px) {
  .-mt25 {
    margin-top: 0.25rem; } }

@media screen and (min-width: 767px) {
  .-mt30 {
    margin-top: 0.3rem; } }

@media not screen and (min-width: 767px) {
  .-mt30 {
    margin-top: 0.3rem; } }

@media screen and (min-width: 767px) {
  .-mt35 {
    margin-top: 0.35rem; } }

@media not screen and (min-width: 767px) {
  .-mt35 {
    margin-top: 0.35rem; } }

@media screen and (min-width: 767px) {
  .-mt40 {
    margin-top: 0.4rem; } }

@media not screen and (min-width: 767px) {
  .-mt40 {
    margin-top: 0.4rem; } }

@media screen and (min-width: 767px) {
  .-mt45 {
    margin-top: 0.45rem; } }

@media not screen and (min-width: 767px) {
  .-mt45 {
    margin-top: 0.45rem; } }

@media screen and (min-width: 767px) {
  .-mt50 {
    margin-top: 0.5rem; } }

@media not screen and (min-width: 767px) {
  .-mt50 {
    margin-top: 0.5rem; } }

@media screen and (min-width: 767px) {
  .-mt55 {
    margin-top: 0.55rem; } }

@media not screen and (min-width: 767px) {
  .-mt55 {
    margin-top: 0.55rem; } }

@media screen and (min-width: 767px) {
  .-mt60 {
    margin-top: 0.6rem; } }

@media not screen and (min-width: 767px) {
  .-mt60 {
    margin-top: 0.6rem; } }

@media screen and (min-width: 767px) {
  .-mb0 {
    margin-bottom: 0rem; } }

@media not screen and (min-width: 767px) {
  .-mb0 {
    margin-bottom: 0rem; } }

@media screen and (min-width: 767px) {
  .-mb5 {
    margin-bottom: 0.05rem; } }

@media not screen and (min-width: 767px) {
  .-mb5 {
    margin-bottom: 0.05rem; } }

@media screen and (min-width: 767px) {
  .-mb10 {
    margin-bottom: 0.1rem; } }

@media not screen and (min-width: 767px) {
  .-mb10 {
    margin-bottom: 0.1rem; } }

@media screen and (min-width: 767px) {
  .-mb15 {
    margin-bottom: 0.15rem; } }

@media not screen and (min-width: 767px) {
  .-mb15 {
    margin-bottom: 0.15rem; } }

@media screen and (min-width: 767px) {
  .-mb20 {
    margin-bottom: 0.2rem; } }

@media not screen and (min-width: 767px) {
  .-mb20 {
    margin-bottom: 0.2rem; } }

@media screen and (min-width: 767px) {
  .-mb25 {
    margin-bottom: 0.25rem; } }

@media not screen and (min-width: 767px) {
  .-mb25 {
    margin-bottom: 0.25rem; } }

@media screen and (min-width: 767px) {
  .-mb30 {
    margin-bottom: 0.3rem; } }

@media not screen and (min-width: 767px) {
  .-mb30 {
    margin-bottom: 0.3rem; } }

@media screen and (min-width: 767px) {
  .-mr0 {
    margin-right: 0rem; } }

@media not screen and (min-width: 767px) {
  .-mr0 {
    margin-right: 0rem; } }

@media screen and (min-width: 767px) {
  .-mr5 {
    margin-right: 0.05rem; } }

@media not screen and (min-width: 767px) {
  .-mr5 {
    margin-right: 0.05rem; } }

@media screen and (min-width: 767px) {
  .-mr10 {
    margin-right: 0.1rem; } }

@media not screen and (min-width: 767px) {
  .-mr10 {
    margin-right: 0.1rem; } }

@media screen and (min-width: 767px) {
  .-mr15 {
    margin-right: 0.15rem; } }

@media not screen and (min-width: 767px) {
  .-mr15 {
    margin-right: 0.15rem; } }

@media screen and (min-width: 767px) {
  .-mr20 {
    margin-right: 0.2rem; } }

@media not screen and (min-width: 767px) {
  .-mr20 {
    margin-right: 0.2rem; } }

@media screen and (min-width: 767px) {
  .-ml0 {
    margin-left: 0rem; } }

@media not screen and (min-width: 767px) {
  .-ml0 {
    margin-left: 0rem; } }

@media screen and (min-width: 767px) {
  .-ml5 {
    margin-left: 0.05rem; } }

@media not screen and (min-width: 767px) {
  .-ml5 {
    margin-left: 0.05rem; } }

@media screen and (min-width: 767px) {
  .-ml10 {
    margin-left: 0.1rem; } }

@media not screen and (min-width: 767px) {
  .-ml10 {
    margin-left: 0.1rem; } }

@media screen and (min-width: 767px) {
  .-ml15 {
    margin-left: 0.15rem; } }

@media not screen and (min-width: 767px) {
  .-ml15 {
    margin-left: 0.15rem; } }

@media screen and (min-width: 767px) {
  .-ml20 {
    margin-left: 0.2rem; } }

@media not screen and (min-width: 767px) {
  .-ml20 {
    margin-left: 0.2rem; } }

/*
  padding
*/
@media screen and (min-width: 767px) {
  .-pcPadding {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media not screen and (min-width: 767px) {
  .-spPadding {
    padding-left: 0.2rem;
    padding-right: 0.2rem; } }

/*
  text-align
*/
.-textRight {
  text-align: right; }

.-textCenter {
  text-align: center; }

.-textLeft {
  text-align: left; }

/* inview（視差効果OFF対策）
============================================================= */
@media (prefers-reduced-motion: reduce) {
  .inview {
    opacity: 1 !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
    transition-delay: 0s !important;
    animation-delay: 0s !important; }
    .inview * {
      opacity: 1 !important;
      transition-duration: 0s !important;
      animation-duration: 0s !important;
      transition-delay: 0s !important;
      animation-delay: 0s !important; } }

@media (prefers-reduced-motion: reduce) {
  .-inviewed {
    opacity: 1 !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
    transition-delay: 0s !important;
    animation-delay: 0s !important; }
    .-inviewed * {
      opacity: 1 !important;
      transition-duration: 0s !important;
      animation-duration: 0s !important;
      transition-delay: 0s !important;
      animation-delay: 0s !important; } }

/* Accessibility
----------------------------------------------- */
.screenReaderText {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important; }

.skipItem {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 2000; }
  .skipItem a {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    font-weight: bold;
    height: 1px;
    width: 100%;
    transform: translateY(-1rem);
    transition: transform 0.25s ease;
    text-indent: -9999px; }
    .skipItem a:focus-within {
      transform: translateY(0);
      text-indent: initial;
      height: auto; }
    @media not screen and (min-width: 767px) {
      .skipItem a {
        outline: auto;
        position: absolute;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); } }
/* print（印刷対応）
============================================================= */
@media print {
  body {
    width: 13.66rem;
    zoom: 0.8; }
  .inview {
    opacity: 1 !important; } }

/* footer
============================================================= */
#footer {
  background-color: #FFF;
  text-align: center;
  padding: 0.1rem;
  font-size: 0.12rem; }

#pageTopBtn {
  position: fixed;
  bottom: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
  display: none;
  /* 最初は非表示 */
  z-index: 99; }
  #pageTopBtn:hover {
    opacity: 1; }
  #pageTopBtn img {
    width: 1rem; }

/* form
============================================================= */
/*
  vars
*/
/*
  reset
*/
input,
textarea,
label {
  vertical-align: middle; }
  input:focus,
  textarea:focus,
  label:focus {
    border-color: #0570c7; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bababa; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bababa; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bababa; }

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }
  input::-ms-clear {
    visibility: hidden; }
  input::-ms-reveal {
    visibility: hidden; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none; }
  select::-ms-expand {
    background-color: transparent;
    border: 0;
    display: none; }
  select:focus {
    border-color: #0570c7; }

textarea {
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  width: 100%; }

button,
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent; }
  button:focus:not(:focus-visible),
  input[type="submit"]:focus:not(:focus-visible) {
    outline: none; }

input[type="file"]:focus-visible,
[role="button"]:focus-visible {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  outline-offset: 0px; }

/*
  input
*/
.input {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .input {
      padding: 0 0.2rem;
      height: 0.8rem;
      font-size: 0.18rem; } }
  @media not screen and (min-width: 767px) {
    .input {
      font-size: 0.16rem;
      font-size: clamp(16px, 0.16rem, 0.16rem);
      height: 0.6rem;
      padding: 0 0.15rem; } }
/* ラジオボタン */
.input.-radio {
  display: inline-block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }
  .input.-radio + label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative; }
    @media not screen and (min-width: 767px) {
      .input.-radio + label {
        font-size: 0.16rem;
        font-size: clamp(16px, 0.16rem, 0.16rem);
        line-height: 1.3; } }
    .input.-radio + label:last-of-type {
      margin-right: 0; }
    .input.-radio + label:before {
      background: #fff;
      border: 1px solid #000;
      border-radius: 50%;
      content: '';
      display: inline-block;
      position: relative;
      vertical-align: top;
      cursor: pointer;
      box-sizing: border-box; }
      @media screen and (min-width: 767px) {
        .input.-radio + label:before {
          min-width: 0.24rem;
          width: 0.24rem;
          height: 0.24rem;
          margin-right: 0.1rem; } }
      @media not screen and (min-width: 767px) {
        .input.-radio + label:before {
          width: 0.2rem;
          height: 0.2rem;
          margin-right: 0.08rem; } }
    .input.-radio + label::after {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%3E%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
      @media screen and (min-width: 767px) {
        .input.-radio + label::after {
          background-size: 0.14rem auto;
          width: 0.24rem;
          height: 0.24rem; } }
      @media not screen and (min-width: 767px) {
        .input.-radio + label::after {
          background-size: 0.12rem auto;
          width: 0.2rem;
          height: 0.2rem; } }
  .input.-radio:checked + label::after {
    opacity: 1; }
  .input.-radio:focus + label::before {
    border: 1px solid #000; }
  .input.-radio:focus-visible + label {
    outline: auto;
    outline: auto -webkit-focus-ring-color; }
  .input.-radio:disabled + label::before {
    border-color: #f9f9f9;
    background: #f9f9f9; }

/* チェックボックス */
.input.-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }
  .input.-checkbox + label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 0.27rem; }
    .input.-checkbox + label:before {
      background: #fff;
      border: 1px solid #000;
      content: '';
      display: block;
      position: absolute;
      cursor: pointer;
      left: 0;
      width: 0.17rem;
      height: 0.17rem;
      top: 0.02rem; }
    .input.-checkbox + label::after {
      content: '';
      background: transparent;
      display: block;
      position: absolute;
      opacity: 0;
      border-left: 2px solid #fff;
      border-bottom: 4px solid #fff;
      border-top: 1px solid transparent;
      border-right: 1px solid transparent;
      transform: rotate(-45deg) scaleY(0.5);
      width: 0.1rem;
      height: 0.1rem;
      left: 0.03rem;
      top: 0.02rem; }
  .input.-checkbox:checked + label::before {
    background-color: #000;
    border: 1px solid #000; }
  .input.-checkbox:checked + label::after {
    opacity: 1; }
  .input.-checkbox:focus + label::before {
    border: 1px solid #000;
    border-color: #000; }
  .input.-checkbox:focus-visible + label {
    outline: auto;
    outline: auto -webkit-focus-ring-color; }
  .input.-checkbox:disabled + label::before {
    border-color: #f9f9f9;
    background: #f9f9f9; }

/*
  select
*/
.select {
  background: #fff;
  border: 1px solid #000;
  line-height: 1.2;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .select {
      height: 0.8rem;
      font-size: 0.18rem;
      padding: 0 0.4rem 0 0.2rem; } }
  @media not screen and (min-width: 767px) {
    .select {
      font-size: 0.16rem;
      font-size: clamp(16px, 0.16rem, 0.16rem);
      height: 0.6rem;
      padding: 0 0.4rem 0 0.15rem; } }
.selectWrap {
  display: inline-flex;
  position: relative; }
  @media not screen and (min-width: 767px) {
    .selectWrap {
      width: 100%; } }
  .selectWrap::after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    bottom: 0.04rem;
    top: 0;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    width: 0.08rem;
    height: 0.08rem;
    right: 0.17rem; }

/*
  textarea
*/
.textarea {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .textarea {
      font-size: 0.18rem;
      min-height: 2.5rem;
      padding: 0.2rem; } }
  @media not screen and (min-width: 767px) {
    .textarea {
      font-size: 0.16rem;
      font-size: clamp(16px, 0.16rem, 0.16rem);
      min-height: 1.6rem;
      padding: 0.15rem; } }
/*
  inputWrap
*/
.inputWrap {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.1rem;
  /* modifier */ }
  .inputWrap > div {
    margin-bottom: 0.1rem;
    position: relative; }
    .inputWrap > div:not(:last-child) {
      margin-right: 0.2rem; }
  .inputWrap.-center {
    align-items: center; }
  .inputWrap.-marginSmall > div:not(:last-child) {
    margin-right: 0.1rem; }
  .inputWrap.-block {
    display: block; }
    .inputWrap.-block > div {
      margin-right: 0; }
      .inputWrap.-block > div:not(:last-child) {
        margin-bottom: 0.1rem; }
    .inputWrap.-block label {
      display: block !important; }
  @media not screen and (min-width: 767px) {
    .inputWrap.-spBlock {
      display: block; }
      .inputWrap.-spBlock > div {
        margin-right: 0; }
        .inputWrap.-spBlock > div:not(:last-child) {
          margin-bottom: 0.1rem; } }
/*
  parts
*/
/* postalButton */
.postalButton {
  background-color: #000;
  color: #fff; }
  @media screen and (min-width: 767px) {
    .postalButton {
      font-size: 0.12rem;
      padding: 0.06rem 0.1rem; }
      .postalButton br {
        display: none; } }
  @media not screen and (min-width: 767px) {
    .postalButton {
      font-size: 0.11rem;
      padding: 0.03rem 0.1rem;
      line-height: 1.3; } }
  .postalButton:focus-visible {
    outline: auto;
    outline: auto -webkit-focus-ring-color;
    outline-offset: 2px; }

/*
  error
*/
ul.error {
  background-color: rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 767px) {
    ul.error {
      padding: 0.2rem; } }
  @media not screen and (min-width: 767px) {
    ul.error {
      padding: 0.15rem; } }
  ul.error a {
    text-decoration: underline; }
    @media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      ul.error a:hover {
        text-decoration: none; } }
  ul.error + * {
    margin-top: 0.2rem; }

/*
  formTable
*/
.formTable {
  background-color: #fff;
  border-top: 1px solid #c9d2cd;
  table-layout: fixed;
  width: 100%; }
  @media not screen and (min-width: 767px) {
    .formTable {
      display: block; }
      .formTable tbody, .formTable tr, .formTable th, .formTable td {
        display: block; } }
  .formTable tr.-verTop th,
  .formTable tr.-verTop td {
    vertical-align: top !important; }
  .formTable th,
  .formTable td {
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle; }
    @media screen and (min-width: 767px) {
      .formTable th,
      .formTable td {
        padding: 0.2rem 0.25rem; } }
    @media not screen and (min-width: 767px) {
      .formTable th,
      .formTable td {
        padding: 0.15rem; } }
  .formTable th {
    font-weight: 700; }
    @media screen and (min-width: 767px) {
      .formTable th {
        font-size: 0.18rem;
        width: 28%; } }
    @media not screen and (min-width: 767px) {
      .formTable th {
        border-bottom: none;
        font-size: 0.17rem; } }
    .formTable th.required > span {
      background-color: red;
      display: inline-block;
      position: relative; }
      @media screen and (min-width: 767px) {
        .formTable th.required > span {
          padding-right: 0.71rem; } }
      @media not screen and (min-width: 767px) {
        .formTable th.required > span {
          padding-right: 0.568rem; } }
  .formTable td {
    letter-spacing: .03em; }
    @media screen and (min-width: 767px) {
      .formTable td {
        font-size: 0.16rem;
        width: 72%; } }
    @media not screen and (min-width: 767px) {
      .formTable td {
        font-size: 0.15rem; } }
    .formTable td span.note {
      display: block;
      color: red; }
      @media screen and (min-width: 767px) {
        .formTable td span.note {
          font-size: 0.13rem;
          margin-top: 0.1rem; } }
      @media not screen and (min-width: 767px) {
        .formTable td span.note {
          font-size: 0.11rem;
          margin-top: 0.08rem; } }
    .formTable td span.error {
      display: block;
      color: red; }
      @media screen and (min-width: 767px) {
        .formTable td span.error {
          margin-top: 0.15rem; } }
      @media not screen and (min-width: 767px) {
        .formTable td span.error {
          margin-top: 0.15rem; } }
/*
  formLabel:必須ラベル
*/
.formLabelParent {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between; }

.formLabel {
  display: inline-block;
  font-size: 0.12rem;
  line-height: 1;
  margin-left: 0.1rem;
  padding: 0.03rem 0.05rem;
  white-space: nowrap; }
  .formLabel.-required {
    color: #fff;
    background-color: red; }

/*
  formPrivacy
*/
* + .formPrivacy {
  margin-top: 0.4rem; }

.formPrivacy__title {
  font-weight: 700; }
  @media screen and (min-width: 767px) {
    .formPrivacy__title {
      font-size: 0.18rem; } }
  @media not screen and (min-width: 767px) {
    .formPrivacy__title {
      font-size: 0.16rem; } }
  .formPrivacy__title + * {
    margin-top: 0.15rem; }

.formPrivacy__contents {
  background-color: #eee;
  height: 2rem;
  overflow-y: scroll;
  padding: 0.3rem 0.35rem;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 767px) {
    .formPrivacy__contents {
      font-size: 0.14rem; } }
  .formPrivacy__contents[tabindex="0"]:focus-visible {
    outline: auto;
    outline: auto -webkit-focus-ring-color;
    outline-offset: 0px; }

/*
  formButton
*/
.formButton {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 767px) {
    .formButton {
      margin-top: 0.5rem; } }
  @media not screen and (min-width: 767px) {
    .formButton {
      margin-top: 0.3rem; } }
  @media screen and (min-width: 767px) {
    .formButton > *:not(:last-child) {
      margin-right: 0.2rem; } }
  @media not screen and (min-width: 767px) {
    .formButton > *:not(:last-child) {
      margin-right: 0.15rem; } }
  @media screen and (min-width: 767px) {
    .formButton .button {
      min-width: 3.2rem; } }
/* header
============================================================= */
/* keyframes
============================================================= */
/*
  fadeIn
*/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* attractive
============================================================= */
#attractive {
  text-align: center;
  /* 中央スライド（拡大） */
  /* 前後のスライド（縮小） */
  /* メインスライドを最前面に */
  /* 前のスライドを中間に */
  /* 次のスライドを一番後ろに */ }
  @media not screen and (min-width: 767px) {
    #attractive {
      margin-bottom: -0.1rem; } }
  @media screen and (min-width: 767px) {
    #attractive {
      background: #ECFAFF url(/lp/osaka-sightseeing/img/attractive_bg@2x.png) no-repeat bottom;
      background-size: contain;
      padding-bottom: 1.4rem; } }
  @media not screen and (min-width: 767px) {
    #attractive {
      background: #ECFAFF url(/lp/osaka-sightseeing/img/attractive_bg@sp.png) no-repeat bottom;
      background-size: contain;
      padding-bottom: 2rem; } }
  #attractive h2 + p {
    font-weight: 600; }
    @media screen and (min-width: 767px) {
      #attractive h2 + p {
        font-size: 0.32rem;
        margin-bottom: 0.2rem; } }
    @media not screen and (min-width: 767px) {
      #attractive h2 + p {
        font-size: 0.21rem; } }
  #attractive .swiper {
    width: 100%; }
    @media screen and (min-width: 767px) {
      #attractive .swiper {
        height: 700px; } }
    @media not screen and (min-width: 767px) {
      #attractive .swiper {
        height: 240px; } }
  #attractive .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease; }
  #attractive .swiper-slide img {
    width: 100%;
    max-width: 800px;
    /* 最大サイズの上限だけ設定 */
    height: auto;
    aspect-ratio: 10 / 7;
    object-fit: cover;
    border-radius: 0.12rem;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  #attractive .swiper-slide-active img {
    transform: scale(1.8); }
  #attractive .swiper-slide-prev img,
  #attractive .swiper-slide-next img {
    transform: scale(1.4); }
  #attractive .swiper-slide-active {
    z-index: 3; }
  #attractive .swiper-slide-prev {
    z-index: 2; }
  #attractive .swiper-slide-next {
    z-index: 1; }
  #attractive .swiper-pagination {
    margin-top: 0;
    position: static;
    /* absoluteを解除 */
    text-align: center; }
    #attractive .swiper-pagination .swiper-pagination-bullet {
      width: 0.24rem;
      height: 0.24rem;
      background-color: #FFF;
      border: #086EC3 solid 2px;
      opacity: 1;
      margin: 0 0.1rem; }
    #attractive .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #086EC3; }

/* busstop
============================================================= */
#busstop {
  margin-bottom: 1rem;
  text-align: center; }
  #busstop h2 {
    margin-bottom: 0.4rem; }
  #busstop h3 {
    font-weight: 900;
    color: #086EC3; }
    @media screen and (min-width: 767px) {
      #busstop h3 {
        font-size: 0.32rem; } }
    @media not screen and (min-width: 767px) {
      #busstop h3 {
        font-size: 0.21rem; } }
    #busstop h3 + p {
      margin-bottom: 0.2rem; }
      @media screen and (min-width: 767px) {
        #busstop h3 + p {
          font-size: 0.18rem; } }
      @media not screen and (min-width: 767px) {
        #busstop h3 + p {
          font-size: 0.16rem; } }
  #busstop .boarding-map {
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 767px) {
      #busstop .boarding-map iframe {
        width: 1000px;
        height: 600px; } }
    @media not screen and (min-width: 767px) {
      #busstop .boarding-map iframe {
        width: 414px;
        height: 248px; } }
/* calendar
============================================================= */
#calendar {
  margin-bottom: 1rem;
  text-align: center; }
  #calendar h2 {
    margin-bottom: 0.4rem; }
  @media screen and (min-width: 767px) {
    #calendar #calendarList {
      display: flex;
      justify-content: center; } }
  #calendar #calendarList li a {
    padding: 0.16rem 0.7rem 0.16rem 0.6rem;
    background-color: #FFF;
    border-radius: 0.5rem;
    color: #FFF;
    font-weight: 900;
    position: relative;
    line-height: normal;
    transition: opacity 0.3s ease; }
    @media screen and (min-width: 767px) {
      #calendar #calendarList li a {
        display: inline-block;
        font-size: 0.26rem; } }
    @media not screen and (min-width: 767px) {
      #calendar #calendarList li a {
        display: block;
        font-size: 0.2rem; } }
    #calendar #calendarList li a:hover {
      opacity: 0.6; }
    #calendar #calendarList li a::after {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url("/trans/lp/osaka-sightseeing/img/icon_pdf.svg");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 0.24rem;
      transform: translateY(-50%); }
  @media screen and (min-width: 767px) {
    #calendar #calendarList li.-day {
      margin-right: 0.4rem; } }
  @media not screen and (min-width: 767px) {
    #calendar #calendarList li.-day {
      margin-bottom: 0.2rem; } }
  #calendar #calendarList li.-day a {
    background-color: #E78300; }
  #calendar #calendarList li.-night a {
    background-color: #003F73; }

/* contact
============================================================= */
#contact {
  margin-bottom: 1rem; }
  #contact h2 + p {
    text-align: center;
    margin-bottom: 0.4rem; }
  #contact .-box {
    border: #C7D6DC solid 1px;
    border-radius: 0.08rem;
    background-color: #FFF; }
    @media screen and (min-width: 767px) {
      #contact .-box {
        padding: 0.64rem 0.4rem; } }
    @media not screen and (min-width: 767px) {
      #contact .-box {
        padding: 0.32rem 0.16rem; } }
    #contact .-box .-tel {
      text-align: center; }
      #contact .-box .-tel .-number a {
        font-weight: 900;
        color: #086EC3;
        text-align: center;
        line-height: 1.0; }
        @media screen and (min-width: 767px) {
          #contact .-box .-tel .-number a {
            font-size: 0.48rem; } }
        @media not screen and (min-width: 767px) {
          #contact .-box .-tel .-number a {
            font-size: 0.4rem; } }
      #contact .-box .-tel .-time {
        font-size: 0.21rem;
        text-align: center; }
  #contact #-reserve {
    margin-bottom: 0.3rem; }
    @media screen and (min-width: 767px) {
      #contact #-reserve {
        display: flex; } }
    @media screen and (min-width: 767px) {
      #contact #-reserve .-left {
        width: 50%;
        border-right: #086EC3 solid 1px;
        padding: 0 0.32rem; } }
    @media not screen and (min-width: 767px) {
      #contact #-reserve .-left {
        margin-bottom: 0.64rem;
        text-align: center;
        position: relative; } }
    @media not screen and (min-width: 767px) {
      #contact #-reserve .-left::before {
        content: '';
        width: 0.7rem;
        height: 0.01rem;
        background-color: #086EC3;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -0.32rem; } }
    #contact #-reserve .-left .-ttl {
      font-weight: 900;
      color: #086EC3; }
      @media screen and (min-width: 767px) {
        #contact #-reserve .-left .-ttl {
          font-size: 0.3rem; } }
      @media not screen and (min-width: 767px) {
        #contact #-reserve .-left .-ttl {
          font-size: 0.26rem; } }
    @media screen and (min-width: 767px) {
      #contact #-reserve .-right {
        width: 50%; } }
  @media screen and (min-width: 767px) {
    #contact #-on_the_day {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 767px) {
    #contact #-on_the_day .-box {
      width: 48.5%; } }
  @media not screen and (min-width: 767px) {
    #contact #-on_the_day .-box {
      margin-bottom: 0.3rem; } }
  #contact #-on_the_day .-box .-bus {
    text-align: center;
    margin-bottom: 0.3rem; }
  #contact #-on_the_day .-box .-label {
    display: flex;
    justify-content: center;
    margin-bottom: 0.2rem; }
    #contact #-on_the_day .-box .-label li {
      margin-right: 0.1rem;
      border-radius: 0.08rem;
      color: #FFF;
      font-size: 0.16rem;
      font-weight: 600;
      padding: 0.02rem 0.08rem; }
      #contact #-on_the_day .-box .-label li.-day {
        background-color: #E78300; }
      #contact #-on_the_day .-box .-label li.-night {
        background-color: #003F73; }
  #contact #-on_the_day .-box h3 {
    font-size: 0.21rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0.1rem;
    line-height: 1.4; }
    #contact #-on_the_day .-box h3 span {
      font-size: 0.32rem; }
    #contact #-on_the_day .-box h3 + p {
      text-align: center;
      margin-bottom: 0.1rem; }

/* course
============================================================= */
#course {
  margin-bottom: 1rem;
  /* 無限スクロールのアニメーション */ }
  #course h2 {
    margin-bottom: 0.4rem; }
  #course #CourseMap {
    text-align: center; }
    #course #CourseMap label {
      display: inline-block;
      cursor: pointer;
      color: #FFF;
      border-top-left-radius: 0.16rem;
      border-top-right-radius: 0.16rem;
      position: relative; }
      @media screen and (min-width: 767px) {
        #course #CourseMap label {
          padding: 0.2rem 0.32rem; } }
      @media not screen and (min-width: 767px) {
        #course #CourseMap label {
          padding: 0.16rem;
          margin-bottom: -0.01rem; } }
      #course #CourseMap label.-day {
        background-color: #E78300; }
        @media screen and (min-width: 767px) {
          #course #CourseMap label.-day {
            margin-right: 0.2rem; } }
        @media not screen and (min-width: 767px) {
          #course #CourseMap label.-day {
            margin-right: 0.08rem; } }
      #course #CourseMap label.-night {
        background-color: #003F73; }
      #course #CourseMap label .-ttl {
        font-weight: 900; }
        @media screen and (min-width: 767px) {
          #course #CourseMap label .-ttl {
            font-size: 0.32rem; } }
        @media not screen and (min-width: 767px) {
          #course #CourseMap label .-ttl {
            font-size: 0.18rem; } }
      #course #CourseMap label .-txt {
        font-weight: 600; }
        @media screen and (min-width: 767px) {
          #course #CourseMap label .-txt {
            font-size: 0.16rem; } }
        @media not screen and (min-width: 767px) {
          #course #CourseMap label .-txt {
            font-size: 0.12rem; } }
    #course #CourseMap label.-day::after,
    #course #CourseMap label.-night::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin: 0 auto;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid white;
      opacity: 0;
      /* 初期は非表示 */
      transition: opacity 0.3s;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -0.2rem;
      z-index: 9; }
    #course #CourseMap input#tab1:checked + label.-day::after {
      opacity: 1; }
    #course #CourseMap input#tab2:checked + label.-night::after {
      opacity: 1; }
    #course #CourseMap input[type="radio"] {
      display: none; }
    #course #CourseMap input[type="radio"]:checked + label {
      font-weight: bold; }
    #course #CourseMap .content {
      display: none; }
      @media screen and (min-width: 767px) {
        #course #CourseMap .content {
          padding: 0.6rem 0; } }
      @media not screen and (min-width: 767px) {
        #course #CourseMap .content {
          padding: 0.4rem 0.16rem; } }
    #course #CourseMap #tab1:checked ~ #content1,
    #course #CourseMap #tab2:checked ~ #content2 {
      display: block; }
    #course #CourseMap #content1 {
      background-color: #E78300; }
    #course #CourseMap #content2 {
      background-color: #003F73; }
  #course #ImgBox {
    position: relative; }
    #course #ImgBox .-img {
      position: absolute;
      bottom: 0;
      z-index: 10; }
      @media screen and (min-width: 767px) {
        #course #ImgBox .-img {
          left: 1.5rem; } }
      @media not screen and (min-width: 767px) {
        #course #ImgBox .-img {
          width: 64%;
          left: 50%;
          transform: translateX(-50%); } }
  #course .slider {
    overflow: hidden;
    width: 100%;
    /* 見える範囲は画面幅に合わせて可変 */ }
    #course .slider img {
      width: auto; }
    @media screen and (min-width: 767px) {
      #course .slider {
        height: 380px; } }
    @media not screen and (min-width: 767px) {
      #course .slider {
        height: 160px; } }
  #course .slider-track {
    display: flex;
    animation: scrollLeft 10s linear infinite; }
    @media screen and (min-width: 767px) {
      #course .slider-track {
        height: 380px; } }
    @media not screen and (min-width: 767px) {
      #course .slider-track {
        height: 160px; } }
  #course .slider-track img {
    flex-shrink: 0;
    /* 画像のサイズを縮めない */ }
    @media screen and (min-width: 767px) {
      #course .slider-track img {
        height: 380px; } }
    @media not screen and (min-width: 767px) {
      #course .slider-track img {
        height: 160px; } }
@keyframes scrollLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

/* faq
============================================================= */
#faq {
  margin-bottom: 1rem; }
  #faq h2 {
    margin-bottom: 0.4rem; }
  #faq .accordion-item {
    border: 1px solid #C7D6DC;
    border-radius: 0.08rem;
    margin-bottom: 0.1rem;
    font-family: sans-serif;
    background-color: #FFF; }
  #faq .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    user-select: none;
    cursor: pointer;
    border-radius: 0.08rem;
    position: relative; }
  @media screen and (min-width: 767px) {
    #faq .accordion-title {
      font-size: 0.21rem;
      padding: 0.32rem 0.32rem 0.32rem 0.84rem; } }
  @media not screen and (min-width: 767px) {
    #faq .accordion-title {
      font-size: 0.16rem;
      padding: 0.24rem 0.48rem; } }
  #faq .accordion-title::before {
    content: 'Q';
    font-weight: 900;
    color: #086EC3;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (min-width: 767px) {
      #faq .accordion-title::before {
        font-size: 0.48rem;
        left: 0.32rem;
        line-height: 2.0; } }
    @media not screen and (min-width: 767px) {
      #faq .accordion-title::before {
        font-size: 0.32rem;
        left: 0.16rem; } }
  #faq .accordion-button {
    background: none;
    border: none;
    user-select: none;
    text-align: center;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #086EC3;
    z-index: 10; }
    @media screen and (min-width: 767px) {
      #faq .accordion-button {
        font-size: 0.4rem;
        right: 0.32rem; } }
    @media not screen and (min-width: 767px) {
      #faq .accordion-button {
        font-size: 0.3rem;
        right: 0.16rem; } }
  #faq .accordion-content {
    transition: max-height 0.3s ease, padding 0.3s ease;
    max-height: 0;
    overflow: hidden; }
    @media screen and (min-width: 767px) {
      #faq .accordion-content {
        padding: 0 0.36rem; } }
    @media not screen and (min-width: 767px) {
      #faq .accordion-content {
        padding: 0 0.2rem; } }
  #faq .accordion-content.open {
    max-height: 500px;
    background: #FFF5EA;
    border-bottom-left-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem; }
    @media screen and (min-width: 767px) {
      #faq .accordion-content.open {
        padding: 0.36rem; } }
    @media not screen and (min-width: 767px) {
      #faq .accordion-content.open {
        padding: 0.2rem; } }
/* MainVisual
============================================================= */
#MainVisual {
  position: relative; }
  @media screen and (min-width: 767px) {
    #MainVisual {
      overflow: hidden; } }
  @media not screen and (min-width: 767px) {
    #MainVisual {
      overflow: hidden;
      padding-bottom: 2rem; } }
  #MainVisual .-ttl {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10; }
    @media screen and (min-width: 767px) {
      #MainVisual .-ttl {
        bottom: 0; } }
    @media not screen and (min-width: 767px) {
      #MainVisual .-ttl {
        top: 6rem; } }
  #MainVisual:after {
    content: '';
    background-color: #ECFAFF;
    border-radius: 50%;
    position: absolute;
    z-index: 9; }
    @media screen and (min-width: 767px) {
      #MainVisual:after {
        width: 1300px;
        height: 1300px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -130%; } }
    @media not screen and (min-width: 767px) {
      #MainVisual:after {
        width: 5.14rem;
        height: 5.14rem;
        left: 50%;
        transform: translateX(-50%);
        top: 7rem; } }
  @media screen and (min-width: 767px) {
    #MainVisual .-wrapper {
      display: flex;
      height: 800px; } }
  #MainVisual .-wrapper .-box {
    position: relative; }
    @media screen and (min-width: 767px) {
      #MainVisual .-wrapper .-box {
        width: 50%; } }
    @media screen and (min-width: 767px) {
      #MainVisual .-wrapper .-box .-txt {
        position: absolute;
        z-index: 11;
        bottom: 1rem; } }
    #MainVisual .-wrapper .-box .-txt .-tour {
      margin-bottom: 0.16rem; }
      #MainVisual .-wrapper .-box .-txt .-tour span {
        font-weight: 900;
        padding: 0.1rem 0.16rem;
        color: #FFF; }
        @media screen and (min-width: 767px) {
          #MainVisual .-wrapper .-box .-txt .-tour span {
            font-size: 0.2rem; } }
        @media not screen and (min-width: 767px) {
          #MainVisual .-wrapper .-box .-txt .-tour span {
            font-size: 0.14rem; } }
    #MainVisual .-wrapper .-box .-txt .-copy .-label {
      display: inline-block;
      background-color: #FFF;
      font-size: 0.4rem;
      font-weight: 900;
      padding: 0.08rem 0.16rem;
      margin-bottom: 0.13rem; }
      @media screen and (min-width: 767px) {
        #MainVisual .-wrapper .-box .-txt .-copy .-label {
          font-size: 0.4rem; } }
      @media not screen and (min-width: 767px) {
        #MainVisual .-wrapper .-box .-txt .-copy .-label {
          font-size: 0.24rem; } }
  #MainVisual .-wrapper .-day {
    background: url(/lp/osaka-sightseeing/img/bg_day@2x.jpg) no-repeat;
    background-size: cover; }
    @media not screen and (min-width: 767px) {
      #MainVisual .-wrapper .-day {
        padding: 2rem 0.16rem 0.2rem 0.16rem; } }
    @media screen and (min-width: 767px) {
      #MainVisual .-wrapper .-day .-txt {
        left: 0.4rem; } }
    #MainVisual .-wrapper .-day .-txt .-tour span {
      background-color: #E78300; }
    #MainVisual .-wrapper .-day .-txt .-copy .-gradation {
      background: linear-gradient(90deg, #F0973E, #FF6200);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  #MainVisual .-wrapper .-night {
    background: url(/lp/osaka-sightseeing/img/bg_night@2x.jpg) no-repeat;
    background-size: cover; }
    @media not screen and (min-width: 767px) {
      #MainVisual .-wrapper .-night {
        padding: 0.4rem 0.16rem 2rem 0.16rem; } }
    @media screen and (min-width: 767px) {
      #MainVisual .-wrapper .-night .-txt {
        left: 2rem; } }
    @media not screen and (min-width: 767px) {
      #MainVisual .-wrapper .-night .-txt {
        text-align: right; } }
    #MainVisual .-wrapper .-night .-txt .-tour span {
      background-color: #003F73; }
    #MainVisual .-wrapper .-night .-txt .-copy .-gradation {
      background: linear-gradient(90deg, #4A3EF0, #9A08C3);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

/* nav
============================================================= */
.menu {
  background-color: #ECFAFF; }
  @media screen and (min-width: 767px) {
    .menu {
      padding: 0.5rem 0;
      text-align: center; }
      .menu ul {
        width: 9.4rem;
        display: flex;
        background-color: #FFF;
        border-radius: 0.08rem;
        box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.05);
        border: #086EC3 solid 2px; }
        .menu ul li {
          border-right: #086EC3 solid 2px; }
          .menu ul li:last-child {
            border-right: none; }
          .menu ul li a {
            display: block;
            color: #086EC3;
            padding: 0.16rem 0.54rem 0.16rem 0.24rem;
            font-size: 0.2rem;
            font-weight: 900;
            position: relative; }
            .menu ul li a::after {
              content: '';
              width: 0.2rem;
              height: 0.2rem;
              background: url(/lp/osaka-sightseeing/img/icon_arrow.svg) no-repeat;
              background-size: cover;
              position: absolute;
              right: 0.2rem;
              top: 0;
              bottom: 0;
              margin: auto; } }
@media not screen and (min-width: 767px) {
  .menu {
    display: block; } }

@media screen and (min-width: 767px) {
  .hamburger {
    display: none; } }

@media not screen and (min-width: 767px) {
  /* ハンバーガーボタンを表示 */
  .hamburger {
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    position: fixed;
    top: 0.16rem;
    right: 0.16rem;
    cursor: pointer;
    z-index: 1000;
    background-color: #FFF;
    border: #086EC3 solid 2px;
    border-radius: 0.08rem; }
    .hamburger .bar {
      position: absolute;
      width: 0.3rem;
      height: 0.05rem;
      background-color: #3EBFF0;
      left: 0;
      right: 0;
      margin: auto;
      transition: all 0.3s ease; }
    .hamburger .bar1 {
      top: 0.16rem; }
    .hamburger .bar2 {
      top: 0.3rem; }
    .hamburger .hamburger-text {
      font-size: 0.12rem;
      font-weight: 600;
      color: #086EC3;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0.02rem; }
  /* ハンバーガー開いたときの× */
  .hamburger.active .bar1 {
    top: 0.2rem;
    transform: rotate(45deg); }
  .hamburger.active .bar2 {
    top: 0.2rem;
    transform: rotate(-45deg); }
  .menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: 0.3rem; }
    .menu .-imgBox {
      margin-bottom: 1.8rem;
      position: relative; }
      .menu .-imgBox .-imgList {
        display: flex;
        max-height: 1.4rem;
        overflow: hidden; }
        .menu .-imgBox .-imgList li {
          width: 50%; }
      .menu .-imgBox .-ttl {
        width: 80%;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0.4rem;
        margin: auto; }
    .menu .-menuList {
      background-color: #FFF;
      border-radius: 0.08rem;
      box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.05);
      border: #086EC3 solid 2px; }
      .menu .-menuList li {
        border-bottom: #086EC3 solid 2px; }
        .menu .-menuList li:last-child {
          border-bottom: none; }
        .menu .-menuList li a {
          display: block;
          color: #086EC3;
          padding: 0.16rem 0.54rem 0.16rem 0.24rem;
          font-size: 0.2rem;
          font-weight: 900;
          position: relative; }
          .menu .-menuList li a::after {
            content: '';
            width: 0.2rem;
            height: 0.2rem;
            background: url(/lp/osaka-sightseeing/img/icon_arrow.svg) no-repeat;
            background-size: cover;
            position: absolute;
            right: 0.2rem;
            top: 0;
            bottom: 0;
            margin: auto; }
  /* メニュー開いたら表示 */
  .menu.active {
    display: block; } }

/* pageTop
<a href="#" id="pageTop" class="pageTop" aria-label="ページ上部に戻る"><span></span></a>
============================================================= */
.pageTop {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  position: fixed;
  right: 0;
  bottom: 0.2rem;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.25s;
  z-index: 99;
  display: block; }
  .pageTop.-active {
    opacity: 1;
    pointer-events: all; }
  .pageTop span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
    .pageTop span::after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      content: '';
      width: 0.08rem;
      height: 0.08rem;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0.04rem;
      margin: auto;
      transform: rotate(-45deg); }

/* price
============================================================= */
#price {
  margin-bottom: 1rem; }
  #price h2 {
    margin-bottom: 0.4rem; }
  #price .PriceBox {
    margin-bottom: 0.2rem;
    padding: 0.64rem 0.16rem;
    color: #FFF;
    text-align: center;
    border-radius: 0.08rem; }
    #price .PriceBox.-day {
      background-color: #E78300; }
    #price .PriceBox.-night {
      background-color: #003F73; }
    #price .PriceBox .-course {
      font-weight: 900; }
      @media screen and (min-width: 767px) {
        #price .PriceBox .-course {
          font-size: 0.4rem; } }
      @media not screen and (min-width: 767px) {
        #price .PriceBox .-course {
          font-size: 0.32rem; } }
    #price .PriceBox .-txt {
      font-size: 0.16rem;
      margin-bottom: 0.48rem; }
    #price .PriceBox .-price {
      background-color: rgba(0, 0, 0, 0.2);
      width: 6.8rem;
      margin: 0 auto 0.2rem auto;
      padding: 0.32rem;
      border-radius: 0.08rem; }
      #price .PriceBox .-price .-ttl {
        font-size: 0.24rem;
        font-weight: 600;
        margin-bottom: 0.1rem; }
      @media screen and (min-width: 767px) {
        #price .PriceBox .-price .-box {
          display: flex;
          justify-content: space-between; } }
      #price .PriceBox .-price .-box p {
        font-weight: 900;
        display: flex;
        align-items: center; }
        @media screen and (min-width: 767px) {
          #price .PriceBox .-price .-box p {
            font-size: 0.48rem; } }
        @media not screen and (min-width: 767px) {
          #price .PriceBox .-price .-box p {
            font-size: 0.4rem; } }
        #price .PriceBox .-price .-box p span {
          font-weight: 600;
          color: rgba(255, 255, 255, 0.8);
          margin-right: 0.16rem; }
          @media screen and (min-width: 767px) {
            #price .PriceBox .-price .-box p span {
              font-size: 0.24rem; } }
          @media not screen and (min-width: 767px) {
            #price .PriceBox .-price .-box p span {
              font-size: 0.18rem; } }
    #price .PriceBox .noteList {
      width: 6.8rem;
      margin: auto;
      text-align: left; }
  #price #special {
    margin-top: 0.5rem; }
    @media screen and (min-width: 767px) {
      #price #special {
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media screen and (min-width: 767px) {
      #price #special .-left {
        margin-right: 0.4rem; } }
    @media not screen and (min-width: 767px) {
      #price #special .-left {
        text-align: center;
        margin-bottom: 0.2rem; } }
    #price #special .-right dl {
      color: #086EC3;
      margin-bottom: 0.2rem; }
      #price #special .-right dl dt {
        font-weight: 900; }
        @media screen and (min-width: 767px) {
          #price #special .-right dl dt {
            font-size: 0.26rem; } }
        @media not screen and (min-width: 767px) {
          #price #special .-right dl dt {
            font-size: 0.21rem; } }
      #price #special .-right dl dd {
        font-size: 0.21rem;
        font-weight: 900; }
        @media screen and (min-width: 767px) {
          #price #special .-right dl dd {
            font-size: 0.21rem; } }
        @media not screen and (min-width: 767px) {
          #price #special .-right dl dd {
            font-size: 0.18rem; } }
/* reserve
============================================================= */
#reserve {
  margin-bottom: 1rem; }
  #reserve h2 {
    margin-bottom: 0.4rem; }
  @media not screen and (min-width: 767px) {
    #reserve .-inner {
      padding: 0; } }
  #reserve dl {
    background-color: #FFF; }
    @media screen and (min-width: 767px) {
      #reserve dl {
        padding: 0.64rem 0.4rem;
        border: #C7D6DC solid 1px;
        border-radius: 0.08rem; } }
    @media not screen and (min-width: 767px) {
      #reserve dl {
        padding: 0.32rem 0.16rem; } }
    #reserve dl dt {
      font-weight: 900;
      text-align: center;
      margin-bottom: 0.4rem; }
      @media screen and (min-width: 767px) {
        #reserve dl dt {
          font-size: 0.32rem; } }
      @media not screen and (min-width: 767px) {
        #reserve dl dt {
          font-size: 0.26rem; } }
    #reserve dl#online {
      margin-bottom: 0.4rem; }
      #reserve dl#online dt {
        color: #E78300; }
      #reserve dl#online dd .-box {
        margin-bottom: 0.5rem; }
        #reserve dl#online dd .-box:last-child {
          margin-bottom: 0; }
      #reserve dl#online dd .-logo {
        text-align: center;
        margin-bottom: 0.3rem; }
      #reserve dl#online dd .-btn a {
        display: block;
        transition: opacity 0.3s ease;
        border-radius: 0.08rem;
        padding: 0.16rem;
        text-align: center;
        color: #FFF;
        font-size: 0.21rem;
        font-weight: 900; }
        #reserve dl#online dd .-btn a span {
          font-size: 0.26rem; }
        #reserve dl#online dd .-btn a:hover {
          opacity: 0.5; }
        #reserve dl#online dd .-btn a.-day {
          background-color: #E78300; }
        #reserve dl#online dd .-btn a.-night {
          background-color: #003F73; }
      @media screen and (min-width: 767px) {
        #reserve dl#online dd .-btn.-list {
          display: flex;
          justify-content: space-between; } }
      @media screen and (min-width: 767px) {
        #reserve dl#online dd .-btn.-list a {
          width: 49%; } }
      @media not screen and (min-width: 767px) {
        #reserve dl#online dd .-btn.-list a + a {
          margin-top: 0.2rem; } }
    #reserve dl#ticket-window dt {
      color: #086EC3; }
    #reserve dl#ticket-window dd .-ttl {
      text-align: center;
      font-weight: 900; }
      @media screen and (min-width: 767px) {
        #reserve dl#ticket-window dd .-ttl {
          font-size: 0.4rem; } }
      @media not screen and (min-width: 767px) {
        #reserve dl#ticket-window dd .-ttl {
          font-size: 0.26rem; } }
    #reserve dl#ticket-window dd .-txt {
      text-align: center;
      font-size: 0.18rem;
      margin-bottom: 0.3rem; }
    @media screen and (min-width: 767px) {
      #reserve dl#ticket-window dd #-point {
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media screen and (min-width: 767px) {
      #reserve dl#ticket-window dd #-point .-logo {
        margin-right: 0.2rem; } }
    @media not screen and (min-width: 767px) {
      #reserve dl#ticket-window dd #-point .-logo {
        text-align: center;
        margin-bottom: 0.2rem; } }
    #reserve dl#ticket-window dd #-point .-txt {
      font-weight: 900;
      margin: 0; }
      @media screen and (min-width: 767px) {
        #reserve dl#ticket-window dd #-point .-txt {
          font-size: 0.26rem; } }
      @media not screen and (min-width: 767px) {
        #reserve dl#ticket-window dd #-point .-txt {
          font-size: 0.21rem; } }
      #reserve dl#ticket-window dd #-point .-txt span {
        color: #0099E7; }

/* section
============================================================= */
@media screen and (min-width: 767px) {
  .-inner {
    width: 1000px;
    margin: auto; } }

@media not screen and (min-width: 767px) {
  .-inner {
    padding: 0 0.16rem; } }

h2 {
  text-align: center;
  font-weight: 900;
  color: #086EC3; }
  @media screen and (min-width: 767px) {
    h2 {
      font-size: 0.56rem; } }
  @media not screen and (min-width: 767px) {
    h2 {
      font-size: 0.32rem; } }
  h2 span {
    display: block;
    color: #3EBFF0;
    font-weight: 600; }
    @media screen and (min-width: 767px) {
      h2 span {
        font-size: 0.24rem; } }
    @media not screen and (min-width: 767px) {
      h2 span {
        font-size: 0.16rem; } }
.noteList li {
  position: relative;
  padding-left: 0.18rem; }
  @media screen and (min-width: 767px) {
    .noteList li {
      font-size: 0.14rem; } }
  @media not screen and (min-width: 767px) {
    .noteList li {
      font-size: 0.12rem; } }
  .noteList li:before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0; }
  .noteList li + li {
    margin-top: 0.1rem; }

.-robot {
  font-family: 'Roboto', sans-serif; }

/* service-icons
============================================================= */
#service-icons {
  background-color: #086EC3;
  padding: 0.4rem 0;
  margin-bottom: 0.7rem; }
  #service-icons .noteList li {
    display: inline-block; }
  #service-icons h3 {
    color: #FFF;
    font-size: 0.32rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.4rem; }
  #service-icons .service-icon {
    color: #FFF;
    text-align: center; }
    @media not screen and (min-width: 767px) {
      #service-icons .service-icon {
        margin-bottom: 0.5rem; } }
    #service-icons .service-icon p {
      margin-bottom: 0.4rem; }
      @media not screen and (min-width: 767px) {
        #service-icons .service-icon p img {
          width: 2.6rem;
          height: 2.6rem; } }
    #service-icons .service-icon dl dt {
      font-weight: 600;
      margin-bottom: 0.1rem;
      line-height: 1.4; }
      @media screen and (min-width: 767px) {
        #service-icons .service-icon dl dt {
          font-size: 0.26rem; } }
      @media not screen and (min-width: 767px) {
        #service-icons .service-icon dl dt {
          font-size: 0.21rem; } }
  @media screen and (min-width: 767px) {
    #service-icons .-inner {
      display: flex;
      justify-content: center; }
      #service-icons .-inner .service-icon {
        margin-right: 1rem; }
        #service-icons .-inner .service-icon:last-child {
          margin-right: 0; } }
/* timetable
============================================================= */
#timetable {
  margin-bottom: 1rem; }
  #timetable h2 {
    margin-bottom: 0.4rem; }
  #timetable .-inner {
    background-color: #FFF; }
    @media screen and (min-width: 767px) {
      #timetable .-inner {
        padding: 0.64rem 0.4rem;
        border: #C7D6DC solid 1px; } }
    @media not screen and (min-width: 767px) {
      #timetable .-inner {
        padding: 0.32rem 0.16rem; } }
  #timetable .-scroll {
    margin-bottom: 0.5rem; }
    @media not screen and (min-width: 767px) {
      #timetable .-scroll {
        overflow-x: scroll; } }
  @media screen and (min-width: 767px) {
    #timetable table {
      width: 100%; } }
  @media not screen and (min-width: 767px) {
    #timetable table {
      width: 600px;
      max-width: 1000px; } }
  #timetable table th,
  #timetable table td {
    padding: 0.1rem; }
  #timetable table thead th {
    color: #FFF;
    font-weight: 600;
    line-height: 1.4;
    vertical-align: middle;
    border-right: #FFF solid 1px; }
    @media screen and (min-width: 767px) {
      #timetable table thead th {
        font-size: 0.16rem; } }
    @media not screen and (min-width: 767px) {
      #timetable table thead th {
        font-size: 0.1rem; } }
    #timetable table thead th:last-child {
      border-right: none; }
  #timetable table tbody td {
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    border-right: #A9A9A9 solid 1px;
    border-bottom: #A9A9A9 solid 1px; }
    @media screen and (min-width: 767px) {
      #timetable table tbody td {
        font-size: 0.18rem; } }
    @media not screen and (min-width: 767px) {
      #timetable table tbody td {
        font-size: 0.12rem; } }
    #timetable table tbody td:last-child {
      border-right: none; }
  #timetable table.-day thead th {
    background-color: #E78300; }
  #timetable table.-day tbody .-label {
    display: inline-block;
    color: #FFF;
    margin: 0 0.04rem;
    border-radius: 50%;
    padding-bottom: 0.1rem; }
    @media screen and (min-width: 767px) {
      #timetable table.-day tbody .-label {
        width: 0.24rem;
        height: 0.24rem;
        font-size: 0.14rem; } }
    @media not screen and (min-width: 767px) {
      #timetable table.-day tbody .-label {
        width: 0.2rem;
        height: 0.2rem;
        font-size: 0.1rem; } }
  #timetable table.-day tbody .-north {
    background-color: #E8F2E5; }
    #timetable table.-day tbody .-north .-label {
      background-color: #6A9F58; }
  #timetable table.-day tbody .-south {
    background-color: #FFF5EA; }
    #timetable table.-day tbody .-south .-label {
      background-color: #E78300; }
  #timetable table.-night thead th {
    background-color: #003F73; }
  #timetable table.-night tbody tr {
    background-color: #EEEDFA; }
