@charset "UTF-8";
header {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  background: none;
}
header h1 {
  width: 30%;
  margin: 20px auto 0;
  padding: 0;
}

main article {
  padding: 0 !important;
}

form button {
  background: #009;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 50px !important;
  text-decoration: none !important;
  color: #fff;
  cursor: pointer;
  border: none;
}
form button.disable-link[disabled] {
  background-color: #ccc !important;
  cursor: not-allowed;
  color: #333;
  /* クリック不可のカーソルを表示 */
}

div.post-inner {
  padding: 0 !important;
  margin-bottom: 100px !important;
}

section {
  width: auto;
  padding: 0;
  margin: 0 auto;
  font-family: "vdl-logog", sans-serif;
  font-weight: 400;
  font-style: normal;
}
section h2 {
  margin: 50px auto !important;
  font-size: 28px;
  line-height: 25px;
  color: #00484B;
  text-align: center;
}
section a.list_bt {
  width: 300px;
  height: 40px;
  margin: 0 auto;
  background: #f8b62d;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #fff;
  position: relative;
}
section a.list_bt:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
section.application ul {
  width: 100%;
  margin: 0 auto;
  display: block;
}
section.application ul li {
  width: 100%;
  height: auto;
  padding: initial;
  color: #333;
  margin: 20px 0;
  border-bottom: 1px #eee solid;
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
section.application ul li a {
  color: #9a1e23;
}
section.application div.notes {
  border: 1px solid #ccc;
  padding: 50px;
}
section.application div h3 {
  text-align: center;
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #C00;
}
section.application div.agree_area {
  margin: 20px auto 0;
  text-align: center;
}
section.application div.agree_area:hover {
  cursor: pointer;
}
section.application div.agree_area input[type="checkbox"] {
  margin: 0 0 0 -80px;
  text-align: center;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0;
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #ddd;
  box-shadow: none;
  cursor: pointer;
  right: 78px;z
}
section.application div.agree_area input[type="checkbox"]:before {
  display: none !important;
}
section.application div.agree_area input[type="checkbox"]:checked + .btn_on a {
  background: #00484B;
  pointer-events: inherit;
}
section.application div.agree_area label {
    display: inline-block;
    font-size: 14px;
    width: 200px;
    line-height: 40px;
    background: #eee;
    border-radius: 5px;
    padding: 0 6px 0 0;
}
section.application div.agree_area label:hover {
  cursor: pointer;
}
section.application .red {
  color: #C00;
}
section.application .entry-content {
  margin-bottom: 100px !important;
}
section.application p {
  width: 100%;
  margin: 0 auto;
}
section.application p.att {
  font-size: 12px;
}
section.application p.att a {
  color: #9a1e23;
}
section.application p.att span {
  font-size: 14px;
  display: inline-block;
  margin: 0;
}
section.application p.btn_on {
  text-align: center;
}
section.application p.btn_on a {
  display: inline-block;
  padding: 5px 20px;
  background: #ccc;
  margin: 0 10px;
  color: #fff;
  pointer-events: none;
}
section.application .consent {
  display: block;
  margin: 30px auto;
  text-align: center;
}
:root{
    --wp--style--global--content-size: 800px !important;
}
.content-form label.field-item{
display: block;
font-size: 85%;
font-weight: 400;
margin: 0 0 0.5rem 0;
}
.option-note{
	font-size: 12px;
}

.schedule-note{
	text-align: left;
    font-size: 10px;
    padding: 10px;
}

.multiple-calendar table caption{
	background-color: #ddd;
	padding: 5px 0;
}
.multiple-calendar table{
	border-collapse: collapse;
}
.multiple-calendar table th,.multiple-calendar table td{
	border: 1px solid #ccc;
	vertical-align: top;
}

.list-monthly-calendar .schedule-note,.list-monthly-calendar .list-box  {
	font-size: 18px;
}

.sp_bt:hover,.pc_bt:hover{
	cursor: pointer
}

.header {
  position: relative;
}

.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 1px;
  background-color: #000;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  background-color: #fff;
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
  background-color: #fff;
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: rgba(0,0,0,.8);
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
}

thead,.calendar-caption{
	position: sticky;
    top: 0;
    z-index: 10;
    width: 100%;
    margin: 0;
    padding: 5px;
    background: #fff;
}
thead{
	top: 60px;
}

.acc .schedule-note{
	color: #00a8ff;
	font-weight: bold;
}
/*
.sp{
	display: none;
}
.pc{
	display: block;	
}
*/
@media screen and (max-width: 650px){
/*
.sp{
	display: block;
}
.pc{
	display: none;
}
*/
}


