@charset "utf-8";
/* CSS Document */

.box-img {
  margin-top: -30px;
}
.box-img ul.flex_box {
  flex-wrap: wrap;
}
.box-img ul li {
  position: relative;
  width: 49%;
  height: auto;
  margin-bottom: 1em;
}
.box-img figure img {
  margin-bottom: .5em;
}
.dl-info1 dt {
  float: left;
  text-align: center;
  background: #f00;
  padding: .6em 1em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
}
.dl-info1 dd {
  padding-left: 4em;
  padding-top: .15em;
  padding-bottom: .15em;
  margin-bottom: .5em;
  border-bottom: 2px solid #f00;
  font-size: 1.6rem;
  text-align: center;
}
.dl-info1 strong {
  margin: 0 .2em;
  font-size: 150%;
  font-weight: bold;
}
.lunch {
  margin-bottom: .5em;
  text-decoration: underline;
}
.list-caution {
  margin-bottom: 2em;
}
.list-caution li {
  margin-bottom: .1em;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.list-plans {
  margin-bottom: 4em;
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;                /* Noto Sansの場合 */
}
.list-plans dl {
  margin-bottom: 2em;
}
.list-plans dt {
  text-align: center;
  margin-bottom: .5em;
  border-bottom: 1px solid #000;
  font-size: 2rem;
}
.list-plans dd {
  text-align: left;
}
.list-plans dd::after {
  display: block;
  content: "↓";
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}
.list-plans dd:last-of-type:after {
  display: none;
}
.list-plans ul {
  text-align: left;
}
.dl-info2 dt {
  float: left;
  width: 10em;
  text-align: center;
  background: #f00;
  padding: .3em 1em;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .1em;
}
.dl-info2 dd {
  padding-top: .15em;
  padding-bottom: .15em;
  padding-left: 9em;
  margin-bottom: 1em;
  border-bottom: 2px solid #f00;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold
  ;
}
/* =======================================
    .wrap-entry (SP) 
========================================== */
.wrap-entry {
  width: 100%;
  height: auto;
  margin: 3rem auto;
}
.wrap-entry .btn {
  width: 100%;
  height: auto;
  padding: 1em;
  border: none;
  border-right: 2px solid#800;
  border-bottom: 2px solid#800;
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;                /* Noto Sansの場合 */
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}
.wrap-entry .arrow::after {
  border-color: #fff;
}
/* =======================================
    #sec-entry (SP) 
========================================== */
#sec-entry {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;                /* Noto Sansの場合 */
}
#sec-entry h2 {
  width: 100%;
  height: auto;
  padding: .3em 1em;
  background: #f00;
  color: #fff;
}
#sec-entry>h3 {
  margin-bottom: 2em;
}
#sec-entry .wrap-form {
  margin-bottom: 2em;
}
#sec-entry .form-lead {
  margin-bottom: 3em;
}
#sec-entry .table-form {
  width: 100%;
  margin-bottom: 2em;
}
#sec-entry .table-form .btnToggle {
  display: block;
  width: 100%;
  height: auto;
}
#sec-entry .table-form .btnToggle::after {
  content: "クリックで表示▼";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2rem;
}
#sec-entry .table-form .btnToggle.btnToggle_open::after {
  content: "クリックで非表示▼";
}
#sec-entry .table-form tbody {
  display: block;
}
#sec-entry .table-form caption {
  margin-bottom: .5em;
  border-bottom: 1px solid #333;
  font-size: 2rem;
}
#sec-entry .table-form tr,
#sec-entry .table-form th,
#sec-entry .table-form td {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: .5em 1em;
  text-align: left;
  font-size: 1.6rem;
}

#sec-entry input.input-age {
  width: 5em;
  height: auto;
  margin-right: .5em;
}
#sec-entry input.input-zip {
  width: 8em;
  height: auto;
}

#sec-entry ul,
#sec-entry ol {
  text-align: justify;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
#sec-entry li {
  margin-bottom: .5em;
  font-size: 1.2rem;
}
#sec-entry .caution {
  padding-left: 1em;
  margin-bottom: 4em;
  text-indent: -1em;
  font-weight: bold;
}
#sec-entry h4 {
  width: 100%;
  height: auto;
  padding: .3em 1em;
  background: #00f;
  margin-bottom: 1em;
  color: #fff;
}
#sec-entry .table-cancel {
  width: 80%;
  margin: 2em auto 0;
  border: 1px solid #ccc;
}
#sec-entry .table-cancel th,
#sec-entry .table-cancel td {
  white-space: nowrap;
  padding: .5em 1em;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.check-pp a {
  margin-left: 1em;
  text-decoration: underline;
}
/* =======================================
    #sec-contact_info (SP) 
========================================== */
#sec-contact_info {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;                /* Noto Sansの場合 */
}
#sec-contact_info h2 {
  padding: .3em 1em;
  background: #f00;
  color: #fff;
}
#sec-contact_info h3 {
  margin-bottom: .5em;
  font-size: 2rem;
  text-align: left;
}
#sec-contact_info address {
  margin-bottom: .5em;
  text-align: left;
}
#sec-contact_info address strong {
  font-size: 150%;
  font-weight: bold;
}
#sec-contact_info .box-planning {
  margin-top: 2em;
}
#sec-contact_info .box-planning h3 span {
  display: block;
  margin-bottom: .3em;
  font-size: 1.4rem;
}
#sec-contact_info .box-responsible {
  padding: 1em;
  margin-bottom: .3em;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}
#sec-contact_info .box-planning .member-no {
  font-size: 1.2rem;
  text-align: right;
}
/* =======================================
    footer (SP) 
========================================== */
.band-end {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 3em;
  font-weight: bold;
}
.band-end p {
  padding-left: 1em;
  text-indent: -1em;
}
/* =======================================
    #page-confirmation (SP) 
========================================== */
#page-confirmation header {
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
  margin: 0 auto;
  padding-top: 10rem;
  background: url(../images/header_back2_pc.jpg) no-repeat center top;
}
#page-confirmation header::after {
  contain: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  /* transform: translateX(-50%); */
  width: 100%;
  height: 360px;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1;
}
#page-confirmation header h1 {
	text-align: center;
  letter-spacing: .3em;
  font-size: 2.4rem;
}
#page-confirmation h3 {
  line-height: 1.6;
}
#page-confirmation #sec-entry {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#page-confirmation h2.ttl-error {
  background: #fff;
  border: 2px solid #f00;
  color: #f00;
}
#page-confirmation h2.ttl-check {
  padding: .3em 0;
  background: #fff;
  border-bottom: 2px solid #000;
  font-size: 1.8rem;
  color: #202020;
}
#page-confirmation h2.ttl-thanks {
  margin-bottom: 8rem;
  background: #fff;
  border-bottom: 2px solid #000;
  color: #202020;
}
#page-confirmation .send-msg {
  margin-bottom: 8rem;
}
#page-confirmation p.error_messe{
	margin:.5em 0;
	color:red;
}
#page-confirmation .form-btn_back {
  margin-top: 4rem;
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
#page-confirmation .btn a {
  line-height: 1.6;
}




@media screen and (min-width:601px) {
	/*　for タブレット 　*/

  /* =======================================
      #sec-entry (min-width:601px)
  ========================================== */
  #sec-entry .table-form tr {
    display: table-row;
  }
  #sec-entry .table-form th,
  #sec-entry .table-form td {
    display: table-cell;
    vertical-align: middle;
  }
  #sec-entry .table-form th {
    width: 33%;
  }
  #sec-entry .table-form .btnToggle {
    cursor: pointer;
  }
}

@media screen and (min-width:961px) {
	/*　for PC 　*/
  #page-confirmation .form-btn_back:hover {
    background: #888;
    color: #fff;
  }

}