@charset "UTF-8";


div.section div.sightseeingTabContents {
  display: none;
}
div.section div.sightseeingTabContents.on {
  display: block;
}
div.section ul.sightseeingTabList {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px 0 40px;
}
@media screen and (max-width: 1019px){
  div.section ul.sightseeingTabList {
    margin: -15px 0 30px;
    justify-content: flex-start;
  }
}
div.section ul.sightseeingTabList li {
  display: block;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  color: #a1a2a4;
  padding: 0;
}
div.section ul.sightseeingTabList li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 1019px){
  div.section ul.sightseeingTabList li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  div.section ul.sightseeingTabList li:nth-child(even) {
    margin-right: 0;
  }
  div.section ul.sightseeingTabList li.spWidth100 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
div.section ul.sightseeingTabList li::before {
  padding: 0;
  border: none;
  top: 0;
}
div.section ul.sightseeingTabList li span {
  cursor: pointer;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  position: relative;
  display: block;
  background: #f2f2f5
}
@media screen and (max-width: 1019px){
  div.section ul.sightseeingTabList li span {
	padding: 10px;
  }
}
div.section ul.sightseeingTabList li span:hover {
  color: #65686D;
}
div.section ul.sightseeingTabList li span.on {
  background: #65686D;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: inherit;
}
div.section ul.sightseeingTabList li span.on::after {
  content: "";
  background: #65686D;
  width: 8px;
  height: 8px;
  left: 0;
  bottom: -3px;
  right: 0;
  transform: rotate(45deg);
  margin: 0 auto;
  position: absolute;
}
@media screen and (max-width: 1019px){
  div.section ul.sightseeingTabList li span.on::after {
    display: none;
  }
}

div.section div.kindPlanBlock div.kindPlanBlockBtnWrap p.commonLink {
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  div.section div.kindPlanBlock div.kindPlanBlockBtnWrap p.commonLink + p.commonLink {
    margin: 10px 0 30px;
  }
}

div.section div.boxList p.lead span {
  display: block;
  margin-top: 20px;
  color:#65686C;
}
div.section div.boxList p.lead a {
  color: #999;
}

div.section h2 {
  margin: 50px 0 35px;
}
@media screen and (max-width: 1019px) {
  div.section h2 {
    margin: 40px 0 30px;
  }
}

div.section div.gMapBlock {
  margin: 40px 0;
}
@media screen and (max-width: 1019px) {
  div.section div.gMapBlock {
    margin: 30px 0;
  }
}
