@charset "utf-8";

.js-modal-open {
	cursor: pointer;
}

.modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
}
.modal_bg{
        background-color: rgba(255,255,255,0.7);
	width: 100%;
	    height: 100vh;
	position: absolute;
}
.modal_bg2{
    background: #fff;
	width: 100%;
	/*height: 2403px;*/
	height: 100%;
    margin-top: 176px;
	position: absolute;
}

.modal_content{
	    margin-top: 215px;
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.modal_content .inner {
}
.t_center{
	margin-top: 15px;
	    font-size: 25px;
    margin-left: 25px;
    font-weight: bold;
    float: left;
}
.js-modal-close {
	line-height: 30px;
    float: right;
    width: 110px;
    padding-bottom: 5px;
    text-align: center;
    padding-top: 0px;
    border: 1px solid;
    font-size: 20px;
    font-weight: bold;
}
.map{
	    margin-top: 20px;
    padding-top: 60px;
}
@media screen and (max-width:1024px) {
	.modal_content{
	    max-width: 780px;
    height: 850px;
    width: 100%;
}
}
@media screen and (max-width:768px) {
	.modal_content{
	max-width: 640px;
    width: 100%;
    height: 810px;
}
}
@media screen and (max-width:414px) {
	.modal_content {
    max-width: 385px;
    width: 100%;
    height: 686px;
}
.modal_content {
        margin-top: 110px;
}
.modal_bg2 {
    
    margin-top: 100px;

}
.js-modal-close{
        font-size: 14px;
    width: 77px;
    line-height: 15px;
    margin-top:0px;
    margin-right:0px;
}
.t_center {
       margin-top: 26px;
    font-size: 17px;
    margin-left: 25px;
    font-weight: bold;
    float: left;
}
}
@media screen and (max-width:375px) {
   .modal_content {
    max-width: 311px;
    width: 100%;
    height: 637px;
}
}
@media screen and (max-width:360px) {
   .modal_content {
    max-width: 311px;
    width: 100%;
    height: 575px;
}
}
@media screen and (max-width:320px) {
   .modal_content {
    max-width: 280px;
    width: 100%;
    height: 523px;
}
.modal_content .inner {
    padding: 13px;
}
}