<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* SPレイアウト時、タイトルを太字に変更 */
@media (max-width:767px) {
  .box-items .title-box .title-box__ja,
  #special-movie .info-title .info-title__ja,
  #recommended .box__top-info .box__title{
    font-weight: bold;
  }
}

/* MVクリック可能 */
@media (hover:hover) {
  .mv_clickable[href^="javascript:void("]:hover{
    cursor: default;
  }
}
.mv_clickable{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blank-icon.-mv{
  position: absolute;
  bottom: 50px;
  right: 20px;
}

/* 近隣の観光情報 */
#nearby_tourism{
  margin-top: 4.5rem;
}
.nt-box{
  margin-top: 4rem;
}
.nt-area__label{
  text-align: center;
}
.nt-area__label_i{
  display: inline-block;
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
  background-color: #E2F0D9;

}
@media (min-width:1025px) {
  #nearby_tourism{
    margin-top: 9rem;
  }
  .nt-box{
    margin-top: 9rem;
  }
  .nt-area__label_i{
    font-size: 2.5rem;
  }
}

.nt-box__item{
  margin-top: 2rem;
}
.nt-box__item_i{}
.nt-box__item_i + .nt-box__item_i {
  margin-top: 2rem;
}
a[href].nt-thumb{
  color: #333;
}
.nt-thumb__wrap{}
.nt-thumb__ttl{
  font-weight: bold;
  font-size: 1.8rem;
}
.nt-thumb__blank_icon{
  vertical-align: baseline;
  padding-left: 0.3rem;
}
.nt-thumb__desc{
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
.nt-thumb__image{}
.nt-thumb__image_i{
  width: 100%;
}
.nt-thumb__linkWrap{
  display: block;
  margin-top: 2rem;
  text-align: center;
}
.nt-thumb__link{
  color: #fff !important;
  background-color: #143c9e;
  padding: 10px 45px;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
}
.nt-thumb__link .link-icon{
  padding-left: 15px;
  vertical-align: middle;
}
.tt_follow__svgicon{}
.tt_follow__svgicon.-plane01{
  width: 1.8rem;
  height: auto;
  transform: translate(1px, 1px);
}
.tt_follow__link.-active .tt_follow__svgicon.-plane01 path{
  fill: #007cb6;
}

@media (hover:hover) {
  a[href].nt-thumb:hover{
    filter: brightness(0.8);
  }
  a[href].nt-thumb:hover .nt-thumb__ttl,
  a[href].nt-thumb:hover .nt-thumb__desc{
    text-decoration: underline;
  }
  a[href].nt-thumb__link:hover{
    background-color:#001f6b;
  }
}

@media (min-width:768px) {
  .nt-box__item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
  .nt-box__item_i:first-child{
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .nt-box__item_i:first-child .nt-thumb{
    display: flex;
    flex-direction: row-reverse;
  }
  .nt-box__item_i:first-child .nt-thumb .nt-thumb__image{
    flex: 1 1 60%;
  }
  .nt-box__item_i:first-child .nt-thumb .nt-thumb__wrap{
    flex: 1 0 40%;
    padding-right: 1rem;
  }
  .nt-box__item_i + .nt-box__item_i {
    margin-top: 4rem;
  }
  .nt-thumb__linkWrap{
    display: block;
    margin-top: 4rem;
    text-align: left;
  }
}

@media (min-width:1025px) {
  .nt-box__item{
    margin-top: 4rem;
  }
  .nt-thumb__ttl{
    font-size: 2.8rem;
  }
  .nt-thumb__desc{
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

/* // 近隣の観光情報 */

/* 追従メニュー */
.tt_follow{
  background-color: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  top: -55px;
  -webkit-transition: top 0.25s ease, opacity 0.25s ease;
  transition: top 0.25s ease, opacity 0.25s ease;
}
.tt_follow.-fixed{
  opacity: 1;
  top: 0;
  border-bottom: 1px solid #b2b2b2;
}
.tt_follow_i{
  display: flex;
  pointer-events: auto;
  padding: 12px;
  overflow: auto;
}
.tt_follow__list{
  background-color: #fff;
  display: flex;
  margin: auto;
  white-space: nowrap;
  /* min-width: 750px; */
  max-width: 750px;
  align-items: center;
  height: 100%;
}
.tt_follow__listitem{}
.tt_follow__listitem:not(:last-child)::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to bottom, #c3c3c3, #c3c3c3 2px, transparent 2px, transparent 4px);
  background-size: 2px 4px;
  width: 1px;
  background-repeat: repeat-y;
  height: 42px;
  top: -2px;
  right: 0;
}
.tt_follow__listitem:not(:last-child){
  position: relative;
}
.tt_follow__link{
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  display: block;
  text-align: center;
  padding: 4px 9px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt_follow__link.-active{
  color: #007cb6;
}
@media (min-width:1025px) and (max-width:1459px) {
  .tt_follow.-fixed{
    top: 64px;
  }
}
@media (min-width:1460px) {
  .tt_follow{
    width: auto;
    left: inherit;
    display: block;
    -webkit-transition: right 0.25s ease, opacity 0.25s ease;
    transition: right 0.25s ease, opacity 0.25s ease;
    right: -72px;
    background-color: transparent;
  }
  .tt_follow.-fixed{
    top: 64px;
    right: 0;
    border-bottom: none;
  }
  .tt_follow_i{
    display: block;
    max-height: 770px;
    min-height: 770px;
    max-width: 108px;
    min-width: 108px;
    padding: 0;
  }
  .tt_follow__list{
    display: block;
    min-width: inherit;
    max-width: inherit;
    height: auto;
    white-space:normal;
  }
  .tt_follow__listitem{
    width: inherit;
  }
  .tt_follow__listitem:not(:last-child)::before{
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, #c3c3c3, #c3c3c3 2px, transparent 2px, transparent 4px);
    background-size: 4px 2px;
    width: 97px;
    height: 1px;
    background-repeat: repeat-x;
    top: inherit;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .tt_follow__link{
    letter-spacing: 0.04em;
    justify-content: center;
    padding: 2.3438vh 0;
    font-size: 1.3rem;
    line-height: 1.3846;
    transition: color 0.3s ease;
    width: 100%;
    display: inline-flex;
    align-items: center;
    height: auto;
  }
}
/* // 追従メニュー */

/* おすすめスポットアンカー */
.recmap{
  margin-top: 2.25rem;
  margin-right: calc((100vw - 100% - var(--scrollbar-width)) / 2 * -1);
  margin-left: calc((100vw - 100% - var(--scrollbar-width)) / 2 * -1);
  background-color: #FFF2CC;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.recmap__list{
  padding:0 20px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.recmap__list + .recmap__list{
  margin-top: 20px;
}
.recmap__item{
  position: relative;
}
.recmap__link{
  display: block;
  background-color: #fff;
  color: #00146e;
  font-size: 1.2rem;
  padding: 18px 30px 18px 15px;
  position: relative;
  height: 100%;
}
a.recmap__link[href^="#"] .recmap__icon{
  transform: translateY(-50%) rotate(90deg);
}
.recmap__list.-west .recmap__link{background-color: #43BBD7;}
.recmap__list.-center .recmap__link{background-color: #FF90BB;}
.recmap__list.-east .recmap__link{background-color: #6ABB20;}
.recmap__icon{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0.7rem;
  height: auto;
}
.recmap__image{
  margin-top: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.recmap__image_i{
  width: 100%;
}

/* 下線 */
.recmap__item:nth-of-type(n+3)::before{
  content:'';
  display: block;
  background-color: #cdcecf;
  position: absolute;
  z-index: 1;
  width: calc(100% - 15px);
  height: 1px;
}
.recmap__item:nth-of-type(2n+3)::before{
  right: 0;
}
.recmap__item:nth-of-type(2n+4)::before{
  left: 0;
  width: calc(100% - 12px);
}
/* 中央の線 */
.recmap__item:nth-of-type(2n)::after{
  content:'';
  display: block;
  background-color: #cdcecf;
  position: absolute;
  top: 12px;
  left: -1px;
  z-index: 1;
  width: 1px;
  height: calc(100% - 24px);
}

@media (min-width:768px) {
  .recmap{
    margin-top: 4.5rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .recmap__nav{
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: flex-start;
  }
  .recmap__list{
    display: block;
    flex:1 1 30%;
    padding-left: 0;
    padding-right: 0;
  }
  .recmap__list + .recmap__list {
    margin-top: 0;
  }
  .recmap__item + .recmap__item{
    margin-top: 20px;
  }
  .recmap__item{
    width: 100%;
    border: 1px solid #cdcecf;
    border-radius: 4px;
    overflow: hidden;
  }
  .recmap__item::before,.recmap__item::after{content:none!important;}
  .recmap__link{font-size: 1.6rem;}
  .recmap__icon{
    width: 1rem;
  }
  .recmap__image{
    margin-top: 4rem;
  }
  .recmap__image_i{}
}
@media (hover:hover) {
  .recmap__link[href]:hover .recmap__icon{
    animation: arrow_move_left_right 0.5s ease-out;
  }
  .recmap__link[href^="#"]:hover .recmap__icon{
    animation: arrow_move_top_bottom 0.5s ease-out;
  }
}
.recmap__link[href]:focus{
  text-decoration: underline!important;
}
@keyframes arrow_move_top_bottom {
  0% {
    transform: translateY(-50%) rotate(90deg);
  }
  50% {
    transform: translateY(calc(-50% + 4px)) rotate(90deg);
  }
  to {
    transform: translateY(-50%) rotate(90deg);
  }
}
@keyframes arrow_move_left_right {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-50%) translateX(4px);
  }
  to {
    transform: translateY(-50%);
  }
}
/* // おすすめスポットアンカー */

/* 観光情報_SNS */
.ss_sns{
  border: 3px solid #87C3FF;
  max-width: 1100px;
  margin:2.25rem auto 0;
  padding: 2rem 1.7rem;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.ss_sns__description{}
.ss_sns__icon{
  display: block;
  text-align: center;
}
.ss_sns__icon_i{}
.ss_sns__icon_i{
  padding: 5px;
}
.ss_sns__text{
  text-align: center;
  display: block;
  margin-top: 0.5rem;
}
.ss_sns__list{
  margin-top: 2rem;
}
.ss_sns__item{}
.ss_sns__link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5rem 0 3.7rem;
  background: url(/domestic/promotions/collaboration/uttori-tottori/2020/images/icon-circle-2.png) 12px 50% no-repeat #fff;
  border: 1px solid #a2a2a2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 10px;
  color: #333!important;
  min-height: 4.8rem;
  position: relative;
}
.ss_sns__link + .ss_sns__link {
  margin-top: 2rem;
}
.ss_sns__blank_icon{
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
@media (min-width:768px) {
  .ss_sns{
    display: flex;
    align-items: center;
    column-gap: 3rem;
    justify-content: center;
    margin-bottom: 4rem;
  }
  .ss_sns__description{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    font-size: 2.3rem;
  }
  .ss_sns__icon{}
  .ss_sns__text{
    margin-top: 0;
  }
  .ss_sns__list{}
  .ss_sns__item{}
  .ss_sns__link{}
  .ss_sns__blank_icon{}
}
@media (hover:hover) {
  .ss_sns__link[href]:hover{
    opacity: .7;
  }
}
/* // 観光情報_SNS */

/* 鳥取マップ */
.furusato_map{
  margin-top: 4.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.furusato_map_i{
  margin-top: 1.5rem;
}
.furusato_map__description{
  margin-top: 2.5rem;
}
.furusato_map__bg{position: relative;}
.furusato_map__bg_i{width: 100%;}
.furusato_map__list{}
.furusato_map__item{
  position: absolute;
  line-height: 1;
  text-align: center;
}
.furusato_map__item.-tottori{
  top: 42%;
  left: 67%;
}
.furusato_map__item.-yonago{
  top: 45%;
  left: 13%;
}
.furusato_map__item.-kurayoshi{
  top: 51%;
  left: 39%;
}
.furusato_map__item.-sakaiminato{
  top: 28%;
  left: 3%;
}
.furusato_map__item.-iwami{
  top: 27%;
  left: 86%;
}
.furusato_map__item.-wakasa{
  top: 59%;
  left: 88.5%;
}
.furusato_map__item.-tidu{
  top: 66%;
  left: 77%;
}
.furusato_map__item.-yazu{
  top: 50%;
  left: 80%;
}
.furusato_map__item.-misasa{
  top: 53%;
  left: 53%;
}
.furusato_map__item.-yurihama{
  top: 32%;
  left: 54%;
}
.furusato_map__item.-kotoura{
  top: 42%;
  left: 36%;
}
.furusato_map__item.-hokuei{
  top: 27%;
  left: 42%;
}
.furusato_map__item.-hiedu{
  top: 36%;
  left: 12%;
}
.furusato_map__item.-daisan{
  top: 36%;
  left: 26%;
}
.furusato_map__item.-nanbu{
  top: 56%;
  left: 10%;
}
.furusato_map__item.-nichinan{
  top: 80%;
  left: 5%;
}
.furusato_map__item.-hino{
  top: 72%;
  left: 20%;
}
.furusato_map__item.-koufu{
  top: 60%;
  left: 26%;
}
.furusato_map__link{
  display: block;
  color: #fff!important;
  font-size: 2vw;
  padding: 1.2vw;
  border-radius: 2vw;
  background-color: #2a6900;
}
@media (min-width:768px) {
  .furusato_map{
    margin-top: 9rem;
  }
  .furusato_map_i{
    margin-top: 2rem;
  }
  .furusato_map__description{
    margin-top: 5rem;
  }
  .furusato_map__item.-tottori{
    top: 44%;
    left: 64%;
  }
  .furusato_map__item.-yonago{
    top: 47%;
    left: 22%;
  }
  .furusato_map__item.-kurayoshi{
    top: 52%;
    left: 43%;
  }
  .furusato_map__item.-sakaiminato{
    top: 33%;
    left: 14%;
  }
  .furusato_map__item.-iwami{
    top: 29%;
    left: 78%;
  }
  .furusato_map__item.-wakasa{
    top: 60%;
    left: 83%;
  }
  .furusato_map__item.-tidu{
    top: 69%;
    left: 73%;
  }
  .furusato_map__item.-yazu{
    top: 51%;
    left: 75%;
  }
  .furusato_map__item.-misasa{
    top: 53%;
    left: 52%;
  }
  .furusato_map__item.-yurihama{
    top: 36%;
    left: 52%;
  }
  .furusato_map__item.-kotoura{
    top: 40.7%;
    left: 38%;
  }
  .furusato_map__item.-hokuei{
    top: 37%;
    left: 45%;
  }
  .furusato_map__item.-hiedu{
    top: 39%;
    left: 22%;
  }
  .furusato_map__item.-daisan{
    top: 42%;
    left: 31%;
  }
  .furusato_map__item.-nanbu{
    top: 59%;
    left: 20%;
  }
  .furusato_map__item.-nichinan{
    top: 85%;
    left: 15%;
  }
  .furusato_map__item.-hino{
    top: 74%;
    left: 24%;
  }
  .furusato_map__item.-koufu{
    top: 63%;
    left: 33%;
  }
  .furusato_map__link{
    font-size: min(2vw, 1.4rem);
    padding: min(1.2vw, 0.8rem);
  }
}
@media (hover:hover) {
  .furusato_map__link:hover{
    color: #2a6900!important;
    background-color: #fff;
  }
}
.furusato_map__link:focus{
  text-decoration: underline!important;
  color: #2a6900!important;
  background-color: #fff;
}
/* // 鳥取マップ */</pre></body></html>