@charset "UTF-8";
/*////////////// CommonCSS Document //////////////*/
/* ===============================================
 共通　
=============================================== */
#breadcrumbArea {
  overflow-x: scroll;
}
.breadcrumb__inner {
	overflow-y: hidden;
}
#breadcrumbArea .breadcrumb__item,#breadcrumbArea .breadcrumb__item a {
	font-size: calc(22vw / 7.5);
	line-height: 1;
}
#breadcrumbArea .breadcrumb__icon {
	zoom: 1;
}
#top, #spot {
  width: 100%;
  margin: 0;
  padding: 0;
}
#mainArea {
  color: #333;
  font-size: 13px;
  margin-bottom: 50px;
}
#mainArea * {
  box-sizing: border-box;
}
.naviArea .gnav {
  width: 98%;
  margin: 20px auto 0;
  overflow: hidden;
  padding-bottom: 13px;
}
.naviArea .gnav li {
  float: left;
  width: 24%;
  margin-right: 1.3%;
  text-align: center;
}
.naviArea .gnav li:last-child {
  margin-right: 0;
}
.naviArea .gnav li a,
#spot .naviArea .gnav li {
  display: block;
  height: 50px;
  background-color: #fff;
  border: 2px solid #0b598d;
  border-radius: 5px;
  color: #0b598d;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  line-height: 49px;
}
.naviArea .gnav li a:hover,
#spot .naviArea .gnav li:hover {
  background: #0b598d;
  color: #fff;
}
.naviArea .gnav li:nth-child(2) a,
#spot .naviArea .gnav li:nth-child(2) {
  border: 2px solid #644242;
  color: #644242;
}
.naviArea .gnav li:nth-child(2) a:hover,
#spot .naviArea .gnav li:nth-child(2):hover {
  background: #644242;
  color: #fff;
}
.naviArea .gnav li:nth-child(3) a,
#spot .naviArea .gnav li:nth-child(3) {
  border: 2px solid #fe4242;
  color: #fe4242;
}
.naviArea .gnav li:nth-child(3) a:hover,
#spot .naviArea .gnav li:nth-child(3):hover {
  background: #fe4242;
  color: #fff;
}
.naviArea .gnav li:nth-child(4) a,
#spot .naviArea .gnav li:nth-child(4) {
  border: 2px solid #2bb636;
  color: #2bb636;
}
.naviArea .gnav li:nth-child(4) a:hover,
#spot .naviArea .gnav li:nth-child(4):hover {
  background: #2bb636;
  color: #fff;
}
.naviArea .gnav li.select a,
#spot .naviArea .gnav li.select {
  position: relative;
  background-color: #0b598d;
  border: 2px solid #0b598d;
  color: #fff;
}
.naviArea .gnav li.select a:after,
#spot .naviArea .gnav li.select:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #0b598d;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -13px;
}
.naviArea .gnav li:nth-child(2).select a,
#spot .naviArea .gnav li:nth-child(2).select {
  background-color: #644242;
  border: 2px solid #644242;
}
.naviArea .gnav li:nth-child(2).select a:after,
#spot .naviArea .gnav li:nth-child(2).select:after {
  border-top: 12px solid #644242;
}
.naviArea .gnav li:nth-child(3).select a,
#spot .naviArea .gnav li:nth-child(3).select {
  background-color: #fe4242;
  border: 2px solid #fe4242;
}
.naviArea .gnav li:nth-child(3).select a:after,
#spot .naviArea .gnav li:nth-child(3).select:after {
  border-top: 12px solid #fe4242;
}
.naviArea .gnav li:nth-child(4).select a,
#spot .naviArea .gnav li:nth-child(4).select {
  background-color: #2bb636;
  border: 2px solid #2bb636;
}
.naviArea .gnav li:nth-child(4).select a:after,
#spot .naviArea .gnav li:nth-child(4).select:after {
  border-top: 12px solid #2bb636;
}

/* YouTube */
.movieArea{
     background-color: #fcf1de;
     padding-bottom:15px;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

#topbuttonApp img {
  zoom: 1;
}