@charset "UTF-8";

/*====================================================================================
コンテンツ
====================================================================================*/
/*------------------------------------------
共通パーツ
------------------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.small {
  font-size: 0.714em !important;
  font-weight: normal !important;
}

.pale {
  opacity: 0.5;
}

.list-01 li a .txt, .list-02 li a .txt, .list-03 li a .txt, .list-04 li a .txt {
  padding-left: 10px;
  font-size: 16px;
  overflow: auto;
  white-space: normal;
  text-overflow: initial;
  -webkit-text-overflow: initial;
}

.list-01 .txt span, .list-02 .txt span, .list-03 .txt span, .list-04 .txt span {
  display: block;
}

.list-01 .img, .list-02 .img, .list-03 .img, .list-04 .img {
  float: left;
}

/*------------------------------------------
BOXの設定
------------------------------------------*/
.box {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.box.wh {
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.box.yellow {
  background: #fff1b6 !important;
}

.box.yellow ul {
  position: relative;
}

.box.yellow ul:before {
  content: "";
  width: 71.5px;
  height: 85px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url(https://weathernews.jp/s/koyo/img/bg_momiji04.png);
  background-size: 71.5px 85px;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 0;
}

#sub .box .inner {
  padding: 10px;
}

/*------------------------------------------
imgBox
------------------------------------------*/
*[class*='imgBox'] {
  overflow: hidden;
  position: relative;
}

*[class*='imgBox'] img {
  width: auto !important;
  height: auto !important;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

*[class*='imgBox'] .yoko {
  height: 110% !important;
}

*[class*='imgBox'] .tate {
  width: 110% !important;
}

.imgBox__ranking {
  width: 50px !important;
  height: 50px !important;
}

/*------------------------------------------
for 2018
------------------------------------------*/
header#inner {
  border: none;
  background: rgba(222, 165, 1, 0.8);
  text-align: center;
}
header#inner>p {
  font-size: 24px;
  font-weight: bold;
}
#head-logo {
  width: 50%;
  height: 26px;
  padding-top: 15px;
  padding-left: 30px;
}
header#inner div#head-back {
  width: 60px;
}
header#inner div#head-back a {
  width: 60px;
}

#search-area .list-02 li {
  line-height: 30px;
}

/* セレクトボックス */
select {
  height: 40px;
}

/* キーワード検索 */
/* 2019 コメントアウト
#index .area02 .search-keyword-box {
  margin: 10px 10px 20px;
}
.spot-search {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
.spot-search > * {
  display: table-cell;
}
.spot-search input[type='text'] {
  width: 94%;
}
.spot-search .input {
  text-align: center;
  width:70px;
  padding: 4px 0 5px;
  background: #c80000;
  box-sizing: border-box;
  position: relative;
  border-radius:4px;
}
.spot-search li a {
  color: #ffe79e;
  font-size: 22px;
  font-weight: bold;
}
*/

/* エリア検索結果・名所ランキング */
.rank-list.list-02 li .rank {
  height: 25px;
}
@media screen and (min-width: 768px) {
  #ranking .list-02 li .rank {
    height: 25px;
  }
}

/* スゴ等ランキング */
.title_menu_ranking {
  border: 1px solid #ECD887;
  font-weight: bold;
  background-color: #94ac4a;
  color: #fff;
}
.sgtk_yellow:before {
  background-image: none !important;
}
#menu_ranking li {
  border-bottom: 1px solid #ecd886;
}
ul#menu_ranking li .subject,
ul#menu_ranking li .description {
  color: #6c5103;
/*  width: 235px;*/
}

/* お天気ニュース */
div.content-label p {
  font-weight: bold;
  background: #94ac4a;
}
div.content-label {
 border-left: 2px solid #e5ac0b;
}
.linkList_tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 138%;
}
.linkList_item:not(:last-child) {
  border-bottom: 1px solid #ecd886;
}
p#disp_more {
  border-top: 1px solid #ecd886;
}

/* TOPリンク */
.icon-home-blue {
  color: #000;
}
div.list-nav ul li a {
  line-height: 30px;
}

/* フッター */
div#wni-footer {
  background-color: rgba(222, 165, 1, 0.5)
}
div#wni-footer p {
  color: #6c5103;
  padding-top: 5px;
}

@media screen and (min-width: 768px) {
  #ranking .list-02 li .rank {
    height: 25px;
  }
  ul#menu_ranking li .subject {
    font-size: 24px;
  }
  ul#menu_ranking li .description {
    width: 80%;
  }
}

/*-----------------------------------------
for 2019
------------------------------------------*/
.mr10 {margin-right: 10px;}
.mlr10 {margin-left: 10px; margin-right: 10px;}
.plr10 {padding-left: 10px; padding-right: 10px;}
[v-cloak] {display: none; }

/* 紅葉の名所・アクセスランキング */
.rankingList {
  margin: 20px auto 10px;
  display: table;
}

.rankingList__item {
  padding-left: 5px;
  padding-right: 5px;
  display: table-cell;
  max-width: 100px;
}

.rankingList__item:first-child {
  padding-left: 0;
}

.rankingList__item:last-child {
  padding-right: 0;
}

.rankingList__icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.rankingList__icon img {
  width: 100%;
}

/* custom ranking img */
.rankingList__thumb {
  border: 1px solid #AE1601;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 80px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 321px) {
  .rankingList__item {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 120px;
  }

  .rankingList__thumb {
    width: 100px;
  }
}

.rankingList__thumb img {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rankingList__thumb img.tate {
  width: 110% !important;
}

.rankingList__thumb img.yoko {
  height: 110% !important;
}
/* custom ranking img */


.rankingList__text {
  color: #AE1601;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15em;
  max-width: 92px;
}
@media screen and (min-width: 321px) {
  .rankingList__text {
    max-width: 102px;
  }
}

/* マップタイトル */
.searchMap__title {
  color: #AE1601;
  font-weight: 600;
  font-size: 22px;
}

/* 京都ボタン */
.btn-12 {
  width: 100%;
  max-width: 355px;
  border: 1px solid #AE1601;
  background-color: #FFEED6;
  border-radius: 8px;
  margin: 30px auto 10px;
}

.btn-12 > * {
  width: 100%;
  max-width: 355px;
  color: #D20B00 !important;
  height: 50px;
  display: table;
  font-weight: 600;
  border-radius: 4px;
}

.btn-12 > * > * {
  display: table-cell;
}

.btn-12 > * .icon {
  width: 60px;
  vertical-align: middle;
  padding-top: 5px;
}

.btn-12 > * .btn-inner {
  padding: 0 10px;
  vertical-align: middle;
  position: relative;
  font-size: 22px;
}

.btn-12 > * .btn-inner:after {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  vertical-align: baseline;
  border: 2px solid #AE1601;
  border-left: 0;
  border-top: 0;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.btn-12 img {
  width: 100%;
}

/* キーワード検索 */
.spot-search {
  position: relative;
}

.spot-search input[type='text'] {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2) inset;
  text-indent: .5em;
  padding: 5px;
}

.spot-search .icon-search-2 {
  width: 25px;
  position: absolute;
  top: 20%;
  right: 0;
}

.spot-search img {
  width: 100%;
}

/* スゴ得人気ランキング */
.title_menu_ranking {
  margin: 10px 10px 0;
}

/* お天気ニュース */
div.content-label {
  margin: 10px 10px 3px;
}

/* 紅葉ランキング一覧 */
.list-02 .txt span.status-txt {
  display: initial;
}

.more-btn {
  width: 240px;
  border-radius: 8px;
  background-color: #FFEED6;
  margin: 10px auto 30px;
  border: 1px solid #AE1601;
}

#result_more p {
  font-size: 22px;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  color: #D20B00;
  padding: 5px 0;
}

/* 紅葉トピックス一覧 */
.reco li a {
  display: block;
  position: relative;
  padding-right: 15px;
}

.koyo-topic {
  display: table-cell;
  padding-left: 10px;
  color: #775B15;
}

.koyo-topic:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 7px solid  transparent;
  border-right-color: #dea501;
  border-left-width: 8px;
  border-top-width: 8px;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

.topic-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.topic-tstr {
  font-size: 18px;
}

/* スポット詳細 */
.additional-txt {margin-top:1em; font-size:90%; }
