@charset "UTF-8";
/* support CSS Document */
/* reset */
#info_closed a {
    color: #000;
}
#info_closed li {
	list-style: none;
}
/* container */
main#info_closed {
	padding-top: 112px;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	main#info_closed {
		padding-top: 56px;
		margin-bottom: 70px;
	}
}
/* mv, top_text */
.closed_mv {
	width: auto;
	height: 60vh;
	min-height: 350px;
	max-height: 600px;
	background: url( "../../../img/info_closed/mv.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 5% 0 0 16%;
}
.top_text {
	text-align: center;
	width: 520px;
}
.top_text h2 {
	color: #fff;
	text-shadow: rgba(0,0,0,0.7) 0px 0 6px;
	font-size: 2.2rem;
	font-weight: normal;
	letter-spacing: 0.15em;
	margin-bottom: 0.2em;
}
.top_text p {
	padding:1rem 1rem;
	background: rgba(255,255,255,0.6);
}
@media screen and (max-width: 767px) {
	.closed_mv {
		min-height: inherit;
		max-height: inherit;
		height: 280px;
		background: url( "../../../img/info_closed/mv_sp.jpg") no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 11% 5% 0;
		margin-bottom: 1rem;
	}
	.top_text {
		width: auto;
	}
	.top_text h2 {
		font-size: 2rem;
	}
	.top_text p {
		line-height: 1.5;
	}
}
/*///////////////////////////////////////////////////////////////////               
///////////////////////////////////////////////////////////////////*/
/* @group HTML */

html {
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
font-size : 90%; /*レスポンシブタイプセッティングの指定*/
line-height : 1.5;}


h2 {
    color: #05080F;
    font-size : 1.5em; /* 36px */
    line-height : 1.3333; /* 48px */
} 

/* @group Header */

#contents {
	background:rgba(255,255,255,0.8);
	margin: 0.5rem auto;
    /*padding:0.5rem;*/
	width: 90%;
	border-radius: 10px 10px;
}

#contents dl{
	margin-top:0.5rem;
}

#contents dl ul li {
	padding:0.1rem 0;
	border-bottom:1px dotted #ccc;
}

.cap {
	font-weight:bold;
	padding:0.5em 0.5em;
	color:#fff ;
	background-color: #175802;
	vertical-align: middle;
	margin-top: 0.8rem;
	border-radius: 10px 10px;
	}

#contents dl dt{
	font-weight: bold;
}

#contents dl dt,
#contents dl dd {
	margin: 0.5rem;
}
/* @end */


/*768px*/
@media screen and (min-width : 768px){

html{ font-size : 87.5%;} /*レスポンシブタイプセッティングの指定*/
	
#contents {
	background:rgba(255,255,255,0.7);
}
	
	
.nitei {
	display: flex;
	justify-content: center;
  	flex-wrap: wrap;
	align-items: flex-end;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

.nitei li.g {
	padding: 5px;
    flex-basis: 48%;
    margin: 10px 0 5px;
    text-align: left;
    background-color: #F0ECEC;
}
	
.nitei li.g1 {
	padding: 5px;
    margin: 10px 0 5px;
    text-align: left;
    background-color: #F0ECEC;
}
	
.nitei li.c {
	padding: 5px;
    flex-basis: 48%;
    margin: 10px 0 5px;
    text-align: left;
}
	
.icon-d {
	background-position: left 60px top 2px,center;  
	}	
	
}

/*1024px*/
@media screen and (min-width : 1024px) {

/*===============
base
=================*/

html{ font-size : 100%;} /*レスポンシブタイプセッティングの指定*/
	
#contents {
	margin:2rem auto;
	width: 1024px;

}

/* @end */

}