@charset "UTF-8";
.green {
  background-color: #96be00;
}

.blue {
  background-color: #69afcd;
}

.dark-green {
  background-color: #1e551e;
}

.light-brown {
  background-color: #b4a073;
}

p.link {
  margin-top: 20px;
}
p.link a {
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.96px;
  width: 100%;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  margin-right: 16px;
  padding: 0 12px;
  max-width: 240px;
  text-align: center;
  background: url(../images/icon-button.png) no-repeat center right 12px #1e551e;
  background-size: 8px auto;
}
p.link a:last-child {
  margin-right: 0;
}
p.link a:hover {
  opacity: 0.6;
}

main {
  position: relative;
}

a {
  transition: all ease-in-out 0.3s;
}

.link-more {
  text-align: right;
}
.link-more a {
  display: inline-block;
  color: #333333;
  padding-right: 56px;
  background: url(../images/icon-for-title.png) no-repeat center right;
  background-size: contain;
  line-height: 40px;
}
.link-more a:hover {
  color: #00822d;
}

h2 {
  color: #00822d;
  font-family: "JLPGA-Regular";
  letter-spacing: 0;
}

h3 {
  text-align: center;
  color: #00822d;
  font-weight: 700;
}

.slick-arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  z-index: 2;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 23px auto;
}
@media screen and (max-width: 1350px) {
  .slick-arrow {
    width: 32px;
    height: 64px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.slick-arrow:hover {
  background: url(../images/arrow.png) no-repeat center;
  background-size: 23px auto;
  opacity: 0.6;
}
.slick-arrow::before {
  content: none;
}

.slick-prev {
  left: -80px;
  background: url(../images/arrow-pre.png) no-repeat center;
  background-size: 23px auto;
}
@media screen and (max-width: 1350px) {
  .slick-prev {
    background: url(../images/arrow-visual.png) no-repeat center rgba(0, 0, 0, 0.8);
    background-size: 20px auto;
    left: 14px;
  }
  .container.tour-schedule .slick-prev {
    background: url(../images/arrow-pre.png) no-repeat center;
    background-size: 23px auto;
    left: 25px;
  }
}
.slick-prev:hover {
  background: url(../images/arrow-pre.png) no-repeat center;
  background-size: 23px auto;
}
.tour-schedule .slick-prev:focus {
  background-image: url(../images/arrow-pre.png);
}

.slick-next {
  right: -80px;
}
@media screen and (max-width: 1350px) {
  .slick-next {
    right: 14px;
    background: url(../images/arrow-visual-next.png) no-repeat center rgba(0, 0, 0, 0.8);
    background-size: 20px auto;
  }
  .container.tour-schedule .slick-next {
    background: url(../images/arrow.png) no-repeat center;
    background-size: 23px auto;
    right: 25px;
  }
}

.slick-prev.hidden,
.slick-next.hidden {
  opacity: 0;
  pointer-events: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.tour-schedule .slick-next:focus {
  background-image: url(../images/arrow.png);
}

.tab__btn {
  position: relative;
  padding: 0 0 5px;
  margin: 0 18px 10px;
  border: none;
  font-size: 15px;
  color: #333333;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .tab__btn {
    margin: 0 18px 10px;
  }
  .tab__btn:first-child {
    margin-left: 0;
  }
}
.tab__btn:hover, .tab__btn.tab__btn--active {
  background: transparent;
}
.tab__btn:hover::after, .tab__btn.tab__btn--active::after {
  opacity: 1;
}
.tab__btn::before {
  content: "";
  background-color: #9a9a9a;
  height: 18px;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.tab__btn::after {
  content: "";
  background-color: #9a9a9a;
  height: 1px;
  left: 0;
  width: 100%;
  opacity: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  position: absolute;
}
.tab__btn:first-child {
  padding-left: 0;
}
.tab__btn:first-child::after {
  left: 0;
  right: 0;
}
.tab__btn:first-child:hover::after, .tab__btn:first-child.tab__btn--active::after {
  width: 100%;
  height: 1px;
  bottom: 3px;
}

.tab__btn--active {
  opacity: 1;
}

.tab__btn:hover {
  opacity: 1;
}

.tab__logo {
  position: absolute;
  right: 0;
  top: 20px;
}
.tab__logo .tab__logo_none {
  display: none;
}
.tab__logo .tab__logo_none img {
  height: 38px;
}
.tab__logo .tab__logo_none.active {
  display: block;
}

.tab__btn:hover::before {
  transform: scaleY(1);
}

.tab__btn span {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  transition: color 0.5s ease;
}

.tab__btn:not(.tab__btn--active):hover span {
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .tab__btn--active::after {
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    transform: scaleY(1);
    background-color: #b4a073;
    position: absolute;
    bottom: -2px;
  }
}

.tab__items {
  position: relative;
}
@media screen and (min-width: 551px) {
  .tab__items .top-content {
    display: none;
  }
}
.tab__items .top-content .tab-title {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
}
.tab__items .top-content .tab__logo_none img {
  height: 38px;
}

.tab__item {
  display: none;
  width: 100%;
  padding: 44px 0 60px;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.tab__item .content {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .tab__item .content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.tab__item--active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.merit .merit01 .important-notices {
  background: transparent;
}

.box-slider .box-slider-inner .link-more {
  position: relative;
  top: 2px;
}
.box-slider .box-slider-inner .box-slider-ttl {
  font-size: 18px;
  padding-left: 56px;
  background: url(../images/icon-title-content-01.png) no-repeat left top;
  line-height: 40px;
  font-weight: bold;
  background-size: 40px auto;
  color: #333;
  margin-bottom: 14px;
  overflow: hidden;
}
@media screen and (max-width: 374px) {
  .box-slider .box-slider-inner .box-slider-ttl {
    font-size: 16px;
  }
}
.box-slider .box-slider-inner .box-slider-ttl span {
  position: relative;
}
.box-slider .box-slider-inner .box-slider-ttl span:before {
  content: "";
  background: #e2e2e2;
  height: 1px;
  left: calc(100% + 20px);
  width: 2500px;
  position: absolute;
  top: 50%;
}
.box-slider .box-slider-inner:nth-of-type(2) .box-slider-ttl {
  background: url(../images/icon-title-content-02.png) no-repeat left top;
  background-size: 40px auto;
}
.box-slider .box-slider-inner .slick-prev {
  left: -64px;
}
@media screen and (max-width: 1350px) {
  .box-slider .box-slider-inner .slick-prev {
    left: 9px;
  }
}
.box-slider .box-slider-inner .slick-next {
  right: -64px;
}
@media screen and (max-width: 1350px) {
  .box-slider .box-slider-inner .slick-next {
    right: 7px;
  }
}

.sp-tabs {
  display: none;
}

@media screen and (max-width: 550px) {
  .sp-tabs {
    position: relative;
    display: flex;
    width: 100%;
    height: 64px;
    /*margin: 0 0 20px;*/
    z-index: 10;
  }
  .sp-tabs li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #646464;
    font-weight: 700;
    font-size: 12px;
    background-color: #efefef;
    width: 20%;
    /*height: 64px;*/
    border-right: 1px solid #fff;
    padding-top: 20px;
    position: relative;
  }
  .sp-tabs li:last-child {
    border: none;
  }
  .sp-tabs li.sp-tab-active {
    background-color: #00822d;
    color: #fff;
  }
  .sp-tabs-fixed {
    position: fixed;
    margin-top: 0;
    z-index: 100;
  }
  .sp-tab-content {
    visibility: hidden;
    height: 0;
    opacity: 0;
    /*background-image: url(../images/sp-contents-bg.jpg);*/
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-x;
    padding-top: 40px;
    padding-bottom:40px;
  }
  .sp-tab-content.padding-zero {
    padding-top: 0;
    padding-bottom: 0;
  }
  .container.sp-tab-content .content .wrap-tab .tab__item {
    visibility: hidden;
    height: 0;
    opacity: 0;
  }
  .sp-tab-content-active {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .container.tour-schedule.sp-tab-content-active .content .wrap-tab .tab__item--active {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .ranking.sp-tab-content-active .tabs .tab__items .tab__item--active {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .ranking.sp-tab-content-active .tabs .tab__items .tab__item--active .child_tab__items .tab__item--active {
    visibility: visible !important;
    height: auto !important;
    opacity: 1;
  }
  .sp-tabs li:first-child:before{
    position: absolute;
    content: '';
    background: url(../images/sp-icon01-g.png) no-repeat;
    background-size: contain;
    width:19px;
    height:17px;
    top:14px;
    left:0;
    right:0;
    margin:auto;
  }
  .sp-tabs li.sp-tab-active:first-child:before{
    background-image: url(../images/sp-icon01-w.png);
  }
  .sp-tabs li:nth-child(2):before{
    position: absolute;
    content: '';
    background: url(../images/sp-icon02-g.png) no-repeat;
    background-size: contain;
    width:17px;
    height:17px;
    top:14px;
    left:0;
    right:0;
    margin:auto;
  }
  .sp-tabs li.sp-tab-active:nth-child(2):before{
    background-image: url(../images/sp-icon02-w.png);
  }
  .sp-tabs li:nth-child(3):before{
    position: absolute;
    content: '';
    background: url(../images/sp-icon03-g.png) no-repeat;
    background-size: contain;
    width:15px;
    height:17px;
    top:14px;
    left:0;
    right:0;
    margin:auto;
  }
  .sp-tabs li.sp-tab-active:nth-child(3):before{
    background-image: url(../images/sp-icon03-w.png);
  }
  .sp-tabs li:nth-child(4):before{
    position: absolute;
    content: '';
    background: url(../images/sp-icon04-g.png) no-repeat;
    background-size: contain;
    width:18px;
    height:17px;
    top:14px;
    left:0;
    right:0;
    margin:auto;
  }
  .sp-tabs li.sp-tab-active:nth-child(4):before{
    background-image: url(../images/sp-icon04-w.png);
  }
  .sp-tabs li:nth-child(5):before{
    position: absolute;
    content: '';
    background: url(../images/sp-icon05-g.png) no-repeat;
    background-size: contain;
    width:16px;
    height:15px;
    top:14px;
    left:0;
    right:0;
    margin:auto;
  }
  .sp-tabs li.sp-tab-active:nth-child(5):before{
    background-image: url(../images/sp-icon05-w.png);
  }
}

@media screen and (max-width: 374px) {
  .sp-tabs li {
    font-size: 10px;
    letter-spacing: -1px;
  }
}
.home #sticky-wrapper {
  display: none;
}
/*Update Tab Ranking*/
.merit01 .sp-tabs .inactive{
  pointer-events: none;
}
.merit01 .sp-tabs .inactive span, .merit01 .sp-tabs .inactive::before{
  opacity: 0.3;
}
@media screen and (max-width: 550px) {
  .home #sticky-wrapper {
    display: block;
  }
}
/*# sourceMappingURL=home.css.map */