@charset "UTF-8";
.outline-section {
  max-width: 960px;
  margin: 3em auto;
  padding: 0 1em;
  color: #333;
}

.outline-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1em;
  color: #006400;
  text-align: center;
}

.outline-section h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5em;
}


.outline-section ul{
display: flex;
    justify-content: space-between;
    padding: 1em 0;
    margin: 0;
}
.outline-section li{
 list-style: none;
}

@media screen and (max-width: 768px) {
.outline-section ul{
display: block;
}
.outline-section li{
    padding: 1em 0;
}

}



.outline-section .ropeway-specs {
    padding: 1em 0;
}

.outline-section .ropeway-specs h2 {
  font-size: 1.4rem;
  margin-bottom: 1em;
  text-align: center;
}

.outline-section .ropeway-specs table {
  width: 100%;
  border-collapse: collapse;
   border: 1px solid #ccc;
}

.outline-section .ropeway-specs th,
.outline-section .ropeway-specs td {
  padding: 0.8em;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

/* 見出しセル */
.outline-section .ropeway-specs th {
  background: #f0f8f0;
  font-weight: bold;
  width: 30%;
  white-space: nowrap;
}

/* スマホ用：縦並びに */
@media screen and (max-width: 768px) {
.outline-section .ropeway-specs table,
.outline-section .ropeway-specs tbody,
.outline-section .ropeway-specs tr,
.outline-section .ropeway-specs th,
.outline-section .ropeway-specs td {
    display: block;
    width: 100%;
  }

.outline-section .ropeway-specs tr {
  }

.outline-section .ropeway-specs th {
    font-size: 0.9rem;
    color: #666;
  }

.outline-section .ropeway-specs td {
    font-size: 1rem;
  }
}

.outline-section .ropeway-specs .image-grid {
  display: flex;
  flex-wrap: wrap; 
    gap: 16px; /* 要素間の余白 */
  justify-content: space-between; /* 両端に並べたい時 */
}

.outline-section .ropeway-specs .image-item {
 width: calc(50% - 60px); /* 2列にしたい時（gap調整） */
 box-sizing: border-box;
  margin-bottom: 2em;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
.outline-section .ropeway-specs .image-item {
    width: 100%;  /* 1列表示 */
  }
}


.outline-section .ropeway-specs .image-item p {
 text-align:center;
}

.outline-section .ropeway-specs .image-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}



.outline-section .yakurijitemple85{
}


.outline-section .yakurijitemple85 .innner{
display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
  border-bottom: 1px dotted;
}


.outline-section .yakurijitemple85 .innner .detail{
width: 70%;
}

.outline-section .yakurijitemple85 .innner .image {

    padding: 0 0 0 2em;
}




@media screen and (max-width: 768px) {
.outline-section .yakurijitemple85 .innner{
display: block;
}
.outline-section .yakurijitemple85 .innner .detail{
width: 100%;
padding:0 0 1em 0;
}

.outline-section .yakurijitemple85 .innner .image{
text-align:center;
width:100%;
 padding: 0 ;
}

.outline-section .yakurijitemple85 .innner .image img{
}

}














