@charset "utf-8";

/**
 *
 * 学校案内: 共通
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/
#Content {
	background: #fffdf0;
}

/*----------------------------------------------------------------------
	.mv
----------------------------------------------------------------------*/
.mv {
	padding: 27px 0 23px;
	background: url(../images/common/mv_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.mv::before,
.mv::after {
	content: '';
	display: block;
	width: 100%;
	height: 276px;
	position: absolute;
	top: 40px;
	background: repeat-x;
}
.mv::before {
	background-image: url(../images/common/mv_right_img.png);
	background-position: 0 0;
	left: 50%;
	margin-left: 308px;
}
.mv::after {
	background-image: url(../images/common/mv_left_img.png);
	background-position: 100% 0;
	right: 50%;
	margin-right: 308px;
}
.mv__hdg {
	text-align: center;
}


@media all and (max-width: 767px){
	.mv {
		padding: 20px 0;
		background-image: url(../images/common/mv_bg_sp.jpg);
	}
	.mv::before,
	.mv::after {
		content: none;
	}
	.mv__hdg {
		margin: -2%;
	}
}

/*----------------------------------------------------------------------
	.event-list
----------------------------------------------------------------------*/
.event-list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -50px;
}
.event {
	width: 25%;
	padding: 0 10px 50px;
	box-sizing: border-box;
	position: relative;
}
.event--end {
	opacity: .5;
}
.event__num {
	position: absolute;
	top: -21px;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
	width: 66px;
	height: 66px;
	background: no-repeat;
	background-size: 100% auto;
	color: #fff;
	letter-spacing: .1em;
	text-align: center;
	padding-top: 17px;
	padding-left: .1em;
	box-sizing: border-box;
}
.event__num span {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}
.event__ttl {
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	text-align: center;
}
.event__ttl .label {
	position: relative;
	display: inline-block;
	min-width: 170px;
	box-sizing: border-box;
	padding: 12px;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}
.event__ttl .label::before,
.event__ttl .label::after {
	content: '';
	display: block;
	background: no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 43px;
	position: absolute;
	top: 0;
	z-index: -1;
}
.event__ttl .label::before {
	transform: scaleX(-1);
	left: -11px;
}
.event__ttl .label::after {
	right: -11px;
}

.event__ttl .amp {
	font-size: 12px;
}
.event__inner {
	background: url(../images/common/event_bg.png);
	border: 1px solid #e5e3d7;
	border-top: none;
	padding: 59px 0 57px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.05);
	position: relative;
	text-align: center;
}
.event__inner::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 2px);
	height: 0;
	border-top: 3px solid;
}
.event__inner::after {
	content: '';
	display: block;
	width: 100%;
	height: 14px;
	position: absolute;
	top: 11px;
	left: 0;
	background: url(../images/common/event_pin01.png) no-repeat 9px 0,
							url(../images/common/event_pin01.png) no-repeat right 9px top 0;
							background-size: 13px auto;
}
.event:nth-child(4n-2) .event__inner::after {
	background-image: url(../images/common/event_pin02.png),url(../images/common/event_pin02.png);
}
.event:nth-child(4n-1) .event__inner::after {
	background-image: url(../images/common/event_pin03.png),url(../images/common/event_pin03.png);
}
.event:nth-child(4n) .event__inner::after {
	background-image: url(../images/common/event_pin04.png),url(../images/common/event_pin04.png);
}
.event .event-disable {
	position: absolute;
	bottom: 0;
	left: -1px;
	width: calc(100% + 2px);
	height: 37%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.event .date img {
	width: auto;
	height: 50px;
}
.event .week {
	display: inline-block;
	margin: 10px 0 13px;
	border: 2px solid #ff5b93;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #ff5b93;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 2px 12px;
	border-radius: 30px;
}
.event .week.sat {
	border-color: #7fc5fa;
	color: #7fc5fa;
}
.event .week::before {
	content: '';
	display: inline-block;
	width: 0.1em;
}
.event .lecture {
	width: 185px;
	margin: 4px auto 15px;
	padding: 6px 0 2px;
	font-size: 12px;
	font-weight: bold;
}
.event .closing {
	font-weight: bold;
}
.event .closing span {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	margin-right: 1em;
}
.event .btn-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 14px;
}
.event .btn {
	display: table-cell;
}
.event .btn a {
	display: block;
	text-decoration: none;
	border-top: 2px solid;
	color: inherit;
	padding: 9px 0 7px;
	transition: .3s;
}
.event .btn a:hover {
	opacity: .6;
}
.event .btn:nth-child(2) a {
	color: #fff;
}
.event .btn span {
	padding-left: 15px;
	background: url(../images/common/ico_arw_w.png) no-repeat 0 50%;
	background-size: auto 11px;
}

.event .apply {
	padding: 0 20px 10px;
}
.event .apply__btn {
	margin-bottom: 10px;
}
.event .apply__btn span {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #9d9d9d;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}


/* event--exp */
.event--exp .event__ttl .label {
	background: #7fc5fa;
}
.event--exp .event__ttl .label::before,
.event--exp .event__ttl .label::after {
	background-image: url(../images/common/ribbon_blue.png);
}
.event--exp .event__inner::before {
	border-color: #7fc5fa;
}
.event--exp .event__inner::after {
	content: none;
}
.event.event--exp .closing span {
	color: #7fc5fa;
}
.event.event--exp .btn a {
	border-color: #7fc5fa
}
.event.event--exp .btn:nth-child(2) a {
	background: #7fc5fa;
}
.event.event--exp .btn:nth-child(1) span {
	background-image: url(../images/common/ico_arw_b.png);
}
.event.event--exp .event__inner .event-disable {
	background: rgba(127, 197, 250, .88);
}

/* event--pretest */
.event--pretest .event__ttl .label {
	background: #ff9cc0;
}
.event--pretest .event__ttl .label::before,
.event--pretest .event__ttl .label::after {
	background-image: url(../images/common/ribbon_pink.png);
}
.event--pretest .event__inner::before {
	border-color: #ff9cc0;
}
.event--pretest .event__inner::after {
	content: none;
}
.event.event--pretest .closing span {
	color: #ff9cc0;
}
.event.event--pretest .btn a {
	border-color: #ff9cc0
}
.event.event--pretest .btn:nth-child(2) a {
	background: #ff9cc0;
}
.event.event--pretest .btn:nth-child(1) span {
	background-image: url(../images/common/ico_arw_p.png);
}
.event.event--pretest .event__inner .event-disable {
	background: rgba(255, 156, 192, .88);
}

@media all and (max-width: 767px){
	.event-list {
		flex-wrap: wrap;
		margin: 0 -7.5px -35px;
	}
	.event {
		width: 50%;
		padding: 0 7.5px 35px;
	}
	.event__num {
		width: 47px;
		height: 47px;
		top: -15px;
		padding-top: 13px;
		font-size: 10px;
	}
	.event__num span {
		font-size: 13px;
	}

	.event__ttl .label {
		padding: 8px;
		font-size: 11px;
		min-width: inherit;
	}
	.event__ttl .label::before,
	.event__ttl .label::after {
		width: 15px;
		height: 30px;
	}
	.event__ttl .label::before {
		left: -8px;
	}
	.event__ttl .label::after {
		right: -8px;
	}
	.event__ttl .label .amp {
		font-size: 8px;
	}

	.event__inner {
		padding: 42px 0 39px;
		background-size: 4px;
	}
	.event__inner::after {
		background-size: 8px auto,8px auto;
	}
	.event .date img {
		width: auto;
		height: 36px;
	}
	.event .week {
		margin: 8px 0 10px;
		font-size: 10px;
		border-width: 1px
	}
	.event .closing {
		font-size: 11px;
	}
	.event .closing span {
		font-size: 11px;
	}
	.event .btn-wrap {
		margin-top: 10px;
	}
	.event .btn a {
		border-width: 1px;
		padding: 6px 0;
		font-size: 9px;
	}
	.event .btn span {
		padding-left: 10px;
		background-size: auto 7px;
	}
	.event .lecture {
		display: inline-block;
		width: auto;
		font-size: 9px;
		padding: 2px 10px;
		margin-bottom: 10px;
	}

	.event .apply {
		padding: 0 10px 5px;
	}
	.event .apply__btn {
		margin-bottom: 5px;
	}
	.event .apply__btn span {
		padding: 5px;
		font-size: 11px;
	}
	.event .apply__btn > span br {
		display: none;
	}

	.event .event-disable img {
		width: auto;
		height: 30px;
	}
}

@media all and (max-width: 370px){
	.event .apply__btn > span br {
		display: block;
	}
}

/*----------------------------------------------------------------------
	.sec
----------------------------------------------------------------------*/
.sec {
	padding: 60px 0 60px;
}
.sec + .sec:not(.sec-apply) {
	padding-top: 0;
}
.sec__hdg {
	text-align: center;
	margin-bottom: 38px;
}

@media all and (max-width: 767px){
	.sec {
		padding: 38px 0;
	}
	.sec__hdg {
		margin-bottom: 25px;
	}
	.sec__hdg img {
		width: auto;
		height: auto;
		max-height: 44px;
	}
}

/*----------------------------------------------------------------------
	.sec-schedule
----------------------------------------------------------------------*/
.sec-schedule {
	position: relative;
}
.sec-schedule .note-box {
	display: table;
	width: 100%;
	border: 2px solid;
	box-sizing: border-box;
}
.sec-schedule .note-box dt,
.sec-schedule .note-box dd {
	display: table-cell;
	vertical-align: middle;
	table-layout: fixed;
	background: #fff;
}
.sec-schedule .note-box dt {
	width: 150px;
	text-align: center;
	line-height: 1;
}
.sec-schedule .note-box dd {
	padding: 10px 30px;
}
.sec-schedule .event-list {
	margin-top: 54px;
}

@media all and (max-width: 767px){
	.sec-schedule::before {
		background: no-repeat 50% 50%;
	}
	.sec-schedule .note-box,
	.sec-schedule .note-box dt,
	.sec-schedule .note-box dd {
		display: block;
	}
	.sec-schedule .note-box dt {
		width: 100%;
		padding: 10px 0 13px;
	}
	.sec-schedule .note-box dt img {
		width: 90px;
	}
	.sec-schedule .note-box dd {
		text-align: center;
		padding: 10px 0;
	}
	.sec-schedule .event-list {
		margin-top: 35px;
	}
}


/*----------------------------------------------------------------------
	.space
----------------------------------------------------------------------*/
.space-img {
	height: 224px;
	background: repeat-x 50% 50%;
}

@media all and (max-width: 767px){
	.space-img {
		height: auto;
		padding-bottom: 63.46%;
		background-size: cover;
	}
}

/*----------------------------------------------------------------------
	.sec-program
----------------------------------------------------------------------*/
.sec-program .program-list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -40px;
}
.sec-program .program {
	width: 33.3%;
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 0 10px 40px;
}
.sec-program .program__img {
	border: 3px solid;
	position: relative;
}
.sec-program .program:not(:last-child) .program__img::before {
	content: '';
	display: block;
	width: 45px;
	height: 45px;
	background: no-repeat 50% 50%;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -35px;
	z-index: 1;
	margin: auto;
}
.sec-program .program:nth-child(3n) .program__img::before {
	right: -25px;
}
.sec-program .program__img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.sec-program .program__info {
	margin-top: 16px;
}
.sec-program .program__info .ttl {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
.sec-program .program__info .time {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	margin-left: 1em;
}
.sec-program .program__info .txt {
	line-height: 1.5;
}

@media all and (max-width: 767px){
	.sec-program .program-list {
		flex-wrap: wrap;
		margin: 0 -7.5px -25px;
	}
	.sec-program .program {
		width: 50%;
		padding: 0 7.5px 25px;
	}
	.sec-program .program__img {
		border-width: 2px;
	}
	.sec-program .program:not(:last-child) .program__img::before {
		width: 27px;
		height: 27px;
		right: -22px;
	}
	.sec-program .program:nth-child(2n) .program__img::before {
		right: -15px;
	}
	.sec-program .program__info {
		margin-top: 13px;
	}
	.sec-program .program__info .ttl {
		font-size: 13px;
	}
	.sec-program .program__info .time {
		font-size: 10px;
		margin-bottom: 5px;
	}
	.sec-program .program__info .txt {
		font-size: 12px;
	}
}

/*----------------------------------------------------------------------
	.lecture-box
----------------------------------------------------------------------*/
.lecture-box {
	padding-top: 32px;
	padding-bottom: 32px;
}
.lecture-box__inner {
	background: url(../images/common/frame_bg.png) repeat-y 50% 0;
	background-size: 100% auto;
	padding: 32px 70px 36px;
	position: relative;
}
.lecture-box__inner::before,
.lecture-box__inner::after {
	content: '';
	display: block;
	width: 100%;
	height: 32px;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.lecture-box__inner::before {
	top: -32px;
	background-image: url(../images/common/frame_top.png);
	background-position: 50% 100%;
}
.lecture-box__inner::after {
	bottom: -32px;
	background-image: url(../images/common/frame_bottom.png);
	background-position: 50% 0;
}
.lecture-box__hdg {
	width: 404px;
	border: 2px solid;
	margin: 0 auto 35px;
	text-align: center;
	line-height: 1;
	padding: 12px 0 10px;
}
.lecture-box .img {
	float: left;
	margin-right: 35px;
}
.lecture-box .txt {
	line-height: 2;
	margin-top: -5px;
	width: 420px;
	float: right;
}
.lecture-box .note {
	display: block;
	margin-top: 2em;
	font-size: 12px;
}

@media all and (max-width: 767px){
	.lecture-box {
		max-width: 335px;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.lecture-box__inner {
		background-image: url(../images/common/frame_bg_sp.png);
		padding: 22px 30px 20px;
	}
	.lecture-box__inner::before,
	.lecture-box__inner::after {
		height: 22px;
	}
	.lecture-box__inner::before {
		top: -22px;
		background-image: url(../images/common/frame_top_sp.png);
	}
	.lecture-box__inner::after {
		bottom: -22px;
		background-image: url(../images/common/frame_bottom_sp.png);
	}
	.lecture-box__hdg {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.lecture-box__hdg img {
		width: auto;
		height: 16px;
	}
	.lecture-box .img {
		float: none;
		margin: 0 0 18px;
	}
	.lecture-box .img img {
		width: 100%;
	}
	.lecture-box .txt {
		float: none;
		width: auto;
	}
	.lecture-box .note {
		font-size: 10px;
	}
}

/*----------------------------------------------------------------------
	.sec-access
----------------------------------------------------------------------*/
.sec-access__inner {
	overflow: hidden;
}
.sec-access .map {
	float: left;
}
.sec-access .txt-wrap {
	position: relative;
	width: 458px;
	height: 376px;
	float: right;
}
.sec-access .txt {
	margin-top: 23px;
}
.sec-access .btn {
	position: absolute;
	bottom: 0;
	left: 0;
}
.sec-access .btn a {
	display: block;
	text-decoration: none;
	width: 330px;
	background: #da2361 url(../../shared/images/ico_arw01.png) no-repeat 22px 50%;
	background-size: auto 11px;
	border-radius: 3px;
	padding: 11px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	transition: .3s;
}
.sec-access .btn a:hover {
	opacity: .7;
}
.sec-access .destination {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
.sec-access .destination .arw {
	vertical-align: baseline;
	margin: 0 10px;
}

@media all and (max-width: 767px){
	.sec-access .map {
		float: none;
	}
	.sec-access .map img {
		width: 100%;
	}
	.sec-access .txt-wrap {
		width: auto;
		height: auto;
		float: none;
		margin-top: 17px;
	}
	.sec-access .txt {
		margin-top: 0;
	}
	.sec-access .schedule-tbl {
		font-size: 12px;
	}
	.sec-access .schedule-tbl tr {
		border-width: 1px;
	}
	.sec-access .schedule-tbl th {
		width: 100px;
		padding-left: 10px;
	}
	.sec-access .btn {
		position: static;
		margin-top: 25px;
	}
	.sec-access .btn a {
		width: auto;
		font-size: 13px;
		background-position: 19px 50%;
		background-size: auto 9px;
	}
	.sec-access .destination {
		margin-top: 15px;
		font-size: 12px;
	}
	.sec-access .destination .arw {
		width: 12px;
		height: auto;
		margin: 0 8px;
	}
}

@media all and (max-width: 370px){
	.sec-access .schedule-tbl {
		font-size: 11px;
	}
	.sec-access .schedule-tbl th {
		width: 85px;
	}
}


/*----------------------------------------------------------------------
	.sec-apply
----------------------------------------------------------------------*/
.sec-apply {
	padding: 6px;
	background: url(../../shared/images/bg_stripe04.png);
}
.sec-apply__inner {
	background: #fbf6da;
	padding: 70px 0 60px;
}
.sec-apply__hdg {
	position: relative;
	width: 477px;
	margin: 0 auto 60px;
	padding: 12px 0 10px;
	border: 2px solid;
	background: #fff;
	text-align: center;
	line-height: 1;
}
.sec-apply__hdg .present {
	position: absolute;
	top: -45px;
	right: -93px;
}

@media all and (max-width: 767px){
	.sec-apply {
		padding: 3px;
		background-size: 3px;
	}
	.sec-apply__inner {
		padding: 40px 0;
		overflow: hidden;
	}
	.sec-apply__hdg {
		width: 225px;
		margin-bottom: 40px;
	}
	.sec-apply__hdg img {
		width: 142px;
	}
	.sec-apply__hdg .present {
		top: -16px;
	  right: -50px;
	}
	.sec-apply__hdg .present img {
		width: 89px;
	}
}

.ocdate{
	font-size: 62px; font-family: 'Times New Roman', Times, 'serif'; line-height: 90%;
}

@media all and (max-width: 767px){
.ocdate{
	font-size: 43px; font-family: 'Times New Roman', Times, 'serif'; line-height: 90%;
}
	
}