﻿@charset "UTF-8";
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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.
 */
legend {
  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.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

_:lang(x)::-ms-backdrop,
html {
  font-family: "メイリオ", Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff;
}

a {
  color: #15406a;
}

a img {
  transition: opacity 0.2s ease-out;
}

a,
button,
input,
select,
textarea {
  outline: none;
}

img {
  max-width: 100%;
}

ol {
  list-style: decimal;
  padding-left: 1.5em;
}

@font-face {
  font-family: "iconfont";
  src: url("/renewal/assets/font/iconfont.eot?t=1618187989624");
  /* IE9*/
  src: url("/renewal/assets/font/iconfont.eot?t=1618187989624#iefix") format("embedded-opentype"),
       url("/renewal/assets/font/iconfont.woff2?t=1618187989624") format("woff2"),
       url("/renewal/assets/font/iconfont.woff?t=1618187989624") format("woff"),
       url("/renewal/assets/font/iconfont.ttf?t=1618187989624") format("truetype"),
       url("/renewal/assets/font/iconfont.svg?t=1618187989624#iconfont") format("svg");
  /* iOS 4.1- */
}

[class^="ic-"], [class*=" ic-"] {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-arrow-down:before {
  content: "\e900";
}

.ic-arrow-left-double:before {
  content: "\e901";
}

.ic-arrow-left:before {
  content: "\e902";
}

.ic-arrow-narrow:before {
  content: "\e903";
}

.ic-arrow-right-double:before {
  content: "\e904";
}

.ic-arrow-right:before {
  content: "\e905";
}

.ic-arrow-select:before {
  content: "\e906";
}

.ic-calendar-small:before {
  content: "\e907";
}

.ic-calendar:before {
  content: "\e908";
}

.ic-check:before {
  content: "\e909";
}

.ic-close:before {
  content: "\e90a";
}

.ic-lock:before {
  content: "\e90b";
}

.ic-triangle:before {
  content: "\e90c";
}

.ic-user:before {
  content: "\e90d";
}

.u-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-align-right {
  text-align: right;
}

.u-kerning {
  letter-spacing: -5px;
}

.u-full-img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes scroll_down {
  0 {
    transform: translateY(0);
  }
  25% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes scroll_down {
  0 {
    transform: translateY(0);
  }
  25% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

html {
  position: relative;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.header {
  flex: 0 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.content {
  position: relative;
  flex: 1 0 auto;
  padding-top: 100px;
}

.header {
  width: 100%;
  height: 100px;
  position: fixed;
  border-bottom: 1px solid #d0d7e0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f6f5;
  min-width: 1280px;
  z-index: 10;
}

.reserve-flow-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #d0d7e0;
  z-index: 10;
  font-family: "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Helvetica", "Arial", "メイリオ", Meiryo, sans-serif;
  line-height: 1.125;
}

.reserve-flow-header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 1280px;
  height: 100%;
  background-color: #F5F6F5;
}

.reserve-flow-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28%;
  height: 100%;
  background-color: #fff;
}

.reserve-flow-header__logo a {
  display: inline-block;
  width: 275px;
}

.reserve-flow-header__logo img {
  width: 100%;
  max-width: 100%;
}

.reserve-flow-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 72%;
}

.reserve-flow-header__order {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 81%;
  padding: 0 0 4px 82px;
}

.reserve-flow-header__order li {
  position: relative;
  width: 140px;
  border-bottom: 2px solid #969696;
}

.reserve-flow-header__order li:last-child {
  border-bottom: none;
}

.reserve-flow-header__order li:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #969696;
}

.reserve-flow-header__order li .order {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  transform: translateX(-50%);
}

.reserve-flow-header__order li .order-num {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #15406a;
}

.reserve-flow-header__order li .order-label {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #15406a;
}

.reserve-flow-header__order li.is-done {
  border-bottom: 2px solid #15406a;
}

.reserve-flow-header__order li.is-done:after {
  background-color: #15406a;
  border: 2px solid #15406a;
}

.reserve-flow-header__order li.is-current:after {
  background-color: #fff;
  border: 2px solid #15406a;
}

.reserve-flow-header__order li.is-current .order-num {
  color: #fff;
  background-color: #15406a;
}

.reserve-flow-header__order li.is-current .order-num:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #15406a transparent transparent transparent;
  transform: translateX(-50%);
}

.reserve-flow-header__login {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 24px;
  width: 19%;
}

.reserve-flow-header__login li + li {
  margin-left: 50px;
}

.reserve-flow-header__login .header__btn {
  width: 60px;
  text-align: center;
}

.reserve-flow-header__login .header__btn:hover {
  text-decoration: none;
}

.reserve-flow-header__login .header__btn-icon {
  position: relative;
  display: block;
  width: 26px;
  height: 32px;
  margin: 0 auto 8px;
}

.reserve-flow-header__login .header__btn-login .header__btn-icon:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 29px;
  font-size: 2.9rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 700;
}

.reserve-flow-header__login .header__btn-text {
  font-size: 10px;
  font-size: 1rem;
  color: #15406a;
}

.footer {
  background: #000;
  color: #fff;
}

.ui-datepicker {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: 376px;
  z-index: 11 !important;
}

.ui-datepicker.ui-widget.ui-widget-content {
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.ui-datepicker .ui-widget-header {
  border: none;
  background: #15406a;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  border-radius: 0;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease-out;
}

.ui-datepicker .ui-datepicker-next .ui-icon,
.ui-datepicker .ui-datepicker-prev .ui-icon {
  display: none;
  background: none;
}

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  top: 1px;
  line-height: 1;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  background: #fff;
  color: #15406a;
  border: 1px solid #15406a;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev {
  left: 14px;
}

.ui-datepicker .ui-datepicker-prev:after {
  content: "";
  left: -1px;
}

.ui-datepicker .ui-datepicker-next {
  right: 14px;
}

.ui-datepicker .ui-datepicker-next:after {
  content: "";
  right: -1px;
}

.ui-datepicker table {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.ui-datepicker table th,
.ui-datepicker table td {
  border: 5px solid transparent;
  padding: 0;
  height: 40px;
  vertical-align: middle;
}

.ui-datepicker table thead th {
  border-top-width: 8px;
  font-weight: 400;
}

.ui-datepicker table thead tr:first-child th {
  border-left-width: 20px;
}

.ui-datepicker table thead tr:last-child th {
  border-right-width: 20px;
}

.ui-datepicker table tbody td {
  border-top-width: 6px;
}

.ui-datepicker table tbody td .ui-state-default {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.ui-datepicker table tbody td .ui-state-default.ui-state-active, .ui-datepicker table tbody td .ui-state-default.ui-state-hover {
  background:rgba(253,152,39,0.25);
}

.ui-datepicker table tbody td.ui-datepicker-today .ui-state-highlight {
  border: 1px solid #15406a;
  color: #000;
}

.ui-datepicker table tbody td.ui-datepicker-valid-date .ui-state-default {
  background: #FD9827;
  color:#FFF;
}
.ui-datepicker table tbody td.ui-datepicker-valid-date .ui-state-default.ui-state-highlight{
  border: 1px solid #FC4D26;
}

.ui-datepicker .ui-state-disabled.ui-datepicker-invalid-date:not(.ui-datepicker-other-month) {
  opacity: 1;
}

.inline-datepicker .ui-datepicker {
  margin: 0 auto;
}

.inline-datepicker__usage {
  padding: 30px 0;
}

/* custom for PGM */
.select2-container .select2-selection--single {
  width: 100%;
  height: 50px;
  border: 1px solid #b1b4b7;
  border-radius: 3px;
  background: #fff;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  color: #000;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  color: #15406a;
}

.select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  pointer-events: none;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container.select2-container--open .select2-selection--single {
  border-color: #15406a;
  background: transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.31);
}

.select2-container.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 3px;
}

.select2-container .select2-dropdown {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #b1b4b7;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	position: relative;
    top: -20px;
}

.select2-container .select2-dropdown .select2-results__options {
  padding: 4px 8px;
}

.select2-container .select2-dropdown .select2-results__options--nested {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results__options--nested .select2-results__group {
  padding: 6px 2px;
}

.select2-container .select2-dropdown .select2-results__option {
  padding: 6px 7px;
  cursor: pointer;
  color: #000;
}

.select2-container .select2-dropdown .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted, .select2-container .select2-dropdown .select2-results__option[aria-selected="true"] {
  border-radius: 3px;
  background: #eaf3f5;
}

.select2-container .select2-dropdown .select2-results__option[aria-selected="true"] {
  cursor: default;
}

.ps .ps__rail-x {
  z-index: 2;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.loader {
  position: relative;
  border-top: 4px solid rgba(21, 64, 106, 0.2);
  border-right: 4px solid rgba(21, 64, 106, 0.2);
  border-bottom: 4px solid rgba(21, 64, 106, 0.2);
  border-left: 4px solid #15406a;
  transform: translateZ(0);
  opacity: 0;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}

.loader.-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}

@-webkit-keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

.page-loader.-loading {
  opacity: 1;
  z-index: 14;
}

.page-loader.-loading .page-loader__circle {
  -webkit-animation: pageLoad 1.1s infinite linear;
          animation: pageLoad 1.1s infinite linear;
}

.page-loader__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: -80px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  transform: translate(-50%, -50%);
}

.page-loader__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  background: url(../img/loading.png) no-repeat 0 0;
  background-size: 100% auto;
  transform: translateZ(0);
  pointer-events: none;
}

@-webkit-keyframes pageLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pageLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn {
  width: 300px;
  height: 60px;
  margin: 0 auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .15s linear;
}

.btn:hover {
  transform: translateY(5px);
  text-decoration: none;
}

.btn__text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.btn.-primary, .btn.btn-login {
  background: #15406a;
  color: #fff;
  cursor:
  pointer;
  box-shadow: 0 5px 0 0 #0a1c2e;
  border-radius: 5px;
}

.btn.-primary:hover, .btn.btn-login:hover {
  box-shadow: 0 0 0 0 #0a1c2e;
}

.btn.-primary.-narrow, .btn.-narrow.btn-login {
  box-shadow: 0 3px 0 0 #0a1c2e;
}

.btn.-primary.-narrow:hover, .btn.-narrow.btn-login:hover {
  box-shadow: 0 0 0 0 #0a1c2e;
}

/* request button */
.request{
	margin-top: 30px;
	text-align: center;
}
.request a.btn.-primary{
	background-color: #B7903E;
	box-shadow: 0 5px 0 0 #6B511A;height: 70px;
	max-width:700px;
	width: 90%;
}
.request .btn.-primary:hover {
	box-shadow: 0 0 0 0 #6B511A;
}
.request.modal-detail__lessons a.btn.-primary{
	height:60px;
	width:300px;
}

/* logout button */

.btn.btn-logout {
  background: #772233;
  color: #fff;
  cursor:pointer;
  box-shadow: 0 5px 0 0 #361017;
  text-align: center;
}

.btn.btn-logout:hover {
  box-shadow: 0 0 0 0 #361017;
}

.btn.-narrow.btn-logout {
  box-shadow: 0 3px 0 0 #361017;
}

.btn.-narrow.btn-logout:hover {
  box-shadow: 0 0 0 0 #361017;
}

.btn_text_logout{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.btn.-accent {
  background: #e26111;
  color: #fff;
  box-shadow: 0 5px 0 0 #b74905;
}

.btn.-accent:hover {
  box-shadow: 0 0 0 0 #b74905;
}

.btn.-accent .btn__text {
  font-weight: 400;
}

.btn.-narrow {
  height: 43px;
}

.btn.-narrow:hover {
  transform: translateY(3px);
  text-decoration: none;
}

.btn.-narrow .btn__text {
  font-size: 18px;
  font-size: 1.8rem;
}

.btn.btn-beginner {
  background: #b9a15b;
  color: #fff;
  box-shadow: 0 5px 0 0 #887130;
  position: relative;
}

.btn.btn-beginner:hover {
  box-shadow: 0 0 0 0 #887130;
}

.btn.btn-beginner .btn__icon {
  width: 20px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  display: block;
}

.btn.btn-beginner .btn__icon img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.btn.btn-beginner .btn__text {
  font-size: 18px;
  font-size: 1.8rem;
}

.btn.btn-login {
  position: relative;
}

.btn.btn-login:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 29px;
  font-size: 2.9rem;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-weight: 700;
}

.btn.btn-login .btn__text {
  font-size: 18px;
  font-size: 1.8rem;
}

.btn:disabled {
  background-color: #EBEBEB;
}

.btn:disabled:hover {
  transform: translateY(0);
}

.btn:disabled.-accent {
  color: #919191;
  box-shadow: 0 5px 0 0 #ACACAC;
}

.btn-wrap.-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-wrap.-flex.-login {
  flex-direction: row-reverse;
}

/*220920追加*/
.btn-wrap.-flex.-login {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.btn-wrap.-flex .btn {
  /*margin: 0;*/
}

.btn-wrap.-flex .btn:not(:first-child) {
  margin-top: 0;
}

.btn-wrap .btn:not(:first-child) {
  margin-top: 12px;
}

/**
 * select
 */
.input-select .select2-selection__placeholder {
  color: #000 !important;
}

.input-select.is-error .select2-selection__placeholder {
  color: #EB1E1E !important;
}

.option_trackman25 {
	color: red;
}

/**
 * input[type="text"]
 */
.input-text {
  border: 1px solid #b1b4b7;
  border-radius: 3px;
  background: #fff;
  width: 216px;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.input-date {
  position: relative;
}

.input-date:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #15406a;
  pointer-events: none;
}

::-ms-clear {
  display: none;
}

/**
 * 内容選択画面 - 操作パネル
 */
.control-panel {
  position: fixed;
  top: 100px;
  right: 0;
  width: 330px;
  z-index: 10;
}

.control-panel__main {
  z-index: 1;
  position: relative;
  background: #edf0f2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.control-panel__heading {
  background: #15406a;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
}

.control-panel__heading span {
  display: block;
  font-weight: 400;
}

.control-panel__footer {
  background: #15406a;
  color: #fff;
  width: 100%;
  height: 187px;
  position: relative;
  bottom: 0;
  padding: 30px 15px 0;
}

.control-panel__footer:before {
  content: '';
  width: 6px;
  height: 128px;
  background: #15406a;
  position: absolute;
  top: 0;
  left: -6px;
}

.control-panel__footer-inner {
  width: 100%;
}

.control-panel__footer .btn {
  width: 100%;
}

.control-panel__footer .control-panel__login {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}

.control-panel__footer .control-panel__login a {
  color: #fff;
  text-decoration: underline;
}

.control-panel__footer .control-panel__login a:hover {
  text-decoration: none;
}

.control-panel__footer-btn {
  position: relative;
}

.control-panel__footer-btn .error-balloon {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: .2s ease-out;
  pointer-events: none;
}

.control-panel__footer-btn .error-balloon.-show {
  bottom: 70px;
  opacity: 1;
  pointer-events: all;
}

.control-panel__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  line-height: 1;
}

.control-panel__price .prefix {
  font-size: 16px;
  font-size: 1.6rem;
}

.control-panel__price .prefix span {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: -5px;
}

.control-panel__price .price {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.control-panel__price .price span {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 5px;
}

.control-panel .tab .select2-container {
  width: 286px !important;
}

.control-panel .tab__list-item {
  width: calc((100% - 4px) / 3);
  height: 45px;
  margin-right: 2px;
}

.control-panel .tab__list-item:last-child {
  margin-right: 0;
}

.control-panel .tab__list-item.-selected .tab__list-btn {
  background: transparent;
  color: #000;
  pointer-events: none;
}

.control-panel .tab__list-btn {
  color: #15406a;
  font-weight: 700;
  background: #fff;
}

.control-panel .tab__content {
  padding: 22px 22px 0;
  height: 428px;
}

.control-panel .tab__content dl {
  margin-bottom: 40px;
}

.control-panel .tab__content dt {
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 7px;
}

.control-panel .tab__content dt:not(:first-child) {
  margin-top: 23px;
}

.control-panel .tab__content dt a {
  text-decoration: underline;
}

.control-panel .tab__content dt a:hover {
  text-decoration: none;
}

.control-panel__details {
  width: 330px;
  height: 571px;
  border-radius: 3px 0 0;
  background: #15406a;
  padding: 0 9px 11px;
  position: absolute;
  top: 90px;
  right: 330px;
  transform: translateX(330px);
  z-index: 0;
  transition: transform .3s ease-out;
}

.control-panel__details .control-panel__heading {
  border-radius: 3px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  height: 40px;
}

.control-panel__details .control-panel__inner {
  width: 100%;
  height: calc(100%  - 40px);
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 17px 20px 0;
  position: relative;
}

.control-panel__details .control-panel__inner .detail-list__item {
  border-bottom: 1px solid #b1b4b7;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 12px;
}

.control-panel__details .control-panel__inner .detail-list__item:last-child {
  margin-bottom: 17px;
}

.control-panel__details .control-panel__inner .detail-list__item p {
  font-weight: 700;
}

.control-panel__details .control-panel__inner .detail-list__title span {
  font-weight: 400;
  display: block;
}

.control-panel__details .control-panel__inner .detail-list__price {
  flex-shrink: 0;
}

.control-panel__details .control-panel__inner .detail-list__login {
  font-size: 12px;
  font-size: 1.2rem;
}

.control-panel__details .control-panel__inner .detail-list__login a {
  text-decoration: underline;
}

.control-panel__details .control-panel__inner .detail-list__login a:hover {
  text-decoration: none;
}

.control-panel__btn {
  background: #15406a;
  color: #fff;
  width: 37px;
  height: 128px;
  position: absolute;
  bottom: 0;
  left: -37px;
  border-radius: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.control-panel__btn span {
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .15em;
}

.control-panel__btn:after {
  content: '';
  width: 6px;
  height: 100%;
  background: #15406a;
  position: absolute;
  top: 0;
  right: -6px;
}

.control-panel.-isopen .control-panel__details {
  transform: translateX(0);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.control-panel.-isopen .control-panel__footer:before {
  display: none;
}

.control-panel__close {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 9px;
  transition: .3s ease-out;
}

.control-panel__close:hover {
  transform: rotate(90deg);
  background: #fff;
}

.control-panel__close:hover:before, .control-panel__close:hover:after {
  background: #15406a;
}

.control-panel__close:before, .control-panel__close:after {
  content: '';
  width: 13px;
  height: 1px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.control-panel__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.control-panel__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.box {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  overflow: hidden;
}

.tab.-active .tab__list {
  opacity: 1;
}

.tab__list-wrap {
  position: relative;
}

.tab__list-wrap:after, .tab__list-wrap:before {
  content: '';
  width: 83px;
  height: calc(100% - 8px);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: .3s ease-out;
}

.tab__list-wrap[data-scroll="start"]:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.26) 0%, white 80%, white 100%);
  right: 0;
}

.tab__list-wrap[data-scroll="end"]:before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.26) 0%, white 80%, white 100%);
  left: 0;
  z-index: 1;
}

.tab__list-wrap.ps[data-scroll="start"]:after {
  opacity: 1;
}

.tab__list-wrap.ps[data-scroll="end"]:before {
  opacity: 1;
}

.tab__list-scroll {
  overflow: hidden;
  /*overflow-x: scroll;*/
  /* ↑メニュー数が増えた時に解除 */
  position: relative;
}

.tab__list {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity .2s ease-out;
}

.tab__list-item {
  flex-shrink: 0;
}

.tab__list-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab__content {
  display: none;
}

.tab__content.-selected {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  pointer-events: none;
}

.modal.-no-close .modal__close {
  transform: scale(0) !important;
}

.modal.-inline {
  z-index: 9;
}

.modal.-inline .modal__body {
  width: 800px;
  top: calc((100% + 100px) / 2);
  left: calc((100% - 330px) / 2);
}

.modal.-inline .modal__inner {
  max-height: calc(100vh - 190px);
}

.modal.-inline .modal__close {
  top: -67px;
  right: -67px;
}

.modal.-inline .-sm .modal__body,
.modal.-inline .-simple .modal__body {
  width: 594px;
}

.modal.-show {
  pointer-events: all;
}

.modal.-show .modal__bg {
  opacity: 1;
}

.modal.-show .modal__body {
  opacity: 1;
  transform: translate(-50%, -45%);
  transition-delay: .2s;
}

.modal.-show .modal__close {
  transform: scale(1);
}

.modal.-popup .modal__bg {
  background-color: transparent;
}

.modal.-popup .modal__body {
  top: calc(99px + 44px);
  transform: translateX(-50%);
}

.modal.-popup .errorPopup .modal__body {
  width: 100% !important;
  max-width: 816px;
}

.modal.-popup .errorPopup .modal__inner {
  overflow: visible;
}

.modal.-popup .errorPopup .modal__close {
  width: 48px;
  height: 48px;
  background: #FFF0F5;
  border: 1px solid #DB2E56;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -24px !important;
  right: -24px !important;
  transition: transform .2s ease-out .4s;
  transform: scale(1);
}

.modal.-popup .errorPopup .modal__close:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
  font-size: 1.8rem;
  color: #DB2E56;
  display: block;
  transition: .3s ease-out;
}

.modal.-popup .errorPopup .modal__close:hover:after {
  transform: rotate(90deg);
}

.modal.-popup .errorPopup__wrap {
  width: 100%;
  padding: 16px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #DB2E56;
  background-color: #FFF0F5;
  border-radius: 5px;
}

.modal.-loading .loader {
  opacity: 1;
  -webkit-animation: load 1.1s infinite linear;
          animation: load 1.1s infinite linear;
}

.modal.-loading .modal__inner {
  min-height: 200px;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: .2s ease-out;
}

.modal .-inner-scroll .modal__inner {
  overflow-y: hidden;
}

.modal .-inner-scroll .modal-content__body {
  max-height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
}

.modal .-simple .modal__inner {
  overflow: visible;
  overflow-y: visible;
}

.modal__body {
  width: 1080px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -55%);
  transition: transform .3s ease-out, opacity .3s ease-out;
  z-index: 13;
}

.modal__inner {
  background: #fff;
  border-radius: 5px;
  /*max-height: calc(100vh - 180px);*/
  overflow: hidden;
  overflow-y: scroll;
}

.modal__close {
  width: 67px;
  height: 67px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -75px;
  right: -39px;
  transition: transform .2s ease-out .4s;
  transform: scale(0);
}

.modal__close:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 22px;
  font-size: 2.2rem;
  color: #575757;
  display: block;
  transition: .3s ease-out;
}

.modal__close:hover:after {
  transform: rotate(90deg);
}

.modal__static {
  display: none;
}

.modal-content.-has-footer {
  position: relative;
  padding: 0 25px;
  padding-bottom: 50px !important;
}

.modal-content__head {
  border-bottom: 1px solid #b1b4b7;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content__heading {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}

.modal-content__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px;
}

.modal-content__footer-inner {
  border-top: 1px solid #b1b4b7;
}

.modal-content__footer .pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
}

.modal-content__footer .pager__item {
  display: flex;
  align-items: center;
}

.modal-content__footer .pager__item.-prev:before, .modal-content__footer .pager__item.-next:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 10px;
  font-size: 1rem;
  color: #c7c7c7;
}

.modal-content__footer .pager__item.-prev:before {
  transform: scale(0.9) rotate(180deg);
  margin-right: 5px;
}

.modal-content__footer .pager__item.-next:after {
  transform: scale(0.9);
  margin-left: 5px;
}

.modal-content__footer a {
  text-decoration: underline;
}

.modal-content__footer a:hover {
  text-decoration: none;
}

.modal-content .modal-detail__body {
  padding: 20px 0;
  border-top: 1px solid #b1b4b7;
}

.modal-content .modal-detail__body:first-child {
  border-top: 0;
}

.modal-content .modal-detail__body .btn {
  margin-top: 12px;
}

.modal-content .modal-detail__flex {
  display: flex;
}

.modal-content .modal-detail__flex .modal-detail__img {
  width: 380px;
  margin-right: 15px;
  flex-shrink: 0;
}

.modal-content .modal-detail__img img {
  border-radius: 5px;
  overflow: hidden;
}

.modal-content .modal-detail__heading {
  color: #1d558d;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
}

.modal-content .modal-detail__text {
  margin-top: 10px;
}

.modal-content .modal-detail__dl {
  border-top: 1px solid #b1b4b7;
  margin-top: 10px;
}

.modal-content .modal-detail__dl li {
  border-bottom: 1px solid #b1b4b7;
  padding: 10px 0 5px;
}

.modal-content .modal-detail__dl dl {
  display: flex;
}

.modal-content .modal-detail__dl dl dt,
.modal-content .modal-detail__dl dl dd {
  font-weight: 400;
}

.modal-content .modal-detail__dl dl dt {
  flex-shrink: 0;
}

.modal-content .modal-detail__dl dl dt:after {
  content: '：';
}

.modal-content .modal-detail__dl dl dd b {
  margin-bottom: 5px;
  display: inline-block;
}

.modal-content .modal-detail__dl dl dd.logged-in {
  color: #15406a;
}

.modal-content .modal-detail__dl dl dd.logged-in b {
  margin-right: 7px;
}

.modal-content .modal-detail__dl dl dd.logged-in:after {
  content: '割引価格';
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #15406a;
  border-radius: 3px;
  padding: 4px 7px;
  margin-bottom: 5px;
  display: inline-block;
}

.modal-content .modal-detail__dl .modal-detail__notice {
  margin-top: 0;
}

.modal-content .modal-detail__notice {
  color: #383838;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.41667;
  margin-top: 7px;
}

.modal-content .modal-detail__notice a {
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px;
}

.modal-content .modal-detail__notice a:hover {
  text-decoration: none;
}

.modal-content .modal-detail__lessons {
  margin-top: 15px;
}

.modal-content .modal-detail__lessons .modal-detail__lesson {
  border-top: 1px solid #b1b4b7;
  padding-top: 15px;
  text-align: center;
}

.modal-content .modal-detail__lessons .modal-detail__lesson:not(:last-child) {
  padding-bottom: 20px;
}

.modal-content .modal-detail__lessons .modal-detail__lesson p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 10px;
}

.modal-content.-simple {
  padding: 50px;
  text-align: center;
}

.modal-content.-simple .modal-content__heading {
  color: #15406a;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.modal-content.-simple p:not(.modal-content__heading) {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 20px;
}

.modal-content.range-date-error {
  padding-top: 57px;
}

.modal-content.range-date-error .btn {
  margin-top: 27px;
}

.modal-content.for-beginner {
  padding: 0 70px 50px;
}

.modal-content.for-beginner .accordion__group {
  border-bottom: 1px solid #b1b4b7;
}

.modal-content.for-beginner .accordion__group.-open .accordion__btn:after {
  transform: scale(0.9) rotate(-180deg);
}

.modal-content.for-beginner .accordion__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #15406a;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  height: 90px;
}

.modal-content.for-beginner .accordion__btn:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 10px;
  font-size: 1rem;
  transform: scale(0.9);
  color: #707070;
  margin-right: 22px;
  transition: .2s linear;
}

.modal-content.for-beginner .accordion__body {
  display: none;
}

.modal-content.option {
  padding: 0 24px;
}

.modal-content.option .modal-content__body {
  max-height: calc(100vh - 190px - 100px - 50px);
}

.modal-content.option .modal-slider__item {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 24px;
  background-color: #F7F8FA;
  border-bottom: 1px solid #B1B4B7;
}

.modal-content.option .modal-detail__text + .modal-detail__text {
  margin-top: 36px;
}

.modal-content.option .slick-dots {
  display: flex;
  padding: 14px 0 36px 0;
}

.modal-content.option .slick-dots li + li {
  margin-left: 10px;
}

.modal-content.option .slick-dots li button {
  display: block;
  position: relative;
  width: 96px;
  height: 96px;
  padding: 5px;
  line-height: 0;
  outline: none;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  border: 0;
  border-radius: 5px;
  opacity: 0.6;
}

.modal-content.option .slick-dots li button:before {
  display: block;
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  color: #000;
}

.modal-content.option .slick-dots li:nth-child(1) button {
  background: url(../img/option/menu_woman_club.png) no-repeat 0 0;
  background-size: cover;
}

.modal-content.option .slick-dots li:nth-child(1) button:before {
  content: '女性用クラブ';
}

.modal-content.option .slick-dots li:nth-child(2) button {
  background: url(../img/option/menu_child_club.png) no-repeat 0 0;
  background-size: cover;
}

.modal-content.option .slick-dots li:nth-child(2) button:before {
  content: '子供用クラブ';
}

.modal-content.option .slick-dots li:nth-child(3) button {
  background: url(../img/option/menu_track.png) no-repeat 0 0;
  background-size: cover;
}

.modal-content.option .slick-dots li:nth-child(3) button:before {
  content: 'トラックマン';
}

.modal-content.option .slick-dots .slick-active button {
  border: 1px solid #15406a;
  opacity: 1;
}

.modal-content.instructor-detail {
  padding: 24px;
}

.modal-content.instructor-detail .instructor-detail__title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}

.modal-content.instructor-detail .instructor-detail__lead {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

.modal-content.instructor-detail .instructor-detail__item {
  position: relative;
}

.modal-content.instructor-detail .instructor-detail__item-title {
  margin-bottom: 6px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  color: #B9A15B;
}

.modal-content.instructor-detail .instructor-detail__item-price {
  margin-bottom: 16px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.modal-content.instructor-detail .instructor-detail__item-inner {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #B1B4B7;
  border-bottom: 1px solid #B1B4B7;
}

.modal-content.instructor-detail .instructor-detail__item-prof {
  box-sizing: border-box;
  width: 48%;
  padding-right: 16px;
}

.modal-content.instructor-detail .instructor-detail__item-calender {
  position: relative;
  box-sizing: border-box;
  width: 52%;
  padding-right: 10px;
}

.modal-content.instructor-detail .instructor-detail__item-profHead {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.modal-content.instructor-detail .instructor-detail__item-profImg {
  overflow: hidden;
  width: 188px;
  border-radius: 5px;
}

.modal-content.instructor-detail .instructor-detail__item-profName {
  flex: 1;
  padding: 0 12px;
}

.modal-content.instructor-detail .instructor-detail__item-profName .-en {
  font-size: 12px;
  font-size: 1.2rem;
}

.modal-content.instructor-detail .instructor-detail__item-profName .-jp {
  font-size: 20px;
  font-size: 2rem;
}

.modal-content.instructor-detail .instructor-detail__item-profDetail {
  border-top: 1px solid #C4AF70;
}

.modal-content.instructor-detail .instructor-detail__item-profList {
  padding-top: 16px;
}

.modal-content.instructor-detail .instructor-detail__item-profList li {
  position: relative;
  padding-left: 1em;
  color: #937829;
}

.modal-content.instructor-detail .instructor-detail__item-profList li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #937829;
  border-radius: 50%;
}

.modal-content.instructor-detail .instructor-detail__item-profLesson {
  padding-top: 20px;
}

.modal-content.instructor-detail .instructor-detail__item-profLessonLink a {
  color: #15406A;
  text-decoration: underline;
}

.modal-content.instructor-detail .instructor-detail__item-profLessonLink a:hover {
  text-decoration: none;
}

.modal-content.instructor-detail .inline-datepicker__label {
  position: absolute;
  display: block;
  top: 8px;
  left: 50%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  transform: translateX(-50%);
  z-index: 1;
}

.modal-content.instructor-detail .ui-datepicker .ui-widget-header {
  height: 88px;
  align-items: flex-end;
}

.modal-content.instructor-detail .ui-datepicker .ui-datepicker-title {
  padding-bottom: 18px;
}

.modal-content.instructor-detail .ui-datepicker .ui-datepicker-next,
.modal-content.instructor-detail .ui-datepicker .ui-datepicker-prev {
  align-items: flex-end;
  transform: none;
}

.modal-content.instructor-detail .ui-datepicker .ui-datepicker-next:after,
.modal-content.instructor-detail .ui-datepicker .ui-datepicker-prev:after {
  top: -10px;
}

.modal-content.instructor-detail .inline-datepicker__usage {
  display: flex;
  justify-content: center;
  padding: 16px 0 0 0;
}

.modal-content.instructor-detail .inline-datepicker__usage:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #FD9827;
  flex-shrink: 0;
  margin-right: 5px;
}

.modal-content.instructor-detail .instructor-detail__nav {
  position: relative;
  margin-top: 16px;
  padding: 0 20px;
}

.modal-content.instructor-detail .instructor-detail__nav .slick-prev,
.modal-content.instructor-detail .instructor-detail__nav .slick-next {
  display: block;
  position: absolute;
  top: 25%;
  width: 32px;
  height: 32px;
  font-size: 0;
  background-color: #fff;
  border: 1px solid #15406a;
  border-radius: 50%;
  z-index: 12;
  transition: all 0.2s ease-out;
}

.modal-content.instructor-detail .instructor-detail__nav .slick-prev:before,
.modal-content.instructor-detail .instructor-detail__nav .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #15406a;
  border-right: 1px solid #15406a;
}

.modal-content.instructor-detail .instructor-detail__nav .slick-prev {
  left: 4px;
}

.modal-content.instructor-detail .instructor-detail__nav .slick-prev:before {
  top: 32%;
  left: 40%;
  transform: rotate(-135deg);
}

.modal-content.instructor-detail .instructor-detail__nav .slick-prev:hover {
  transform: translateX(-3px);
}

.modal-content.instructor-detail .instructor-detail__nav .slick-next {
  right: 4px;
}

.modal-content.instructor-detail .instructor-detail__nav .slick-next:before {
  top: 32%;
  left: 24%;
  transform: rotate(45deg);
}

.modal-content.instructor-detail .instructor-detail__nav .slick-next:hover {
  transform: translateX(3px);
}

.modal-content.instructor-detail .instructor-detail__nav .slick-disabled {
  display: none !important;
}

.modal-content.instructor-detail .instructor-detail__navList {
  width: 12%;
  padding: 0 5px;
  cursor: pointer;
}

.modal-content.instructor-detail .instructor-detail__navList.-disabled {
  cursor: unset;
  pointer-events: none;
}

.modal-content.instructor-detail .instructor-detail__navList.-disabled .instructor-detail__navImg {
  opacity: 1;
}

.modal-content.instructor-detail .instructor-detail__navList.-disabled .instructor-detail__navImg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content.instructor-detail .instructor-detail__navList.-selected .instructor-detail__navImg {
  opacity: 1;
  border: 1px solid #15406a;
}

.modal-content.instructor-detail .instructor-detail__navImg {
  position: relative;
  overflow: hidden;
  line-height: 0;
  border-radius: 5px;
  opacity: 0.6;
}

.modal-content.instructor-detail .instructor-detail__navName {
  margin-top: 4px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}

.modal-content.error-instructor .modal-content__head {
  border-bottom: 0;
  height: 88px;
}

.modal-content.error-instructor .inline-datepicker__usage {
  display: flex;
  justify-content: center;
}

.modal-content.error-instructor .inline-datepicker__usage:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #eaf3f5;
  flex-shrink: 0;
  margin-right: 5px;
}

.modal-content.simulation .modal-content__head {
  flex-direction: column;
  border-bottom: none;
}

.modal-content.simulation .simulation__heading {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.modal-content.simulation .simulation__heading-sub {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.modal-content.simulation .modal-content__body {
  max-height: calc(100vh - 150px - 100px - 160px);
}

.modal-content.simulation .simulation__lists {
  padding: 0 24px 124px 24px;
}

.modal-content.simulation .simulation__list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.modal-content.simulation .simulation__label {
  width: 158px;
  font-size: 16px;
  font-size: 1.6rem;
}

.modal-content.simulation .simulation__detail {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.modal-content.simulation .simulation__detail .simulation__input {
  display: none;
}

.modal-content.simulation .simulation__detail .simulation_input__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 258px;
  height: 50px;
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #A7A8AA;
  border-radius: 3px;
}

.modal-content.simulation .simulation__detail .simulation__input:checked + .simulation_input__label {
  color: #15406A;
  background-color: #E7EDF2;
  border: 1px solid #15406A;
  border-radius: 3px;
}

.modal-content.simulation .simulation__detail .simulation__input:disabled + .simulation_input__label {
  color: #000000;
  background-color: #C0C0C0;
  border: 1px solid #A7A8AA;
  border-radius: 3px;
  opacity: 0.5;
}

.modal-content.simulation .modal-content__footer-inner {
  padding: 12px 0 26px 0;
  background-color: #fff;
}

.modal-content.simulation .simulation__lead {
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.modal-content.simulation .simulation__lead .-num {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}

.modal-content.simulation .simulation__lead .-unit {
  font-size: 20px;
  font-size: 2rem;
}

.modal-content.simulation .simulation__btn {
  width: 320px;
  height: 50px;
  margin: 0 auto;
}

.modal__slider-prev,
.modal__slider-next {
  display: none;
}

.modal.-slider .modal__slider-prev,
.modal.-slider .modal__slider-next {
  display: block;
  position: absolute;
  top: 45%;
  width: 62px;
  height: 62px;
  background-color: #fff;
  border: 1px solid #15406a;
  border-radius: 50%;
  z-index: 12;
  transition: all 0.2s ease-out;
}

.modal.-slider .modal__slider-prev:before,
.modal.-slider .modal__slider-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  border-top: 1px solid #15406a;
  border-right: 1px solid #15406a;
}

.modal.-slider .modal__slider-prev {
  left: -28px;
}

.modal.-slider .modal__slider-prev:before {
  top: 32%;
  left: 40%;
  transform: rotate(-135deg);
}

.modal.-slider .modal__slider-prev:hover {
  transform: translateX(-5px);
}

.modal.-slider .modal__slider-next {
  right: -28px;
}

.modal.-slider .modal__slider-next:before {
  top: 32%;
  left: 24%;
  transform: rotate(45deg);
}

.modal.-slider .modal__slider-next:hover {
  transform: translateX(5px);
}

.instructor {
  padding: 27px 61px 56px;
}

.instructor__read {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.instructor__section {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #b1b4b7;
}

.instructor__section:first-of-type .instructor__heading {
  color: #b9a15b;
}

.instructor__heading {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #15406a;
}

.instructor__price {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}

.instructor__lesson-list {
  border-bottom: 1px solid #b1b4b7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly; /* 追記 */
  padding: 0 15px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.instructor__lesson-list li {
  text-align: center; /* 追記 */
  margin: 20px 20px 0; /* 変更 */
  flex-shrink: 0;
}

.instructor__lesson-list li a {
  text-decoration: underline;
}

.instructor__lesson-list li a:hover {
  text-decoration: none;
}

.instructor__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.instructor__item {
  width: calc((100% - 26px * 3) / 4);
  margin: 30px 26px 0 0;
  text-align: center;
}

.instructor__item:nth-child(4n) {
  margin-right: 0;
}

.instructor__item.-free .instructor__name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}

.instructor__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.instructor__link:hover {
  text-decoration: none;
}

.instructor__link:hover .instructor__img img {
  opacity: .5;
}

.instructor__link:hover .instructor__img:after {
  opacity: 1;
}

.instructor__img {
  position: relative;
}

.instructor__img img {
  border-radius: 5px;
  transition: .2s ease-out;
}

.instructor__img:after {
  content: 'このインストラクターで予約する';
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  background: #15406a;
  color: #fff;
  padding: 16px 15px;
  border-radius: 5px;
  display: block;
  width: calc(100% - 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  opacity: 0;
  pointer-events: none;
  transition: .2s ease-out;
}

.instructor__name {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  color: #000;
  margin-top: 10px;
}

.instructor__name span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #15406a;
  margin-bottom: 5px;
  display: block;
}

.instructor__title {
  display: inline-block;
  line-height: 1.21429;
  background: #f5ecd1;
  color: #937829;
  padding: 5px;
  border-radius: 2px;
  margin-top: 10px;
}

.error-balloon {
  width: 304px;
  height: 139px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.38);
  text-align: center;
  color: #000;
}

.error-balloon:after {
  content: '';
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 15px;
  border-right-width: 15px;
  border-top-color: #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.error-balloon__inner {
  padding: 16px;
}

.error-balloon p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
}

.error-balloon .btn {
  margin-top: 10px;
}

.page-top .top-header {
  width: 100%;
  height: 100px;
  position: fixed;
  border-bottom: 1px solid #d0d7e0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-width: 1280px;
  z-index: 10;
  font-family: "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Helvetica", "Arial", "メイリオ", Meiryo, sans-serif;
  line-height: 1.125;
}

.page-top .top-header__inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.page-top .top-header__logo {
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-top .top-header__logo img {
  width: 275px;
}

.page-top .top-header__nav {
  padding-left: 20px;
}

.page-top .top-header__nav a {
  transition: opacity 0.2s ease-out;
}

.page-top .top-header__nav a:hover {
  opacity: .8;
  text-decoration: none;
}

.page-top .top-header__sub-nav {
  display: flex;
  align-items: center;
}

.page-top .top-header__sub-nav li {
  margin-right: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

.page-top .top-header__sub-nav li a {
  color: #7f94a9;
  display: flex;
  align-items: center;
}

.page-top .top-header__sub-nav li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  border-color: transparent transparent transparent #7e92aa;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.page-top .top-header__main-nav {
  margin-top: 20px;
}

.page-top .top-header__main-nav ul {
  display: flex;
  align-items: center;
}

.page-top .top-header__main-nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 1px solid #b8c4d1;
}

.page-top .top-header__main-nav ul li:first-child {
  border-left: 0;
}

.page-top .top-header__main-nav ul li:first-child a {
  padding-left: 0;
}

.page-top .top-header__main-nav ul li a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #0c335e;
  font-weight: 700;
  padding: 0 10px;
}

.page-top .top-footer {
  background: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  min-width: 1280px;
  font-family: "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Helvetica", "Arial", "メイリオ", Meiryo, sans-serif;
  line-height: 1.125;
  /* z-index:8; */
}

.page-top .top-footer__inner {
  padding: 80px 0;
}

.page-top .top-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-top .top-footer ul li {
  padding: 0 25px;
}

.page-top .top-footer ul a {
  display: block;
}

.page-top .top-footer__privacy {
  margin-top: 40px;
  line-height: 1;
}

.page-top .top-footer__privacy a {
  color: #fff;
  transition: opacity 0.2s ease-out;
}

.page-top .top-footer__privacy a:hover {
  opacity: .8;
  text-decoration: none;
}

.page-top .top-footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 40px;
}

.page-top .content-bg {
  width: 100%;
  min-width: 1280px;
  height: calc(100vh - 100px);
  position: fixed;
  top: 100px;
  background: url(../img/bg_top.jpg) no-repeat center top/cover;
  z-index: -1;
}

.page-top .content__inner {
  padding: 10px 0 120px;
}

.page-top .page-head {
  text-align: center;
  color: #fff;
}

.page-top .page-head__heading {
  font-size: 36px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.page-top .page-head__heading-sub {
  line-height: 1;
  margin-top: 10px;
  padding-bottom: 15px;
  position: relative;
}


.page-top .page-head__heading-sub:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #b7903e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-top .page-head__read {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.page-top .box {
  width: 95%;
  man-width: 1080px;
  margin-top: 40px;
  position: relative;
}

.page-top .box.-loading {
  min-height: 319px;
}

.page-top .box.-loading .loader {
  opacity: 1;
  -webkit-animation: load 1.1s infinite linear;
          animation: load 1.1s infinite linear;
}

.page-top .tab__list {
  padding: 0 18px;
}

.page-top .tab__list-item {
  font-size: 20px;
  font-size: 2rem;
  height: 70px;
  padding: 0 15px 0 20px;
  position: relative;
}

.page-top .tab__list-item:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #15406a;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: .3s ease-out;
}

.page-top .tab__list-item.-selected:after {
  transform: scaleX(1);
}

.page-top .tab__list-item[data-tab="calendar"] .tab__list-icon {
  width: 26px;
  margin-right: 18px;
}

.page-top .tab__list-item[data-tab="lesson"] .tab__list-icon {
  width: 25px;
  margin-right: 14px;
}

.page-top .tab__list-item[data-tab="dummy1"] .tab__list-icon {
  width: 25px;
  margin-right: 14px;
}

.page-top .tab__list-item[data-tab="dummy2"] .tab__list-icon {
  width: 25px;
  margin-right: 14px;
}

.page-top .tab__list-icon {
  line-height: 0;
}

.page-top .tab__list-icon svg {
  width: 100%;
  height: auto;
  fill: #15406a;
}

.page-top .tab[data-item-count="2"] .tab__list-item {
  width: calc(100% / 2);
}

.page-top .tab[data-item-count="3"] .tab__list-item {
  width: calc(100% / 3);
}

.page-top .tab__content {
  min-height: 250px;
  border-top: 1px solid #b2b2b2;
  margin-top: -1px;
}

.page-top .tab__content#tab-calendar {
  padding: 44px 0 30px;
}

.page-top .tab__content#tab-calendar .search {
  display: flex;
  justify-content: center;
}

.page-top .tab__content#tab-calendar .search__condition {
  width: 137px;
  margin-right: 15px;
}

.page-top .tab__content#tab-calendar .search__condition:last-child {
  margin-right: 0;
}

.page-top .tab__content#tab-calendar .search__condition.search__condition--date {
  width: 216px;
}

.page-top .tab__content#tab-calendar .search__condition.search__condition--range {
  width: 212px;
}

.page-top .tab__content#tab-calendar .search__condition label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  min-width: 100px;
  margin: auto;
}

.page-top .tab__content#tab-calendar .search .input-text,
.page-top .tab__content#tab-calendar .search .select2-selection__rendered,
.page-top .tab__content#tab-calendar .search .input-date:after {
  font-size: 18px;
  font-size: 1.8rem;
}

.page-top .tab__content#tab-calendar .btn {
  margin-top: 30px;
}

.page-top .tab__content#tab-lesson .btn-wrap {
  padding: 86px 0 100px;
}

.page-top .tab__content#tab-lesson .btn:first-child {
  margin-right: 5%;
}

.float-box {
  width: 303px;
  border-radius: 5px 0px 0px 5px;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 110px;
  right: 0;
}

.float-box__inner {
  padding: 20px 21px 20px 22px;
}

.float-box .btn {
  width: 100%;
}

.page-howto .top-header {
  width: 100%;
  height: 100px;
  position: fixed;
  border-bottom: 1px solid #d0d7e0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-width: 1280px;
  z-index: 10;
  font-family: "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Helvetica", "Arial", "メイリオ", Meiryo, sans-serif;
  line-height: 1.125;
}

.page-howto .top-header__inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.page-howto .top-header__logo {
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-howto .top-header__logo img {
  width: 275px;
}

.page-howto .top-header__nav {
  padding-left: 20px;
}

.page-howto .top-header__nav a {
  transition: opacity 0.2s ease-out;
}

.page-howto .top-header__nav a:hover {
  opacity: .8;
  text-decoration: none;
}

.page-howto .top-header__sub-nav {
  display: flex;
  align-items: center;
}

.page-howto .top-header__sub-nav li {
  margin-right: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

.page-howto .top-header__sub-nav li a {
  color: #7f94a9;
  display: flex;
  align-items: center;
}

.page-howto .top-header__sub-nav li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  border-color: transparent transparent transparent #7e92aa;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.page-howto .top-header__main-nav {
  margin-top: 20px;
}

.page-howto .top-header__main-nav ul {
  display: flex;
  align-items: center;
}

.page-howto .top-header__main-nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 1px solid #b8c4d1;
}

.page-howto .top-header__main-nav ul li:first-child {
  border-left: 0;
}

.page-howto .top-header__main-nav ul li:first-child a {
  padding-left: 0;
}

.page-howto .top-header__main-nav ul li a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #0c335e;
  font-weight: 700;
  padding: 0 10px;
}

.page-howto .top-footer {
  background: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  /*min-width: 1280px;*/
  font-family: "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Helvetica", "Arial", "メイリオ", Meiryo, sans-serif;
  line-height: 1.125;
  z-index:8;
}

.page-howto .top-footer__inner {
  padding: 80px 0;
}

.page-howto .top-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-howto .top-footer ul li {
  padding: 0 25px;
}

.page-howto .top-footer ul a {
  display: block;
}

.page-howto .top-footer__privacy {
  margin-top: 40px;
  line-height: 1;
}

.page-howto .top-footer__privacy a {
  color: #fff;
  transition: opacity 0.2s ease-out;
}

.page-howto .top-footer__privacy a:hover {
  opacity: .8;
  text-decoration: none;
}

.page-howto .top-footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 40px;
}

.page-howto .breadchumb {
  min-width: 1280px;
  background-color: #0D335E;
}

.page-howto .breadchumb-lists {
  display: flex;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
  padding: 10px 15px 10px 156px;
}

.page-howto .breadchumb__list {
  padding-right: 1em;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.page-howto .breadchumb__list + .breadchumb__list:before {
  content: "＞";
  padding-right: 0.8em;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.page-howto .breadchumb__list a {
  color: #fff;
  transition: opacity 0.2s ease-out;
}

.page-howto .breadchumb__list a:hover {
  opacity: .8;
  text-decoration: none;
}

.page-howto .page-head {
  position: relative;
  width: 100%;
  min-width: 1280px;
  min-height: 238px;
  padding: 60px 15px;
  background-color: #0D335E;
}

.page-howto .page-head__heading,
.page-howto .page-head__heading-sub {
  text-align: center;
  color: #fff;
}

.page-howto .page-head__heading {
  font-size: 28px;
  font-size: 2.8rem;
}

.page-howto .page-head__heading-sub {
  font-size: 14px;
  font-size: 1.4rem;
}

.page-howto .page-content {
  width: 1280px;
  margin: 0 auto;
  padding: 32px 0 78px 0;
}

.page-howto .page-lead {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0D335E;
}

.page-howto .howto-tab {
  width: 1080px;
  margin: 0 auto;
  margin-top: 32px;
}

.page-howto .howto-tab .tab__list {
  display: flex;
  align-items: center;
  width: 100%;
}

.page-howto .howto-tab .tab__list-item {
  position: relative;
  width: 50%;
}

.page-howto .howto-tab .tab__list-item:first-child .tab__list-btn {
  border: 1px solid #A8A8A8;
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.page-howto .howto-tab .tab__list-item:last-child .tab__list-btn {
  border: 1px solid #A8A8A8;
  border-left: none;
  border-radius: 0 5px 5px 0;
}

.page-howto .howto-tab .tab__list-item.-selected .tab__list-btn {
  color: #fff;
  border: 1px solid #15406A;
  background-color: #15406A;
}

.page-howto .howto-tab .tab__list-item.-selected:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 13px 0 13px;
  border-color: #15406A transparent transparent transparent;
  transform: translateX(-50%);
}

.page-howto .howto-tab .tab__list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  font-size: 20px;
  font-size: 2rem;
}

.page-howto .howto-tab .howto-tab__item {
  width: 100%;
  margin-top: 40px;
  padding: 24px;
  background-color: #EFF1F4;
}

.page-howto .howto-tab .howto-tab__txtBox {
  padding: 16px 15px 12px 15px;
  background-color: #fff;
}

.page-howto .howto-tab .howto-tab__title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #1D558D;
}

.page-howto .howto-tab .howto-tab__txt {
  max-width: 768px;
  margin: 8px auto 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.page-howto .howto-tab .howto-tab__imgBox {
  max-width: 674px;
  margin: 18px auto 0;
text-align: center;
}

.page-howto .howto-tab .howto-tab__imgBox img {
  border: 1px solid #BFBFBF;
}

.page-content-selection .main {
  position: relative;
}

.page-content-selection .reserve {
  min-width: 1280px;
  padding: 44px 0 44px 60px;
  padding-right: calc(330px + 60px);
}

.page-content-selection .reserve__title {
  text-align: center;
  line-height: 1.35714;
  font-size: 28px;
  font-size: 2.8rem;
  color: #15406a;
}

.page-content-selection .reserve__lead {
  padding-top: 8px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

.page-content-selection .reserve__wrap {
  padding-top: 32px;
}

.page-content-selection .reserve__calendar {
  width: 816px;
  margin: 0 auto;
}

.page-content-selection .reserve__calendar-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.page-content-selection .reserve__calendar-header-btnSet {
  display: flex;
}

.page-content-selection .reserve__calendar-header-btnSet.-prev {
  justify-content: flex-start;
}

.page-content-selection .reserve__calendar-header-btnSet.-next {
  justify-content: flex-end;
}

.page-content-selection .reserve__calendar-header-btn {
  position: relative;
  width: 100px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #B1B4B7;
  border-radius: 4px;
  transition: all 0.2s ease-out;
}

.page-content-selection .reserve__calendar-header-btn:hover {
  background-color: #eaf3f5;
}

.page-content-selection .reserve__calendar-header-btn + .reserve__calendar-header-btn {
  margin-left: 10px;
}

.page-content-selection .reserve__calendar-header-btn span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #15406a;
}

.page-content-selection .reserve__calendar-header-btn:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  color: #B7BCC3;
  transform: translateY(-50%);
  font-weight: 700;
}

.page-content-selection .reserve__calendar-header-btn.-prev-week span, .page-content-selection .reserve__calendar-header-btn.-prev-day span {
  padding-left: 14px;
}

.page-content-selection .reserve__calendar-header-btn.-prev-week:before, .page-content-selection .reserve__calendar-header-btn.-prev-day:before {
  left: 24px;
}

.page-content-selection .reserve__calendar-header-btn.-prev-week:before {
  content: "";
}

.page-content-selection .reserve__calendar-header-btn.-prev-day:before {
  content: "";
}

.page-content-selection .reserve__calendar-header-btn.-next-week span, .page-content-selection .reserve__calendar-header-btn.-next-day span {
  padding-right: 14px;
}

.page-content-selection .reserve__calendar-header-btn.-next-week:before, .page-content-selection .reserve__calendar-header-btn.-next-day:before {
  right: 24px;
}

.page-content-selection .reserve__calendar-header-btn.-next-week:before {
  content: "";
}

.page-content-selection .reserve__calendar-header-btn.-next-day:before {
  content: "";
}

.page-content-selection .reserve__calendar-header-date {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-content-selection .reserve__calendar-date-label {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.page-content-selection .reserve__calendar-date-label .date {
  font-size: 22px;
}

.page-content-selection .reserve__calendar-date-label .week {
  box-sizing: border-box;
  margin-left: 16px;
  width: 32px;
  height: 32px;
  padding: 5px 0;
  line-height: 1;
  text-align: center;
  font-size: 22px;
  background-color: #EFEFEF;
  border-radius: 50%;
}

.page-content-selection .reserve__calendar-date-btn {
  overflow: hidden;
  position: relative;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #B1B4B7;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.page-content-selection .reserve__calendar-date-btn:hover {
  background-color: #eaf3f5;
}

.page-content-selection .reserve__calendar-date-btn:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  font-size: 2.2rem;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #15406a;
  transform: translate(-50%, -50%);
  font-weight: 400;
}

.page-content-selection .reserve__calendar-date-input {
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #fff;
  cursor: pointer;
}

.page-content-selection .reserve__calendar-wrap {
  width: 100%;
}

.page-content-selection .reserve__calendar-table {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: none;
  border-collapse: collapse;
  table-layout: fixed;
  border: 2px solid #919191;
}

.page-content-selection .reserve__calendar-table th,
.page-content-selection .reserve__calendar-table td {
  box-sizing: border-box;
}

.page-content-selection .reserve__calendar-table .table__th {
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  border-right: 2px solid #919191;
  font-size: 14px;
  font-size: 1.4rem;
}

.page-content-selection .reserve__calendar-table .table__th:last-child {
  border-right: none;
}

.page-content-selection .reserve__calendar-table .table__th.-start {
  min-width: 112px;
  background-color: #fff;
  border-bottom: 1px solid #CBCBCB;
}

.page-content-selection .reserve__calendar-table .table__th.-open {
  color: #25658D;
  background-color: #c6eaf3;
}

.page-content-selection .reserve__calendar-table .table__th.-private {
  color: #104464;
  background-color: #ADCFF0;
}

.page-content-selection .reserve__calendar-table .table__th.-vip {
  color: #fff;
  background-color: #3A6B9B;
}

.page-content-selection .reserve__calendar-table .table__th-room {
  border-bottom: 1px solid #CBCBCB;
}

.page-content-selection .reserve__calendar-table .table__th-room th {
  min-width: 70px;
  width: 78px;
  padding: 8px 0 4px 0;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 1px solid #CBCBCB;
}

.page-content-selection .reserve__calendar-table .table__detail {
  display: block;
}

.page-content-selection .reserve__calendar-table .table__detail span {
  display: inline-block;
  padding: 2px 8px;
  font-size: 10px;
  font-size: 1rem;
  color: #15406a;
  background-color: #E6EDF2;
  border-radius: 2px;
}

.page-content-selection .reserve__calendar-table .is-last-cell {
  border-right: 2px solid #919191;
}

.page-content-selection .reserve__calendar-table thead {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
}

.page-content-selection .reserve__calendar-table tbody {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  width: 100%;
  height: 346px;
}

.page-content-selection .reserve__calendar-table tbody tr {
  display: inline-block;
}

.page-content-selection .reserve__calendar-table tbody tr td:first-child {
  min-width: 112px;
  padding: 0 10px 0 20px;
  vertical-align: middle;
  font-size: 12px;
  border-left: none;
  border-right: 2px solid #919191;
}

.page-content-selection .reserve__calendar-table tbody td {
  min-width: 70px;
  width: 78px;
  border-left: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
}

.page-content-selection .reserve__calendar-note {
  display: flex;
  margin-top: 20px;
}

.page-content-selection .reserve__calendar-note li {
  display: flex;
  align-items: center;
  padding-right: 16px;
}

.page-content-selection .reserve__calendar-note li span {
  padding-left: 6px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}

.page-content-selection .reserve__calendar-note li:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #CBCBCB;
}

.page-content-selection .reserve__calendar-note li.is-checked:before {
  background-color: #fff;
}

.page-content-selection .reserve__calendar-note li.is-disabled:before {
  background-color: #BCBCBC;
}

.page-content-selection .check-btn {
  position: relative;
  cursor: pointer;
  line-height: 0;
}

.page-content-selection .check-btn .check-btn__input {
  display: none;
}

.page-content-selection .check-btn .check-btn__label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  background-color: #fff;
}

.page-content-selection .check-btn .check-btn__input:checked + .check-btn__label {
  background-color: #e26111;
}

.page-content-selection .check-btn .check-btn__input:checked + .check-btn__label:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*content: "";*/
  font-size: 8px;
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-weight: 700;
}

.page-content-selection .check-btn.is-disabled .check-btn__input {
  cursor: default;
}

.page-content-selection .check-btn.is-disabled .check-btn__label {
  cursor: default;
  background-color: #BCBCBC;
}

.page-input {
  overflow-y: scroll;
}

.page-input .input {
  min-width: 1280px;
  margin: 0 auto;
  padding: 44px 96px 96px 96px;
}

.page-input .input__heading {
  text-align: center;
  line-height: 1.35714;
  font-size: 28px;
  font-size: 2.8rem;
  color: #15406a;
}

.page-input .input__heading-sub {
  padding-top: 8px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

.page-input .input__wrap {
  width: 1080px;
  margin: 20px auto 0;
}

.page-input .input__menu-label {
  box-sizing: border-box;
  position: relative;
  padding: 20px 20px 20px 60px;
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
}

.page-input .input__menu-label .-sub {
  display: block;
  padding-top: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}

.page-input .input__menu-label:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  margin-top: -10px;
  left: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #B1B4B7;
  border-radius: 2px;
}

.page-input .input__menu-label:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  font-size: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  color: #fff;
  transform: translateY(-50%);
  opacity: 0;
}

.page-input .input__menu-group + .input__menu-group {
  margin-top: 20px;
}

.page-input .input__menu-body {
  display: none;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 32px;
  background-color: #F9F9F9;
  border: 1px solid #BEBEBE;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.page-input .accordion__group.-open .input__menu-label {
  color: #000;
  border-radius: 5px 5px 0 0;
}

.page-input .accordion__group.-open .input__menu-label:before {
  background: #15406A;
  border: 1px solid #15406A;
}

.page-input .accordion__group.-open .input__menu-label:after {
  opacity: 1;
}

.page-input .input__flex {
  display: flex;
  flex-wrap: wrap;
}

.page-input .input__flex-item {
  width: 440px;
}

.page-input .input__flex-item + .input__flex-item {
  margin-left: 96px;
}

.page-input .input__lists {
  margin-top: 20px;
}

.page-input .input__list + .input__list {
  margin-top: 14px;
}

.page-input .input__list input {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #B1B4B7;
  border-radius: 3px;
}

.page-input .input__list input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.page-input .input__list input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.page-input .input__list input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.page-input .input__txtlink {
  display: inline-block;
  padding-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
}

.page-input .input__txtlink:hover {
  text-decoration: none;
}

.page-input .input__btn {
  width: 345px;
  height: 55px;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.page-input .input__note {
  font-size: 16px;
  font-size: 1.6rem;
}

.page-input .input__flex-lead {
  line-height: 1.25;
  font-size: 16px;
  font-size: 1.6rem;
}

.page-input .input__flex-img {
  width: 398px;
  margin: 0 auto 20px;
}

.page-input .input__inner {
  text-align: center;
}

.page-input .input__inner .input__list input {
  text-align: left;
}
.page-input .input__inner .input__list input {
  text-align: left;
}

.page-input .input__lists .is-error input {
  border: 1px solid #EB1E1E;
  background-color: #FFF0F5;
}

.page-input .input__lists .is-error ::-moz-placeholder {
  color: rgba(235, 30, 30, 0.4);
}

.page-input .input__lists .is-error :-ms-input-placeholder {
  color: rgba(235, 30, 30, 0.4);
}

.page-input .input__lists .is-error ::placeholder {
  color: rgba(235, 30, 30, 0.4);
}

.page-input .input__lists .is-error .error-text {
  display: block;
  margin-top: 4px;
  text-align: left;
  color: #EB1E1E;
}

.page-input .input__inner .input__btn {
  margin: 20px auto 0;
}

.page-input .input__id .input__lists {
  width: 440px;
  margin: 20px auto 0;
}

.page-input .input__new {
  width: 748px;
  margin: 0 auto;
}

.page-input .input__new .input__list {
  display: flex;
}

.page-input .input__new .input__list + .input__list {
  margin-top: 20px;
}

.page-input .input__new .input__new-label {
  display: flex;
  width: 192px;
  height: 50px;
  align-items: center;
}

.page-input .input__new .input__new-label .label {
  flex: 1;
  text-align: left;
}

.page-input .input__new .input__new-label .is-required {
  padding: 4px 6px;
  line-height: 1;
  color: #fff;
  background-color: #D94646;
  border-radius: 3px;
}

.page-input .input__new .error-text {
  display: none;
}

.page-input .input__new .input__new-form {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
}

.page-input .input__new .input__new-form .inner {
  width: 100%;
}

.page-input .input__new .input__new-form .inner input {
  width: 100%;
}

.page-input .input__new .input__new-form.-col2 .inner {
  width: 48%;
}

.page-input .input__new-checkbox {
  flex-wrap: wrap;
  justify-content: center;
}

.page-input .input__new-checkbox .inner {
  width: 100%;
}

.page-input .input__new-checkbox.is-error .error-text {
  text-align: center;
}

.page-input .input__new-checkbox input[type=checkbox] {
  display: none;
}

.page-input .input__new-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}

.page-input .input__new-checkbox label:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  margin-top: -10px;
  left: 0;
  height: 20px;
  background: #fff;
  border: 1px solid #B1B4B7;
  border-radius: 2px;
}

.page-input .input__new-checkbox label:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  font-size: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  color: #fff;
  transform: translateY(-50%);
  opacity: 0;
}

.page-input .input__new-checkbox input[type=checkbox]:checked + label:before {
  background: #15406A;
  border: 1px solid #15406A;
}

.page-input .input__new-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.page-input .input__new-checkbox a {
  text-decoration: underline;
}

.page-input .input__new-checkbox a:hover {
  text-decoration: none;
}

.page-confirm {
  overflow-y: scroll;
}

.page-confirm .confirm {
  min-width: 1280px;
  margin: 0 auto;
  padding: 44px 96px 96px 96px;
}

.page-confirm .confirm__heading {
  text-align: center;
  line-height: 1.35714;
  font-size: 28px;
  font-size: 2.8rem;
  color: #15406a;
}

.page-confirm .confirm__heading-sub {
  padding-top: 8px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

.page-confirm .confirm__wrap {
  width: 1080px;
  margin: 52px auto 0;
}

.page-confirm .confirm__title {
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.35714;
  font-size: 28px;
  font-size: 2.8rem;
  color: #15406a;
}

.page-confirm .confirm__detail {
  width: 930px;
  margin: 0 auto;
  padding: 0 52px;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
}

.page-confirm .confirm__detail-list {
  display: flex;
  align-items: center;
  padding: 24px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.page-confirm .confirm__detail-list + .confirm__detail-list {
  border-top: 1px solid #BEBEBE;
}

.page-confirm .confirm__detail-list dt {
  width: 230px;
  font-weight: normal;
}

.page-confirm .confirm__detail-list dd {
  display: flex;
  flex: 1;
}

.page-confirm .confirm__detail-list dd .-price {
  margin-left: auto;
}

.page-confirm .confirm__detail-list .confirm__option {
  display: block;
}

.page-confirm .confirm__detail-list .confirm__option .confirm__option-list {
  display: flex;
  flex: wrap;
  width: 100%;
}

.page-confirm .confirm__price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 24px 0;
  border-top: 1px solid #BEBEBE;
}

.page-confirm .confirm__price-label {
  margin-right: 12px;
  font-size: 18px;
  font-size: 1.8rem;
}

.page-confirm .confirm__price-num {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.page-confirm .confirm__price-num .-yen {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

.page-confirm .confirm__price-num .-tax {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.page-confirm .confirm__cancel {
  width: 930px;
  margin: 52px auto 0;
}

.page-confirm .confirm__cancel-wrap {
  background-color: #F5F8FA;
}

.page-confirm .confirm__cancel-btn {
  position: relative;
  padding: 20px 16px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #15406a;
  cursor: pointer;
}

.page-confirm .confirm__cancel-btn-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 1px solid #15406a;
  border-radius: 50%;
  transform: translateY(-50%);
}

.page-confirm .confirm__cancel-btn-icon:before, .page-confirm .confirm__cancel-btn-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #15406a;
  transform: translate(-50%, -50%);
}

.page-confirm .confirm__cancel-btn-icon:before {
  width: 24px;
  height: 2px;
}

.page-confirm .confirm__cancel-btn-icon:after {
  width: 2px;
  height: 24px;
}

.page-confirm .confirm__cancel-group.-open .confirm__cancel-btn-icon:after {
  display: none;
}

.page-confirm .confirm__cancel-body {
  display: none;
  padding: 24px 80px 50px 80px;
  border-top: 1px solid #15406a;
}

.page-confirm .confirm__cancel-item {
  font-size: 16px;
  font-size: 1.6rem;
}

.page-confirm .confirm__cancel-item + .confirm__cancel-item {
  margin-top: 36px;
}

.page-confirm .confirm__cancel-title {
  position: relative;
  margin-bottom: 16px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #15406a;
}

.page-confirm .confirm__cancel-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -40px;
  width: 26px;
  height: 1px;
  background-color: #15406a;
}

.page-confirm .confirm__cancel-txt,
.page-confirm .confirm__cancel-list {
  margin-bottom: 12px;
}

.page-confirm .confirm__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px 0 46px 0;
}

.page-confirm .confirm__btn {
  width: 345px;
  height: 55px;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.page-confirm .confirm__btn + .confirm__btn {
  margin-left: 32px;
}

.page-confirm .confirm__btn.-white {
  color: #15406a;
  background-color: #fff;
  border: 1px solid #0a1c2e;
  box-shadow: 0 5px 0 0 #0a1c2e;
}

.page-confirm .confirm__btn.-white:hover {
  box-shadow: 0 0 0 0 #0a1c2e;
}

.page-confirm .confirm__btn.-orange {
  color: #fff;
  background-color: #E26111;
  box-shadow: 0 5px 0 0 #B74905;
}

.page-confirm .confirm__btn.-orange:hover {
  box-shadow: 0 0 0 0 #B74905;
}

.page-complete .complete {
  min-width: 1280px;
  margin: 0 auto;
  padding: 44px 96px 96px 96px;
}

.page-complete .complete__heading {
  text-align: center;
  line-height: 1.35714;
  font-size: 28px;
  font-size: 2.8rem;
  color: #15406a;
}

.page-complete .complete__wrap {
  width: 1080px;
  margin: 32px auto 0;
}

.page-complete .complete__txt {
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.page-complete .complete__reserve-num {
  display: flex;
  justify-content: center;
  max-width: 280px;
  margin: 0 auto 20px;
  padding: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #15406a;
  background-color: #EDF4F7;
  border-radius: 5px;
}

.page-complete .complete__reserve-num dt,
.page-complete .complete__reserve-num dd {
  font-weight: normal;
}

.page-complete .complete__btn {
  width: 440px;
  height: 60px;
  margin: 60px auto 0;
}

.page-complete .complete__btn .btn__text {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
  a:hover img {
    opacity: .8;
  }
  .u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-ios,
  .u-android {
    opacity: 0;
    transition: 0.3s ease-out;
  }
  .-loaded .u-ios, .-loaded
  .u-android {
    opacity: 1;
  }
  .ios .u-android {
    display: none !important;
  }
  .android .u-ios {
    display: none !important;
  }
}

@media (max-height: 819px) {
  .control-panel .tab__content {
    height: calc(100vh - 100px - 187px - 60px - 45px);
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
  }
}

@media (max-height: 759px) {
  .control-panel__details {
    top: 10px;
    height: calc(100vh - 100px - 20px);
    min-height: 265px;
  }
  .control-panel__details .control-panel__btn {
    bottom: calc(187px - 10px - 128px);
  }
}

@media (min-height: 760px) and (max-height: 819px) {
  .control-panel__details .control-panel__btn {
    bottom: auto;
    top: calc(100vh - 100px - 187px - 90px);
  }
}

@media (max-height: 413px) {
  .control-panel__details .control-panel__btn {
    bottom: auto;
    top: 117px;
  }
}


/**
 * レッスン開始時間選択用モーダル追加
 */
.modal-content.lesson-time .modal-content__head {
  flex-direction: column;
  border-bottom: none;
}

.modal-content.lesson-time .lesson-time__heading {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.modal-content.lesson-time .modal-content__body {
  max-height: calc(100vh - 150px - 100px - 160px);
}

.modal-content.lesson-time .lesson-time__lists {
  padding: 0 24px 124px 100px;
}

.modal-content.lesson-time .lesson-time__list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.modal-content.lesson-time .lesson-time__detail {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.modal-content.lesson-time .lesson-time__detail .lesson-time__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 258px;
  height: 50px;
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #A7A8AA;
  border-radius: 3px;
}

.modal-content.lesson-time .lesson-time__detail .lesson-time__radio {
    display: none;
}

.modal-content.lesson-time .lesson-time__detail .lesson-time__radio:checked + .lesson-time__label {
  color: #15406A;
  background-color: #E7EDF2;
  border: 1px solid #15406A;
  border-radius: 3px;
}

.modal-content.lesson-time .modal-content__footer-inner {
  padding: 12px 0 26px 0;
  background-color: #fff;
}

.modal-content.lesson-time .lesson-time__btn {
  width: 320px;
  height: 50px;
  margin: 0 auto;
}

.modal .lesson-time .modal__body {
  width: 500px;
}

/* ---------------------------------------------------------------- */
/* ログイン共通スタイル（.modal-content.login）
/* ---------------------------------------------------------------- */

.modal-content.login .input__lists{
	margin-bottom:30px;
}
.modal-content.login .input__list + .input__list {
  margin-top: 14px;
}

.modal-content.login .input__list input {
  display: block;
  width: 50%;
  padding: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #B1B4B7;
  border-radius: 3px;
  margin:0 auto;
  text-align:
  left;
}
.modal-content.login .input__list input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content.login .input__list input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content.login .input__list input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content.login .input__txtlink {
  display: inline-block;
  padding-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
}
.modal-content.login .input__txtlink:hover {
  text-decoration: none;
}

.btn-wrap.-flex .btn.-secondary {
  background: #666;
  color: #fff;
  box-shadow: 0 5px 0 0 #333;
  width:150px;
	border-radius: 5px;
}
.btn-wrap.-flex .btn.-secondary:hover {
  box-shadow: 0 0 0 0 #333;
}

.modal-content.login .modal-content__head{
  height:
  auto !important;
  margin-bottom:20px;
  padding-bottom:30px;
}


/* ---------------------------------------------------------------- */
/* ログイン（条件分岐）
/* ---------------------------------------------------------------- */

.modal-content.login h1.modal-content__heading {
  font-size:180%;
}
.modal-content.-simple div:not(.modal-content__heading) {
  font-size: 18px;
  font-size: 1.8rem;
}
.modal-content.login .login-detail__lead {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
.modal-content.login .btn-wrap.-flex{

  margin-bottom:20px;
}
.modal-content.login .btn-wrap.-flex button.btn.-primary:first-child{
	margin-right:130px;
}
.modal-content.login .btn-wrap.-flex.-login button.btn.-primary:first-child{
    margin-left: auto;
    margin-right: auto; 
}
.modal-content.login .btn-wrap.-flex.-login button.btn.-primary:last-child{
	margin-right:130px;
}

/* 利用者登録カードの補足対応のスタイル（.about_card）------------------- */

.modal-content.login .about_card{
  background-color:rgba(255,255,255,0.95);
  border:1px dotted #CCC;
  box-sizing:border-box;
  display:none;
  left:102%;
  padding:5px;
  position:absolute;
  top:-100px;
  width:350px;
  z-index:1000;
}
.modal-content.login .about_card h3{
  background-color:#666;
  color:#FFF;
  font-size:18px;
  font-weight:bold;
  margin-bottom:15px;
  padding:10px 0 8px;
  text-align:center;
}
.modal-content.login .about_card figure{
  margin-bottom:10px;
  text-align:center;
}
.modal-content.login .about_card figcaption{
  font-size:14px;
  line-height:1.4;
  padding:0 15px 10px;
  text-align:left;
}
.modal-content.login span.about{
  border-bottom:1px dotted #1265B8;
  color:#1265B8;
  cursor:pointer;
  display:inline-block;
  font-weight:bold;
  line-height:1.3;
  margin-right:5px;
  position:relative;
}
.modal-content.login span.about:hover .about_card{
  display:block;
}


/* ---------------------------------------------------------------- */
/* 利用者登録カードでログイン（.modal-content.login.card）
/* ---------------------------------------------------------------- */

/* カード番号の補足対応のスタイル（.exp_card_num）------------------- */

.modal-content.login.card .exp_card_num{
  background-color:rgba(255,255,255,0.95);
  border:1px dotted #CCC;
  box-sizing:border-box;
  display:none;
  left:calc(100%);
  padding:5px;
  position:absolute;
  top:-100px;
  width:350px;
  z-index:1000;
}
.modal-content.login.card span.exp_cardNum{
  border-bottom:1px dotted #1265B8;
  color:#1265B8;
  cursor:pointer;
  display:inline-block;
  font-weight:bold;
  line-height:1.3;
  position:relative;
}
.modal-content.login.card span.exp_cardNum:hover .exp_card_num{
  display:block;
}
.modal-content.login.card .exp_card_num h3{
  background-color:#666;
  color:#FFF;
  font-size:18px;
  font-weight:bold;
  margin-bottom:15px;
  padding:10px 0 8px;
  text-align:center;
}
.modal-content.login.card .exp_card_num figure{
  margin-bottom:10px;
  text-align:center;
}
.modal-content.login.card .exp_card_num figcaption{
  color:#333;
  font-size:14px;
  font-weight:normal;
  line-height:1.4;
  padding:0 15px 10px;
  text-align:left;
}

.modal-content.login.card .is-error input {
  border: 1px solid #EB1E1E;
  background-color: #FFF0F5;
}

.modal-content.login.card .is-error ::-moz-placeholder {
  color: rgba(235, 30, 30, 0.4);
}

.modal-content.login.card .is-error :-ms-input-placeholder {
  color: rgba(235, 30, 30, 0.4);
}

.modal-content.login.card .is-error ::placeholder {
  color: rgba(235, 30, 30, 0.4);
}

.modal-content.login.card .is-error .error-text{
  width: 50%;
  margin: 0 auto;
  display: block;
  text-align: left;
  color: #EB1E1E;
}

/* ---------------------------------------------------------------- */
/* WebユーザーIDでログイン（.modal-content.login.userID）
/* ---------------------------------------------------------------- */

.modal-content.login.userID .login-detail__lead {
	color:#D00;
}
.modal-content.login.userID .is-error input {
  border: 1px solid #EB1E1E;
  background-color: #FFF0F5;
}

.modal-content.login.userID .is-error ::-moz-placeholder {
  color: rgba(235, 30, 30, 0.4);
}

.modal-content.login.userID .is-error :-ms-input-placeholder {
  color: rgba(235, 30, 30, 0.4);
}

.modal-content.login.userID .is-error ::placeholder {
  color: rgba(235, 30, 30, 0.4);
}

.modal-content.login.userID .is-error .error-text {
  display: block;
  text-align: left;
  width: 50%;
  margin: 0 auto;
  color: #EB1E1E;
}


/* ---------------------------------------------------------------- */
/* iziModal用クローズボタンのスタイル（.iziModal .modal__close）
/* ---------------------------------------------------------------- */

.iziModal .modal__close{
  transform: scale(1);
}

 .btn-login.disabled{
   pointer-events:none;
   background: #acacac
 }


/* ---------------------------------------------------------------- */
/* SP用
/* ---------------------------------------------------------------- */


@media screen and (max-width: 768px) { 
    /*　for iPhone Landscape　(iPhone 横)　*/

.float-box__inner {
  position:fixed;
  bottom: 0;
  padding: 0;
  width: 100%;
  
}
  
.btn.btn-beginner  {
  float: left;
  width: 50%;
  border-radius: 0;
}

.btn.btn-login {
  float: left;
  width: 50%;
  border-radius: 0;
}
  
.page-top .content-bg {
  position: fixed;
  top: 70px;
}

.btn-wrap .btn:not(:first-child) {
  margin-top: 0;
}
  
.float-box {
  /* position: fixed; */
  /* bottom: 10px; */
  width: 100%;
  background: transparent;
}



.border-radius_invalid {
  border-radius: 0;
}

.btn__text {
  font-size: 18px;
  font-weight: 700;
}

.btn__text_small {
    font-size: 12px;
}
  
/*下記共通*/
  
.page-top .tab__content#tab-calendar {
  padding: 24px 20px;
}
  
.page-top .tab__content#tab-calendar .search {
  display: block;
  justify-content: center;
  padding: 10px;
　display: list-item;
} 

.input-text {
  /* width: 100%; */
  margin-bottom: 20px;
}

.input-date:after {
  top: 35%;
  right: 20px;
}

.select2-container .select2-selection--single {
  width: 100%;
  margin-bottom: 20px;
}

.width-100 {
  width: 100%;
}

.page-top .tab__content#tab-calendar {
  margin-right: 0px;
}

.page-top .tab__content#tab-calendar {
  width: 100%;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  top: 35%;
  right: 10px;
}

.tab__list-label {
  font-size: 1.5rem;
}

/*SEARCH表示*/

.page-top .tab__content#tab-calendar .search__condition  {
  display: flex;
  align-items: center;
}
  
.page-top .tab__content#tab-calendar .search__condition.search__condition--date {
  /* width: 100%; */
  display: flex;
  align-items: center;
}

.page-top .tab__content#tab-calendar  .search__condition label {
    width: 25%;
}




/*レッスンコーチ*/

.btn-wrap.-flex {
  display: block;
}

.page-top .tab__content#tab-lesson .btn:first-child {
  margin: auto;
  margin-bottom: 50px
}

.page-top .tab__content#tab-lesson .btn-wrap {
  padding: 50px 0 60px;
}
	
.btn.btn-beginner {
  padding-left: 20px;
}

.btn.btn-login{
  padding-left: 20px;
}
	
.modal-content.login .btn-wrap.-flex button.btn.-primary:first-child{
	margin-right: auto;
}
 
.selection-box {
  width: 75%;
} 

/*ログイン（条件分岐）*/

.modal-content.login h1.modal-content__heading {
  margin-top: 20px;
  font-size: 130%;
  line-height: 120%
}

.modal-content.login .modal-content__head{
  margin-bottom: auto;
  padding-bottom:30px;
}

.modal-content.login .input__list input {
  width: 100%;
}

.btn-wrap.-flex .btn:not(:first-child) {
  margin-top: 20px;
}

.btn-wrap.-flex .btn.-secondary {
  margin-top:20px;
  width: 100%;
  max-width:300px;
}

button.btn.-primary.input__btn {
  max-width: 300px;
  width: 100%;
}

.btn-wrap.-flex.-login {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

/*.modal-content.login .about_card{
  left:-15%;
  top:-250px;
}*/
  
}

/*======================
20230125追加
======================*/

@media screen and (max-width:768px) {

.page-howto .page-head {
  min-height: auto;
  padding: 20px 15px 35px;
}
.modal-content.-simple {
  padding: 20px;
}
 
}

@media screen and (max-width:505px) {
.tab__list-item .tab__list-btn {
  padding: 0 10px;
}
.tab__list-item .tab__list-btn span {
  font-size: 18px;
}
}


@media screen and (max-width:458px) {
.tab__list-item .tab__list-btn span {
  display: block;
  line-height: 20px;
  font-size: 15px;
}
}

@media screen and (min-width:768px) {
figure.howto-tab_sp_img {
    display:none;
}
}

@media screen and (max-width:768px) {
figure.howto-tab_pc_img {
    display:none;
}
}


@media screen and (max-width:768px) {
.modal-content.login span.about
.modal-content.login.card span.exp_cardNum {
    display: inline-block;
    position: relative;
}

.modal-content.login.card .exp_card_num {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 300px;
}
.modal-content.login.card .exp_card_num figcaption{
  font-size:17px;
} 

.modal-content.login .about_card{
    position: absolute;
    top: 25px;
    left: 30px;
    width: 300px;
}  
}

/*======================
20230201追加　ログアウト時
======================*/

@media screen and (max-width:768px){
	.content{
		width:100%;
	}
	.page-top .float-box__inner .btn-wrap{
		height:60px;
	}
	.page-howto .breadchumb{
		min-width:inherit;
		width:100%;
	}
	.page-howto .top-footer__inner{
		padding:40px 0;
	}
	.page-howto .top-footer ul{
		flex-wrap:wrap;
	}
	.page-howto .top-footer ul li{
		margin-top:15px;
		padding:0;
		width:100%;
	}
	.float-box .btn {
		width: 50%;
	}
	.btn {
		border-radius: 0px;
	}
}
