
.caution {
  border: double #ccc;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  font-size: 12px;
}

.titleCategory {
  display: inline-block;
  /* margin: 0 0 10px 0;
  font-size: 14px;
  padding: 3px 5px;
  background-color: #fff; */
}

.titleCategory ul {
  display: flex;
}

.titleCategory ul li {
  background-color: #fff;
  margin-right: 5px;
  font-size: 14px;
  padding: 3px 5px;
}


.meisho {
  margin: 0 0 10px 0;
  font-size: 14px;
  padding: 3px 5px;
  background-color: #fff;
}

.titleAddress {
  color: #fff;
}

.subTitle {
  border-left: 3px solid #008000;
  border-bottom: 1px solid #008000;
  padding: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

.toSelTarget {
  background-color: #008000;
  text-align: center;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-sizing: content-box;
}

.toSelTarget a {
  color: #fff;
}

.sel_city {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.sel_city li {
  flex: 1 1 25%; /* 各アイテムが25%の幅を持つ */
  box-sizing: border-box;
  padding: 10px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #8ac5ff;
  border: 2px solid #8ac5ff;
  color: #008000 !important;
}

.leaflet-popup-tip-container {
  color: #008000 !important;
}

.leaflet-popup-close-button {
  color: #008000 !important;
}

.colSsName {
  width: 50%;
}

.shisetsuimage {
  width: 100%;
  /* margin: 0 10px; */
  padding: 0 5px;
}

.shisetsuimage img {
  width: 100%;
}

.photo_copyright {
  text-align: right;
  margin: 5px;
}

.toGsi {
  padding: 5px;
  background-color: #008000;
  border-radius: 10px;
  text-align: center;
  margin-left: 5px;
  font-size: 12px;
}

.toGsi a {
  color: #fff;
}

.linkToSightseeing {
  background-color: #008000;
  text-align: center;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.linkToSightseeing a {
  color: #fff;
}

.onsen thead td {
  background-color: #AB0707;
}

@media screen and (max-width: 520px) {

  .toGsi {
    padding: 10px;
    margin: 10px;

  }

  .linkToSightseeing {
    margin: 10px;
    padding: 10px;

  }
  
}