@charset "utf-8";
/*========= modal window ===============*/

/*common: hide erea no show*/
.hide-area{
	display: none;
}

/*common: modal button color change*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*for confirmation modal: title color change*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*movie show modal: douga hyoji no modal:  yohakuwo henka shitai baai*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}

/*ika ha contents nai no layout*/
.info-list dl,
.gallery-list{
	display: flex;
}

.info-list dt{
	margin:0 10px 0 0;
}

.gallery-list li{
	margin:0 10px 0 0;
}



/*========= Layont ===============*/

h2{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 30px 0;
}

ul{
	list-style: none;
}

p,ul{
	margin-top:20px;	
}

a{
	color:#333;
}


section{
	padding:30px;
}


img{
	max-width: 100%;
	height: auto;
}
