@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: 16px;
  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%;
  }
}
.sp-only {
  display: none !important;
}
.mainCont {
  border-bottom: 12px solid #eeeeee;
}
/*------------------------------------
以下このコンテンツ用
--------------------------------------*/
/*
  共通設定
------------------------------ */
#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 .sp { display: none; }

/*
  section
------------------------------ */
#faircontent .section {
  margin: 0 auto;
  padding: 70px 0;
  width: 100%;
  max-width: 2000px;
  font-feature-settings: "palt";
}
#faircontent .section .inner_wrap {
  margin: 0 auto;
  width: 1080px;
}
#faircontent .section h2 {
  padding-bottom: 42px;
  font-weight: bold;
  text-align: center;
}
#faircontent .section h2 span { display: block; }
#faircontent .section h2 .sub {
  margin-bottom: 16px;
  color: #6f6f6f;
  font-size: 24px;
}
#faircontent .section h2 .main {
  color: #2b75b7;
  font-size: 40px;
}

/* --------------------------------------------------
  bread
-------------------------------------------------- */
.bread {
  max-width: 100%;
  background: #f6fafd;
  margin: 0 auto;
}
.bread ul {
  display: block;
  width: 1080px;
  margin: 0 auto;
}
.bread li {
  padding-right: 10px;
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin: 17px auto 13px;
}
.bread li:after {
  margin-left: 13px;
  display: inline-block;
  content: '＞';
}
.bread li:last-child::after {
  content: '';
}
.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 {}

/*
  kv
------------------------------ */
#kv {
  background: url(../img/kv.jpg) center top no-repeat;
  margin: 0 auto 7px;
  width: 100%;
  max-width: 2000px;
  min-width: 1080px;
  height: 454px;
  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;
}
#kv .inner {
  background: url(../img/bg_kv.png);
  width: 738px;
  height: 270px;
  color: #fff;
}
#kv .inner h2 {
  padding: 22px 0 15px;
  font-family: あおぞら明朝 Medium;
  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;
}
#kv .inner h2 .block1 {
  margin-bottom: 18px;
  width: 100%;
  font-size: 22px;
  display: block;
}
#kv .inner h2 .block2 { font-size: 34px; }
#kv .inner h2 .block3 {
  margin: 0 8px;
  font-size: 66px;
}
#kv .inner p {
  padding: 0 44px;
  line-height: 1.7;
  font-size: 15px;
}

/*
  nav
------------------------------ */
#nav {
  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%);
  width: 100%;
  min-width: 1080px;
}
#nav ul {
  margin: 0 auto;
  width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nav ul li {
  width: 33.33333%
}
#nav ul li a {
  height: 78px;
  color: #fff;
  font-size: 16px;
  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;
}
#nav ul li a:hover { color: #fc0; }
#nav ul li a span {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.46);
  display: block;
}
#nav ul li:last-child a span { border: none; }

/* --------------------------------------------------
  人気おすすめランキング
-------------------------------------------------- */
#ranking.section {}
#ranking.section h2 {
  background:
    url(../img/bg_ttl_rank01.png) left 7px bottom no-repeat,
    url(../img/bg_ttl_rank02.png) right 7px bottom no-repeat;
}
#ranking .rank_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ranking .rank_list .wrap {
  margin-right: 15px;
  width: 350px;
}
#ranking .rank_list .wrap:nth-child(3n) { margin-right: 0; }
#ranking .rank_list .wrap .pic {
}
#ranking .rank_list .wrap .pic img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#ranking .rank_list .wrap dl {
  background: #fff;
  margin: -17px 20px 0;
  padding: 0 26px 75px;
  box-shadow: 0 0 9px 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 {
  position: absolute;
  top: -9px;
  left: -18px;
}
#ranking .rank_list .wrap dl dt span {
  padding-left: 50px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #1d1c1c;
  font-size: 20px;
  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: 13px 0;
  line-height: 1.7;
  color: #2f2f2f;
  font-size: 12px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
#ranking .rank_list .wrap dl dd .tag {
  margin-bottom: 10px;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ranking .rank_list .wrap dl dd .tag li {
  background: #b0bfca;
  margin-right: 3px;
  padding: 5px 10px;
  color: #000;
  font-size: 11px;
  border-radius: 5px;
}
#ranking .rank_list .wrap dl dd .btn {
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
#ranking .rank_list .wrap dl dd .btn a {
  background: rgba(26,125,201,1);
  width: 226px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
}
#ranking .rank_list .wrap dl dd .btn a:after {
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  -webkit- transform: translateY(-50%) rotate(45deg);
  content: "";
}
#ranking .rank_list .wrap dl dd .btn a:hover { background: rgba(26,125,201,0.8); }

/* --------------------------------------------------
  テーマで紹介するおすすめ宿の紹介
-------------------------------------------------- */
#theme.section { background: url(../img/bg_theme.jpg) center top no-repeat; }
#theme.section h2 {
  margin-bottom: 34px;
  padding-bottom: 0;
}
#theme.section h2 .main { color: #185c98; }
#theme .lede {
  margin-bottom: 58px;
  padding: 0 68px;
  line-height: 1.8;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
#theme h3 {
  margin-bottom: 40px;
  color: #185c98;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#theme h3:before, #theme h3:after {
  background: rgba(24,92,152,1);
  width: 33%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  content: "";
}
#theme h3:before {
  left: 5px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#theme h3:after {
  right: 5px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#theme .theme_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#theme .theme_list li { margin: 0 41px 41px 0; }
#theme .theme_list li:nth-child(4n) { margin-right: 0; }
#theme .theme_list li a {
  width: 239px;
  height: 239px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  display: block;
}
#theme .theme_list li a:hover { color: #fc0; }
#theme .theme_list li a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  transition-property: all;
  transition: 0.3s linear;
  content: "";
}
#theme .theme_list li a:hover:after {
  border-color: transparent transparent transparent #fc0;
}

/* 各背景画像 */
#theme .theme_list li:nth-child(1) a {
  background: #b8b8b8 url(../img/pic_theme01.jpg) center top -8px 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 -20px no-repeat;
  background-size: 140% auto;
}
#theme .theme_list li:nth-child(5) a {
  background: #b8b8b8 url(../img/pic_theme05.jpg) center top -20px no-repeat;
  background-size: 100% auto;
}
#theme .theme_list li:nth-child(6) a {
  background: #b8b8b8 url(../img/pic_theme06.jpg) center top -30px no-repeat;
  background-size: 100% auto;
}
#theme .theme_list li:nth-child(7) a {
  background: #b8b8b8 url(../img/pic_theme07.jpg) center top -30px no-repeat;
  background-size: 100% auto;
}
#theme .theme_list li:nth-child(8) a {
  background: #b8b8b8 url(../img/pic_theme08.jpg) center top -30px 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: 13px 0;
  font-size: 21px;
  font-weight: bold;
}
#theme .theme_list li a dl dd {
  line-height: 1.3;
  font-size: 13px;
}

/* --------------------------------------------------
  ゲレンデからおすすめの宿を探す
-------------------------------------------------- */
#slope.section { padding-top: 0; }
#slope.section h2 {
  margin-bottom: 18px;
  padding: 43px 0 0;
}
#slope.section h2 {
  background:
    url(../img/bg_ttl_slope01.png) left 7px bottom no-repeat,
    url(../img/bg_ttl_slope02.png) right 7px bottom no-repeat;
}

/*
  tab
------------------------------ */
#slope .tab {}
#slope .tab .tab_menu {
  padding-top: 14px;
  border-right:  3px solid #e5e5e5;
  border-bottom: 3px solid #a5adb3;
  border-left:  3px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#slope .tab .tab_menu:first-child {
  padding-top: 0;
  border-right: none;
  border-left: none;
}
#slope .tab .tab_menu li {
  background: #a5adb3;
  margin-right: 7px;
  width: 240px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 8px 0 0;
  transition-property: all;
  transition: 0.3s linear;
  cursor: pointer;
}
#slope .tab .tab_menu li:last-child { margin-right: 0; }
#slope .tab .tab_menu li.active,
#slope .tab .tab_menu li:hover { background: #1a7dc9; }

/*
  宿一覧
------------------------------ */
#slope .inn_list {
  padding: 31px 45px 56px;
  border:  3px solid #e5e5e5;
  border-top: none;
}
#slope .inn_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#slope .inn_list ul li {
  margin: 0 12px 14px 0;
  width: 320px;
  height: 59px;
  border: 3px solid #1a7dc9;
}
#slope .inn_list ul li:nth-child(3n) { margin-right: 0; }
#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: 3px;
  width: 65px;
  color: #fff;
  font-size: 14px;
  -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 15px;
  width: calc(100% - 65px);
  color: #1a7dc9;
  font-size: 16px;
  position: relative;
}
#slope .inn_list ul li a .slope_name:after {
  width: 6px;
  height: 6px;
  border-top: solid 2px #1a7dc9;
  border-right: solid 2px #1a7dc9;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  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 2px #fff;
  border-right: solid 2px #fff;
}

/* --------------------------------------------------
  交通手段からおすすめの宿を探す
-------------------------------------------------- */
#transportation.section { background: url(../img/bg01.png) left top repeat; }
#transportation .tours_list {}
#transportation .tours_list li {
  background: #fff;
  margin-bottom: 23px;
  padding: 7px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#transportation .tours_list li .img { width: 208px; }

#transportation .tours_list li dl {
  margin: 0 55px 0 22px;
  color: #1a1a1a;
  width: 550px;
}
#transportation .tours_list li dl dt {
  margin-bottom: 14px;
  font-size: 23px;
  font-weight: bold;
}
#transportation .tours_list li dl dd {
  line-height: 1.5;
  font-size: 15px;
}
#transportation .tours_list li dl dd span { color: #f8456f; }
#transportation .tours_list li .btn {}
#transportation .tours_list li .btn a {
  background: #1a7dc9;
  width: 191px;
  height: 66px;
  line-height: 1.25;
  color: #fff;
  font-size: 16px;
  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: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  -webkit- transform: translateY(-50%) rotate(45deg);
  transition-property: all;
  transition: 0.3s linear;
  content: "";
}
#transportation .tours_list li .btn a:hover { color: #fc0; }
#transportation .tours_list li .btn a:hover:after {
  border-top: solid 2px #fc0;
  border-right: solid 2px #fc0;
}

/* --------------------------------------------------
  おすすめ記事
-------------------------------------------------- */
#recommend.section {}
#recommend.section h2 .main { color: #676767; }

/*
  おすすめ記事リスト
------------------------------ */
#recommend .article_list {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#recommend .article_list li {
  background: #e0ecec;
  margin: 0 17px 17px 0;
  padding: 1px 0 20px;
  width: 257px;
}
#recommend .article_list li:nth-child(4n) { margin-right: 0; }
#recommend .article_list li a { text-decoration: none; }
#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 { padding: 18px 25px 0; }
#recommend .article_list li a dl dt {
  margin-bottom: 10px;
  line-height: 1.4;
  color: #282828;
  font-size: 14px;
  font-weight: bold;
}
#recommend .article_list li a dl dd {
  line-height: 1.6;
  color: #444;
  font-size: 12px;
}

/*
  バナーリスト
------------------------------ */
#recommend h3 {
  margin-bottom: 30px;
  color: #676767;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#recommend .bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#recommend .bnr_list li {
  margin: 0 23px 23px 0;
  width: 345px;
}
#recommend .bnr_list li:nth-child(3n) { margin-right: 0; }
#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/kv.jpg) center top no-repeat;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
  min-width: 1080px;
  height: 337px;
  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: 739px;
  height: 182px;
  color: #fff;
}
#under_kv .inner h2 {
  padding: 38px 0 16px;
  font-family: あおぞら明朝 Medium;
  font-size: 48px;
  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: 20px;
  text-align: center;
}

/* --------------------------------------------------
  下層 宿一覧
-------------------------------------------------- */
/*
  lede
------------------------------ */
#lede.section { padding-bottom: 0; }
#lede .inner_wrap {
  background:
    url(../img/under/bg_lede01.png) left 37px bottom no-repeat,
    url(../img/under/bg_lede02.png) right 9px bottom no-repeat;
  padding-bottom: 40px;
  border-bottom: 1px solid #c4c4c4;
}
#lede .inner_wrap h2 {
  padding-bottom: 25px;
  color: #72a6dc;
  font-size: 30px;
}
#lede .inner_wrap p {
  color: #4f4e4e;
  line-height: 1.73333;
  font-size: 15px;
  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: 30px;
  padding: 33px;
  box-shadow: 0 0 9px rgba(0,0,0,0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#faircontent .hotel_list li.wrap h3 {
  margin-bottom: 19px;
  width: 100%;
  text-align: center;
}
#faircontent .hotel_list li.wrap h3 span { display: block; }
#faircontent .hotel_list li.wrap h3 .sub {
  margin-bottom: 8px;
  color: #8c8558;
  font-size: 14px;
}
#faircontent .hotel_list li.wrap h3 .main {
  color: #282828;
  font-size: 28px;
  font-weight: bold;
}

/* メイン画像 */
#faircontent .hotel_list li.wrap .main_img {
  margin-right: 10px;
  width: 517px;
}
#faircontent .hotel_list li.wrap .main_img img {
  width: 100%;
  height: auto;
}
#faircontent .hotel_list li.wrap h3 {
  margin-bottom: 19px;
  width: 100%;
  text-align: center;
}
#faircontent .hotel_list li.wrap h3 span { display: block; }
#faircontent .hotel_list li.wrap h3 .sub {
  margin-bottom: 8px;
  color: #8c8558;
  font-size: 14px;
}
#faircontent .hotel_list li.wrap h3 .main {
  color: #282828;
  font-size: 28px;
  font-weight: bold;
}

/* メイン画像 */
#faircontent .hotel_list li.wrap .main_img {
  margin-right: 10px;
  width: 517px;
}
#faircontent .hotel_list li.wrap .main_img img {
  width: 100%;
  height: auto;
}

/* ホテル情報 */
#faircontent .hotel_list li.wrap .detail { width: calc(100% - 527px); }
#faircontent .hotel_list li.wrap .detail .sub_img {
  margin-bottom: 17px;
  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 .txt {
  margin-bottom: 14px;
  line-height: 1.6;
  color: #4f4e4e;
  font-size: 14px;
}
#faircontent .hotel_list li.wrap .detail .tag {
  margin-bottom: 12px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#faircontent .hotel_list li.wrap .detail .tag li {
  background: #b0bfca;
  margin-right: 6px;
  padding: 5px 10px;
  color: #1d1d1d;
  font-size: 11px;
  border-radius: 5px;
}
#faircontent .hotel_list li.wrap .detail .btn {
  background: #ebe4da;
  padding: 10px 0;
}
#faircontent .hotel_list li.wrap .detail .btn a {
  background: #1a7dc9;
  margin: 0 auto;
  width: 235px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
}
#faircontent .hotel_list li.wrap .detail .btn a:hover { color: #fc0; }
#faircontent .hotel_list li.wrap .detail .btn a:after {
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  -webkit- transform: translateY(-50%) rotate(45deg);
  content: "";
}
#faircontent .hotel_list li.wrap .detail .btn a:hover:after {
  border-top: solid 2px #fc0;
  border-right: solid 2px #fc0;
}

/*
  フリーテキスト
------------------------------ */
#faircontent .free_txt {
  padding: 14px 32px 0;
  line-height: 1.8;
  color: #474747;
  font-size: 14px;
}
