@charset "utf-8";

/*=====================================================================================
	
	Document    : apform.css
	Description : お申し込み
 
=====================================================================================*/

/*--------------------------------------------------------------------------------
  共通パーツ
--------------------------------------------------------------------------------*/
.holiday { color: rgba(var(--acolor-5),1); }
.saturday { color: rgba(var(--bcolor-1),1); }

p.error,
span.error { color: rgba(var(--acolor-5),1); }

.mg-t1 { margin-top: 1em; }
.mg-b1 { margin-bottom: 1em; }

/*　初期の非表示項目　*/
.campcont,
.nextbtn {
  display: none;
}

.hidetime {
  display: none;
}

/* メールフォームレイアウト */
.mailform-layout .item .name {
	width: 174px;
}

.mailform-layout .item .answer {
  width: calc(100% - 204px);
}

@media screen and (max-width:900px) {
	.mailform-layout .item .name {
		width: 100%;
    padding: 1em;
    background-color: rgba(var(--bcolor-6),1);
	}
	.mailform-layout .item .answer {
    width: 100%;
    margin-left: 0;
	}
}

/* 各入力についての説明 */
.note-box {
  box-sizing: border-box;
  padding: 1em;
  background-color: #FDF8EE;
}

.note-box .note-title {
  display: flex;
  align-items: center;
  color: rgba(var(--acolor-5),1);
  margin-bottom: .5em;
}

.note-box .note-icon {
  display: inline-block;
  width: 1.5em;
  height: auto;
  margin-right: 0.5em;
}

/* 施設の空き状況の表記 */
.sisetsuCaution dl {
  margin-left: .5em;
  overflow: hidden;
}
.sisetsuCaution dl dt {
  width: 4em;
  clear: left;
  float: left;
}
.sisetsuCaution dl dd {
  width: calc(100% - 4em);
  float: left;
}

/* 各入力についてのコメント */
.note-comment li {
  display: flex;
}
.note-comment li::before {
  content: "※";
  display: block;
  width: 1em;
}

/*　入力用テーブル　*/
.inptbl {
  width: 100%;
  min-width: 600px;
  box-sizing: border-box;
  white-space: nowrap;
}

.inptbl th,
.inptbl td {
  padding: .35em;
  border: 1px solid #bebebe;
  text-align: center;
  vertical-align: middle;
}

.inptbl .inp_td {
  background-color: #E6F9E6;
  white-space: nowrap;
}
.inptbl .inp_td select {
  margin-bottom: 0.25em;
}

.inptbl .inp_td .shisetsuflg label {
  display: none;
}

.inptbl .inp_td .timeflg {
  padding-top: 0.5em;
  margin-top: 0.25em;
  border-top: 1px dotted #68B367;
}

.inptbl .sectitle {
  display: block;
  color: #FF6600;
}

.thisTable-culcTitle {
  min-width: 4em;
}


/*--------------------------------------------------------------------------------
  注意事項
--------------------------------------------------------------------------------*/
.intro-cartion {
  margin: 40px 0;
  text-align: center;
}

.intro-cartion strong {
  display: inline-block;
  background-color: rgba(var(--acolor-5),1); 
  color:rgba(var(--acolor-f),1); 
  padding: 0 0.5em;
  margin-bottom: 0.75em;
  letter-spacing: 2pt;
}


/*--------------------------------------------------------------------------------
  小計・合計
--------------------------------------------------------------------------------*/
/* 小計 */
.syoukei {
  float: right;
}

.syoukei th,
.syoukei td {
  padding: 0.35em;
  border: 1px solid #bebebe;
  font-size: 125.0%;
}
.syoukei th {
  width: 10em;
  background-color: #FCE5E5;
  color: #C40C2E;
}
.syoukei td { 
  min-width: 7em;
  text-align: right;
}

.syokei::after {
  content: "";
  clear: both;
}

/*　合計　*/
.goukei {
  width: 100% !important;
}
.goukei::after {
  content: "";
  clear: both;
}

.goukei th,
.goukei td {
  padding: 0.35em;
  border: 1px solid #bebebe;
  font-size: 125.0%;
}
.goukei th {
  background-color: #E8310F;
  color: #fff;
}
.goukei td {
  min-width: 7em;
  text-align: right;
}

@media screen and (max-width:640px) {
  .goukei th,
  .goukei td {
    font-size: 112.5%;
  }
}


/*--------------------------------------------------------------------------------
  空き状況カレンダー
--------------------------------------------------------------------------------*/
.aki-calender-wrap strong {
  display: block;
  color: rgba(var(--bcolor-1),1);
}

.cal-change {
  display: block;
}
.cal-change select {
  margin-left: .5em;
}

.aki-calender {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: .5em auto 0;
  border-collapse: collapse;
}
.disp-akical {
  display: table;
}

.aki-calender thead th {
  padding: 0;
  background-color: inherit;
  border: none;
}
    
.aki-calender .month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5em;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(var(--bcolor-1), 1);
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  color: #fff;
  font-size: var(--fs-2l);
  font-weight: bold;
  text-align: center;
}
.aki-calender .month .montitle {
  width: calc(100% - 5em);
  line-height: 1.4;
}
.aki-calender .month .prevmonth,
.aki-calender .month .nextmonth {
  width: 3em;
  font-size: 75%;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
    
.aki-calender .month .prevmonth span,
.aki-calender .month .nextmonth span {
  cursor: pointer;
  width: 100%;
  background: #fff;
  color: rgba(var(--bcolor-1), 1);
  border-radius: 4px;
  line-height: 1;
  padding: .25em 0;
}
.aki-calender .month .prevmonth span:hover,
.aki-calender .month .nextmonth span:hover {
  opacity: .7;
}    

.aki-calender .dayOfWeek th {
  background-color: #fff;
}
.aki-calender .dayOfWeek th:first-child {
  background-color: #ffd5d5;
}
.aki-calender .dayOfWeek th:last-child {
  background-color: #ddf1fe;
} 
    
.aki-calender tbody {
  background-color: #fff;
  box-sizing:border-box; 
  color: #333;
  text-align: center;
}
.aki-calender tbody th,
.aki-calender tbody td {
  width: 14.285%;
  border: 1px solid #666;
  border-collapse: collapse;
  padding: .35em;
  text-align: center;
  box-sizing:border-box; 
}
.aki-calender tbody td.today {
  background-color: #E6F9E6;
}
.aki-calender tbody td.passedday {
  background-color: #f0f0f0;
}
.aki-calender tbody td.getkaishibi:hover {
  background-color: #fae5bb;
  cursor: pointer;
}
    
.aki-calender .akifacility {
  display: none;
}
.aki-calender .akifacility1 {
  display: inline;
}


/*--------------------------------------------------------------------------------
  その他
--------------------------------------------------------------------------------*/
/* 実施日時の開始日時・終了日時 */
.actday {
  background-color: #E6F9E6;
  padding: .5em 1em 1em;
  margin-top: .5em;
  box-sizing: border-box;
}

.actday .actday-title {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5em;
}

.actday .jisshi-end {
  min-width: 11em;
}

.actday .important {
  display: inline-block;
  padding: 0 0.25em;
  margin: 0 0.25em;
  background-color: rgba(var(--acolor-5),1);
  color: rgba(var(--acolor-f),1);  
}

/* 学生プランの説明 */
.campplan ol {
  margin-left: 1.5em;
}

/* 宿泊詳細の入力テーブル */
.stayday-head {
  min-width: 5em;
}

/* 施設の利用の説明 */
.stayreserve dl {
  margin-left: .5em;
  overflow: hidden;
}
.stayreserve dl dt {
  width: 4em;
  clear: left;
  float: left;
}
.stayreserve dl dd {
  width: calc(100% - 4em);
  float: left;
}

.shisetsu_chk {
  width: 100%;
  overflow-x: auto;
}

.shisetsu_chk .chk-group li {
  padding-right: 0;
}

/* 施設の利用の入力 */
@media screen and (max-width:600px) {
  .shisetsu_chk .fs-s {
    font-size: var(--fs-3s);
  }
}

/* 利用約款 */
.rule {
  background-color: #fff;
  padding-top: 40px;
  margin-bottom: 80px;
  text-align: center;
}

.rule p {
  line-height: 2;
}

/* 食事の料金表 */
@media screen and (max-width: 800px) {  
  .meal-fee.table-content {
    font-size: var(--fs-s);
  }
  .meal-fee.table-content th,
  .meal-fee.table-content td {
    padding: .75em;
  }
  .meal-fee.table-content thead th {
    min-width: 4.5em;
  }
  .meal-fee.table-content tbody th {
    min-width: 5.5em;
  }
  .meal-fee.table-content .ws-nowrap {
    white-space: normal;
  }
}
@media screen and (max-width: 500px) {  
  .meal-fee.table-content {
    font-size: var(--fs-3s);
  }
}
