.main_imgarea {
    
}
@media screen and (max-width:575px) {
  .main_imgarea {
    
  }
}
.main_imgarea img {
    width: 100%;           /* 横幅を親要素に合わせる */
    height: 100%;          /* 高さを親要素（グリッドセル）に合わせる */
    object-fit: cover;     /* 画像を切り抜いて比率を保ち、隙間なく埋める */
}
.plan_read {	
  padding-bottom: 8px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
}
@media screen and (max-width:575px) {
.plan_read {	
	font-size: 5.8vw;
}
}

.plan_img_box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  flex: 1;
}
@media screen and (max-width:575px) {
.plan_img_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  flex: 1;
}
}

.plan_copy_box {
	display: flex;
	gap: 40px;
	padding: 20px;
	background-color: #fff;
	align-items: flex-end;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}
@media screen and (max-width:991px) {
.plan_copy_box {
	display: block;
	gap: 40px;
	padding: 10px;
	background-color: #fff;
	align-items: flex-end;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
}
}
@media (max-width: 575px) {

.plan_back{
    background: #ececed;
    margin-top:10px;
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
}
.plan_copy_box {
	background-color: #ececed;
}
}

.plan_ttls {
  width:70% !important;
  height: auto;
  display: block;
  margin: 0 auto;
}
.points_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  flex: 1;
}

@media screen and (max-width:991px) {
.points_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  flex: 1;
}
}

.point_item {
  display: flex; 
  align-items: flex-start; 
  gap: 15px; 
  margin-bottom: 20px;
}

.point_badge {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1;
  flex-shrink: 0;  
}

.point_badge span {
	font-size: 20px;
	font-weight: bold;
	color: #FFF000;
}

.point_content {
  flex: 1; 
}

.point_ttl {
  color: #d86d00;  
  font-size: 21px;
  margin: 0 0 8px 0; 
  line-height: 1.2;
	font-weight: bold;
}

.point_tx {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}


.point_icon {
  display: flex;
  gap: 20px;
}
@media screen and (max-width:575px) {
.point_icon {
  justify-content: center;
}
}

.icon_box {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.point_svg {
  background-color: #fff000;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.point_svg svg {
  width: 50px;
  height: 50px;
}



.outline_ttl {
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 5%;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #E6E6E6;
	letter-spacing: 0.2em;
}

.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.n_table th {
	width: 25%;
	background-color: #e6e6e6;
}

.n_table td {
	width: 75%;
	background-color: #fff;
}

.n_table th,
.n_table td {
	color: #000;		
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
    padding-left:3%;
}

#map {
	width: 100%;
	height: 400px;
	margin-right: 0;
	margin-left: 0;
}
.googlemap iframe {
	width: 100%;	
	margin-right: 0;
	margin-left: 0;
}

