@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;
  margin-top: 10px;
}
.top .header-pc nav {
  display: none;
}
@media screen and (max-width: 1053px) {
  .top .header-pc nav {
    display: block;
    float: right;
  }
  .top .header-pc nav ul li {
    display: inline-block;
    font-size: 0.8125em;
    text-align: center;
    margin-left: 10px;
  }
  .top .header-pc nav ul li a {
    color: #fff;
    background-color: #4E4E4E;
    display: block;
    padding: 10px 0px;
    width: 140px;
    text-decoration: underline;
  }
  .top .header-pc nav ul li a:hover {
    text-decoration: none;
  }
}
.top .header-pc .header-btn {
  text-align: right;
}
.top .header-pc .various-btn {
  display: inline-block;
  padding-top: 20px;
  vertical-align: top;
}
.top .header-pc .various-btn div {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  position: relative;
}
.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: 959px) {
  .top .header-pc .font-size {
    right: 10px;
  }
}
.top .header-pc .font-size ul {
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
}
.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: 50px;
  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/main_img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}
@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: 135px;
  right: 10px;
  background-color: #fff;
  border-radius: 50%;
  width: 141px;
  height: 141px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .mainvisual #whether {
    display: none;
  }
}
.mainvisual #whether img {
  display: block;
  margin: auto;
  margin: 25px auto 15px;
}
.mainvisual #whether .whether-temp-min {
  text-align: right;
  float: right;
}
.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: 30%;
  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 .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;
}

.bg-flower {
  background-image: url(../img/top/bg_flower.jpg);
  height: 180px;
  background-repeat: repeat;
  position: relative;
}
@media screen and (max-width: 959px) {
  .bg-flower {
    height: auto;
    padding-bottom: 12.9%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .bg-flower {
    display: none;
  }
}
.bg-flower .nav-wrap {
  position: absolute;
  width: 100%;
  top: -150px;
}
@media screen and (max-width: 959px) {
  .bg-flower .nav-wrap {
    padding: 0 10px;
    top: -175px;
  }
}
.bg-flower .nav-wrap .nav-inner {
  max-width: 960px;
  margin: auto;
}
.bg-flower .nav-wrap .search {
  margin: 0 auto 20px;
}
.bg-flower .nav-wrap .search form {
  width: 100%;
  max-width: 300px;
  float: right;
}
.bg-flower .nav-wrap .search form dl {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
}
.bg-flower .nav-wrap .search form dl dt {
  padding-left: 5px;
}
.bg-flower .nav-wrap .search form dl dt input {
  width: 86%;
  line-height: 35px;
  background: none;
  border: none;
}
.bg-flower .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;
}
.bg-flower .nav-wrap .search form dl dd button {
  background: none;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  min-height: auto;
}
.bg-flower .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");
}
.bg-flower .nav-wrap nav ul li {
  float: left;
  width: 23.125%;
}
.bg-flower .nav-wrap nav ul li:not(:last-child) {
  margin-right: 2.5%;
}
.bg-flower .nav-wrap nav ul li a {
  display: block;
}

.feature-banner-wrap .pc-feature-banner {
  background-color: #e6e6e6;
  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-color: #e6e6e6;
  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;
  }
}

.concept {
  position: relative;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .concept {
    padding-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  .concept {
    display: none;
  }
}
.concept h3 {
  text-align: center;
  position: relative;
  font-size: 1.75em;
  letter-spacing: 2px;
  font-weight: lighter;
  padding: 45px 0 40px;
}
@media screen and (max-width: 767px) {
  .concept h3 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .concept h3 {
    font-size: 1.5em;
    padding-top: 35px;
  }
}
.concept h3:before {
  position: absolute;
  content: "";
  background-image: url(../img/top/title_head.png);
  width: 91px;
  height: 24px;
  top: 0;
  left: 50%;
  margin-left: -45.5px;
}
.concept .concept-wrap {
  background-image: url(../img/top/bg_concept.jpg);
  background-size: cover;
  padding: 250px 0 190px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .concept .concept-wrap {
    padding: 190px 0 190px;
  }
}
@media screen and (max-width: 767px) {
  .concept .concept-wrap {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .concept #loopslider {
    display: none;
  }
}
.concept .intro {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .concept .intro {
    position: static;
  }
}
.concept .intro .intro-inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.concept .intro .intro-inner:before {
  position: absolute;
  content: "";
  background-image: url(../img/top/map_japan.png);
  width: 356px;
  height: 345px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .concept .intro .intro-inner:before {
    content: none;
  }
}
@media screen and (max-width: 959px) {
  .concept .intro .intro-inner {
    padding: 0 10px;
  }
}
.concept .intro .intro-inner p {
  position: relative;
  max-width: 700px;
  color: #fff;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 1px;
  text-shadow: 2px 0px 3px #000, 0px 2px 3px #000, -2px 0px 3px #000, 0px -2px 3px #000;
  z-index: 10;
}

.popular {
  padding-top: 20px;
  padding-bottom: 100px;
  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: 959px) {
  .popular {
    padding-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .popular {
    padding-bottom: 50px;
  }
}
.popular h4 {
  font-size: 1.75em;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: lighter;
  letter-spacing: 2px;
  text-align: center;
  padding: 45px 0 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popular h4 {
    padding: 45px 0 20px;
  }
}
@media screen and (max-width: 479px) {
  .popular h4 {
    font-size: 1.5em;
    padding: 35px 0 0;
  }
}
.popular h4:before {
  position: absolute;
  content: "";
  background-image: url(../img/top/title_head.png);
  width: 91px;
  height: 24px;
  top: 0;
  left: 50%;
  margin-left: -45.5px;
}
@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;
}

.information {
  padding: 20px 0 80px;
}
.information h4 {
  font-size: 1.75em;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: lighter;
  letter-spacing: 2px;
  text-align: center;
  padding: 45px 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information h4 {
    padding: 45px 40px;
  }
}
@media screen and (max-width: 479px) {
  .information h4 {
    font-size: 1.5em;
    padding: 35px 0 30px;
  }
}
.information h4:before {
  position: absolute;
  content: "";
  background-image: url(../img/top/title_head.png);
  width: 91px;
  height: 24px;
  top: 0;
  left: 50%;
  margin-left: -45.5px;
}
.information .wrap .item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #b0b0b0;
}
.information .wrap .item .day {
  font-size: 0.875em;
  color: #949494;
}
@media screen and (max-width: 479px) {
  .information .wrap .item .day {
    font-size: 0.8125em;
  }
}
.information .wrap .item h5 {
  font-size: 1.125em;
  margin: 5px 0;
  font-weight: lighter;
  letter-spacing: 1px;
}
@media screen and (max-width: 479px) {
  .information .wrap .item h5 {
    font-size: 1em;
  }
}
.information .wrap .item h5 a {
  color: #000;
  text-decoration: underline;
}
.information .wrap .item h5 a:hover {
  text-decoration: none;
}
.information .wrap .item .detail {
  font-size: 0.8125em;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.information .wrap .item .more {
  text-align: right;
}
.information .wrap .item .more a {
  font-size: 0.75em;
  color: #000;
  background-color: #d9d9d9;
  display: inline-block;
  padding: 4px 30px;
  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%;
  }
}
