<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =============================================
 共通
============================================= */
.smp{
  display:none!important;
}

/* =============================================
 footer
============================================= */
.footer_copy{
  font-size: 0.75rem;
  text-align: center;
  padding-bottom: 40px;
}
.footer_copy a{
  color: #0ba95f;
  text-decoration: none;
}

/* =============================================
 いまどこ旅ペダル用
============================================= */
body {
  background: url("../../img/pc/bg/bg.gif");
}

.contents {
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}

.flex-box {
  display: flex;
}

.top-block {
  position: relative;
  display: flex;
  margin-bottom: 74px;
}

.top-logo {
  margin-bottom: 30px;
}

.top-discription {
  position: absolute;
}

.top-discription::before {
  content: url("../../img/pc/bg/bg_mountain.png");
  position: absolute;
  top: 125px;
  right: 0;
  z-index: -1;
}

.top-onair {
  padding: 150px 0 40px;
  position: relative;
}

.top-onair::before {
  content: url("../../img/pc/bg/bg_sea.png");
  position: absolute;
  top: 0;
  z-index: -1;
}

.top-banner-list {
  background: url("../../img/pc/bg/bg_banner.png");
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 411px;
  height: 256px;
  position: relative;
}

.top-banner-list .top-banner-item {
  height: auto;
  width: 370px;
  margin: 0 auto 16px;
}

.top-banner-list .top-banner-item:last-child {
  margin-bottom: 0;
}

.top-banner-list::before {
  content: url("../../img/pc/bg/bg_town.png");
  position: absolute;
  top: 113px;
  left: -122px;
  z-index: -1;
}

.content-list .content-list-item {
  margin-bottom: 76px;
}

.content-list .content-list-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.content-list .content-list-title::before {
  content: url("../../img/pc/icon/icon_bicycle.svg");
  position: relative;
  top: 6px;
}

.title-border {
  position: relative;
}

.title-border::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -24px;
  border: solid 9px #fffd5f;
  z-index: -1;
  width: 98%;
}

.content-list-item-movie {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.content-list-item-movie .content-list-item-performer {
  margin-bottom: 16px;
}

.content-list-item-movie .content-list-item-movie-thumb {
  position: relative;
  margin-right: 14px;
}

.content-list-item-movie .content-list-item-movie-thumb::before {
  content: '';
  background: url("../../img/pc/icon/icon_movie.png")no-repeat;
  background-size: contain;
  position: absolute;
  top: 19px;
  left: -43px;
  width: 87px;
  height: 21px;
}

.content-list-item-movie .content-list-item-movie-thumb-inner {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: transparent;
  display: block;
  height: 197px;
  width: 350px;
  overflow: hidden;
}

.content-list-item-movie .content-list-item-movie-thumb-inner &gt; img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.content-list-item-course {
  position: relative;
  padding-bottom: 38px;
  overflow: hidden;
  margin-left: 16px;
  width: 520px;
}

.content-list-item-course.skyblue::after {
  content: url("../../img/pc/biwako/wavy_line.png");
  position: absolute;
  bottom: 0;
  left: 27px;
}

.content-list-item-course.orange::after {
  content: url("../../img/pc/awaji/wavy_line.png");
  position: absolute;
  bottom: 0;
  left: 27px;
}

.content-list-item-course.blue::after {
  content: url("../../img/pc/shimanami/wavy_line.png");
  position: absolute;
  bottom: 0;
  left: 27px;
}

.content-list-item-course.green::after {
  content: url("../../img/pc/sensyu/wavy_line.png");
  position: absolute;
  bottom: 0;
  left: 27px;
}

.content-list-item-course .content-list-item-title {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  position: relative;
  margin-bottom: 10px;
}

.content-list-item-course .content-list-item-title .content-list-item-title-title {
  margin-left: 74px;
  line-height: 35px;
}

.content-list-item-course .content-list-item-title.skyblue::before {
  content: url("../../img/pc/biwako/title_block.png");
  height: 35px;
  position: absolute;
  z-index: -1;
 }

.content-list-item-course .content-list-item-title.orange::before {
  content: url("../../img/pc/awaji/title_block.png");
  height: 35px;
  position: absolute;
  z-index: -1;
}

.content-list-item-course .content-list-item-title.blue::before {
  content: url("../../img/pc/shimanami/title_block.png");
  height: 35px;
  position: absolute;
  z-index: -1;
}

.content-list-item-course .content-list-item-title.green::before {
  content: url("../../img/pc/sensyu/title_block.png");
  height: 35px;
  position: absolute;
  z-index: -1;
}

.content-list-item-img .content-list-item-img-preview {
  display: flex;
}

.content-list-item-img .content-list-item-img-preview .slick-list {
  max-width: 384px;
  height: auto;
  overflow: hidden;
  margin-left: 30px;
}

.content-list-item-img .content-list-item-img-preview &gt; img {
  min-width: 384px;
  height: auto;
}

.content-list-item-img-thumb {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 27px;
}

.content-list-item-img-thumb &gt; li {
  min-height: 77px;
  height: 77px;
  min-width: 77px;
  width: 77px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.content-list-item-img-thumb &gt; li &gt; img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  height: auto;
}

.content-list-item-img-thumb  &gt; li:not(:last-child) {
  margin-bottom: 16px;
}</pre></body></html>