@charset "utf-8";
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both; overflow:hidden;}
.txtCenter {
	text-align: center!important;
}
.flexWrapCenter {
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.flexSpacearound {
	-webkit-justify-content:space-around;
	justify-content:space-around;
}
.flexSpacebetween {
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.flexStart {
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.alias-view {
	background: #fff;
}
.addColor {
	color: #f00;
}

section header.title h2 img {
	margin-right: 1%;
}
section header.title h2 {
	font-size: 144%;
	font-weight: 700;
	width: 100%;
}

#main #content.map {
	width: 690px;
	background: #fff;
	padding: 15px;
}
.map #gmap {
	padding: 15px;
}
.map .gmapCategory {
	background: #D8EBF5;
    margin: 2px 0 20px;
    padding: 15px;
}
.map .gmapCategory .gmapCategoryTitle {
	width: 5%;
}
.map .gmapCategory .gmapCategoryCheck {
	width: 90%;
	padding: 2%;
	background: #fff;
}
.map .gmapCategory .gmapCategoryCheck label {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2%;
}
.map .gmapCategory .gmapCategoryCheck label:nth-child(2n){
	margin-right: 0;
}
.map .gmapCategory .gmapCategoryCheck label span {
}
.map .gmapCategory .gmapCategoryCheck label small {
	display: block;
    margin-left: 25px;
    color: #4C637C;
	font-size: 12px;
}
.map .gmapCategory .gmapCategoryBtn {
	width: 42%;
}
.map .gmapCategory .gmapCategoryBtn button {
	background: #d8ebf5;
    border: 1px solid #369eeb;
    padding: 1% 6%;
    font-size: 13px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* gmap内 */
.gm-style-iw-d {
	width: 420px;
	max-width: 420px;
}
.gm-style-iw-d div .gmap_category_list {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    justify-content: start;
	margin-bottom: 5px;
}
.gm-style-iw-d div .gmap_category_list li {
	color: #fff;
    background: #0091EB;
    font-size: 12px;
    padding: 2px 10px;
    margin-bottom: 5px;
}
.gm-style-iw-d div .gmap_category_list li:not(:last-of-type) {
    margin-right: 5px;
}

.gm-style-iw-d div .gmap_title {
	margin-bottom: 10px;
}
.gm-style-iw-d div .gmap_title a {
	color: #000;
	
}
.gm-style-iw-d div .gmap_contentBox {
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.gm-style-iw-d div .gmap_contentBox .gmap_contentImage {
	width: 40%;
}
.gm-style-iw-d div .gmap_contentBox .gmap_contentImage img {
	width: 100%;
}
.gm-style-iw-d div .gmap_contentBox .gmap_contentInner {
	width: 58%;
}
.gm-style-iw-d div .gmap_contentBox .gmap_contentInner p:not(:last-of-type) {
	margin-bottom: 2%;
	word-break: break-word;
}
.gm-style-iw-d div .gmap_contentBox .gmap_contentInner .gmap_contentItem {
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:inherit;
	-webkit-flex-wrap:inherit;
	flex-wrap:inherit;
	-webkit-justify-content:start;
	justify-content:start;
	word-break: break-word;
}
.gm-style-iw-d div .gmap_contentBox .gmap_contentInner .gmap_contentItem .key {
	width: 20%;
}
.gm-style-iw-d div .gmap_contentBox .gmap_contentInner .gmap_contentItem .value {
	width: 80%;
}
.gm-style-iw-d div .gmap_contentBox .gmap_contentInner .gmap_contentItem.gmap_business_hours .key {
	width: 32%;
}
.gm-style-iw button {
	top: 0px !important;
	right: 0px !important;
	background: #d1d1d1 !important;
}

@media screen and (max-width:750px) {
	#main #content.map {
		width: auto;
	}
	#main #content.map {
		padding: 4%;
	}
	/* gmap内 */
	.gm-style-iw-d {
		width: auto;
	}
	.map .gmapCategory .gmapCategoryTitle {
		width: 10%;
	}
	.map .gmapCategory .gmapCategoryCheck {
		width: 84%;
		display: block;
	}
	.map .gmapCategory .gmapCategoryCheck label {
		display: block;
		width: 100%;
		margin-right: 4%;
		margin-bottom: 3%;
	}
	.map .gmapCategory .gmapCategoryCheck label small {
		font-size: 12px;
	}
	.map .gmapCategory .gmapCategoryBtn {
		width: 92%;
		margin: 0 auto;
	}
	.map .gmapCategory .gmapCategoryBtn button {
		width: 48%;
		font-size: 12px;
		padding: 3% 0px;
	}
}