@charset "utf-8";
/* CSS Document */
h2#submainvisual .submainvisual_in {
	background-image: url(../images/location/loc_ttl_bg.jpg);
}
h3 {
	margin-bottom: 30px;
}
#main_copy {
	margin-bottom: 20px;
}
#photo img, .photos img {
	width: 100%;
}
#photo span, .photos span {
	display: block;
	font-size: 10px;
	margin-top: 3px;
}
#photo {
	width: 100%;
}
/*
#photo li{
	float:left;
	width:23.5%;
	margin-left:2%;
	margin-bottom:10px;
}
#photo li:first-child,#photo li:nth-child(5){
	margin-left:0;
}
*/
#filters {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 50px 0 0;
	border-bottom: 5px solid #555;
}
button {
	/*float: left;*/
	width: 15.5%;
	padding: 15px 0 12px;
	border: none;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
}
button span.icon {
	display: block;
	width: 20px;
	margin: 0 auto 5px;
}
button span.icon img {
	width: 100%;
}
button.current {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
button:hover {
	cursor: pointer;
}
button#all {
	width: 7%;
	background: #555;
}
button#all:hover {
	background: #777;
}
button#sh {
	background: #db5920;
}
button#sh:hover {
	background: #da6f40;
}
button#ps {
	width: 22%;
	background: #347429;
	letter-spacing: 0;
}
button#ps:hover {
	background: #4d8a42;
}
button#ed {
	background: #db2055;
}
button#ed:hover {
	background: #d03e67;
}
button#ba {
	background: #957d2c;
}
button#ba:hover {
	background: #a28d43;
}
button#pu {
	background: #5c3c89;
}
button#pu:hover {
	background: #61428c;
}
button#ho {
	background: #4896d2;
}
button#ho:hover {
	background: #64a0ce;
}
#lifeinfo {
	overflow: hidden;
}
#lifeinfo img {
	width: 100%;
}
#map_all {
	margin-bottom: 30px;
}
.item {
	width: 100%;
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 2px dotted #ccc;
}
#lifeinfo > div div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#lifeinfo h4 {
	width: 220px;
	padding: 60px 10px;
	color: #fff;
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	align-self: flex-start;
}
#lifeinfo table {
	width: 680px;
}
#lifeinfo table th {
	width: 500px;
	padding: 0 0 12px;
	vertical-align: top;
}
#lifeinfo table th a {
	text-decoration: underline;
}
#lifeinfo table th img {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}
#lifeinfo table td {
	width: 35px;
	padding: 0 0 12px;
	vertical-align: top;
	white-space: nowrap;
}
#lifeinfo table td.min {
	width: 60px;
	text-align: right;
}
#lifeinfo table td.dis {
	width: 73px;
	text-align: right;
}
#lifeinfo table th ul {
	margin-left: 25px;
}
#lifeinfo table th ul li {
	margin-top: 5px;
	padding-left: 9px;
	background: url(../images/location/list.jpg) no-repeat left 4px;
	background-size: 5px;
}
#shopping {
	border-top: none;
	padding-top: 0;
}
#hospital {
	margin: 30px 0 0;
}
#shopping h4 {
	background: #db5920;
}
#park h4 {
	background: #347429;
}
#education h4 {
	background: #db2055;
}
#bank h4 {
	background: #957d2c;
}
#public h4 {
	background: #5c3c89;
}
#hospital h4 {
	background: #4896d2;
}
.photos {
	margin-top: 15px;
}
.photos li {
	float: left;
	width: 24%;
}
.photos li.two {
	width: 49.333%;
}
.photos li+li {
	margin-left: 1.3333%;
}
.photos li+li+li+li+li {
	margin-top: 2%;
}
.photos li:nth-child(5), #shopping .photos li:nth-child(7) {
	margin-left: 0;
}

@media only screen and (max-width: 1300px) {
h3 {
	width: 60%;
}
#lifeinfo h4 {
	width: 20%;
}
#lifeinfo table {
	width: 70%
}
}

@media only screen and (max-width: 1000px) {
h3 {
	width: 60%;
	margin-bottom: 5%;
}
#main_copy {
	margin-bottom: 3%;
}
button {
	height: 70px;
}
.item {
	width: 100%;
	margin-top: 5%;
}
#lifeinfo h4 {
	width: 20%;
	padding: 70px 2.5%;
	font-size: 23px;
}
#lifeinfo table {
	width: 70%;
}
button {
	font-size: 1.5vw;
}
/*#lifeinfo table th { width: 50%; }
#lifeinfo table td { width: 5%; }
#lifeinfo table td.min { width: 8%; }
#lifeinfo table td.dis { width: 8%; }*/
}

@media only screen and (max-width: 850px) {
/* gmap */
body {
	padding-bottom: 0 !important;
}
h3 {
	width: 100%;
}
.gmap_wrap {
	display: block;
}
#gmap {
	width: 100%;
	height: 400px;
}
#marker_list_wrap {
	width: 100%;
	display: none;
}
#marker_list li {
	line-height: 15px;
	padding: 8px;
}
}

@media only screen and (max-width: 750px) {
/*
		#photo li{
			width:49%;
			margin-left:2%;
		}
		#photo li:first-child,#photo li:nth-child(2n+1){
			margin-left:0;
		}
		*/
#lifeinfo > div div {
	display: block;
}
#lifeinfo h4 {
	width: 100%;
	margin-bottom: 2%;
	padding: 1.5% 0 1%;
	font-size: 1.8rem;
}
#lifeinfo table {
	width: 100%;
	margin-left: 0;
	box-sizing: border-box;
	font-size: 1.2rem;
}
#lifeinfo table th {
	/*width: 53%;*/
	width: calc(100% - 143px );
	text-indent: -16px;
	padding: 0 5px 12px 16px;
	line-height: 1.3;
}
#lifeinfo table th img {
	width: 13px;
	margin-right: 3px;
}
#lifeinfo table td.min {
	width: 50px;
}
#lifeinfo table td.dis {
	width: 58px;
}
#lifeinfo table th ul {
	margin-left: 0;
}
button {
	width: 14.28571429%;
	height: auto;
	padding: 10px 0;
	font-size: 1.2rem;
}
button span.icon {
	width: 50%;
	margin: 0 auto;
}
button span.txt {
	display: none;
}
button#all, button#ps {
	width: 14.2857%;
}
button#all, button#all:hover {
	background: #555;
}
button#sh, button#sh:hover {
	background: #db5920;
}
button#ps, button#ps:hover {
	background: #347429;
}
button#ed, button#ed:hover {
	background: #db2055;
}
button#ba, button#ba:hover {
	background: #957d2c;
}
button#pu, button#pu:hover {
	background: #5c3c89;
}
button#ho, button#ho:hover {
	background: #4896d2;
}
/*#lifeinfo table td { width: 11%; }
#lifeinfo table td.min { width: 18%; }
#lifeinfo table td.dis { width: 8%; }*/
.item {
	margin: 5% 0;
	padding-bottom: 5%;
	border-bottom: 1px dotted #ccc;
}
#hospital {
	margin: 5% 0 0;
}
.photos {
	margin-top: 20px;
}
.photos li {
	float: left;
	width: 48%;
}
.photos li.two {
	clear: both;
	float: none;
	width: 100%;
	display: inline-block;
}
.photos li+li {
	margin-left: 0;
}
.photos li+li+li {
	margin-top: 2%;
}
.photos li:nth-child(2n+1) {
	margin-left: 0;
}
.photos li:nth-child(2n) {
	float: right;
}
#shopping .photos li:last-child{
	float: left;
}
/* gmap */
#marker_list li {
	font-size: 1.3rem;
}
#marker_list li div {
	font-size: 1.1rem;
	margin-left: 24px;
}
#marker_list li:hover {
	background: #f5f5f5;
}
.gm-style .gm-style-iw img {
	display: inline-block;
	width: 15px;
	margin-right: 3px;
}
#marker_list li img {
	width: 18px;
	margin-right: 5px;
}
}

@media print {
button span.txt {
	display: none !important;
}
.gmap_wrap, #lifeinfo > div div {
	display: block!important;
}
#lifeinfo h4 {
	float: none;
	width: 100%;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 18px;
}
#lifeinfo h4 br {
	display: none;
}
#lifeinfo table {
	float: none;
	width: 100%;
	font-size: 12px;
}
#lifeinfo table th img {
	width: 18px;
}
#lifeinfo table th, #lifeinfo table td {
	padding: 0 0 7px;
}
}
