@charset "utf-8";
.container .col1-txt {
	display: inline;
	font-size: inherit;
	line-height: normal;
	margin-bottom: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px !important;
	color: #252525 !important;
}
.container .col1-txt img {	
	width: 95%;
	margin: 0 auto;
}
.container .col1-txt p {
}

.addBox {
	border: 1px solid #1d1d1d;
	margin: 0;
	padding: 0;
}
.addBox h5 {
	background-color: #1d1d1d;
	color: #ffffff;
	margin: 0;
	padding: 0;
	padding: 8px;
}
.addBox .addTxt {
	margin: 0;
	padding: 0;
	padding: 20px;
}

.font1 {
	display: inline;
	font-size: inherit;
	line-height: normal;
	font-weight: 600;
	margin-bottom: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #007c7b;
}
.font2 {
	display: inline;
	font-size: inherit;
	line-height: normal;
	font-weight: 600;
	margin-bottom: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #a00800;
}
.font3 {
	display: inline;
	font-size: inherit;
	line-height: normal;
	font-weight: 600;
	margin-bottom: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px !important;
}
.font4 {
	display: inline;
	font-size: inherit;
	line-height: normal;
	font-weight: 600;
	margin-bottom: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px !important;
	color: #404040 !important;
	font-weight: normal !important;
	line-height: 20px;
}

.container .col1-txt h3 {
	font-size: 21px;
	font-weight: bold;
	border-bottom: 2px solid #333333;
	margin-bottom: 15px;
}
.container .col1-txt h4,
.container .col1-txt h4 p {
	font-size: 18px !important;
	font-weight: 600;
	margin-bottom: 12px;
}


span.btn-filled {
  background: #000000;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 6px 10px;
  line-height: 1;
  border: 2px solid #000000;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  vertical-align: text-bottom;
}
span.btn-primary {
}




#btn_toForm {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#btn_toForm .btn-primary.btn-filled {
  background: #000000;
  color: #fff;
}
#btn_toForm .btn-primary {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #000000;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}
#btn_toForm .btn:hover {
  background: none;
  color: #fff;
  border-color: #505050;
  background-color: #505050;
}





.box-ban {
	display: block;
	margin-left: 5px;
	float: right;
	margin-top: 12px;
}

.nav-sticky .box-ban {
	margin-top: 0px;
}

#slider {
	margin: 0 auto;
	padding: 0;
	/* max-width: 1366px; */
}
#slider img {
	width: 100%;
	height: auto;
}

.divSlider.sliderfinish {
	position: relative;	
}

.divSlider.sliderfinish .txt-finish {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 50%;
	right: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 35px;
	z-index: 100;
    display: table;
    padding: 25px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "MS P明朝", "MS PMincho", "MS 明朝", serif;
	transform: translate(-50%,-50%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.divSlider.sliderfinish .txt-finish {
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "MS P明朝", "MS PMincho", "MS 明朝", serif;
	}
}

.divSlider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 9999;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	background-color:#000000;
	background: rgba(000,000,000,0.5);
	display: none;
}
.divSlider:hover .bx-wrapper .bx-controls-direction a{
	display: block;
}
.divSlider .bx-wrapper .bx-controls-direction a:hover{
	background: rgba(000,000,000,0.9);
}
.divSlider .bx-wrapper .bx-controls-direction a i{
	background: url(../img/common/prevnext.png) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.divSlider .bx-wrapper .bx-prev{
	left: 70px;
}
.divSlider .bx-wrapper .bx-next{
	right: 70px;
}
.divSlider .bx-wrapper .bx-controls-direction .bx-prev i{
	background-position: 13px 11px;
}
.divSlider .bx-wrapper .bx-controls-direction .bx-next i{
	background-position: -25px 10px;
}
@media all and (min-width: 992px) {
	.divSlider.sliderfinish::after,
	.divSlider.sliderfinish .txt-finish {
		font-size: 45px;	
	}
}
@media all and (max-width: 767px) {
	.divSlider .bx-wrapper .bx-next {
	    right: 10px;
	}
	.divSlider .bx-wrapper .bx-prev {
		left: 10px;
	}
	.divSlider.sliderfinish::after,
	.divSlider.sliderfinish .txt-finish {
		font-size: 32px;
	}
}

@media all and (max-width: 640px) {
	.divSlider.sliderfinish::after,
	.divSlider.sliderfinish .txt-finish {
		font-size: 26px;
		padding: 20px;
	}	
}

@media all and (max-width: 480px) {
	.divSlider.sliderfinish::after,
	.divSlider.sliderfinish .txt-finish {
	    font-size: 6vw;
	    padding: 15px;
	}
}

/*:::::::::::::::::::: ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ ::::::::::::::::::::*/
.cartArea {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 60px;
	border-top: 1px solid #dfdddf;
}
.itemIMG {
	margin-bottom: 30px;
}
.itemIMG .col2-left-harf {
	float: left;
}
.itemIMG img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
.itemIMG .caption-txt {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}

.infoArea {
	width: 100%;
	margin-bottom: 20px;
}


.table-cart {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 10px;
	line-height: 24px;
}
.table-cart td {
	padding: 3px;
	vertical-align: middle;
	text-align: center;
}
.table-cart .TD-title01,
.table-cart .TD-title02,
.table-cart .TD-title03,
.table-cart .TD-title04,
.table-cart .TD-title05
{
	background-color: #333333;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.table-cart .TD-title01 {
	width: 52%;
}
.table-cart .TD-title02 {
	width: 19%;
}
.table-cart .TD-title03 {
	width: 10%;
}
.table-cart .TD-title04 {
	width: 19%;
}
.table-cart .TD-title05 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.table-cart .TD-category {
	width: 25%;
/* 	background-color: #333333; */
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	padding: 0px !important;
}
.table-cart .TD-itemTitle {
	line-height: 20px !important;
	padding: 10px 3px;
	text-align: left;
}
.table-cart span.font-01 {
	font-size: 13px;
}
.table-cart .TD-line {
	background-color: #333333;
	height: 1px;
	margin: 0;
	padding: 0;
}
.table-cart .TD-uprice {
	text-align: right;
	padding-right: 3%;
}
.table-cart .TD-price input,
.table-cart .TD-total input
{
	text-align: right;
}
.table-cart .TD-total {
	background-color: #cccccc;
	padding-top: 15px;
	padding-bottom: 15px;
}

.btmTxt {
	display: block;
	font-size: 13px;
	padding: 8px 10px 8px 0px;
	line-height: normal;
	font-weight: normal;
}
.btmTxt img {	
	margin-top: 10px;
	margin-bottom: 10px;
}


@media (max-width: 768px) {
.table-cart .TD-category,
.table-cart .TD-itemTitle,
.table-cart .TD-total,
.table-cart .TD-title05
{
	display: block;
	float: left;
	width: 100% !important;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}
.table-cart .TD-category {
	display: block;
	float: left;
	width: 100% !important;
	text-align: left;
}
.table-cart .TD-category img {
	width: 300px !important;
}
.table-cart .TD-title01,
.table-cart .TD-title02,
.table-cart .TD-title03,
.table-cart .TD-title04
{
	display: none;
}
.table-cart .TD-uprice {
	width: 30%;
	float: left;
	text-align: left;
	padding-right: 0;
}
.table-cart .TD-qty {
	width: 20%;
	float: left;
	text-align: left;
}
.table-cart .TD-price {
	width: 50%;
	display: block;
	float: left;
	text-align: left;
}
.table-cart .TD-price input {
	width: 80%;
}
.table-cart .TD-total input {
	width: 80%;
}
.itemIMG .caption-txt {
  font-size: 14px;
}
}





#Apply01 li.menu06 a {
	color: #af99af !important;
}
#Apply01 .page-sign {
	background-image: url(../img/Form/pageSign.jpg);
}
#Apply01 .page-sign h2 {
	background-image: url(../img/Form/pageTitle02.png);
}
#Apply01 .title-txt h2 {
	padding-bottom: 20px;
}
#Apply01 .enjoy-content {
	background-color: #9f879f !important;
	padding-top: 40px;
	padding-bottom: 40px;
}
#Apply01 .enjoy-content .titleLine {
	font-size: 40px;
	color: #ffffff;
}
#Apply01 .enjoy-content .btn-ppl {
  border: 2px solid #8c718c;
  color: #8c718c;
  background-color: #ffffff;
  margin-left: 3px !important;
  margin-right: 3px !important;
}
#Apply01 .enjoy-content .btn-ppl:hover {
  background-color: #8c718c;
  color: #ffffff;
  border-color: #ffffff;
}

#Apply02 .col1-txt {
	font-size: 16px;
	line-height: 22px;
	/* padding-left: 3%; */
	/* padding-right: 3%; */
}
#Apply02 li.menu06 a {
	color: #af99af !important;
}
#Apply02 .page-sign {
	/* background-image: url(../img/Form/pageSign.jpg); */
}
#Apply02 .page-sign h2 {
	background-image: url(../img/Form/pageTitle01.png);
}
#Apply02 .title-txt h2 {
	padding-bottom: 10px;
}
#Apply02 .enjoy-content {
	background-color: #9f879f !important;
	padding-top: 40px;
	padding-bottom: 40px;
}
#Apply02 .enjoy-content .titleLine {
	font-size: 40px;
	color: #ffffff;
}
#Apply02 .enjoy-content .btn-ppl {
  border: 2px solid #8c718c;
  color: #8c718c;
  background-color: #ffffff;
  margin-left: 3px !important;
  margin-right: 3px !important;
}
#Apply02 .enjoy-content .btn-ppl:hover {
  background-color: #8c718c;
  color: #ffffff;
  border-color: #ffffff;
}


#Apply01 dl.tableView {
	padding-left: 3%;
	padding-right: 3%;
}
#Apply01 dl.tableView dt {
	width: 300px;
	float: left;
	clear: both;
	font-weight: 600;
	padding-top: 8px;
	line-height: 24px;
	font-size: 16px;
}
#Apply01 dl.tableView dd {
	padding-top: 8px;
	padding-left: 300px;
	line-height: 24px;
}
#Apply01 dl.tableView dd.itemList label {
	width: 160px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 0px !important;
	line-height: 24px;
}
#Apply01 dl.tableView dd.itemList input {
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle;
}
.sch_bus {
	display: block;
	padding-top: 8px;
}
.sch_bus label+label {
	padding-left: 15px !important;
}
.sch_bus input {
	margin: 0 !important;
	padding: 0 !important;
}
.memberBox {
	display: block;
	padding-top: 8px;
}
.memberBox table {
	width: 90%;
	border-collapse: collapse;
}
.memberBox table th,
.memberBox table td
{
	padding: 5px 10px;
	text-align: left;
}
.memberBox table th {
	background-color: #9f879f;
	color: #ffffff;
}
.memberBox table td {
	border-bottom: 1px dotted #9f879f;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Apply01 dl.tableView h5 {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #9f879f;
	font-weight: bold;
	color: #ffffff;
}

#Apply01 label {
	font-weight: normal;
	font-size: 16px;
}
#Apply01 label+label {
	padding-left: 25px;
}
.rm {
	color: #ff6600;
	font-weight: bold;
}
.input_SS,
.input_S,
.input_M,
.input_ML,
.input_L {
	line-height: 20px;
	font-size: 15px;
	padding: 3px 5px;
	margin-right: 5px;
	border: 1px solid #acacac;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.input_SS {
	width: 80px;
}
.input_S {
	width: 120px;
}
.input_M {
	width: 200px;
}
.input_ML {
	width: 250px;
}
.input_L {
	width: 350px;
}
.exTxt,
.txtOR {
	display: block;
	font-size: 14px;
	padding-top: 3px;
	color: #606060;
}
form a,
.txtOR a {
	color: #7c0000;
}
form a:hover,
.txtOR a:hover {
	color: #7c0000;
	text-decoration: underline;
}
.studentBox {
	display: block;
	padding-top: 8px;
}
textarea {
	width: 100%;
	height: 200px;
	font-size: 15px !important;
	line-height: 24px !important;
	padding: 8px 10px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #acacac;
}

.privacyBox {
	width: 100%;
	height: 200px;
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	background-color: #ffffff;
	overflow-y: scroll;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #acacac;
}
.privacyBox h5 {
	width: 100%;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: #333333;
	font-weight: bold;
	color: #ffffff;
}
.btn {
	margin-right: 15px;
}



@media (max-width: 768px) {
.tableView dt {
	width: 100% !important;
	float: none !important;
}
.tableView dd {
	width: 100% !important;
	float: none !important;
	padding-left: 0px !important;
}
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
.input_SS {
	width: 20%;
}
.input_S {
	width: 100%;
}
.input_M {
	width: 100%;
}
.input_ML {
	width: 100%;
}
.input_L {
	width: 100%;
}
textarea {
	width: 100%;
}

.privacyBox {
	width: 100%;
}
}


@media all and (max-width: 1024px) {
}
@media all and (max-width: 1200px) {
}
@media all and (max-width: 1000px) {
}
@media all and (max-width: 767px) {
}