#contentwrap{
    width: 100%;
}
#contents{
    width: 100%;
}
.tateyama-notice{
  padding: 1rem 0;
}
.listtitle_wide {
  margin: 0 auto;
}
/* jquery　ドラッグしてスクロール */
.tateyama-scroll {
    margin: auto;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.tateyama-scroll .box {
    display: inline-block;
    width: 1800px;
    background: url(../images/tateyama-view/tateyama-wide.jpg);
    background-size: cover;
    background-position: bottom;
    height: 450px;
}

@keyframes infinity-scroll-alternate02 {
  0% {
      background-position: 1800px 0;
  }
  100% {
      background-position: 0px 0;
  }
}

.scroll-anime{
  animation-name: infinity-scroll-alternate02;
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  /* width: 200vw; */
}
.scroll-anime:hover{
  animation-play-state: paused;
}

/* listページ */
.tateyama-logo{
  text-align: center;
  margin: 0 auto;
}
.tateyama-detail .tateyama-logo{
  max-width: 300px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .tateyama-logo{
    max-width: 320px;
  }
}
.tateyama-list-text{
  max-width: 960px;
  width: 100%;
  margin: 2rem auto;
}
@media screen and (min-width: 769px) {
  .tateyama-list-text{
    text-align: center;
  }
}
.tateyama-list-text p{
  font-family: serif;
  font-size: 1.1rem;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .tateyama-list-text p{
    font-size: 1rem;
    padding: 0.5rem 0;
    display: inline-block;
    text-align: left;
  }
}
.tateyama-contents{
  max-width: 960px;
  width: 100%;
  margin: 2rem auto;
}
.tateyama-contents.detail{
  margin: 0rem auto;
}
@media screen and (min-width: 596px) {
  .tateyama-map{
    display: flex;
  }
  .tateyama-map.detail-page-map{
    justify-content: center
  }
}
.tateyama-map-num{
  font-size: 1rem;
}
.tateyama-map-notice{
  text-align: right;
  margin: 1rem 0;
  font-size: 0.8rem;
}
#tateyama-view .tateyama-contents a:link, #tateyama-view .tateyama-contents a:visited{
  text-decoration: none;
  color: #333;
}
#tateyama-view .tateyama-contents a:hover{
  opacity: 0.6;
}
.tateyama-map-left{
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 596px) {
  .tateyama-map-left{
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 597px) {
  .tateyama-map-left{
    text-align: center;
  }
  .detail-page-map .tateyama-map-left{
    margin: 0;
    padding: 0 1rem;
  }
}
.tateyama-map-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tateyama-map-link{
  display: flex;
  align-items: center;
}
.tateyama-map-list{
  list-style: none;
}
.tateyama-map-num{
  padding: 0.2rem 0;
}
@media screen and (max-width: 596px) {
  .tateyama-map-num{
    padding: 0.1rem 2rem 0.1rem 0;
    display: inline;
  }
  .tateyama-map-list{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
.tateyama-num-circle{
  height:28px;
  width:28px;
  border-radius:50%;
  line-height:28px;
  text-align:center;
  padding: 0 !important;
  margin: 0 0.5rem 0 0 !important;
}
.tateyama-num-circle span{
  color: #fff;
  line-height: 28px;
}
.num-blue{
  background: #00B4DF;
}
.num-yellow{
  background: #BFB03F;
}
.num-grey{
  background: #7BA8B2;
}
.num-green{
  background: #5D9540;
}
.num-pink{
  background: #B17698;
}
.tateyama-card-group{
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.tateyama-card-item{
  position: relative;
  padding: 1rem;
}
.tateyama-card-num{
  position: relative;
  height: 80px;
  width: 80px;
  margin-left: -1rem;
  z-index: 1;
}
.tateyama-card-num p {
  color: #fff;
  left: 50%;
  top: 50%;
  position:absolute;
  font-size: 1.5rem !important;
  transform: translate(-50%,-50%);
}
.card-num-blue{
  background: url(../images/tateyama-view/tateyama_number-blue.jpg) no-repeat;
}
.card-num-grey{
  background: url(../images/tateyama-view/tateyama_number-grey.jpg) no-repeat;
}
.card-num-pink{
  background: url(../images/tateyama-view/tateyama_number-pink.jpg) no-repeat;
}
.card-num-yellow{
  background: url(../images/tateyama-view/tateyama_number-yellow.jpg) no-repeat;
}
.card-num-green{
  background: url(../images/tateyama-view/tateyama_number-green.jpg) no-repeat;
}
.tateyama-card-content{
  max-width: 280px;
  position: relative;
  margin-top: -60px;
}
.tateyama-card-title{
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: serif;
  font-size: 22px !important;
  text-shadow: 0px 3px 6px #000;
  line-height: 100px !important;
  padding-left: 0.5rem !important;
}
.title-blue{
  background: url(../images/tateyama-view/tateyama_label-blue.png) no-repeat;
}
.title-grey{
  background: url(../images/tateyama-view/tateyama_label-grey.png) no-repeat;
}
.title-pink{
  background: url(../images/tateyama-view/tateyama_label-pink.png) no-repeat;
}
.title-yellow{
  background: url(../images/tateyama-view/tateyama_label-yellow.png) no-repeat;
}
.title-green{
  background: url(../images/tateyama-view/tateyama_label-green.png) no-repeat;
}

/* detailページ */
.tateyama-detail-text{
  font-size: 0.9rem;
  padding: 0 2rem 1rem;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .tateyama-detail-text{
    padding: 0 0.5rem 1rem;
  }
}
.tateyama-detail{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 0;
}
.tateyama-detail-title{
  padding: 1rem 1rem 0.5rem;
  font-size: 1.2rem;
  font-family: serif;
}
.title-spring{
  color: #F38181;
}
.title-summer{
  color: #62B02D;
}
.title-autumn{
  color: #DF8200;
}
.title-winter{
  color: #62AFF1;
}
.tateyama-detail-img{
  padding: 0 2rem 1rem;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .tateyama-detail-img{
    padding: 0 0.5rem 1rem;
  }
}
.tateyama-detail-img img{
  width: 100%;

}
.tateyama-detail-season{
  background-size: cover;
}
.detail-spring{
  background: url(../images/tateyama-view/bg-spring.png) no-repeat;
  background-size: cover;
}
.detail-summer{
  background: url(../images/tateyama-view/bg-summer.png) no-repeat;
  background-size: cover;
}
.detail-autumn{
  background: url(../images/tateyama-view/bg-autumn.png) no-repeat;
  background-size: cover;
}
.detail-winter{
  background: url(../images/tateyama-view/bg-winter.png) no-repeat;
  background-size: cover;
}
.tateyama-detail-googlemap{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .tateyama-detail-googlemap{
    padding: 0 0.5rem 1rem;
  }
}
.tateyama-detail-btn{
  text-align: right;
  padding: 0 2rem 2rem;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .tateyama-detail-btn{
    padding: 0 0.5rem 1rem;
  }
}
.tateyama-detail-btn a{
  background: #4d90fe;
  color: #fff;
  padding: 0.5rem 1rem 0.5rem 2rem;
  font-size: 0.8rem;
  position: relative;
}
.tateyama-detail-btn a:before{
  position: absolute;
  content: "";
  left: 12px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
  top: 45%;
}
#tateyama-view .tateyama-contents .tateyama-detail-btn a:link, #tateyama-view .tateyama-contents .tateyama-detail-btn a:visited{
  color: #fff;
}
.tateyama-live-bnr{
  text-align: center;
  max-width: 736px;
  margin: 2rem auto;
}
