@charset "utf-8";
body{
  font-family: serif;
}

#nky {
  max-width: 860px;
  margin: auto;
}

#nk-yoyaku {
  padding: 0 20px;
}

#nky-header {
  padding: 30px 20px;
  text-align: center;
}

#nky-header-ttl {
  font-size: 1.6em;
  color: #337caf;
  font-weight: bold;
}

.nkys2_s1_c {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  transition: 0.3s;
  border-bottom: 1px solid #cacaca;
}

.nkys2_s1_c.nkys2_s1_cc {
  background: #f3f3f3;
}

.nkys2_s1_c-c {
  /* padding: 0 10px; */
  display: none;
  align-items: center;
  text-align: center;
}

.nkys2_s1_img {
  width: 25%;
  padding: 0 20px;
  min-width: 140px;
}

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

.nkys2_s1_c-main-ttl {
  padding: 5px;
  border-bottom: solid 1px #b4b4b4;
  font-size: 1.1em;
  display: flex;
  justify-content: space-between;
}

.nkys2_s1_c-main {
  padding: 5px;
  flex: 1;
}

.nkys2_s1_c-main-desc {
  font-size: 1.0em;
  padding: 5px;
  line-height: 1.8;
  word-break: break-all;
}

.nkys2_btns {
  margin-top: 60px;
  text-align: center;
}

.nkys2_btns button,.nkys2_btns a {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.nkys2_btns .nkys2_btn {
  background: #337caf;
  padding: 5px;
  text-decoration: none;
}

.nkys2_btns .nkys2_btn {
  color: #fff;
  padding: 20px 0;
  width: 18em;
  border-radius: 3em;
  font-size: 0.95em;
  display: block;
  margin: auto;
  position: relative;
  text-align: center;
}

.nkys2_btns .nkys2_btn.nkys2_btn-go {
  background: #337caf;
}

.nkys2_btns .nkys2_btn.nkys2_btn-close {
  background: #337caf;
}

.nkys2_btns .nkys2_btn.nkys2_btn-back {
  background: #b5b5b5;
  margin-top: 25px;
}

.nkys2_btn-i {
  position: absolute
}

.nkys2_btn.nkys2_btn-go .nkys2_btn-i {
  right: 1.5em;
}

.nkys2_btn.nkys2_btn-back .nkys2_btn-i {
  left: 1.5em;
}

.nkys2_s2_selects {
  padding: 15px 0 10px;
}


.nkys2_day_btn svg {
  width: auto;
  height: 1em;
}

.nkys2_day_btn {
  display: flex;
  align-items: center;
}

.nkys2_day_btns button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: flex;
  align-items: center;
  color: #3f83b3;
  fill: #3f83b3;

  background: #efefef;
  padding: 7px;
  border-radius: 5px;
}

.nkys2_day_btns button span {
  display: inline-flex;
  align-items: center;
}

span.nkys2_s2_select_ok>span {
  background: #7fb2d6;
}

span.nkys2_s2_select_ng>span {
  background: #cacaca;
}

span.nkys2_s2_select_check>span {
  background: #f8c959;
}

.nkys2_s2_selects .nkys2_s2_selects_item {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.nkys2_s2_selects .nkys2_s2_selects_item>span {
  width: 1.2em;
  height: 1em;
  display: inline-block;
  margin-right: 5px;
}

.nkys2_days {
  display: flex;
  overflow-x: scroll;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.nkys2_step_w {
  display: flex;
  /* flex-wrap: wrap; */
  margin-bottom: 40px;
}

.nkys2_step_wc {
  justify-content: center;
}

.nkys2_step {
  width: 25%;
  padding: 10px;
  text-align: center;
  font-size: 0.7em;
  position: relative;
  margin-bottom: 10px;
}

.nkys2_step_w .nkys2_step:last-child::before {

  display: none;
}

.nkys2_step::before {
  height: 10px;
  width: 100%;
  content: "";
  background: #ddd;
  position: absolute;
  right: -50%;
  top: calc(50% - 5px);
  z-index: -1;
}

.nkys2_step>div:before {
  padding-top: 100%;
  content: "";
  display: block;
  width: 100%;
}

.nkys2_step.nkys2_step_ok2::before {
  background: #337caf;
}

.nkys2_step>div {
  position: relative;
  max-width: 100px;
  margin: auto;
}

.nkys2_step>div>div {
  border-radius: 50%;
  border: solid 1px #337caf;
  color: #337caf;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

.nkys2_step.nkys2_step_check>div>div {
  transform: scale(1.3);
}

.nkys2_step.nkys2_step_ok>div>div {
  background: #337caf;
  color: #fff;
}

.nkys2_check {
  padding: 5px;
  min-width: 7em;
}

.nkys2_check>div {
  padding: 7px;
  text-align: center;
  cursor: pointer;
  background: #7fb2d6;
  color: #fff;
  font-size: 0.85em;
}

.nkys2_check.nkys2_nocheck>div {
  background: #cacaca;
}


.nkys2_check.nkys2_cheked>div {
  background: #f8c959;
}
.nkys2_cw{margin-top:5vw;}
.nkys2_cw.nkys2_s2 {
  padding: 0 20px;
}

.nkys2_cw.nkys2_s2>div {
  position: relative;
}

.nkys2_day_btns {
  position: absolute;
  left: -3em;
  right: -3em;
  display: flex;
  justify-content: space-between;
}

.nkys2_day_name_0 span {
  color: #ff0808;
}

.nkys2_day_name_6 span {
  color: #2196f3;
}

.nkys2_day_name {
  padding: 5px;
}

.nkys2_day_name>div {
  text-align: center;
  font-size: 0.9em;
  background: #efefef;
  padding: 8px 5px;
}

.nkys2_day_desc {
  text-align: center;
  font-size: 0.85em;
  color: #505050;
}

.nkys2_inputs {
  max-width: 600px;
  margin: auto;
}

.nkys2_input_lists_c {
  margin-bottom: 30px;
}

.nkys2_input_lists .nkys2_input_lists_c:last-child {
  margin-bottom: 0;
}

.nkys2_input_lists_ttl {
  margin-bottom: 7px;
}

.nkys2_input_lists input,
.nkys2_input_lists textarea {
  width: 100%;
  padding: 7px;
}

.nkys2_input_lists label {
  font-weight: bold;
}

.nkys2_input_lists input[type="text"][readonly],
.nkys2_input_lists textarea[readonly] {
  background: #ededed;
  border: none;
}

.nkys2_cw.nkys2_s5.nkys2_thanks_w {
  margin-top: 30px;
}


#nky-footer {
  text-align: center;
  margin-top: 60px;
  padding: 40px 20px 40px;
  border-top: solid 1px #ddd;
}
@media(max-width:599.98px){
  #nky-footer {
    margin-top: 0px;
  }  
}
#nky-footer-ttl {
  color: #337caf;
  font-size: 0.9em;
}

.nkys2_day_btns.pc {
  display: flex;
  margin-top: 8px;
}

.nkys2_day_btns.sp {
  display: none;
}

.nkys2_s1_c-main-desc.pc {
  display: block;
}

.nkys2_s1_c-main-desc.sp {
  display: none;
  width: 100%;
  font-size: 0.9em;
  padding-bottom: 0;
}


.nkys2_step.nkys2_step4::before {
  display: block;
}

.nkys2_cw.nkys2_paytype.nkys2_inputs {
    padding: 10px;
    font-size: 18px;
}

.nkys2_cw.nkys2_paytype.nkys2_inputs>div {
    margin-bottom: 10px;
}

.cancelp_desc{
    padding: 20px;
    height: 300px;
    max-height: 90vh;
    overflow: scroll;
    border: solid 1px #ddd;
    font-size: 14px;
}

.cancelp_form_w {
    margin-top: 10px;
    text-align: center;
}
.nvisibility {
    visibility: hidden;
}

.sc_dis {
    overflow-x: hidden!important;
    overflow-y: hidden!important;
}

@media(max-width:1023.98px) {
  .nkys2_cw.nkys2_s2 {
    padding: 0;
  }

  .nkys2_day_btns.pc {
    display: none;
  }

  .nkys2_day_btns.sp {
    display: flex;
    position: static;
    max-width: 780px;
    padding-top: 10px;
  }

  .nkys2_day_btn.nkys2_day_btn_prev button {
    margin-right: 5px;
  }

  .nkys2_day_btn.nkys2_day_btn_next button {
    margin-left: 5px;
  }


}


@media(max-width:767.98px) {

  .nkys2_step {
    /* width: 33.333333%; */
    padding: 10px;
    margin-bottom: 20px;
  }

}


@media(max-width:599.98px) {
  .nkys2_step_w{
    flex-wrap: wrap;
  margin-bottom:0;
  }
  .nkys2_step {
    /* width: 33.333333%; */
    padding: 10px;
    margin-bottom: 10px;
    font-size: 0.5em;
  }

  .nkys2_step.nkys2_step3::before {
    display: block;
  }

  .nkys2_step.nkys2_step4::before {
    display: none;
  }

  .nkys2_step.nkys2_step6::before {
    display: block;
  }


  .nkys2_s1_c-main-ttl {
    display: block;
    font-size: 0.9em;
    border: none;
  }

  .nkys2_s1_c-main-ttl>span {
    display: block;
  }

  .nkys2_s1_c {
    padding: 20px 10px;
  }

  .nkys2_s1_img {
    padding: 0 10px;
  }

  .nkys2_step>div {
    max-width: 95px;
  }

  .nkys2_s1_c-main-desc.pc {
    display: none;
  }

  .nkys2_s1_c-main-desc.sp {
    display: block;
  }


}

#loader-bg {
    background-color: rgb(255, 255, 255);
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
}

#loader-bg>div {
    text-align: center;
}

.spinner-box {
    width: 150px;
    height: 150px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    margin: auto;
}

.circle-border {
    width: 75px;
    height: 75px;
    padding: 3px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(0deg, rgb(45, 111, 158) 33%, rgba(19, 136, 147, 0.1) 100%);
    animation: 0.8s linear 0s infinite normal none running spin;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}

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


/* 追加CSS */

.menuTxt{margin-top: 5vw;}

.groupBtn{
  display: block;
  text-align: center;
  border: 1px solid #7c6d4a;
  padding:10px 20px;
  text-decoration: none;
  color:#7c6d4a;
  width: 300px;
  margin: 20px auto 20px auto;
}
.groupBtn:visited{color: #7c6d4a;}
.groupBtn:hover{opacity: 0.7;}

@media(max-width:599.98px) {
  .groupBtn{width: 80%;}
}
.info{margin-bottom: 2em;}
.infoTxt{
  margin-bottom: 1.5em;
line-height: 1.5em;
}
.txtRed{color: red;}
.sp{display: none;}
.pc{display: inline;}
@media(max-width:599.98px){
  .infoTxt{
padding:0 20px;
  }
  .sp{display: inline;}
  .pc{display:none;}
}

header{
  display: block;
  position: absolute;
  top:-10px;
  border-radius: 5px;
  right: 20px;
  width: 250px;
  background-color:#2196f3;
  padding:15px 10px 10px 0;
  text-align: center;
}
header:hover{opacity: 0.8;}
header a{
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
}
header a:visited{color: #fff;}
#btn_can{display: none;}
@media(max-width:599.98px){
  header{display: none;}
#btn_can{
  width: 100%;
  background-color: #2196f3;
  margin-top:60px;
  padding: 10px 0;
  text-align: center;
  display: block;
}
#btn_can a{
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
}
#btn_can a:visited{color: #fff;}
}
