@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
img {
  max-width: 100%;
  height: auto; }

body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  background-color: #FCFAF7;
  color: #231815;
  background: url("/dir/cat/idolbangaichi/img/natsumehibiki_photosession/2/bg.png"); }

.hero {
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .hero {
      background: url("/dir/cat/idolbangaichi/img/natsumehibiki_photosession/2/hero-sp.png") no-repeat top center/cover;
      height: 500px; } }
  @media only screen and (min-width: 768px) {
    .hero {
      background: url("/dir/cat/idolbangaichi/img/natsumehibiki_photosession/2/hero_bg.png") repeat-x top center/contain;
      height: 950px; } }
  .hero h1 {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .hero h1 {
        padding: 0 35px; } }
    @media only screen and (min-width: 768px) {
      .hero h1 {
        text-align: center;
        padding: 40px 0 0; } }
    @media only screen and (max-width: 767px) {
      .hero h1 img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
        margin: auto;
        width: 95%;
        filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.9)); } }
    @media only screen and (min-width: 768px) {
      .hero h1 img {
        filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.6)); } }

@media only screen and (max-width: 767px) {
  .content {
    margin: 0 10px 40px; } }
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1050px;
    width: calc(100% - 45px);
    margin: 0 auto 60px; } }

.local-nav {
  background: #DBDBDB;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 9999;
  top: 0;
  display: none; }
  @media only screen and (max-width: 767px) {
    .local-nav {
      height: 55px;
      line-height: 55px; } }
  .local-nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%; }
    .local-nav ul li {
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .local-nav ul li {
          width: 17%;
          text-align: center;
          font-size: 0.8rem; } }
      .local-nav ul li a {
        color: #231815;
        text-decoration: none;
        display: block;
        width: 100%;
        position: relative; }

.link-current::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 5px; }

@media only screen and (max-width: 767px) {
  .about {
    padding: 50px 0 50px; } }
@media only screen and (min-width: 768px) {
  .about {
    padding: 0 0 100px; } }
.about p {
  margin: 0 0 10px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .about p {
      font-size: 1.0rem;
      line-height: 1.8rem; } }
  @media only screen and (min-width: 768px) {
    .about p {
      font-size: 1.3rem;
      line-height: 2.7rem; } }

@media only screen and (max-width: 767px) {
  .outline {
    margin: 0 0 60px; } }
@media only screen and (min-width: 768px) {
  .outline {
    margin: 0 0 80px; } }
.outline__ttl {
  text-align: center;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .outline__ttl {
      font-size: 1.3rem;
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .outline__ttl {
      font-size: 1.5rem;
      margin: 0 0 25px; } }
.outline dl {
  width: 100%;
  box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(205, 185, 154, 0.3); }
  @media only screen and (max-width: 767px) {
    .outline dl {
      margin: 0 0 13px; } }
  @media only screen and (min-width: 768px) {
    .outline dl {
      display: flex;
      margin: 0 0 10px; } }
  .outline dl:last-child {
    margin: 0; }
  .outline dl dt {
    margin: 0;
    background: #fbeddc;
    box-sizing: border-box;
    font-weight: 600;
    color: #F4810E;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .outline dl dt {
        width: 100%;
        padding: 10px; } }
    @media only screen and (min-width: 768px) {
      .outline dl dt {
        width: 20%;
        padding: 20px 0; } }
  .outline dl dd {
    margin: 0;
    background: #fff;
    box-sizing: border-box;
    color: #F4810E; }
    @media only screen and (max-width: 767px) {
      .outline dl dd {
        width: 100%;
        padding: 18px 15px;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .outline dl dd {
        width: 80%;
        padding: 20px 30px;
        font-size: 1.05rem;
        line-height: 2.1rem; } }

@media only screen and (max-width: 767px) {
  .application-schedule {
    margin: 0 0 50px; } }
@media only screen and (min-width: 768px) {
  .application-schedule {
    margin: 0 0 70px; } }
.application-schedule__ttl {
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .application-schedule__ttl {
      font-size: 1.3rem;
      margin: 0 0 15px; } }
  @media only screen and (min-width: 768px) {
    .application-schedule__ttl {
      font-size: 1.5rem;
      margin: 0 0 25px; } }
@media only screen and (max-width: 767px) {
  .application-schedule__item {
    margin: 0 0 25px; } }
@media only screen and (min-width: 768px) {
  .application-schedule__item {
    margin: 0 0 30px; } }
.application-schedule__item:last-child {
  margin: 0; }
.application-schedule__item_ttl {
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .application-schedule__item_ttl {
      font-size: 1.0rem;
      margin: 0 0 10px; } }
  @media only screen and (min-width: 768px) {
    .application-schedule__item_ttl {
      font-size: 1.1rem;
      margin: 0 0 10px; } }
.application-schedule__item_link {
  background: #F4810E;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 20px 0 0;
  letter-spacing: 0.1em;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .application-schedule__item_link {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .application-schedule__item_link {
      width: 400px; } }
  .application-schedule__item_link::before {
    content: '';
    position: absolute;
    right: 4.5%;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .application-schedule__item_link::before {
        top: 41%;
        width: 5px;
        height: 5px; } }
    @media only screen and (min-width: 768px) {
      .application-schedule__item_link::before {
        top: 43%;
        width: 6px;
        height: 6px; } }
  .application-schedule__item_link:hover {
    opacity: 0.8;
    transition: 0.5s; }
  .application-schedule__item_link a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 100%; }
.application-schedule__item .msg {
  font-weight: bold;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 20px 0 0;
  letter-spacing: 0.1em;
  border: #000 solid 3px; }
  @media only screen and (max-width: 767px) {
    .application-schedule__item .msg {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .application-schedule__item .msg {
      width: 400px; } }
.application-schedule__item p {
  font-size: 1.0rem;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .application-schedule__item p {
      line-height: 1.9rem; } }
  @media only screen and (min-width: 768px) {
    .application-schedule__item p {
      line-height: 2.0rem; } }
.application-schedule__item ul {
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 1.0rem; }
  @media only screen and (max-width: 767px) {
    .application-schedule__item ul li {
      margin: 0 0 10px;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 768px) {
    .application-schedule__item ul li {
      margin: 0 0 5px; } }
  .application-schedule__item ul li:last-child {
    margin: 0; }

.cloth__ttl {
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .cloth__ttl {
      font-size: 1.3rem;
      margin: 0 0 15px; } }
  @media only screen and (min-width: 768px) {
    .cloth__ttl {
      font-size: 1.5rem;
      margin: 0 0 25px; } }
.cloth__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .cloth__container {
      margin: 0 0 50px; } }
  @media only screen and (min-width: 768px) {
    .cloth__container {
      width: 100%;
      margin: 0 0 80px; } }
.cloth__item {
  background: #fff;
  box-sizing: border-box;
  box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(205, 185, 154, 0.3);
  padding: 13px 13px 20px;
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .cloth__item {
      width: 100%;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .cloth__item {
      width: 24%; } }
  @media only screen and (max-width: 767px) {
    .cloth__item:nth-child(4) {
      margin: 0; } }
  .cloth__item:hover {
    transition: 0.5s;
    box-shadow: 0 0 25px 0 rgba(205, 185, 154, 0.6); }
  .cloth__item p {
    text-align: center;
    font-weight: bold;
    margin: 10px 0 0;
    font-size: 1.0rem; }
  .cloth__item a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""; }

.modal-container {
  display: none; }

.modaal-container {
  text-align: center;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  max-width: 600px !important; }

.modaal-content-container {
  padding: 0 !important; }

.modaal-close:hover:after, .modaal-close:hover:before {
  background: #F4810E !important; }

@media only screen and (max-width: 767px) {
  .schedule {
    margin: 0 0 80px; } }
@media only screen and (min-width: 768px) {
  .schedule {
    margin: 0 0 100px; } }
.schedule__ttl {
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .schedule__ttl {
      font-size: 1.3rem;
      margin: 0 0 15px; } }
  @media only screen and (min-width: 768px) {
    .schedule__ttl {
      font-size: 1.5rem;
      margin: 0 0 25px; } }
@media only screen and (max-width: 767px) {
  .schedule__container {
    margin: 0 0 50px; } }
@media only screen and (min-width: 768px) {
  .schedule__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 80px; } }
.schedule__item {
  background: #fff;
  box-sizing: border-box;
  box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(205, 185, 154, 0.3); }
  @media only screen and (max-width: 767px) {
    .schedule__item {
      margin: 0 0 30px; }
      .schedule__item:last-child {
        margin: 0; } }
  @media only screen and (min-width: 768px) {
    .schedule__item {
      width: 48%; } }
.schedule__nittei {
  background: #fbeddc;
  box-sizing: border-box;
  font-weight: 600;
  color: #F4810E;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .schedule__nittei {
      font-size: 1.2rem;
      padding: 10px 0; } }
  @media only screen and (min-width: 768px) {
    .schedule__nittei {
      font-size: 1.4rem;
      padding: 13px 0; } }
@media only screen and (max-width: 767px) {
  .schedule__date {
    padding: 30px 15px; } }
@media only screen and (min-width: 768px) {
  .schedule__date {
    padding: 30px 25px; } }
.schedule__date_item {
  margin: 0 0 20px; }
  .schedule__date_item:last-child {
    margin: 0; }
.schedule__date_cloth {
  font-weight: 600;
  margin: 0 0 10px;
  color: #F4810E; }
  @media only screen and (max-width: 767px) {
    .schedule__date_cloth {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 768px) {
    .schedule__date_cloth {
      font-size: 1.1rem; } }
.schedule__date dl {
  border-bottom: #231815 solid 1px;
  width: 100%;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .schedule__date dl {
      margin: 0 0 15px;
      padding: 0 5px 15px; } }
  @media only screen and (min-width: 768px) {
    .schedule__date dl {
      padding: 18px 10px;
      margin: 0;
      display: flex; } }
  .schedule__date dl:first-of-type {
    border-top: #231815 solid 1px; }
    @media only screen and (max-width: 767px) {
      .schedule__date dl:first-of-type {
        padding: 15px 5px; } }
  .schedule__date dl:last-child {
    margin: 0; }
  .schedule__date dl dt {
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .schedule__date dl dt {
        margin: 0 0 5px;
        font-size: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      .schedule__date dl dt {
        margin: 0 20px 0 0; } }
  .schedule__date dl dd {
    margin: 0; }
.schedule__date .break {
  text-align: center;
  border-bottom: #231815 solid 1px;
  margin: 0 0 20px;
  padding: 0 0 15px; }
.schedule__ticket {
  margin: 30px 0 0; }
  .schedule__ticket_item {
    margin: 0 0 30px; }
    .schedule__ticket_item:last-child {
      margin: 0; }
    .schedule__ticket_item dl {
      display: flex;
      justify-content: space-between;
      border-top: #231815 solid 1px;
      margin: 0;
      padding: 20px 10px; }
      .schedule__ticket_item dl:last-of-type {
        border-bottom: #231815 solid 1px; }
      .schedule__ticket_item dl dt {
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .schedule__ticket_item dl dt {
            font-size: 1.05rem; } }
      .schedule__ticket_item dl dd {
        margin: 0;
        font-weight: 600; }
        @media only screen and (min-width: 768px) {
          .schedule__ticket_item dl dd {
            font-size: 1.1rem; } }
  .schedule__ticket_sonota {
    font-weight: 600;
    margin: 0 0 10px;
    color: #F4810E; }
    @media only screen and (min-width: 768px) {
      .schedule__ticket_sonota {
        font-size: 1.2rem; } }
    .schedule__ticket_sonota span {
      font-weight: normal;
      color: #231815;
      font-size: 0.9rem; }
      @media only screen and (min-width: 768px) {
        .schedule__ticket_sonota span {
          margin-left: 5px; } }
.schedule__price {
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .schedule__price {
      font-size: 1.1rem;
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .schedule__price {
      font-size: 1.2rem;
      margin: 0 0 25px; } }
.schedule__note ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .schedule__note ul li {
      margin: 0 0 10px;
      font-size: 0.95rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 768px) {
    .schedule__note ul li {
      margin: 0 0 5px; } }
  .schedule__note ul li:last-child {
    margin: 0; }

@media only screen and (max-width: 767px) {
  .ticket {
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) {
  .ticket {
    margin: 0 0 35px; } }
.ticket__item {
  display: flex;
  box-sizing: border-box;
  background: #fff;
  box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(154, 171, 205, 0.3);
  font-size: 1.05rem; }
  @media only screen and (max-width: 767px) {
    .ticket__item {
      flex-direction: column;
      margin: 0 0 25px;
      padding: 30px 20px; } }
  @media only screen and (min-width: 768px) {
    .ticket__item {
      justify-content: space-between;
      align-items: center;
      margin: 0 0 20px;
      padding: 30px; } }
  .ticket__item:last-child {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .ticket__item-info {
      margin: 0 0 20px; } }
  .ticket__item-ttl {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 1.15rem; }
  .ticket__item-detail {
    margin: 0; }
  .ticket__item-link {
    background: #F4810E;
    font-size: 0.9rem; }
    @media only screen and (max-width: 767px) {
      .ticket__item-link {
        width: 100%;
        height: 45px;
        line-height: 45px; } }
    @media only screen and (min-width: 768px) {
      .ticket__item-link {
        width: 200px;
        height: 50px;
        line-height: 50px; } }
    .ticket__item-link:hover {
      opacity: 0.8; }
    .ticket__item-link a {
      color: #fff;
      text-decoration: none;
      width: 100%;
      display: block;
      text-align: center; }

.slick-prev:before, .slick-next:before {
  color: #F4810E !important; }
  @media only screen and (min-width: 768px) {
    .slick-prev:before, .slick-next:before {
      font-size: 30px !important; } }

.slick-prev:before, .slick-next:before {
  color: #F4810E !important; }
  @media only screen and (min-width: 768px) {
    .slick-prev:before, .slick-next:before {
      font-size: 30px !important; } }

@media only screen and (max-width: 767px) {
  .good {
    margin: 0 0 80px; } }
@media only screen and (min-width: 768px) {
  .good {
    margin: 0 0 100px; } }
.good__ttl {
  text-align: center;
  color: #f5cd9e;
  font-weight: 700;
  letter-spacing: 0.6rem; }
  @media only screen and (max-width: 767px) {
    .good__ttl {
      font-size: 3.5rem;
      line-height: 2.5rem;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .good__ttl {
      font-size: 4.8rem;
      line-height: 3.5rem;
      margin: 0 0 60px; } }
  .good__ttl p {
    color: #f59d45;
    margin: 10px 0 0;
    letter-spacing: 0; }
    @media only screen and (max-width: 767px) {
      .good__ttl p {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      .good__ttl p {
        font-size: 1.3rem; } }
.good__container {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .good__container {
      justify-content: space-between; } }
@media only screen and (max-width: 767px) {
  .good__item {
    width: 100%;
    margin: 0 0 40px; } }
@media only screen and (min-width: 768px) {
  .good__item {
    width: 48%;
    margin: 0 0 55px; } }
.good__item-pic {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(154, 171, 205, 0.3); }
  .good__item-pic::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .good__item-pic img {
    margin: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 767px) {
      .good__item-pic img {
        height: 300px; } }
    @media only screen and (min-width: 768px) {
      .good__item-pic img {
        height: 430px; } }
.good__item-name {
  text-align: center;
  margin: 25px 0 5px; }
  @media only screen and (max-width: 767px) {
    .good__item-name {
      font-size: 1.05rem; } }
  @media only screen and (min-width: 768px) {
    .good__item-name {
      font-size: 1.1rem; } }
.good__item-price {
  text-align: center;
  margin: 0;
  color: #F4810E;
  font-weight: 600; }
  @media only screen and (min-width: 768px) {
    .good__item-price {
      font-size: 1.05rem; } }
  .good__item-price span {
    color: #231815;
    margin: 0 0 0 10px;
    font-size: 0.8rem;
    font-weight: normal; }

@media only screen and (max-width: 767px) {
  .note {
    margin: 0 0 80px; } }
@media only screen and (min-width: 768px) {
  .note {
    margin: 0 0 100px; } }
.note__ttl {
  text-align: center;
  color: #f5cd9e;
  font-weight: 700;
  letter-spacing: 0.6rem; }
  @media only screen and (max-width: 767px) {
    .note__ttl {
      font-size: 3.5rem;
      line-height: 2.5rem;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .note__ttl {
      font-size: 4.8rem;
      line-height: 3.5rem;
      margin: 0 0 60px; } }
  .note__ttl p {
    color: #f59d45;
    margin: 10px 0 0;
    letter-spacing: 0; }
    @media only screen and (max-width: 767px) {
      .note__ttl p {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      .note__ttl p {
        font-size: 1.3rem; } }
@media only screen and (max-width: 767px) {
  .note__item {
    margin: 0 0 25px; } }
@media only screen and (min-width: 768px) {
  .note__item {
    margin: 0 0 30px; } }
.note__item:last-child {
  margin: 0; }
.note__item-ttl {
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .note__item-ttl {
      font-size: 1.2rem;
      margin: 0 0 10px; } }
  @media only screen and (min-width: 768px) {
    .note__item-ttl {
      font-size: 1.2rem;
      margin: 0 0 15px; } }
@media only screen and (max-width: 767px) {
  .note__item p {
    margin: 0 0 10; } }
@media only screen and (min-width: 768px) {
  .note__item p {
    margin: 0 0 10px;
    font-size: 1.0rem;
    line-height: 1.8rem; } }
.note__item p:last-child {
  margin: 0; }
.note__item ul {
  margin: 0 0 0 25px;
  padding: 0; }
  .note__item ul li {
    margin: 0 0 10px; }

.application {
  background-color: #0A1945;
  background-image: none !important; }
  .application .wrap {
    background-color: #FCFAF7; }
    @media only screen and (max-width: 767px) {
      .application .wrap {
        padding: 30px 10px; } }
    @media only screen and (min-width: 768px) {
      .application .wrap {
        padding: 60px 0; } }
  .application .content {
    background: #fff;
    box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(205, 185, 154, 0.3);
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application .content {
        margin: 0;
        padding: 20px 15px 25px; } }
    @media only screen and (min-width: 768px) {
      .application .content {
        margin: 0 auto;
        padding: 40px 50px 50px; } }
  .application h2 {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .application h2 {
        font-size: 1.3rem;
        margin: 0 0 20px; } }
    @media only screen and (min-width: 768px) {
      .application h2 {
        font-size: 2.0rem;
        margin: 0 0 35px; } }
  .application h3 {
    margin: 0 0 20px;
    line-height: 100%; }
    @media only screen and (min-width: 768px) {
      .application h3 {
        font-size: 1.25rem; } }
  @media only screen and (max-width: 767px) {
    .application__note {
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .application__note {
      margin: 0 0 40px; } }
  .application__note_item {
    margin: 0 0 25px; }
    .application__note_item:last-child {
      margin: 0; }
  .application__note_ttl {
    font-weight: bold;
    margin: 0 0 10px; }
    @media only screen and (min-width: 768px) {
      .application__note_ttl {
        font-size: 1.1rem; } }
  .application__note p {
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .application__note p {
        font-size: 1.0rem;
        line-height: 1.9rem; } }
  .application__note ul {
    margin: 0 0 0 20px;
    padding: 0; }
    .application__note ul li {
      margin: 0 0 7px; }
      .application__note ul li:last-child {
        margin: 0; }
  @media only screen and (min-width: 768px) {
    .application__schedule {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .application__schedule_item {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .application__schedule_item {
      width: 49%; } }
  .application__schedule_item dl {
    display: flex;
    border-bottom: #666 solid 1px;
    margin: 0;
    padding: 13px 20px; }
    .application__schedule_item dl dt {
      margin: 0 20px 0 0;
      font-weight: bold; }
    .application__schedule_item dl dd {
      margin: 0; }
  .application__schedule_item .break {
    text-align: center;
    padding: 13px 20px; }
    @media only screen and (min-width: 768px) {
      .application__schedule_item .break {
        border-bottom: #666 solid 1px; } }
  .application__schedule_cloth {
    font-weight: bold;
    color: #F4810E;
    background: #fbeddc;
    padding: 7px 15px; }
  .application__form {
    border: #666 solid 2px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application__form {
        padding: 30px 15px; } }
    @media only screen and (min-width: 768px) {
      .application__form {
        padding: 30px; } }
    .application__form_item {
      margin: 0 0 20px; }
      .application__form_item:last-child {
        margin: 0; }
      .application__form_item_ttl {
        margin: 0 0 10px;
        font-weight: bold; }
    .application__form_attention {
      margin: 5px 0 0;
      font-size: 0.95rem; }
    .application__form select {
      padding: 7px 10px;
      font-size: 1.0rem;
      max-width: 100% !important; }
    .application__form dl {
      width: 100%;
      border-top: #ccc solid 1px; }
      @media only screen and (max-width: 767px) {
        .application__form dl {
          margin: 0;
          padding: 20px 0 25px; } }
      @media only screen and (min-width: 768px) {
        .application__form dl {
          display: flex;
          margin: 0;
          padding: 25px 0; } }
      .application__form dl:last-of-type {
        border-bottom: #ccc solid 1px; }
      .application__form dl dt {
        font-weight: 600; }
        @media only screen and (max-width: 767px) {
          .application__form dl dt {
            width: 100%;
            margin: 0 0 20px; } }
        @media only screen and (min-width: 768px) {
          .application__form dl dt {
            width: 26%; } }
      @media only screen and (max-width: 767px) {
        .application__form dl dd {
          width: 100%;
          margin: 0; } }
      @media only screen and (min-width: 768px) {
        .application__form dl dd {
          width: 74%; } }
    .application__form input[type="radio"] {
      width: 17px;
      height: 17px;
      margin: 0 8px 0 0;
      position: relative;
      top: 1px; }
    .application__form input[type=text],
    .application__form input[type=mail] {
      -webkit-appearance: none;
      border: 1px solid #ccc;
      background: #f1f1f1;
      font-size: 16px;
      padding: 10px 7px;
      border-radius: 3px; }
    .application__form .short {
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .application__form .short {
          width: 100%; } }
      @media only screen and (min-width: 768px) {
        .application__form .short {
          width: 40%; } }
    .application__form .middle {
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .application__form .middle {
          width: 100%; } }
      @media only screen and (min-width: 768px) {
        .application__form .middle {
          width: 60%; } }
    .application__form .long {
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .application__form .long {
          width: 100%; } }
      @media only screen and (min-width: 768px) {
        .application__form .long {
          width: 80%; } }
    .application__form .submit {
      margin: 25px auto 0; }
      .application__form .submit__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center; }
        @media only screen and (min-width: 768px) {
          .application__form .submit__inner {
            margin: 0 auto;
            max-width: 550px; } }
      .application__form .submit input[type=submit] {
        -webkit-appearance: none;
        border: none;
        margin: auto;
        background: #f1f1f1;
        color: #555; }
        @media only screen and (max-width: 767px) {
          .application__form .submit input[type=submit] {
            width: 100%;
            font-size: 0.9rem;
            height: 43px;
            line-height: 43px; } }
        @media only screen and (min-width: 768px) {
          .application__form .submit input[type=submit] {
            width: 200px;
            font-size: 1.0rem;
            height: 47px;
            line-height: 47px; } }
        .application__form .submit input[type=submit]:hover {
          opacity: 0.8; }
        .application__form .submit input[type=submit]:first-child {
          background-color: #F4810E;
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .application__form .submit input[type=submit]:first-child {
              margin: 0 0 10px; } }

.complete {
  background-color: #f6f9fa; }
  .complete .content {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .complete .content {
        height: 100vh; } }
    @media only screen and (min-width: 768px) {
      .complete .content {
        margin: 0 auto;
        height: calc(100vh - 300px); } }
  .complete__container {
    background: #fff;
    box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(205, 185, 154, 0.3); }
    @media only screen and (max-width: 767px) {
      .complete__container {
        padding: 30px 15px 35px; } }
    @media only screen and (min-width: 768px) {
      .complete__container {
        padding: 40px 50px; } }
    .complete__container p {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .complete__container p {
          font-size: 0.95rem;
          line-height: 1.8rem; } }
      @media only screen and (min-width: 768px) {
        .complete__container p {
          font-size: 1.0rem;
          line-height: 1.9rem; } }
  .complete__back {
    background-color: #F4810E;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .complete__back {
        width: 44%;
        font-size: 0.9rem;
        height: 43px;
        line-height: 43px;
        margin: 25px auto 0; } }
    @media only screen and (min-width: 768px) {
      .complete__back {
        width: 200px;
        font-size: 1.0rem;
        height: 47px;
        line-height: 47px;
        margin: 30px auto 0; } }
    .complete__back:hover {
      opacity: 0.8; }
    .complete__back a {
      color: #fff;
      text-decoration: none;
      display: block;
      width: 100%; }

.attention-tsuika {
  background-color: #fff;
  box-shadow: -4px -4px 40px 0 rgba(255, 255, 255, 0.65), 6px 8px 25px 0 rgba(205, 185, 154, 0.3);
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .attention-tsuika {
      margin: 50px 0 0;
      padding: 30px 15px; } }
  @media only screen and (min-width: 768px) {
    .attention-tsuika {
      margin: 0 0 100px;
      padding: 50px; } }
  .attention-tsuika p {
    margin: 0 0 20px;
    font-weight: bold;
    color: #ea0000; }
    @media only screen and (max-width: 767px) {
      .attention-tsuika p {
        font-size: 1.0rem;
        line-height: 1.7rem; } }
    @media only screen and (min-width: 768px) {
      .attention-tsuika p {
        margin: 0 0 20px;
        font-size: 1.15rem; } }
  .attention-tsuika__list {
    margin: 0 0 0 20px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .attention-tsuika__list {
        font-size: 0.95rem; } }
    @media only screen and (max-width: 767px) {
      .attention-tsuika__list li {
        margin: 0 0 10px;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .attention-tsuika__list li {
        margin: 0 0 15px; } }
    .attention-tsuika__list li:last-child {
      margin: 0; }
  .attention-tsuika__komoku {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .attention-tsuika__komoku {
        font-size: 0.95rem;
        margin: 13px 0 0 20px; } }
    @media only screen and (min-width: 768px) {
      .attention-tsuika__komoku {
        margin: 10px 0 0 20px; } }
    @media only screen and (max-width: 767px) {
      .attention-tsuika__komoku li {
        margin: 0 0 8px; } }
    @media only screen and (min-width: 768px) {
      .attention-tsuika__komoku li {
        margin: 0 0 10px; } }
    .attention-tsuika__komoku li:last-child {
      margin: 0 0 10px; }

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

@media only screen and (max-width: 767px) {
  .pconly {
    display: none; } }

.global_head {
  margin: 0; }

.global_head, footer {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; }
