@charset "UTF-8";
/*見出し用*/


@import url('https://fonts.googleapis.com/css?family=Muli:200i,400,700,900');
/*font-family: 'Muli', sans-serif;*/


@import url('https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day');
/*font-family: 'Dawning of a New Day', cursive;*/

@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,800');
/*font-family: 'EB Garamond', serif;*/




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

当CSSには、リセット要素 及び webサイト全体を通して 既存クラスに追記して使用する要素（floatクリア・margin width などの数値要素・displayの有無・文字詰め設定など）を記述しています。
初期設定後は基本的に追記不可です。

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



/* reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 62.5%;
	width:100%;
	height:100%;
	font-family: sans-serif;
}

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #000;
	line-height: 1.5;
	vertical-align: baseline;
	letter-spacing: 0.1em;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: transparent;
	font-size: 16px;
	height:100%;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, textarea {
display: block;
}

ul { list-style: none; list-style-position:outside; margin:0; padding:0;  }
ul li { margin:0; padding:0; list-style: none;}
ol { list-style: decimal; list-style-position:inside; }
ol li { margin-bottom:5px;}
li img {
	vertical-align: bottom;
}
div img {
	vertical-align: bottom;
}

caption,th { text-align: left; }
q:before,q:after { content: ''; }
a img,:link img,:visited img {border: none;}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

strong{
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
input, select {
	vertical-align:middle;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ins {
	background-color:#dfdfdf;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#dfdfdf;
	color:#000;
	font-style:italic;
	font-weight: bold;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #dfdfdf;
	margin:1em 0;
	padding:0;

}
/*input[type="button"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
	border:none;
	background: #000;
	color:#fff;
	font-size: 14px;
	padding: 10px ;
}*/
/* placeholder */

input::-webkit-input-placeholder {
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
}
input:-moz-placeholder {
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
}

img{
	margin:0;
	padding:0;
}

a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
cursor: pointer;
outline: none;
text-decoration: none;
}
a:link { text-decoration:none; color:#363636;}
a:visited { text-decoration: underline; color:#363636;}
a:active, a:focus{opacity:0.7; outline:none;}
a:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity:0.7;
 }

/*________________ ■全体設定 ________________*/



body{
	width: 100%;
	height:100%;
	background: #fff;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■共通設定

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.serif{
	font-family: 'Hiragino Mincho ProN', 'Yu Mincho', Georgia, serif;
}



/* 1字下げ________________*/
.in_atd {
	padding-left: 1em;
	text-indent: -1em;
}


/* color________________*/
.attention_red{
	color: #A30008;
}



/* clear________________*/
.clear{
	clear:both;
}
/*clearfix_2016*/
/* div:after,
ul:after,
dl:after {
	content: "";
	display: block;
	clear: both;
} */


/*非表示*/
.hide-content{
	display: none;
}



.lock {
	overflow:hidden;
}
.modal-content {
	position:relative;
	display:none;
	width:50%;
	margin:30px;
	padding:10px 20px;
/*    border:2px solid #aaa;
	background:#fff;*/
}
.modal-content p {
	margin:0;
	padding:0;
}
.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
.modal-wrap {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}
.modal-open {
	color:#00f;
	text-decoration:underline;
}
.modal-open:hover {
	cursor:pointer;
	color:#f00;
}
.modal-close {
	color:#00f;
	text-decoration:underline;
}
.modal-close:hover {
	cursor:pointer;
	color:#f00;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

レスポンシブ 表示切り替え用 汎用設定

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* responsive*/
.mb-object{display:none!important;}
.pc-object{display: block!important;}
.pc-object_fl{display: flex!important;}
@media screen and (max-width: 768px ) {
.mb-object{display: block!important;}
.pc-object{display:none!important;}
.pc-object_fl{display:none!important;}
/* responsive*/
}

.no-event {
	pointer-events: none;
}
@media screen and (min-width: 321px) and (max-width: 768px)  {
	/* 320px - 767px用（タブレット／スマートフォン用）の記述 */
img{
	margin: 0;
	padding: 0;
	width: 100%;
}
h1.main-school-logo img{
	margin: 0;
	padding: 0;
	width: 90%;
}
img.hs-mainvisual-logo{
margin: 0;
	padding: 0;
	width: 80%;
}
}


@media screen and (max-width: 321px ) {
h1.main-school-logo img{
	margin: 0;
	padding: 0;
	width: 70%;
}
}
