@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .gNavi04 a {
	border-bottom: 3px solid #FFF;
}

#main .mainImg {
	margin-bottom: 57px;
}

#main .headLine01 {
	margin-bottom: 43px;
}

#main .calenderBox {
	margin-bottom: 82px;
	padding: 197px 10% 174px;
	position: relative;
	background: #FD9F02 url(../img/schedule/img01.png) no-repeat center top;
}

#main .calenderBox .calender {
	margin: 0 auto;
	padding-bottom: 60%;
	width: 100%;
	height: 0;
	background-color: #fff;
	border: 10px solid #fff;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

#main .calenderBox .calender iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#main .calenderBox:before {
	margin-left: -29px;
	width: 58px;
	height: 38px;
	background: url(../img/schedule/img02.png) no-repeat left top;
	background-size: 58px 38px;
	position: absolute;
	bottom: -38px;
	left: 50%;
	content: "";
}

#main .mainBox {
	width: 770px;
}

#main .mainBox .headLine01 {
	margin-bottom: 74px;
}

#main .mailForm {
	margin-bottom: 5px;
}

#main .mailForm table {
	width: 100%;
	border-collapse: collapse;
}

#main .mailForm td,
#main .mailForm th {
	padding-bottom: 13px;
	color: #3f3f3f;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1;
	text-align: left;
	vertical-align: middle;
}

#main .mailForm th {
	padding-left: 7px;
	width: 22.5%;
}

#main .mailForm .thStyle {
	padding-top: 10px;
	vertical-align: top;
}

#main .mailForm td input[type="text"] {
	padding: 0 15px;
	width: 482px;
	height: 39px;
	font-size: 1em;
	line-height: 1.8;
	border: 2px solid #A7A7A7;
	border-radius: 2px;
}

#main .mailForm td .radioUl {
	margin-top: 5px;
}

#main .mailForm td .radioUl li {
	line-height: 1.65;
}

#main .mailForm td .radioUl li input {
	display: none;
}

#main .mailForm td .radioUl li label {
	padding-left: 35px;
	display: block;
	cursor: pointer;
	background: url(../img/schedule/img04.png) no-repeat left center;
	transition: .2s;
}

#main .mailForm td .radioUl li input[type="radio"]:checked + label {
	background: url(../img/schedule/img03.png) no-repeat left center;
}

#main .mailForm td textarea {
	padding: 5px 15px;
	width: 482px;
	height: 65px;
	font-size: 1em;
	border: 2px solid #A7A7A7;
	border-radius: 2px;
}

#main .txtLink {
	margin-bottom: 20px;
	color: #ff0000;
	font-size: 2.2em;
	text-align: center;
}

#main .txtLink a {
	color: #3f3f3f;
	text-decoration: underline;
}

#main .txtLink a:hover {
	text-decoration: none;
}

#main .comLink {
	text-align: center;
}

#main .comLink .btn {
	width: 100%;
	background: none;
	border: none;
}

#main .comLink .btn:hover {
	cursor: pointer;
}

#main .comLink .btn,
#main .comLink a {
	background-color: #fe0000;
}
