@charset "UTF-8";
div:after,
ul:after,
section:after {
  content: "";
  display: block;
  clear: both;
}

.inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .inner {
    padding: 0 10px;
  }
}

img {
  max-width: 100%;
}

.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
.top .header-pc h2 {
  float: left;
}
.top .header-pc nav {
  display: none;
}
@media screen and (max-width: 1053px) {
  .top .header-pc .sub-nav {
    display: block;
    float: right;
  }
  .top .header-pc .sub-nav ul li {
    display: inline-block;
    font-size: 0.8125em;
    line-height: 1.55;
    text-align: center;
    margin-left: 10px;
    background-color: #4E4E4E;
  }
  .top .header-pc .sub-nav ul li a {
    color: #fff;
    display: block;
    padding: 10px 0px;
    height: 40px;
    width: 140px;
    text-decoration: underline;
  }
  .top .header-pc .sub-nav ul li a:hover {
    text-decoration: none;
  }
  .top .header-pc .sub-nav ul li.sns_link a {
    padding: 0;
    display: inline-block;
    width: 40px;
  }
  .top .header-pc .sub-nav ul li.sns_link a img {
    height: 100%;
  }
}
.top .header-pc .header-btn {
  text-align: right;
}
.top .header-pc .various-btn {
  display: inline-block;
  padding-top: 20px;
  vertical-align: top;
}
@media screen and (max-width: 1053px) {
  .top .header-pc .various-btn {
    padding-top: 10px;
  }
}
.top .header-pc .various-btn div {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  position: relative;
}
@media screen and (max-width: 1053px) {
  .top .header-pc .various-btn div {
    margin: 0 0 0 10px;
  }
}
.top .header-pc .various-btn div.language #dropmenu {
  list-style: none;
}
.top .header-pc .various-btn div.language #dropmenu li {
  font-size: 0.8125em;
  background-color: #000;
  padding: 0 20px 0 30px;
  color: #fff;
  line-height: 27px;
  cursor: pointer;
  position: relative;
}
.top .header-pc .various-btn div.language #dropmenu li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.top .header-pc .various-btn div.language #dropmenu li a {
  color: #fff;
  display: block;
}
.top .header-pc .various-btn div.language #dropmenu li ul {
  list-style: none;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.top .header-pc .various-btn div.language #dropmenu li ul li {
  font-size: 0.8125em;
  text-align: left;
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
.top .header-pc .various-btn div.language #dropmenu li ul li a {
  color: #000;
  display: block;
  padding: 0 10px;
  line-height: 27px;
}
.top .header-pc .various-btn div.language #dropmenu > li:hover > ul li {
  overflow: visible;
  height: 27px;
  border: solid 1px #ccc;
  background-color: #fff;
  font-size: 13px;
  padding: 0;
}
.top .header-pc .various-btn div.language #dropmenu > li:hover > ul li:before {
  content: none;
}
.top .header-pc .font-size {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
@media screen and (max-width: 1053px) {
  .top .header-pc .font-size {
    float: none;
    position: absolute;
    right: 0px;
    top: 80px;
  }
}
@media screen and (max-width: 959px) {
  .top .header-pc .font-size {
    right: 10px;
  }
}
.top .header-pc .font-size ul {
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
}
@media screen and (max-width: 1053px) {
  .top .header-pc .font-size ul {
    padding-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .top .header-pc .font-size ul {
    padding: 0;
  }
}
.top .header-pc .font-size ul li {
  display: inline-block;
  font-size: 0.8125em;
  vertical-align: middle;
  color: #fff;
}
.top .header-pc .font-size ul li.changeBtn {
  font-size: 0.875em;
  color: #000;
  margin: 0 2px;
  background-color: #fff;
  width: 26px;
  line-height: 26px;
  text-align: center;
}
.top .header-pc .font-size ul li.changeBtn.active {
  background-color: #a70000;
  color: #fff;
}
.top .header-pc .font-size ul li span {
  line-height: 1;
  vertical-align: middle;
}
.top .header-pc .font-size ul li .medium {
  font-size: 1.25em;
}
.top .header-pc .font-size ul li .large {
  font-size: 1.4375em;
}

.mainvisual {
  position: relative;
  background-image: url(../img/top/slide/main_img04.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    margin-top: 51px;
    padding-bottom: 80px;
  }
}
.mainvisual .vegas-timer {
  display: none !important;
}
.mainvisual h1 {
  padding: 290px 0 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainvisual h1 {
    padding: 80px 0 0;
  }
  .mainvisual h1 img {
    width: 250px;
  }
}
.mainvisual #whether {
  position: absolute;
  top: 120px;
  right: 10px;
  background-color: #fff;
  width: 121px;
  padding: 10px 0;
  text-align: center;
  border: solid 1px #cccccc;
}
@media screen and (max-width: 1053px) {
  .mainvisual #whether {
    top: 135px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual #whether {
    display: none;
  }
}
.mainvisual #whether p {
  font-size: 14px;
}
.mainvisual #whether img {
  display: block;
  margin: 10px auto 15px;
}
.mainvisual #whether .whether-temp-min {
  text-align: right;
  float: right;
  padding-right: 15px;
}
.mainvisual #whether .whether-temp-min span {
  display: block;
  font-size: 0.75em;
  position: relative;
  margin-bottom: 5px;
  padding-right: 10px;
}
.mainvisual #whether .whether-temp-min span:nth-child(1):after {
  position: absolute;
  content: "";
  background-image: url(../img/top/sesshi_min.gif);
  width: 10px;
  height: 10px;
  top: 4px;
  right: -2px;
}
.mainvisual #whether .whether-temp-min span:nth-child(2):after {
  position: absolute;
  content: "";
  background-image: url(../img/top/kashi_min.gif);
  width: 10px;
  height: 10px;
  top: 4px;
  right: -2px;
}
.mainvisual #whether .whether-temp-max {
  width: 40px;
  text-align: right;
  float: left;
  color: #b4272d;
}
.mainvisual #whether .whether-temp-max span {
  display: block;
  font-size: 0.75em;
  position: relative;
  margin-bottom: 5px;
}
.mainvisual #whether .whether-temp-max span:nth-child(1):after {
  position: absolute;
  content: "";
  background-image: url(../img/top/sesshi_max.gif);
  width: 21px;
  height: 10px;
  top: 4px;
  right: -22px;
}
.mainvisual #whether .whether-temp-max span:nth-child(2):after {
  position: absolute;
  content: "";
  background-image: url(../img/top/kashi_max.gif);
  width: 21px;
  height: 10px;
  top: 4px;
  right: -22px;
}
.mainvisual #whether a {
  font-size: 12px;
  text-align: center;
  border: solid 1px #cccccc;
  display: inline-block;
  color: #545454;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .mainvisual .nav-wrap {
//    display: none;
  }
  div.mainvisual {
    padding-bottom: 50px;
  }
  div.inner h1 {
    padding: 20px 0 30px;
  }
  div.inner h1 img{
    width: 150px;
//    float: left;
  }
  div.inner h1:after{
    content: "";
    display: block;
    clear: both;
  }
  .mainvisual .nav-wrap .search {
    display: none;
  }
  .mainvisual div.nav-wrap nav ul li:not(:last-child) {
    margin-right: 0;
  }
  .mainvisual div.nav-wrap nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .mainvisual div.nav-wrap nav ul li {
    width: 48%;
    margin-right: 0;
    margin-top: 10px;
  }
  .mainvisual div.nav-wrap nav ul:after {
    display: none;
  }
  .mainvisual div.nav-wrap nav ul li {
    text-align: center;
  }
  div.about {
    display: none;
  }
  body section.sp {
    padding-bottom: 10px;
  }
  section.sp div.inner h4, section .popular div.inner h4 {
    padding-bottom: 0;
  }
  div.inner h4 img {
    height: 60px;
  }
  section.sp div.inner div.items .item {
    padding: 0;
  }
  section div.popular div.theme-search div.items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  section div.popular div.theme-search div.items div.item {
    width: 50%;
  }
}
.mainvisual .nav-wrap .search {
  margin: 0 auto 20px;
}
.mainvisual .nav-wrap .search form {
  width: 100%;
  max-width: 300px;
  float: right;
}
.mainvisual .nav-wrap .search form dl {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
}
.mainvisual .nav-wrap .search form dl dt {
  padding-left: 5px;
}
.mainvisual .nav-wrap .search form dl dt input {
  width: 86%;
  line-height: 35px;
  background: none;
  border: none;
}
.mainvisual .nav-wrap .search form dl dd {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #a70000;
  cursor: pointer;
  line-height: 35px;
  width: 35px;
  text-align: center;
}
.mainvisual .nav-wrap .search form dl dd button {
  background: none;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  min-height: auto;
}
.mainvisual .nav-wrap .search form dl dd button span {
  cursor: pointer;
  display: block;
  width: 16px;
  height: 17px;
  background-image: url("../img/common/btn_search_pc.png");
}
.mainvisual .nav-wrap nav ul li {
  float: left;
  width: 23.125%;
}
.mainvisual .nav-wrap nav ul li:not(:last-child) {
  margin-right: 2.5%;
}
.mainvisual .nav-wrap nav ul li a {
  display: block;
}
.mainvisual .pc-new-topics {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .mainvisual .pc-new-topics {
    display: none;
  }
}
.mainvisual .pc-new-topics .ticker {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: relative;
  line-height: 50px;
  overflow: hidden;
}
.mainvisual .pc-new-topics .ticker li {
  line-height: 50px;
  display: none;
  font-size: 0.875em;
  color: #fff;
  padding-left: 50px;
}
@media screen and (max-width: 959px) {
  .mainvisual .pc-new-topics .ticker li {
    margin-left: 10px;
  }
}
.mainvisual .pc-new-topics .ticker li:before {
  position: absolute;
  content: "";
  background-image: url(../img/top/new_topics.png);
  width: 33px;
  height: 23px;
  top: 15px;
  left: 0px;
}
.mainvisual .pc-new-topics .ticker li span {
  padding-right: 1em;
}
.mainvisual .pc-new-topics .ticker li a {
  color: #fff;
  text-decoration: underline;
}
.mainvisual .pc-new-topics .ticker li a:hover {
  text-decoration: none;
}
.mainvisual .pc-new-topics .more-btn {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.mainvisual .pc-new-topics .more-btn a {
  position: absolute;
  top: -37px;
  right: 0px;
  display: block;
  color: #000;
  text-decoration: underline;
  background-color: #fff;
  font-size: 0.875em;
  padding: 1px 15px 1px 30px;
}
@media screen and (max-width: 959px) {
  .mainvisual .pc-new-topics .more-btn a {
    right: 10px;
  }
}
.mainvisual .pc-new-topics .more-btn a:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #056f4a;
}

.feature-banner-wrap .pc-feature-banner {
  background-image: url(../img/top/bg_feature_banner.jpg);
  background-repeat: repeat;
  padding: 15px 0;
}
/*
@media screen and (max-width: 767px) {
  .feature-banner-wrap .pc-feature-banner {
    display: none;
  }
}
*/
.feature-banner-wrap .pc-feature-banner ul {
  margin: 0;
}
.feature-banner-wrap .pc-feature-banner ul li {
  padding: 0 15px;
}
@media screen and (max-width: 959px) {
  .feature-banner-wrap .pc-feature-banner ul li {
    padding: 0 10px;
  }
}
.feature-banner-wrap .pc-feature-banner ul li a {
  display: block;
}
.feature-banner-wrap .pc-feature-banner ul li a img {
  margin: auto;
}
/*
.feature-banner-wrap .sp-feature-banner {
  display: none;
  background-image: url(../img/top/bg_feature_banner.jpg);
  background-repeat: repeat;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .feature-banner-wrap .sp-feature-banner {
    display: block;
    padding: 20px 0 0 0;
  }
  .feature-banner-wrap .sp-feature-banner ul {
    list-style: none;
    text-align: center;
  }
  .feature-banner-wrap .sp-feature-banner ul li {
    display: inline-block;
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 479px) {
  .feature-banner-wrap .sp-feature-banner ul li {
    margin: 0 30px 20px;
  }
}
*/
.about {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about #loopslider {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about #loopslider2 {
    display: none;
  }
}
.about .intro {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .about .intro {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about .intro {
    position: static;
    background-image: url(../img/top/about/bg_about_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
  }
}
.about .intro h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about .intro h3.pc {
    display: none;
  }
}
.about .intro h3.sp {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  display: none;
}
@media screen and (max-width: 767px) {
  .about .intro h3.sp {
    display: block;
    font-size: 1.875em;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 1px 0px 5px #000, 0px 1px 5px #000, -1px 0px 5px #000, 0px -1px 5px #000;
  }
  .about .intro h3.sp span {
    font-size: 0.625em;
  }
}
@media screen and (max-width: 479px) {
  .about .intro h3.sp {
    font-size: 1.5em;
  }
  .about .intro h3.sp span {
    font-size: 0.625em;
  }
}
.about .intro .sp-text {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  display: none;
}
@media screen and (max-width: 767px) {
  .about .intro .sp-text {
    display: block;
    padding: 10px 0 0;
    font-size: 1.125em;
    line-height: 1.8;
    color: #fff;
    text-shadow: 1px 0px 5px #000, 0px 1px 5px #000, -1px 0px 5px #000, 0px -1px 5px #000;
  }
}
@media screen and (max-width: 479px) {
  .about .intro .sp-text {
    font-size: 0.875em;
  }
}
.about .intro .more {
  cursor: pointer;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -87.25px;
  font-size: 0.8125em;
  color: #000;
  background-color: #fff;
  padding: 10px 45px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .about .intro .more {
    display: none;
  }
}
.about .intro .more:hover {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all  .2s ease-in-out;
}
.about .intro .more:hover:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}
.about .intro .more span {
  padding-left: 1.5em;
  position: relative;
  width: 84.5px;
}
.about .intro .more span.on {
  display: none;
}
.about .intro .more span:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #137c57 transparent transparent transparent;
}
.about .intro .more.active span.on {
  display: block;
}
.about .intro .more.active span.off {
  display: none;
}
.about .intro .more.active span:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #137c57 transparent;
}

.about-accordion {
  display: none;
  background-image: url(../img/top/about/bg_about_accordion.jpg);
  background-repeat: repeat;
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .about-accordion {
    display: none !important;
  }
}
.about-accordion .nagano-map {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/top/about/bg_nagano_map00.png);
}
.about-accordion .nagano-map:before {
  content: "";
  display: block;
  padding-top: 88.33333333%;
}
.about-accordion .oidenashite {
  padding-top: 80px;
}
.about-accordion .oidenashite .items .item {
  float: left;
  width: 320px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .about-accordion .oidenashite .items .item {
    width: 50%;
  }
}
.about-accordion .oidenashite .items .item .wrap {
  margin-top: -10px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: dashed 3px #62a24f;
}
.about-accordion .oidenashite .items .item .wrap p {
  font-size: 0.875em;
  padding-bottom: 5px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .about-accordion .oidenashite .items .item .wrap img {
    width: 100%;
  }
}

.popular {
  padding-bottom: 150px;
  background-image: url(../img/top/bg_popular.jpg);
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .popular {
    background-size: cover;
    background-position: center 1500px;
  }
}
@media screen and (max-width: 479px) {
  .popular {
    padding-bottom: 50px;
  }
}
.popular h4 {
  text-align: center;
  padding-bottom: 65px;
}
@media screen and (max-width: 479px) {
  .popular h4 {
    padding: 0 30px 20px;
  }
}
@media screen and (max-width: 479px) {
  .popular .filters {
    display: none;
  }
}
.popular .sp-more {
  display: none;
  max-width: 140px;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .popular .sp-more {
    display: block;
  }
}
.popular .sp-more a {
  display: block;
  color: #000;
  background-color: #d9d9d9;
  font-size: 0.75em;
  line-height: 27px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

section.sp {
  display: none;
}
/* @media screen and (max-width: 479px) { */
@media screen and (max-width: 767px) {
  section.sp {
    display: block;
    padding-bottom: 50px;
  }
}
section.sp h4 {
  text-align: center;
  padding-bottom: 30px;
}
section.sp .items .item {
  border-bottom: dotted 1px #282828;
  padding: 20px 0;
}
section.sp .items .item .day {
  font-size: 0.875em;
  color: #949494;
}
section.sp .items .item h5 {
  font-size: 0.9375em;
  padding: 5px 0;
}
section.sp .items .item .text {
  font-size: 0.75em;
  color: #545454;
  line-height: 1.6;
}
section.sp .more {
  display: none;
  max-width: 140px;
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 479px) {
  section.sp .more {
    display: block;
  }
}
section.sp .more a {
  display: block;
  color: #000;
  background-color: #d9d9d9;
  font-size: 0.75em;
  line-height: 27px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.bnr-info {
  padding: 25px 0 5px;
}
@media screen and (max-width: 479px) {
  .bnr-info {
    display: none;
  }
}
.bnr-info ul {
  list-style: none;
}
.bnr-info ul li {
  float: left;
  width: 25%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .bnr-info ul li {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .bnr-info ul li {
    width: 100%;
    padding-bottom: 10px;
  }
}
.bnr-info ul li a img {
  border: solid 1px #bebebe;
}

.banner-area {
  background-color: #e5e5e5;
}
@media screen and (max-width: 479px) {
  .banner-area {
    display: none;
  }
}
.banner-area ul {
  list-style: none;
  padding: 60px 0 40px;
}
.banner-area ul li {
  float: left;
}
.banner-area .bnr-large li {
  width: 50%;
  text-align: center;
  padding: 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .banner-area .bnr-large li {
    width: 100%;
  }
}
.banner-area .bnr-small li {
  width: 25%;
  text-align: center;
  padding: 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .banner-area .bnr-small li {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .banner-area .bnr-small li {
    width: 100%;
  }
}


.sp-new-topics .items .item {
  width: 100%;
}
