@charset "UTF-8";
/*******************************
experiencemapページ Css
*******************************/
.pageBg{
	background-color: #efe2c8;
}
.pageTop{
	position: relative;
	padding-bottom: 100px;
	background-image: url("../img/map_back.png");
}
.pageTitle{
	position: relative;
    z-index: 1;
}
.mapArea{
	position: relative;
	z-index: 0;
}
.mapArea:before{
	content: "";
    background-image: url(../img/map_paper2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 120%;
    height: 120%;
}
.mapBox{
    border: solid 6px #c72c0f;
}
.pageTop .induction{
	width: 50%;
	max-width: 400px;
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}

/*modalWindow*/
.modal-toggle {
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0;
	width: 2.5%;
	position: absolute;
}

.modal-toggle.blue01{
	top: 14%;
    right: 10%;
}
.modal-toggle.blue02{
	top: 16%;
    right: 17%;
}
.modal-toggle.blue03{
	top: 44%;
    right: 19%;
}
.modal-toggle.blue04{
	top: 44%;
    right: 22%;
}
.modal-toggle.blue05{
	top: 44%;
    right: 30.5%;
}
.modal-toggle.blue06{
	top: 44%;
    right: 38%;
}
.modal-toggle.blue07{
	top: 22%;
    right: 46.5%;
}
.modal-toggle.blue08{
	top: 22%;
    right: 52%;
}
.modal-toggle.blue09{
	top: 25%;
    left: 17%;
}
.modal-toggle.blue09-2{
	top: 25%;
    left: 33%;
}
.modal-toggle.blue09-3{
	top: 54%;
    left: 18%;
}
.modal-toggle.blue09-4{
	top: 54%;
    left: 38%;
}
.modal-toggle.blue09-5{
	bottom: 6%;
    right: 45%;
}
.modal-toggle.blue10{
	bottom: 35%;
    right: 45%;
}
.modal-toggle.blue11{
	bottom: 39%;
    right: 31%;
}
.modal-toggle.yellow12{
	bottom: 44%;
    right: 46.5%;
}
.modal-toggle.yellow13{
	bottom: 44%;
    right: 42%;
}
.modal-toggle.yellow14{
	bottom: 38%;
    right: 37.5%;
}
.modal-toggle.red03{
	top: 21%;
    right: 19%;
}
.modal-toggle.red04{
	top: 21%;
    right: 22%;
}
.modal-toggle.red05{
	top: 21%;
    right: 31%;
}
.modal-toggle.red06{
	top: 21%;
    right: 38%;
}
.modal-toggle.red07{
	top: 46%;
    right: 42%;
}
.modal-toggle.red11{
	bottom: 18%;
    right: 45.5%;
}
.modal-toggle.red12{
	top: 14%;
    right: 46.5%;
}
.modal-toggle.red15{
	bottom: 14%;
    right: 37%;
}
.modal-toggle.red16{
	bottom: 41%;
    right: 17%;
}
.modal-toggle.red17{
	bottom: 41%;
    right: 14.5%;
}
.modal-toggle.red18{
	top: 39%;
    right: 17%;
}
.modal-toggle.red19{
	top: 39%;
    right: 14.5%;
}
.modal-toggle.red20{
	top: 25%;
    right: 16%;
}
.modal-toggle.red21{
	top: 42%;
    right: 46%;
}

.modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 1s ease-in-out;
}
.modal-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1000px;
	border: 4px solid #f47e3b;
	border-radius: 30px;
	background: #fff;
}
.modal .inner{
	text-align: center;
    padding: 4% 8% 8%;
}
.modal .inner .title{
	width: 70%;
    margin: 0 auto 30px;
}
.modal .inner .photo{
	width: 45%;
    padding-right: 5%;
}
.modal .inner .txt{
	width: 55%;
}
.modal .btnList{
	margin-top: 40px;
}
.modal .btnList .item{
	width: calc( 100% / 3 );
	padding-right: 20px;
}
.modal-close__wrap {
	position: absolute;
	right: 20px;
	top: 20px;
}
.modal-close {
	background: transparent;
	border-color: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	width: 50px;
	display: block;
	height: 50px;
	transform: rotate(45deg);
}
.modal-close span {
	position: relative;
	width: 100%;
	height: 6px;
	border-radius: 3px;
	background: #f47e3b;
	display: block;
}
.modal-close span:nth-child(2) {
	transform: rotate(-90deg);
    top: -6px;
}

.overlay.open {
  display: block;
}
.modal.open {
  display: block;
}



.btnListArea{
	padding: 150px 0 200px;
}
.btnListArea .ttl{
	margin: 80px 0 20px;
}
.btnListArea .ttl img{
	height: 60px;
}

.btnList{
	margin-right: -20px;
}
.btnList li{
	width: calc( 100% / 2);
	padding-right: 20px;
	margin-top: 30px;
}
.btnList .modal-toggle{
	width: 100%;
    position: relative;
}

@media screen and (max-width: 1024px) {
	.pageTop{
		background-image: none;
	}
	
	.btnListArea {
		padding: 100px 0 150px;
	}
	.btnListArea .ttl {
		margin: 60px 0 10px;
	}
	.btnListArea .ttl img {
		height: 45px;
	}
	.btnList li {
		margin-top: 20px;
	}
}
/*==== mobile スマホ用css ===*/
@media screen and (max-width: 760px) {
}
/*==== mobile スマホ縦用css ===*/
@media screen and (max-width: 480px) {
	.pageTop{
		padding-bottom: 50px;
		position: fixed;
		height: 50vh;
		z-index: 80;
		background-color: #efe2c8;
	}
	.pageTitle {
		width: 95%;
	}
	
	.mapBox{
		border: solid 3px #c72c0f;
	}
	
	.leaflet-top{
		top: auto;
		bottom: 0;
	}
	.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{
		border: none;
	}
	.leaflet-bar a.leaflet-disabled {
		background-color: transparent;
		color: transparent;
	}
	.leaflet-touch .leaflet-bar a{
		width: 40px;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		border: none;
		background-color: transparent;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-right: 5px;
	}
	.leaflet-touch .leaflet-bar a:first-child{
		background-image: url(../img/icon-zoomin.png);
	}
	.leaflet-touch .leaflet-bar a:last-child{
		background-image: url(../img/icon-zoomout.png);		
	}
	.leaflet-touch .leaflet-bar a span{
		display: none;
	}
	
	.pageTop .induction {
		width: 60%;
		bottom: -80px;
	}
	
	.btnListArea {
		padding-top: calc( 50vh + 100px);
		padding-bottom: 110px;
	}
	.btnListArea .ttl {
		margin: 30px 0 10px;
	}
	.btnList{
		margin-right: -10px;
	}
	.btnList li{
		width: calc( 100% / 3);
		padding-right: 10px;
		margin-top: 5px;
	}
	
	.modal-content{
		width: 70%;
		border: solid 3px #f47c3b;
		border-radius: 15px;
	}
	.modal-close__wrap {
		right: 8px;
		top: 8px;
	}
	.modal-close {
		width: 30px;
		height: 30px;
	}
	.modal-close span {
		height: 4px;
	}
	.modal-close span:nth-child(2) {
		top: -4px;
	}
	.modal .inner {
		padding: 8%;
	}
	.modal .inner .title {
    	width: 100%;
		margin-bottom: 15px;
	}
	.modal .inner .photo {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.modal .inner .txt {
		width: 100%;
	}
	.modal .btnList {
		margin-top: 20px;
	}
	.modal .btnList .item {
		width: 100%;
		margin-bottom: 15px;
		padding-right: 10px;
	}
}
