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

#main{
  width:100%;
}
/* table */
#contents .tbl01{
  width: 100%;
}

#contents .tbl01 table{
  width: 90%;
  margin:0 auto;
  table-layout:fixed;
}

#contents .tbl02 table{
  width: 100%;
  margin:0 auto;
}

#contents .tbl01 table thead th,
#contents table.tbl01 thead th {
  text-align: left;
  padding-left: 31px;
}

#contents .tbl01 table td{
  padding: 14px 40px;
}
#contents .head06{
  font-size:30px;
  color:#2850a1;
  font-weight:600;
  border-bottom:1px dotted #bbbbbb;
}

#contents .head06 span{
  font-size: 14px;
}

#contents span.money{
  background-color: #2850a1;
  color: #fff;
  padding:4px 8px;
  border-radius: 4px;
  vertical-align: middle;
}

#contents .head06 span.time{
  margin-left: 40%;
  color: #000;
}

#contents .head06 span.timeline{
  border: 1px solid #2850a1;
  border-radius: 4px;
  margin-right: 10px;
  padding-left: 4px;
}
/* bottom */
#contents .basicFlt {
  overflow: hidden;
  margin: 20px 0;
  padding-bottom: 80px;
}
/* left */
#contents .PET{
  width: 52%;
}
#contents .PET p{
  font-size: 14px;
  color: #444;
  display: flex;
}

#contents .bscBtn.btn06 {
  margin-top: 8%;
  min-width: 100%;
	border: 1px solid #CCC;
	color: #444;
	border-radius: 10px;
  text-align: left;
}

#contents .bscBtn.btn06:before{
	content: "\f152";
	display: inline-block;
	font-family: "fontawesome";
	font-weight: normal;
	margin-right: 10px;
}

#contents .bscBtn.btn06:hover{
  min-width: 100%;
  background-color: #FFF;
	border: 1px solid #007ebe;
  text-align: left;
  color: #007ebe;
}

/* right */
#contents .basicFlt .corse{
  width: 43%;
}
#contents .basicFlt .corse ul{
  display : table ;
  border-collapse: separate;
  border-spacing: 7px 4px;
}

#contents .basicFlt .corse ul li{
  display: block;
  vertical-align: middle;
  text-align: center;
  display : table-cell ;
  font-weight: bold;
  color: #fff;
  background-color: #bbbbbb;
  margin:5px;
  width: 85px;
  height: 80px;
  border-radius: 4px;
  line-height: 1.3;
}

#contents .basicFlt .corse ul li.this{
  background-color: #2a529f;
}

#contents .basicFlt .corse p{
  color: #2a529f;
  text-align: right;
  vertical-align: middle;
  margin-top: 24px;
}

#contents .basicFlt .corse .btn06{
  display: none;
}

#contents .basicFlt .corse .money{
  vertical-align: middle;
}

#contents .basicFlt .corse .tel{
  font-size: 30px;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 5px;
  font-weight: bold;
}

div.formTbl p.err {
    color: red;
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 3px;
}

/* ==========================================================================
   calender
   ========================================================================== */

#contents .calendertop{
  margin-top: 50px;
}

#contents .head07{
  font-size: 30px;
  font-weight: 400;
}

#contents .head07 span.timeline{
  border: 1px solid #2850a1;
  border-radius: 4px;
  margin-right: 10px;
  padding: 2px 4px;
  font-size: 16px;
  vertical-align: middle;
}
#contents .pager{
  margin-top:15px;
}

#contents .pager li{
  display: inline-block;
  text-align: center;
  width: 90px;
  position: relative;
}

#contents .pager li.li01:before{
  content:"";
  background: url("../img/arrow_left.png") no-repeat;
  width: 5px;
  height: 9px;
  display: block;
  position: absolute;
  top: 9px;
}

#contents .pager li.li02:after{
  content:"";
  background: url("../img/arrow_right.png") no-repeat;
  width: 5px;
  height: 9px;
  display: block;
  position: absolute;
  top: 9px;
  right: 0;
}


#contents .tbl02 table{
  background-color:#efefef;
  border-collapse:separate;
  border-spacing:1px;
}

#contents .tbl02 table thead th,
#contents table.tbl02 thead th {
  text-align: center;
  padding:8px 20px;
  font-size:20px;
}


#contents .tbl02 table td{
  position: relative;
  background-color:#fff;
}

#contents .tbl02 table td .day{
  position: absolute;
  top: 0;
  left:6px;
}

#contents .tbl02 table td .plan{
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  color: #2a529f;
}

#contents .tbl02 table td.no{
  background-color: #efefef;
}

#contents .tbl02 table td.no .plan{
  color: #cccccc;
}

#contents .tbl02 table td.otherday{
  background-color: #efefef;
}

#contents .tbl02 table td.otherday .day{
  color: #cccccc;
}

/* button */
#contents .Btnbox{
  width: 92%;
  margin: 0 auto;
  padding-bottom: 20px;
}


#contents .bscBtn.btn07{
	background-color: #2850A1;
	color: #FFF;
}

#contents .bscBtn.btn07:before {
	content: "\f0d9";
	display: inline-block;
	font-family: "fontawesome";
	font-weight: normal;
	margin-right: 10px;
}

#contents .bscBtn.btn07:hover {
	opacity: 0.8;
}

#contents .input.PETBtn{
  position: relative;
}

#contents .input.PETBtn input{
  background-color: #2850A1;
	color: #FFF;
	border-radius: 40px;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.5;
	min-width: 42%;
	margin: 0 0.6% 15px 0;
	padding: 18px 20px 18px 15px;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: 200ms ease all;
	box-shadow: 0 8px 6px -6px #DDD;
  border:0px solid #2850A1;
}

#contents .input.PETBtn input:hover{
  opacity: 0.8;
}

#contents .input.PETBtn:after{
  position: absolute;
  top:-15px;
  right:90px;
  content: "\f0da";
  color:#fff;
	display: inline-block;
	font-family: "fontawesome";
	font-weight: normal;
  font-size: 1.6em;
}



/* ==========================================================================
   form
   ========================================================================== */


#contents section.formArea span.must {
	background-color: #2850A1;
	color: #FFF;
	font-size: 11px!important;
	line-height: 1;
	margin: 0 4px 0;
	padding: 2px 5px;
	border-radius: 3px;
	vertical-align: middle;
}

#contents section.formArea {
	margin:0 auto 30px;
  width: 92%
}

#contents section.formArea .topformTbl table{
  margin:20px 0 60px;
}

#contents section.formArea .topformTbl table tr{
  border-bottom: 1px dotted #bbbbbb;
}

#contents section.formArea .topformTbl table th,
#contents section.formArea .topformTbl table td{
  padding:10px 0;
}

#contents section.formArea .topformTbl table td{
  padding-left: 60px;
}

#contents section.formArea div.formTbl table {
	border-bottom: 1px dotted #cfcfcf;
	border-top: 1px dotted #cfcfcf;
	margin: 0 auto 40px;
	width: 100%;
}

#contents section.formArea div.formTbl table th,
#contents section.formArea div.formTbl table td {
	border-bottom: 1px dotted #CCC;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 15px 25px 15px 25px;
	vertical-align: middle;
}

#contents section.formArea div.formTbl table tr.last th,
#contents section.formArea div.formTbl table tr.last td {
}

#contents section.formArea div.formTbl table th {
	background-color:#efefef;
	color: #000;
	font-weight: 600;
	text-align: left;
	width: 28%;
}

#contents section.formArea div.formTbl table th p {
	position: relative;
}

#contents section.formArea div.formTbl table th span.ja {
	letter-spacing: 0.08em;
	padding-right: 25px;
}

#contents section.formArea div.formTbl table th span.en {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	padding-right: 25px;
}

body.en #contents section.formArea div.formTbl table th span.ja {
	display:none;
}

body.en #contents section.formArea div.formTbl table th span.en {
	font-size: 16px;
	font-size: 1.6rem;
}

#contents section.formArea div.formTbl table th span.must {
	position: absolute;
	top: 30%;
	right: -11px;
}

#contents span.redMust {
	font-size:22px;
	color:red;
}

#contents section.formArea div.formTbl table th span.en {
	display:inline;
	padding-right:0;
}

#contents section.formArea div.formTbl table th span.redMust {
}

#contents section.formArea div.formTbl table td .gray {
	color: #666;
	font-size: 85%!important;
}

#contents section.formArea div.formTbl table td textarea{
  padding: 5px;
  height: 240px;
  width: 600px;
}

/* ==========================================================================
   calender
   ========================================================================== */
#contents .confirmtxt{
  font-size: 20px;
  padding: 10px;
  border: 3px solid #ddd;
  margin-bottom: 40px;
  color: #f03;
}

#contents .thankstop{
  color: #f03;
}















/* ==========================================================================
   sp
   ========================================================================== */
@media only screen and (max-width: 750px) {
  body#center #mainInr {
	padding: 0;
}
  #contents .bscBtn{
    margin: 0 auto;
    width: 70%;
  }

  #contents .head06{
    line-height: 1;
    padding-bottom: 10px;
  }

  #contents div.basicFlt{
    margin: 0;
    padding-bottom: 20px;
  }


  #contents .tbl01 table td{
  padding: 14px 15px;
}
  #contents .head06 span.time{
  margin-left: initial;
  color: #000;
}
  #contents .tbl01 table{
  width: 95%;
  margin:0 auto;
}
  #contents #main #mainInr .tbl01 .fltL{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  #contents #main #mainInr .tbl01 .fltR{
    display: block;
    width: 100%;
  }
  #contents .basicFlt .corse ul{
    width: 100%;
  border-spacing: 4px 2px;
}
  #contents .basicFlt .corse ul li{
    font-size: 13px;
    height: 60px;
    width: 25%;
  }

  #contents .basicFlt .PET .btn06{
    display: none;
  }

  #contents .basicFlt .corse .btn06{
    display: block;
  }

/*  calender  */
  #contents .Btnbox ul{
  margin:10px auto 0;
  overflow: hidden;
}



#contents .Btnbox ul li a{
  font-size: 11px;
  width: 48%;
  text-align: center;
  padding: 10px;
  border:1px solid #eee;
  border-radius: 4px;
  float: left;
  display: block;
}

#contents .Btnbox ul li a:before{
  content: "\f0d7";
	display: inline-block;
	font-family: "fontawesome";
	font-weight: normal;
  margin-right: 5px;
}

#contents .Btnbox ul li.boxli01 a{
  margin-right: 10px;
}


  #contents div.tbl02,
  #contents table.tbl02{
    width: 100%;
  }
  #contents .tbl02 table td .plan{
  font-size: 1.2em;
}
  #contents .tbl02 table thead th,
#contents table.tbl02 thead th {
  text-align: center;
  padding:8px 10px;
  font-size:1em;
}
  #contents .tbl02 table td {
    padding: 10px;
  }
  #contents .tbl02 table td .day{
    font-size: 0.8em;
  }
  #contents .calendertop{
    display: block;
    width: 100%;
    position: relative;
  }
  #contents .head07{
    font-size: 20px;
  }

  #contents .head07 span.timeline{
    font-size: 13px;
  }

  #contents .pager{
  margin-top:15px;
}

#contents .pager li{
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  width:49%;
}

  #contents #main #mainInr .tbl01 .calendertop .fltL{
    width: 80%;
  }
  #contents #main #mainInr .tbl01 .calendertop .fltR{
    width: 50%;
    position: absolute;
    top: -20%;
    right: 0;
  }
/*  form  */
  #contents section.formArea div.formTbl table tr{
    width: 100%;
  }
  #contents section.formArea div.formTbl table th{
    padding: 15px 5px;
    position: relative;
    width: 28%;
  }
  #contents section.formArea div.formTbl table th span.ja {
    display: block;
	  letter-spacing: 0.08em;
	  padding-right: 0px;
    font-size: 1rem;
    width: 80px;
}
  #contents section.formArea div.formTbl table th span.must {
    position:static;
}
  #contents section.formArea div.formTbl table td{
    width:60%;
    padding: 15px 8px;
  }
  .wM{
    width:45%;
  }

  .wL{
    width: 100%;
  }

  #contents section.formArea div.formTbl table td textarea{
    width: 100%;
  }

  #contents .input.PETBtn input{
    min-width: initial;
    width: 100%;
  }

  #contents section.formArea div.formTbl table td #birth_day,
  #contents section.formArea div.formTbl table td #birth_month,
  #contents section.formArea div.formTbl table td #birth_year{
    display: inline-block;
    width: 50%;
    margin:10px 0;
    padding: 2px 3px 6px;
    font-size: 14px;
    vertical-align: middle;
  }
  #contents section.formArea div.formTbl table td select+span{
    margin-left: 10px;
  }
  #contents .input.PETBtn:after{
  right:60px;
  top:-17px;
}

  #contents section.formArea .topformTbl table{
    margin:20px 0 60px;
    width: 100%;
}

#contents section.formArea .topformTbl table tr{
  border-bottom: 1px dotted #bbbbbb;
}

#contents section.formArea .topformTbl table th,
#contents section.formArea .topformTbl table td{
  padding:10px 0;
}
  #contents section.formArea .topformTbl table th{
    font-size: 13px;
    width: 30%;
  }

#contents section.formArea .topformTbl table td{
  font-size: 13px;
  padding-left: 20px;
}

/*  confirm  */
  #contents .confirmtxt{
  font-size: 13px;
  padding: 10px;
  border: 3px solid #ddd;
  margin-bottom: 40px;
}
/*  thanks  */
  #contents .thankstop{
    width: 95%;
    margin:0 auto;
    font-size: 14px;
  }
  #contents .thanks{
    width: 95%;
    margin:0 auto;
  }
}
