@charset "UTF-8";
.group {
	clear: both;
	border: solid 5px #d5eeff;
	border-radius: 10px;
	margin: 20px 0 0;
	padding: 20px;
}
.group:first-child {
	margin-top: 0;
}
.group h1 {
	color: #007aec;
	border-bottom: solid 2px #007aec;
	font-size: 157%;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.group p {
	font-size: 16px;
}
#second #footer_grp {
	margin-top: 80px;
}
/* 
---------------------------------------
index.html
---------------------------------------
*/
.concept {
	background: url(../../img/artsquareshinomiya/bg_stripe01.png) repeat;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border: none !important;
	border-radius: 15px;
	margin: 50px 0 0;
	padding: 80px 20px 20px 20px;
	position: relative;
}
.concept h1 {
	color: #FFF;
	font-size: 2.142rem;
	font-weight: 300;
	width: 400px;
	height: 80px;
	background: url(../../img/artsquareshinomiya/concept_bg.png) no-repeat;
	background-position: top center;
	border-bottom: none !important;
	text-align: center;
	padding: 5px 0 0;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.box {
	background: #FFF;
}
.box h2 {
	color: #007aec;
	font-size: 20px;
	border-bottom: solid 1px #007aec;
	text-align: center;
	margin: 0 0 20px;
	padding: 0 0 5px;
}
.box.top h2,
.box.btm h2 {
	text-align: left;
}
.box.fl {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.box.top {
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-ms-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
.box.top .img {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.box.top .img img {
	-moz-border-radius: 0 15px 0 0;
	-webkit-border-radius: 0 15px 0 0;
	-ms-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
}
.box.top .contxt {
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}
.box.btm {
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-ms-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}
.box.movie {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	margin: 20px 0 0;
	padding: 35px;
}
.mov {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.mov iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.box.btm .img img {
	-moz-border-radius: 0 0 0 15px;
	-webkit-border-radius: 0 0 0 15px;
	-ms-border-radius: 0 0 0 15px;
	border-radius: 0 0 0 15px;
}
.box .img,
.box .contxt {
	width: 50%;
	box-sizing: border-box;
}
.box .img img {
	width: auto;
	height: 100%;
	vertical-align: bottom;
}
.box .contxt {
	padding: 35px 25px;
}

.group ul {
	background: #e0f2ff;
	display: -webkit-flex;
	display: flex;
	margin: 20px 0 0;
	padding: 20px 0;
}
.group li {
	width: 33.333%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 20px 20px 20px;
}
.group li:nth-child(2) {
	border-right: dashed 1px #007aec;
	border-left: dashed 1px #007aec;
}
.group li h2 {
	color: #fff;
	font-size: 18px;
	background: #007aec;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
}
.group li figure {
	margin: 0 0 20px;
}
.group table {
	width: 100%;
	border-collapse: separate;
	margin: 0 0 20px;
}
.group th,
.group td {
	padding: 15px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
}
.group th {
	background: #d9ecff;
	color: #007aec;
	font-weight: 600;
	width: 135px !important;
}
.group tr:nth-child(odd) td {
	background: #eee;
}
.group #map iframe {
	width: 100%;
	height: 400px;
}
.btn_list {
	font-size: 16px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 40px 0 0;
}
.btn_list li {
	width: 48%;
	margin: 0 0 20px;
}
.btn_list li.btn {
	height: auto !important;
}
.btn_list li a {
	padding: 15px 0;
}
.btn_list .line a {
	border: solid 2px #03ba03;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 3px 0px 0px #03ba03;
	-webkit-box-shadow: 0px 3px 0px 0px #03ba03;
	box-shadow: 0px 3px 0px 0px #03ba03;
	color: #03ba03;
}
.btn_list .line a:hover {
	background: #e5f8e5;
	box-shadow: none;
}
.btn_list .line a:before {
	border-top: solid 2px #03ba03;
	border-right: solid 2px #03ba03;
}
@media screen and (max-width: 1080px) {
	.box.fl {
		display: block;
	}
	.box.top .img img {
		-moz-border-radius: 15px 15px 0 0;
		-webkit-border-radius: 15px 15px 0 0;
		-ms-border-radius: 15px 15px 0 0;
		border-radius: 15px 15px 0 0;
	}
	.box.btm .img img {
		border-radius: 0;
	}
	.box .img,
	.box .contxt {
		width: 100%;
	}
	.box .img img {
		width: 100%;
		height: auto;
	}
	.btn_list {
		display: block;
	}
	.btn_list li {
		width: 100%;
	}
}


@media (max-width: 768px) {
	.concept {
		padding: 60px 10px 10px 10px;
	}
	.box h2 {
		text-align: left;
	}
	.box .contxt {
		padding: 20px;
	}
	.box.movie {
		padding: 20px;
	}
	.group ul {
		display: block;
	}
	.group li {
		width: 100%;
		border-bottom: dashed 1px #007aec;
		padding: 0 20px 40px 20px;
	}
	.group li:nth-child(2) {
		border-right: none;
		border-left: none;
	}
	.group li:last-child {
		border-bottom: none;
	}
	.group li h2 {
			margin: 40px 0 20px;
	}
	.group li:first-child h2 {
			margin: 20px 0 20px;
	}
	.group th,
	.group td{
		width: 100% !important;
		display: block;
		box-sizing: border-box;
		border: none;
		border-bottom: solid 1px #fff;
	}
	.group td{
		margin-bottom: 10px;
		background: #eee;
	}
}


@media (max-width: 480px) {
	.concept h1 {
		font-size: 20px;
		width: 315px;
		height: 63px;
		background-size: contain;
	}
}
