@charset "UTF-8";
@import url(import/reset.css);
@import url(import/util.css);
/*
トップと下層に関する共通ファイル
トップと下層で999（下層）959（トップ）ブレイクポイントが違うのでレスポンシブ対応は別ファイル(main_tab.css)
*/
/* ==================== common ==================== */
html, body {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html *, body * {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  position: relative;
}

body {
  color: black;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 1.8;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.breadcrumb {
  margin-bottom: 50px;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumb a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #106ab4;
}
.breadcrumb span {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1000px) {
  .breadcrumb a:hover {
    color: #66BCF9;
  }
}
/* ダイヤ案内 */
#dyer_box {
  position: absolute;
  top: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

#colorbox {
  z-index: 9999999 !important;
}
#colorbox.dyer #cboxContent {
  border: 1px solid #ccc;
  border-radius: 4px;
}
#colorbox.dyer #cboxMiddleLeft,
#colorbox.dyer #cboxMiddleRight,
#colorbox.dyer #cboxTopLeft,
#colorbox.dyer #cboxTopCenter,
#colorbox.dyer #cboxTopRight,
#colorbox.dyer #cboxBottomLeft,
#colorbox.dyer #cboxBottomCenter,
#colorbox.dyer #cboxBottomRight {
  display: none !important;
}
#colorbox.dyer #cboxClose {
  bottom: inherit !important;
  top: 7px !important;
  right: 6px !important;
  font-size: 30px !important;
  background: white !important;
  border: 1px solid black !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  outline: none !important;
}
#colorbox.dyer #cboxClose:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  display: block;
  background: black;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#colorbox.dyer #cboxClose:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  display: block;
  background: black;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#cboxContent {
  overflow: visible !important;
}

#colorbox {
  max-width: 100% !important;
}

#cboxWrapper {
  max-width: 100% !important;
}

#cboxLoadedContent {
  margin-bottom: 0 !important;
}

#cboxContent {
  margin: 0 auto !important;
  float: none !important;
}

.cboxElement {
  outline: none;
}

@media only screen and (max-width: 639px) {
  #colorbox {
    z-index: 9999999 !important;
  }
  #colorbox.dyer #cboxContent {
    border: none;
    border-radius: 0px;
  }
}
/* ==================== //common ==================== */
/* ==================== header ==================== */
#gHeader {
  margin-bottom: 89px;
}
#gHeader .header {
  padding: 15px 30px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 1001;
  background: white;
}
#gHeader .header .header_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#gHeader .header .logo {
  float: left;
}
#gHeader .header .logo img {
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

#gHeader .header .s_nav {
  float: right;
  margin-top: 10px;
}
#gHeader .header .s_nav li {
  float: left;
  margin-right: 20px;
}
#gHeader .header .s_nav li:last-child {
  margin-right: 0;
}
#gHeader .header .s_nav li a {
  font-size: 12px;
  font-size: 1.2rem;
}
#gHeader .header .s_nav li a:before {
  margin-right: 10px;
  vertical-align: middle;
}
#gHeader .header .s_nav li:nth-child(1) a:before {
  content: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_house.png);
  display: inline-block;
}
#gHeader .header .s_nav li:nth-child(2) a:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 18px;
  background: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_timeline.png) center no-repeat;
  background-size: 26px 18px;
  position: relative;
  top: -3px;
}
#gHeader .header .s_nav li:nth-child(3) a:before {
  content: '';
  width: 16px;
  height: 20px;
  display: inline-block;
  background: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_train.png) top 1px center no-repeat;
  background-size: 16px 18px;
  position: relative;
  top: -3px;
}
#gHeader .header .s_nav li form {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_search.png) center right 5px no-repeat;
  background-size: 14px 14px;
  line-height: 25px;
  width: 160px;
  padding: 0 5px;
}
#gHeader .header .s_nav li form input[type="text"] {
  display: inline-block;
  outline: none;
  border: none;
  background: none;
  width: 125px;
}
#gHeader .header .s_nav li form input[type="submit"] {
  display: inline-block;
  display: inline-block;
  cursor: pointer;
  width: 18px;
  outline: none;
  border: none;
  background: none;
}
#gHeader #gNav {
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  z-index: 1000;
}
#gHeader #gNav.fixed {
  top: 0;
  position: fixed;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
#gHeader #gNav.fixed.down {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#gHeader #gNav.fixed .inner li {
  padding: 5px 10px;
}
#gHeader #gNav.fixed .inner li a {
  height: 40px;
}
#gHeader #gNav .parents {
  border-bottom: 4px solid #e5e5e5;
  position: relative;
  z-index: 200;
  background: white;
}
#gHeader #gNav .inner ul {
  position: relative;
}
#gHeader #gNav .inner ul:before {
  content: url(https://www.kintetsu.co.jp/common/kanko/imgs/gnav_dot.jpg);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 16px;
  margin: auto;
}
#gHeader #gNav .inner li {
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 10px;
  position: relative;
  /*-webkit-transition: 0.3s ease;
          transition: 0.3s ease;*/
}
#gHeader #gNav .inner li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1em;
  font-weight: bold;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  height: 50px;
  border-radius: 4px;
  transition: 0s;
  transition: background 0.3s;
}
#gHeader #gNav .inner li a span {
  line-height: 22px;
}
#gHeader #gNav .inner li:before {
  content: url(https://www.kintetsu.co.jp/common/kanko/imgs/gnav_dot.jpg);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 16px;
  margin: auto;
}
#gHeader #gNav .inner li:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
}
#gHeader #gNav .inner li:nth-child(1) a span:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 15px;
  background: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_photo.png) center no-repeat;
  background-size: 19px 15px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#gHeader #gNav .inner li:nth-child(1) a:hover, #gHeader #gNav .inner li:nth-child(1) a.on {
  background: #fff1d9;
}
#gHeader #gNav .inner li:nth-child(1):after {
  background: #ffa200;
}
#gHeader #gNav .inner li:nth-child(2) a span:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_kip.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#gHeader #gNav .inner li:nth-child(2) a:hover, #gHeader #gNav .inner li:nth-child(2) a.on {
  background: #e2f2c3;
}
#gHeader #gNav .inner li:nth-child(2):after {
  background: #96cc29;
}
#gHeader #gNav .inner li:nth-child(3) a span:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 22px;
  background: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_hiking.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#gHeader #gNav .inner li:nth-child(3) a:hover, #gHeader #gNav .inner li:nth-child(3) a.on {
  background: #d9f2ff;
}
#gHeader #gNav .inner li:nth-child(3):after {
  background: #2996cc;
}
#gHeader #gNav #drop_down {
  position: relative;
}
#gHeader #gNav #drop_down.active .drop_down_wrap {
  /*transition: 0.3s ease;*/
}
#gHeader #gNav #drop_down .drop_down_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 100;
  /*transition: 0.3s ease 0.3s;*/
  /*transition: 0.3s linear;*/
  /*transform: scaleY(0);*/
  /*transform: translateY(-100%);*/
  /*opacity: 0;*/
  /*transform-origin: top;*/
  -webkit-transition: 0.15s linear;
          transition: 0.15s linear;
  visibility: hidden;
  opacity: 0;
}
#gHeader #gNav #drop_down .drop_down_wrap.active {
  /*transform: scaleY(1);*/
  /*transform: translateY(0);*/
  /*opacity: 1;*/
  z-index: 101;
  /*transition: 0.3s ease;*/
  opacity: 1;
  visibility: visible;
}
#gHeader #gNav #drop_down .drop_down_wrap ul {
  border-bottom: 1px solid #ffa200;
  text-align: center;
}
#gHeader #gNav #drop_down .drop_down_wrap ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px;
  height: 60px;
  width: 142px;
}
#gHeader #gNav #drop_down .drop_down_wrap ul li:before {
  content: url(https://www.kintetsu.co.jp/common/kanko/imgs/gnav_dot.jpg);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 16px;
  margin: auto;
}
#gHeader #gNav #drop_down .drop_down_wrap ul li:first-child:after {
  content: url(https://www.kintetsu.co.jp/common/kanko/imgs/gnav_dot.jpg);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 16px;
  margin: auto;
}
#gHeader #gNav #drop_down .drop_down_wrap ul li a, #gHeader #gNav #drop_down .drop_down_wrap ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  border-radius: 4px;
  line-height: 1.4;
}
#gHeader #gNav #drop_down .drop_down_wrap ul li a:hover, #gHeader #gNav #drop_down .drop_down_wrap ul li a.on {
  background: #fff1d9;
}
#gHeader #gNav #drop_down .drop_down_wrap ul li span {
  background: #fff1d9;
}
#gHeader #gNav #drop_down .drop_down_wrap.area ul {
  border-bottom: 1px solid #ffa200;
}
#gHeader #gNav #drop_down .drop_down_wrap.area ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px;
  height: 60px;
  width: 142px;
}
#gHeader #gNav #drop_down .drop_down_wrap.area ul li a:hover, #gHeader #gNav #drop_down .drop_down_wrap.area ul li a.on {
  background: #fff1d9;
}
#gHeader #gNav #drop_down .drop_down_wrap.area ul li span {
  background: #fff1d9;
}
#gHeader #gNav #drop_down .drop_down_wrap.pickup ul {
  border-bottom: 1px solid #96cc29;
}
#gHeader #gNav #drop_down .drop_down_wrap.pickup ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px;
  height: 60px;
  width: 166.666px;
}
#gHeader #gNav #drop_down .drop_down_wrap.pickup ul li a:hover, #gHeader #gNav #drop_down .drop_down_wrap.pickup ul li a.on, #gHeader #gNav #drop_down .drop_down_wrap.pickup ul li a.active {
  background: #e2f2c3;
}
#gHeader #gNav #drop_down .drop_down_wrap.pickup ul li span {
  background: #e2f2c3;
}
#gHeader #gNav #drop_down .drop_down_wrap.hiking ul {
  border-bottom: 1px solid #2996cc;
}
#gHeader #gNav #drop_down .drop_down_wrap.hiking ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px;
  height: 60px;
  width: 333.333px;
}
#gHeader #gNav #drop_down .drop_down_wrap.hiking ul li a:hover, #gHeader #gNav #drop_down .drop_down_wrap.hiking ul li a.on {
  background: #d9f2ff;
}
#gHeader #gNav #drop_down .drop_down_wrap.hiking ul li span {
  background: #d9f2ff;
}

/* ==================== //header ==================== */
/* ==================== footer ==================== */
#gFooter .tour_bnr {
  margin-bottom: -20px;
}
#gFooter .tour_bnr .titA {
  padding-top: 60px;
  border-top: 2px solid #106ab4;
}
#gFooter .tour_bnr.area_detail .titA {
  padding-top: 0;
  border-top: none;
}
#gFooter .tour_bnr .clm2 .image {
  float: left;
  margin-right: 20px;
  width: 38%;
}
#gFooter .tour_bnr .clm2 .text_area {
  overflow: hidden;
}
#gFooter .tour_bnr .clm2 .text_area .text01 {
  color: #106ab4;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#gFooter .tour_bnr .clm2 .text_area .text01 span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
#gFooter .tour_bnr .clm2 .text_area .date {
  color: #106ab4;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 5px;
}
#gFooter .tour_bnr .clm2 .text_area .text02 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
#gFooter .pagetop_wrap {
  margin-bottom: 25px;
}
#gFooter .pagetop_wrap .pagetop {
  float: right;
  width: 120px;
  height: 40px;
}
#gFooter .pagetop_wrap .pagetop a {
  position: fixed;
  bottom: 20px;
  width: 120px;
  text-align: center;
  border-radius: 4px;
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  background: #f8f7f7;
  z-index: 99999;
}
#gFooter .pagetop_wrap .pagetop a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url(https://www.kintetsu.co.jp/common/kanko/imgs/pagetop.png) center no-repeat;
  background-size: 100%;
  margin-left: 10px;
  transition: 0.3s ease;
}
#gFooter .pagetop_wrap .pagetop a:hover {
  background: #106ab4;
  color: white;
}
#gFooter .pagetop_wrap .pagetop a:hover:after {
  background: url(https://www.kintetsu.co.jp/common/kanko/imgs/pagetop_ov.png) center no-repeat;
  background-size: 100%;
}
#gFooter .other_bnr .link_list {
  margin-bottom: 40px;
}
#gFooter .other_bnr .link_list .clm3_2 > div {
  text-align: center;
  margin-bottom: 20px;
}
#gFooter .other_bnr .link_list .clm3_2 > div a {
  background: #106ab4;
  font-size: 15px;
  font-size: 1.5rem;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}
#gFooter .other_bnr .link_list .clm3_2 > div a span {
  position: relative;
  padding-left: 25px;
}
#gFooter .other_bnr .link_list .clm3_2 > div a img {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
#gFooter .ftr_bnr {
  margin: 20px 0;
}
#gFooter .ftr_bnr .inner {
  background: #fcf2ec;
  padding: 30px 0;
}
#gFooter .ftr_bnr a {
  display: block;
}
#gFooter .ftr_bnr .ftr_bnr_slider {
  padding: 0 50px;
}
#gFooter .ftr_bnr .bx-wrapper {
  margin: 0 auto;
}
#gFooter .ftr_bnr .bx-wrapper img {
  margin: 0 auto;
  backface-visibility: hidden;
}
#gFooter .ftr_bnr .bx-wrapper .bx-prev {
  left: -50px;
}
#gFooter .ftr_bnr .bx-wrapper .bx-prev:before {
  content: '\f104';
}
#gFooter .ftr_bnr .bx-wrapper .bx-next {
  right: -50px;
}
#gFooter .ftr_bnr .bx-wrapper .bx-next:before {
  content: '\f105';
}
#gFooter .sitemap {
  border-top: 2px solid #0051a2;
  padding: 50px 0 30px;
}
#gFooter .sitemap .f_nav {
  margin-bottom: 20px;
}
#gFooter .sitemap .f_nav > div {
  float: left;
}
#gFooter .sitemap .f_nav > div:nth-child(1) {
  width: 34%;
  margin-right: 6%;
}
#gFooter .sitemap .f_nav > div:nth-child(2) {
  width: 15%;
  margin-right: 7%;
}
#gFooter .sitemap .f_nav > div:nth-child(3) {
  width: 19%;
  margin-right: 7%;
}
#gFooter .sitemap .f_nav > div:nth-child(4) {
  width: 12%;
  float: right;
}
#gFooter .sitemap .f_nav dl {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  letter-spacing: -.4em;
}
#gFooter .sitemap .f_nav dl dt, #gFooter .sitemap .f_nav dl dd {
  letter-spacing: normal;
}
#gFooter .sitemap .f_nav dl.fnav01, #gFooter .sitemap .f_nav dl.fnav02 {
  padding-bottom: 15px;
}
#gFooter .sitemap .f_nav dl.fnav03 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#gFooter .sitemap .f_nav dl.fnav03 dd {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
#gFooter .sitemap .f_nav dl.fnav03 dd:nth-of-type(2n) {
  padding-right: 0;
  padding-left: 10px;
}
#gFooter .sitemap .f_nav dl.fnav04 dd {
  width: 50%;
  padding-right: 10px;
}
#gFooter .sitemap .f_nav dl.fnav04 dd:nth-of-type(2n) {
  padding-right: 0;
  padding-left: 10px;
}
#gFooter .sitemap .f_nav dl.fnav05 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#gFooter .sitemap .f_nav dl.fnav05 dd {
  width: 100%;
}
#gFooter .sitemap .f_nav dl.fnav06 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#gFooter .sitemap .f_nav dl.fnav06 dd {
  width: 100%;
}
#gFooter .sitemap .f_nav dl.fnav07 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#gFooter .sitemap .f_nav dl.fnav07 dd {
  width: 100%;
}
#gFooter .sitemap .f_nav dl.fnav08 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#gFooter .sitemap .f_nav dl.fnav08 dd {
  width: 100%;
}
#gFooter .sitemap .f_nav dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#gFooter .sitemap .f_nav dt .fa-angle-right {
  color: #106ab4 !important;
}
#gFooter .sitemap .f_nav dt a {
  font-weight: bold;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#gFooter .sitemap .f_nav dt a.on {
  color: #106ab4;
}
#gFooter .sitemap .f_nav dd {
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
}
#gFooter .sitemap .f_nav dd a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
}
#gFooter .sitemap .f_nav dd a.on {
  color: #106ab4;
}
#gFooter .fs_nav {
  background: #0051a2;
  text-align: center;
  padding: 8px 10px;
}
#gFooter .fs_nav li {
  display: inline-block;
}
#gFooter .fs_nav li a {
  display: block;
  color: white;
  font-size: 10px;
  font-size: 1rem;
}
#gFooter .fs_nav li a:after {
  margin: 0 5px;
  content: '|';
  display: inline-block;
}
@media only screen and (min-width: 1000px) {
  #gFooter .fs_nav li a:hover {
    text-decoration: underline;
  }
}
#gFooter .fs_nav li:last-child a:after {
  display: none;
}
#gFooter .copy {
  padding: 10px 0;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}
#gFooter .copy span {
  vertical-align: middle;
}
#gFooter .copy .inner {
  text-align: center;
}

/* ==================== //footer ==================== */
/* ==================== parts ==================== */
.ib {
  display: inline-block;
}

.anchor_link {
  margin-top: -54px;
  padding-top: 54px;
}

.page .bx-wrapper img {
  margin: 0 auto;
}
.page .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cccccc;
}
.page .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #106ab4;
}
.page .bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 38px;
  display: block;
  background: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  text-indent: 0;
  text-align: center;
}
.page .bx-wrapper .bx-controls-direction a:before {
  font-family: FontAwesome;
  color: black;
  font-size: 30px;
  height: 30px;
  line-height: 35px;
}

@media only screen and (min-width: 1000px) {
  .page .bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
  }
  .page .bx-wrapper .bx-controls-direction a:hover:before {
    color: #106ab4;
  }

  .page .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #106ab4;
  }
}
.fa-angle-right {
  position: relative;
  top: -1px;
}

/* ==================== PC・スマホ切り替え ==================== */
.sp, .tab {
  display: none;
}

/* ==================== PC・スマホ切り替え ==================== */
/* ==================== ホバーアクション ==================== */
a {
  color: #333333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
a:hover {
  color: #333333;
}

/* ==================== フォント系 ==================== */
.serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.black {
  color: black;
}

.white {
  color: white;
}

.blue {
  color: #106ab4;
}
.blue02 {
  color: #74baf3;
}
.red {
  color: #F00;
}

.yellow {
  color: #ffc300;
}

.green {
  color: #7ec343;
}

/* ==================== フォント系 ==================== */
/* ==================== カラム系 ==================== */
.clm2, .clm2_1, .clm3, .clm3_1, .clm3_2, .clm3_2_1, .clm4_2 {
  letter-spacing: -.4em;
}
.clm2 > div, .clm2_1 > div, .clm3 > div, .clm3_1 > div, .clm3_2 > div, .clm3_2_1 > div, .clm4_2 > div {
  letter-spacing: normal;
}

/*
PC2カラム
スマホ2カラム
*/
.clm2 > div, .clm2_1 > div {
  width: 50%;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}

.clm2 > div:nth-child(2n), .clm2_1 > div:nth-child(2n) {
  padding-right: 0;
  padding-left: 15px;
}

.clm2 > div > a, .clm2_1 > div > a {
  display: block;
}

/*
PC3カラム
スマホ3カラム
*/
.clm3 > div, .clm3_1 > div, .clm3_2 > div, .clm3_2_1 > div {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 40px;
}

.clm3 > div:nth-child(3n), .clm3_1 > div:nth-child(3n), .clm3_2 > div:nth-child(3n), .clm3_2_1 > div:nth-child(3n) {
  margin-right: 0;
}

/*
PC4カラム
タブ2カラム
*/
.clm4_2 > div {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2.666%;
  margin-bottom: 40px;
}
.clm4_2 > div:nth-child(4n) {
  margin-right: 0;
}

/* ハイキング中止のお知らせ */
.info_blc_hik {
  text-align: right;
}
.info_blc_hik a {
  display: inline-block;
  background: #f2f2f2;
  color: black;
  border-radius: 5px;
  /*border-bottom: #ffc300 2px solid;*/
  padding: 5px 20px;
  font-size: 15px;
  font-weight: bold;
}
.info_blc_hik a:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 12px;
  background: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_exclamation.png) no-repeat;
  background-size: 100%;
  transition: 0.3s ease;
}
@media only screen and (min-width: 960px) {
	.info_blc_hik a:hover {
	background: #106ab4;
	color: white;
	opacity: 1;
	}
	.info_blc_hik a:hover:before {
	background: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_exclamation_ov.png) no-repeat;
	background-size: 100%;
	}
}

.cap {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  display: inline-block;
}

.image_cap {
  position: relative;
}
.image_cap .cap {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

@media only screen and (max-width: 639px) {
  .cap {
    font-size: 10px;
    font-size: 1rem;
  }
}
.ti {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
