@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*
  font settings
**************************************************/
/*
  calculation width
**************************************************/
/*
  boxsizing settings
**************************************************/
/*
  opacity settings
**************************************************/
/*
  border-radius settings
**************************************************/
/*
  drop shadow settings
**************************************************/
/*
  vertical align setting
**************************************************/
/*
  table layout setting
**************************************************/
/*
  flexbox layout setting
**************************************************/
/*
  scaling img
**************************************************/
/*
  clearfix
**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}
select::-ms-expand {
  display: none;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 3.5vw;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
.pc-only {
  display: none !important;
}
/*------------------------------------
以下このコンテンツ用
--------------------------------------*/
/*
  共通設定
------------------------------ */
#faircontent * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}
#faircontent a {
  transition-property: all;
  transition: 0.3s linear;
}
#faircontent ul, #faircontent ol {
  list-style: none;
}
#faircontent .pc { display: none; }

/*
  section
------------------------------ */
#faircontent .section {
  padding: 10vw 0;
  width: 100%;
  font-feature-settings: "palt";
}
#faircontent .section .inner_wrap { padding: 0 6.4vw; }
#faircontent .section h2 {
  padding-bottom: 4.13333vw;
  font-weight: bold;
  text-align: center;
}
#faircontent .section h2 span { display: block; }
#faircontent .section h2 .sub {
  margin-bottom: 2.13333vw;
  color: #6f6f6f;
  font-size: 2.93333vw;
}
#faircontent .section h2 .main {
  line-height: 1.2;
  color: #2b75b7;
  font-size: 5.33333vw;
}

/* --------------------------------------------------
  bread
-------------------------------------------------- */
.bread {
  max-width: 100%;
  background: #f6fafd;
  margin: 0 auto;
}
.bread ul {
  margin: 0;
  padding: 0 4.5vw;
  box-sizing: border-box;
  width: 100%;
  height: 7vw;
  line-height: 7vw;
  list-style: none;
  font-size: 3.5vw;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
.bread li {
  margin: 0;
  padding-right: 3vw;
}
.bread li:after {
  margin-left: 3vw;
  display: inline-block;
  content: "＞";
}
.bread li:last-child:after { display: none; }
.bread li a {
  color: #26aaff;
  text-decoration: none;
}

/* --------------------------------------------------
  font
-------------------------------------------------- */
@font-face {
  font-family: あおぞら明朝 Medium;
  src: url("https://cdn.leafscape.be/aozoramincho/AozoraMincho-bold_web.woff2") format("woff2");
  src: url("font/AozoraMinchoMedium.ttf") format("truetype");
  font-display: swap;
}

/* --------------------------------------------------
  page_head
-------------------------------------------------- */
#page_head {
  background: -moz-linear-gradient(left, #24a6cb 0%, #176ec8 100%);
  background: -webkit-linear-gradient(left, #24a6cb 0%,#176ec8 100%);
  background: linear-gradient(to right, #24a6cb 0%,#176ec8 100%);
}

/*
  kv
------------------------------ */
#kv {
  background: url(../img/sp/kv.jpg) center top no-repeat;
  background-size: 100% auto;
}
#kv .inner {
  padding-top: 66.66667vw;
  color: #fff;
  position: relative;
}
#kv .inner h2 {
  background: url(../img/sp/bg_kv.png) left top no-repeat;
  background-size: 100% auto;
  width: 94.66667vw;
  height: 26.66667vw;
  font-family: あおぞら明朝 Medium;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 20vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

#kv .inner h2 .block1 {
  padding-top: 2vw;
  width: 100%;
  font-size: 5vw;
  text-align: center;
  display: block;
}
#kv .inner h2 .block2 {
  margin-top: -5vw;
  font-size: 5.5vw;
}
#kv .inner h2 .block3 {
  margin: -5vw 2vw 0;
  font-size: 10vw;
}
#kv .inner p {
  background: url(../img/sp/bg_kv_txt.png) right bottom 2.7vw no-repeat;
  background-size: auto 21.73333vw;
  padding: 2.7vw 2.7vw 0;
  line-height: 1.7;
  font-size: 3.125vw;
}

/*
  nav
------------------------------ */
#nav ul {
  padding: 4vw 0 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nav ul li { width: 33.33333% }
#nav ul li a {
  width: 100%;
  height: 10.66667vw;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: table;
}
#nav ul li a span {
  width: 100%;
  font-size: 2.4vw;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255,255,255,0.46);
  display: table-cell;
}
#nav ul li:last-child a span { border: none; }
#nav ul li a span strong {
  font-size: 3.5vw;
  display: block;
}

/* --------------------------------------------------
  人気おすすめランキング
-------------------------------------------------- */
#ranking.section .inner_wrap { padding: 0; }
#ranking.section h2 {
  background:
    url(../img/bg_ttl_rank01.png) left bottom no-repeat,
    url(../img/bg_ttl_rank02.png) right bottom no-repeat;
  background-size: auto 13vw, auto 14.25vw;
  margin-bottom: 4.25vw;
  padding-bottom: 0;
}
#ranking .rank_list {}
#ranking .rank_list .wrap { margin-bottom: 0; }
#ranking .rank_list .wrap .pic { padding: 0 2.5vw; }
#ranking .rank_list .wrap .pic img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#ranking .rank_list .wrap dl {
  background: #fff;
  margin: -5vw 5.5vw 5vw;
  padding: 0 4vw 14vw;
  box-shadow: 0 0 2vw rgba(0,0,0,0.39);
  position: relative;
  z-index: 2;
}
#ranking .rank_list .wrap dl dt { position: relative; }
#ranking .rank_list .wrap dl dt img {
  width: 14.66667vw;
  max-width: 110px;
  height: 14.66667vw
  max-height: 110px;
  position: absolute;
  top: -3vw;
  left: -3vw;
}
#ranking .rank_list .wrap dl dt span {
  padding-left: 14vw;
  width: 100%;
  height: 13.5vw;
  line-height: 13.5vw;
  color: #1d1c1c;
  font-size: 4vw;
  font-weight: bold;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
#ranking .rank_list .wrap dl dd {}
#ranking .rank_list .wrap dl dd p {
  padding: 3.5vw 0;
  line-height: 1.6;
  color: #2f2f2f;
  font-size: 3.125vw;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
#ranking .rank_list .wrap dl dd .tag {
  padding: 3vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ranking .rank_list .wrap dl dd .tag li {
  background: #b0bfca;
  margin-right: 2vw;
  padding: 1vw 2vw;
  color: #000;
  font-size: 2.5vw;
  border-radius: 1.5vw;
}
#ranking .rank_list .wrap dl dd .btn {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
#ranking .rank_list .wrap dl dd .btn a {
  background: rgba(26,125,201,1);
  width: 49.5vw;
  height: 11vw;
  line-height: 11vw;
  color: #fff;
  font-size: 3.35vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
}
#ranking .rank_list .wrap dl dd .btn a:after {
  width: 2vw;
  height: 2vw;
  border-top: solid 0.75vw #fff;
  border-right: solid 0.75vw #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%) rotate(45deg);
  -webkit- transform: translateY(-50%) rotate(45deg);
  content: "";
}

/*
  slick
------------------------------ */
#ranking .slick-dots { display: none!important; }
#ranking .slick-prev { left: 2vw; }
#ranking .slick-next { right: 2vw; }
#ranking .slick-arrow {
  background: rgba(26,125,201,0.7);
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  display: block;
  z-index: 3;
}
#ranking .slick-arrow:before { display: none; }
#ranking .slick-arrow span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#ranking .slick-arrow span:before {
  width: 3vw;
  height: 3vw;
  border-top: 0.5vw solid #fff;
  border-right: 0.5vw solid #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}
#ranking .slick-prev span:before {
  transform: translateY(-50%) translateX(-40%) rotate(225deg);
  -webkit- transform: translateY(-50%) translateX(-40%) rotate(225deg);
}
#ranking .slick-next span:before {
  transform: translateY(-50%) translateX(-60%) rotate(45deg);
  -webkit- transform: translateY(-50%) translateX(-60%) rotate(45deg);
}

/* --------------------------------------------------
  テーマで紹介するおすすめ宿の紹介
-------------------------------------------------- */
#theme.section {
  background: #fff url(../img/sp/bg_theme.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-bottom: 0;
}
#theme.section .inner_wrap { padding: 0; }
#theme.section h2 {
  margin-bottom: 6vw;
  padding-bottom: 0;
}
#theme .lede {
  margin-bottom: 8vw;
  padding: 0 3.75vw;
  line-height: 1.75;
  font-size: 3.125vw;
  font-weight: bold;
  text-align: center;
}
#theme h3 {
  margin-bottom: 3.33333vw;
  color: #185c98;
  font-size: 3.75vw;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#theme h3:before, #theme h3:after {
  background: rgba(24,92,152,1);
  width: 25vw;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  content: "";
}
#theme h3:before {
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#theme h3:after {
  right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#theme .theme_list {
  padding: 0 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#theme .theme_list li {
  margin: 0 3vw 3vw 0;
  width: 46.5vw;
  height: 46.5vw;
}
#theme .theme_list li:nth-child(even) { margin-right: 0; }
#theme .theme_list li a {
  background: #ccc;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 50%;
  position: relative;
  display: block;
}
#theme .theme_list li a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1vw 0 1vw 1.6vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  content: "";
}

/* 各背景画像 */
#theme .theme_list li:nth-child(1) a {
  background: #b8b8b8 url(../img/pic_theme01.jpg) center top -2vw no-repeat;
  background-size: 120% auto;
}
#theme .theme_list li:nth-child(2) a {
  background: #b8b8b8 url(../img/pic_theme02.jpg) center top no-repeat;
  background-size: 100% auto;
}
#theme .theme_list li:nth-child(3) a {
  background: #b8b8b8 url(../img/pic_theme03.jpg) center top no-repeat;
  background-size: 130% auto;
}
#theme .theme_list li:nth-child(4) a {
  background: #b8b8b8 url(../img/pic_theme04.jpg) center top -8vw no-repeat;
  background-size: 140% auto;
}
#theme .theme_list li:nth-child(5) a {
  background: #b8b8b8 url(../img/pic_theme05.jpg) center top -8vw no-repeat;
  background-size: 100% auto;
}
#theme .theme_list li:nth-child(6) a {
  background: #b8b8b8 url(../img/pic_theme06.jpg) center top -10vw no-repeat;
  background-size: 100% auto;
}
#theme .theme_list li:nth-child(7) a {
  background: #b8b8b8 url(../img/pic_theme07.jpg) center top -10vw no-repeat;
  background-size: 100% auto;
}
#theme .theme_list li:nth-child(8) a {
  background: #b8b8b8 url(../img/pic_theme08.jpg) center top -10vw no-repeat;
  background-size: 100% auto;
}

/* 説明箇所 */
#theme .theme_list li a dl {
  background: #0e243b;
  width: 100%;
  height: 50%;
  text-align: center;
  border-radius: 50% / 0 0 100% 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}
#theme .theme_list li a dl dt {
  padding: 2.5vw 0;
  font-size: 3.75vw;
  font-weight: bold;
}
#theme .theme_list li a dl dd {
  line-height: 1.4;
  font-size: 3vw;
}


/* --------------------------------------------------
  ゲレンデからおすすめの宿を探す
-------------------------------------------------- */
#slope.section .inner_wrap { padding: 0; }
#slope.section h2 { margin-bottom: 5.73333vw; }
#slope.section h2 {
  background:
    url(../img/bg_ttl_slope01.png) left bottom no-repeat,
    url(../img/bg_ttl_slope02.png) right bottom no-repeat;
  background-size: auto 16.8vw, auto 16.53vw;
  margin-bottom: 4.25vw;
  padding-bottom: 0;
}

/*
  tab
------------------------------ */
#slope .tab {
  margin-bottom: 5vw;
  padding: 0 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#slope .tab .tab_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#slope .tab .tab_menu li {
  background: #a5adb3;
  margin: 0 1.5vw 1.5vw 0;
  width: calc((100% - 4.5vw) / 4);
  height: 10.5vw;
  line-height: 1.2;
  color: #fff;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
  border-radius: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#slope .tab .tab_menu li:nth-child(4n) { margin-right: 0; }
#slope .tab .tab_menu li.active,
#slope .tab .tab_menu li:hover { background: #1a7dc9; }

/*
  宿一覧
------------------------------ */
#slope .inn_list { padding: 0 1.5vw; }
#slope .inn_list ul {}
#slope .inn_list ul li {
  margin-bottom: 1.3vw;
  width: 100%;
  height: 13.5vw;
  border: 0.5vw solid #1a7dc9;
}
#slope .inn_list ul li a {
  height: 100%;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slope .inn_list ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition-property: all;
  transition: 0.3s linear;
}
#slope .inn_list ul li a .prefectures {
  background: #1a7dc9;
  padding-right: 0.5vw;
  width: 15vw;
  color: #fff;
  font-size: 3vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#slope .inn_list ul li a:hover .prefectures { color: #fc0; }
#slope .inn_list ul li a .slope_name {
  padding: 0 2vw;
  width: calc(100% - 15vw);
  color: #1a7dc9;
  font-size: 3.75vw;
  position: relative;
}
#slope .inn_list ul li a .slope_name:after {
  width: 2vw;
  height: 2vw;
  border-top: solid 0.75vw #1a7dc9;
  border-right: solid 0.75vw #1a7dc9;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%) rotate(45deg);
  -webkit- transform: translateY(-50%) rotate(45deg);
  content: "";
}
#slope .inn_list ul li a:hover .slope_name {
  background: rgba(26,125,201,0.8);
  color: #fff;
}
#slope .inn_list ul li a .slope_name:hover:after {
  border-top: solid 0.75vw #fff;
  border-right: solid 0.75vw #fff;
}

/* --------------------------------------------------
  交通手段からおすすめの宿を探す
-------------------------------------------------- */
#transportation.section {
  background: url(../img/bg01.png) left top repeat;
}
#transportation.section .inner_wrap { padding: 0; }
#transportation .tours_list { padding: 0 1.5vw; }
#transportation .tours_list li {
  background: #fff;
  margin-bottom: 3vw;
  padding: 11vw 1.5vw 4.5vw;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#transportation .tours_list li .img {
  margin-right: 4vw;
  width: 26vw;
}
#transportation .tours_list li .img img {
  width: 100%;
  height: auto;
}
#transportation .tours_list li dl {
  margin-bottom: 3.33333vw;
  width: calc(100% - 30vw);
  color: #1a1a1a;
}
#transportation .tours_list li dl dt {
  width: 100%;
  padding: 0 1.5vw;
  height: 11vw;
  line-height: 11vw;
  font-size: 4vw;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
#transportation .tours_list li dl dd {
  line-height: 1.5;
  font-size: 3.125vw;
}
#transportation .tours_list li dl dd span { color: #f8456f; }
#transportation .tours_list li .btn { margin: 0 auto; }
#transportation .tours_list li .btn a {
  background: #1a7dc9;
  width: 82.67vw;
  height: 9.33333vw;
  line-height: 1.25;
  color: #fff;
  font-size: 3.3333vw;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#transportation .tours_list li .btn a:after {
  width: 1.5vw;
  height: 1.5vw;
  border-top: solid 0.75vw #fff;
  border-right: solid 0.75vw #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%) rotate(45deg);
  -webkit- transform: translateY(-50%) rotate(45deg);
  content: "";
}

/* --------------------------------------------------
  おすすめ記事
-------------------------------------------------- */
#recommend.section {}
#recommend.section h2 .main { color: #676767; }

/*
  おすすめ記事リスト
------------------------------ */
#recommend .article_list { margin-bottom: 12vw; }
#recommend .article_list li {
  background: #e0ecec;
  margin: 0 0 2.7vw;
}
#recommend .article_list li:nth-child(4n) { margin-right: 0; }
#recommend .article_list li a {
  padding: 3.5vw 2.5vw;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#recommend .article_list li a .pic {
  margin-right: 2vw;
  width: 30vw;
}
#recommend .article_list li a .pic img {
  width: 100%;
  height: auto;
  transition-property: all;
  transition: 0.3s linear;
}
#recommend .article_list li a:hover .pic img { opacity: 0.8; }
#recommend .article_list li a dl {
  width: calc(100% - 32vw);
}
#recommend .article_list li a dl dt {
  margin-bottom: 2vw;
  line-height: 1.4;
  color: #282828;
  font-size: 3.2vw;
  font-weight: bold;
}
#recommend .article_list li a dl dd {
  line-height: 1.4;
  color: #444;
  font-size: 3.125vw;
}

/*
  バナーリスト
------------------------------ */
#recommend h3 {
  margin-bottom: 4vw;
  color: #676767;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
}
#recommend .bnr_list {}
#recommend .bnr_list li {
  margin-bottom: 3vw;
}
#recommend .bnr_list li a img {
  width: 100%;
  height: auto;
  transition-property: all;
  transition: 0.3s linear;
}
#recommend .bnr_list li a:hover img { opacity: 0.8; }

/* --------------------------------------------------
  下層 kv
-------------------------------------------------- */
#under_kv {
  background: url(../img/under/sp/kv.jpg) center top no-repeat;
  background-size: auto 100%;
  margin: 0 auto;
  width: 100%;
  height: 66.6667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#under_kv .inner {
  background: url(../img/under/bg_kv.png);
  width: 94.66667vw;
  height: 26.66667vw;
  color: #fff;
}
#under_kv .inner h2 {
  padding: 5.6vw 0 2.5vw;
  font-family: あおぞら明朝 Medium;
  font-size: 7.2vw;
  text-align: center;
  text-shadow: 0 2px 6px rgba(18,84,150,0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#under_kv .inner p {
  line-height: 1.5;
  font-size: 3.125vw;
  text-align: center;
}

/* --------------------------------------------------
  下層 宿一覧
-------------------------------------------------- */
/*
  lede
------------------------------ */
#lede.section { padding: 10vw 1.5vw 0; }
#lede.section .inner_wrap {
  background:
    url(../img/under/bg_lede01.png) left bottom no-repeat,
    url(../img/under/bg_lede02.png) right bottom no-repeat;
  background-size: auto 18.5vw;
  padding-bottom: 3.5vw;
  border-bottom: 1px solid #c4c4c4;
}
#lede .inner_wrap h2 {
  padding-bottom: 3vw;
  color: #72a6dc;
  font-size: 4.8vw;
}
#lede .inner_wrap p {
  color: #4f4e4e;
  line-height: 1.5;
  font-size: 3.125vw;
  font-weight: bold;
  text-align: center;
}

/*
  背景
------------------------------ */
.bg_type1 { background: url(../img/bg01.png) left top repeat; }

/*
  ホテルリスト
------------------------------ */
#faircontent .hotel_list {}
#faircontent .hotel_list li.wrap {
  background: #fff;
  margin-bottom: 3vw;
  padding: 3vw 2.5vw 4vw;
  box-shadow: 0 0 1.2vw rgba(0,0,0,0.24);
}
#faircontent .hotel_list li.wrap h3 {
  margin-bottom: 3vw;
  width: 100%;
  text-align: center;
}
#faircontent .hotel_list li.wrap h3 span { display: block; }
#faircontent .hotel_list li.wrap h3 .sub {
  margin-bottom: 1.2vw;
  color: #8c8558;
  font-size: 3.125vw;
}
#faircontent .hotel_list li.wrap h3 .main {
  color: #282828;
  font-size: 4.3vw;
  font-weight: bold;
}

/* メイン画像 */
#faircontent .hotel_list li.wrap .main_img { margin-bottom: 1.3vw; }
#faircontent .hotel_list li.wrap .main_img img {
  width: 100%;
  height: auto;
}

/* ホテル情報 */
#faircontent .hotel_list li.wrap .detail {}
#faircontent .hotel_list li.wrap .detail .sub_img {
  margin-bottom: 3vw;
  width: 100%;
  min-height: 26vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#faircontent .hotel_list li.wrap .detail .sub_img .pic {
  width: calc((100% - 2vw) / 2);
}
#faircontent .hotel_list li.wrap .detail .sub_img .pic img {
  width: 100%;
  height: auto;
}
#faircontent .hotel_list li.wrap .detail .txt {
  margin-bottom: 3vw;
  line-height: 1.6;
  color: #4f4e4e;
  font-size: 3.125vw;
}
#faircontent .hotel_list li.wrap .detail .tag {
  margin-bottom: 3vw;
  font-size: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#faircontent .hotel_list li.wrap .detail .tag li {
  background: #b0bfca;
  margin-right: 2vw;
  padding: 1.5vw 3vw;
  color: #1d1d1d;
  font-size: 3.125vw;
  border-radius: 1.5vw;
}
#faircontent .hotel_list li.wrap .detail .btn a {
  background: #1a7dc9;
  margin: 0 auto;
  height: 11vw;
  line-height: 11vw;
  color: #fff;
  font-size: 3.33333vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
}
#faircontent .hotel_list li.wrap .detail .btn a:after {
  width: 2vw;
  height: 2vw;
  border-top: solid 0.75vw #fff;
  border-right: solid 0.75vw #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%) rotate(45deg);
  -webkit- transform: translateY(-50%) rotate(45deg);
  content: "";
}

/*
  フリーテキスト
------------------------------ */
#faircontent .free_txt {
  padding: 3.27vw 4vw 0;
  line-height: 1.5;
  color: #474747;
  font-size: 3.125vw;
}
