/* Ranking共通 */

.ranking-page main section {
	padding: 40px 0;
}

.ranking-page main section h2 {
	margin-bottom: 16px;
}

.ranking-page .main-dark {
	background: url(/stcontents/img/ranks/common/bg-bottom-2.png) no-repeat right bottom;
	background-color: #1C1C1E;
}

.ranking-page .key-visual {
	height: 360px;
	background: url(/stcontents/img/ranks/common/bg-top.png) no-repeat left top, url(/stcontents/img/ranks/2022/logo-bg.svg) no-repeat center center, url(/stcontents/img/ranks/common/bg-bottom.png) no-repeat right bottom;
	background-color: #1C1C1E;
}

.ranking-page .key-visual .inner {
	top: 58%;
}

.ranking-page .key-visual h1 {
	display: inline-block;
	margin: 0 auto;
	letter-spacing: 1px;
	text-align: center;
	font-size: 2.6rem;
	text-shadow: none;
	color: #D9B255;
}

.ranking-page .key-visual h1 img {
	max-width: 100%;
	display: block;
	margin: 0 auto 40px;
}

.ranking-page .key-visual .sns {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 16px;
	text-align: right;
}

.ranking-page .anchor-link.position-measure ul {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	min-width: auto;
}

.ranking-page .ranking-wrap {
	margin-bottom: 88px;
	padding: 24px 40px 120px 40px;
	background: #F5F5F5;
	max-width: 1200px;
}

.ranking-page #all-ranking {
	padding: 24px 0 0 0;
}

.ranking-page #satisfy-ranking {
	padding: 120px 0 0 0;
}

.ranking-page #area-ranking h2,
.ranking-page #theme-ranking h2 {
	margin-bottom: 8px;
}

.ranking-page #area-ranking .col4-article.flex-wrap ul,
.ranking-page #theme-ranking .col4-article.flex-wrap ul {
	margin-top: 32px;
}

.ranking-page #theme-ranking {
	padding: 40px 0 0;
	padding: 120px 0 0 0;
}

.ranking-page #area-ranking {
	padding: 88px 0 0 0;
}

.ranking-page .hotel-info-list {
	padding-top: 24px;
}

.ranking-page .hotel-info-list .result-hotel.not-sales .info-text-ranking,
.ranking-page .hotel-info-list .result-hotel.not-sales .intro {
	color: #999;
}

.ranking-page .plan-banner-list > li:not(:last-child) {
	margin-bottom: 16px;
}

.ranking-page .plan-banner:hover {
	opacity: .7;
}

.ranking-page .plan-banner {
	border-radius: 8px;
	overflow: hidden;
	display: block;
}

.ranking-page .plan-banner img {
	display: block;
	width: 100%;
	height: auto;
}
.ranking-page .region_tab .col6-article-2 .btn-scroll-prev-2 img {
  -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* 画面幅1120px以上ではpaddingを「0」にして沖縄を表示 */
@media (min-width: 1120px) {
  .ranking-page .region_tab .col6-article-2-wrap {
      padding: 0!important;
  }
}

@media (min-width: 1024px) {
	.ranking-page .hotel-info-list .result-hotel .intro {
		margin-top: 12px;
	}
	.ranking-page .hotel-info-list .result-hotel .name {
		font-size: 2.4rem;
	}
	.ranking-page .hotel-info-list .result-hotel .address {
		font-size: 1.6rem;
	}
	.ranking-page .hotel-info-list .result-hotel .photo {
		width: 640px;
		height: 300px;
	}
	.ranking-page .hotel-info-list .result-hotel .hotel-info {
		left: 662px;
		top: 32px;
	}
}

@media (max-width: 1023px) {
	.ranking-page .result-hotel .intro {
		padding: 16px 16px 4px;
	}
	.ranking-page .result-hotel .intro-text {
		font-size: 1.4rem;
	}
	.ranking-page .result-hotel .hotel-info {
		bottom: 0;
	}
	.ranking-page .result-hotel h2 {
		margin-bottom: 2px;
		font-size: 1.6rem;
	}
	.ranking-page .result-hotel .address {
		margin: 0 0 8px;
	}
}

@media (max-width: 767px) {
	.ranking-page .key-visual {
		height: 400px;
		background: url(/stcontents/img/ranks/common/bg-top-sp.png) no-repeat left top, url(/stcontents/img/ranks/2022/logo-bg.svg) no-repeat center center;
		background-color: #1C1C1E;
	}
	.ranking-page .key-visual h1 {
		padding: 0 24px;
		text-align: center;
		line-height: 1.5;
		font-size: 2rem;
	}
	.ranking-page .key-visual h1 img {
		margin: 0 auto 32px;
		width: 100%;
		max-width: 300px;
	}
	.ranking-page .key-visual .sns {
		bottom: 24px;
	}
	.ranking-page .anchor-link.position-measure {
		margin: 0 -16px;
	}
	.ranking-page .anchor-link.position-measure ul {
		min-width: auto;
		width: fit-content;
		padding: 0 8px;
		margin: 0 auto;
	}
	.ranking-page main.main-dark {
		background: #FFF;
	}
	.ranking-page main section h2 {
		margin-bottom: 8px;
		font-size: 2.4rem;
	}
	.ranking-page .ranking-wrap {
		margin-bottom: 0;
		padding: 16px 16px 0 16px;
	}
	.ranking-page #all-ranking {
		padding-top: 8px;
	}
	.ranking-page #satisfy-ranking {
		padding-top: 40px;
		padding-bottom: 16px;
	}
	.ranking-page.ranking-year .key-visual {
		height: 600px;
		background: url(/stcontents/img/ranks/common/bg-top-sp.png) no-repeat left top, url(/stcontents/img/ranks/common/logo-bg-2.svg) no-repeat center center, url(/stcontents/img/ranks/common/bg-bottom-sp.png) no-repeat right bottom;
		background-color: #1C1C1E;
	}
	.ranking-page.ranking-year #theme-ranking,
	.ranking-page.ranking-year #area-ranking {
		width: calc(100% + 32px);
		margin: 0 -16px;
		background: #FFF;
	}
	.ranking-page.ranking-year #theme-ranking .ranking-inner,
	.ranking-page.ranking-year #area-ranking .ranking-inner {
		padding-left: 16px;
		padding-right: 16px;
		margin: 0 auto;
	}
	.ranking-page.ranking-year #theme-ranking .col4-article.flex-wrap ul,
	.ranking-page.ranking-year #area-ranking .col4-article.flex-wrap ul {
		margin-top: 16px;
	}
	.ranking-page.ranking-year .btn-other {
		width: calc(100% + 32px);
		margin: 0 -16px;
		padding: 0 16px;
		background: #FFF;
	}
	.ranking-page.ranking-year .btn-other .wrap {
		max-width: 400px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
						flex-direction: column-reverse;
	}
	.ranking-page #theme-ranking {
		padding-top: 40px;
	}
	.ranking-page #area-ranking {
		padding-top: 32px;
	}
	.ranking-page .hotel-info-list {
		padding-top: 8px;
	}
	.ranking-page .hotel-info-list .result-hotel {
		padding-bottom: 5px;
		border-radius: 8px;
	}
	.ranking-page .hotel-info-list .result-hotel .photo {
		height: 184px;
	}
}

@media (min-width: 768px) {
	.ranking-page.ranking-year .key-visual {
		height: 460px;
	}
	.ranking-page.ranking-year .bread-crumbs a {
		color: #FFF;
	}
  /* 画面幅768px~1120pxの間では矢印とpaddingを表示し、画面幅767以下では矢印自体を非表示（SP幅は既存の挙動） */
	.ranking-page .region_tab .col6-article-2-wrap {
		padding: 0 3.3rem;
	}
}

@media (max-width: 390px) {
	.ranking-page .btn-anker {
		padding: 0 8px;
	}
}

/* 「Reluxでお得に泊まる」カルーセルエリア START */
.ranking-page .feature-line-2 {
    width: 100%;
    overflow-x: auto;
    position: relative;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .ranking-page .feature-line-2 h2 {
    line-height: 44px;
  }
  .ranking-page .feature-line-2 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .ranking-page .feature-line-2 a {
    color: #0F0A64;
    background: #F3F8FD;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    width: 198px;
    height: 82px;
    float: left;
    text-align: left;
    margin-right: 32px;
    margin-bottom: 32px;
    padding: 16px 8px 14px 16px;
    position: relative;
  }
  .ranking-page .feature-line-2 a:last-child {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .ranking-page .feature-line-2 a::after {
    display: inline-block;
    content: "";
    background: url(/stcontents/img/index/icon-featureline2-arrow-right.svg) no-repeat;
    width: 9px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .ranking-page .feature-line-2 a:hover {
    opacity: .7;
  }
  .ranking-page .feature-line-2 .upper-row {
    display: flex;
    align-items: center;
    height: 28px;
  }
  .ranking-page .feature-line-2 .upper-row .fl2-icon {
    width: 24px;
    margin-right: 8px;
  }
  .ranking-page .feature-line-2 .mb-2 {
    margin-bottom: 2px;
  }
  .ranking-page .feature-line-2 .lower-row {
    color: #0F0A64;
  }
  @media (max-width: 767px) {
    .ranking-page .feature-line-2 .inner {
      justify-content: space-between;
    }
    .ranking-page .feature-line-2 .inner::after {
      content: "";
      display: block;
      width: calc(33% - 4px);
      height: 0;
    }
    .ranking-page .feature-line-2 a {
      width: calc(33% - 4px);
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10);
      margin-right: 8px;
      margin-bottom: 8px;
    }
    .ranking-page .feature-line-2 a:last-child {
      margin-right: 8px;
      margin-bottom: 24px;
    }
    .ranking-page .feature-line-2 a::after {
      display: none;
    }
    .ranking-page .feature-line-2 .upper-row {
      height: 24px;
      margin-bottom: 8px;
    }
    .ranking-page .feature-line-2 .upper-row .fl2-icon {
      width: 16px;
      margin-right: 2px;
    }
    .ranking-page .feature-line-2 .mb-sp-10 {
      display: flex;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 767px) and (min-width: 601px) {
    .ranking-page .feature-line-2 a:nth-of-type(3n) {
      margin-right: 0;
    }
  }
  @media (max-width: 600px) {
    .ranking-page .feature-line-2 a {
      width: calc(50% - 4px);
      margin-right: 8px;
      margin-bottom: 8px;
      padding: 14px 10px;
    }
    .ranking-page .feature-line-2 a:nth-of-type(2n) {
      margin-right: 0;
    }
    .ranking-page .feature-line-2 .lower-row {
     letter-spacing: normal;
    }
  }
  @media (max-width: 367px) {
    .ranking-page .feature-line-2 .upper-row span {
      font-size: 1.3rem;
    }
    .ranking-page .feature-line-2 .lower-row {
      font-size: 1rem;
    }
  }
  /* 「Reluxでお得に泊まる」カルーセルエリア END */

/* Ranking上半期 */
.ranking-half-year .key-visual {
  height: 460px;
  background: url(/stcontents/img/ranks/common/bg-top2.png) no-repeat right top, url(/stcontents/img/ranks/common/logo-bg-2.svg) no-repeat center center, url(/stcontents/img/ranks/common/bg-bottom2.png) no-repeat left bottom;
  background-color: #1C1C1E;
}

.ranking-half-year .key-visual p {
  font-size: 2.6rem;
  font-weight: 300;
  margin-bottom: 0;
  color: #D9B255;
}

.ranking-half-year .key-visual br {
  display: none;
}

.ranking-half-year .key-visual .border-red {
  border: 1px solid #FF503E;
  width: 96px;
  margin: 0 auto 16px;
}

.ranking-half-year #theme-ranking {
  padding: 120px 0 0 0;
}

.ranking-half-year .rank-month-wrap {
  background: #1C1C1E;
}

.ranking-half-year .rank-month-wrap .rank-month-wrap-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  background: #FFF;
}

.ranking-half-year .rank-month-wrap .rank-month-wrap-inner .PPP {
  padding: 40px 40px 0 40px;
}

.ranking-half-year .rank-month-wrap .rank-month-wrap-inner .hotel-info-list {
  padding: 16px 40px 40px 40px;
}

.ranking-half-year .bread-crumbs a {
  color: #fff;
}

@media (max-width: 767px) {
  .ranking-half-year .key-visual {
    background: url(/stcontents/img/ranks/common/bg-top2-sp.png) no-repeat right top, url(/stcontents/img/ranks/common/logo-bg-2.svg) no-repeat center center, url(/stcontents/img/ranks/common/bg-bottom2-sp.png) no-repeat left bottom;
    background-color: #1C1C1E;
    height: 600px;
  }
  .ranking-half-year .key-visual .inner {
    top: 50%;
  }
  .ranking-half-year .key-visual p {
    font-size: 2rem;
  }
  .ranking-half-year .key-visual br {
    display: block;
  }
  .ranking-half-year .key-visual .border-red {
    width: 50px;
    margin: 0 auto 24px;
  }
  .ranking-half-year .key-visual .sns {
    bottom: 24px;
  }
  .ranking-half-year #theme-ranking {
    padding-top: 32px;
  }
  .ranking-half-year .ranking-wrap,
  .ranking-half-year .rank-month-wrap {
    background: #fff;
  }
  .ranking-half-year .bread-crumbs a {
    color: #0F0A64;
  }
}

/* Ranking月間 */
.ranking-monthly .key-visual {
  height: 460px;
  background: url(/stcontents/img/ranks/common/bg-top3.png) no-repeat right top, url(/stcontents/img/ranks/common/logo-bg-2.svg) no-repeat center center, url(/stcontents/img/ranks/common/bg-bottom3.png) no-repeat left bottom;
  background-color: #1C1C1E;
}

.ranking-monthly .key-visual::before {
  background: none;
}

.ranking-monthly .key-visual h1 {
  font-size: 3.6rem;
  font-weight: 100;
  text-align: center;
  color: #FFF;
  margin-bottom: 8px;
}

.ranking-monthly .key-visual h2 {
  color: #D9B255;
  font-weight: 300;
}

.ranking-monthly .key-visual p {
  font-size: 1.6rem;
  margin-bottom: 0;
  color: #D9B255;
}

.ranking-monthly .key-visual .border-red {
  border: 1px solid #FF503E;
  width: 80px;
  margin: 0 auto 24px;
}

.ranking-monthly .key-visual .sns {
  bottom: 16px;
}

.ranking-monthly.monthly-kasou .key-visual {
  height: 360px;
}

.ranking-monthly .ranking-area {
  padding: 80px 0;
  background: #FFF;
}

.ranking-monthly #all-ranking {
  margin-top: 0;
  padding-top: 0;
}

.ranking-monthly #theme-ranking {
  padding: 0;
}

.ranking-monthly .rank-month-wrap {
  padding-bottom: 80px;
  background: #1C1C1E;
}

.ranking-monthly .rank-month-wrap .rank-month-wrap-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  background: #FFF;
}

.ranking-monthly .rank-month-wrap .rank-month-wrap-inner .PPP {
  padding: 40px 40px 0 40px;
}

.ranking-monthly .rank-month-wrap .rank-month-wrap-inner .hotel-info-list {
  padding: 16px 40px 40px 40px;
}

@media (max-width: 767px) {
  .ranking-monthly .key-visual {
    background: url(/stcontents/img/ranks/common/bg-top3-sp.png) no-repeat right top, url(/stcontents/img/ranks/common/logo-bg-2.svg) no-repeat center center, url(/stcontents/img/ranks/common/bg-bottom3-sp.png) no-repeat left bottom;
    background-color: #1C1C1E;
    height: 600px;
  }
  .ranking-monthly .key-visual .inner {
    top: 50%;
  }
  .ranking-monthly .key-visual h1 {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 0;
  }
  .ranking-monthly .key-visual h1 img {
    max-width: 280px;
  }
  .ranking-monthly .key-visual .sns {
    bottom: 24px;
  }
  .ranking-monthly.monthly-kasou .key-visual {
    background: url(/stcontents/img/ranks/common/bg-top3-sp.png) no-repeat right top, url(/stcontents/img/ranks/common/logo-bg-2.svg) no-repeat center center;
    background-color: #1C1C1E;
    height: 400px;
  }
  .ranking-monthly #all-ranking {
    margin-top: 0;
  }
  .ranking-monthly .rank-month-wrap {
    padding-bottom: 0;
  }
  .ranking-monthly .rank-month-wrap .rank-month-wrap-inner .hotel-info-list {
    padding: 8px 16px 24px 16px;
  }
  .ranking-monthly .ranking-area {
    padding: 40px 0;
  }
  .ranking-monthly h3 {
    font-size: 2.0rem;
  }
}

.ranking-theme .key-visual {
  height: 360px;
  background: url(/stcontents/img/ranks/common/bg-top2.png) no-repeat right top, url(/stcontents/img/ranks/common/logo-bg-2.svg) no-repeat center center, url(/stcontents/img/ranks/common/bg-bottom2.png) no-repeat left bottom;
  background-color: #1C1C1E;
}

.ranking-theme .key-visual p {
  font-size: 2.6rem;
  font-weight: 300;
  margin-bottom: 0;
  color: #D9B255;
}

.ranking-theme .key-visual br {
  display: none;
}

.ranking-theme .key-visual .border-red {
  border: 1px solid #FF503E;
  width: 96px;
  margin: 0 auto 24px;
}

.ranking-theme .main-dark {
  background: #1C1C1E;
}

@media (max-width: 767px) {
  .ranking-theme .key-visual {
    background: url(/stcontents/img/ranks/common/bg-top2-sp.png) no-repeat right top, url(/stcontents/img/ranks/common/logo-bg-2.svg) no-repeat center center;
    background-color: #1C1C1E;
    height: 400px;
  }
  .ranking-theme .key-visual .inner {
    top: 50%;
  }
  .ranking-theme .key-visual p {
    font-size: 2rem;
  }
  .ranking-theme .key-visual br {
    display: block;
  }
  .ranking-theme .key-visual .border-red {
    width: 50px;
  }
  .ranking-theme .key-visual .sns {
    bottom: 24px;
  }
}
