@charset "utf-8";
/* dev-yumepa.hi5.jp/congestion/ のインラインCSSを分離（内容は無編集） */
/* リセット */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style: none;
}
button,input,select,textarea {
	margin: 0;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
img,embed,iframe,object,audio,video {
	height: auto;
	max-width: 100%;
}
iframe {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
	text-align: left;
}

/* 基本設定 */
html, body {
	height: 100%;
}
body{
	font-size:14px;
	color:#444;
	line-height:1.5;
	letter-spacing:1px;
	margin: 0px;
}
a {
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	border:0px;
	background-color:transparent;
}


#content,
#content-inner{
/*	height:100vh;*/
}
#content{
	position:relative;
}
#btn-go-back{
	position:absolute;
	top:0;
	right:0px;
}
#btn-go-back a{
	display:block;
	background:#444;
	color:#FFF;
	padding:10px 15px;
	text-decoration:none;
}
#btn-go-back a:hover{
	background:#000;
}

#btn-go-old{
	position:absolute;
	top:0;
	left:0px;
}
#btn-go-old a{
	display:block;
	background:#444;
	color:#FFF;
	padding:10px 15px;
	text-decoration:none;
}
#btn-go-old a:hover{
	background:#000;
}

.title{
	line-height:1.4;
	text-align:center;
	padding-top:40px;
	margin-bottom: 20px;
}
.title h1{
	font-size:1.8em;
	font-family:serif;
	font-weight:bold;
}
.title span{
	font-size:0.85em;
	font-family:sans-serif;
	font-weight:normal;
}

.flex_box{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
/*	align-items: center;*/
}
#content-inner > .flex_box{
	padding:0 2%;
}

.facility{
	width:32.333%;
	min-height: 250px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #f2f2f2;
	padding: 20px 1%;
	margin:0 0.5% 10px;
	border-radius:10px;
}
.gender .facility{
	width:49%;
	padding: 20px 1%;
	margin:0 0.5% 10px;
}

.facility.closing{
	position:relative;
}
.facility-name{
	font-size:1.75em;
	font-family:serif;
	font-weight:bold;
	margin-bottom:5px;
}
/*
.closing-mark{
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
}
*/
.mark-info-wrap{
	width:90%;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}
.mark-info-wrap .open-info{
	font-size: 1.25em;
	font-weight: bold;
	font-family:serif;
}
.closing-mark img{
	max-width:170px;
}
.gender .closing-mark{
	top: 55%;
}
.facility .flex_box > div{
	width:50%;
}


.sex-type span{
/*	color:#FFF;
	background:#808080;
	padding:4px 10px;
	border-radius:3px;*/
}
.sex-type-male span{
	color:#0e78c4;
}
.sex-type-female span{
	color:#e63c7a;
}


.chart {
	position: relative;
}
.chart .count {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
/*	width: 152px;
	height: 152px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -78px;
	margin-top: -55px;*/
}
.chart em,
.chart span {
	font-family: Arial;
	font-weight: bold;
}
.chart .caption {
	position: absolute;
	bottom: 2px;
	right: -15px;
}
.chart em {
	display: block;
	font-size: 50px;
	font-style: normal;
	line-height: 1;
}




@media screen and (min-width:100px) and (max-width:600px){
	#btn-go-back {
	    width:25%;
	}
	.facility {
		width:49%;
	}

	.gender .facility{
		width:100%;
		padding: 20px 1%;
		margin:0 0 20px;
	}
	.gender .closing-mark,
	.closing-mark{
		position:static;
	}
	.closing-mark img{
		width:150px;
		padding-top:15%;
	}
	.gender .closing-mark img{
		width:50%;
	}
	.chart em {
		font-size: 40px;
	}
}
@media screen and (min-width:600px) and (max-width:960px){
	.facility{


	}
	.facility-name{
		margin-bottom:0px;
	}

	.gender .facility{
		width:100%;
		padding: 20px 1%;
		margin:0 0 20px;
	}
	.gender .closing-mark,
	.closing-mark{
		position:static;
	}
	.closing-mark img{
		padding-top:15%;
	}
	.gender .closing-mark img{
		width:50%;
	}

}
@media screen and (min-width:960px) and (max-width:1280px) {
	.facility{
		width:24%;
	}
	.gender .facility{

	}
}
@media screen and (min-width:1280px)  {
	.facility{
		width:24%;
		padding: 20px 3%;
	}
	.gender .facility{
		width:32.333%;
	}
}
@media screen and (min-width:1600px)  {
	.closing-mark img{
		width:200px;
		max-width: 200px;
	}
}
