@charset "UTF-8";
body {
  font-family: "メイリオ", "Original Yu Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans";
  padding: 0;
  margin: 0;
}
body * {
  color: #3e3353;
  font-size: 14px;
}

.header .main {
  background-color: #3b3b3b;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1068px) {
  .header .main {
    padding: 0px 16vw;
  }
}
@media screen and (min-width: 880px) and (max-width: 1067px) {
  .header .main {
    padding: 0px 8vw;
  }
}
@media screen and (max-width: 879px) {
  .header .main {
    padding: 0px;
    flex-wrap: wrap;
  }
}
.header .main .title {
  margin: 0px 5px;
  padding: 10px 0px;
}
@media screen and (max-width: 879px) {
  .header .main .title {
    padding: 8px 0px;
  }
}
.header .main .title a {
  color: white;
  margin: 0;
  font-weight: normal;
  font-size: 1.5em;
  text-decoration: none;
}
.header .sub {
  display: flex;
  align-items: center;
}
.header .sub .sub-menu {
  margin: 0px;
  padding: 10px 10px;
  width: 33%;
  max-width: 140px;
}
@media screen and (min-width: 880px) and (max-width: 1067px) {
  .header .sub .sub-menu {
    padding: 7px 2px;
  }
}
.header .sub .sub-menu.selected {
  background-color: #696969;
}
.header .sub .sub-menu .content {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  padding: 5px 0px;
  align-items: center;
  cursor: pointer;
}
.header .sub .sub-menu .content * {
  color: #ffffff;
}
@media screen and (max-width: 879px) {
  .header .sub .sub-menu .content.nsp {
    display: none;
  }
}
.header .sub .sub-menu .content.sp {
  display: none;
}
@media screen and (max-width: 879px) {
  .header .sub .sub-menu .content.sp {
    display: block;
  }
}
.header .sub .sub-menu .content:hover * {
  color: #c0c0c0;
}
.header .sub .sub-menu .content .icon {
  display: none;
  width: 25px;
  height: 25px;
  margin: 0px 5px;
}
.header .sub .sub-menu .content .icon img {
  width: 100%;
}
.header .sub .sub-menu .content .text {
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
  width: 90px;
  text-align: center;
  padding-top: 1px;
  position: relative;
}
@media screen and (min-width: 880px) and (max-width: 1067px) {
  .header .sub .sub-menu .content .text {
    font-size: 0.72rem;
  }
}
.header .sub .sub-menu .content .text .hidden-menu {
  display: none;
}
.header .sub .sub-menu .content .text .hidden-menu-wrap {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.header .sub .sub-menu .content .text .hidden-menu-wrap:hover {
  height: calc(100% + 100px);
}
.header .sub .sub-menu .content .text .hidden-menu-wrap:hover .hidden-menu {
  width: 100%;
  list-style-type: none;
  padding: 5px 20px;
  margin: 0;
  border: 2px solid #3b3b3b;
  background: white;
  display: block;
  position: absolute;
  top: 35px;
  left: -25%;
  animation: fadein 0.7s ease 0s 1 normal none;
}
.header .sub .sub-menu .content .text .hidden-menu-wrap:hover .hidden-menu li {
  padding: 8px 0px;
}
.header .sub .sub-menu .content .text .hidden-menu-wrap:hover .hidden-menu li a {
  text-decoration: none;
  color: #3b3b3b;
}
.header .sub .sub-menu .content .text .hidden-menu-wrap:hover .hidden-menu li :hover {
  color: #c0c0c0;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.landing {
  background-color: #c0c0c0;
  position: relative;
  width: 100%;
}
.landing .image {
  width: 100%;
  max-height: 540px;
  overflow: hidden;
}
.landing .image img {
  width: 100%;
}
.landing .overlay {
  background-color: #3b3b3b;
  opacity: 0.7;
  padding: 12px 0px;
  height: 30%;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1068px) {
  .landing .overlay {
    margin: 0px 16vw;
    width: 45vw;
  }
}
@media screen and (min-width: 880px) and (max-width: 1067px) {
  .landing .overlay {
    margin: 0px 8vw;
    width: 60vw;
  }
}
@media screen and (max-width: 879px) {
  .landing .overlay {
    margin: 0px 5px;
    width: 70vw;
  }
}
.landing .overlay .message h1 {
  color: #ffffff;
  padding: 0px 20px;
  margin: 4px 0px;
  font-size: 1.4rem;
}

.allmap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.allmap .image img {
  width: 100%;
}

@media screen and (min-width: 1068px) {
  .main {
    padding: 0px 16vw;
  }
}
@media screen and (min-width: 880px) and (max-width: 1067px) {
  .main {
    padding: 0px 8vw;
  }
}
@media screen and (max-width: 879px) {
  .main {
    padding: 0px 5px;
  }
}
.main .main-title h1 {
  font-size: 2.5rem;
  margin: 12px 0px;
}
.main .contents {
  position: relative;
}
.main .contents .top-contents {
  position: absolute;
  top: -240px;
  width: 100%;
  min-height: 80vh;
}
.main .contents .top-contents .container {
  display: flex;
  justify-content: space-between;
}
.main .contents .top-contents .container .area {
  display: block;
  text-decoration: none;
  width: calc(50% - 0px - 20px);
  background-color: #3b3b3b;
  padding: 0px;
  position: relative;
  cursor: pointer;
}
.main .contents .top-contents .container .area .image {
  opacity: 1;
  width: 100%;
  max-height: 380px;
  overflow: hidden;
  background-color: #ffffff;
}
.main .contents .top-contents .container .area .image img {
  width: 100%;
}
.main .contents .top-contents .container .area .image img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
.main .contents .top-contents .container .area .detail {
  position: absolute;
  padding: 8px 12px;
  bottom: 0px;
  width: calc(100% - 24px);
  background-color: rgba(0, 0, 0, 0.5);
}
.main .contents .top-contents .container .area .detail * {
  color: #ffffff;
}
.main .contents .section {
  margin-top: 45px;
}
.main .contents .section.first {
  padding-top: 180px;
}
.main .contents .section .sec-title {
  border-bottom: 1px solid #c0c0c0;
}
.main .contents .section .sec-title h3 {
  color: #3b3b3b;
  margin: 8px 0px;
  font-size: 1.45rem;
}
.main .contents .section .ds {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}
.main .contents .section .ds .link {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 18px 80px 18px 30px;
  background-color: #3b3b3b;
  color: #ffffff;
  position: relative;
}
.main .contents .section .ds .link::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 20%;
  height: 60%;
  width: 40px;
  background-image: url("./assets/to-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.main .contents .section .ds.subplaces {
  justify-content: space-between;
}
.main .contents .section .ds.subplaces .subplace {
  width: calc(50% - 0px - 20px);
  border: 1px solid #a0a0a0;
  max-height: 180px;
}
.main .contents .section .ds.subplaces .subplace .ct {
  padding: 15px 15px;
  display: flex;
}
.main .contents .section .ds.subplaces .subplace .ct .image {
  height: 150px;
  width: 150px;
  overflow: hidden;
}
.main .contents .section .ds.subplaces .subplace .ct .image img {
  height: 100%;
}
.main .contents .section .ds.subplaces .subplace .ct .title {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.main .contents .section .ds.subplaces .subplace .ct .title h2 {
  font-size: 1.75rem;
  font-weight: normal;
}
.main .contents .topic.area {
  border: 1px solid #a0a0a0;
  padding: 30px 55px;
  margin: 45px 0px;
}
.main .contents .topic .title h3 {
  font-size: 2em;
  font-weight: normal;
  margin: 10px 0px 20px 0px;
}
.main .contents .topic .detail {
  display: flex;
}
.main .contents .topic .detail .text {
  width: 65%;
}
.main .contents .topic .detail .text p {
  margin: 0;
}
.main .contents .topic .detail .pic {
  width: 25%;
  max-width: 190px;
}
.main .contents .topic .detail .pic .a01 {
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .contents .topic .subplaces {
  display: flex;
}
.main .contents .topic .subplaces .subplace {
  margin-right: 20px;
}

table {
  border-collapse: collapse;
  border-spacing: 0px 5px;
}
table th {
  background-color: #c0c0c0;
}
table th, table td {
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
}

.places .details .container {
  display: flex;
  flex-wrap: wrap;
}
.places .details .container a.place {
  text-decoration: none;
}
.places .details .container a.place:hover {
  border: 1px solid #356db6;
  transition: 0.3s;
}
.places .details .container .place {
  width: calc(33% - 40px);
  margin: 20px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}
@media screen and (max-width: 879px) {
  .places .details .container .place {
    width: calc(50% - 22px);
    margin: 10px;
  }
}
.places .details .container .place .image {
  width: 100%;
  aspect-ratio: 1.5;
  font-weight: bold;
  overflow: hidden;
}
.places .details .container .place .image img {
  width: 100%;
}
.places .details .container .place .text {
  padding: 8px 10px;
}

.tripcom-ticket {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 12px;
  margin: 3px;
  background-color: #3264ff;
  border-radius: 6px;
  font-size: 0.85rem;
  color: #ffffff;
  text-decoration: none;
}
.tripcom-ticket.lt {
  text-align: left;
}
.tripcom-ticket .det {
  font-size: 0.7rem;
  color: #ffffff;
}/*# sourceMappingURL=main.css.map */