body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #eef1f6;
  color: #333;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

a {
  color: #fff;
  text-decoration: none;
}

.global_head {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .wrap {
    font-size: 0.95rem;
  }
}

@media only screen and (max-width: 767px) {
  .content {
    padding: 40px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    margin: 80px 0;
    min-height: calc(100vh - 311px);
  }
}

.local-head__info {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .local-head__info {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__info {
    margin: 0 0 20px;
  }
}
.local-head__info_tag {
  background: #27c5ff;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px 0 0;
  padding: 6px 20px 5px;
  font-size: 0.8rem;
}
.local-head__info_date {
  color: #bebebf;
  letter-spacing: 0.1rem;
}
.local-head h1 {
  border-bottom: 2px solid #333;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .local-head h1 {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .local-head h1 {
    font-size: 2.2rem;
    line-height: 1;
    margin: 0;
    padding: 0 0 30px;
  }
}
.local-head h1 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .local-head h1 span {
    font-size: 1.3rem;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .local-head h1 span {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__note {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__note {
    margin: 20px 0 0;
  }
}

.section {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .section {
    margin: 0 0 25px;
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    max-width: 850px;
    width: calc(100% - 40px);
    margin: 0 auto 30px;
    padding: 65px;
  }
}
.section:last-child {
  margin: 0 auto;
}
.section dl {
  border-bottom: 1px dotted #dee0e0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section dl {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section dl {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section dl:first-child {
    padding: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section dl:first-child {
    padding: 0 0 30px;
  }
}
.section dl:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .section dl:last-child {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section dl:last-child {
    padding: 30px 0 0;
  }
}
.section dl dt {
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section dl dt {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .section dl dt {
    margin: 0 0 15px;
  }
}
.section dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section dl dd {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .section dl dd {
    width: calc(100% - 200px);
    line-height: 1.7rem;
  }
}
.section dl .attention {
  margin: 5px 0 0;
  font-size: 0.9rem;
}
.section dl .sticker {
  margin: 15px auto 0;
}
@media only screen and (max-width: 767px) {
  .section dl .sticker {
    width: 75%;
  }
}
.section ul {
  margin: 0 0 0 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .section ul li {
    margin: 0 0 5px;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .section ul li {
    margin: 0 0 8px;
    line-height: 1.7rem;
  }
}
.section ul li:last-child {
  margin: 0;
}

h2 {
  border-bottom: 2px solid #333;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 25px;
    padding: 0 0 15px;
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    margin: 0 0 40px;
    padding: 0 0 20px;
    font-size: 1.6rem;
  }
}

.schedule__item {
  margin: 0 0 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.schedule__item:last-child {
  margin: 0;
}
.schedule__item_part {
  display: inline-block;
  background: #333;
  color: #fff;
  border-radius: 5px;
  padding: 2px 35px;
}
@media only screen and (max-width: 767px) {
  .schedule__item_part {
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__item_part {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__item_time {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__item_time {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__item_time span {
    margin: 0 0 0 5px;
    font-size: 0.9rem;
    position: relative;
    bottom: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__item_time span {
    margin: 0 0 0 10px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .date__content {
    display: flex;
  }
}
.date__item {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .date__item {
    margin: 0 0 15px;
  }
  .date__item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .date__item {
    width: 33.3333333333%;
    text-align: center;
  }
}
.date__item_ttl {
  display: inline-block;
  background: #333;
  border-radius: 5px;
  color: #fff;
  margin: 0 0 10px;
  padding: 2px 17px;
}
@media only screen and (min-width: 768px) {
  .date__item_text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .date__item_text .text-l {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .note .section__content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .note__item {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .note__item {
    margin: 0 0 30px;
  }
}
.note__item:last-child {
  margin: 0;
}
.note__item h3 {
  border-top: 1px dotted #dee0e0;
  margin: 0 0 18px;
}
@media only screen and (max-width: 767px) {
  .note__item h3 {
    padding: 20px 0 0;
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .note__item h3 {
    padding: 30px 0 0;
  }
}

.contact .contact-shop {
  display: inline-block;
  background: #333;
  color: #fff;
  margin: 0 0 10px;
  padding: 2px 15px;
  border-radius: 5px;
  font-weight: 600;
}
.contact .contact-email {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .form__content {
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.form table {
  width: 100%;
}
.form table tr {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .form table tr {
    border-bottom: 1px solid #dbddda;
    padding: 27px 0;
  }
  .form table tr:first-child {
    padding: 0 0 27px;
  }
  .form table tr:last-child {
    border-bottom: none;
    padding: 27px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .form table tr {
    margin: 0 0 30px;
  }
  .form table tr:last-child {
    margin: 0;
  }
}
.form table th {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}
@media only screen and (max-width: 767px) {
  .form table th {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .form table th {
    margin: 0 0 13px;
  }
}
.form table th .required {
  background: #ff3a45;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .form table th .required {
    font-size: 0.65rem;
    margin: 0 10px 0 0;
    padding: 3px 5px 2px;
  }
}
@media only screen and (min-width: 768px) {
  .form table th .required {
    font-size: 0.7rem;
    padding: 3px 5px;
    margin: 0 10px 0 0;
  }
}
.form .form-flex {
  display: flex;
  justify-content: space-between;
}
.form .form-flex__item {
  width: calc(50% - 8px);
}
.form .form-note {
  line-height: 1;
  font-weight: 400;
  color: #ff3a45;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .form .form-note {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .form .form-note {
    font-size: 0.9rem;
  }
}
.form .checkbox input[type=checkbox] {
  transform: scale(1.3, 1.3);
}
.form .checkbox input[type=checkbox i] {
  margin: 0 10px 0 3px;
}
.form .checkbox label {
  display: block;
  cursor: pointer;
  margin: 0 0 7px;
}
@media only screen and (max-width: 767px) {
  .form .checkbox label {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .form .checkbox label {
    font-size: 1.1rem;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel] {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9rem;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel] {
    padding: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel] {
    padding: 20px;
  }
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder {
  color: #a8a8a8;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder {
  color: #a8a8a8;
}
.form__submit {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .form__submit {
    margin: 35px 0 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit {
    margin: 40px 0 0;
  }
}
.form__submit input[type=submit] {
  background: #e4e4e4;
  color: #363030;
  border: none;
  font-weight: 600;
  letter-spacing: 0.03rem;
  display: block;
  border-radius: 50px;
  margin: 0 10px;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .form__submit input[type=submit] {
    width: 100%;
    height: 58px;
    margin: 0 auto;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit input[type=submit] {
    width: 300px;
    height: 57px;
    font-size: 1rem;
  }
}
.form__submit input[type=submit]:hover {
  opacity: 0.8;
}
.form__submit input[type=submit]:first-child {
  background: #096be1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .form__submit input[type=submit]:first-child {
    margin: 0 auto 15px;
  }
}

.complete h2 {
  border: none;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .complete h2 {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .complete h2 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .complete p {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete p {
    line-height: 1.7rem;
    margin: 0 0 15px;
  }
}
.complete__btn {
  background: #333;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03rem;
  display: block;
  border-radius: 50px;
  margin: 40px auto 0;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .complete__btn {
    width: 100%;
    height: 58px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete__btn {
    width: 300px;
    height: 57px;
    font-size: 1rem;
  }
}
.complete__btn:hover {
  opacity: 0.8;
}
.complete__btn a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */