/* Slider */
/* line 2, vendor/assets/stylesheets/slick/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, vendor/assets/stylesheets/slick/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, vendor/assets/stylesheets/slick/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 35, vendor/assets/stylesheets/slick/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, vendor/assets/stylesheets/slick/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 51, vendor/assets/stylesheets/slick/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, vendor/assets/stylesheets/slick/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, vendor/assets/stylesheets/slick/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, vendor/assets/stylesheets/slick/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, vendor/assets/stylesheets/slick/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, vendor/assets/stylesheets/slick/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, vendor/assets/stylesheets/slick/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, vendor/assets/stylesheets/slick/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, vendor/assets/stylesheets/slick/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, vendor/assets/stylesheets/slick/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, vendor/assets/stylesheets/slick/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, vendor/assets/stylesheets/slick/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, vendor/assets/stylesheets/slick/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

/* line 17, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-overlay {
  opacity: .5;
  background: transparent url(/kyoto/assets/vegas/overlays/02-b1e871140354e29dd43eea2f7559d82c9db5840c6a3611d7afb63716ebfc1ffc.png) center center repeat;
}

/* line 22, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

/* line 28, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  transition: width ease-out;
}

/* line 35, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

/* line 39, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity;
}

/* line 49, vendor/assets/stylesheets/vegas/vegas.css */
body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

/* line 54, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

/* line 61, vendor/assets/stylesheets/vegas/vegas.css */
body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

/* line 67, vendor/assets/stylesheets/vegas/vegas.css */
body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
/* line 78, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px) brightness(1.01);
}

/* line 85, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0px) brightness(1.01);
}

/* line 92, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
/* line 99, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

/* line 106, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%);
}

/* line 113, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
/* line 122, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

/* line 127, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

/* line 132, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
/* line 139, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25);
}

/* line 146, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1);
}

/* line 153, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
/* line 162, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%);
}

/* line 169, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0);
}

/* line 176, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
/* line 185, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  transform: translateY(-100%);
}

/* line 191, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  transform: translateY(0%);
}

/* line 197, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideDown2-out {
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
/* line 205, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  transform: translateX(100%);
}

/* line 211, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  transform: translateX(0%);
}

/* line 217, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideLeft2-out {
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
/* line 225, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  transform: translateX(-100%);
}

/* line 231, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  transform: translateX(0%);
}

/* line 237, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideRight2-out {
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
/* line 245, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  transform: translateY(100%);
}

/* line 251, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  transform: translateY(0%);
}

/* line 257, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideUp2-out {
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
/* line 265, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/* line 272, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* line 279, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlLeft2-out {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
/* line 288, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/* line 295, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* line 302, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
/* line 311, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0;
}

/* line 318, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1;
}

/* line 325, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomIn2-out {
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
/* line 334, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  transform: scale(2);
  opacity: 0;
}

/* line 341, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1;
}

/* line 348, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
/* line 357, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburns {
  animation: kenburns ease-out;
}

@keyframes kenburns {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
/* line 387, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out;
}

@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
/* line 417, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out;
}

@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
/* line 447, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out;
}

@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
/* line 477, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out;
}

@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
/* line 507, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out;
}

@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
/* line 537, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out;
}

@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
/* line 567, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out;
}

@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
/* line 597, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out;
}

@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-title {
  font-weight: 700;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-message a, .toast-message label {
  color: #FFF;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container * {
  box-sizing: border-box;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast {
  background-color: #030303;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-success {
  background-color: #51A351;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-error {
  background-color: #BD362F;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-info {
  background-color: #2F96B4;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-warning {
  background-color: #F89406;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* Default */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, app/assets/stylesheets/frontend/__normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, app/assets/stylesheets/frontend/__normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, app/assets/stylesheets/frontend/__normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, app/assets/stylesheets/frontend/__normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, app/assets/stylesheets/frontend/__normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, app/assets/stylesheets/frontend/__normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, app/assets/stylesheets/frontend/__normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, app/assets/stylesheets/frontend/__normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, app/assets/stylesheets/frontend/__normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, app/assets/stylesheets/frontend/__normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, app/assets/stylesheets/frontend/__normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, app/assets/stylesheets/frontend/__normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, app/assets/stylesheets/frontend/__normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, app/assets/stylesheets/frontend/__normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, app/assets/stylesheets/frontend/__normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, app/assets/stylesheets/frontend/__normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 179, app/assets/stylesheets/frontend/__normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 189, app/assets/stylesheets/frontend/__normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 200, app/assets/stylesheets/frontend/__normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 212, app/assets/stylesheets/frontend/__normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 223, app/assets/stylesheets/frontend/__normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 234, app/assets/stylesheets/frontend/__normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 247, app/assets/stylesheets/frontend/__normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 255, app/assets/stylesheets/frontend/__normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 264, app/assets/stylesheets/frontend/__normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 274, app/assets/stylesheets/frontend/__normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 284, app/assets/stylesheets/frontend/__normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 293, app/assets/stylesheets/frontend/__normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 302, app/assets/stylesheets/frontend/__normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 314, app/assets/stylesheets/frontend/__normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 322, app/assets/stylesheets/frontend/__normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 333, app/assets/stylesheets/frontend/__normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 341, app/assets/stylesheets/frontend/__normalize.scss */
[hidden] {
  display: none;
}

/* Adjust if you needed */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans JP"), url(/kyoto/assets/NotoSansJP/NotoSansJP-Regular-57fb97f13f9a9e49fb6a716912225f65a85e08d7e3fcccd6535811385b0f9e40.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans JP"), url(/kyoto/assets/NotoSansJP/NotoSansJP-Medium-ae8b273be7d36a2bf98b012aa9ecaf6838af0c1307832af9b634a58451a689cf.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans JP"), url(/kyoto/assets/NotoSansJP/NotoSansJP-Bold-fee4dbca59c21bfa7bf70c1fe0f6e6874f12f8221454c8396cba3b714def8167.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Outfit"), url(/kyoto/assets/Outfit/Outfit-Thin-87b401b8434ad526e025b31e72e199b0a90da6d7e3f7afcd6f86a47cedaa4f5b.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Outfit"), url(/kyoto/assets/Outfit/Outfit-Light-61ed6bc4edac473948c9bf8513d794ca3e3c7b24c45801ef0203cfee35417b8e.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Outfit"), url(/kyoto/assets/Outfit/Outfit-Regular-d52af7b91000b9cc31f4e8a305571de6b2b07d466deddded0c859649b8ce0e6d.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Outfit"), url(/kyoto/assets/Outfit/Outfit-Medium-6a614a192ae6b844a95f2e6619986c991763a519b8cca67a834215af5e6ceda9.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Outfit"), url(/kyoto/assets/Outfit/Outfit-SemiBold-77ac3c09f7cdadcf231c554c1c093d801c43944aaa5f20c235adffcdd78a34f4.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Outfit"), url(/kyoto/assets/Outfit/Outfit-Bold-4c5a4518e2a5b2f93d638da9a9059db8019a195c4cc089bc0e66b91a7f713bc4.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Outfit"), url(/kyoto/assets/Outfit/Outfit-ExtraBold-2087bf029eaed0dc1bb334a7dd0e99aa2d09ccc06696551f32bc6805b79bbcc1.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Outfit"), url(/kyoto/assets/Outfit/Outfit-Black-ca3242347c39975a23de431bf6b548bf0b70ac06b71a79959e3ed2fe9a752495.woff2) format("woff2");
}

/* line 4, app/assets/stylesheets/frontend/_default.scss */
html,
body {
  font-size: 62.5%;
}

/* line 8, app/assets/stylesheets/frontend/_default.scss */
body {
  background: white;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

/* line 15, app/assets/stylesheets/frontend/_default.scss */
::-moz-selection {
  color: white;
  background: deepskyblue;
}
::selection {
  color: white;
  background: deepskyblue;
}

/* line 20, app/assets/stylesheets/frontend/_default.scss */
a {
  color: deepskyblue;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s;
}

/* line 24, app/assets/stylesheets/frontend/_default.scss */
a:hover {
  color: #66d9ff;
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/frontend/_default.scss */
a:focus {
  outline: none;
}

/* line 34, app/assets/stylesheets/frontend/_default.scss */
a:focus,
*:focus {
  outline: none;
}

@media print {
  /* line 41, app/assets/stylesheets/frontend/_default.scss */
  * html body {
    zoom: 0.7;
  }
}

/* line 46, app/assets/stylesheets/frontend/_default.scss */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 53, app/assets/stylesheets/frontend/_default.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/* line 13, app/assets/stylesheets/frontend/style.scss */
.pc {
  display: block;
}

/* line 16, app/assets/stylesheets/frontend/style.scss */
.sp {
  display: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 24, app/assets/stylesheets/frontend/style.scss */
img {
  width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/frontend/style.scss */
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 35, app/assets/stylesheets/frontend/style.scss */
.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 41, app/assets/stylesheets/frontend/style.scss */
.wrap__ac {
  align-items: center;
}

/* line 45, app/assets/stylesheets/frontend/style.scss */
.wrap__rr {
  flex-direction: row-reverse;
}

/* line 49, app/assets/stylesheets/frontend/style.scss */
.headline {
  margin-bottom: 45px;
}

/* line 52, app/assets/stylesheets/frontend/style.scss */
.headline h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  color: #715595;
  text-align: center;
}

/* line 62, app/assets/stylesheets/frontend/style.scss */
.rounded_small {
  border-radius: 10px;
}

/* line 66, app/assets/stylesheets/frontend/style.scss */
.mt-0 {
  margin-top: 0 !important;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 74, app/assets/stylesheets/frontend/style.scss */
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

/* line 85, app/assets/stylesheets/frontend/style.scss */
.header .title {
  width: 40%;
}

/* line 87, app/assets/stylesheets/frontend/style.scss */
.header .title h1 {
  margin: 0;
  width: 95px;
}

/* line 92, app/assets/stylesheets/frontend/style.scss */
.header .title h1 a:hover {
  opacity: 0.5;
}

/* line 99, app/assets/stylesheets/frontend/style.scss */
.header .btns {
  display: none;
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 106, app/assets/stylesheets/frontend/style.scss */
.header .btns .kyoto {
  margin-right: 10px;
}

/* line 108, app/assets/stylesheets/frontend/style.scss */
.header .btns .kyoto a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #00a2f2;
  border-radius: 7px;
  color: #00a2f2;
  text-decoration: none;
  padding: 5px 15px;
  background: #fff;
}

/* line 119, app/assets/stylesheets/frontend/style.scss */
.header .btns .kyoto a:hover {
  background: #00a2f2;
  color: #fff;
}

/* line 126, app/assets/stylesheets/frontend/style.scss */
.header .btns .purchase {
  margin-right: 20px;
}

/* line 128, app/assets/stylesheets/frontend/style.scss */
.header .btns .purchase a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
}

/* line 138, app/assets/stylesheets/frontend/style.scss */
.header .btns .purchase a:hover {
  background: #fff;
  color: #000;
}

/* line 145, app/assets/stylesheets/frontend/style.scss */
.header .btns .language {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 20px;
}

/* line 150, app/assets/stylesheets/frontend/style.scss */
.header .btns .language a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 0 5px;
  position: relative;
}

/* line 158, app/assets/stylesheets/frontend/style.scss */
.header .btns .language a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
  opacity: 0;
}

/* line 171, app/assets/stylesheets/frontend/style.scss */
.header .btns .language a:hover::after {
  opacity: 1;
}

/* line 179, app/assets/stylesheets/frontend/style.scss */
.header.on {
  background: rgba(255, 255, 255, 0.8);
}

/* line 184, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .purchase a {
  border: 2px solid #715595;
  color: #715595;
}

/* line 188, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .purchase a:hover {
  background: #715595;
  color: #fff;
}

/* line 195, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .language {
  color: #715595;
}

/* line 198, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .language a {
  color: #715595;
}

/* line 201, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .language a::after {
  background: #715595;
}

/* line 209, app/assets/stylesheets/frontend/style.scss */
.header.on .menubar .menubar__trigger {
  border: 1px solid #715595;
}

/* line 212, app/assets/stylesheets/frontend/style.scss */
.header.on .menubar .menubar__trigger span {
  background-color: #715595;
}

/* line 220, app/assets/stylesheets/frontend/style.scss */
.fbtn {
  display: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 228, app/assets/stylesheets/frontend/style.scss */
.nav {
  visibility: hidden;
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 50px);
  z-index: 10000;
  background: #fff;
  border-radius: 30px;
  padding: 30px 50px;
  width: 80%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  opacity: 0;
}

/* line 243, app/assets/stylesheets/frontend/style.scss */
.nav .nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* line 250, app/assets/stylesheets/frontend/style.scss */
.nav.on {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

/* line 256, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list {
  flex: 1;
  display: flex;
}

/* line 260, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box {
  padding-right: 50px;
  max-width: 300px;
}

/* line 264, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul {
  margin-bottom: 25px;
}

/* line 267, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li {
  margin-bottom: 7px;
}

/* line 270, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li a {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

/* line 275, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li a:hover {
  color: #715595;
}

/* line 281, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li.label a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #715595;
}

/* line 289, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul.label__sub {
  margin-bottom: 16px;
}

/* line 294, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul.label__sub li.label a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 298, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul.label__sub li.label a:hover {
  color: #715595;
}

/* line 309, app/assets/stylesheets/frontend/style.scss */
.nav .nav__img {
  width: 35%;
  max-width: 400px;
  padding-right: 30px;
}

/* line 314, app/assets/stylesheets/frontend/style.scss */
.nav .nav__img img {
  transform: translate(0, 10px);
}

/* line 319, app/assets/stylesheets/frontend/style.scss */
.nav .close {
  position: absolute;
  top: 0;
  right: -20px;
}

/* line 324, app/assets/stylesheets/frontend/style.scss */
.nav .close button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  text-align: center;
  width: 30px;
  cursor: pointer;
  transition: 0.6s;
}

/* line 337, app/assets/stylesheets/frontend/style.scss */
.nav .close button:hover {
  transform: rotate(180deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 356, app/assets/stylesheets/frontend/style.scss */
.home .visual {
  width: 100%;
  height: calc(100svh - 200px);
  overflow: hidden;
  position: relative;
}

/* line 365, app/assets/stylesheets/frontend/style.scss */
.home .visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* line 376, app/assets/stylesheets/frontend/style.scss */
.home .visual .obj {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 600px;
  transform: translate(-50%, -50%);
}

/* line 386, app/assets/stylesheets/frontend/style.scss */
.home .visual .obj .maintenance__badge h1 {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 10px 0;
  text-align: center;
}

/* line 397, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: -10px;
  z-index: 20;
}

/* line 404, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul {
  display: flex;
}

/* line 407, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li {
  margin: 0 5px;
}

/* line 410, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a {
  width: 200px;
  height: 105px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding: 20px 0 0 0;
}

/* line 423, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a p.en {
  font-size: 28px;
  font-size: 2.8rem;
}

/* line 426, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a p.jp {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
}

/* line 430, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a p.jp span {
  padding-top: 10px;
}

/* line 435, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a span {
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 441, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a:hover {
  transform: translate(0, -10px);
}

/* line 447, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li:nth-child(1) a {
  background: #0096E0;
}

/* line 450, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li:nth-child(1) a p.jp {
  padding-top: 20px;
}

/* line 456, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li:nth-child(2) a {
  padding-top: 20px;
  background: #cc0000;
}

/* line 465, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker {
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/* line 475, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: ticker-slide-smart linear infinite;
  animation-duration: 20s;
}

/* line 482, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

/* line 487, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p strong {
  margin-right: 20px;
}

/* line 491, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p a {
  text-decoration: none;
  color: #fff;
}

/* line 495, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p a:hover {
  opacity: 0.5;
}

@keyframes ticker-slide-smart {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* line 512, app/assets/stylesheets/frontend/style.scss */
.home .visual .img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 521, app/assets/stylesheets/frontend/style.scss */
.home .visual .movie {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 529, app/assets/stylesheets/frontend/style.scss */
.home .visual .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 536, app/assets/stylesheets/frontend/style.scss */
.home .visual .instagram {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  transform: translate(0, -50%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 2;
}

/* line 546, app/assets/stylesheets/frontend/style.scss */
.home .visual .instagram a {
  display: block;
}

/* line 549, app/assets/stylesheets/frontend/style.scss */
.home .visual .instagram a:hover {
  opacity: 0.5;
}

/* line 556, app/assets/stylesheets/frontend/style.scss */
.home .toptabs {
  width: 100%;
  padding: 40px 50px 50px 50px;
}

/* line 560, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 565, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li {
  margin: 7px;
}

/* line 568, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a {
  text-decoration: none;
  color: #715595;
  display: block;
  min-width: 220px;
  border: 2.5px solid #715595;
  border-radius: 100vh;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  text-align: center;
  padding: 8px 10px;
  position: relative;
}

/* line 582, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a::after {
  content: "";
  width: 11px;
  height: 24px;
  background: url(/kyoto/assets/link_mark_v-a0a4a3d5a927cabddaeb56ba606c4d620f276e74a5a2d65cfc118fe3e509ce0d.svg) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.5s;
}

/* line 595, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a:hover {
  opacity: 0.6;
}

/* line 598, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 607, app/assets/stylesheets/frontend/style.scss */
.home .banner {
  width: 100%;
  padding: 10px 50px 50px 50px;
  background: #f0f0f0;
}

/* line 612, app/assets/stylesheets/frontend/style.scss */
.home .banner .txt {
  width: 42%;
}

/* line 615, app/assets/stylesheets/frontend/style.scss */
.home .banner .txt h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 623, app/assets/stylesheets/frontend/style.scss */
.home .banner .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

/* line 629, app/assets/stylesheets/frontend/style.scss */
.home .banner .img {
  width: 55%;
}

/* line 633, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer {
  display: flex;
  justify-content: center;
}

/* line 637, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap {
  width: 70%;
  max-width: 1300px;
}

/* line 642, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide {
  width: 100%;
}

/* line 645, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper {
  padding: 0 65px;
}

/* line 648, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  color: white;
  display: flex;
  justify-content: start;
  align-items: center;
}

/* line 662, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap {
  position: relative;
}

/* line 665, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner_image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}

/* line 671, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: start;
  align-items: center;
}

/* line 683, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box {
  width: 70%;
}

/* line 686, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box h4 {
  font-size: 45px;
  font-size: 4.5rem;
  margin-left: 5rem;
  word-break: break-word;
}

/* line 695, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner_image {
  border-radius: 10px;
}

/* line 701, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

/* line 706, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots li.slick-active button {
  background: #715595;
}

/* line 710, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots li {
  margin: 0 5px;
}

/* line 714, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -5000px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 729, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots button:hover {
  opacity: 0.5;
}

/* line 735, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 751, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow:hover {
  opacity: 0.6;
}

/* line 754, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text {
  text-indent: 0;
}

/* line 756, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text span {
  font-size: 3em;
  font-weight: 1000;
}

/* line 763, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-prev {
  left: 0;
}

/* line 766, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-next {
  right: 0;
}

/* line 770, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide button.circle_color_main {
  border-color: #715595 !important;
  color: #715595 !important;
}

/* line 775, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .circle_border {
  background: none;
  border: 2px #715595 solid;
  border-radius: 50px;
}

/* line 786, app/assets/stylesheets/frontend/style.scss */
.home .information {
  width: 100%;
  padding: 70px 50px;
  background: #f0f0f0;
}

/* line 791, app/assets/stylesheets/frontend/style.scss */
.home .information .title {
  width: 390px;
  margin-right: 60px;
}

/* line 795, app/assets/stylesheets/frontend/style.scss */
.home .information .title h2 {
  color: #715595;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 57px;
  font-size: 5.7rem;
  line-height: 1;
  margin-bottom: 13px;
}

/* line 804, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn {
  text-align: center;
}

/* line 806, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a {
  width: 100%;
  max-width: 320px;
  display: inline-block;
  background: #715595;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 10px;
  border-radius: 7px;
  text-decoration: none;
  position: relative;
}

/* line 819, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/kyoto/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 832, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a:hover {
  opacity: 0.6;
}

/* line 834, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 842, app/assets/stylesheets/frontend/style.scss */
.home .information .list {
  flex: 1;
}

/* line 846, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

/* line 851, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li:last-child {
  margin-bottom: 0;
}

/* line 855, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a {
  display: block;
  text-decoration: none;
  padding-right: 60px;
  position: relative;
}

/* line 862, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  background: url(/kyoto/assets/icons/news_mark-cf2083a429c581cb2972815e1857da71c13d513d65b60900226108fad8050b77.svg) no-repeat right center;
  background-size: 35px;
  transform: translate(0, -30%);
  transition: transform 0.5s ease;
}

/* line 875, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a:hover {
  opacity: 0.6;
}

/* line 877, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a:hover::after {
  transform: translate(0, -30%) rotate(360deg);
}

/* line 882, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 887, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head .date {
  color: #715595;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  margin-right: 15px;
}

/* line 894, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head .ctg {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 898, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head .ctg span {
  color: rgba(216, 104, 0, 0.5);
}

/* line 903, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333333;
}

/* line 914, app/assets/stylesheets/frontend/style.scss */
.home .aboutus {
  width: 100%;
  padding: 70px 50px;
  background: #f0f0f0;
}

/* line 919, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .txt {
  width: 42%;
}

/* line 922, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .txt h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 930, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

/* line 936, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .img {
  width: 55%;
}

/* line 941, app/assets/stylesheets/frontend/style.scss */
.home .tabs {
  width: 100%;
  padding: 70px 50px 40px 50px;
  text-align: center;
}

/* line 946, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 951, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li {
  width: 30%;
  max-width: 250px;
  margin: 0 10px;
}

/* line 956, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 13px 10px;
  border-radius: 7px;
  color: #d86800;
  position: relative;
}

/* line 970, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/kyoto/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 983, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a:hover {
  background: #d86800;
  color: #fff;
}

/* line 987, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 996, app/assets/stylesheets/frontend/style.scss */
.home .features {
  width: 100%;
  padding: 30px 50px 70px 50px;
}

/* line 1000, app/assets/stylesheets/frontend/style.scss */
.home .features .inner {
  max-width: 1000px;
}

/* line 1004, app/assets/stylesheets/frontend/style.scss */
.home .features .headline {
  margin-bottom: 15px;
}

/* line 1008, app/assets/stylesheets/frontend/style.scss */
.home .features .lead {
  margin-bottom: 45px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #715595;
}

/* line 1015, app/assets/stylesheets/frontend/style.scss */
.home .features .icons {
  margin-bottom: 30px;
}

/* line 1018, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 1023, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li {
  width: 16%;
}

/* line 1026, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li img {
  width: 100%;
  height: auto;
}

/* line 1031, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li dl {
  width: 100%;
}

/* line 1034, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li dl dt {
  margin-bottom: 10px;
}

/* line 1037, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li dl dd {
  color: #715595;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

/* line 1046, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li button {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  background: none;
}

/* line 1057, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li button:hover {
  opacity: 0.5;
}

/* line 1066, app/assets/stylesheets/frontend/style.scss */
.home .modal {
  display: none;
  width: 100%;
  opacity: 0;
  max-width: 880px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  padding: 60px 70px 80px 70px;
  transition: opacity 0.5s ease;
}

/* line 1080, app/assets/stylesheets/frontend/style.scss */
.home .modal .icon {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 0 auto;
}

/* line 1085, app/assets/stylesheets/frontend/style.scss */
.home .modal h3 {
  margin-top: 20px;
  color: #715595;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

/* line 1093, app/assets/stylesheets/frontend/style.scss */
.home .modal p {
  color: #715595;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
}

/* line 1098, app/assets/stylesheets/frontend/style.scss */
.home .modal .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
}

/* line 1104, app/assets/stylesheets/frontend/style.scss */
.home .modal .modal__close button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  background: none;
}

/* line 1114, app/assets/stylesheets/frontend/style.scss */
.home .modal .modal__close button:hover {
  opacity: 0.5;
}

/* line 1120, app/assets/stylesheets/frontend/style.scss */
.home .modal__bg {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
  transition: opacity 0.5s ease;
}

/* line 1132, app/assets/stylesheets/frontend/style.scss */
.home .modal.fade-in,
.home .modal__bg.fade-in {
  opacity: 1;
}

/* line 1137, app/assets/stylesheets/frontend/style.scss */
.home .ticket {
  width: 100%;
  padding: 70px 50px 70px 50px;
  background: #f0f0f0;
}

/* line 1142, app/assets/stylesheets/frontend/style.scss */
.home .ticket.purchase_new {
  background: #fff;
  padding-top: 0;
}

/* line 1146, app/assets/stylesheets/frontend/style.scss */
.home .ticket.purchase_new.no_pad {
  padding: 0;
}

/* line 1149, app/assets/stylesheets/frontend/style.scss */
.home .ticket.purchase_new.no_pad .lead {
  padding-left: 5%;
  padding-right: 5%;
}

/* line 1156, app/assets/stylesheets/frontend/style.scss */
.home .ticket .headline {
  margin-bottom: 15px;
}

/* line 1160, app/assets/stylesheets/frontend/style.scss */
.home .ticket .lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #715595;
}

/* line 1167, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

/* line 1172, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 1177, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li {
  width: 47%;
}

/* line 1180, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li h3 {
  background: #9c6fe5;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1191, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box {
  background: #efe5fd;
  padding: 15px 20px 30px 20px;
}

/* line 1195, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box .price {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 13px auto;
}

/* line 1200, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box .price dl {
  display: flex;
  justify-content: space-between;
  color: #715595;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

/* line 1209, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box .price dl:first-child {
  border-bottom: 1px solid #715595;
}

/* line 1216, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .img {
  margin-bottom: 10px;
}

/* line 1219, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .img img {
  aspect-ratio: 53/30;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1225, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .buynow {
  margin-bottom: 10px;
}

/* line 1227, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .buynow a {
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #cc0000;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1240, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .buynow a:hover {
  opacity: 0.5;
}

/* line 1247, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #715595;
  color: #715595;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  background: #fff;
  text-align: center;
  padding: 5px 0 8px 0;
  position: relative;
}

/* line 1268, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 25px;
  background: url(/kyoto/assets/link_mark_h-65d13d8df4580cab14272feca9f3b73c0bce5bbdd21b1322068b907a9384c084.svg) no-repeat center center #fff;
  background-size: 100%;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.5s;
}

/* line 1281, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button:hover {
  opacity: 0.7;
}

/* line 1284, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 1295, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 1300, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li {
  width: 30%;
  max-width: 250px;
  margin: 0 5px;
}

/* line 1305, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #999;
  background-color: #fff;
  display: block;
  min-width: 220px;
  border: none;
  border-radius: 20px;
  text-align: center;
  padding: 8px 10px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  padding: 13px 10px 20px 10px;
}

/* line 1328, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li button.smoked_background {
  background: #f0f0f0;
}

/* line 1332, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li button:hover, .home .ticket .tickets__tab_toggle ul li button.active {
  background-color: #715595;
  color: #f0f0f0;
}

/* line 1342, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tabs {
  width: 100%;
  max-width: 1300px;
  margin: 5px auto 0 auto;
  background: #f0f0f0;
  position: relative;
  z-index: 1;
  padding: 40px 50px 10px 50px;
  display: none;
  border-radius: 20px;
}

/* line 1353, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tabs.white__background {
  background: #fff;
}

/* line 1357, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tabs.active {
  display: block;
}

/* line 1364, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 1369, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper {
  width: 100%;
}

/* line 1373, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item {
  margin-left: 10px;
  margin-right: 10px;
  min-height: 548px;
  display: flex;
  flex-direction: column;
}

/* line 1381, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item h3 {
  background: #9c6fe5;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1382, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item h3.set_ticket_title {
  font-size: 23px;
  font-size: 2.3rem;
  min-height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1400, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box {
  background: #efe5fd;
  padding: 15px 20px 30px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 1407, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box .price {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 13px auto;
}

/* line 1412, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box .price dl {
  display: flex;
  justify-content: space-between;
  color: #715595;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

/* line 1421, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box .price dl:first-child {
  border-bottom: 1px solid #715595;
}

/* line 1428, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .img {
  margin-bottom: 10px;
  flex-grow: 1;
  display: flex;
}

/* line 1433, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .img img {
  aspect-ratio: 53/30;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1450, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .buynow {
  margin-bottom: 10px;
}

/* line 1452, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .buynow a {
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #cc0000;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1465, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .buynow a:hover {
  opacity: 0.5;
}

/* line 1472, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #715595;
  color: #715595;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  background: #fff;
  text-align: center;
  padding: 5px 0 8px 0;
  position: relative;
}

/* line 1493, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 25px;
  background: url(/kyoto/assets/link_mark_h-65d13d8df4580cab14272feca9f3b73c0bce5bbdd21b1322068b907a9384c084.svg) no-repeat center center #fff;
  background-size: 100%;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.5s;
}

/* line 1506, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button:hover {
  opacity: 0.7;
}

/* line 1509, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 1517, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

/* line 1522, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots li.slick-active button {
  background: #715595;
}

/* line 1526, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots li {
  margin: 0 5px;
}

/* line 1530, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -5000px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1545, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots button:hover {
  opacity: 0.5;
}

/* line 1551, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1567, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow:hover {
  opacity: 0.7;
}

/* line 1570, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text {
  text-indent: 0;
}

/* line 1572, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text span {
  font-size: 3em;
  font-weight: 1000;
}

/* line 1579, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-prev {
  left: -25px;
}

/* line 1582, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-next {
  right: -25px;
}

/* line 1586, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper button.circle_color_main {
  border-color: #715595 !important;
  color: #715595 !important;
}

/* line 1591, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .circle_border {
  background: white;
  border: 2px #715595 solid;
  border-radius: 50px;
}

/* line 1600, app/assets/stylesheets/frontend/style.scss */
.home .ad {
  width: 100%;
  padding: 30px 50px 40px 50px;
}

/* line 1605, app/assets/stylesheets/frontend/style.scss */
.home .courses {
  width: 100%;
  padding: 70px 50px 50px 50px;
}

/* line 1609, app/assets/stylesheets/frontend/style.scss */
.home .courses .headline {
  margin-bottom: 30px;
}

/* line 1613, app/assets/stylesheets/frontend/style.scss */
.home .courses .laed {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #715595;
  margin-bottom: 50px;
}

/* line 1621, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns {
  margin-bottom: 30px;
}

/* line 1624, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul {
  display: flex;
  justify-content: center;
}

/* line 1628, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li {
  margin: 0 20px;
  width: 100%;
  max-width: 280px;
}

/* line 1633, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  border-radius: 10px;
  padding: 10px 10px;
  text-align: center;
}

/* line 1645, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li a:hover {
  opacity: 0.5;
}

/* line 1651, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li:nth-child(1) a {
  background: #715595;
}

/* line 1656, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li:nth-child(2) a {
  background: #288cb4;
}

/* line 1663, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__lead {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 1669, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__lead h3 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  color: #715595;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
}

/* line 1677, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__lead p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #715595;
}

/* line 1685, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 1690, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul li {
  width: 30%;
  max-width: 190px;
  margin: 0 5px;
}

/* line 1695, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul li button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #fff;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  padding: 13px 10px 20px 10px;
  border-radius: 7px 7px 0 0;
}

/* line 1713, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul li button:hover, .home .courses .courses__tabs ul li button.active {
  transform: translate(0, -10px);
}

/* line 1738, app/assets/stylesheets/frontend/style.scss */
.home .courses .course {
  width: 100%;
  max-width: 1300px;
  margin: -10px auto 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 50px 10px 50px;
  display: none;
  border-radius: 20px;
}

/* line 1749, app/assets/stylesheets/frontend/style.scss */
.home .courses .course.active {
  display: block;
}

/* line 1753, app/assets/stylesheets/frontend/style.scss */
.home .courses .course h3 {
  text-align: center;
  font-size: 45px;
  font-size: 4.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #715595;
}

/* line 1761, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__sub {
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
  color: #715595;
}

/* line 1769, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__lead {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
  color: #715595;
}

/* line 1775, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__img {
  margin-bottom: 30px;
}

/* line 1778, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__map {
  margin-bottom: 50px;
}

/* line 1782, app/assets/stylesheets/frontend/style.scss */
.home .courses .course h4 {
  font-size: 29px;
  font-size: 2.9rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}

/* line 1790, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable {
  margin-bottom: 50px;
}

/* line 1794, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table {
  width: 100%;
  border-collapse: collapse;
}

/* line 1799, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table tr:nth-child(even) td {
  background: #ffc7c3;
}

/* line 1804, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table th,
.home .courses .course .course__timetable .timetable table td {
  text-align: center;
  background: #ffe4e2;
  font-family: "Outfit", sans-serif;
  padding: 5px;
}

/* line 1812, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table th {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

/* line 1816, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table td {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 1819, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table td.label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

/* line 1826, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* line 1831, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf a {
  display: block;
  color: #fff;
  border-radius: 7px;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  background-color: #715595;
  position: relative;
}

/* line 1842, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 1846, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 1856, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide {
  width: 100%;
}

/* line 1858, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

/* line 1863, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots li {
  margin: 0 5px;
}

/* line 1867, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -5000px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1882, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots button:hover {
  opacity: 0.5;
}

/* line 1888, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1904, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow:hover {
  opacity: 0.6;
}

/* line 1907, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow.normal_text {
  text-indent: 0;
}

/* line 1909, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow.normal_text span {
  font-size: 3em;
  font-weight: 1000;
}

/* line 1915, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-prev {
  left: 0;
}

/* line 1918, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-next {
  right: 0;
}

/* line 1922, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item {
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 1929, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 1935, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

/* line 1941, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge {
  border: 2px blue solid;
  width: 85px;
  height: 85px;
  margin: 0;
  padding: 0;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
}

/* line 1953, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge span {
  font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 3.7rem;
  color: blue;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
}

/* line 1968, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num img {
  width: 100%;
  max-width: 85px;
  margin: 0 auto;
}

/* line 1974, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

/* line 1980, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
}

/* line 1985, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn {
  text-align: center;
}

/* line 1988, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

/* line 2006, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/kyoto/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 2019, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 2023, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 2031, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__img {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 2043, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3,
.home .courses #red h4,
.home .courses #red .course__sub,
.home .courses #red .course__lead,
.home .courses #red .course__busstop {
  color: #f42b17;
}

/* line 2050, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .btn button,
.home .courses #red h4 .btn button,
.home .courses #red .course__sub .btn button,
.home .courses #red .course__lead .btn button,
.home .courses #red .course__busstop .btn button {
  background: #f42b17;
}

/* line 2057, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-dots li.slick-active button,
.home .courses #red h4 .slick-dots li.slick-active button,
.home .courses #red .course__sub .slick-dots li.slick-active button,
.home .courses #red .course__lead .slick-dots li.slick-active button,
.home .courses #red .course__busstop .slick-dots li.slick-active button {
  background: #f42b17;
}

/* line 2063, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-prev,
.home .courses #red h4 .slick-prev,
.home .courses #red .course__sub .slick-prev,
.home .courses #red .course__lead .slick-prev,
.home .courses #red .course__busstop .slick-prev {
  background: url(/kyoto/assets/icons/prev_red-c4d4e6aa3f724d615596485de2ce62823f77a468ee7bcd40b710e345509a305e.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2066, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-prev.circle_border,
.home .courses #red h4 .slick-prev.circle_border,
.home .courses #red .course__sub .slick-prev.circle_border,
.home .courses #red .course__lead .slick-prev.circle_border,
.home .courses #red .course__busstop .slick-prev.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2072, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-next,
.home .courses #red h4 .slick-next,
.home .courses #red .course__sub .slick-next,
.home .courses #red .course__lead .slick-next,
.home .courses #red .course__busstop .slick-next {
  background: url(/kyoto/assets/icons/next_red-7d275e611b11e52d3f5160212beea91666cfd3fe9482da8a2290f9a5177b4ae1.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2076, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-next.circle_border,
.home .courses #red h4 .slick-next.circle_border,
.home .courses #red .course__sub .slick-next.circle_border,
.home .courses #red .course__lead .slick-next.circle_border,
.home .courses #red .course__busstop .slick-next.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2085, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3,
.home .courses #blue h4,
.home .courses #blue .course__sub,
.home .courses #blue .course__lead,
.home .courses #blue .course__busstop {
  color: #00a2f2;
}

/* line 2092, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .btn button,
.home .courses #blue h4 .btn button,
.home .courses #blue .course__sub .btn button,
.home .courses #blue .course__lead .btn button,
.home .courses #blue .course__busstop .btn button {
  background: #00a2f2;
}

/* line 2099, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-dots li.slick-active button,
.home .courses #blue h4 .slick-dots li.slick-active button,
.home .courses #blue .course__sub .slick-dots li.slick-active button,
.home .courses #blue .course__lead .slick-dots li.slick-active button,
.home .courses #blue .course__busstop .slick-dots li.slick-active button {
  background: #00a2f2;
}

/* line 2105, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-prev,
.home .courses #blue h4 .slick-prev,
.home .courses #blue .course__sub .slick-prev,
.home .courses #blue .course__lead .slick-prev,
.home .courses #blue .course__busstop .slick-prev {
  background: url(/kyoto/assets/icons/prev_blue-44fd79d59e06a781f511738da56db03c2568c1e05e77556005e5965db3671fd4.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2108, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-prev.circle_border,
.home .courses #blue h4 .slick-prev.circle_border,
.home .courses #blue .course__sub .slick-prev.circle_border,
.home .courses #blue .course__lead .slick-prev.circle_border,
.home .courses #blue .course__busstop .slick-prev.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2114, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-next,
.home .courses #blue h4 .slick-next,
.home .courses #blue .course__sub .slick-next,
.home .courses #blue .course__lead .slick-next,
.home .courses #blue .course__busstop .slick-next {
  background: url(/kyoto/assets/icons/next_blue-51b10585d3d5695742cf2c934a90a8a6348adbaee2e57bad28c09ec7be94f2a5.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2118, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-next.circle_border,
.home .courses #blue h4 .slick-next.circle_border,
.home .courses #blue .course__sub .slick-next.circle_border,
.home .courses #blue .course__lead .slick-next.circle_border,
.home .courses #blue .course__busstop .slick-next.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2127, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3,
.home .courses #green h4,
.home .courses #green .course__sub,
.home .courses #green .course__lead,
.home .courses #green .course__busstop {
  color: #08b23b;
}

/* line 2134, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .btn button,
.home .courses #green h4 .btn button,
.home .courses #green .course__sub .btn button,
.home .courses #green .course__lead .btn button,
.home .courses #green .course__busstop .btn button {
  background: #08b23b;
}

/* line 2141, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-dots li.slick-active button,
.home .courses #green h4 .slick-dots li.slick-active button,
.home .courses #green .course__sub .slick-dots li.slick-active button,
.home .courses #green .course__lead .slick-dots li.slick-active button,
.home .courses #green .course__busstop .slick-dots li.slick-active button {
  background: #08b23b;
}

/* line 2147, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-prev,
.home .courses #green h4 .slick-prev,
.home .courses #green .course__sub .slick-prev,
.home .courses #green .course__lead .slick-prev,
.home .courses #green .course__busstop .slick-prev {
  background: url(/kyoto/assets/icons/prev_green-58d5ec91416bd55949fcb7d489815d6144f0b395619874db0af2d85085026b17.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2150, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-prev.circle_border,
.home .courses #green h4 .slick-prev.circle_border,
.home .courses #green .course__sub .slick-prev.circle_border,
.home .courses #green .course__lead .slick-prev.circle_border,
.home .courses #green .course__busstop .slick-prev.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2156, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-next,
.home .courses #green h4 .slick-next,
.home .courses #green .course__sub .slick-next,
.home .courses #green .course__lead .slick-next,
.home .courses #green .course__busstop .slick-next {
  background: url(/kyoto/assets/icons/next_green-19656237acc665f3fb3579244f0b6777d8e1267df671a4ecdb44686f9ec23284.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2159, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-next.circle_border,
.home .courses #green h4 .slick-next.circle_border,
.home .courses #green .course__sub .slick-next.circle_border,
.home .courses #green .course__lead .slick-next.circle_border,
.home .courses #green .course__busstop .slick-next.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2170, app/assets/stylesheets/frontend/style.scss */
.home .courses .slick-track {
  display: flex !important;
}

/* line 2174, app/assets/stylesheets/frontend/style.scss */
.home .courses .slick-slide {
  height: inherit !important;
}

/* line 2179, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image {
  width: 100%;
  margin-bottom: 50px;
}

/* line 2183, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image iframe {
  border: 0;
  width: 100%;
  height: 500px;
}

/* line 2189, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 15px;
}

/* line 2202, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__txt {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  flex: 1;
}

/* line 2207, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__txt img {
  width: 30px;
  height: auto;
}

/* line 2213, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn {
  margin-left: 10px;
}

/* line 2216, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn a {
  width: 100%;
  max-width: 130px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  background: url(/kyoto/assets/icon_map-68680f9d40694cb776f4662a53d0178c6a0c8b8f9019e46086ba0d5ed02ca7f3.svg) 10px center no-repeat #f6b12c;
  background-size: 12px;
  padding: 10px 10px 10px 30px;
}

/* line 2229, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn a:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 2244, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1501;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 1000px;
  border-radius: 20px;
}

/* line 2256, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .busstop__detail__inner {
  position: relative;
  padding: 50px 40px 40px 40px;
}

/* line 2261, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

/* line 2267, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num .bus_stop_number_badge {
  border: 2px blue solid;
  width: 85px;
  height: 85px;
  margin: 0;
  padding: 0;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
}

/* line 2279, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num .bus_stop_number_badge span {
  font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 3.7rem;
  color: blue;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
}

/* line 2294, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num img {
  width: 90px;
}

/* line 2299, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

/* line 2306, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt {
  width: 30%;
  margin-bottom: 20px;
}

/* line 2310, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt dl {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}

/* line 2315, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}

/* line 2320, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 2325, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns {
  padding-top: 5px;
}

/* line 2328, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li {
  margin: 10px 0;
}

/* line 2331, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a {
  display: block;
  color: #fff;
  border-radius: 7px;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  position: relative;
}

/* line 2342, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/kyoto/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 2355, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 2359, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 2369, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img {
  width: 67%;
}

/* line 2372, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img ul {
  display: flex;
  justify-content: center;
}

/* line 2376, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img ul li {
  width: 50%;
  padding: 0 7px;
}

/* line 2380, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img ul li img {
  border: 1px solid #eee;
}

/* line 2387, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 2392, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .close button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  text-align: center;
  width: 30px;
  cursor: pointer;
  transition: 0.6s;
}

/* line 2405, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .close button:hover {
  transform: rotate(180deg);
}

/* line 2413, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__red .title {
  color: #f42b17;
}

/* line 2417, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__red .txt dt {
  color: #f42b17;
}

/* line 2422, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__red .btns a {
  background: #f42b17;
}

/* line 2428, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__blue .title {
  color: #00a2f2;
}

/* line 2432, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__blue .txt dt {
  color: #00a2f2;
}

/* line 2437, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__blue .btns a {
  background: #00a2f2;
}

/* line 2443, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__green .title {
  color: #08b23b;
}

/* line 2447, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__green .txt dt {
  color: #08b23b;
}

/* line 2452, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__green .btns a {
  background: #08b23b;
}

/* line 2458, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.8);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 2474, app/assets/stylesheets/frontend/style.scss */
.page {
  background: #f0f0f0;
  padding-bottom: 70px;
}

/* line 2478, app/assets/stylesheets/frontend/style.scss */
.page .page__header {
  width: 100%;
  height: 450px;
  position: relative;
}

/* line 2483, app/assets/stylesheets/frontend/style.scss */
.page .page__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* line 2495, app/assets/stylesheets/frontend/style.scss */
.page .page__box {
  width: 100%;
  padding: 0 50px;
  margin-top: -300px;
  position: relative;
  z-index: 10;
}

/* line 2502, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__box__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 50px 50px 60px 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

/* line 2513, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__box__inner.no__horizontal__padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 2519, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__box__inner .horizontal__padded__child {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 2525, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

/* line 2530, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline::after {
  content: none;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
  width: 170px;
  height: 2px;
  background: #715595;
}

/* line 2541, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline h1 {
  font-weight: 200;
  font-family: "Outfit", sans-serif;
  color: #715595;
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 1;
  margin: 0;
}

/* line 2550, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline .sub {
  font-size: 22px;
  font-size: 2.2rem;
  color: #715595;
  font-weight: 400;
}

/* line 2557, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__lead {
  text-align: center;
  color: #715595;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* line 2565, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__note {
  text-align: center;
  color: #715595;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* line 2573, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__w600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* line 2579, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* line 2585, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__w1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 2592, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__base {
  font-size: 20px;
  font-size: 2rem;
  color: #715595;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.2em 0 1.5em 0;
  position: relative;
}

/* line 2601, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__base a.no_decor {
  color: #715595;
  text-decoration: none;
}

/* line 2606, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__base::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(113, 85, 149, 0.5);
  bottom: -5px;
  left: 0;
}

/* line 2617, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__mark {
  font-size: 28px;
  font-size: 2.8rem;
  color: #715595;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.8;
  margin: 2.2em 0 1.3em 0;
  position: relative;
}

/* line 2627, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__mark::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #715595;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 100vh;
}

/* line 2640, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__bar {
  background: #715595;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-radius: 100vh;
  margin-bottom: 20px;
}

/* line 2651, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h3.ssttl__base {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333333;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2em 0 1.3em 0;
  border-left: 3px solid #715595;
  padding-left: 15px;
}

/* line 2662, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base p {
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 2671, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ul.ul__base {
  padding-left: 22px;
  margin: 1em 0;
}

/* line 2675, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ul.ul__base li {
  list-style: disc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 2681, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ul.ul__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 2688, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ol.ol__base {
  padding-left: 25px;
  margin: 1em 0;
}

/* line 2692, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ol.ol__base li {
  list-style: decimal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 2698, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ol.ol__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 2705, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .box__gray {
  background: #f9f9f9;
  padding: 20px 30px;
}

/* line 2710, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__bold {
  font-weight: 500;
}

/* line 2714, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__large {
  font-size: 17px;
  font-size: 1.7rem;
}

/* line 2718, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__small {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 2722, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__center {
  text-align: center;
}

/* line 2725, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__right {
  text-align: right;
}

/* line 2729, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__blue {
  color: #715595;
}

/* line 2733, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__notice {
  text-align: center;
}

/* line 2736, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__notice span {
  display: inline-block;
  color: #fff;
  background: #c00;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 2746, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 1em 0;
}

/* line 2752, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base th,
.page .page__box .page__base .table__base td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

/* line 2759, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base th {
  background: #f9f9f9;
}

/* line 2762, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base td {
  background: #fff;
}

/* line 2766, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base .table__inner {
  width: auto;
  border-collapse: collapse;
  border: none;
}

/* line 2771, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base .table__inner th,
.page .page__box .page__base .table__base .table__inner td {
  border: none;
  background: none;
  padding: 0 10px 0 0;
  text-align: left;
}

/* line 2778, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base .table__inner th {
  font-weight: 500;
}

/* line 2786, app/assets/stylesheets/frontend/style.scss */
.page .pager {
  text-align: center;
}

/* line 2789, app/assets/stylesheets/frontend/style.scss */
.page .pager a {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  margin: 3px;
  background: #ccc;
  font-family: "Outfit", sans-serif;
  border: 1px solid #ccc;
}

/* line 2803, app/assets/stylesheets/frontend/style.scss */
.page .pager a:hover {
  background: #715595;
  border: 1px solid #715595;
}

/* line 2808, app/assets/stylesheets/frontend/style.scss */
.page .pager a.prev, .page .pager a.next {
  background: #fff;
  border: 1px solid #ccc;
  color: #bbb;
}

/* line 2814, app/assets/stylesheets/frontend/style.scss */
.page .pager a.prev:hover, .page .pager a.next:hover {
  background: #715595;
  border: 1px solid #715595;
  color: #fff;
}

/* line 2822, app/assets/stylesheets/frontend/style.scss */
.page .pager .current {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #715595;
  border: 1px solid #715595;
  margin: 3px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 2843, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

/* line 2849, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 2854, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul.center {
  justify-content: center;
}

/* line 2858, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li {
  width: 48%;
}

/* line 2861, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li .label {
  background: #e6e6e6;
  color: #715595;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 15px;
}

/* line 2872, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl {
  border-bottom: 1px dotted #715595;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* line 2877, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl dt {
  margin-bottom: 7px;
}

/* line 2879, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl dt span {
  display: inline-block;
  border: 1px solid #715595;
  color: #715595;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
}

/* line 2889, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 2897, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type .txt {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* line 2904, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto {
  padding: 20px 0;
}

/* line 2907, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto h2 {
  background: rgba(113, 85, 149, 0.5);
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-radius: 100vh;
  margin-bottom: 20px;
}

/* line 2918, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul {
  margin-bottom: 20px;
}

/* line 2921, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li {
  padding-left: 30px;
  margin: 7px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
}

/* line 2928, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: rgba(113, 85, 149, 0.7);
  border-radius: 100vh;
}

/* line 2939, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li.nomark {
  padding-left: 5px;
}

/* line 2941, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li.nomark::after {
  display: none;
}

/* line 2948, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto .card {
  text-align: center;
}

/* line 2951, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto .card img {
  width: 100%;
  max-width: 600px;
}

/* line 2958, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box {
  padding: 20px 0;
}

/* line 2961, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #715595;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  text-align: center;
  margin-bottom: 60px;
}

/* line 2973, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__howto h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

/* line 2980, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box abbr {
  padding-left: 5px;
  color: #c00;
  text-decoration: none;
}

/* line 2986, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule {
  margin-bottom: 50px;
}

/* line 2989, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule h3 {
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  font-family: "Outfit", sans-serif;
  color: #715595;
  font-weight: 600;
}

/* line 2998, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .today {
  background: #ffffc0;
}

/* line 3001, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .wday-0,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .wday-6 {
  background: rgba(243, 86, 84, 0.1);
}

/* line 3005, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .prev-month,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .next-month {
  background: #e6e6e6;
}

/* line 3009, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3015, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading a {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  color: #555;
  padding: 5px 20px;
}

/* line 3022, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading a:hover {
  color: #715595;
}

/* line 3027, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading .calendar-title {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #715595;
  padding: 5px 20px;
}

/* line 3037, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table {
  width: 100%;
  border-collapse: collapse;
}

/* line 3042, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th {
  padding-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}

/* line 3047, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th:nth-child(1), .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th:nth-child(7) {
  color: #f35654;
}

/* line 3055, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td {
  border: 1px solid #ccc;
  padding: 13px;
  vertical-align: top;
  height: 125px;
}

/* line 3062, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th p,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td p {
  float: left;
  margin: 0;
  line-height: 1.5;
}

/* line 3067, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th .operating_text,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td .operating_text {
  float: right;
  font-weight: 500;
}

/* line 3072, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul {
  clear: both;
  padding-top: 20px;
}

/* line 3076, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul li,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul li {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 3079, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul li.schedule_ticket_type_select,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul li.schedule_ticket_type_select {
  cursor: pointer;
  text-decoration: underline;
}

/* line 3091, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

/* line 3096, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item {
  margin-bottom: 10px;
}

/* line 3099, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 3105, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item input,
.page.purchases .purchases__box .purchases__box__form .form__item select,
.page.purchases .purchases__box .purchases__box__form .form__item textarea {
  margin: 5px 0;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3119, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item input {
  padding: 13px;
  background: #fff;
}

/* line 3123, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item select {
  padding: 14px 13px;
  background: url(/kyoto/assets/icons/select_mark-10b007d86d4bc3ee6c9331bac86fe9ff7bd4947b640b3130944fe4bbab2c89c4.svg) no-repeat calc(100% - 20px) center #fff;
  background-size: 10px;
}

/* line 3128, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item textarea {
  padding: 13px;
  background: #fff;
}

/* line 3134, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .field_with_errors > :first-child:not(label) {
  border: 1px dashed #f44336;
}

/* line 3139, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .error_message {
  font-size: 12px;
  font-size: 1.2rem;
  color: #f44336;
}

/* line 3145, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__check {
  padding: 30px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3151, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__check label {
  margin-right: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3157, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit {
  padding-top: 20px;
  text-align: center;
}

/* line 3161, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #715595;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

/* line 3175, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit input:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 3179, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit input:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 3188, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm {
  padding-top: 20px;
}

/* line 3191, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 3198, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm dl dt {
  width: 10em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 3203, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm dl dd {
  flex: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 3210, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card {
  text-align: center;
  padding-top: 30px;
}

/* line 3214, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #715595;
}

/* line 3222, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

/* line 3228, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 13px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
}

/* line 3242, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 5px;
}

/* line 3251, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form .num {
  width: 55%;
}

/* line 3254, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form .date {
  width: 20%;
}

/* line 3257, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form .ccv {
  width: 20%;
}

/* line 3262, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .card {
  margin-bottom: 30px;
}

/* line 3264, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .card img {
  width: 100%;
  max-width: 500px;
}

/* line 3271, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 3276, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li {
  margin: 5px 5px;
}

/* line 3279, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .back,
.page.purchases .purchases__card .btns ul li .submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
  transition: 0.3s;
}

/* line 3292, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .back:hover,
.page.purchases .purchases__card .btns ul li .submit:hover {
  opacity: 0.6;
}

/* line 3297, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .back {
  background: #ccc;
  padding: 17px 30px;
}

/* line 3302, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .submit {
  background: #715595;
  padding: 17px 60px;
}

/* line 3311, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment {
  text-align: center;
  padding-top: 30px;
}

/* line 3315, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #715595;
}

/* line 3323, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form {
  margin-bottom: 15px;
}

/* line 3326, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form input,
.page.purchases .purchases__new__payment .form select,
.page.purchases .purchases__new__payment .form textarea {
  margin: 5px 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3339, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 13px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
}

/* line 3352, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form select {
  padding: 14px 13px;
  background: url(/kyoto/assets/icons/select_mark-10b007d86d4bc3ee6c9331bac86fe9ff7bd4947b640b3130944fe4bbab2c89c4.svg) no-repeat calc(100% - 20px) center #fff;
  background-size: 10px;
}

/* line 3359, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 5px;
}

/* line 3365, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form dl dd.calendar {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3368, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form dl dd.calendar select {
  padding-right: 50px;
}

/* line 3377, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 3382, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li {
  margin: 5px 5px;
}

/* line 3385, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li .submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
  transition: 0.3s;
}

/* line 3397, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li .submit:hover {
  opacity: 0.6;
}

/* line 3402, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li .submit {
  background: #715595;
  padding: 17px 60px;
}

/* line 3411, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__nav {
  margin-bottom: 30px;
}

/* line 3413, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__nav a {
  display: inline-block;
  border: 1px solid #715595;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 200;
  border-radius: 10px;
  color: #715595;
  padding: 5px 30px 5px 45px;
  background: url(/kyoto/assets/purchases_nav-05e738d970daa92f6c4ccf1d53823fa7807c7c81415220c1a2e5b895c7e3c9a1.svg) no-repeat 20px center #fff;
  background-size: 13px;
}

/* line 3427, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__nav a:hover {
  opacity: 0.6;
}

/* line 3433, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 80px auto;
}

/* line 3438, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1.5px solid #715595;
  padding: 25px 0;
}

/* line 3446, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box:last-child {
  border: none;
}

/* line 3450, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #715595;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  width: 220px;
}

/* line 3460, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter {
  flex: 1;
}

/* line 3462, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter .counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e6e6e6;
  border-radius: 40px;
  width: 100%;
  padding: 5px 20px;
  font-family: sans-serif;
}

/* line 3472, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter .counter button {
  background-color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 200;
}

/* line 3487, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter .counter input[type="text"] {
  width: 100px;
  text-align: center;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 200;
  border: none;
  background: transparent;
  outline: none;
  color: #333333;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

/* line 3504, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date {
  margin-bottom: 100px;
}

/* line 3507, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date h2 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #715595;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0 0 40px 0;
}

/* line 3517, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

/* line 3525, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__date__item {
  width: 30%;
}

/* line 3529, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box h3 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 10px 0;
}

/* line 3539, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"] {
  display: none;
}

/* line 3543, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__btn label {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background: #e6e6e6;
  border-radius: 10px;
  padding: 0px 20px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s ease;
}

/* line 3562, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"]:checked + label {
  background-color: #715595;
  color: #fff;
}

/* line 3569, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__cal button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  height: 90px;
  background: url(/kyoto/assets/icon_calendar-810102775011ba96e941dda89e869e266d61520340277e762866822373bd4e08.svg) no-repeat center center #e6e6e6;
  background-size: 30px;
  border-radius: 10px;
  padding: 0px 20px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 3593, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__cal button.select {
  background: #715595;
  color: #fff;
}

/* line 3602, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule {
  margin-bottom: 100px;
}

/* line 3605, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule h2 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #715595;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0 0 40px 0;
}

/* line 3615, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__year {
  width: 100%;
  font-size: 44px;
  font-size: 4.4rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  color: #715595;
  margin-bottom: 20px;
}

/* line 3625, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__h {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3630, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__prev,
.page.purchases .purchases__schedule .schedule__next {
  width: 100%;
  max-width: 200px;
  text-align: center;
}

/* line 3636, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__prev a,
.page.purchases .purchases__schedule .schedule__next a {
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  text-decoration: none;
  color: #333333;
}

/* line 3642, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__prev a:hover,
.page.purchases .purchases__schedule .schedule__next a:hover {
  opacity: 0.6;
}

/* line 3647, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__title {
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  color: #715595;
  margin-bottom: 20px;
}

/* line 3655, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__title .schedule__y {
  font-size: 44px;
  font-size: 4.4rem;
}

/* line 3658, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__title .schedule__m {
  font-size: 100px;
  font-size: 10rem;
  font-weight: 500;
}

/* line 3663, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

/* line 3669, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend h3 {
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 30px;
}

/* line 3675, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap {
  display: flex;
}

/* line 3678, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout {
  font-size: 24px;
  font-size: 2.4rem;
}

/* line 3682, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available span,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout span {
  display: inline-block;
  width: 50px;
  height: 15px;
  margin-right: 10px;
  border-radius: 6px;
}

/* line 3690, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available {
  margin-right: 30px;
}

/* line 3692, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available span {
  background: #288cb4;
}

/* line 3697, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout span {
  background: #ca4646;
}

/* line 3704, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 3709, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 3714, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table thead th {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 15px;
}

/* line 3723, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table thead th:nth-child(1), .page.purchases .purchases__schedule .schedule__calendar table thead th:nth-child(7) {
  color: #ca4646;
}

/* line 3730, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th, .page.purchases .purchases__schedule .schedule__calendar table tbody td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 40px 20px;
}

/* line 3735, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th.prev-month, .page.purchases .purchases__schedule .schedule__calendar table tbody th.next-month, .page.purchases .purchases__schedule .schedule__calendar table tbody td.prev-month, .page.purchases .purchases__schedule .schedule__calendar table tbody td.next-month {
  background: #eee;
}

/* line 3740, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .day, .page.purchases .purchases__schedule .schedule__calendar table tbody td .day {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 10px;
}

/* line 3748, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .operating span, .page.purchases .purchases__schedule .schedule__calendar table tbody td .operating span {
  display: block;
  width: 100%;
  max-width: 50px;
  height: 8px;
  background: #288cb4;
  margin: 0 auto;
  border-radius: 3px;
}

/* line 3759, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .operating.soldout span, .page.purchases .purchases__schedule .schedule__calendar table tbody td .operating.soldout span {
  background: #ca4646;
}

/* line 3764, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .operating.not_set, .page.purchases .purchases__schedule .schedule__calendar table tbody td .operating.not_set {
  font-size: 10px;
  font-size: 1rem;
}

/* line 3775, app/assets/stylesheets/frontend/style.scss */
.purchases__conf {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3788, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__label {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}

/* line 3792, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box {
  width: 100%;
  max-width: 250px;
  margin-left: 40px;
}

/* line 3797, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box .purchases__conf__num {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 3802, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box .purchases__conf__item {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

/* line 3806, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box .purchases__conf__price {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 42px;
  font-size: 4.2rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: right;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 3822, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs {
  padding: 10px 0 0 0;
  border-bottom: 3px solid #715595;
  margin-bottom: 30px;
}

/* line 3827, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul {
  display: flex;
  flex-wrap: wrap;
}

/* line 3831, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li {
  width: 19.2%;
  margin-right: 1%;
}

/* line 3835, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li:last-child {
  margin-right: 0;
}

/* line 3839, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  background: none;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  background: #c8c8c8;
  color: #fff;
  text-align: center;
  padding: 13px 5px;
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
}

/* line 3859, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li button:hover, .page.setticket .setticket__tabs ul li button.active {
  background: #715595;
  color: #fff;
}

/* line 3869, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box {
  display: none;
}

/* line 3872, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box.active {
  display: block;
}

/* line 3877, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

/* line 3885, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .img {
  width: 30%;
  position: relative;
}

/* line 3889, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* line 3894, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 3906, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt {
  width: 67%;
}

/* line 3909, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt dl {
  margin-bottom: 20px;
}

/* line 3911, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt dl dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #715595;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

/* line 3918, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* line 3924, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn {
  text-align: right;
}

/* line 3927, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a {
  display: inline-block;
  background: #715595;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 35px 10px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

/* line 3938, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url(/kyoto/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 3951, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 3955, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 3972, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box {
  padding: 20px 0 10px 0;
}

/* line 3975, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 3982, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item label {
  width: 200px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3986, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item label span {
  color: #c00;
}

/* line 3990, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item input,
.page.cancellations .cancellations__box .form__item textarea {
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 13px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
}

/* line 4005, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__check {
  padding: 30px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 4011, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__check label {
  margin-right: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 4017, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit {
  padding-top: 20px;
  text-align: center;
}

/* line 4021, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #715595;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

/* line 4035, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit input:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 4039, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit input:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 4048, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

/* line 4054, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4059, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li {
  width: 48%;
}

/* line 4062, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li .label {
  background: #e6e6e6;
  color: #715595;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 15px;
}

/* line 4073, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl {
  border-bottom: 1px dotted #715595;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* line 4078, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt {
  margin-bottom: 7px;
}

/* line 4080, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt span {
  display: inline-block;
  border: 1px solid #715595;
  color: #715595;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
}

/* line 4090, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 4098, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets .txt {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* line 4105, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit {
  padding-top: 20px;
  text-align: center;
}

/* line 4109, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #715595;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

/* line 4123, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit input:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 4127, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit input:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 4135, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 25px;
}

/* line 4142, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 4147, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dt span {
  background: #ddd;
  color: #000;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 4155, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
  counter-reset: list_circle_num_counter;
}

/* line 4161, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 6px 0;
  font-weight: 500;
  position: relative;
  padding: 0px 0px 0px 27px;
  counter-increment: list_circle_num_counter;
}

/* line 4170, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol li span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 4174, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol li::before {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 0px;
  width: calc(1.5em);
  height: calc(1.5em);
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  content: counter(list_circle_num_counter);
  background: #715595;
  color: #fff;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4204, app/assets/stylesheets/frontend/style.scss */
.page.information .list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

/* line 4210, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li {
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}

/* line 4214, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li:last-child {
  margin-bottom: 0;
}

/* line 4218, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a {
  display: block;
  text-decoration: none;
  padding-right: 60px;
  position: relative;
}

/* line 4225, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  background: url(/kyoto/assets/icons/news_mark-cf2083a429c581cb2972815e1857da71c13d513d65b60900226108fad8050b77.svg) no-repeat right center;
  background-size: 35px;
  transform: translate(0, -30%);
  transition: transform 0.5s ease;
}

/* line 4238, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a:hover {
  opacity: 0.6;
}

/* line 4240, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a:hover::after {
  transform: translate(0, -30%) rotate(360deg);
}

/* line 4245, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 4250, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head .date {
  color: #715595;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  margin-right: 15px;
}

/* line 4257, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head .ctg {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 4261, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head .ctg span {
  color: rgba(216, 104, 0, 0.5);
}

/* line 4266, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333333;
}

/* line 4276, app/assets/stylesheets/frontend/style.scss */
.page.information .detail {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* line 4281, app/assets/stylesheets/frontend/style.scss */
.page.information .detail h1 {
  color: #715595;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 10px 0;
}

/* line 4289, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

/* line 4294, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head .date {
  color: #715595;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  margin-right: 15px;
}

/* line 4301, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head .ctg {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 4305, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head .ctg span {
  color: rgba(216, 104, 0, 0.5);
}

/* line 4310, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .body {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

/* line 4313, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .body p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #333333;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 4324, app/assets/stylesheets/frontend/style.scss */
.page.information .btn {
  text-align: center;
}

/* line 4327, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a {
  display: inline-block;
  background: #715595;
  color: #fff;
  padding: 15px 50px;
  border-radius: 7px;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
}

/* line 4337, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/kyoto/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 4350, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 4354, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4367, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs {
  padding: 10px 0 0 0;
  border-bottom: 3px solid #715595;
}

/* line 4371, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4376, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li {
  width: 24.5%;
}

/* line 4379, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  background: none;
}

/* line 4391, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="guide"] dt {
  background: url(/kyoto/assets/icons/service_guide-0a9f77f66b2a1ef9b1b2366bb66496c06f6f95681329f721ce79eefec62e1bfc.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4397, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="wifi"] dt {
  background: url(/kyoto/assets/icons/service_wifi-454c7718b4439d0eb646594bd278273bf8778a336e107da401a317f8ca7a13cd.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4403, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="payment"] dt {
  background: url(/kyoto/assets/icons/service_payment-e5e6a34d3bfb511deb58682dd98c960f4f118619477789cc53dbbd7fed4d3de4.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4409, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="rain"] dt {
  background: url(/kyoto/assets/icons/service_rain-198bee9b757d2d83b3052fd7de7760cf30c036d2587b24a2605d93b024e74b50.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4418, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button:hover dl dd, .page.incarservice .incarservice__tabs ul li button.active dl dd {
  background: #715595;
}

/* line 4423, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="guide"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="guide"] dt {
  background: url(/kyoto/assets/icons/service_guide_on-f58dbdaea2fea9597beed42df844fa72688caa7c6fb1e211fca2081c484cacb3.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4429, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="wifi"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="wifi"] dt {
  background: url(/kyoto/assets/icons/service_wifi_on-461345ca64fbf4d8595792f955738aac596c3671133e6b6ee374ebf683089378.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4435, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="payment"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="payment"] dt {
  background: url(/kyoto/assets/icons/service_payment_on-8d50d2bdaddf8fb4a0bc66fbb748f85bfba392d915db8d7a53f15486d27d065b.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4441, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="rain"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="rain"] dt {
  background: url(/kyoto/assets/icons/service_rain_on-2f414e1cc5f1e0856d74af78f5193a5fa72e8570e6d6dc65b6be978e63da180e.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4449, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button dl dt {
  transition: 0.3s;
  position: relative;
}

/* line 4453, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button dl dt::before {
  content: "";
  display: block;
  padding-top: 62%;
}

/* line 4459, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button dl dd {
  display: block;
  background: #c8c8c8;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 5px;
  border-radius: 6px 6px 0 0;
  transition: 0.3s;
}

/* line 4475, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item {
  display: none;
  padding: 40px 0 20px 0;
}

/* line 4479, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #715595;
  position: relative;
  padding-left: 25px;
}

/* line 4486, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item h3::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  background: #715595;
  top: 13px;
  left: 0;
  border-radius: 100vh;
}

/* line 4498, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item p {
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 4504, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item.active {
  display: block;
}

/* line 4508, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item .incarservice__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4513, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item .incarservice__inner .txt {
  width: 60%;
}

/* line 4517, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item .incarservice__inner .img {
  width: 35%;
}

/* line 4523, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto {
  margin-bottom: 25px;
}

/* line 4527, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 4532, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dt span {
  background: #bada55;
  color: #000;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 4540, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
  counter-reset: list_circle_num_counter;
}

/* line 4546, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 6px 0;
  font-weight: 500;
  position: relative;
  padding: 0px 0px 0px 27px;
  counter-increment: list_circle_num_counter;
}

/* line 4555, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol li span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 4559, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol li::before {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 0px;
  width: calc(1.5em);
  height: calc(1.5em);
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  content: counter(list_circle_num_counter);
  background: #bada55;
  color: #fff;
}

/* line 4583, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice {
  padding: 20px 25px 15px 25px;
  background: #f9f9f9;
  border-radius: 10px;
}

/* line 4589, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 12px;
}

/* line 4594, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dt span {
  background: #ddd;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 4601, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dd ul {
  padding-left: 20px;
}

/* line 4603, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dd ul li {
  font-size: 14px;
  font-size: 1.4rem;
  list-style: disc;
  margin: 6px 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4619, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs {
  padding: 20px 0 0 0;
}

/* line 4621, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4626, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li {
  width: 24%;
}

/* line 4629, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a {
  color: #715595;
  display: block;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-weight: 500;
  padding: 20px 10px;
  border-radius: 10px;
  text-decoration: none;
  border: 3px solid #fff;
}

/* line 4642, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dt {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4645, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dt img {
  width: 90%;
}

/* line 4649, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 4654, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a:hover {
  border: 3px solid #715595;
}

/* line 4662, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__img {
  margin: 4em 0;
}

/* line 4664, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__img ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4669, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__img ul li {
  width: 49%;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4681, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs {
  padding: 20px 0 0 0;
}

/* line 4683, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4688, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li {
  width: 31.5%;
}

/* line 4691, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li a {
  color: #715595;
  display: block;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 25px 10px;
  border-radius: 10px;
  text-decoration: none;
  border: 3px solid #fff;
}

/* line 4704, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li a:hover {
  border: 3px solid #715595;
}

/* line 4712, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img {
  margin: 4em 0;
}

/* line 4714, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4719, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li {
  width: 49%;
}

/* line 4722, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl {
  text-align: center;
}

/* line 4725, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl dt {
  margin-bottom: 8px;
}

/* line 4728, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl dd {
  font-size: 13px;
  font-size: 1.3rem;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4743, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs {
  margin-bottom: 40px;
}

/* line 4746, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4751, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li {
  width: 19%;
  margin-bottom: 8px;
}

/* line 4755, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a {
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
}

/* line 4764, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a:hover {
  opacity: 0.5;
}

/* line 4769, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a dl dt {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4773, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a dl dt img {
  width: 70%;
}

/* line 4777, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 4785, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(1) a {
  border: 2px solid #27ae60;
}

/* line 4788, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(1) a dd {
  color: #27ae60;
}

/* line 4794, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(2) a {
  border: 2px solid #e67e22;
}

/* line 4797, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(2) a dd {
  color: #e67e22;
}

/* line 4803, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(3) a {
  border: 2px solid #2980b9;
}

/* line 4806, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(3) a dd {
  color: #2980b9;
}

/* line 4812, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(4) a {
  border: 2px solid #c73a30;
}

/* line 4815, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(4) a dd {
  color: #c73a30;
}

/* line 4821, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(5) a {
  border: 2px solid #95a5a6;
}

/* line 4824, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(5) a dd {
  color: #95a5a6;
}

/* line 4833, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list {
  margin-bottom: 50px;
}

/* line 4836, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list h2 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 4842, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list h2 span {
  display: inline-block;
  padding-bottom: 10px;
}

/* line 4848, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list dl {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}

/* line 4853, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list dl dt {
  background: url(/kyoto/assets/icons/q-7b2e9d2210a32123213d4469b21b858ea5fc983321e6d69915cdc91d1b6c294e.svg) no-repeat left 4px;
  background-size: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 10px 0 10px 53px;
}

/* line 4860, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list dl dd {
  background: url(/kyoto/assets/icons/a-0ad27c4b0e64f9d20013387867f455e35d350834455ed15ba1d984f4b4ce91e8.svg) no-repeat left 4px;
  background-size: 40px;
  padding: 10px 0 10px 53px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* line 4870, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #purchase h2 {
  border-bottom: 1px solid #27ae60;
}

/* line 4873, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #purchase h2 span {
  border-bottom: 3px solid #27ae60;
}

/* line 4879, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #weather h2 {
  border-bottom: 1px solid #e67e22;
}

/* line 4882, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #weather h2 span {
  border-bottom: 3px solid #e67e22;
}

/* line 4888, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #service h2 {
  border-bottom: 1px solid #2980b9;
}

/* line 4891, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #service h2 span {
  border-bottom: 3px solid #2980b9;
}

/* line 4897, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #operation h2 {
  border-bottom: 1px solid #c73a30;
}

/* line 4900, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #operation h2 span {
  border-bottom: 3px solid #c73a30;
}

/* line 4906, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #misc h2 {
  border-bottom: 1px solid #95a5a6;
}

/* line 4909, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #misc h2 span {
  border-bottom: 3px solid #95a5a6;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4921, app/assets/stylesheets/frontend/style.scss */
.footer {
  width: 100%;
  padding: 60px 50px 30px 50px;
  background: #715595;
}

/* line 4926, app/assets/stylesheets/frontend/style.scss */
.footer .inner {
  align-items: flex-end;
}

/* line 4930, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav {
  display: flex;
  flex-wrap: wrap;
}

/* line 4934, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box {
  padding-right: 50px;
  max-width: 300px;
}

/* line 4938, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul {
  margin-bottom: 25px;
}

/* line 4941, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li {
  margin-bottom: 7px;
}

/* line 4944, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 4949, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li a:hover {
  opacity: 0.5;
}

/* line 4955, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li.label a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 4962, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul.label__sub {
  margin-bottom: 14px;
}

/* line 4967, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul.label__sub li.label a {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 4977, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo {
  text-align: right;
  margin-bottom: 25px;
}

/* line 4981, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .logo {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-bottom: 10px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

/* line 4990, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .logo a:hover {
  opacity: 0.5;
}

/* line 4995, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .logo .logo_image_120 {
  width: 120px;
  border-radius: 12px;
}

/* line 5001, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .copy {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-family: "Outfit", sans-serif;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5015, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger {
  margin: 0;
  padding: 0;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  width: 48px;
  height: 48px;
  vertical-align: bottom;
  border: 1px solid #fff;
  border-radius: 100vh;
}

/* line 5028, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: #fff;
}

/* line 5039, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger span:nth-of-type(1) {
  top: 19px;
}

/* line 5042, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger span:nth-of-type(2) {
  top: 27px;
}

/* line 5048, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}

/* line 5052, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5063, app/assets/stylesheets/frontend/style.scss */
.custom_page {
  font-size: 100%;
}

/* line 5066, app/assets/stylesheets/frontend/style.scss */
.custom_page .full_width {
  width: 100%;
}

/* line 5070, app/assets/stylesheets/frontend/style.scss */
.custom_page img {
  max-width: 100%;
  height: auto;
}

/* line 5077, app/assets/stylesheets/frontend/style.scss */
.custom_page h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 10px 0;
}

/* line 5084, app/assets/stylesheets/frontend/style.scss */
.custom_page h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

/* line 5089, app/assets/stylesheets/frontend/style.scss */
.custom_page h3 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
}

/* line 5094, app/assets/stylesheets/frontend/style.scss */
.custom_page h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

/* line 5099, app/assets/stylesheets/frontend/style.scss */
.custom_page h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 5104, app/assets/stylesheets/frontend/style.scss */
.custom_page h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

/* line 5109, app/assets/stylesheets/frontend/style.scss */
.custom_page p {
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 5120, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__base {
  font-size: 20px;
  font-size: 2rem;
  color: #715595;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.2em 0 1.5em 0;
  position: relative;
}

/* line 5129, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__base::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(113, 85, 149, 0.5);
  bottom: -5px;
  left: 0;
}

/* line 5140, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__mark {
  font-size: 28px;
  font-size: 2.8rem;
  color: #715595;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.8;
  margin: 2.2em 0 1.3em 0;
  position: relative;
}

/* line 5150, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__mark::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #715595;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 100vh;
}

/* line 5163, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__bar {
  background: #715595;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-radius: 100vh;
  margin-bottom: 20px;
}

/* line 5174, app/assets/stylesheets/frontend/style.scss */
.custom_page h3.ssttl__base {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333333;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2em 0 1.3em 0;
  border-left: 3px solid #715595;
  padding-left: 15px;
}

/* line 5185, app/assets/stylesheets/frontend/style.scss */
.custom_page p {
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 5194, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.ul__base {
  padding-left: 22px;
  margin: 1em 0;
}

/* line 5198, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.ul__base li {
  list-style: disc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 5204, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.ul__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 5211, app/assets/stylesheets/frontend/style.scss */
.custom_page ol.ol__base {
  padding-left: 25px;
  margin: 1em 0;
}

/* line 5215, app/assets/stylesheets/frontend/style.scss */
.custom_page ol.ol__base li {
  list-style: decimal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 5221, app/assets/stylesheets/frontend/style.scss */
.custom_page ol.ol__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 5228, app/assets/stylesheets/frontend/style.scss */
.custom_page .box__gray {
  background: #f9f9f9;
  padding: 20px 30px;
}

/* line 5233, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__bold {
  font-weight: 500;
}

/* line 5237, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__large {
  font-size: 17px;
  font-size: 1.7rem;
}

/* line 5241, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__small {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 5245, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__center {
  text-align: center;
}

/* line 5248, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__right {
  text-align: right;
}

/* line 5252, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__blue {
  color: #715595;
}

/* line 5256, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__notice {
  text-align: center;
}

/* line 5259, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__notice span {
  display: inline-block;
  color: #fff;
  background: #c00;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 5269, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 1em 0;
}

/* line 5275, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base th,
.custom_page .table__base td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

/* line 5282, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base th {
  background: #f9f9f9;
}

/* line 5285, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base td {
  background: #fff;
}

/* line 5289, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base .table__inner {
  width: auto;
  border-collapse: collapse;
  border: none;
}

/* line 5294, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base .table__inner th,
.custom_page .table__base .table__inner td {
  border: none;
  background: none;
  padding: 0 10px 0 0;
  text-align: left;
}

/* line 5301, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base .table__inner th {
  font-weight: 500;
}

/* line 5307, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image {
  padding: 0;
  margin: 40px auto;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 5316, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image li img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: auto;
}

/* line 5325, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image.two li {
  width: 48%;
}

/* line 5331, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image.three li {
  width: 31%;
}

/* line 5337, app/assets/stylesheets/frontend/style.scss */
.custom_page .pdf_iframe {
  width: 100%;
  margin-bottom: 50px;
}

/* line 5341, app/assets/stylesheets/frontend/style.scss */
.custom_page .pdf_iframe iframe {
  border: 5px;
  width: 100%;
  height: 500px;
}

/* line 5348, app/assets/stylesheets/frontend/style.scss */
.custom_page .fullscreen_iframe {
  width: 100%;
  margin-bottom: 50px;
}

/* line 5352, app/assets/stylesheets/frontend/style.scss */
.custom_page .fullscreen_iframe iframe {
  border: 0;
  width: 100%;
  height: 500px;
}

/* line 5359, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button {
  max-width: 100%;
}

/* line 5362, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button a {
  display: inline-block;
  word-break: break-all;
  background: #715595;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 35px 10px 25px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 5372, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button a:hover {
  opacity: 0.7;
  color: #fff;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5384, app/assets/stylesheets/frontend/style.scss */
.gdpr {
  display: none;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}

/* line 5395, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 35px;
}

/* line 5402, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

/* line 5408, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn {
  margin-left: 20px;
}

/* line 5410, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul {
  display: flex;
}

/* line 5413, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li {
  margin-left: 8px;
}

/* line 5415, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 5px;
  padding: 15px 40px;
  white-space: nowrap;
}

/* line 5424, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a:hover {
  opacity: 0.5;
}

/* line 5428, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a#gdpr__ok {
  color: #fff;
  background: #c00;
}

/* line 5432, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a#gdpr__ng {
  color: #333;
  background: #eee;
}

/* line 5442, app/assets/stylesheets/frontend/style.scss */
.fixed_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5454, app/assets/stylesheets/frontend/style.scss */
#toast-container {
  font-size: 14px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5462, app/assets/stylesheets/frontend/style.scss */
.fade {
  transform: translate(0, 50px);
  opacity: 0;
  transition: 1s;
}

/* line 5467, app/assets/stylesheets/frontend/style.scss */
.fade__on {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 5472, app/assets/stylesheets/frontend/style.scss */
.fade__l {
  transform: translate(50px, 0);
  opacity: 0;
  transition: 1s;
}

/* line 5477, app/assets/stylesheets/frontend/style.scss */
.fade__l__on {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 5482, app/assets/stylesheets/frontend/style.scss */
.fade__r {
  transform: translate(-50px, 0);
  opacity: 0;
  transition: 1s;
}

/* line 5487, app/assets/stylesheets/frontend/style.scss */
.fade__r__on {
  transform: translate(0, 0);
  opacity: 1;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5497, app/assets/stylesheets/frontend/style.scss */
.course.course__map {
  display: block !important;
}

/* line 5500, app/assets/stylesheets/frontend/style.scss */
.course__busstop_list, .course__landmark_list {
  display: none;
}

/* line 5505, app/assets/stylesheets/frontend/style.scss */
.course__map__container {
  height: 500px;
  width: 100%;
}

/* line 5510, app/assets/stylesheets/frontend/style.scss */
.custom-info-window {
  padding: 0 !important;
}

/* line 5512, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-chr {
  position: absolute;
  top: 12px;
  right: 5px;
}

/* line 5516, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-chr .gm-ui-hover-effect {
  width: 20px !important;
  height: 20px !important;
}

/* line 5519, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-chr .gm-ui-hover-effect span {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

/* line 5526, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d {
  padding: 10px 15px 0px 10px;
}

/* line 5528, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d .stopinfo_extension {
  position: absolute;
  top: 0;
  left: calc(26px / 2);
  width: 4px;
  height: 100%;
  background-color: currentColor;
}

/* line 5535, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d .stopinfo_extension::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 3%);
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 25px;
  background-color: #fff;
}

/* line 5547, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d .stopinfo_extension::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: currentColor;
}

/* line 5561, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

/* line 5565, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title h1 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

/* line 5571, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title .stopinfo_title_code {
  font-size: 13px;
  line-height: 20px;
  height: 22px;
  padding: 0 3px;
  border-radius: 3px;
  flex-shrink: 0;
  color: #fff;
  font-weight: bold;
}

/* line 5586, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course {
  display: flex;
  margin: 12px 0 0;
  align-items: center;
}

/* line 5590, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course span {
  color: white;
  font-size: 12px;
  border-radius: 3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

/* line 5604, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course p {
  font-size: 16px;
  line-height: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
}

/* line 5613, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-right: -15px;
}

/* line 5618, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button a {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  line-height: 1;
  box-sizing: content-box;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  height: 26px;
  white-space: nowrap;
  color: #212121;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* line 5634, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #333;
}

/* line 5644, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button a::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 0px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #333;
  border-radius: 100%;
}

/* line 5660, app/assets/stylesheets/frontend/style.scss */
.custom_map {
  position: relative;
}

/* line 5662, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__sidebar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  overflow-y: auto;
  opacity: 0;
  transform: translateX(-30px);
  pointer-events: none;
  transition: all 0.3s ease;
}

/* line 5679, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__sidebar.is-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* line 5687, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 225px;
}

/* line 5693, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content {
  padding: 20px;
}

/* line 5695, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content .landmark__name {
  font-size: 20px;
  color: #444;
  font-weight: normal;
}

/* line 5700, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content .landmark__desc {
  font-size: 15px;
  color: #212121;
  margin: 10px 0;
}

/* line 5707, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

/* line 5734, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__close svg {
  width: 14px;
  height: 14px;
}

/* line 5740, app/assets/stylesheets/frontend/style.scss */
.custom_map hr {
  margin: 24px 0 12px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  padding: 0;
}

/* line 5749, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table {
  text-align: left;
  font-size: 14px;
}

/* line 5752, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table th, .custom_map .landmark__table td {
  padding-bottom: 12px;
}

/* line 5755, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table th {
  width: 100px;
  font-weight: normal;
  color: #666;
}

/* line 5760, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table td {
  padding-left: 10px;
  color: #212121;
}

/* line 5767, app/assets/stylesheets/frontend/style.scss */
.marker-label {
  background: white;
  border-radius: 25px;
  padding: 2px 6px;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

/* line 5780, app/assets/stylesheets/frontend/style.scss */
.bus-meter {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border-radius: 10px;
  pointer-events: none;
  position: relative;
}

/* line 5805, app/assets/stylesheets/frontend/style.scss */
.bus-meter-icons {
  display: flex;
  margin-bottom: 4px;
}

/* line 5810, app/assets/stylesheets/frontend/style.scss */
.meter-icon {
  width: 18px;
  height: 18px;
  opacity: 0.3;
}

/* line 5816, app/assets/stylesheets/frontend/style.scss */
.meter-icon.active.level-low {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(34%) sepia(89%) saturate(1136%) hue-rotate(175deg) brightness(99%) contrast(94%);
}

/* line 5821, app/assets/stylesheets/frontend/style.scss */
.meter-icon.active.level-normal {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(63%) sepia(77%) saturate(719%) hue-rotate(4deg) brightness(99%) contrast(98%);
}

/* line 5826, app/assets/stylesheets/frontend/style.scss */
.meter-icon.active.level-high {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(38%) sepia(94%) saturate(1889%) hue-rotate(-6deg) brightness(95%) contrast(103%);
}

/* line 5831, app/assets/stylesheets/frontend/style.scss */
.availability {
  margin-top: 2px;
  font-size: 12px;
  color: #333;
}

/* line 5837, app/assets/stylesheets/frontend/style.scss */
.bus-meter-image {
  width: 80px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@media only screen and (max-width: 769px) {
  /* line 3, app/assets/stylesheets/frontend/_sp.scss */
  .pc {
    display: none;
  }
  /* line 6, app/assets/stylesheets/frontend/_sp.scss */
  .sp {
    display: block;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 14, app/assets/stylesheets/frontend/_sp.scss */
  .headline {
    margin-bottom: 10%;
  }
  /* line 17, app/assets/stylesheets/frontend/_sp.scss */
  .headline h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 26, app/assets/stylesheets/frontend/_sp.scss */
  .header {
    height: 60px;
    padding: 0 3%;
    background: #fff;
  }
  /* line 31, app/assets/stylesheets/frontend/_sp.scss */
  .header .title {
    width: 55px;
  }
  /* line 33, app/assets/stylesheets/frontend/_sp.scss */
  .header .title h1 {
    width: 55px;
  }
  /* line 38, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns {
    width: calc(100% - 110px);
  }
  /* line 41, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .kyoto {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    margin-right: 0;
    z-index: 100;
  }
  /* line 50, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .kyoto a {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 0;
    padding: 0;
    background: #00a2f2;
    border: none;
    color: #fff;
  }
  /* line 62, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .purchase {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 50%;
    margin-right: 0;
    z-index: 100;
  }
  /* line 70, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .purchase a {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    background: #fabe00;
    border-radius: 0;
    padding: 15px 10px;
    border: none;
  }
  /* line 82, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .language {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 0;
    text-align: right;
  }
  /* line 87, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .language a {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 5px;
  }
  /* line 94, app/assets/stylesheets/frontend/_sp.scss */
  .header.on {
    background: #fff;
  }
  /* line 99, app/assets/stylesheets/frontend/_sp.scss */
  .header.on .btns .purchase a {
    border: none;
    color: #fff;
  }
  /* line 108, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn {
    display: block;
  }
  /* line 116, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul {
    width: 100vw;
    display: flex;
    justify-content: space-between;
  }
  /* line 121, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li {
    width: 49.9vw;
  }
  /* line 124, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 15px 0 0 0;
  }
  /* line 137, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.en {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 140, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.jp {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
  }
  /* line 144, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.jp span {
    padding-top: 6px;
  }
  /* line 149, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a span {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 157, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(1) a {
    background: #0096E0;
  }
  /* line 160, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(1) a p.jp {
    padding-top: 12px;
  }
  /* line 166, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(2) a {
    background: #cc0000;
    padding-top: 14px;
  }
  /* line 170, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(2) a p.jp {
    padding-top: 4px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 183, app/assets/stylesheets/frontend/_sp.scss */
  .nav {
    top: 50px;
    padding: 30px 30px;
    width: 95%;
    height: calc(100svh - 70px);
    overflow: auto;
  }
  /* line 190, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__inner {
    flex-wrap: wrap;
  }
  /* line 194, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* line 199, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box {
    width: 100%;
    padding-right: 0;
  }
  /* line 203, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul {
    margin-bottom: 15px;
  }
  /* line 206, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li {
    margin-bottom: 5px;
  }
  /* line 209, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 214, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li.label a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 220, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul.label__sub {
    margin-bottom: 10px;
  }
  /* line 225, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul.label__sub li.label a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 235, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__img {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  /* line 240, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__img img {
    width: 70%;
  }
  /* line 245, app/assets/stylesheets/frontend/_sp.scss */
  .nav .close {
    display: none;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 254, app/assets/stylesheets/frontend/_sp.scss */
  .main {
    padding-top: 60px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 264, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual {
    width: 100%;
    height: 50svh;
    position: relative;
  }
  /* line 269, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .btns {
    display: none;
  }
  /* line 273, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker {
    padding: 10px 0;
  }
  /* line 276, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner {
    animation-duration: 13s;
  }
  /* line 279, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 282, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner p strong {
    margin-right: 15px;
  }
  /* line 289, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .instagram {
    width: 25px;
    transform: translate(0, -100%);
  }
  /* line 294, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .obj {
    top: 50%;
    width: 70%;
  }
  /* line 300, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs {
    position: sticky;
    top: 60px;
    z-index: 1000;
    padding: 4% 5% 2% 5%;
    background: #fff;
  }
  /* line 307, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul {
    justify-content: space-between;
  }
  /* line 310, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li {
    width: 32.5%;
    margin: 0;
  }
  /* line 314, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li a {
    width: 100%;
    min-width: auto;
    border: 1.5px solid #715595;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 6px 0;
  }
  /* line 322, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li a::after {
    width: 6px;
    height: 14px;
    background: url(/kyoto/assets/link_mark_v-a0a4a3d5a927cabddaeb56ba606c4d620f276e74a5a2d65cfc118fe3e509ce0d.svg) no-repeat right center;
    background-size: cover;
    right: 10px;
  }
  /* line 334, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner {
    overflow: hidden;
    padding: 0 0 5% 0;
  }
  /* line 338, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer {
    display: flex;
    justify-content: center;
  }
  /* line 342, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap {
    width: 100%;
    max-width: 1300px;
  }
  /* line 347, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide {
    width: 100%;
  }
  /* line 350, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper {
    padding: 0 25px;
  }
  /* line 353, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap {
    min-height: 13.2vh;
    border-radius: 10px;
  }
  /* line 357, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap {
    border-radius: 10px;
  }
  /* line 360, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner_image {
    border-radius: 5px;
  }
  /* line 364, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  /* line 369, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box {
    width: 80%;
  }
  /* line 372, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box h4 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  /* line 386, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots {
    padding-top: 10px;
  }
  /* line 390, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  /* line 395, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow:hover {
    opacity: 0.6;
  }
  /* line 398, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text {
    text-indent: 0;
  }
  /* line 400, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text span {
    font-size: 1.8em;
    font-weight: 1000;
  }
  /* line 407, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-prev {
    left: 10px;
  }
  /* line 410, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-next {
    right: 10px;
  }
  /* line 414, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide button.circle_color_main {
    border-color: #715595 !important;
    color: #715595 !important;
  }
  /* line 419, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .circle_border {
    background: #fff;
    border: 2px #715595 solid;
    border-radius: 50px;
  }
  /* line 430, app/assets/stylesheets/frontend/_sp.scss */
  .home .features {
    padding: 5% 5% 5% 5%;
  }
  /* line 433, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .headline {
    margin-bottom: 10px;
  }
  /* line 437, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .lead {
    margin-bottom: 7%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 442, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons {
    margin-bottom: 5%;
  }
  /* line 446, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li {
    width: 19.5%;
  }
  /* line 449, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl {
    width: 100%;
  }
  /* line 452, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl dt {
    margin-bottom: 5px;
  }
  /* line 455, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 464, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal {
    display: none;
    opacity: 0;
    width: 90%;
    max-width: 90%;
    padding: 40px 25px 40px 25px;
  }
  /* line 471, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal .icon {
    width: 100%;
    max-width: 50%;
  }
  /* line 475, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal h3 {
    margin-top: 15px;
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
  /* line 480, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
  /* line 484, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal .modal__close {
    top: 15px;
    right: 15px;
    width: 25px;
  }
  /* line 490, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal__bg {
    display: none;
    opacity: 0;
  }
  /* line 495, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket {
    padding: 7% 5% 5% 5%;
  }
  /* line 499, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket.purchase_new.sp_pad {
    padding-left: 3%;
    padding-right: 3%;
  }
  /* line 503, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket.purchase_new.sp_pad .lead {
    padding-left: 2%;
    padding-right: 2%;
  }
  /* line 510, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .headline {
    margin-bottom: 10px;
  }
  /* line 514, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .lead {
    margin-bottom: 7%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 521, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li {
    width: 48.5%;
  }
  /* line 524, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 0;
  }
  /* line 529, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box {
    padding: 10px 15px 20px 15px;
  }
  /* line 532, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box .price {
    margin: 0 auto 13px auto;
  }
  /* line 535, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box .price dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 541, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .buynow {
    margin-bottom: 7px;
  }
  /* line 544, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .buynow a {
    border-radius: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px;
  }
  /* line 552, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .moreinfo button {
    border-radius: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 0 7px 0;
  }
  /* line 557, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .moreinfo button::after {
    right: 20px;
    width: 12px;
    height: 12px;
    background: url(/kyoto/assets/link_mark_h-65d13d8df4580cab14272feca9f3b73c0bce5bbdd21b1322068b907a9384c084.svg) no-repeat center center #fff;
    background-size: 100%;
  }
  /* line 570, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle {
    padding: 0;
  }
  /* line 573, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle ul {
    gap: 10px;
  }
  /* line 576, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle ul li {
    width: 43%;
    max-width: 45%;
    margin: 0;
  }
  /* line 581, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle ul li button {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 5px 5px 5px;
    min-width: 140px;
    border-radius: 10px;
  }
  /* line 591, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tabs {
    margin: 5px auto 0 auto;
    padding: 20px 0;
    border-radius: 0;
  }
  /* line 601, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item {
    margin-left: 3px;
    margin-right: 3px;
    height: 100%;
    min-height: 315px;
  }
  /* line 608, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 2px;
  }
  /* line 609, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item h3.set_ticket_title {
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 48px;
  }
  /* line 618, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .box {
    padding: 10px 15px 20px 15px;
  }
  /* line 621, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .box .price {
    margin: 0 auto 13px auto;
  }
  /* line 624, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .box .price dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 630, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .buynow {
    margin-bottom: 7px;
  }
  /* line 633, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .buynow a {
    border-radius: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px;
  }
  /* line 655, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button {
    border-radius: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 0 7px 0;
  }
  /* line 660, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button::after {
    right: 20px;
    width: 12px;
    height: 12px;
    background: url(/kyoto/assets/link_mark_h-65d13d8df4580cab14272feca9f3b73c0bce5bbdd21b1322068b907a9384c084.svg) no-repeat center center #fff;
    background-size: 100%;
  }
  /* line 671, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-dots {
    padding-top: 5%;
  }
  /* line 675, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  /* line 680, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow:hover {
    opacity: 0.6;
  }
  /* line 683, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text {
    text-indent: 0;
  }
  /* line 685, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text span {
    font-size: 1.8em;
    font-weight: 1000;
  }
  /* line 692, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-prev {
    left: 0;
  }
  /* line 695, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-next {
    right: 0;
  }
  /* line 699, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper button.circle_color_main {
    border-color: #715595 !important;
    color: #715595 !important;
  }
  /* line 704, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .circle_border {
    background: #fff;
    border: 2px #715595 solid;
    border-radius: 50px;
  }
  /* line 713, app/assets/stylesheets/frontend/_sp.scss */
  .home .ad {
    width: 100%;
    padding: 0%;
  }
  /* line 718, app/assets/stylesheets/frontend/_sp.scss */
  .home .information {
    padding: 7% 5%;
  }
  /* line 721, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
  /* line 726, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title h2 {
    font-size: 34px;
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 732, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title .btn {
    text-align: center;
  }
  /* line 734, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title .btn a {
    width: 50%;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 7px;
  }
  /* line 743, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list {
    flex: none;
    width: 100%;
  }
  /* line 748, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 752, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a {
    padding-right: 50px;
  }
  /* line 756, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a .head .date {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 12px;
  }
  /* line 761, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 765, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 774, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses {
    padding: 8% 5% 5% 5%;
  }
  /* line 777, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .headline {
    margin-bottom: 10px;
  }
  /* line 781, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .laed {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10%;
  }
  /* line 787, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns {
    margin-bottom: 5%;
  }
  /* line 790, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul {
    justify-content: space-between;
  }
  /* line 793, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul li {
    margin: 0;
    width: 48.5%;
    max-width: 100%;
  }
  /* line 798, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul li a {
    font-size: 20px;
    font-size: 2rem;
    padding: 12px 0;
  }
  /* line 805, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__lead {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 1px;
  }
  /* line 812, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__lead h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 4%;
  }
  /* line 817, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__lead p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }
  /* line 824, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs {
    padding: 0;
  }
  /* line 827, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs ul {
    justify-content: space-between;
  }
  /* line 830, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs ul li {
    width: 32.5%;
    max-width: 33%;
    margin: 0;
  }
  /* line 835, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs ul li button {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 10px 20px 10px;
  }
  /* line 843, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course {
    margin: -10px auto 0 auto;
    padding: 20px 0;
    border-radius: 0;
  }
  /* line 848, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  /* line 852, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__sub {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  /* line 856, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5%;
  }
  /* line 860, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__img {
    margin-bottom: 10%;
  }
  /* line 863, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__map {
    margin-bottom: 10%;
  }
  /* line 867, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course h4 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5%;
  }
  /* line 872, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__timetable {
    margin-bottom: 10%;
  }
  /* line 876, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__timetable .timetable .timetable_pdf {
    margin-top: 5%;
  }
  /* line 884, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-dots {
    padding-top: 5%;
  }
  /* line 888, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-arrow {
    width: 30px;
    height: 30px;
    top: 30px;
  }
  /* line 893, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-prev {
    left: -3%;
  }
  /* line 896, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-next {
    right: -3%;
  }
  /* line 900, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item {
    padding: 0 0px;
  }
  /* line 903, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt {
    width: 100%;
    margin-bottom: 5%;
    min-height: 360px;
    height: 65%;
  }
  /* line 910, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num img {
    max-width: 45px;
  }
  /* line 914, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge {
    width: 50px;
    height: 50px;
  }
  /* line 918, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge span {
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
  }
  /* line 924, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  /* line 928, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .txt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  /* line 933, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 939, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__img {
    width: 100%;
  }
  /* line 953, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #red h3 .slick-prev,
.home .courses #red h4 .slick-prev,
.home .courses #red .course__sub .slick-prev,
.home .courses #red .course__lead .slick-prev,
.home .courses #red .course__busstop .slick-prev {
    background: url(/kyoto/assets/icons/prev_red-c4d4e6aa3f724d615596485de2ce62823f77a468ee7bcd40b710e345509a305e.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 957, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #red h3 .slick-next,
.home .courses #red h4 .slick-next,
.home .courses #red .course__sub .slick-next,
.home .courses #red .course__lead .slick-next,
.home .courses #red .course__busstop .slick-next {
    background: url(/kyoto/assets/icons/next_red-7d275e611b11e52d3f5160212beea91666cfd3fe9482da8a2290f9a5177b4ae1.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 969, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #blue h3 .slick-prev,
.home .courses #blue h4 .slick-prev,
.home .courses #blue .course__sub .slick-prev,
.home .courses #blue .course__lead .slick-prev,
.home .courses #blue .course__busstop .slick-prev {
    background: url(/kyoto/assets/icons/prev_blue-44fd79d59e06a781f511738da56db03c2568c1e05e77556005e5965db3671fd4.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 973, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #blue h3 .slick-next,
.home .courses #blue h4 .slick-next,
.home .courses #blue .course__sub .slick-next,
.home .courses #blue .course__lead .slick-next,
.home .courses #blue .course__busstop .slick-next {
    background: url(/kyoto/assets/icons/next_blue-51b10585d3d5695742cf2c934a90a8a6348adbaee2e57bad28c09ec7be94f2a5.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 985, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #green h3 .slick-prev,
.home .courses #green h4 .slick-prev,
.home .courses #green .course__sub .slick-prev,
.home .courses #green .course__lead .slick-prev,
.home .courses #green .course__busstop .slick-prev {
    background: url(/kyoto/assets/icons/prev_green-58d5ec91416bd55949fcb7d489815d6144f0b395619874db0af2d85085026b17.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 989, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #green h3 .slick-next,
.home .courses #green h4 .slick-next,
.home .courses #green .course__sub .slick-next,
.home .courses #green .course__lead .slick-next,
.home .courses #green .course__busstop .slick-next {
    background: url(/kyoto/assets/icons/next_green-19656237acc665f3fb3579244f0b6777d8e1267df671a4ecdb44686f9ec23284.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 997, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image iframe {
    height: 400px;
  }
  /* line 1001, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note {
    width: 90%;
    margin: 5px 5% 35px 5%;
    padding: 4% 5%;
  }
  /* line 1006, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note .course__route__map__note__txt {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1011, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn {
    width: 100%;
    margin-left: 0;
  }
  /* line 1015, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn a {
    max-width: 100%;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1029, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box {
    width: 90%;
    height: 90svh;
    overflow: auto;
  }
  /* line 1034, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .busstop__detail__inner {
    padding: 30px 5% 20px 5%;
  }
  /* line 1038, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num {
    margin-bottom: 10px;
  }
  /* line 1041, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num img {
    width: 60px;
  }
  /* line 1045, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num .bus_stop_number_badge {
    width: 50px;
    height: 50px;
  }
  /* line 1049, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num .bus_stop_number_badge span {
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
  }
  /* line 1056, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
  /* line 1061, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .wrap {
    flex-direction: column-reverse;
  }
  /* line 1065, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 1069, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  /* line 1073, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  /* line 1077, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1082, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns {
    padding-top: 0;
  }
  /* line 1085, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns ul li {
    margin: 10px 0;
  }
  /* line 1088, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns ul li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1096, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 1100, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img ul {
    justify-content: space-between;
  }
  /* line 1103, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img ul li {
    padding: 0;
  }
  /* line 1110, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .close button {
    width: 20px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1121, app/assets/stylesheets/frontend/_sp.scss */
  .page {
    padding-bottom: 10%;
  }
  /* line 1124, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__header {
    height: 250px;
  }
  /* line 1128, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box {
    padding: 0 2%;
    margin-top: -200px;
  }
  /* line 1132, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__box__inner {
    border-radius: 20px;
    padding: 10% 5% 10% 5%;
  }
  /* line 1137, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline {
    margin-bottom: 10%;
  }
  /* line 1140, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline::after {
    width: 100px;
  }
  /* line 1144, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  /* line 1148, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline .sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 1153, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__lead {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  /* line 1158, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__note {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5%;
  }
  /* line 1164, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__base {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6;
    margin: 2.2em 0 1.5em 0;
  }
  /* line 1170, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__mark {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 2.2em 0 1.3em 0;
  }
  /* line 1174, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__mark::after {
    bottom: -15px;
  }
  /* line 1179, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__bar {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  /* line 1184, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h3.ssttl__base {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 2em 0 1.3em 0;
  }
  /* line 1189, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
    margin: 1em 0;
  }
  /* line 1195, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ul.ul__base {
    margin: 1em 0;
  }
  /* line 1198, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ul.ul__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1203, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ol.ol__base {
    margin: 1em 0;
  }
  /* line 1206, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ol.ol__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1211, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .box__gray {
    padding: 15px 15px;
  }
  /* line 1215, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__large {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1219, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1223, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__center {
    text-align: left;
  }
  /* line 1227, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__notice {
    text-align: center;
  }
  /* line 1230, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__notice span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1235, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base {
    margin: 1em 0;
  }
  /* line 1238, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base th,
.page .page__box .page__base .table__base td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 10px 15px;
    border: 1px solid #ddd;
  }
  /* line 1245, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base th {
    background: #f9f9f9;
  }
  /* line 1248, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base td {
    background: #fff;
  }
  /* line 1252, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base .table__inner {
    width: auto;
    border-collapse: collapse;
    border: none;
  }
  /* line 1257, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base .table__inner th,
.page .page__box .page__base .table__base .table__inner td {
    border: none;
    background: none;
    padding: 0 10px 0 0;
    text-align: left;
  }
  /* line 1264, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base .table__inner th {
    font-weight: 500;
  }
  /* line 1272, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__sp > tbody > tr > th,
.page .page__box .page__base .table__sp > tbody > tr > td {
    display: block;
  }
  /* line 1282, app/assets/stylesheets/frontend/_sp.scss */
  .page .table__scroll {
    width: 100%;
    overflow: auto;
  }
  /* line 1288, app/assets/stylesheets/frontend/_sp.scss */
  .page .pager a {
    font-size: 13px;
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }
  /* line 1296, app/assets/stylesheets/frontend/_sp.scss */
  .page .pager .current {
    font-size: 13px;
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1311, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type {
    padding: 20px 0;
  }
  /* line 1315, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li {
    width: 100%;
  }
  /* line 1318, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li .label {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px;
    margin-bottom: 15px;
  }
  /* line 1324, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  /* line 1328, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl dt {
    margin-bottom: 7px;
  }
  /* line 1330, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl dt span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 2px 20px;
  }
  /* line 1335, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1342, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type .txt {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  /* line 1349, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto {
    padding: 5% 0;
  }
  /* line 1352, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px;
    margin-bottom: 5%;
  }
  /* line 1358, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul {
    margin-bottom: 20px;
  }
  /* line 1361, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul li {
    margin: 7px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1365, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul li.nomark {
    padding-left: 5px;
  }
  /* line 1372, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box {
    padding: 5% 0;
  }
  /* line 1375, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px;
    margin-bottom: 5%;
  }
  /* line 1382, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__howto h2 {
    font-size: 1.7rem;
  }
  /* line 1387, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule {
    margin-bottom: 10%;
  }
  /* line 1390, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  /* line 1395, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading {
    margin-bottom: 20px;
  }
  /* line 1398, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 20px;
  }
  /* line 1403, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading .calendar-title {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 5px 10px;
  }
  /* line 1409, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table {
    width: 800px;
    border-collapse: collapse;
  }
  /* line 1414, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th {
    padding-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1421, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td {
    padding: 10px;
    height: 100px;
  }
  /* line 1426, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul {
    padding-top: 15px;
  }
  /* line 1429, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul li,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1440, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item {
    margin-bottom: 10px;
  }
  /* line 1443, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1449, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item input,
.page.purchases .purchases__box .purchases__box__form .form__item select {
    margin: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1455, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item input {
    padding: 13px;
    background: #fff;
  }
  /* line 1459, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item select {
    padding: 14px 13px;
    background: url(/kyoto/assets/icons/select_mark-10b007d86d4bc3ee6c9331bac86fe9ff7bd4947b640b3130944fe4bbab2c89c4.svg) no-repeat calc(100% - 20px) center #fff;
    background-size: 10px;
  }
  /* line 1466, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__check {
    padding: 5% 0 10px 0;
  }
  /* line 1469, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__check label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1475, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__submit {
    padding-top: 5%;
  }
  /* line 1478, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__submit input {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 10px;
  }
  /* line 1487, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm {
    padding-top: 5%;
  }
  /* line 1490, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 1494, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl dt {
    width: 9em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1498, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl dd {
    flex: 1;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1505, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card {
    padding-top: 5%;
  }
  /* line 1508, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card h3 {
    margin-bottom: 5%;
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 1513, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form {
    margin-bottom: 15px;
  }
  /* line 1516, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form input {
    padding: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1522, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  /* line 1530, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .num {
    width: 55%;
  }
  /* line 1533, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .num .bus_stop_number_badge {
    width: 50px;
    height: 50px;
  }
  /* line 1537, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .num .bus_stop_number_badge span {
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
  }
  /* line 1543, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .date {
    width: 20%;
  }
  /* line 1546, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .ccv {
    width: 20%;
  }
  /* line 1551, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .card {
    margin-bottom: 5%;
  }
  /* line 1557, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li {
    margin: 5px 5px;
  }
  /* line 1560, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li .back,
.page.purchases .purchases__card .btns ul li .submit {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1565, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li .back {
    padding: 17px 30px;
  }
  /* line 1569, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li .submit {
    padding: 17px 60px;
  }
  /* line 1577, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__nav {
    margin-bottom: 20px;
  }
  /* line 1579, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__nav a {
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 6px;
    padding: 5px 20px 5px 35px;
    background: url(/kyoto/assets/purchases_nav-05e738d970daa92f6c4ccf1d53823fa7807c7c81415220c1a2e5b895c7e3c9a1.svg) no-repeat 12px center #fff;
    background-size: 10px;
  }
  /* line 1588, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count {
    margin-bottom: 30px;
  }
  /* line 1591, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box {
    padding: 15px 0;
  }
  /* line 1594, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box h2 {
    font-size: 24px;
    font-size: 2.4rem;
    width: 100px;
  }
  /* line 1599, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter {
    flex: 1;
  }
  /* line 1601, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter .counter {
    padding: 5px 10px;
    font-family: sans-serif;
  }
  /* line 1605, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter .counter button {
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1611, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter .counter input[type="text"] {
    width: 80px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  /* line 1620, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date {
    margin-bottom: 40px;
  }
  /* line 1623, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
  }
  /* line 1630, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__date__item {
    width: 32%;
  }
  /* line 1634, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 10px 0;
  }
  /* line 1640, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"] {
    display: none;
  }
  /* line 1644, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__btn label {
    height: 80px;
    padding: 0px 0px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 1652, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__cal button {
    height: 80px;
    background: url(/kyoto/assets/icon_calendar-810102775011ba96e941dda89e869e266d61520340277e762866822373bd4e08.svg) no-repeat center center #e6e6e6;
    background-size: 25px;
    padding: 0px 0px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 1663, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule {
    margin-bottom: 30px;
  }
  /* line 1666, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
  }
  /* line 1671, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__year {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 1675, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__prev,
.page.purchases .purchases__schedule .schedule__next {
    max-width: 130px;
  }
  /* line 1679, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__prev a,
.page.purchases .purchases__schedule .schedule__next a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1683, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title {
    margin-bottom: 10px;
  }
  /* line 1686, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title .schedule__y {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 1689, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title .schedule__m {
    font-size: 50px;
    font-size: 5rem;
  }
  /* line 1693, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend {
    margin-bottom: 20px;
    display: block;
  }
  /* line 1697, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend h3 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  /* line 1703, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap {
    display: flex;
  }
  /* line 1706, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1710, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available span,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout span {
    width: 30px;
    height: 10px;
    margin-right: 3px;
    border-radius: 4px;
  }
  /* line 1717, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available {
    margin-right: 5px;
  }
  /* line 1723, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar {
    max-width: 100%;
  }
  /* line 1729, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table thead th {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
  }
  /* line 1736, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th, .page.purchases .purchases__schedule .schedule__calendar table tbody td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px 5px;
  }
  /* line 1741, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th .day, .page.purchases .purchases__schedule .schedule__calendar table tbody td .day {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  /* line 1746, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th .operating span, .page.purchases .purchases__schedule .schedule__calendar table tbody td .operating span {
    max-width: 25px;
    height: 5px;
  }
  /* line 1751, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th .operating.not_set, .page.purchases .purchases__schedule .schedule__calendar table tbody td .operating.not_set {
    font-size: 7px;
    font-size: 0.7rem;
  }
  /* line 1762, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf {
    padding: 20px 15px;
  }
  /* line 1765, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__label {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1768, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box {
    max-width: 160px;
    margin-left: 20px;
  }
  /* line 1772, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box .purchases__conf__item {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1775, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box .purchases__conf__price {
    font-size: 30px;
    font-size: 3rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1786, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__tabs {
    padding: 5% 0 0 0;
    margin-bottom: 8%;
  }
  /* line 1791, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__tabs ul li {
    width: 24%;
    margin-right: 1%;
  }
  /* line 1795, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__tabs ul li button {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 13px 2px;
    height: 100%;
  }
  /* line 1806, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li {
    padding-bottom: 8%;
    margin-bottom: 8%;
  }
  /* line 1810, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .img {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 1814, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt {
    width: 100%;
  }
  /* line 1817, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt dl {
    margin-bottom: 5%;
  }
  /* line 1819, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt dl dt {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  /* line 1823, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  /* line 1830, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt .btn a {
    padding: 10px 45px 10px 35px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1846, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box {
    padding: 20px 0 10px 0;
  }
  /* line 1849, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  /* line 1854, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__item label {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  /* line 1859, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__item input {
    padding: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1865, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__check {
    padding: 5% 0 10px 0;
  }
  /* line 1868, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__check label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1874, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__submit {
    padding-top: 5%;
  }
  /* line 1877, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__submit input {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 10px;
  }
  /* line 1886, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets {
    padding: 20px 0;
  }
  /* line 1890, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li {
    width: 100%;
  }
  /* line 1893, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li .label {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px;
    margin-bottom: 15px;
  }
  /* line 1899, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  /* line 1903, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt {
    margin-bottom: 7px;
  }
  /* line 1905, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 2px 20px;
  }
  /* line 1910, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1917, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets .txt {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1931, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list {
    margin: 0 auto 8% auto;
  }
  /* line 1935, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li {
    padding: 5% 0;
  }
  /* line 1938, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a {
    padding-right: 45px;
  }
  /* line 1941, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .head {
    margin-bottom: 5px;
  }
  /* line 1944, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .head .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
  }
  /* line 1949, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1953, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1961, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail {
    margin: 0 auto 8% auto;
  }
  /* line 1964, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail h1 {
    padding-top: 5%;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px 0;
  }
  /* line 1970, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head {
    margin-bottom: 5%;
  }
  /* line 1973, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
  }
  /* line 1978, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1982, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .body {
    padding-bottom: 10%;
  }
  /* line 1984, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .body p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 1em 0;
  }
  /* line 1993, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .btn a {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2006, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs {
    padding: 10px 0 0 0;
  }
  /* line 2010, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li {
    width: 24.5%;
  }
  /* line 2015, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="guide"] dt {
    background: url(/kyoto/assets/icons/service_guide-0a9f77f66b2a1ef9b1b2366bb66496c06f6f95681329f721ce79eefec62e1bfc.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2021, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="wifi"] dt {
    background: url(/kyoto/assets/icons/service_wifi-454c7718b4439d0eb646594bd278273bf8778a336e107da401a317f8ca7a13cd.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2027, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="payment"] dt {
    background: url(/kyoto/assets/icons/service_payment-e5e6a34d3bfb511deb58682dd98c960f4f118619477789cc53dbbd7fed4d3de4.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2033, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="rain"] dt {
    background: url(/kyoto/assets/icons/service_rain-198bee9b757d2d83b3052fd7de7760cf30c036d2587b24a2605d93b024e74b50.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2041, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="guide"] dt {
    background: url(/kyoto/assets/icons/service_guide_on-f58dbdaea2fea9597beed42df844fa72688caa7c6fb1e211fca2081c484cacb3.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2047, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="wifi"] dt {
    background: url(/kyoto/assets/icons/service_wifi_on-461345ca64fbf4d8595792f955738aac596c3671133e6b6ee374ebf683089378.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2053, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="payment"] dt {
    background: url(/kyoto/assets/icons/service_payment_on-8d50d2bdaddf8fb4a0bc66fbb748f85bfba392d915db8d7a53f15486d27d065b.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2059, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="rain"] dt {
    background: url(/kyoto/assets/icons/service_rain_on-2f414e1cc5f1e0856d74af78f5193a5fa72e8570e6d6dc65b6be978e63da180e.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2069, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 5px;
    min-height: 60px;
  }
  /* line 2080, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item {
    padding: 5% 0 10% 0;
  }
  /* line 2083, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
  }
  /* line 2087, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item h3::after {
    width: 13px;
    height: 13px;
    top: 10px;
  }
  /* line 2095, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item .incarservice__inner .txt {
    width: 100%;
  }
  /* line 2099, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item .incarservice__inner .img {
    width: 100%;
  }
  /* line 2105, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto {
    margin-bottom: 25px;
  }
  /* line 2109, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  /* line 2113, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dt span {
    padding: 3px 20px;
  }
  /* line 2119, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dd ol li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 6px 0;
    padding: 0px 0px 0px 25px;
  }
  /* line 2124, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dd ol li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 2128, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dd ol li::before {
    font-size: 13px;
    font-size: 1.3rem;
    top: 2px;
  }
  /* line 2138, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice {
    padding: 20px 20px 15px 20px;
  }
  /* line 2142, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  /* line 2146, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dt span {
    padding: 3px 20px;
  }
  /* line 2151, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dd ul {
    padding-left: 20px;
  }
  /* line 2153, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dd ul li {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 6px 0;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2168, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs {
    padding: 5% 0 0 0;
  }
  /* line 2171, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  /* line 2175, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a {
    padding: 15px 10px;
  }
  /* line 2179, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dt {
    margin-bottom: 5px;
  }
  /* line 2181, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dt img {
    width: 80%;
  }
  /* line 2185, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2194, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__img {
    margin: 4em 0;
  }
  /* line 2197, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__img ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2210, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs {
    padding: 20px 0 0 0;
  }
  /* line 2213, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs ul li {
    width: 31.5%;
  }
  /* line 2216, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs ul li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 25px 10px;
  }
  /* line 2224, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img {
    margin: 4em 0;
  }
  /* line 2227, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 2232, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li dl dt {
    margin-bottom: 8px;
  }
  /* line 2235, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2250, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs {
    padding-top: 5%;
    margin-bottom: 5%;
  }
  /* line 2255, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul::after {
    content: "";
    display: block;
    width: 32%;
  }
  /* line 2260, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li {
    width: 32%;
    margin-bottom: 8px;
  }
  /* line 2264, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a {
    padding: 10px;
  }
  /* line 2268, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a dl dt {
    margin-bottom: 5px;
  }
  /* line 2271, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a dl dt img {
    width: 70%;
  }
  /* line 2275, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    word-break: break-word;
  }
  /* line 2285, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list {
    margin-bottom: 10%;
  }
  /* line 2288, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  /* line 2292, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list h2 span {
    padding-bottom: 7px;
  }
  /* line 2297, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* line 2301, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list dl dt {
    background: url(/kyoto/assets/icons/q-7b2e9d2210a32123213d4469b21b858ea5fc983321e6d69915cdc91d1b6c294e.svg) no-repeat left 8px;
    background-size: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 0 5px 43px;
  }
  /* line 2307, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list dl dd {
    background: url(/kyoto/assets/icons/a-0ad27c4b0e64f9d20013387867f455e35d350834455ed15ba1d984f4b4ce91e8.svg) no-repeat left 8px;
    background-size: 30px;
    padding: 10px 0 10px 43px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2323, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .full_width {
    width: 100%;
  }
  /* line 2329, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h1 {
    padding-top: 5%;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px 0;
  }
  /* line 2335, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  /* line 2339, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 2343, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 2347, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h5 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 2351, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2355, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
    margin: 1em 0;
  }
  /* line 2363, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__base {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6;
    margin: 2.2em 0 1.5em 0;
  }
  /* line 2369, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__mark {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 2.2em 0 1.3em 0;
  }
  /* line 2373, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__mark::after {
    bottom: -15px;
  }
  /* line 2378, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__bar {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  /* line 2383, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h3.ssttl__base {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 2em 0 1.3em 0;
  }
  /* line 2388, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.ul__base {
    margin: 1em 0;
  }
  /* line 2391, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.ul__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2396, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ol.ol__base {
    margin: 1em 0;
  }
  /* line 2399, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ol.ol__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2404, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .box__gray {
    padding: 15px 15px;
  }
  /* line 2408, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__large {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 2412, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 2416, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__center {
    text-align: left;
  }
  /* line 2420, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__notice {
    text-align: center;
  }
  /* line 2423, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__notice span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 2428, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base {
    margin: 1em 0;
  }
  /* line 2431, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base th,
.custom_page .table__base td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 10px 15px;
    border: 1px solid #ddd;
  }
  /* line 2438, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base th {
    background: #f9f9f9;
  }
  /* line 2441, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base td {
    background: #fff;
  }
  /* line 2445, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base .table__inner {
    width: auto;
    border-collapse: collapse;
    border: none;
  }
  /* line 2450, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base .table__inner th,
.custom_page .table__base .table__inner td {
    border: none;
    background: none;
    padding: 0 10px 0 0;
    text-align: left;
  }
  /* line 2457, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base .table__inner th {
    font-weight: 500;
  }
  /* line 2465, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__sp > tbody > tr > th,
.custom_page .table__sp > tbody > tr > td {
    display: block;
  }
  /* line 2473, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image {
    margin: 20px auto;
    flex-direction: column;
  }
  /* line 2478, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image.two li {
    width: 100%;
    margin: 10px auto;
  }
  /* line 2485, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image.three li {
    width: 100%;
    margin: 10px auto;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2497, app/assets/stylesheets/frontend/_sp.scss */
  .footer {
    padding: 10% 5% 100px 5%;
  }
  /* line 2504, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 2508, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .logo {
    max-width: 200px;
    margin: 0 auto 5% auto;
  }
  /* line 2513, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .logo .logo_image_120 {
    height: auto;
    width: 98px;
  }
  /* line 2521, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2532, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger {
    width: 40px;
    height: 40px;
  }
  /* line 2536, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger span:nth-of-type(1) {
    top: 16px;
  }
  /* line 2539, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger span:nth-of-type(2) {
    top: 23px;
  }
  /* line 2545, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger.active span:nth-of-type(1) {
    transform: translateY(3.5px) rotate(-45deg);
  }
  /* line 2549, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger.active span:nth-of-type(2) {
    transform: translateY(-3.5px) rotate(45deg);
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2561, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__inner {
    flex-wrap: wrap;
    padding: 6% 5%;
  }
  /* line 2566, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__txt {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 4%;
  }
  /* line 2574, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn {
    width: 100%;
    margin-left: 0;
  }
  /* line 2578, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn ul {
    justify-content: space-between;
  }
  /* line 2581, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn ul li {
    width: 48.5%;
    margin-left: 0;
  }
  /* line 2585, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn ul li a {
    width: 100%;
    display: block;
    padding: 13px 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 365px) {
  /* line 5859, app/assets/stylesheets/frontend/style.scss */
  .home .ticket .list ul li .moreinfo button {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
