@charset "UTF-8";
/* CSS Document */


/* =========================================================
　施設予約
	background: rgba(0,0,0,0.20);
		background: rgba(0,0,0,0.20);
========================================================= */


/* あああああ
--------------------------------------------------------- */
@media screen and (min-width:1200px) , print {
}
@media screen and (max-width:1199px) {
}


.yoyaku h3 {
	margin-top: 2em;
}
.yoyaku h3.system {
	margin-top: 0;
}
.yoyaku_shisetu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.yoyaku_shisetu li {
 	width: 33%;
	margin: 0 0.33% 0.33% 0;
}
.yoyaku_shisetu li a {
	display: block;
	padding: .8em 0;
	background: #ECF0F6;
}
@media screen and (max-width:1199px) {
	.yoyaku_shisetu li {
		width: 99%;
		margin: 0 0.33% 0.33% 0;
	}
	.yoyaku_shisetu li a {
		padding: .4em 0;
	}
}


.yoyaku iframe {
	width: 100%;
	max-width: 1200px;
	height: 500px;
	border: none;
}

/*一関市公共施設予約システム
----------------------------------*/
.site_img img{
	max-width: 45%;
}
.site_img{
	display: flex;
	justify-content: space-around;
}
.site_qr div{
	text-align: center;
}
.site_qr img{
	max-width: 60%;
}
@media screen and (min-width:1200px) , print {
	.site{
		display: flex;
		justify-content: space-around;
		max-width: 900px;
		margin: 0 auto;
	}
	.site p{
		text-align: center;
	}
	.site_img{
		width: 50%;
	}
	.site_img img{
		padding-right: 1em;
	}
	.site_qr img{
		max-width: 80%;
}
}










































































