@charset 'UTF-8';

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}

html {
  min-width: 320px;
  font-size: 62.5%;
  overflow: auto;
}
body {
  padding: 0 calc(16 / 375 * 100vw);
  font-family: Lato, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  overflow: hidden;
}
_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: Lato, Meiryo, sans-serif;
}
@media screen and (min-width: 1280px) {
  body {
    padding: 0;
  }
}
#wrapper {
  padding-top: 7.2rem;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 768px) {
  #wrapper {
    padding-top: 11rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
section p {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img,
video,
object,
canvas {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s opacity ease-out;
}
a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pc {
    display: inline;
  }
  br.sp {
    display: none;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#backdrop {
  display: none;
}
@media screen and (min-width: 768px) {
  #backdrop {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-animation: 0.3s fadein ease-out both;
    animation: 0.3s fadein ease-out both;
  }
}

/*  haeder  */
#wrapper > header {
  padding: 2.2rem calc(16 / 375 * 100vw) 0 calc(16 / 375 * 100vw);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: 5rem;
  box-sizing: content-box;
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: solid 1px rgb(239, 239, 239);
}
@media screen and (min-width: 768px) {
  #wrapper > header {
    padding: 3rem 0 0 0;
    margin: auto;
    width: 100%;
    max-width: 1280px;
    min-height: 8rem;
    flex-wrap: wrap;
    border-bottom: none;
  }
  #wrapper > header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
    margin: 0 calc(50% - 50vw);
    background-color: rgb(255, 255, 255);
    border-bottom: solid 1px rgb(239, 239, 239);
  }
}
#wrapper > header h1 {
  margin: 0;
}
#wrapper > header .logo {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #wrapper > header .logo {
    padding-right: 2.4rem;
  }
}
#wrapper > header .logo a {
  display: inline-block;
  vertical-align: top;
  max-width: 13.5rem;
}
@media screen and (min-width: 768px) {
  #wrapper > header .logo a {
    max-width: 20.2rem;
  }
}
#wrapper > header .logo img {
  vertical-align: top;
}
#wrapper > header h1 .ttl {
  padding: 0.3rem calc(16 / 375 * 100vw);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  background-color: rgb(239, 239, 239);
  white-space: nowrap;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  #wrapper > header h1 .ttl {
    padding: 0.38rem calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    font-size: 1.4rem;
  }
}

/*  globalnav  */
#drawer {
  display: none;
}
label[for="drawer"] {
  position: relative;
  display: block;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  transition: 0.2s opacity ease-out;
}
@media screen and (min-width: 768px) {
  label[for="drawer"] {
    width: 5rem;
    height: 5rem;
  }
  #drawer:not(:checked) + #globalnav label[for="drawer"] {
    background-color: rgb(239, 239, 239);
    border-radius: 50%;
  }
}
label[for="drawer"]:hover {
  opacity: 0.75;
}
label[for="drawer"] span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
label[for="drawer"] span::before {
  content: "";
  display: inline-block;
  width: 100%;
}
label[for="drawer"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2rem;
  height: 0.2rem;
  background-color: rgb(0, 0, 0);
  border-radius: 1px;
  -webkit-transform: translateY(-0.6rem);
  transform: translateY(-0.6rem);
  transition: 0.3s transform ease-out;
}
label[for="drawer"]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2rem;
  height: 0.2rem;
  background-color: rgb(0, 0, 0);
  border-radius: 1px;
  -webkit-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  transition: 0.3s transform ease-out;
}
label[for="drawer"] span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2rem;
  height: 0.2rem;
  background-color: rgb(0, 0, 0);
  border-radius: 1px;
  transition: 0.3s opacity ease-out;
}
#globalnav .search {
  margin: 0 1rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background-image: linear-gradient(136deg, rgb(70, 96, 239) 29%, rgb(96, 203, 190) 84%);
  transition: 0.2s opacity ease-out;
}
#globalnav .search:hover {
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  #globalnav .search {
    width: 5rem;
    height: 5rem;
  }
}
#globalnav .search::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_search.svg) no-repeat 50% 50%/16px auto;
}
@media screen and (min-width: 768px) {
  #globalnav .search::before {
    background-size: auto auto;
  }
}

/*  drawer:checked + globalnav  */
#drawer:checked + #globalnav .content,
#drawer:checked + #globalnav .remote,
#drawer:checked + #globalnav .sns {
  -webkit-animation: 0.2s fadein ease-out 0.2s both;
  animation: 0.2s fadein ease-out 0.2s both;
}
#drawer:checked + #globalnav {
  padding: 5rem 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background-repeat: no-repeat;
  background-image: linear-gradient(334deg, rgb(96, 203, 190) 17%, rgb(70, 96, 239) 87%);
  overflow: auto;
  -webkit-animation: 0.3s draw ease-out both;
  animation: 0.3s draw ease-out both;
}
@media screen and (min-width: 768px) {
  #drawer:checked + #globalnav {
    left: calc(100% - 45rem);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}
#drawer:checked + #globalnav label[for="drawer"] {
  position: fixed;
  top: 0.9rem;
  right: 1.4rem;
}
@media screen and (min-width: 768px) {
  #drawer:checked + #globalnav label[for="drawer"] {
    top: 4rem;
    right: 4rem;
  }
}
#drawer:checked + #globalnav label[for="drawer"] span::after {
  background-color: rgb(255, 255, 255);
  opacity: 0;
}
#drawer:checked + #globalnav label[for="drawer"]::before {
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(-45deg) scaleX(1.13);
  transform: rotate(-45deg) scaleX(1.13);
}
@media screen and (min-width: 768px) {
  #drawer:checked + #globalnav label[for="drawer"]::before {
    -webkit-transform: rotate(-45deg) scaleX(1.76775);
    transform: rotate(-45deg) scaleX(1.76775);
  }
}
#drawer:checked + #globalnav label[for="drawer"]::after {
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(45deg) scaleX(1.13);
  transform: rotate(45deg) scaleX(1.13);
}
@media screen and (min-width: 768px) {
  #drawer:checked + #globalnav label[for="drawer"]::after {
    -webkit-transform: rotate(45deg) scaleX(1.76775);
    transform: rotate(45deg) scaleX(1.76775);
  }
}
#drawer:checked + #globalnav .search {
  display: none;
}
#drawer:checked + #globalnav .account {
  display: none;
}
#drawer:checked + #globalnav .container {
  margin: 0 auto;
  margin-bottom: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#drawer:checked + #globalnav .container > ul:not(:first-of-type) {
  margin-top: 0.8rem;
}
#drawer:checked + #globalnav .content {
  padding: 1rem 0;
}
#drawer:checked + #globalnav .content li {
  padding: 0.5rem 0;
}
#drawer:checked + #globalnav .content label[for="search"] {
  cursor: pointer;
}
#drawer:checked + #globalnav .content a,
#drawer:checked + #globalnav .content label[for="search"] {
  padding: 0.25em 0;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}
#drawer:checked + #globalnav .content a:hover,
#drawer:checked + #globalnav .content label[for="search"]:hover {
  color: rgb(203, 203, 203);
  opacity: 1;
  transition: 0.2s color ease-out;
}
#drawer:checked + #globalnav .content a::before,
#drawer:checked + #globalnav .content label[for="search"]::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 3px;
}
#drawer:checked + #globalnav .remote {
  padding: 0.9rem 0;
  padding-top: 2.4rem;
  border-top: solid 1px rgb(255, 255, 255);
}
#drawer:checked + #globalnav .remote li {
  padding: 0.5rem 0;
}
#drawer:checked + #globalnav .remote a {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  transition: 0.2s color ease-out;
}
#drawer:checked + #globalnav .remote a:hover {
  color: rgb(203, 203, 203);
  opacity: 1;
}
#drawer:checked + #globalnav .sns {
  display: -webkit-box;
  display: flex;
  padding: 1.2rem 0;
}
#drawer:checked + #globalnav .sns li:not(:first-of-type) {
  padding-left: 1.2rem;
}
#drawer:checked + #globalnav .sns a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.2s background-color ease-out;
}
#drawer:checked + #globalnav .sns a:hover {
  background-color: rgba(239, 239, 239, 0.4);
  opacity: 1;
}

/* 20251203変更 */
#drawer:checked + #globalnav a img {
  width: 2.8rem;
  height: auto;
}
/* #drawer:checked + #globalnav a[href*="twitter"] img {
  width: 2.17rem;
}
#drawer:checked + #globalnav a[href*="instagram"] img {
  width: 2.24rem;
}
#drawer:checked + #globalnav a[href*="line"] img {
  width: 2.1rem;
}
#drawer:checked + #globalnav a[href*="facebook"] img {
  width: 1.16rem;
} */

#drawer:checked + #globalnav .geleande > ul > li {
  padding: 1rem 2rem;
  margin-top: 1rem;
  border-radius: 5px;
  background-color: rgb(255, 255, 255, 0.2);
}
#drawer:checked + #globalnav .geleande > ul a::before {
  content: none;
}
#drawer:checked + #globalnav .geleande > ul > li > a {
  padding: 0.56rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
#drawer:checked + #globalnav .geleande > ul > li > a::before,
#drawer:checked + #globalnav .geleande > ul > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 0;
}
#drawer:checked + #globalnav .geleande > ul > li > a::after {
  transition: 0.3s transform ease-out;
}
#drawer:checked + #globalnav .geleande > ul > li > a.close::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#drawer:checked + #globalnav .geleande > ul ul a {
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
#drawer:checked + #globalnav .geleande > ul ul a::before {
  content: "\FF0D";
  display: inline;
  vertical-align: baseline;
  margin-top: 0;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  /*  close sp  */
  #drawer:not(:checked) + #globalnav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
  }
  #drawer:not(:checked) + #globalnav .remote {
    display: none;
  }
  #drawer:not(:checked) + #globalnav .sns {
    display: none;
  }
  #drawer:not(:checked) + #globalnav .content {
    padding: 0 calc(16 / 375 * 100vw);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 7rem;
    box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    background-color: rgb(247, 247, 247);
    display: -webkit-box;
    display: flex;
  }
  #drawer:not(:checked) + #globalnav .content li:not(.tour):not(.transport):not(.geleande):not(.meeting):not(.special) {
    display: none;
  }
  #drawer:not(:checked) + #globalnav .content li:not(.tour) {
    flex-basis: 19%;
  }
  #drawer:not(:checked) + #globalnav .content .meeting {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  #drawer:not(:checked) + #globalnav .content .special {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  #drawer:not(:checked) + #globalnav .content .tour {
    -webkit-box-ordinal-group: 4;
    order: 3;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  #drawer:not(:checked) + #globalnav .content .transport {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  #drawer:not(:checked) + #globalnav .content .geleande {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  #drawer:not(:checked) + #globalnav .content a,
  #drawer:not(:checked) + #globalnav .content label[for="search"] {
    padding: 0.7rem calc((100% - 4em) / 2) 0 calc((100% - 4em) / 2);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    box-sizing: border-box;
  }
  #drawer:not(:checked) + #globalnav .content .meeting a {
    padding-left: calc((100% - 5em) / 2);
    padding-right: calc((100% - 5em) / 2);
  }
  #drawer:not(:checked) + #globalnav .content .tour label[for="search"] {
    padding: 0;
    margin: -1rem auto 0 auto;
    -webkit-box-pack: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(136deg, rgb(70, 96, 239) 29%, rgb(96, 203, 190) 84%);
    border-radius: 50%;
  }
  #drawer:not(:checked) + #globalnav .content .transport a::before {
    content: "";
    display: block;
    margin: 0.4rem 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/ico_transport.svg) no-repeat 50% 50% / contain;
  }
  #drawer:not(:checked) + #globalnav .content .geleande a::before {
    content: "";
    display: block;
    margin: 0.4rem 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/ico_geleande.svg) no-repeat 50% 50% / contain;
  }
  #drawer:not(:checked) + #globalnav .content .meeting a::before {
    content: "";
    display: block;
    margin: 0.4rem 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/ico_meeting.svg) no-repeat 50% 50% / contain;
  }
  #drawer:not(:checked) + #globalnav .content .special a::before {
    content: "";
    display: block;
    margin: 0.4rem 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/ico_special.svg) no-repeat 50% 50% / contain;
  }
  #drawer:not(:checked) + #globalnav .content .tour label[for="search"]::before {
    content: "";
    display: block;
    margin: 0.5rem 0 0.2rem 0;
    width: 1.9rem;
    height: 1.9rem;
    background: url(../images/ico_search.svg) no-repeat 50% 50% / contain;
  }
  #drawer:not(:checked) + #globalnav .account a {
    padding: 0 0.4rem;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
  }
  #drawer:not(:checked) + #globalnav .content span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /*  close pc  */
  #drawer:not(:checked) + #globalnav {
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  #drawer:not(:checked) + #globalnav .container {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  #drawer:not(:checked) + #globalnav .account {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  #drawer:not(:checked) + #globalnav .search {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  #drawer:not(:checked) + #globalnav label[for="drawer"] {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  #drawer:not(:checked) + #globalnav .remote {
    display: none;
  }
  #drawer:not(:checked) + #globalnav .sns {
    display: none;
  }
  #drawer:not(:checked) + #globalnav .content {
    margin-right: 1.9rem;
    display: -webkit-box;
    display: flex;
    border-right: solid 1px rgb(0, 0, 0);
  }
  #drawer:not(:checked) + #globalnav .content li {
    padding-right: 2.4rem;
  }
  #drawer:not(:checked) + #globalnav .content li:not(.transport):not(.geleande):not(.meeting):not(.special) {
    display: none;
  }
  #drawer:not(:checked) + #globalnav .content .transport {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  #drawer:not(:checked) + #globalnav .content .geleande {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  #drawer:not(:checked) + #globalnav .content .meeting {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  #drawer:not(:checked) + #globalnav .content .special {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  #drawer:not(:checked) + #globalnav a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
    display: block;
  }
  #drawer:not(:checked) + #globalnav .content .transport a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/ico_transport.svg) no-repeat 50% 50% / contain;
  }
  #drawer:not(:checked) + #globalnav .content .geleande a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2rem;
    margin-right: 0.5rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/ico_geleande.svg) no-repeat 50% 50% / contain;
  }
  #drawer:not(:checked) + #globalnav .content .meeting a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2rem;
    margin-right: 0.5rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/ico_meeting.svg) no-repeat 50% 50% / contain;
  }
  #drawer:not(:checked) + #globalnav .content .special a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2rem;
    margin-right: 0.5rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/ico_special.svg) no-repeat 50% 50% / contain;
  }
  #drawer:not(:checked) + #globalnav .content span {
    display: none;
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a {
    height: calc(100% + 2.8rem);
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul {
    position: absolute;
    top: 100%;
    z-index: 10;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    padding: 3rem;
    opacity: 0;
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a:not(:hover) + ul:not(:hover) {
    pointer-events: none;
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a:hover + ul,
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul:hover {
    opacity: 1;
    transition: 0.3s opacity ease-out;
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    transform: rotate(45deg) skew(10deg, 10deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul li {
    padding-right: 0;
    padding: 0.2rem 0;
    display: block;
    box-sizing: border-box;
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul li.top {
    display: none;
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul > li:not(:first-of-type) {
    padding-left: 3rem;
    border-left: solid 1px rgb(203, 203, 203);
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul > li:not(:last-of-type) {
    padding-right: 3rem;
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul > li a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul > li > a {
    font-weight: bold;
    color: rgb(70, 96, 239);
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul > li > a + ul {
    padding-top: 0.5rem;
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul > li > a + ul a {
    font-weight: 500;
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul > li > a::before {
    content: none;
  }
  #wrapper #drawer:not(:checked) + #globalnav .content .geleande > a + ul > li > ul > li a::before {
    content: "\30FC";
    background: none;
    margin-top: 0;
    display: inline;
    width: auto;
    height: auto;
    vertical-align: baseline;
  }
}

/*  tour  */
#search {
  display: none;
}
#search:not(:checked) + #tour {
  display: none;
}
#search:checked + #tour {
  padding: 1rem calc(16 / 375 * 100vw);
  position: fixed;
  top: 5rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  -webkit-animation: 0.3s fadein ease-out;
  animation: 0.3s fadein ease-out;
}
@media screen and (min-width: 768px) {
  #search:checked + #tour {
    padding: 5rem;
    margin: auto;
    bottom: auto;
    max-width: 81.5rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 95%;
    border-radius: 20px;
  }
}
#tour .close {
  position: fixed;
  top: 9rem;
  right: calc(16 / 375 * 100vw);
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  transition: 0.2s opacity ease-out;
}
@media screen and (min-width: 768px) {
  #tour .close {
    position: absolute;
    top: 5rem;
    right: 5rem;
    width: 4rem;
    height: 4rem;
  }
}
#tour .close:hover {
  opacity: 0.75;
}
#tour .close::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.26rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: rgb(0, 0, 0);
  -webkit-transform: rotate(45deg) scaleY(0.75);
  transform: rotate(45deg) scaleY(0.75);
}
#tour .close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.26rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: rgb(0, 0, 0);
  -webkit-transform: rotate(-45deg) scaleY(0.75);
  transform: rotate(-45deg) scaleY(0.75);
}
@media screen and (min-width: 768px) {
  #tour .close::before {
    width: 2.83rem;
  }
  #tour .close::after {
    width: 2.83rem;
  }
}
#tour .close span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
#tour .close span::before {
  content: "";
  display: inline-block;
  width: 100%;
}
#tour .cmp_topicpath {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #tour .cmp_topicpath {
    display: none;
  }
}

/*  tour section  */
#tour section {
  padding-top: 2.6rem;
}
@media screen and (min-width: 768px) {
  #tour section {
    padding-top: 0;
  }
}
#tour h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #tour h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
#tour .fw-search-top__ttl {
  display: none;
}
#tour h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.8rem;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../images/ico_search_k.svg) no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  #tour h2::before {
    margin-right: 1rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}

/*  tour form  */
#tour .forcia,
#tour .trans_tab,
#tour form {
  padding: 1.4rem 0;
}
@media screen and (min-width: 768px) {
  #tour .forcia,
  #tour .trans_tab,
  #tour form {
    padding: 2.4rem 0 0 0;
  }
  #tour form .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #tour form .container > div {
    flex-basis: calc(50% - 1.4rem);
  }
}
#tour form > div > div:not(.radio) {
  padding: 0.3rem 0;
}
@media screen and (min-width: 768px) {
  #tour form > div > div:not(.radio) {
    padding: 0.9rem 0;
  }
}
#tour .forcia dt,
#tour form p,
#tour .trans_tab p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.9;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  #tour .forcia dt,
  #tour form p,
  #tour .trans_tab p {
    font-size: 1.6rem;
  }
}
#tour form p.required::after,
#tour .trans_tab p.required::after {
  padding: 0 0.4rem;
  margin-top: -0.2em;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  content: "\5FC5\9808";
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  color: rgb(234, 31, 32);
  border: solid 1px rgb(234, 31, 32);
}
#tour .forcia input[type="text"],
#tour .forcia select,
#tour .fw-select select,
#tour form input:not([type="radio"]),
#tour form select {
  padding: 1rem;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 5px;
  border: solid 1px rgb(70, 96, 239);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #tour .forcia input[type="text"],
  #tour .forcia select,
  #tour .fw-select select,
  #tour form input:not([type="radio"]),
  #tour form select {
    padding: 0.8rem;
    font-size: 16px;
  }
}
#tour form select[disabled] {
  display: none;
}
#tour form .multi,
#tour .trans_tab .multi {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#tour form .multi p,
#tour .trans_tab .multi p {
  padding: 0.5rem;
}
#tour form .radio,
#tour .trans_tab .radio {
  border: solid 1px rgb(70, 96, 239);
  border-radius: 5px;
}
#tour form .radio .opt,
#tour .trans_tab .radio .opt {
  flex-basis: 100%;
}
#tour form .radio .opt:not(:last-of-type),
#tour .trans_tab .radio .opt:not(:last-of-type) {
  border-right: solid 1px rgb(70, 96, 239);
}
#tour form .multi input[type="radio"],
#tour .trans_tab .multi input[type="radio"] {
  display: none;
}
#tour form .radio label,
#tour .trans_tab .radio label {
  padding: 1.6rem 0;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: rgb(70, 96, 239);
  white-space: nowrap;
  transition: 0.2s background-color ease-out;
}
@media screen and (min-width: 768px) {
  #tour form .radio label,
  #tour .trans_tab .radio label {
    padding: 2rem 0;
    font-size: 1.6rem;
  }
}
#tour form .multi input[type="radio"]:checked + label,
#tour .trans_tab .multi input[type="radio"]:checked + label {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
#tour .fw-search-top__btn,
#tour form .button {
  padding: 3.6rem 0 !important;
}
@media screen and (min-width: 768px) {
  #tour .fw-search-top__btn,
  #tour form .button {
    padding: 5rem 0 0 0 !important;
  }
}
#tour .fw-search-top__btn button,
#tour form button {
  padding: 1.1rem;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 35rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 35px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, rgb(70, 96, 239) 12%, rgb(96, 203, 190) 62.666667%);
  background-size: 150% auto;
  background-position: 0% 50%;
  transition: 0.2s background-position ease-out;
}
#tour .fw-search-top__btn button:hover,
#tour form button:hover {
  background-position: 100% 50%;
}
@media screen and (min-width: 768px) {
  #tour .fw-search-top__btn button,
  #tour form button {
    padding: 1.8rem;
    font-size: 2rem;
  }
}
#tour .fw-search-top__btn button[disabled],
#tour form button[disabled] {
  background-image: none;
  background-color: rgb(203, 203, 203);
}
#tour .fw-search-top__btn button::before,
#tour form button::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../images/ico_search.svg) no-repeat 50% 50% / contain;
}
#tour .fw-search-top__btn button span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}
#tour .fw-search-top__btn button span::before {
  content: "ツアーを探す";
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* #tour .forcia */
#tour .forcia {
  overflow-x: hidden;
}
#tour .forcia dl {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #tour .forcia dl {
    display: -webkit-box;
    display: flex;
  }
}
#tour .forcia .fw-search-top__body > dl:not(:first-of-type) {
  padding-top: 1.6rem;
}
#tour .forcia dt {
  flex-basis: 9rem;
  line-height: 1.4;
}
#tour .forcia dd {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #tour .forcia dd {
    padding-left: 2rem;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}
#tour .forcia .fw-search-top__body > dl > dt {
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #tour .forcia .fw-search-top__body > dl > dt {
    padding-bottom: 0;
  }
}
#tour .forcia dd dl {
  padding-top: 0.4rem;
  display: block;
}
#tour .forcia dd dd {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #tour .forcia dd dd {
    width: calc(50% - 0.8rem);
  }
}
#tour .forcia .fw-search-top__item--night-day .fw-search-top__item-data {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#tour .forcia .fw-search-top__item--night-day .fw-search-top__item-data > * {
  flex-basis: calc(50% - 0.8rem);
}
#tour .forcia input[type="text"][disabled] {
  border-color: currentColor;
}
#tour .forcia .fw-search-top__sub-label,
#tour .forcia dd div[class$="ttl"] {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  #tour .forcia .fw-search-top__sub-label,
  #tour .forcia dd div[class$="ttl"] {
    font-size: 1.4rem;
  }
}
#tour .forcia .fw-checkbox--icon {
  padding-top: 0.25em;
}
#tour .forcia .fw-checkbox__label {
  font-size: 80%;
}
#tour .forcia input[type="checkbox"] {
  margin-right: 0.5em;
  background-color: transparent;
  position: relative;
  border: 1px solid rgb(70, 96, 239);
}
#tour .forcia input[type="checkbox"]::before {
  content: "";
  width: 0.75em;
  height: 1.25em;
  border-bottom: 5px solid rgb(70, 96, 239);
  border-right: 5px solid rgb(70, 96, 239);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translate(-25%, -25%);
  transform: rotate(45deg) translate(-25%, -25%);
}
#tour .forcia .fw-departure > * {
  padding-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  #tour .forcia .fw-departure {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #tour .forcia .fw-departure > * {
    padding-top: 0;
    flex-basis: calc(50% - 0.8rem);
  }
}
#tour .forcia .fw-icon-search-top-info-body {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  margin-left: 0.25em;
  width: 1em;
  height: 1em;
}
#tour .forcia .fw-balloon {
  text-align: center;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: currentColor;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
#tour .forcia .fw-balloon::before {
  content: "?";
  color: rgb(255, 255, 255);
  font-size: 90%;
  font-weight: 800;
}
#tour .forcia .fw-balloon:not(:hover) .fw-icon-search-top-info-note {
  display: none;
  opacity: 0;
}
#tour .forcia .fw-balloon:hover {
  -webkit-animation: 0.3s fadein ease-out;
  animation: 0.3s fadein ease-out;
}
#tour .forcia .fw-icon-search-top-info-note {
  position: absolute;
  top: 0;
  left: 0;
  width: 24rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid;
  opacity: 1;
  box-shadow: 2px 2px 4px rgb(0, 0, 0, 0.25);
  transition: 0.3s opacity ease-out;
  font-weight: normal;
  font-size: 80%;
  text-align: start;
  padding: 0.5em 0.75em;
  line-height: 1.6;
}

/*  tour .forcia fw-modal  */
.fw-top [data-fw-modal-open] {
  cursor: pointer;
}
.fw-top .fw-modal-overlay {
  z-index: 997;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
@media print, screen and (max-width: 736px) {
  .fw-top.fw-is-lock,
  .fw-top body.fw-is-lock {
    overflow: hidden !important;
  }
}
.fw-top .fw-modal,
.fw-top .fw-modal-calendar,
.fw-top .fw-modal-calendar-departure,
.fw-top .fw-modal-guest,
.fw-top .fw-modal-shop-select-lend,
.fw-top .fw-modal-shop-select-return {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 736px) {
  .fw-top .fw-modal-container {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .fw-top .fw-modal-body {
    padding: 5%;
  }
  .fw-top .fw-modal-btn-footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    padding: 1.5rem 0;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 737px) {
  .fw-top .fw-modal-container {
    position: relative;
    width: 600px;
    height: 100%;
    margin: auto;
    border-radius: 4px;
  }
  .fw-top .fw-modal-body {
    padding: 20px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: calc(100% - 220px);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .fw-top .fw-modal-header + .fw-modal-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .fw-top .fw-modal-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: -40px auto 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .fw-top .fw-modal-container .fw-modal-header {
    position: relative;
    margin-left: 0;
  }
  .fw-top .fw-modal-container .fw-modal-body {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 200px;
    max-height: 500px;
    padding: 0;
    overflow: visible;
  }
  .fw-top .fw-modal-container .fw-modal-body__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 500px;
    padding: 20px 20px 1rem;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .fw-top .fw-modal-container .fw-modal-btn-footer {
    position: absolute;
    bottom: -80px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
  }
  .fw-top .fw-modal-room-assign .fw-modal-container {
    padding-top: 0px;
  }
}
.fw-top .fw-modal-btn-close {
  position: fixed;
  top: 6px;
  right: 6px;
  background-color: #ccc;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  z-index: 10;
  border: none;
  transition: background 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fw-top .fw-modal-btn-close:before {
  content: "\D7";
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
}
.fw-top .fw-modal-btn-close:hover {
  background-color: #d5d5d5;
}
@media print, screen and (min-width: 737px) {
  .fw-top .fw-modal-btn-close {
    top: 10px;
    right: 10px;
    position: absolute;
  }
  .fw-top .fw-modal-btn-close:before {
    font-size: 12px;
  }
}
.fw-top .fw-modal-header {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 11;
  box-sizing: border-box;
}
.fw-top .fw-modal-header__ttl {
  text-align: center;
  padding: 0;
  line-height: 1.4;
}
@media print, screen and (max-width: 736px) {
  .fw-top .fw-modal-header {
    padding: 10px 40px 10px 20px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    width: 100%;
  }
  .fw-top .fw-modal-header__ttl {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
  }
}
@media print, screen and (min-width: 737px) {
  .fw-top .fw-modal-header {
    padding: 20px;
    position: fixed;
    width: 600px;
    border-radius: 4px 4px 0 0;
    min-height: 65px;
  }
  .fw-top .fw-modal-header__ttl {
    margin: 0;
    font-size: 18px;
  }
}
.fw-top .fw-modal-footer {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 3px 3px;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  transition: bottom 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fw-top .fw-modal-footer__in {
  padding: 3.3333%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}
.fw-top .fw-modal-footer__count {
  padding-right: 2em;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.fw-top .fw-modal-footer__count em {
  color: #b20000;
  font-size: 17px;
}
.fw-top .fw-modal-footer__price {
  white-space: nowrap;
  line-height: 1.2;
  padding-right: 10px;
  min-width: 50%;
}
.fw-top .fw-modal-footer__price-txt {
  font-size: 10px;
  margin-bottom: 2.5px;
}
.fw-top .fw-modal-footer__price-range {
  color: #b20000;
  font-size: 14px;
  font-weight: bold;
}
.fw-top .fw-modal-footer__btn {
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.fw-top .fw-modal-footer__btn > li {
  width: 49%;
}
@media print, screen and (min-width: 737px) {
  .fw-top .fw-modal-footer {
    left: 50%;
    width: 600px;
    margin-left: -300px;
  }
  .fw-top .fw-modal-footer__in {
    padding: 20px;
  }
  .fw-top .fw-modal-footer__count {
    display: none;
  }
  .fw-top .fw-modal-footer__price {
    padding-right: 20px;
    min-width: 50%;
  }
  .fw-top .fw-modal-footer__price-txt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .fw-top .fw-modal-footer__price-range {
    font-size: 24px;
  }
  .fw-top .fw-modal-footer__btn {
    width: 100%;
    margin-left: auto;
  }
  .fw-top .fw-modal-footer__btn a {
    font-size: 16px;
  }
}
.fw-top .fw-modal-btn-footer {
  padding: 7.5% 0 0;
}
.fw-top .fw-modal-btn-footer__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.fw-top .fw-modal-btn-footer__list > li {
  width: 49%;
}
.fw-top .fw-modal-btn-footer .fw-btn-detail-01,
.fw-top .fw-modal-btn-footer .fw-btn-fix-train,
.fw-top .fw-modal-btn-footer .fw-btn-next-date,
.fw-top .fw-modal-btn-footer .fw-btn-fix-flight,
.fw-top .fw-modal-btn-footer .fw-btn-detail-01-arr,
.fw-top .fw-modal-btn-footer .fw-btn-fix-01,
.fw-top .fw-modal-btn-footer .fw-btn-fix-01-arr {
  font-size: 15px;
}
.fw-top .fw-modal-btn-footer .fw-btn-cancel-01 {
  font-size: 12px;
  line-height: 1.542;
}
@media print, screen and (min-width: 737px) {
  .fw-top .fw-modal-btn-footer {
    padding: 20px;
    box-sizing: border-box;
  }
  .fw-top .fw-modal-btn-footer .fw-btn-detail-01,
  .fw-top .fw-modal-btn-footer .fw-btn-fix-train,
  .fw-top .fw-modal-btn-footer .fw-btn-next-date,
  .fw-top .fw-modal-btn-footer .fw-btn-fix-flight,
  .fw-top .fw-modal-btn-footer .fw-btn-detail-01-arr,
  .fw-top .fw-modal-btn-footer .fw-btn-fix-01,
  .fw-top .fw-modal-btn-footer .fw-btn-fix-01-arr {
    font-size: 18px;
  }
  .fw-top .fw-modal-btn-footer .fw-btn-cancel-01 {
    font-size: 14px;
  }
}
.fw-top .fw-modal-calendar .fw-modal-header,
.fw-top .fw-modal-calendar .fw-modal-body,
.fw-top .fw-modal-calendar .fw-modal-footer {
  display: none;
}
.fw-top .fw-modal-calendar .fw-modal-header.fw-is-active,
.fw-top .fw-modal-calendar .fw-modal-body.fw-is-active,
.fw-top .fw-modal-calendar .fw-modal-footer.fw-is-active {
  display: block;
}
@media print, screen and (min-width: 737px) {
  .fw-top .fw-modal-calendar .fw-modal-container,
  .fw-top .fw-modal-calendar-departure .fw-modal-container {
    width: 465px;
  }
  .fw-top .fw-modal-calendar .fw-modal-header,
  .fw-top .fw-modal-calendar-departure .fw-modal-header {
    width: 465px;
  }
}
.fw-top .fw-modal-guest [data-fw-guest]:not(.fw-is-show) {
  display: none;
}
@media print, screen and (max-width: 736px) {
  .fw-top .fw-modal-calendar .fw-modal-btn-footer {
    padding: 1.5rem 5%;
  }
}
.fw-calendar .rdrCalendarWrapper {
  width: 100%;
}
.fw-calendar .rdrMonth {
  padding: 0 0.833em 1.666em 0.833em;
  width: 100%;
  box-sizing: border-box;
}
#tour .fw-calendar .rdrMonthAndYearPickers select {
  border: 0;
  background: transparent;
  padding: 10px 30px 10px 10px;
  border-radius: 4px;
  background: url(../images/ico_cal_select.svg) no-repeat;
  background-position: right 8px center;
}
#tour .fw-text--date {
  position: relative;
}
#tour .fw-text--date input {
  padding-right: calc(7.5px + 15px + 5px);
}
#tour .fw-text--date:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  margin: auto;
  width: 1em;
  height: 1em;
  background: url(../images/ico_cal.svg) no-repeat 50% 50% / contain;
}
#tour .fw-text--date.fw-is-disabled:after {
  content: none;
}
#tour .fw-modal-btn-footer {
  padding: 2.1rem;
}
#tour .fw-btn-fix-01 {
  padding: 1.1rem;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 35rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 35px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, rgb(70, 96, 239) 12%, rgb(96, 203, 190) 62.666667%);
  background-size: 150% auto;
  background-position: 0% 50%;
  transition: 0.2s background-position ease-out;
}
#tour .fw-btn-fix-01:hover {
  background-position: 100% 50%;
}
#tour .fw-btn-fix-01[disabled] {
  background-image: none;
  background-color: rgb(203, 203, 203);
}

/*  login  */
#login:not(.open) {
  display: none;
}
#login.open {
  -webkit-animation: 0.3s fadein ease-out;
  animation: 0.3s fadein ease-out;
}
#login {
  padding: calc(16 / 375 * 100vw);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  overflow: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  direction: ltr;
}
#login section {
  padding: calc(30 / 375 * 100vw);
  background-color: rgba(255, 255, 255);
  border-radius: 20px;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  #login section {
    padding: 5rem;
  }
}
#login .hd {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
#login .hd h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
}
#login .close {
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  cursor: pointer;
}
#login .close:hover {
  opacity: 0.75;
}
#login .close::before,
#login .close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  width: 2.4rem;
  height: 0.2rem;
  background-color: rgb(0, 0, 0);
}
#login .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#login .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#login dl {
  margin: 0;
}
#login dl div {
  padding-top: 2rem;
}
#login dt {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
#login dd {
  padding-top: 0.7rem;
  margin: 0;
}
#login dd a {
  padding: 0.75em;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
}
#login div:nth-of-type(1) dd a {
  background-color: #3242bb;
}
#login div:nth-of-type(2) dd a {
  background-color: #e14636;
}
#login .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/*  aside  */
#wrapper > aside > div {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  #wrapper > aside > div {
    padding: 7rem 0;
  }
}
#wrapper > aside > div:nth-of-type(odd) {
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: rgb(239, 239, 239);
}
#wrapper > aside h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper > aside h2 {
    font-size: 3rem;
  }
}
/*  hashtag  */
#wrapper > aside #hashtag {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #wrapper > aside #hashtag {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  #hashtag {
    /*
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
*/
  }
}
#hashtag section {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  #hashtag section {
    padding: 0;
    /*
    flex-basis: calc(616 / 1280 * 100%);
*/
  }
}
#hashtag section:nth-of-type(odd) {
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #hashtag section:nth-of-type(odd) {
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
}
#hashtag section h2 {
  margin: 0 auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #hashtag section h2 {
    margin: 0;
    position: static;
    width: auto;
    font-size: 3rem;
    line-height: 1.2;
  }
}
#hashtag section h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: calc(0.3em + (78 - 34) / 2 / 30 * 1em);
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(78 / 30 * 1em);
  height: calc(34 / 30 * 1em);
  background-image: url(../images/ico_insta_k.svg), url(../images/ico_tw_k.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%, 100% 50%;
  background-size: auto 100%, auto 80%;
}
@media screen and (min-width: 768px) {
  #hashtag section h2::after {
    margin-top: -0.2em;
    margin-left: calc(20 / 30 * 1em);
    position: static;
    background-size: auto;
  }
}
#hashtag .desc {
  padding: 1.4rem 0 1.4rem 0;
}
@media screen and (min-width: 768px) {
  #hashtag .desc {
    padding: 3.8rem 0 2.4rem 0;
  }
}
#hashtag .desc p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #hashtag .desc p {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
#hashtag ul {
  padding: 0;
  margin: 0 auto;
  max-width: 35.4rem;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #hashtag ul {
    margin: 0;
    max-width: none;
  }
}
#hashtag li {
  padding-bottom: calc(9 / 343 * 100%);
  flex-basis: calc(108 / 343 * 100%);
  text-align: center;
}
#hashtag li:nth-of-type(n + 10) {
  display: none;
}
@media screen and (min-width: 768px) {
  #hashtag li {
    padding-bottom: calc(14 / 616 * 100%);
    flex-basis: calc(112 / 616 * 100%);
  }
  #hashtag li:nth-of-type(n + 10) {
    display: list-item;
  }
}
#hashtag .button {
  padding-top: 1.1rem;
}
@media screen and (min-width: 768px) {
  #hashtag .button {
    padding-top: 1.6rem;
  }
}
#hashtag .button a {
  padding: 1.2rem;
  margin: 0 auto;
  display: block;
  max-width: 40rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  box-sizing: border-box;
  background-color: rgb(70, 96, 239);
}
@media screen and (min-width: 768px) {
  #hashtag .button a {
    padding: 1.8rem;
    font-size: 2rem;
  }
}

.insta,
.tw {
  display: none;
}

/*  help  */
#help .button {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #help .button {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}
#help .button li {
  padding: 0 0 1rem 0;
}
@media screen and (min-width: 768px) {
  #help .button li {
    padding: 0 0.5rem;
    flex-basis: 24rem;
  }
}
#help .button a {
  padding: 1.4rem;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: rgb(70, 96, 239);
  border-radius: 70px;
  border: solid 2px rgb(70, 96, 239);
  background-color: rgb(247, 247, 247);
}
@media screen and (min-width: 768px) {
  #help .button a {
    padding: 1.6rem;
    font-size: 1.9rem;
  }
}
#help section {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  #help section {
    padding-top: 5.8rem;
  }
}
#help .desc {
  padding: 1.4rem 0 1rem 0;
  margin: 0 auto;
  max-width: 30rem;
}
@media screen and (min-width: 768px) {
  #help .desc {
    padding: 2.6rem 0;
    margin: 0;
    max-width: none;
  }
}
#help .desc p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  #help .desc p {
    font-size: 1.8rem;
    text-align: center;
  }
}
#help .desc em {
  font-style: normal;
  font-weight: bold;
  color: rgb(70, 96, 239);
}
#help .call p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  #help .call p {
    font-size: 1.6rem;
  }
}
#help .call a {
  font-size: 4rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: calc(2 / 40 * 1em);
  color: rgb(70, 96, 239);
}
@media screen and (min-width: 768px) {
  #help .call a {
    font-size: 4rem;
    line-height: 1.2;
  }
}

/*  promo  */
#promo {
  display: none;
  /* 21/11/30 top以外を消す為にdisplay none */
}

#promo .slide {
  padding: 2rem 0 0 0;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #promo .slide {
    padding-top: 3.2rem;
    margin: 0 auto;
    max-width: 112rem;
    box-sizing: border-box;
  }
}
#promo .slide ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#promo .slide li {
  text-align: center;
  transition: 0.4s opacity ease-in;
}
@media screen and (min-width: 768px) {
  #promo .slide li {
    padding: 0 calc(10 / 1120 * 100%);
    transition: none;
  }
}
#promo .slide li:not(.swiper-slide-active) {
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (min-width: 480px) {
  #promo .slide li.swiper-slide-prev,
  #promo .slide li.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  #promo .slide li:not(.swiper-slide-active) {
    opacity: 1;
    pointer-events: auto;
  }
}
#promo .slide li .image {
  display: inline-block;
  overflow: hidden;
}
#promo .slide li img {
  transition: 0.2s transform ease-out;
}
#promo .slide li a:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
#promo .slide li p {
  padding: 0.4rem 1.5rem;
  margin: 0 auto;
  max-width: 26rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: justify;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #promo .slide li p {
    padding: 1.2rem 1.5rem 0 1.5rem;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
@media screen and (min-width: 768px) {
  #promo .swiper-container {
    margin: 0;
    position: static;
    overflow: visible;
    z-index: auto;
  }
  #promo .swiper-wrapper {
    -webkit-transform: none;
    transform: none;
    width: auto;
    height: auto;
    z-index: auto;
    transition: none;
  }
  #promo .swiper-slide {
    flex-shrink: 1;
    width: auto;
    height: auto;
    position: static;
  }
}

/*  footer  */
#wrapper > footer {
  padding: 0 calc(50vw - 50%) 9.2rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  color: rgb(255, 255, 255);
  background-color: rgb(28, 41, 87);
}
@media screen and (min-width: 768px) {
  #wrapper > footer {
    padding: 3.7rem calc(50vw - 50%) 2.3rem calc(50vw - 50%);
  }
}
@media screen and (min-width: 1280px) {
  #wrapper > footer {
    padding: 6.4rem calc(50vw - 50%) 2.3rem calc(50vw - 50%);
  }
}

/* sitemap */
#sitemap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #sitemap ul {
    margin: 0 calc(50% - 50vw);
    background: rgb(255, 255, 255);
  }
  #sitemap > ul > li {
    border-bottom: solid 2px rgb(255, 255, 255);
  }
  #sitemap > ul > li > a {
    padding: 1.22rem calc(16 / 375 * 100vw);
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    background-color: rgb(28, 41, 87);
    position: relative;
  }
  #sitemap > ul > li > ul > li > a[href*="/gelaende/?q=cat"]::before,
  #sitemap > ul > li > ul > li > a[href*="/gelaende/?q=cat"]::after,
  #sitemap a.mid::before,
  #sitemap a.mid::after,
  #sitemap > ul > li > a::before,
  #sitemap > ul > li > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(26 / 375 * 100% + 0.2rem);
    margin: auto;
    width: 1.6rem;
    height: 0.2rem;
    background-color: rgb(255, 255, 255);
  }
  #sitemap > ul > li > ul > li > a[href*="/gelaende/?q=cat"]::before,
  #sitemap > ul > li > ul > li > a[href*="/gelaende/?q=cat"]::after {
    background-image: none;
  }
  #sitemap a.mid::before,
  #sitemap a.mid::after {
    background-color: rgb(70, 96, 239);
    background-image: none;
  }
  #sitemap > ul > li > ul > li > a[href*="/gelaende/?q=cat"].close::after,
  #sitemap a.mid.close::after,
  #sitemap > ul > li > a.close::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #sitemap > ul > li > ul > li {
    border-bottom: solid 2px rgb(247, 247, 247);
  }
  #sitemap > ul > li > ul > li > ul > li > a,
  #sitemap > ul > li > ul > li > a {
    padding: 1.38rem calc(16 / 375 * 100vw);
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    position: relative;
  }
  #sitemap > ul > li > ul > li > ul > li > a::after,
  #sitemap > ul > li > ul > li > a::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(26 / 375 * 100%);
    margin: auto;
    border-radius: 50%;
    background: rgb(70, 96, 239) url(../images/ico_arrow.svg) no-repeat 50% 50%;
  }
  #sitemap .container ul {
    padding: 1.2rem 0;
    background-color: rgb(247, 247, 247);
  }
  #sitemap .container ul a {
    padding: 0.38rem calc(16 / 375 * 100vw);
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    color: rgb(70, 96, 239);
  }
  #sitemap > ul > li > ul > li > a[href*="/gelaende/?q=cat"] {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
  }
  #sitemap > ul > li > ul > li:first-of-type {
    border-top: 2px solid rgb(255, 255, 255);
  }
  #sitemap > ul > li > ul > li:last-of-type {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  #sitemap > ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  #sitemap > ul > li:not(:last-of-type) {
    flex-basis: 50%;
    max-width: 50.5rem;
    padding-bottom: 4.2rem;
  }
  #sitemap > ul > li:last-of-type {
    flex-basis: 100%;
  }
  #sitemap > ul > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  #sitemap > ul > li > ul {
    flex-basis: calc(100% - 16.2rem);
  }
  #sitemap a {
    padding: 0.28em 0;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #sitemap li .top {
    display: none;
  }
  #sitemap li li a {
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
  #sitemap li a + ul li a::before {
    content: "\30FC";
    margin-right: 0.25em;
  }
  #sitemap li li ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
  }
  #sitemap > ul > li > ul > li > ul {
    padding-left: 1.25em;
  }
  #sitemap li li li a:not(.mid) {
    font-weight: 500;
  }
  #sitemap li a + ul li li a::before {
    content: none;
  }
  #sitemap > ul > li > ul > li > ul:not(.container) li:not(:last-of-type)::after,
  #sitemap .mid + ul li:not(:last-of-type)::after {
    content: "\FF0F";
    display: inline-block;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  #sitemap .container {
    padding-bottom: 0;
    display: block;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5rem;
    column-gap: 5rem;
  }
  #sitemap .container > li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

/*  siblink  */
#siblink {
  padding: 3.4rem 0;
}
#siblink ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#siblink li:not(:first-of-type) {
  padding-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  #siblink ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #siblink li {
    flex-basis: calc(50% - 1rem);
  }
  #siblink li:not(:first-of-type) {
    padding-top: 0;
  }
}
#siblink a {
  padding: 1.35rem;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: solid 1px rgb(255, 255, 255);
  border-radius: 22px;
}
@media screen and (min-width: 768px) {
  #siblink a {
    padding: 1.7rem;
    font-size: 1.6rem;
    border-top: solid 1px rgb(239, 239, 239);
    border-bottom: solid 1px rgb(239, 239, 239);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
#siblink a::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 1.72rem;
  height: 1.1rem;
  background: url(../images/ico_ext.svg) no-repeat 50% 50% / contain;
}

/*  remotelink  */
#remotelink ul {
  padding: 0.8rem 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #remotelink ul {
    padding: 0;
    display: -webkit-box;
    display: flex;
  }
}
#remotelink li {
  padding: 0.4rem 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #remotelink li {
    padding: 0;
  }
}
#remotelink li:not(:last-of-type) {
  padding-right: 0.9rem;
}
@media screen and (min-width: 768px) {
  #remotelink li:not(:last-of-type) {
    padding-right: 3rem;
  }
}
#remotelink a {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

/*  otherlink  */
#otherlink ul {
  padding: 1.3rem 0;
  margin: 0;
  list-style: none;
  max-width: 76.8rem;
}
#otherlink li {
  padding: 0.72rem 0;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #otherlink li {
    padding: 0.4rem 0;
  }
}
#otherlink li:not(:last-of-type) {
  padding-right: 1rem;
  margin-right: 0.9rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #otherlink li:not(:last-of-type) {
    padding-right: 1.9rem;
    margin-right: 1.8rem;
  }
}
#otherlink li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1em;
  border-right: solid 1px rgb(255, 255, 255);
}

/*  snslink  */
#snslink {
  padding: 1.6rem 0;
}
@media screen and (min-width: 768px) {
  #snslink {
    padding: 3.2rem 0;
  }
}
#snslink ul {
  margin: 0;
  list-style: none;
  padding: 1rem;
  background-color: #f9fafc;
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  gap: 20px;
}
#snslink li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
/* #snslink li:not(:last-of-type) {
  padding-right: 1.8rem;
} */
/* @media screen and (min-width: 768px) {
  #snslink li:not(:last-of-type) {
    padding-right: 4.5rem;
  }
} */
#snslink li img {
  width: calc(22.4 / 34 * 100%);
  margin: 0 auto;
  display: block;
}
/* @media screen and (min-width: 768px) {
  #snslink li img {
    width: auto;
  }
} */

/*  seclink  */
#seclink {
  padding: 1.4rem 0;
}
@media screen and (min-width: 768px) {
  #seclink {
    padding: 0.9rem 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#seclink ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
}
#seclink li:not(:last-of-type) {
  padding-right: 2rem;
}
#wrapper > footer small {
  padding: 2.4rem 0;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #wrapper > footer small {
    padding: 0.9rem 0;
    margin: calc((1.8rem + 1.2em) * -1) 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* gotop @common.js */
#gotop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 calc(16 / 375 * 100vw) 8.5rem 0;
  margin: 0 auto;
  max-width: 1920px;
  box-sizing: border-box;
  pointer-events: none;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  #gotop {
    padding: 0 5rem 5rem 0;
  }
}
#gotop.hidden {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#gotop a {
  position: relative;
  display: block;
  margin: 0 0 0 auto;
  width: 3.4rem;
  height: 3.4rem;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  pointer-events: auto;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  transition: 0.2s box-shadow ease-out, 0.2s background-color ease-out, 0.2s outline-color ease-out;
}
@media screen and (min-width: 768px) {
  #gotop a {
    width: 5rem;
    height: 5rem;
  }
}
#gotop a:hover {
  opacity: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  outline: solid 2px rgb(70, 96, 239);
  background-color: rgb(247, 247, 247);
}
#gotop a::before {
  content: "";
  display: inline-block;
  width: 100%;
}
#gotop a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 30%;
  border-top: 2px solid rgb(0, 0, 0);
  border-left: 2px solid rgb(0, 0, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translate(15%, 15%);
  transform: rotate(45deg) translate(15%, 15%);
  box-sizing: border-box;
  transition: 0.2s border-color ease-out;
}
#gotop a:hover::after {
  border-color: rgb(70, 96, 239);
}

/*  component  */

/*  cmp_topicpath  */
.cmp_topicpath {
  padding: 0.8rem 0 0 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .cmp_topicpath {
    padding: 2rem 0;
  }
}
.cmp_topicpath li {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cmp_topicpath li {
    font-size: 1.1rem;
  }
}
.cmp_topicpath li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  margin: 0 0.9rem;
  width: 0.71rem;
  height: 0.71rem;
  border-top: solid 1px rgb(255, 255, 255);
  border-right: solid 1px rgb(255, 255, 255);
  -webkit-transform: rotate(45deg) translateX(-25%);
  transform: rotate(45deg) translateX(-25%);
  -webkit-transform: rotate(45deg) translate(-25%, 15%);
  transform: rotate(45deg) translate(-25%, 15%);
  -webkit-transform: rotate(45deg) translate(-25%, 25%);
  transform: rotate(45deg) translate(-25%, 25%);
}
@media screen and (min-width: 768px) {
  .cmp_topicpath li:not(:last-of-type)::after {
    margin: 0 0.9rem;
    width: 0.8485rem;
    height: 0.8485rem;
  }
}
.cmp_topicpath li:first-of-type a {
  display: inline-block;
  margin-top: -0.1em;
  width: 1rem;
  height: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cmp_topicpath li:first-of-type a {
    width: 1.2rem;
    height: 1.3rem;
  }
}
.cmp_topicpath li:first-of-type a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_home_inv.svg) no-repeat 50% 50% / contain;
}
.cmp_topicpath:not(.inv) li {
  color: rgb(0, 0, 0);
}
.cmp_topicpath:not(.inv) li:first-of-type a::before {
  background-image: url(../images/ico_home.svg);
}
.cmp_topicpath:not(.inv) li:not(:last-of-type)::after {
  border-color: rgb(0, 0, 0);
}

/*  cmp_header  */
.cmp_header {
  padding: 0 calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: rgb(70, 96, 239);
}
.cmp_header h2 {
  padding: 3.8rem 0;
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .cmp_header h2 {
    padding: 3.8rem 0 6rem 0;
    font-size: 3.8rem;
  }
}
.cmp_header h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 1.2rem;
  width: 2.8rem;
  height: 2.8rem;
  background: no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  .cmp_header h2::before {
    margin-right: 1.4rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}

/*cmp_header_wh  */
.cmp_header_wh h2 {
  padding: 2.1rem 0 1.3rem 0;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .cmp_header_wh h2 {
    padding: 1.8rem 0 4.2rem 0;
    font-size: 3rem;
  }
}

/*  cmp_tabview  */
.cmp_tabview input[name="cat"],
.cmp_tabview input[name$="sub"] {
  display: none;
}
.cmp_tabview .tab {
  padding: 0 calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cmp_tabview .tab {
    padding: 0;
  }
}
.cmp_tabview > .tab {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: rgb(247, 247, 247);
}
@media screen and (min-width: 768px) {
  .cmp_tabview > .tab {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cmp_tabview .view .tab {
  border-bottom: solid 1px rgb(203, 203, 203);
}
.cmp_tabview .tab li {
  flex-basis: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .cmp_tabview > .tab li {
    flex-basis: 18rem;
  }
  .cmp_tabview .view .tab li {
    flex-basis: 15rem;
  }
}
.cmp_tabview > .tab li {
  border-top: solid 1px rgb(70, 96, 239);
  border-bottom: solid 1px rgb(70, 96, 239);
  border-left: solid 1px rgb(70, 96, 239);
}
.cmp_tabview > .tab li:last-of-type {
  border-right: solid 1px rgb(70, 96, 239);
}
.cmp_tabview > .tab li:first-of-type {
  border-radius: 5px 0 0 5px;
}
.cmp_tabview > .tab li:last-of-type {
  border-radius: 0 5px 5px 0;
}
.cmp_tabview .tab label {
  padding: 1.2rem 0;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: rgb(70, 96, 239);
  cursor: pointer;
  transition: 0.2s background-color ease-out, 0.2s opacity ease-out;
}
@media screen and (min-width: 768px) {
  .cmp_tabview .tab label {
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .cmp_tabview .tab label:hover {
    opacity: 0.75;
  }
}
.cmp_tabview .view .tab label {
  padding: 2rem 0;
  position: relative;
  color: rgb(203, 203, 203);
}
.cmp_tabview .view .tab label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
  background-color: rgb(70, 96, 239);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: 0.3s transform ease-out;
}
.cmp_tabview input[name="cat"]:nth-last-of-type(1):checked + .tab li:nth-last-of-type(1) label {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
.cmp_tabview input[name="cat"]:nth-last-of-type(2):checked + input + .tab li:nth-last-of-type(2) label {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
.cmp_tabview input[name="cat"]:nth-last-of-type(3):checked + input + input + .tab li:nth-last-of-type(3) label {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
.cmp_tabview input[name="cat"]:nth-last-of-type(4):checked + input + input + input + .tab li:nth-last-of-type(4) label {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
.cmp_tabview input[name="cat"]:nth-last-of-type(5):checked + input + input + input + input + .tab li:nth-last-of-type(5) label {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
.cmp_tabview input[name="cat"]:nth-last-of-type(6):checked + input + input + input + input + input + .tab li:nth-last-of-type(6) label {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
.cmp_tabview input[name="cat"]:nth-last-of-type(7):checked + input + input + input + input + input + input + .tab li:nth-last-of-type(7) label {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
.cmp_tabview input[name="cat"]:nth-last-of-type(8):checked + input + input + input + input + input + input + input + .tab li:nth-last-of-type(8) label {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
.cmp_tabview input[name="cat"]:nth-last-of-type(9):checked + input + input + input + input + input + input + input + input + .tab li:nth-last-of-type(9) label {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(1):checked + .tab li:nth-last-of-type(1) label {
  color: rgb(70, 96, 239);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(2):checked + input + .tab li:nth-last-of-type(2) label {
  color: rgb(70, 96, 239);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(3):checked + input + input + .tab li:nth-last-of-type(3) label {
  color: rgb(70, 96, 239);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(4):checked + input + input + input + .tab li:nth-last-of-type(4) label {
  color: rgb(70, 96, 239);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(5):checked + input + input + input + input + .tab li:nth-last-of-type(5) label {
  color: rgb(70, 96, 239);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(6):checked + input + input + input + input + input + .tab li:nth-last-of-type(6) label {
  color: rgb(70, 96, 239);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(7):checked + input + input + input + input + input + input + .tab li:nth-last-of-type(7) label {
  color: rgb(70, 96, 239);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(8):checked + input + input + input + input + input + input + input + .tab li:nth-last-of-type(8) label {
  color: rgb(70, 96, 239);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(9):checked + input + input + input + input + input + input + input + input + .tab li:nth-last-of-type(9) label {
  color: rgb(70, 96, 239);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(1):checked + .tab li:nth-last-of-type(1) label::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(2):checked + input + .tab li:nth-last-of-type(2) label::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(3):checked + input + input + .tab li:nth-last-of-type(3) label::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(4):checked + input + input + input + .tab li:nth-last-of-type(4) label::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(5):checked + input + input + input + input + .tab li:nth-last-of-type(5) label::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(6):checked + input + input + input + input + input + .tab li:nth-last-of-type(6) label::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(7):checked + input + input + input + input + input + input + .tab li:nth-last-of-type(7) label::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(8):checked + input + input + input + input + input + input + input + .tab li:nth-last-of-type(8) label::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cmp_tabview input[name$="sub"]:nth-last-of-type(9):checked + input + input + input + input + input + input + input + input + .tab li:nth-last-of-type(9) label::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cmp_tabview > .view > section {
  display: none;
}
.cmp_tabview .view input:nth-last-of-type(1):checked + .tab + .view > section:not(:nth-last-of-type(1)) {
  display: none;
}
.cmp_tabview .view input:nth-last-of-type(2):checked + input + .tab + .view > section:not(:nth-last-of-type(2)) {
  display: none;
}
.cmp_tabview .view input:nth-last-of-type(3):checked + input + input + .tab + .view > section:not(:nth-last-of-type(3)) {
  display: none;
}
.cmp_tabview .view input:nth-last-of-type(4):checked + input + input + input + .tab + .view > section:not(:nth-last-of-type(4)) {
  display: none;
}
.cmp_tabview .view input:nth-last-of-type(5):checked + input + input + input + input + .tab + .view > section:not(:nth-last-of-type(5)) {
  display: none;
}
.cmp_tabview .view input:nth-last-of-type(6):checked + input + input + input + input + input + .tab + .view > section:not(:nth-last-of-type(6)) {
  display: none;
}
.cmp_tabview .view input:nth-last-of-type(7):checked + input + input + input + input + input + input + .tab + .view > section:not(:nth-last-of-type(7)) {
  display: none;
}
.cmp_tabview .view input:nth-last-of-type(8):checked + input + input + input + input + input + input + input + .tab + .view > section:not(:nth-last-of-type(8)) {
  display: none;
}
.cmp_tabview .view input:nth-last-of-type(9):checked + input + input + input + input + input + input + input + input + .tab + .view > section:not(:nth-last-of-type(9)) {
  display: none;
}
.cmp_tabview .view input:nth-last-of-type(10):checked + input + input + input + input + input + input + input + input + input + .tab + .view > section:not(:nth-last-of-type(10)) {
  display: none;
}
.cmp_tabview input:nth-last-of-type(1):checked + .tab + .view > section:nth-last-of-type(1) {
  display: block;
  -webkit-animation: 0.3s fadeup ease-out;
  animation: 0.3s fadeup ease-out;
}
.cmp_tabview input:nth-last-of-type(2):checked + input + .tab + .view > section:nth-last-of-type(2) {
  display: block;
  -webkit-animation: 0.3s fadeup ease-out;
  animation: 0.3s fadeup ease-out;
}
.cmp_tabview input:nth-last-of-type(3):checked + input + input + .tab + .view > section:nth-last-of-type(3) {
  display: block;
  -webkit-animation: 0.3s fadeup ease-out;
  animation: 0.3s fadeup ease-out;
}
.cmp_tabview input:nth-last-of-type(4):checked + input + input + input + .tab + .view > section:nth-last-of-type(4) {
  display: block;
  -webkit-animation: 0.3s fadeup ease-out;
  animation: 0.3s fadeup ease-out;
}
.cmp_tabview input:nth-last-of-type(5):checked + input + input + input + input + .tab + .view > section:nth-last-of-type(5) {
  display: block;
  -webkit-animation: 0.3s fadeup ease-out;
  animation: 0.3s fadeup ease-out;
}
.cmp_tabview input:nth-last-of-type(6):checked + input + input + input + input + input + .tab + .view > section:nth-last-of-type(6) {
  display: block;
  -webkit-animation: 0.3s fadeup ease-out;
  animation: 0.3s fadeup ease-out;
}
.cmp_tabview input:nth-last-of-type(7):checked + input + input + input + input + input + input + .tab + .view > section:nth-last-of-type(7) {
  display: block;
  -webkit-animation: 0.3s fadeup ease-out;
  animation: 0.3s fadeup ease-out;
}
.cmp_tabview input:nth-last-of-type(8):checked + input + input + input + input + input + input + input + .tab + .view > section:nth-last-of-type(8) {
  display: block;
  -webkit-animation: 0.3s fadeup ease-out;
  animation: 0.3s fadeup ease-out;
}
.cmp_tabview input:nth-last-of-type(9):checked + input + input + input + input + input + input + input + input + .tab + .view > section:nth-last-of-type(9) {
  display: block;
  -webkit-animation: 0.3s fadeup ease-out;
  animation: 0.3s fadeup ease-out;
}
.cmp_tabview input:nth-last-of-type(10):checked + input + input + input + input + input + input + input + input + input + .tab + .view > section:nth-last-of-type(10) {
  display: block;
  -webkit-animation: 0.3s fadeup ease-out;
  animation: 0.3s fadeup ease-out;
}

/*  keyframes  */
@-webkit-keyframes zoomup {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomup {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes draw {
  0% {
    background-position: 100vw 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes draw {
  0% {
    background-position: 100vw 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes stretch {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
