/* --------------------------------------
map.css
24.4.20
--------------------------------------*/

.map #main_contents.layout_type1 #main_col {
	width: 100% !important;
}
.map #main_contents {
 	padding-top: 0;
}
.map .eyecatch {
	display: none;
}
.map .entry-body{
	position: relative;
}
.map #map{
	position: relative;
	clear: both;
	margin-bottom: 50px;
	height: 1000px;
}
#map-nav{
	text-align: center;
	margin: 20px auto;
}
#map-nav img{
	width:130px; 
	height:130px;
	margin-right: 10px;
	border: 3px solid #FFF;
	border-radius: 100%;
}
#map-nav img:last-child{
	margin-right: 0;
}
#map-nav img:hover{
	cursor: pointer;
	opacity: 0.8;
}

#map-nav ul{
	width: 100%;
	display: flex;
	margin: 0;
}

#map-nav li{
	cursor:pointer;
	display:inline;
	display: inline-block;
	margin-right:10px;
	padding: 10px;
	text-align:center;
	width: 13%;
	width: 100%;
	color:#fff;
	border-radius: 5px;
	margin-top: 0;
}
#map-nav li:hover{
	opacity:0.8;
}

#map-nav li:last-child{
	margin-right:0;
}
#map-nav li.all {
	background: #fff000;
    color: black;
    border: 2px solid black;
}
#map-nav li.sightseeing {
    background: #00a73b;
}
#map-nav li.event {
    background:#e50011;
}
#map-nav li.facilities {
    background:#0064b3;
}
#map-nav li p {
    margin: 0;
}
#map-nav li p:before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right:0.5em;
}
#map-nav li.all p:before {
	content: "\f279";
}
#map-nav li.sightseeing p:before {
    content: "\f030";
}
#map-nav li.event p:before {
	content: "\f073";
}
#map-nav li.facilities p:before {
    content: "\f54e";
}
#map-nav li.select{
	box-shadow: 0 0 0 5px rgba(0,0,0,0.3) inset;
	font-weightt:bold;
}

@media (max-width:60em) {
	#map-nav li p:before{
		display: block;
		margin-right:0;
	}
}


/* \\\\\\\\\\\\\\\\\    Custom CODE   ///////////////////////////////// */

#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 0;
}

/* \\\\\\\\\\\\\\\\\    Custom CODE   ///////////////////////////////// */

/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
#modal {
	max-width: 740px;
	position: absolute;
	top: 150px;
	
}
.modal {
	display: none; 
	position: relative;
	z-index:10;
}
.modaal-container .cat-icon{
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 0 15px;
	border-radius: 50%;
	color: #fff;
}
.modaal-container {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	overflow:visible;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}

.modaal-container .sightseeing:before,
.modaal-container .event:before,
.modaal-container .facilities:before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 2em;
}

.modaal-container .sightseeing{
	background: #00a73b;
}
.modaal-container .event{
	background: #e50011;
}
.modaal-container .facilities{
	background: #0064b3;
}
.modaal-container .sightseeing:before{
	content: "\f030";
}
.modaal-container .event:before{;
	content: "\f073";
}
.modaal-container .facilities:before{
	content: "\f54e";
}

.modaal-container .photo {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.modaal-container .photo img{
	margin: 0;
}
.modaal-container h3 {
	font-size: 18px;
	margin: 1em 0;
	padding-top: 20px;
}

.modaal-container .comment {
	color: #333;
	padding:0;
	border: none;
	padding-bottom: 20px;
}

.modaal-close:before,
.modaal-close:after {
	display: none;
	content: none !important;
}
.modaal-container .modaal-close {
	display: block;
	float: right;
	position: relative;
	width: auto;
	height: auto;
	color: #fff;
	background-color: #626343;
	padding: 10px;
	border-radius: 10px;
	right: 0;
	top: 0;
	margin-top: 0;
}
.modaal-container  .modaal-close:hover {
	opacity: 0.8;
	cursor: pointer;
}
.modaal-container .linkBtn {
	float: left;
	display: inline;
	margin-bottom: 0;
	color: #fff !important;
	background-color: #0064b3;
	margin-right: 10px !important;
	border-radius: 50%;
	padding: 15px !important;
	font-size: 0;
}
.modaal-container .linkBtn:hover {
	opacity: 0.8;
	cursor: pointer;
}
.modaal-container .linkBtn a{
	color: #fff;
	text-decoration: none;
}

/*    SNS   */
.modaal-container .detail {
	padding: 10px;
	border-radius: 10px;
	font-size: 100%;
    padding: 10px !important;
    margin-right: 20px !important;
    background-color: #e36000;
}

.modaal-container .home:before,
.modaal-container .facebook:before,
.modaal-container .youtube:before,
.modaal-container .twitter:before,
.modaal-container .instagram:before {
	font-family: "Font Awesome 6 Brands";
	font-weight: 900;
	font-size: 2rem;
	vertical-align: middle;
	line-height: 1;
}

.modaal-container .home {
	background-color: #00a73b;
}
.modaal-container .home:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f390";
}
.modaal-container .facebook {
	background-color: #0064b3;
}
.modaal-container .facebook:before {
	content: "\f09a";
}
.modaal-container .youtube {
	background-color: #E62117;
	height: auto !important;
}
.modaal-container .youtube:before {
	content: "\f167";
}
.modaal-container .twitter {
	background-color: #1DA1F2;
}
.modaal-container .twitter:before {
	content: "\f099";
}
.modaal-container .instagram {
	  background: -moz-linear-gradient(45deg, #ffda75, #ff3a49 ,#6634e1);
	  background: -webkit-linear-gradient(45deg, #ffda75, #ff3a49 ,#6634e1);
	  background: linear-gradient(45deg, #ffda75, #ff3a49 ,#6634e1);
}
.modaal-container .instagram:before {
	content: "\f16d";
}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */

@media screen and (max-width:1100px) {

	#modal {
		top: 250px;
	}
	#map-nav img{
		width:100px; 
		height:100px;
		margin-right: 5px;
	}

}
@media screen and (max-width:900px) {
	#modal {
		top: 200px;
	}
}

@media only screen and (max-width: 750px) {
	.map #map{
		height: 500px;
	}
	.modal .photo {
		max-height: 320px;
	}

	#modal {
		top: 150px;
	}
}
