@charset "utf-8";

section#boss,
section#sec_org02,
section#sec_org04,
section#org-article,
section#sec_lecture02,
section#sec_lecture04,
section#sec_exam_guide02,
section#sec_exam_guide04,
section#sec_join_us02,
section#sec_enjoy_kayack02,
section#sec_enjoy_kayack04 {
  background-color: #eaf7ff;
}




#sub_h1_area {
	background: url(../img/sub/h1_bg.jpg);
	background-position: center;
	height: 300px;
}
#sub_h1_area h1 {
	display: inline-block;
	color: #12609b;
	font-family: "Hannari","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 40px;
	background-image: url("../img/common/under_line3.png");
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 25px;
	margin-bottom: 22px;
	filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
	margin-top: 140px;
	line-height: 40px;
}


img#org_map {
	width: 490px;
}


.h3_shop_list {
	margin-bottom: -70px !important;
}
.h3_lecture1,
.h3_lecture2 {
	width: 340px;
	text-align: center !important;
	border: solid #12609b 2px;
	height: 120px;
	line-height: 38px;
}
.h3_lecture1 h3 {
	padding-top: 24px !important;
}
.h3_lecture2 h3 {
	padding: 8px !important;
}


.lecture_img {
	display: block;
	margin: 0 auto;
}





/*inquire.html*/
.error{
	max-width: 750px;
	margin-top: 40px;
	margin: 0 auto;
	text-align: left;
	line-height: 30px;	
	color: #fe2e2e;
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding: 30px 0 10px;
}
.imeon {
	ime-mode: active; /* 全角モード */
}
.imeoff {
	ime-mode: inactive; /* 半角モード */
}
.validation select,
.validation dl input,
.validation textarea {
	font-size: 16px;
	font-weight: normal;
	padding: 8px;
	border-radius: 2px;
	letter-spacing: 0.1em;
	border: solid 2px #b1c6d6;
	background: #eef4f6;
}
.validation button {
    font-size: 18px;
    background: #12609b;
    letter-spacing: 0.1em;
    color: #fff;
    border-style: none;
    margin: 10px 0;
    padding: 15px 30px;
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.validation button:hover {
	opacity: 0.6 !important;
	transition: opacity 0.3s linear !important;
}
.inq_req::after {
	margin-left: 12px;
	vertical-align: top;
	font-size: 12px;
	content: "必須";
	color: #ffffff;
	background: #e8a032;
	border-radius: 2px;
	padding: 2px 6px;
	letter-spacing: 1.2px;
	font-weight: normal;
}
#inq_email {
	background: url(../img/sub/inquire_mail.png) no-repeat;
	background-position: 50px center;
}

.w54 {
	width: 54px;
}
.w100 {
	width: 100px;
}
.w300 {
	width: 300px;
}
.w480 {
	width: 480px;
}