@charset "utf-8";
#wrapAll {
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
#main {
  max-width: 980px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
#main #bread {
  max-width: 950px;
  margin: auto;
}
.privacy,
#main .leadBox,
#main .section {
  max-width: 950px;
  margin: auto;
}
#main .section.btm {
  margin-bottom: 40px;
}

@media screen and (min-width: 641px) {
  /*    #main {padding: 0 15px 68px;}*/
  #main {
    padding: 0 15px 10px;
  }
  .boxL {
    float: left;
  }
  .boxR {
    float: right;
  }
  #main .section {
    padding: 0 20px;
  }
  #main .section + .section {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  /*    #main {padding: 0 0 78px;}*/
  #main {
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 640px) {
  /*    #main {padding: 0 15px 68px;}*/
  #main {
    padding: 0 15px 10px;
  }
}

/* course title */
/*******************/
/* h1 title */
#main > .title {
  max-width: 950px;
  margin: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#main > .title.course {
  background: url(../images/course_title.png) center/cover no-repeat;
}
#main > .title.before {
  background: url(../images/before_title.png) center/cover no-repeat;
}
#main > .title.flow {
  background: url(../images/flow_title.png) center/cover no-repeat;
}
#main > .title.faq {
  background: url(../images/faq_title.png) center/cover no-repeat;
}
#main > .title.legal {
  background: url(../images/legal_title.png) center/cover no-repeat;
}
#main > .title.contact {
  background: url(../images/contact_title.png) center/cover no-repeat;
}
#main > .title.form {
  background: url(../images/form_title.png) center/cover no-repeat;
}
#main > .title.point {
  background: url(../images/point_title.png) center/cover no-repeat;
}

#main > .title h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  letter-spacing: 2px;
}
@media screen and (min-width: 641px) {
  #main .title {
    height: 188px;
    line-height: 188px;
    margin-bottom: 20px;
  }
  #main > .title h1 {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 640px) {
  #main > .title {
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
  }
  #main > .title h1 {
    font-size: 2.1rem;
  }
}

/* h2 */
#main h2 {
  color: #fff;
  font-weight: normal;
  margin: 0 auto 20px;
}

#main .txt-center {
  text-align: center;
}

#main .vacation-wrap {
  border: 1px solid #000;
  padding: 1.3rem;
  width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
}
#main .kikangentei-wrap {
  border: 1px solid #000;
  padding: 1.3rem;
  margin: 0 auto;
  margin-bottom: 30px;
  /* text-align: center; */
  font-size: 1.4rem;
  width: 644px;
}
#main .vacation-wrap p, #main .kikangentei-wrap p{
  margin-bottom: 0.8em;
}

#main .vacation-wrap h3, #main .kikangentei-wrap h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}
#main .kikangentei-wrap h3 {
  font-size: 18.5px;
}
@media screen and (max-width: 480px){
    #main .kikangentei-wrap h3 {
      font-size: 17px;
  }
}
#main .vacation-wrap .txt_data,
#main .vacation-wrap .txt_holiday {
  margin-bottom: 0px;
}
#main .vacation-wrap .txt_data {
  margin-top: 10px;
}
#main .vacation-wrap .txt_kome {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #main .vacation-wrap,
  #main .kikangentei-wrap  {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  #main .vacation-wrap p,
  #main .kikangentei-wrap p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  #main .vacation-wrap .txt_data,
  #main .vacation-wrap .txt_holiday {
    margin-bottom: 5px;
  }
  #main .vacation-wrap,
  #main .kikangentei-wrap { 
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 641px) {
  #main h2 {
    font-size: 2.2rem;
    line-height: 1;
    padding: 24px 20px;
    margin-right: -20px;
    margin-left: -20px;
    background: url('../images/bar.png') 0 0 no-repeat;
  }
  #main .section p.txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  #main h2 {
    font-size: 2rem;
    line-height: 1.2;
    background-color: #161e50;
    padding: 15px 10px;
  }
  #main .section p.txt {
    font-size: 1.5rem;
  }
  #main .section p.mb15 {
    margin-bottom: 15px;
  }
}

/* h3 */
#main .sec h3 {
  margin-bottom: 15px;
}

@media screen and (min-width: 641px) {
  #main .sec h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  #main .sec h3 {
    font-size: 1.5rem;
  }
}

/* form */
.form_dl dt em,
.must em {
  color: #fff;
  font-style: normal;
  display: inline-block;
  background-color: #d70019;
  padding: 3px 5px 2px;
  border-radius: 3px;
  margin-right: 3px;
}
.must em {
  font-size: 1.2rem;
}

.form_dl dt {
  font-weight: bold;
}
.form_dl dt em {
  font-weight: normal;
  padding: 2px 5px 1px;
}
.form_dl dt:nth-of-type(even),
.form_dl dd:nth-of-type(even) {
  background: #fff;
}
.form_dl dt:nth-of-type(odd),
.form_dl dd:nth-of-type(odd) {
  background: #f9f9f9 none repeat scroll 0 0;
}

.form_dl dd .error {
  color: #f00;
}

.form_dl dd ul {
  text-align: left;
}
.form_dl dd li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.form_dl dd .select_ul li {
  display: block;
  margin: 0 0 10px;
}
.form_dl dd .select_ul li:last-child {
  padding-bottom: 0;
}
.form_dl dd label span,
.form_dl dd label img {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.form_dl dd .link01::before {
  font-size: 1.1rem;
  margin: 0 5px 0 0.5em;
}
.form_dl select,
.form_dl .formControl,
.form_dl textarea,
.form_dl input[type='text'] {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input[name='tel'] {
  width: 200px;
}
input[name^='add'] {
  width: 100%;
}
input[name='textfield'],
input[name^='zip'] {
  max-width: 80px;
  text-align: center;
}
input[name^='hope'] {
  max-width: 30%;
}

.form_dl select[name='comforter'][disabled] {
  color: #fff;
  background: #aaa;
  opacity: 0.5;
}
.form_dl select[name='comforter'] {
  transition: all 0.4s;
}

.calendar img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  .form_dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .form_dl dt,
  .form_dl dd {
    font-size: 1.6rem;
    padding: 1.538em 1.47929%;
    border-bottom: 1px solid #f0f0eb;
  }
  .form_dl dt:first-of-type,
  .form_dl dd:first-of-type {
    border-top: 1px solid #f0f0eb;
  }

  .form_dl dt {
    font-size: 1.5rem;
    width: 16em;
  }
  .form_dl dt em {
    font-size: 1.3rem;
  }
  .form_dl dd {
    font-size: 1.6rem;
    width: calc(100% - 15em);
  }
  #main .section .form_dl dd p.sample,
  #main .section .form_dl dd p.error {
    font-size: 1.3rem;
    margin-top: 5px;
  }

  .form_dl .iblock {
    display: inline-block;
    width: 48%;
  }
  input[name^='sei'],
  input[name^='na'] {
    max-width: 80%;
  }

  input[name^='mail'] {
    width: 85%;
  }

  .contact input[name='kanji'],
  .contact input[name='kana'] {
    width: 70%;
    max-width: 250px;
  }
  .contact input[name='tel'] {
    width: 70%;
    max-width: 180px;
  }
  .contact input[name^='email'] {
    width: 90%;
    max-width: 350px;
  }

  .form_dl select {
    width: auto;
  }
  .form_dl textarea {
    width: 98%;
    height: 130px;
  }
}
@media screen and (min-width: 980px) {
  .form_dl .iblock {
    width: 35%;
  }
  input[name^='mail'] {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .form_dl {
    margin-bottom: 20px;
  }
  .form_dl dt,
  .form_dl dd {
    font-size: 1.5rem;
  }

  .form_dl dt {
    font-weight: bold;
    padding: 10px 10px 8px;
    border-top: 1px solid #f0f0eb;
  }
  .form_dl dd {
    font-size: 1.4rem;
    padding: 8px 10px 10px;
    border-bottom: 1px solid #f0f0eb;
  }
  .form_dl textarea {
    height: 100px;
  }
  #main .section .form_dl dd p.sample,
  #main .section .form_dl dd p.error {
    font-size: 1.2rem;
    margin-top: 5px;
  }

  .contact input[name='tel'],
  .contact input[name='kanji'],
  .contact input[name='kana'] {
    width: 80%;
    max-width: 250px;
  }
  .form_dl textarea,
  .contact input[name^='email'] {
    width: 98%;
  }
}
@media screen and (max-width: 520px) {
  .form_dl {
    margin-bottom: 20px;
  }
  .form_dl .iblock {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .form_dl dd .select_ul li img {
    display: block;
  }

  input[name^='add'],
  input[name^='mail'],
  input[name='tel'],
  input[name='shop'] {
    width: 100%;
  }

  input[name^='sei'],
  input[name^='na'],
  input[name='tel'] {
    width: 70%;
  }
}

/* privacy */
.wrap_privacy {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  overflow-y: scroll;
}
.privacy h3 {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 641px) {
  .privacy {
    padding: 0 20px;
  }
  .privacy h3 {
    font-size: 1.7rem;
  }
  .wrap_privacy h4 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .wrap_privacy p + h4,
  .wrap_privacy ul + h4 {
    margin-top: 20px;
  }
  .wrap_privacy p {
    color: #333;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .wrap_privacy ul {
    margin: 0 0 15px 2em;
  }
  .wrap_privacy li {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .privacy h3 {
    font-size: 1.5rem;
  }
  .wrap_privacy h4 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .wrap_privacy p + h4,
  .wrap_privacy ul + h4 {
    margin-top: 10px;
  }
  .wrap_privacy p {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .wrap_privacy ul {
    margin: 0 0 15px 2em;
  }
  .wrap_privacy li {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}

/* thanks */
@media screen and (min-width: 641px) {
  .flex_cnt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 30px 0;
  }
  .flex_cnt p {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .flex_cnt {
    padding: 20px;
  }
}

/* lead box */
#main .leadBox {
  line-height: 1.5;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.leadBox::before,
.leadBox::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.leadBox::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.leadBox::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

@media screen and (min-width: 641px) {
  .leadBox {
    font-size: 2rem;
    padding: 1em 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .leadBox {
    font-size: 1.8rem;
    padding: 1em 0.5em;
  }
}

/* button */
.btn_wrap {
  padding: 30px 0;
  text-align: center;
}
.btn_form button,
.btn_form a {
  color: #fff;
  text-decoration: none;
  background-color: #d01030;
  border: none;
  display: inline-block;
  padding: 18px 95px;
  box-shadow: 0 0 0 1px #fff, 0 0 0 5px #d01030;
  cursor: pointer;
  transition: all 0.2s;
}
.btn_form button:hover,
.btn_form a:hover {
  box-shadow: 0 0 0 1px #fff, 0 0 0 5px #74afd8;
  background-color: #74afd8;
}

.btn_apply button {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
  border: none;
  background-color: #74afd8;
  box-shadow: 0 0 0 1px #fff, 0 0 0 5px #74afd8;
  cursor: pointer;
  transition: all 0.2s;
}
.btn_apply button:hover {
  box-shadow: 0 0 0 1px #fff, 0 0 0 5px #d01030;
  background-color: #d01030;
}

.btn_back {
  text-align: center;
}
button.btn_submit,
input.btn_submit,
button.btn_back,
input.btn_back,
.btn_back a {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: medium none;
  border-radius: 3px;
  transition: all 0.2s;
}
.ui-datepicker-trigger,
.btn_form_inline a {
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: medium none;
  padding: 4px;
  background-color: #74afd8;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #74afd8;
  transition: all 0.2s;
}
button.btn_back:hover,
input.btn_back:hover,
button.btn_submit,
input.btn_submit,
.btn_back a {
  padding: 4px 20px;
  background-color: #74afd8;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #74afd8;
}
.ui-datepicker-trigger:hover,
.btn_form_inline a:hover,
button.btn_back,
input.btn_back,
button.btn_submit:hover,
input.btn_submit:hover,
.btn_back a:hover {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #d01030;
  background-color: #d01030;
}

.btn_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.btn_flex * {
  margin: 0 10px 5px;
}

@media screen and (min-width: 641px) {
  .btn_form button,
  .btn_form a {
    font-size: 2.2rem;
    padding: 8px 25px;
  }
  .btn_apply button {
    font-size: 1.6rem;
    width: 60%;
  }
  .btn_back a {
    font-size: 1.6rem;
  }
  button.btn_back,
  button.btn_submit,
  input.btn_submit,
  input.btn_back {
    font-size: 1.6rem;
    padding: 5px;
    width: 150px;
  }
  .btn_form_inline {
    margin: 0 3px;
  }
  .ui-datepicker-trigger {
    margin: 0 8px;
  }
}
@media (max-width: 640px) {
  .btn_form button,
  .btn_form a {
    font-size: 2rem;
    padding: 8px;
    width: 80%;
  }
  .btn_apply button {
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
  }
  .btn_back a {
    font-size: 1.4rem;
  }
  button.btn_back,
  button.btn_submit,
  input.btn_submit,
  input.btn_back {
    font-size: 1.4rem;
    padding: 5px;
    width: 40%;
  }
  .ui-datepicker-trigger {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .btn_apply button {
    width: 100%;
  }
  input + .btn_form_inline {
    margin: 10px 0;
  }
}

/* calendar */
.ui-datepicker {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .ui-datepicker {
    font-size: 1.3rem;
  }
}
@media (max-width: 640px) {
  .ui-datepicker {
    font-size: 1.2rem;
  }
}

.personal-info {
  padding: 30px 30px;
  background: #f9f9f9;
  margin-bottom: 15px;
}

.personal-info h4 {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 1.6em;
  border-bottom: 1px solid #6666;

  color: #000;
}

.personal-info label {
  font-size: 1.6em;
}

.personal-info .error {
  color: #f00;
  font-size: 1.6em;
}

.check-style {
  margin-bottom: 20px;
}
.personal-info p.arrow {
  display: inline-block;
  padding: 0 0 0 0px;
  vertical-align: middle;
  text-decoration: none;
  margin-bottom: 20px;
}
.personal-info p.arrow img {
  margin-right: 5px;
}

.radio-style input[type='radio'],
.check-style input[type='checkbox'] {
  display: none;
}
.radio-style input[type='radio'] + label,
.check-style input[type='checkbox'] + label {
  display: inline-block;
  padding-left: 34px;
  position: relative;
  cursor: pointer;
}
.radio-style input[type='radio'][disabled] + label,
.check-style input[type='checkbox'][disabled] + label {
  cursor: auto;
}
.radio-style input[type='radio'] + label:before,
.check-style input[type='checkbox'] + label:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 1px solid #000;
  transition: all 0.2s;
}
.radio-style input[type='radio'] + label:before {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 1px 3px #fff inset;
}
.radio-style input[type='radio']:checked + label:before {
  background: #f00;
  background: -webkit-radial-gradient(center, ellipse cover, #f00 98%, #f00 99%);
  background: radial-gradient(ellipse at center, #f00 98%, #f00 99%);
}
.check-style input[type='checkbox'] + label:after {
  content: '';
  display: block;
  transition: all 0.2s;
  transform: rotate(40deg);
  position: absolute;
  top: -10px;
  left: 6px;
  width: 8px;
  height: 16px;
  border-bottom: 4px solid #f00c;
  border-right: 4px solid #f00;
  opacity: 0;
  margin: auto;
  bottom: 0;
}
.check-style input[type='checkbox']:checked + label:after {
  opacity: 1;
}
.check-style[data-color='blue'] label {
  color: #f00;
  font-weight: bold;
}
.check-style[data-color='blue'] input[type='checkbox'] + label:before,
.radio-style[data-color='blue'] input[type='radio'] + label:before {
  border-color: #f00;
  box-shadow: none;
}
.radio-style[data-color='blue'] input[type='radio']:checked + label:before {
  background: #f00;
  background: -webkit-radial-gradient(center, ellipse cover, #fff 37%, #f00 40%);
  background: radial-gradient(ellipse at center, #fff 37%, #f00 40%);
}

/* 期間限定 */
#main .kikangentei-wrap h3 {
  color: #161c52;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.kikangentei {
  display: flex;
  color: #161c52;
  margin: 0.2rem 0;
}
#main .kikangentei-wrap .h3-kikangentei {
  font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', メイリオ, sans-serif;
}
.kikangentei dt {
  width: 5.6rem;
}
.kikangentei dd {
  width: 100%;
  margin: 0;
}
#main .kikangentei-wrap .kikangentei dd p {
  margin: 0;
  padding: 0;
  margin-bottom: 0.2rem;
  text-align: left;
}
.kikangentei {
  font-size: 2.3vw;
}
@media screen and (min-width: 769px) {
  .kikangentei {
    font-size: 1.5rem;
  }
  .fz-small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .kikangentei dt {
    width: 6.5rem;
  }
  .kikangentei,
  #main .kikangentei-wrap .fz-middle {
    line-height: 1.6;
    font-size: 1.5rem;
  }
}

.fz-small-red {
  font-size: 1.3rem;
}
