p,a {
  letter-spacing: -0.02em;
  font-family: "Noto Sans KR";
  font-weight: 400;
  padding: 0;
  margin: 0;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

img {
  max-width: 100%;
}

.color-fff { color: #fff !important;}

@font-face { font-family: 'S-CoreDream-9Black'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-3Light'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-2ExtraLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); font-weight: normal; font-style: normal; }

/* ----------------------------------------------------------------

-----------------------------------------------------------------*/
.panel {border: 0px solid transparent;}
.imgshadow { box-shadow: 0px 20px 20px #32323255;}
section {
  font-size: 16px;
}

.red {
  color: #ff0000;
}

.green {
  color: #24c6a9;
}

.color-888 {
  color: #888;
}

.daubet_bg {
  overflow: hidden;
}

.daubet_bg.fullscreen {
  height: 90vh;
  position: relative;
}

.daubet_bg.fullscreen > .container {
  z-index: 999;
}

.background-image-holder {
  z-index: 0;
}

.topbanner {
  position: relative;
  width: 100%;
  top: 200px;
  left: 0;
}
.top_label {
  position: absolute;
  top: 5px;
  right: 130px;
}
.topbanner img {
  margin: auto;
}

.topbanner h1 {
  margin: 0 0 30px 0;
  font-size: 7em;
  font-family: 'S-CoreDream-9Black', serif;
  line-height: 1.2;
  word-break: keep-all;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.topbanner h1 span {
  margin: 50px 0 20px;
  font-size: .7em;
  line-height: 1;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.topbanner h2 {
  font-weight: 400;
  padding: 3px 10px;
  display: inline-block;
  font-size: 2.3em;
  font-family: 'S-CoreDream-3Light', serif;
}

.topbanner .topbannertit03 {
  font-size: 30px;
  font-family: 'S-CoreDream-2ExtraLight', serif;
  word-break: keep-all;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.topCoupon {
  position: relative;
  margin-top: 150px;
}

.topCoupon .iconImg {
  display: inline-block;
  padding: 10px;
}

.topCoupon_bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.topCouponTxt {
  position: absolute;
  color: #fff;
  width: 100%;
  transform: translateY(20%);
}

.topCoupontxt01 {
  font-size: 50px;
  font-weight: 200;
  word-break: keep-all;
}

.topCoupontxt02 {
  font-weight: 300;
  opacity: 0.8;
}

.bar {
  width: 65%;
  height: 1px;
  border: 0.5px dashed #fff;
  margin: 30px auto;
}

#promotion {
  background: #01437f;
}

#promotion h3 {
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
  font-weight: 300;
}

.topbanner .promo_end_big {
  position: absolute;
  right: 0;
  top: -120px;
}

.swiper-container {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-algn: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

#sliderinfo1 {
  background: url(/event2018/img/ShimaneSale/ShimaneSale_bg01.jpg) 50% 0% no-repeat;
  background-size: cover;
}


#slidercopyfixed {
    width: 100%;
    height: 60px;
    background-color: #081e5d;
    display: table;
}
#slidercopyfixed-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
#slidercopyfixed h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 992px) {
  .topCoupontxt01 {
    font-size: 45px;
  }

  .topbanner .topbannertit02 {
    font-size: 75px;
  }

  .bar {
    margin: 23px auto;
  }
}

@media only screen and (max-width: 767px) {
  section {
    font-size: 14px;
  }

  .topbanner {
    top: 80px;
  }

  .topbannertit01 {
    width: calc(100% - 20px);
  }

  .topbanner .topbannertit02 {
    font-size: 36px;
  }

  .topbanner .topbannertit03 {
    font-size: 18px;
  }

  .topCoupon {
    margin-top: 20px;
  }

  .topCoupon img {
    display: none;
  }

  .topbanner .promo_end_big {
    display: block;
    width: 120px;
    width: 120px;
    top: -20px;
  }

  .topCouponTxt {
    background: #1edbb9;
    padding: 20px 10px;
    margin: 0 10px;
    width: calc(100% - 20px);
    transform: inherit;
  }

  .topCoupontxt01 {
    font-size: 24px;
  }

  .topCoupontxt02 {
    font-size: 14px;
  }

  .bar {
    width: 100%;
    margin: 15px auto;
  }

  #promotion h3 {
    font-size: 16px;
    padding: 15px 0;
  }

  .topbanner h2{
    font-size: 2em;
  }

  .topbanner h1{
    font-size: 3em;
  }
  #slidercopyfixed h3 {
    font-size: 18px;
  }
}

/* ----------------------------------------------------------------

-----------------------------------------------------------------*/
.sec01 {
  overflow: hidden;
}

.sec01Img li {
  width: 33.333333%;
  float: left;
  padding: 0 2px;
}


/* ----------------------------------------------------------------
히타까지 얼마나 걸릴까?
-----------------------------------------------------------------*/
.sec03 { background-color: #24c6a9;}

.sec_tap {
  overflow: hidden;
}
.sec_tap li {
  cursor: pointer;
  background: rgba(247, 247, 247, 0.05);
  color: #fff;
  padding: 20px 0;
  font-size: 24px;
  width: 50%;
  float: left;
  border: 1px solid #f7f7f7;
  word-break: break-all;
}

.sec_tap li img {
  padding-left: 10px;
}

.sec_tap .active {
  background: rgba(247, 247, 247, 1);
  color: #24c6a9;
}

.sec_item {
  background-color: #fff;
  padding: 80px 0;
}

.jq_tab .active .triangle2 {
  border-bottom: 10px solid #24c6a9;
  transform: rotate(180deg);
}

.triangle2 {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 10px;
}


@media only screen and (max-width: 767px) {
.sec_tap li { font-size: 14px; letter-spacing: -1px;}


}
/* ----------------------------------------------------------------
큐슈 오이타 현 히타 시, 어디에 있을까?
-----------------------------------------------------------------*/
.sec06 {
  background: url(/event2018/img/smallcity_hita/sec06_bg.jpg) 50% 0 no-repeat;
}

.sec06 .sec06txt {
  font-size: 18px;
  margin: 10px 0 50px 0;
  color: #01437f;
}

/* ----------------------------------------------------------------
소도시 맛집&카페, 그리고 문화 산책 시마네를 즐기는 두 가지 방법!
-----------------------------------------------------------------*/
.sec07 {
  background: url(/event2018/img/smallcity_hita/sec07_bg.jpg) no-repeat top center;
}

.sec07_txt {
  font-size: 28px;
  font-family: 'S-CoreDream-2ExtraLight', serif;
}

.sec07_tap {
  overflow: hidden;
}

.sec07_tap li {
  cursor: pointer;
  background: rgba(247, 247, 247, 0.05);
  color: #fff;
  padding: 20px 0;
  font-size: 24px;
  width: 50%;
  float: left;
  border: 1px solid #f7f7f7;
}

.sec07_tap li img {
  padding-left: 10px;
}

.sec07_tap .active {
  background: rgba(247, 247, 247, 1);
  color: #24c6a9;
}

.sec07_item {
  display: none;
  background: #f7f7f7 url(/event2018/img/ShimaneSale/sec07_box_bg.jpg) repeat;
  padding: 25px;
}

.sec07_item .item_img {
  padding: 40px 0;
}

@media only screen and (max-width: 992px) {
  .sec07_tap li {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mapWrap {
    background-size: 100%;
  }

  .sec07_txt {
    font-size: 17px;
  }

  .sec07_tap li {
    font-size: 15px;
  }

  .sec07_tap li img {
    width: 25px;
  }

  .sec07_item {
    padding: 10px;
  }

  .sec07_item .item_img {
    padding: 30px 0;
  }
}


/* ----------------------------------------------------------------
시마네 현 관광명소 & 맛집
-----------------------------------------------------------------*/
.sec05Tit {
  font-family:'S-CoreDream-3Light';
  font-size: 46px;
  line-height: 1.4;
  color: #01437f;
  word-break: keep-all;
}

.sec05Tit span {
  font-size: 28px;
}

.bestBtn {
  position: relative;
  top: -39px;
}

.bestBtn li {
  width: 50%;
  float: left;
  position: relative;
  border: 1px solid #24c6a9;
  background: #fff;
}

.bestBtn li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #656565;
  font-size: 24px;
  padding: 20px 0;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.bestBtn li a span {
  font-size: 18px;
}


.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #656565;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 10px;
}

.bestBtn li .active {
  background: #24c6a9;
  color: #fff;
}

.bestBtn li .active .triangle,
.choiceTab2 .on .triangle {
  border-bottom: 10px solid #fff;
  transform: rotate(180deg);
}

.bestBtn li a:hover {
  background: #24c6a9;
  color: #fff;
}



.bestBtn li a:hover .triangle,
.choiceTab2 li a:hover .triangle {
  border-bottom: 10px solid #fff;
  transform: rotate(180deg);
}


.click {
  position: absolute;
  top: -30px;
  right: 20px;
}

.click.show {
  display: none !important;
}

.bestList {
  display: none;
  overflow: hidden;
  clear: both;
  width: 1170px;
  margin: 80px auto 0;
}

.btn.btn-seemore {
  padding: 12px 35px;
  font-size: 1.2em;
  font-weight: 400;
  border-radius: 40px;
  background-color: #24c6a9;
}

.btn.btn-seemore img {
  padding-left: 10px;
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn.btn-seemore:hover,
.btn.btn-seemore:active,
.btn.btn-seemore:focus {
  background-color: #128771;
}

.btn.btn-seemore:hover img,
.btn.btn-seemore:active img,
.btn.btn-seemore:focus img {
  opacity: 0.6;
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

/* ----------------------------------------------------------------
추천 맛집&카페
-----------------------------------------------------------------*/
.sec08 {
  padding-bottom: 80px;
}

.sec08 .sec07_txt {
  color: #888;
}

.sec08 {
  z-index: 32;
  position: relative;
  background-color: #fffae1;
  font-size: 14px;
}

.onsenVillageSec2Title {
  color: #555;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 300;
}

.sec08 .choiceTab2 {
  border: none;
}

.sec08 .choiceTab2 li {
  float: left;
  width: 50%;
  border: 1px solid #24c6a9;
  position: relative;
}

.sec08 .choiceTab2 li:nth-child(1) {
  border-right: none;
}

.sec08 .choiceTab2 li a {
  text-align: center;
  padding: 20px 0;
  color: #656565;
  font-size: 24px;
  display: block;
  background: #fff;
}

.sec08 .choiceTab2 li.on a,
.sec08 .choiceTab2 li a:hover {
  background: #24c6a9;
  color: #fff;
  -webkit-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.sec08 .tourTitle {
  font-size: 35px;
  font-weight: 300;
}

.onsenVillageSec2Tab,
.sec2_ban {
  display: none;
}

.show {
  display: block;
}

.onsenVillageSec2Tab .info01,
.onsenVillageSec2Tab .info02 {
  border: none;
  background-color: rgba(255, 255, 255, .1);
  background: #f7f7f7;
  overflow: hidden;
  margin: 30px 0 70px;
}

.onsenVillageSec2Tab .info01 li,
.onsenVillageSec2Tab .info02 li {
  float: left;
  width: 16.6666666%;
  padding: 25px 0;
}

.onsenVillageSec2Tab .info01 li a,
.onsenVillageSec2Tab .info02 li a {
  text-align: center;
  color: #888;
  font-size: 20px;
  display: block;
  border-left: 1px solid #a4b9b5;
  text-decoration: none;
}

.onsenVillageSec2Tab .info01 li:nth-child(1) a {
  border: none;
}

.onsenVillageSec2Tab .info01 li.active a,
.onsenVillageSec2Tab .info01 li a:hover,
.onsenVillageSec2Tab .info02 li.active a,
.onsenVillageSec2Tab .info02 li a:hover {
  color: #24c6a9;
  -webkit-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.jbFixed {
  position: fixed;
  top: 55px;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  background: #fff;
}

.onsenVillageSec2BanBtn {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.onsenVillageSec2BanBtn .onsenVillageSec2Ban_txt {}

.onsenVillageSec2BanBtn .onsenVillageSec2Ban_txt h3 {
  font-size: 1.5em;
  margin: 5px 0;
  color: #fff;
}

.onsenVillageSec2BanBtn .onsenVillageSec2Ban_txt p {
  letter-spacing: -0.05em;
  font-size: 14px;
  color: #666;
  line-height: 1.75em;
  color: #fff;
  opacity: 0.8;
}


.sec08 .sec-2-img-wrap {
  width: 100%;
  height: 100%;
}

.sec08 .sec-2-img-wrap img {
  max-width: 100%;
}

.sec08 .sec2-tab-txt {
  width: 100%;
  height: 100%;
}

.sec08 .tabContent h3,
.onsenVillageSec2Ban_txt h3 {
  font-size: 2em;
  letter-spacing: -0.05em;
  font-weight: 300;
  color: #1090ea;
  line-height: 1.5em;
}

.sec08 .tabContent p,
.onsenVillageSec2Ban_txt p {
  letter-spacing: -0.05em;
  font-size: 16px;
  color: #666;
  line-height: 1.75em;
}

.sec2-tab-smallimg {
  overflow: hidden;
  padding: 10px;
}




/* ----------------------------------------------------------------
마츠에 시 인기 숙소 검색
-----------------------------------------------------------------*/
.sec05_TitWrap {
  background: url(/event2018/img/ShimaneSale/sec05_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 110px 0;
}



/*숙소상품 css*/
.goodslist-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.goodslist-item {
  width: 25%;
  float: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.goodslist-grid.goodslist-grid-gut {
  margin: 0 0 0 -10px;
  overflow: hidden;
}

.goodslist-grid.goodslist-grid-gut .goodslist-item {
  padding: 0 0 10px 10px;
}

.goodslist-item > a {
  display: block;
  padding: 0 0 84px 0;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

.areaTitle .text01 {
  font-size: 14px;
}

.areaTitle h3 {
  font-size: 17px;
  margin-top: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.areaTitle .money {
  font-size: 24px;
  color: yellow;
}

.goodslist-item a,
.goodslist-item a:hover {
  color: #111;
  border: none;
}

.goodslist-img {
  position: relative;
  overflow: hidden;
}

.goodslist-img img {
  width: 100%;
  display: block;
  overflow: hidden;
}


/*숙소검색*/
.goodslist-intro {
  width: 100%;
  height: 120px;
  padding: 20px 20px 0 20px;
  -webkit-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.goodslist-grid.hide-titles .goodslist-item > a {
  overflow: hidden;
  padding: 0;
}

.goodslist-grid.hide-titles .goodslist-item .goodslist-intro {
  opacity: 0;
  bottom: -94px;
}

.goodslist-grid.hide-titles .goodslist-item:hover .goodslist-intro {
  opacity: 1;
}

.goodslist-intro {
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.goodslist-item:hover .goodslist-intro {
  color: #fff;
  -webkit-transform: translateY(-99px);
  -moz-transform: translateY(-99px);
  transform: translateY(-99px);
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .goodslist-item:hover .goodslist-intro {
    -webkit-transform: translateY(-140px);
    -moz-transform: translateY(-140px);
    transform: translateY(-140px);
  }
}

.goodslist-item .goodslist-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none !important;
  background: rgba(250, 250, 250, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.goodslist-item:hover .goodslist-img:after {
  background: #111;
  opacity: .73;
}

.goodslist-item .goodslist-img > img {
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.goodslist-item:hover .goodslist-img > img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.goodslist-grid.hide-titles .goodslist-item:hover .areaTitle {
  top: 20%;
}

.areaTitle {
  position: absolute;
  top: 10%;
  width: 100%;
  padding: 0 5px;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  z-index: 3;
  -webkit-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.17s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  text-transform: uppercase;
}

.sec08 .tabContent h3,
.onsenVillageSec2Ban_txt h3 {
  color: #111 !important;
}

@media only screen and (max-width: 1400px) {
  .bestList {
    width: auto;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 992px) {

  .onsenVillageSec2Tab .info01,
  .onsenVillageSec2Tab .info02 {
    margin: 30px 0;
  }

  .onsenVillageSec2Tab .info01 li a,
  .onsenVillageSec2Tab .info02 li a {
    font-size: 15px;
  }

  .sec05_TitWrap {
    padding: 80px 0;
  }

  .bestList {
    margin: 20px auto 0;
  }

  .sec08 {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .goodslist-item {
    width: 50%;
  }

  .goodslist-intro {
    height: 100px;
  }

  .sec06 .sec06txt {
    font-size: 16px;
    margin: 10px;
  }

  .sec05Tit {
    font-size: 26px;
    line-height: 35px;
  }

  .sec05Tit span {
    font-size: 23px;
  }

  .bestBtn li a {
    font-size: 15px;
    padding: 11px 0;
  }

  .bestBtn li a span {
    font-size: 12px;
  }

  .sec08 .choiceTab2 li a {
    font-size: 15px;
  }

  .bestBtn li .active .triangle,
  .choiceTab2 .on .triangle {
    border-bottom: 7px solid #fff;
  }

  .triangle {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #656565;
    margin-bottom: 2px;
  }

  .bestBtn li .active .triangle {
    border-bottom: 7px solid #fff;
  }

  .areaTitle h3 {
    margin-top: 5px;
  }

  .areaTitle .text01,
  .areaTitle {
    font-size: 13px;
  }

  .click {
    width: 50px;
    top: -19px;
    right: 0;
  }

  .btn-mod,
  a.btn-mod {
    padding: 5px;
    width: 100%;
  }

  .onsenVillageSec2Tab .info01,
  .onsenVillageSec2Tab .info02 {
    margin: 10px 0;
  }

  .onsenVillageSec2Tab .info01 li a,
  .onsenVillageSec2Tab .info02 li a {
    font-size: 12px;
  }

  .onsenVillageSec2Tab .info01 li,
  .onsenVillageSec2Tab .info02 li {
    width: 33.3333%;
    padding: 10px 0;
  }

  .onsenVillageSec2Tab .info01 li:nth-child(1),
  .onsenVillageSec2Tab .info01 li:nth-child(2),
  .onsenVillageSec2Tab .info01 li:nth-child(3),
  .onsenVillageSec2Tab .info02 li:nth-child(1),
  .onsenVillageSec2Tab .info02 li:nth-child(2),
  .onsenVillageSec2Tab .info02 li:nth-child(3) {
    border-bottom: 1px solid #a4b9b5;
  }

  .onsenVillageSec2Tab .info01 li:nth-child(4) a {
    border: none;
  }

  .sec05_TitWrap {
    padding: 30px 0 60px;
  }

  .bestList {
    margin: auto;
  }

  .sec08 .tabContent h3,
  .onsenVillageSec2Ban_txt h3 {
    font-size: 1.6em;
  }

  .sec08 .tabContent p,
  .onsenVillageSec2Ban_txt p {
    font-size: 14px;
  }
}
