@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

#intro .img_box {
	width: 100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#intro .img_box figure {
	line-height:0;
}
#director .message {
	box-sizing:border-box;
	background-color: rgba(43,156,172,0.2);
	background-image: url(../img/wave.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#director .message .wrapper {
	box-sizing: border-box;
	padding-top: 45px;
	padding-right: 40px;
	padding-bottom: 45px;
	padding-left: 405px;
	background-image: url(../img/p02.png);
	background-repeat: no-repeat;
	background-position: 30px bottom;
	min-height:450px;
}
#director .message .name {
	font-size: 24px;
	line-height: 110%;
	font-weight: bold;
	color: #2B9CAC;
	margin-bottom: 15px;
}
#director .message .name em {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

#director .message .body {
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.5);
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#director .message .body .ttl {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #2CA5B7;
	font-size: 30px;
	line-height: 120%;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}



#director .profile {
	box-sizing:border-box;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#director .profile.history {
	background-color: #C9E7EB;
}
#director .profile.gakkai {
	background-color: #DCF0F1;
}
#director .profile .ttl {
	color: #268897;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 0.2em;
	width:100%;
	box-sizing:border-box;
}
#director .profile .notes {
	box-sizing:border-box;
	width:100%;
	display:block;
	margin-top:1em;
}
#director .profile .notes dt {
	box-sizing: border-box;
	font-weight:bold;
}
#director .profile .notes dd {
	box-sizing: border-box;
}
#director .profile.gakkai {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#director .profile.gakkai .list_type_02{
	box-sizing: border-box;
	width: 50%;
}
#director .profile.gakkai .list_type_02:nth-of-type(1) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 25px;
}
#director .profile.gakkai .list_type_02:nth-of-type(2) {
	padding-left: 25px;
}


#timetable table  {
	width:100%;
}
#timetable table th  {
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 1.4em;
	padding-right: 0;
	padding-bottom: 1.4em;
	padding-left: 0;
}
#timetable table tr:first-child th  {
	background-color: #eaf6f8;
	font-weight: bold;
}
#timetable table tr:first-child th:after  {
	content:"曜日";
}
#timetable table tr:first-child th:nth-of-type(1):after  {
	content:"";
}
#timetable table td  {
	width: 100px;
	text-align: center;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	font-size: 20px;
	color: #2DA6B7;
}
#timetable table td.close  {
	font-size: 16px;
	color: #333;
}
#timetable table th:last-child,
#timetable table td:last-child  {
	width:130px;
	padding-right: 30px;
}
#timetable .notes  {
	width:100%;
	box-sizing:border-box;
	margin-top:1em;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
#timetable .notes dt {
	box-sizing: border-box;
	width: 4.2em;
	font-weight: bold;
	color: #2CA5B7;
}
#timetable .notes dd {
	box-sizing:border-box;
	width:calc(100% - 4.2em);
	padding-left:1em;
	text-indent:-1em;
}
#timetable .notes dd:before {
	content: "：";
	font-weight: bold;
	color: #2CA5B7;
}


#map .map iframe {
	width: 100%;
	height: 404px;
}








.-----PC_MOBILE_COMMON_CSS_END----- {}


/* スマートフォン用CSS */
@media screen and (max-width: 750px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


#intro .img_box figure {
	width:33.0%;
}
#intro .img_box figure img {
	width:100%;
	height:auto;
}

#director .message .wrapper {
	padding-top: 340px;
	padding-right: 40px;
	padding-bottom: 45px;
	padding-left: 40px;
	background-position: 20px 20px;
	background-size: 289px 350px;
	position: relative;
}
#director .message .name {
	font-size: 44px;
	position: absolute;
	left: 340px;
	top: 250px;
}
#director .message .name em {
	font-size: 28px;
	display:block;
}

#director .message .body {
	margin-top:30px;
}
#director .message .body .ttl {
	font-size: 44px;
}
#director .profile {

}
#director .profile .ttl {
	font-size: 38px;
}
#director .profile .notes {
	display:block;
}
#director .profile .notes dt {
	width: 100%;
}
#director .profile .notes dd {
	width: 100%;
}
#director .profile.gakkai {
	display:block;
}
#director .profile.gakkai .list_type_02{
	width: 100%;
}
#director .profile.gakkai .list_type_02:nth-of-type(1) {
	border-right-style: none;
	padding-right: 0;
}
#director .profile.gakkai .list_type_02:nth-of-type(2) {
	padding-left: 0;
}

#timetable table th  {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom-color: #999;
}
#timetable table tr:first-child th:after  {
	content:"";
}
#timetable table td  {
	width: 75px;
	border-bottom-color: #999;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 32px;
}
#timetable table td.close {
	font-size: 32px;
}
#timetable table th:last-child,
#timetable table td:last-child  {
	width:75px;
	padding-right: 0px;
}
#map .map iframe {
	width: 100%;
	height: 500px;
}





.-----MOBILE_ONLY_CSS_END----- {}

	
}
