@charset "UTF-8";

/* ===================================
	File Name   : report.css
	Description : Report Page Layout CSS
	Editor      : Bface Saeki
	Last Editor : Bface Yokono
	
	Update Description :
  [2019/04/12] #quick　追加
	[2017/10/02] tfからコピーし、駅と空港用に色変更
	[2017/07/03] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Share Elements
	2. Section [scale] Setting
	3. Section [search] Setting
	4. Section [visitors] Setting
	5. Section [analysis] Setting
	6. Section [scene] Setting
	7. Section [quick] Setting
	*. Clear Fix
	
====================================== */



/*===== ■1. Share Elements =====*/
article h2 span br { display: none;}

section a.box {
	width: 80%;
	margin: 0 auto;
}


@media screen and (max-width:640px) {
	article h2 span br { display: block;}
	
	section a.box { width: 90%;}
}



/*===== ■2. Section [scale] Setting =====*/
#scale h2 { margin-bottom: 0;}

#scale dl {
	display: flex;
	position: relative;
	border-bottom: 1px solid #999;
}

#scale dl:before,
#scale dl:after {
	position: absolute;
	bottom: 0;
	width: 5px;
	height: 20px;
	background: #999;
	content: '';
}
#scale dl:before { left: 0;}
#scale dl:after { right: 0;}

#scale dt {
	display: flex;
	align-items: center;
	position: relative;
	width: 160px;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 1.6rem;
}

#scale dt:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 20px;
	background: #999;
	content: '';
}

#scale dd { padding: 20px;}

#scale dd li {
	position: relative;
	margin-bottom: 3px;
	padding-left: 12px;
}

#scale dd li:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #999;
	transform: translateY(-50%);
	content: '';
}


@media screen and (max-width:640px) {
	#scale h2 { margin-bottom: 15px;}
	
	#scale dl {
		flex-direction: column;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #999;
	}
	#scale dl:last-of-type {
		margin: 0;
		padding: 0;
		border: none;
	}

	#scale dl:before,
	#scale dl:after { display: none;}

	#scale dt {
		display: block;
		width: auto;
		margin-bottom: 5px;
		padding: 5px;
		border-left: 5px solid #999;
		font-size: 1.4rem;
		line-height: 1;
	}

	#scale dt:after { display: none;}

	#scale dd {
		margin: 0 10px;
		padding: 0;
	}

	#scale dd li {
		position: relative;
		margin: 5px 0 0;
		padding-left: 10px;
		line-height: 1.4;
	}

	#scale dd li:before {
		position: absolute;
		left: 0;
		top: 7px;
		width: 5px;
		height: 5px;
		border-radius: 100%;
		background: #999;
		transform: translateY(0);
		content: '';
	}
}



/*===== ■3. Section [search] Setting =====*/
#search h2 { margin-bottom: 25px;}

#search p { margin-bottom: 30px;}

@media screen and (max-width:640px) {
	#search h2 { margin-bottom: 15px;}
}

/*===== ■4. Section [visitors] Setting =====*/
#visitors dl {
	display: flex;
	margin-bottom: 10px;
}

#visitors dt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 180px;
	padding: 10px;
	border-radius: 5px 0 0 5px;
	background: #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
}
#visitors dt:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: -32px;
	border: 16px solid transparent;
	border-left: 16px solid #ddd;
	transform: translateY(-50%);
	content: '';
}

#visitors dd {
	width: calc(100% - 200px);
	border-radius: 0 5px 5px 0;
	background: #f1f1f1;
}

#visitors dd table {
	width: 100%;
	text-align: center;
	table-layout: fixed;
}

#visitors dd th {
	padding: 12px 10px;
	border-right: 1px dotted #999;
	background: #ebebeb;
	vertical-align: middle;
}
#visitors dd th:last-child {
	border-radius: 0 6px 0 0;
	border: none;
}

#visitors dd td {
	padding: 12px 10px;
	border-right: 1px dotted #999;
	font-weight: bold;
	vertical-align: middle;
}
#visitors dd td:last-child { border: none;}

#visitors dd td br { display: none;}

#visitors dd td b { display: block;}

#visitors dl:nth-of-type(2) dt { background: #391270;}
#visitors dl:nth-of-type(2) dt:after { border-left: 16px solid #391270;}
#visitors dl:nth-of-type(2) dd { background: #e2e2ec;}
#visitors dl:nth-of-type(2) dd th { background: #c5c6da;}

#visitors dl:nth-of-type(3) dt { background: #008585;}
#visitors dl:nth-of-type(3) dt:after { border-left: 16px solid #008585;}
#visitors dl:nth-of-type(3) dd { background: #dff3f1;}
#visitors dl:nth-of-type(3) dd th { background: #bfe0e0;}

#visitors dl:nth-of-type(1) dt { background: #391270;}
#visitors dl:nth-of-type(1) dt:after { border-left: 16px solid #391270;}
#visitors dl:nth-of-type(1) dd { background: #e6e1ed;}
#visitors dl:nth-of-type(1) dd th { background: #cdc4db;}

#visitors dl:nth-of-type(4) dt { background: #aa0000;}
#visitors dl:nth-of-type(4) dt:after { border-left: 16px solid #aa0000;}
#visitors dl:nth-of-type(4) dd { background: #f6e5e5;}
#visitors dl:nth-of-type(4) dd th { background: #e5b2b2;}

#visitors .inner > ul { margin: 0 10px;}

#visitors .inner > ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.3rem;
}


@media screen and (max-width:640px) {
	#visitors dl {
		flex-direction: column;
		margin-bottom: 10px;
	}

	#visitors dt {
		width: auto;
		padding: 7px 10px;
		box-sizing: border-box;
		border-radius: 5px 5px 0 0;
		font-size: 1.3rem;
	}
	#visitors dt:after {
		position: absolute;
		top: inherit;
		right: inherit;
		left: 50%;
		bottom: 0;
		margin-bottom: -20px;
		transform: translateX(-50%);
		content: '';
	}

	#visitors dd {
		width: 100%;
		border-radius: 0 0 5px 5px;
	}

	#visitors dd th {
		padding: 8px 3px;
		line-height: 1.2;
	}
	#visitors dd th:last-child { border-radius: 0;}

	#visitors dd td {
		padding: 8px 3px;
		font-size: 1.2rem;
		word-break: break-all;
	}
	
	#visitors dd td br { display: block;}
	
	#visitors dl:nth-of-type(2) dt:after {border: 10px solid transparent; border-top: 10px solid #391270;}
	#visitors dl:nth-of-type(3) dt:after {border: 10px solid transparent; border-top: 10px solid #008585;}
	#visitors dl:nth-of-type(1) dt:after {border: 10px solid transparent; border-top: 10px solid #391270;}
	#visitors dl:nth-of-type(4) dt:after {border: 10px solid transparent; border-top: 10px solid #aa0000;}
	
	#visitors .inner > ul { margin: 0;}
	
	#visitors .inner > ul li {
		font-size: 1.2rem;
	}
}



/*===== ■5. Section [analysis] Setting =====*/
#analysis .inner > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#analysis .inner > div + h3 {
	margin-top: 20px;
}

#analysis .inner dl {
	width: 48.5%;
	margin-bottom: 20px;
}

#analysis .inner dt {
	margin-bottom: 5px;
	padding: 10px 0;
	background: #cdc4db;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
}

#analysis .inner dd { text-align: center;}

#analysis p {
	margin: 0 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.3rem;
}

#analysis h3 + p {
	margin: 10px 0 20px;
	padding-left: 0;
	text-indent: 0;
	font-weight: normal;
	font-size: 1.3rem;
}


@media screen and (max-width:640px) {
	#analysis .inner {
		flex-direction: column;
	}
	#analysis .inner dl {
		width: 100%;
		margin: 0 auto 10px;
	}
	
	#analysis .inner dt {
		padding: 7px 0;
		font-size: 1.4rem;
	}
	
	#analysis .inner div:last-child dl:last-child dd img {
		width: 100%;
	}
	
	#analysis p {
		margin: 0;
		font-size: 1.2rem;
	}
}



/*===== ■6. Section [scene] Setting =====*/
#scene p { margin-bottom: 20px;}

#scene ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#scene li {
	margin: 0 10px 20px 0;
	line-height: 0;
}

#scene li img{
	max-width: 270px;
}

#scene li:nth-child(3n) { margin: 0 0 20px;}


@media screen and (min-width: 641px) and (max-width: 1200px){
	#scene ul { justify-content: space-around;}
	#scene li,
	#scene li:nth-child(3n){ margin: 0 10px 20px;}
}

@media screen and (max-width:640px) {
	#scene li {
		width: calc(50% - 5px);
		margin: 0 0 10px;
	}
	#scene li:nth-child(3n) { margin: 0 0 10px;}
	
	#scene li img{
		max-width: 100%;
	}
}



/*===== ■7. Section [quick] Setting =====*/

#quick dl:nth-of-type(2) span b{
    display: block;
    margin: 10px 0 0;
}

#quick dl:nth-of-type(2) dt { background: #191d6a;}
#quick dl:nth-of-type(2) dt:after { border-left: 16px solid #191d6a;}
#quick dl:nth-of-type(2) dd { background: #e2e2ec;}
#quick dl:nth-of-type(2) dd th { background: #c5c6da;}

#quick dl:nth-of-type(3) dt { background: #008585;}
#quick dl:nth-of-type(3) dt:after { border-left: 16px solid #008585;}
#quick dl:nth-of-type(3) dd { background: #dff3f1;}
#quick dl:nth-of-type(3) dd th { background: #bfe0e0;}

#quick dl:nth-of-type(1) dt { background: #391270;}
#quick dl:nth-of-type(1) dt:after { border-left: 16px solid #391270;}
#quick dl:nth-of-type(1) dd { background: #e6e1ed;}
#quick dl:nth-of-type(1) dd th { background: #cdc4db;}

#quick dl:nth-of-type(4) dt { background: #858585;}
#quick dl:nth-of-type(4) dt:after { border-left: 16px solid #858585;}
#quick dl:nth-of-type(4) dd { background: #eaeaea;}
#quick dl:nth-of-type(4) dd th { background: #C6C6C6;}

@media screen and (max-width:640px){
    
	#quick dl:nth-of-type(2) dt:after {border: 10px solid transparent; border-top: 10px solid #191d6a;}
	#quick dl:nth-of-type(3) dt:after {border: 10px solid transparent; border-top: 10px solid #008585;}
	#quick dl:nth-of-type(1) dt:after {border: 10px solid transparent; border-top: 10px solid #391270;}
	#quick dl:nth-of-type(4) dt:after {border: 10px solid transparent; border-top: 10px solid #858585;}
}
