  @charset "utf-8";
.map-img{
	margin: 40px auto;
	text-align:center;
}

.outlineonly{
	background:#d0d0d0;
	padding:4rem 0 2em!important;
}

.outline-midorigaoka{
	text-align:center;
	font-size:1rem;
	margin:0 0 30px;
}


.outline-body{
	padding:0px 0 50px;

}
@media screen and (max-width:768px){
.outline-body{
	padding:0px 0 0px;
	}
}

.outline-all_table{
	font-size:.9rem;
	letter-spacing:var(--spacing);
	width:100%;
	margin:30px 0 0;
}
.outline-all_table caption{
	font-size:1rem;
	margin:0 0 10px;
	font-weight:var(--w-700);
}



.outline-all_table tr{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.outline-all_table th,
.outline-all_table td{
	padding:20px 0;
}
.outline-all_table th{
	width:15%;
	padding-left:10px;
}
@media screen and (max-width:768px){
.outline-all_table tr{
	border-bottom:none;
	border-top:none;
}

.outline-all_table th,
.outline-all_table td{
	display:block;
	width:100%;

	}
.outline-all_table th{
	background:#f3f3f3;
	padding:5px 10px;
	}
.outline-all_table td{
	padding:10px 10px 25px;
	}
}

.google{
	color:#333;
	display:block;
}
.marlup-table_ul li::before{
	content:"¡ù";
}
.uptate-body{
	display:flex;
	justify-content:flex-end;
	font-size:.85rem;
	margin:20px 0 0;

}
.uptate-body li::before{
	content:"¡ö";
}
/*
  a.openModal {
      font-size: 16px;
      color: #2563eb;
      text-decoration: underline;
      cursor: pointer;
    }

 
    .modal {
      display: none; 
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      max-width:100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;

    }


    .modal-content {
      background: #fff;
      padding: 10px;
      border-radius: 8px;
      display: flex;
			height: auto;
      flex-direction: column;
      
    }
 .modal-content img{
 	max-width:80%;

 }
 @media screen and (max-width:768px){
 .modal-content img{
 	max-width:100%;
 }

}
 
 .modal-content .frame{
 	text-align:center;
 }


    .close {
      text-align: right;
      margin-bottom: 5px;
    }
    .close button {
      padding: 6px 12px;
      font-size: 20px;
      font-weight:700;
      text-decoration:none;
    }
    */


    /* ¥â©`¥À¥ë±³¾° */
    .modal {
      display: none; 
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      max-width:100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* ¥â©`¥À¥ëÄÚÈÝ */
    .modal-content {
      background: #fff;
      padding: 10px;
      border-radius: 8px;
      max-width: 50%;
      max-height: 100%;
      display: flex;
      flex-direction: column;
    }
 @media screen and (max-width:768px){
    .modal-content {
      max-width: 90%;
	}
}
 .modal-content img{
 	max-width:65%;
 }
 @media screen and (max-width:768px){
 .modal-content img{
 	max-width:100%;
 }

} 
 
 
 .modal-content .frame{
 	text-align:center;
 }

    .close {
      text-align: right;
      margin-bottom: 5px;
    }
    .close button {
      background: #333;
      color: white;
      border: none;
      padding: 6px 12px;
      font-size: 14px;
      border-radius: 4px;
      cursor: pointer;
    }