@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

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

body {
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

img {
  width: 100%;
}

.l-header {
  background-color: #5f1985;
  padding: 50px 10px;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 20px 10px;
  }
}
.l-header__inner {
  max-width: 1044px;
  margin: 0 auto;
}

.l-footer {
  background-color: #5f1985;
  padding: 0 10px 60px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 0 10px 30px;
  }
}

.l-info {
  background: -webkit-gradient(linear, left top, right top, from(#d6b14d), color-stop(50%, #f3e7b7), to(#e0b44b));
  background: -webkit-linear-gradient(left, #d6b14d 0%, #f3e7b7 50%, #e0b44b 100%);
  background: -o-linear-gradient(left, #d6b14d 0%, #f3e7b7 50%, #e0b44b 100%);
  background: linear-gradient(90deg, #d6b14d 0%, #f3e7b7 50%, #e0b44b 100%);
  padding: 20px 10px;
}
.l-info__inner {
  max-width: 1044px;
  margin: 0 auto;
}

.l-detail {
  background-color: #5f1985;
  padding: 50px 10px;
}
@media screen and (max-width: 768px) {
  .l-detail {
    padding: 30px 10px;
  }
}
.l-detail__inner {
  max-width: 1044px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px 50px 50px;
}
@media screen and (max-width: 960px) {
  .l-detail__inner {
    padding: 20px 20px 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-detail__inner {
    padding: 30px 10px 30px;
  }
}

.l-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  height: 150px;
  top: -65px;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .l-message {
    top: -70px;
  }
}
.l-message__inner {
  height: 85px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-message__inner {
    height: 80px;
  }
}

.c-mainTitle {
  margin-bottom: 25px;
}

.c-mainImages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.c-mainImages li {
  width: 50%;
  padding: 0 5px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-mainImages li {
    padding: 0;
  }
}
.c-mainImages figure {
  position: relative;
}
.c-mainImages figcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 0.75rem;
  text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;
}
@media screen and (max-width: 768px) {
  .c-mainImages figcaption {
    font-size: 10px;
    bottom: 3px;
    left: 3px;
  }
}

.c-info {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 10px 0;
}
.c-info__text {
  font-size: 2.8vw;
}
.c-info dt {
  font-size: 2.8vw;
  line-height: 1.1em;
  background-color: #FFF;
  padding: 10px;
  width: 2.8em;
  text-align: center;
  border-radius: 10px;
}
.c-info dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
}

.c-detailTitle {
  background-color: #5f1985;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 5px 0;
  margin: 40px 0;
}
.c-detailTitle:first-child {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .c-detailTitle {
    font-size: 18px;
  }
}

.c-tableImage {
  margin: 1em 0 2em;
}
.c-tableImage p {
  font-size: 13px;
}

.c-centerText {
  text-align: center;
  margin-bottom: 25px;
  color: #FFF;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .c-centerText {
    font-size: 24px;
  }
}
.c-centerText small {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-centerText small {
    font-size: 14px;
  }
}
.c-centerText small br {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-centerText small br {
    display: block;
  }
}
.c-centerText span {
  display: inline-block;
  background-color: #e50012;
  padding: 2px;
  width: 1.5em;
  margin: 0 2px;
  font-size: 12px;
}

.c-table table,
.c-table td,
.c-table th {
  border-collapse: collapse;
  border: 1px solid #333;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .c-table table,
.c-table td,
.c-table th {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-table table,
.c-table td,
.c-table th {
    font-size: 14px;
  }
}
.c-table table {
  border-spacing: 0;
  width: 100%;
  margin: 0.5em 0;
}
.c-table td, .c-table th {
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-table td, .c-table th {
    padding: 3px;
  }
}
.c-table th {
  font-weight: bold;
  background-color: #9C76AC;
  color: #FFF;
}
.c-table__type {
  text-align: left !important;
  width: 20em;
}
@media screen and (max-width: 768px) {
  .c-table__type {
    width: 7.3em;
  }
}
.c-table__limit {
  width: 9em;
}
@media screen and (max-width: 768px) {
  .c-table__limit {
    width: 4em;
  }
}
.c-table__price {
  border-right: none !important;
}
@media screen and (max-width: 768px) {
  .c-table__price small {
    display: block;
  }
}
.c-table__arrow {
  border-left: none !important;
  border-right: none !important;
  width: 2em;
}
@media screen and (max-width: 768px) {
  .c-table__arrow {
    width: auto;
  }
}
.c-table__priceNew {
  border-left: none !important;
  font-weight: bold;
  color: #F00;
}
.c-table p {
  font-size: 13px;
}

.c-footerLogo {
  background-color: #FFF;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-footerLogo {
    max-width: 170px;
  }
}
.c-footerLogo img {
  vertical-align: bottom;
}

.c-message {
  background-color: #F00;
  font-size: 50px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .c-message {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .c-message {
    font-size: 26px;
    line-height: 1.2em;
  }
}
.c-message__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-inquiry {
  margin-bottom: 2em;
}
.p-inquiry__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  .p-inquiry__title {
    display: block;
  }
}
.p-inquiry__title h2 {
  margin-right: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-inquiry__title h2 {
    margin-right: 0;
  }
}
.p-inquiry__titleNum {
  display: block;
  background-color: #e50012;
  padding: 8px 10px 5px;
  width: 2em;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-inquiry__titleNum {
    font-size: 16px;
  }
}
.p-inquiry__titleText {
  display: block;
  background-color: #fff000;
  text-align: center;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__titleText {
    font-size: 18px;
    width: calc(100% - 2em);
  }
}
.p-inquiry__titleLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-inquiry__titleLink a {
  color: #e50012;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-inquiry__titleLink a {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
  }
}
.p-inquiry__dataWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-inquiry__dataWrap {
    display: block;
  }
}
.p-inquiry__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .p-inquiry__data {
    display: block;
    width: 100%;
  }
}
.p-inquiry__data dl {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__data dl {
    width: 100%;
  }
}
.p-inquiry__data dl dt {
  margin-right: 10px;
}
.p-inquiry__data dl dt span {
  display: block;
  background-color: #5f1985;
  font-size: 16px;
  padding: 5px 15px;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__data dl dt span {
    display: inline-block;
    font-size: 14px;
  }
}
.p-inquiry__data dl dd {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__data dl dd {
    font-size: 18px;
    padding-top: 2px;
  }
}
.p-inquiry__qr {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__qr {
    margin: 20px auto 0;
  }
}
.p-inquiry__qr figure {
  border: solid 1px black;
  padding: 5px;
}
.p-inquiry__qr img {
  vertical-align: bottom;
}
.p-inquiry__note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-inquiry__note {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-inquiry__note figure {
  width: 100px;
  border: solid 1px #000;
  padding: 5px;
}
.p-inquiry__note figure img {
  vertical-align: bottom;
}
.p-inquiry__noteText {
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__noteText {
    font-size: 14px;
  }
}

.p-notice h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 1em 0;
}
.p-notice__list {
  padding-left: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-notice__list {
    font-size: 14px;
  }
}
.p-notice__list--nomark {
  list-style: none;
  padding-left: 0;
  font-size: 90%;
}
.p-notice__list a {
  color: #000;
}

.p-period {
  text-align: center;
  color: #e50012;
  font-weight: bold;
  margin-bottom: 2em;
}
.p-period h2 {
  font-size: 24px;
  border: solid 4px #e50012;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-period h2 {
    font-size: 20px;
  }
}
.p-period__date {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-period__date {
    font-size: 2rem;
  }
}
.p-period__date span {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-period__date span {
    font-size: 3rem;
  }
}
.p-period__notice {
  font-size: 1.3rem;
}

.p-contact {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    margin-top: 40px;
  }
}
.p-contact__num {
  text-align: center;
  margin-bottom: 30px;
}
.p-contact__num a {
  color: #000;
  font-size: 36px;
  text-decoration: none;
  font-weight: bold;
  cursor: text;
}
.p-contact p {
  text-align: center;
  font-weight: bold;
  color: #b52727;
}
@media screen and (max-width: 768px) {
  .p-contact p {
    font-size: 14px;
    text-align: left;
  }
}
.p-contact p a {
  color: #b52727;
}

.u-br {
  /*
  PCのみ
  */
  /*
  タブレット・スマホ
  */
  /*
  スマホ
  */
}
.u-br__pc {
  display: inline;
}
@media screen and (max-width: 960px) {
  .u-br__pc {
    display: none;
  }
}
.u-br__tb {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__tb {
    display: inline;
  }
}
.u-br__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br__sp {
    display: inline;
  }
}
.u-br__nosp {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-br__nosp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
