@charset "UTF-8";
.spi,
.spib,
.sp,
.spflex {
  display: none !important;
}

.pci {
  display: inline !important;
}

.pcib {
  display: inline-block !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px), print {
  .pci,
  .pcib,
  .pc {
    display: none !important;
  }
  .spi {
    display: inline !important;
  }
  .spib {
    display: inline-block !important;
  }
  .sp {
    display: block !important;
  }
  .spflex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
main,
details,
aside,
footer,
header,
nav,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
address,
article,
main,
details,
aside,
footer,
header,
nav,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
address,
small {
  display: block;
}

nav ul {
  list-style: none;
}

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

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

input,
select {
  vertical-align: middle;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

img {
  max-width: 100%;
  height: auto;
}

sup {
  font-size: 0.5em;
  display: inline-block;
  -webkit-transform: translate3d(0, -0.7em, 0);
  transform: translate3d(0, -0.7em, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

/*	Base 
    ========================================== */
body {
  width: 100%;
  color: #202020;
  background-color: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  font-family: "Hiragino Sans", ヒラギノ角ゴシック, "Noto Sans JP", 游ゴシック体,
    "Yu Gothic", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px), print {
  .inner {
    width: 100%;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
}

.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0 1px 6px -1px #c9c9c9;
  box-shadow: 0 1px 6px -1px #c9c9c9;
}

@media screen and (max-width: 768px), print {
  .header {
    padding: 15px 0;
  }
}

.header__inner {
  width: 100%;
  padding: 0 40px;
  max-width: 1500px;
  margin: 0 auto;
}

@media screen and (max-width: 768px), print {
  .header__inner {
    padding: 0 20px;
  }
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  width: 200px;
}

@media screen and (max-width: 768px), print {
  .header__logo {
    width: 130px;
  }
}

main {
  padding: 60px 0 0;
}

@media screen and (max-width: 768px), print {
  main {
    padding-top: 35px;
  }
}

.h1 {
  margin-top: 83px;
  text-align: center;
  padding: 50px 0;
  background-color: #ff684b;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff684b),
    to(#ffa533)
  );
  background: linear-gradient(90deg, #ff684b 0%, #ffa533 100%);
}

.h1 span {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  letter-spacing: 1.5px;
}

.h1__logo {
  background-color: #fff;
  display: block;
  margin: 0 auto 15px;
  width: 330px;
  border-radius: 5px;
}

@media screen and (max-width: 768px), print {
  .h1 {
    margin-top: 63px;
    padding: 30px 0;
  }
  .h1 span {
    font-size: 23px;
    letter-spacing: 0.9px;
  }
}

.reserve-msg {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 768px), print {
  .reserve-msg {
    font-size: 17px;
  }
}

.reserve-tel {
  margin: 50px auto;
  background-color: #f3f3f3;
  text-align: center;
  padding: 30px;
  width: 500px;
  border-radius: 7px;
}

.reserve-tel a {
  margin-top: 13px;
  padding: 5px 40px 0;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  background: #50ade7;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#50ade7),
    to(#75c5f7)
  );
  background: linear-gradient(90deg, #50ade7 0%, #75c5f7 100%);
  border-radius: 6px;
  -webkit-box-shadow: 1px 2px 0 2px #2c99dd;
  box-shadow: 1px 2px 0 2px #2c99dd;
}

.reserve-tel a:link,
.reserve-tel a:visited,
.reserve-tel a:hover,
.reserve-tel a:active {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px), print {
  .reserve-tel a {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px), print {
  .reserve-tel {
    font-size: 14px;
    margin: 25px auto;
    padding: 20px;
    width: 100%;
    border-radius: 4px;
  }
  .reserve-tel span {
    font-size: 20px;
  }
}

.reserve-caution {
  margin: 10px 0 0;
  text-align: center;
  color: #f2671c;
  font-size: 12px;
}

.main {
  padding: 80px 0;
  background-color: #f7f7f7;
}

@media screen and (max-width: 768px), print {
  .main {
    padding-top: 20px;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    padding-bottom: 20px;
  }
}

.main__inner {
  width: 1030px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
  -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px), print {
  .main__inner {
    width: 100%;
    padding: 16.93333vw 5.6vw 12vw 5.6vw;
    padding-top: 20px;
  }
}

.main p {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px), print {
  .main p {
    font-size: 14px;
  }
}

.reservation {
  padding: 80px 0;
  background-color: #f7f7f7;
}

@media screen and (max-width: 768px), print {
  .reservation {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.reservation__top-msg {
  text-align: center;
  margin: 0 0 25px;
}

@media screen and (max-width: 768px), print {
  .reservation__top-msg {
    font-size: 13px;
    margin-bottom: 50px;
  }
}

.reservation__inner {
  width: 1030px;
  margin: 0 auto;
  padding: 78px 76px 95px 78px;
  background-color: #fff;
  -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px), print {
  .reservation__inner {
    width: 100%;
    padding: 16.93333vw 4vw 12vw 4vw;
    padding-top: 20px;
  }
}

.reservation__ttl {
  margin-bottom: 88px;
  text-align: center;
}

@media screen and (max-width: 768px), print {
  .reservation__ttl {
    margin-bottom: 12.4vw;
  }
}

.reservation__ttl span {
  font-size: 30px;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 21.5px;
  letter-spacing: 1.5px;
  border-bottom: 3px solid #101010;
}

@media screen and (max-width: 768px), print {
  .reservation__ttl span {
    border-bottom-width: 2px;
    font-size: 5.33333vw;
    padding-bottom: 2.66667vw;
    letter-spacing: 0.05em;
  }
}

.reservation__ttl span img {
  position: absolute;
  top: -49px;
  left: -37px;
  width: 126px;
}

@media screen and (max-width: 768px), print {
  .reservation__ttl span img {
    width: 33.592vw;
    top: -13.06667vw;
    left: -2.93333vw;
  }
}

.form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 57.5px;
}

@media screen and (max-width: 768px), print {
  .form__input {
    display: block;
    margin-bottom: 7.2vw;
  }
}

.form__input:last-child {
  margin-bottom: 0;
}

.form__input > p {
  font-size: 15px;
  width: 691.5px;
}

@media screen and (max-width: 768px), print {
  .form__input > p {
    width: 100%;
  }
}

.form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 691.5px;
}

.form__wrap .form__text {
  width: 47%;
}

@media screen and (max-width: 768px), print {
  .form__wrap {
    display: block;
    width: 100%;
  }
  .form__wrap .form__text {
    width: 100%;
    margin-bottom: 15px;
  }
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px), print {
  .form__label {
    margin-bottom: 5px;
  }
}

.form__label .-req {
  font-size: 10px;
  line-height: 19px;
  display: inline-block;
  width: 34px;
  height: 19px;
  margin-right: 8px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #fff;
  border-radius: 4px;
  background-color: #2e2f90;
}

@media screen and (max-width: 768px), print {
  .form__label .-req {
    line-height: 5.06667vw;
    font-size: 2.66667vw;
    height: 5.06667vw;
    width: 9.06667vw;
    margin-right: 2.13333vw;
    letter-spacing: 0.05em;
  }
}

.form__label .-name {
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #101010;
}

@media screen and (max-width: 768px), print {
  .form__label .-name {
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
}

.form__yoyaku-time {
  font-size: 16px;
  width: 691.5px;
  background-color: #f1f0f0;
  letter-spacing: 0.9px;
  padding: 15px 0;
  text-align: center;
}

@media screen and (max-width: 768px), print {
  .form__yoyaku-time {
    width: 100%;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
}

.form__text {
  font-size: 15px;
  line-height: 1;
  width: 691.5px;
  padding-bottom: 5.5px;
  letter-spacing: 0.75px;
  border: none;
  border-bottom: 1px solid #898989;
  border-radius: 0;
}

@media screen and (max-width: 768px), print {
  .form__text {
    width: 100%;
    font-size: 4vw;
    padding-bottom: 1.6vw;
    letter-spacing: 0.05em;
  }
}

.form__text::-webkit-input-placeholder {
  color: #898989;
}

.form__text:-ms-input-placeholder {
  color: #898989;
}

.form__text::-ms-input-placeholder {
  color: #898989;
}

.form__text::placeholder {
  color: #898989;
}

@media screen and (max-width: 768px), print {
  .form__text[name="yourkarte"]::-webkit-input-placeholder {
    font-size: 11px;
    letter-spacing: -0.1px;
  }
  .form__text[name="yourkarte"]:-ms-input-placeholder {
    font-size: 11px;
    letter-spacing: -0.1px;
  }
  .form__text[name="yourkarte"]::-ms-input-placeholder {
    font-size: 11px;
    letter-spacing: -0.1px;
  }
  .form__text[name="yourkarte"]::placeholder {
    font-size: 11px;
    letter-spacing: -0.1px;
  }
}

.form__text:focus {
  border-bottom: 1px solid #585aee;
  outline: none;
}

.form__text:focus::-webkit-input-placeholder {
  color: #585aee;
}

.form__text:focus:-ms-input-placeholder {
  color: #585aee;
}

.form__text:focus::-ms-input-placeholder {
  color: #585aee;
}

.form__text:focus::placeholder {
  color: #585aee;
}

.form__textarea {
  font-size: 15px;
  width: 691.5px;
  padding: 0 0 15px 0;
  letter-spacing: 0.75px;
  border: none;
  border-bottom: 1px solid #898989;
  border-radius: 0;
  height: 159px;
}

@media screen and (max-width: 768px), print {
  .form__textarea {
    width: 100%;
    font-size: 4vw;
    padding-bottom: 1.6vw;
    letter-spacing: 0.05em;
  }
}

.form__textarea::-webkit-input-placeholder {
  color: #898989;
}

.form__textarea:-ms-input-placeholder {
  color: #898989;
}

.form__textarea::-ms-input-placeholder {
  color: #898989;
}

.form__textarea::placeholder {
  color: #898989;
}

.form__textarea:focus {
  border-bottom: 1px solid #585aee;
  outline: none;
}

.form__textarea:focus::-webkit-input-placeholder {
  color: #585aee;
}

.form__textarea:focus:-ms-input-placeholder {
  color: #585aee;
}

.form__textarea:focus::-ms-input-placeholder {
  color: #585aee;
}

.form__textarea:focus::placeholder {
  color: #585aee;
}

.form h3 {
  font-size: 23px;
  line-height: 1.09;
  margin-bottom: 31px;
  text-align: center;
  letter-spacing: 1.15px;
}

@media screen and (max-width: 768px), print {
  .form h3 {
    font-size: 4.8vw;
    line-height: 1.38889;
    margin-bottom: 9.06667vw;
    letter-spacing: 0.05em;
  }
}

.form__week-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px), print {
  .form__week-selection {
    margin-bottom: 4.53333vw;
  }
}

.form__operate-btn {
  font-size: 14px;
  line-height: 38px;
  display: block;
  width: 120px;
  height: 38px;
  cursor: pointer;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  text-align: center;
  letter-spacing: 0.7px;
  color: #fff;
  border: none;
  border-radius: 5px;
}

@media screen and (max-width: 768px), print {
  .form__operate-btn {
    line-height: 10.66667vw;
    font-size: 3.2vw;
    width: 26.66667vw;
    height: 10.66667vw;
    letter-spacing: 0.05em;
  }
}

.form__operate-btn:hover {
  opacity: 0.8;
}

.form__prev-btn {
  background-color: #ffa533;
}

.form__prev-btn.-disabled,
.form__next-btn.-disabled {
  pointer-events: none;
  background-color: #707070;
}

.form__prev-btn.-disabled:hover,
.form__next-btn.-disabled:hover {
  opacity: 1;
}

.form__next-btn {
  background-color: #ffa533;
}

.form__month {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-align: center;
}

@media screen and (max-width: 768px), print {
  .form__month {
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
}

.form__submit {
  font-size: 15px;
  font-weight: 700;
  line-height: 60px;
  display: block;
  width: 250px;
  height: 60px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
  letter-spacing: 0.75px;
  color: #fff;
  border: none;
  border-radius: 7px;
  background-color: #212288;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__submit.-form {
  margin-bottom: 80px;
}

.form__submit.-cancel-done {
  margin-bottom: 0;
}

@media screen and (max-width: 768px), print {
  .form__submit {
    line-height: 16vw;
    font-size: 4vw;
    height: 16vw;
    width: 66.66667vw;
    letter-spacing: 0.05em;
  }
  .form__submit.-cancel {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.form__submit:hover {
  background-color: #3638bd;
}

.form__msg {
  font-size: 15px;
  line-height: 1.67;
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0.75px;
}

@media screen and (max-width: 768px), print {
  .form__msg {
    margin-right: auto;
    margin-left: auto;
    font-size: 4vw;
    line-height: 1.66667;
    margin-top: 8.53333vw;
    letter-spacing: 0.05em;
    width: 68.16533vw;
  }
}

.form__msg span {
  display: inline-block;
  text-align: left;
}

.form__msg a:link,
.form__msg a:visited,
.form__msg a:hover,
.form__msg a:active {
  color: #2e2f90;
  text-decoration: underline;
}

.form__submit-real {
  visibility: hidden;
}

.form__notes {
  text-align: center;
}

.form__notes p {
  display: inline-block;
  text-align: left;
}

.form__radio-box {
  width: 691.5px;
}

@media screen and (max-width: 768px), print {
  .form__radio-box {
    width: 100%;
  }
}

.form__radio-box > div {
  margin-right: 20px;
}

.form__radio-box label {
  position: relative;
  cursor: pointer;
  padding-left: 2.2em;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
}

@media screen and (max-width: 768px), print {
  .form__radio-box label {
    font-size: 4vw;
  }
}

.form__radio-box label::before,
.form__radio-box label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.form__radio-box label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
}

.form__radio-box label::after {
  background-color: #2e2f90;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 5px;
}

.form__radio-box input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.form__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none #0000;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 15px;
  line-height: 1;
  width: 691.5px;
  padding-bottom: 5.5px;
  letter-spacing: 0.75px;
  border: none;
  border-bottom: 1px solid #898989;
  border-radius: 0;
  outline: none;
}

@media screen and (max-width: 768px), print {
  .form__select {
    width: 100%;
    font-size: 4vw;
  }
}

.form__select.is-empty {
  color: #898989;
}

.form__checkbox {
  width: 691.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px), print {
  .form__checkbox {
    width: 100%;
  }
}

.form__checkbox label {
  margin-bottom: 8px;
}

.form__checkbox-input {
  display: none;
}

.form__checkbox-parts {
  padding-left: 27px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width: 768px), print {
  .form__checkbox-parts {
    font-size: 4vw;
  }
}

.form__checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.form__checkbox-input:checked + .form__checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #2e2f90;
  border-radius: 2px;
}

.calendar {
  width: 100%;
  margin-bottom: 62px;
  table-layout: fixed;
}

@media screen and (max-width: 768px), print {
  .calendar {
    margin-bottom: 9.06667vw;
  }
}

.calendar th,
.calendar td {
  font-size: 13px;
  padding: 12px 5px 10px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.65px;
  border: 1px solid #a0a0a0;
}

@media screen and (max-width: 768px), print {
  .calendar th,
  .calendar td {
    padding: 0;
    font-size: 11px;
    height: 9.33333vw;
    letter-spacing: 0.05em;
  }
}

.calendar__day {
  color: #fff;
  background-color: #101010;
}

@media screen and (max-width: 768px), print {
  .calendar__day {
    font-size: 9px !important;
  }
  .calendar__day:first-child {
    width: 12.8vw;
  }
}

.calendar__day.-sat {
  background-color: #3c3cfb;
}

.calendar__day.-sun {
  background-color: #fb3c3c;
}

.calendar__time {
  background-color: #fff6ea;
}

@media screen and (max-width: 768px), print {
  .calendar__time {
    font-size: 2.93333vw !important;
    width: 12.8vw;
  }
}

.calendar td.-a {
  font-size: 24px;
  cursor: default;
  -webkit-transition: all 0.13s;
  transition: all 0.13s;
  background-color: #fff;
  color: #00bfff;
  font-weight: bold;
}

@media screen and (max-width: 768px), print {
  .calendar td.-a {
    font-size: 22px;
  }
}

.calendar td.-a:hover {
  background-color: #e2e4ff;
}

.calendar td.-na {
  font-weight: bold;
  font-size: 24px;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f2f2f2;
  color: #808080;
}

@media screen and (max-width: 768px), print {
  .calendar td.-na {
    font-size: 22px;
  }
}

.calendar td.-selected {
  cursor: default;
  color: #fff;
  background-color: #212288;
}

.calendar td.-a.-selected {
  color: #fff;
  background-color: #212288;
}

.calendar td.-a.-selected:hover {
  color: #fff;
  background-color: #212288;
}

@media screen and (max-width: 768px), print {
  .calendar td.-na.-teikyu {
    font-size: 14px;
  }
}

footer {
  padding: 30px 0 20px;
  background-color: #fff;
  text-align: center;
}

footer img {
  width: 140px;
}

@media screen and (max-width: 768px), print {
  footer img {
    width: 100px;
  }
}
