@charset "UTF-8";
/* ==================== common ==================== */
@media only screen and (max-width: 999px) {
  body {
    overflow-x: hidden;
  }

  .page {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 999px) {
  .inner {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 999px) {
  .breadcrumb {
    margin: 5px 0 30px;
  }
}
/* ==================== //common ==================== */
/* ==================== header ==================== */
@media only screen and (max-width: 999px) {
  #header,
  #logo,
  #languageSP,
  #reauestSP,
  #isearchFormSP,
  #menu_btnSP2,
  #menu_btnSP3,
  #side_frame_sp,
  #side_frame_sp_ticket {
    display: none !important;
  }

  #header_sp {
    width: 100%;
    height: auto;
  }

  #wrapper {
    width: 100% !important;
    display: none !important;
  }

  /*#outline_frame {
  	width: 100% !important;
  	#f_frame_sp {
  		max-width: 100%;
  		padding: 0 20px;
  		box-sizing: border-box;
  		height: auto;
  		#f_frame_in_sp {
  			max-width: 100%;
  			#pm_fr_sp {
  				max-width: 100%;
  				margin: 45px 0px;
  				padding: 0 7px;
  			}
  		}
  		#close_btn2 {

  		}
  	}
  }*/
  #gHeader {
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: white;
    margin: 0;
  }
  #gHeader .header {
    border-color: #106ab4;
    border-width: 2px;
    padding: 14px 20px 14px 15px;
  }
  #gHeader .header .logo {
    width: 126px;
  }
  #gHeader .menu {
    float: right;
  }
  #gHeader .menu a {
    display: block;
    width: 27px;
    height: 29px;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #gHeader .menu a .top, #gHeader .menu a .middle, #gHeader .menu a .bottom {
    position: absolute;
    right: 0px;
    width: 27px;
    height: 2px;
    background-color: #ccc;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #gHeader .menu a > span:nth-of-type(1) {
    top: 0px;
  }
  #gHeader .menu a > span:nth-of-type(2) {
    top: 6px;
  }
  #gHeader .menu a > span:nth-of-type(3) {
    top: 12px;
  }
  #gHeader .menu a.active > span:nth-of-type(1) {
    -webkit-transform: translateY(7.5px) rotate(-315deg) scale(1);
    -ms-transform: translateY(7.5px) rotate(-315deg) scale(1);
    transform: translateY(7.5px) rotate(-315deg) scale(1);
  }
  #gHeader .menu a.active > span:nth-of-type(2) {
    opacity: 0;
  }
  #gHeader .menu a.active > span:nth-of-type(3) {
    -webkit-transform: translateY(-4.5px) rotate(315deg) scale(1);
    -ms-transform: translateY(-4.5px) rotate(315deg) scale(1);
    transform: translateY(-4.5px) rotate(315deg) scale(1);
  }
  #gHeader .menu a .text {
    font-size: 10px;
    position: absolute;
    left: -1px;
    bottom: -4px;
    letter-spacing: -1px;
  }
  #gHeader .menu a .text span:nth-child(2) {
    display: none;
  }
  #gHeader .menu a.active .text {
    bottom: -5px;
  }
  #gHeader .menu a.active .text span:nth-child(1) {
    display: none;
  }
  #gHeader .menu a.active .text span:nth-child(2) {
    display: block;
  }
  #gHeader #gNav_sp {
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: scroll;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    z-index: -10;
    cursor: pointer;
  }
  #gHeader #gNav_sp.open {
    position: fixed;
    opacity: 1;
    z-index: 99999;
    visibility: visible;
	-webkit-overflow-scrolling: touch;
  }
  #gHeader #gNav_sp.open > ul {
    right: 0;
  }
  #gHeader #gNav_sp a.on, #gHeader #gNav_sp li:not(:first-child) a.active {
    background: #ffc300 !important;
  }
  #gHeader #gNav_sp .has_child > a {
    box-shadow: 0px 3px 3px 0px rgba(102, 102, 102, 0.2);
    position: relative;
    overflow-x: hidden;
  }
  #gHeader #gNav_sp .has_child span {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    text-align: center;
    z-index: 100;
  }
  #gHeader #gNav_sp .has_child span:after {
    content: '\f107';
    font-family: FontAwesome;
    color: #106ab4;
    font-size: 20px;
    height: 20px;
    line-height: 49px;
  }
  #gHeader #gNav_sp .has_child span.open:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #gHeader #gNav_sp .has_child span.open:after {
    content: '×';
  }
  #gHeader #gNav_sp .has_child span.open.on:before {
    border-color: #ffc300	transparent transparent transparent !important;
  }
  #gHeader #gNav_sp ul {
    display: none;
  }
  #gHeader #gNav_sp ul.open {
    display: block;
  }
  #gHeader #gNav_sp > ul {
    /* 1階層 */
    width: 300px;
    float: right;
    background: white;
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow-scrolling: touch;
    min-height: 100%;
    display: block;
  }
  #gHeader #gNav_sp > ul li {
    position: relative;
    overflow: hidden;
  }
  #gHeader #gNav_sp > ul li a {
    display: block;
    line-height: 1em;
    z-index: 25;
  }
  #gHeader #gNav_sp > ul > li:first-child {
    padding: 5px 15px 34px;
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  #gHeader #gNav_sp > ul > li:first-child form {
    display: inline-block;
    border: none;
    border-bottom: 2px solid #106ab4;
    background: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_search.png) center right no-repeat;
    background-size: 23px 23px;
    line-height: 34px;
    width: 210px;
  }
  #gHeader #gNav_sp > ul > li:first-child form input[type="text"] {
    outline: none;
    border: none;
    background: none;
    width: 180px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 16px;
  }
  #gHeader #gNav_sp > ul > li:first-child form input[type="submit"] {
    cursor: pointer;
    width: 18px;
    height: 33px;
    outline: none;
    border: none;
    background: none;
    -webkit-appearance: none;
  }
  #gHeader #gNav_sp > ul > li:first-child a {
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 20;
  }
  #gHeader #gNav_sp > ul > li:not(:first-child) > a {
    padding: 18px 15px 17px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
  }
  #gHeader #gNav_sp > ul > li > ul {
    /* 2階層 */
  }
  #gHeader #gNav_sp > ul > li > ul > li > a {
    padding: 18px 30px 17px;
    background: #e6e6e6;
    border-bottom: 1px solid #cccccc;
    z-index: 15;
  }
  #gHeader #gNav_sp > ul > li > ul > li.has_child span.open:before {
    border-color: #e6e6e6 transparent transparent transparent;
  }
  #gHeader #gNav_sp > ul > li > ul > li > ul {
    /* 3階層 */
  }
  #gHeader #gNav_sp > ul > li > ul > li > ul > li > a {
    padding: 18px 45px 17px;
    background: #cccccc;
    border-bottom: 1px solid #b3b3b3;
    z-index: 10;
  }
  #gHeader #gNav_sp > ul > li > ul > li > ul > li.has_child span.open:before {
    border-color: #cccccc transparent transparent transparent;
  }
  #gHeader #gNav_sp > ul > li > ul > li > ul > li > ul {
    /* 4階層 */
  }
  #gHeader #gNav_sp > ul > li > ul > li > ul > li > ul > li > a {
    padding: 18px 60px 17px;
    background: #b3b3b3;
    border-bottom: 1px solid #999999;
    z-index: 5;
  }
  #gHeader #gNav_sp > ul > li > ul > li > ul > li > ul > li.has_child span.open:before {
    border-color: #b3b3b3 transparent transparent transparent;
  }
}
/* ==================== //header ==================== */
/* ==================== footer ==================== */
@media only screen and (max-width: 999px) {
  #gFooter .pagetop_wrap {
    margin-bottom: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  #gFooter .pagetop_wrap .pagetop {
    float: none;
    margin: 0;
    width: auto;
    height: auto;
  }
  #gFooter .pagetop_wrap .pagetop a {
    bottom: 0 !important;
    width: 100%;
    text-align: left;
    border-radius: 0;
    line-height: 35px;
    background: none;
    position: relative !important;
    font-size: 12px;
    display: block;
	z-index: 0;
	padding: 0 15px;
  }
  #gFooter .pagetop_wrap .pagetop a:after {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 2px;
    right: 15px;
    margin: auto;
  }
  #gFooter .ftr_bnr {
    margin-bottom: 0;
  }
  #gFooter .other_bnr .link_list {
    margin-bottom: 20px;
  }
  #gFooter .other_bnr .link_list .clm3_2 > div {
    width: 49%;
    margin-right: 2% !important;
  }
  #gFooter .other_bnr .link_list .clm3_2 > div:nth-child(2n) {
    margin-right: 0 !important;
  }
  #gFooter .sitemap {
    background: #e6e6e6;
    padding: 0;
  }
  #gFooter .sitemap .inner {
	padding: 0;
  }
  #gFooter .sitemap .f_nav_sp .navi li {
    float: left;
    width: 50%;
  }
  #gFooter .sitemap .f_nav_sp .navi li a {
    font-size: 12px;
	padding: 10px 15px;
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  }
  #gFooter .sitemap .f_nav_sp .navi li:nth-child(2n) a {
	border-right: none;
  }
  #gFooter .sitemap .f_nav_sp .navi li:nth-child(5) a {
	border-bottom: none;
  }
  #gFooter .sitemap .f_nav_sp .navi li a:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    color: #0655a4;
	vertical-align: text-top;
	float: right;
  }
  #gFooter .sitemap .f_nav_sp .navi li:nth-child(1), #gFooter .sitemap .f_nav_sp .navi li:nth-child(3), #gFooter .sitemap .f_nav_sp .navi li:nth-child(5) {
//    padding-right: 18px;
  }
  #gFooter .sitemap .guide {
    border-top: 1px solid #ccc;
  }
  #gFooter .sitemap .guide li {
    float: left;
    width: 50%;
    text-align: center;
  }
  #gFooter .sitemap .guide li:first-child {
    border-right: 1px solid #ccc;
  }
  #gFooter .sitemap .guide li:first-child a:before {
    content: '';
    background: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_timeline.png) center no-repeat;
    background-size: 26px 18px;
    display: inline-block;
    width: 26px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  #gFooter .sitemap .guide li:last-child a:before {
    content: '';
    display: inline-block;
    background: url(https://www.kintetsu.co.jp/common/kanko/imgs/icon_guide.png) center no-repeat;
    background-size: 28px 11px;
    width: 28px;
    height: 11px;
    margin-right: 10px;
  }
  #gFooter .sitemap .guide li a {
    display: block;
    font-size: 14px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 639px) {
  #gFooter .tour_bnr {
    margin-bottom: 20px
    /*.bx-wrapper {
    	margin: 0 auto;
    	.bx-controls-direction a {
    		height: 60px;
    		top: inherit;
    		bottom: -55px;
    		&:before {
    			font-size: 60px;
    			height: 60px;
    			line-height: 60px;
    			color: #ccc;
    			text-shadow: 0px 0px 5px white;
    		}
    	}
    	.bx-prev {
    		left: 0;
    		&:before {
    			content: '\f104';
    		}
    	}
    	.bx-next {
    		right: 0;
    		&:before {
    			content: '\f105';
    		}
    	}
    }*/
  }
  #gFooter .tour_bnr .clm2 > div {
    /*padding: 0 !important;
    margin-bottom: 0 !important;
    display: block;
    vertical-align: bottom;*/
  }
  #gFooter .tour_bnr .clm2 .image {
    float: none;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }
  #gFooter .tour_bnr .clm2 .text01 {
    margin-bottom: 5px;
  }
  #gFooter .tour_bnr .clm2 .text02 {
    display: none;
  }
  #gFooter .other_bnr .other_bnr_slider {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
  }
  #gFooter .other_bnr .other_bnr_slider a {
    display: inline-block;
    margin-bottom: 30px;
  }
  #gFooter .other_bnr .link_list {
    margin: 0 0 40px;
  }
  #gFooter .other_bnr .link_list .clm3_2 > div {
    padding: 0 !important;
    margin: 0 !important;
  }
  #gFooter .other_bnr .link_list .clm3_2 > div a {
    border-bottom: 1px solid #0c4d82;
    padding: 16px 0;
    font-size: 12px;
    font-size: 1.2rem;
    height: 60px;
  }
  #gFooter .other_bnr .link_list .clm3_2 > div:nth-child(2n) a {
    border-left: 1px solid #0c4d82;
  }
}
@media only screen and (max-width: 375px) {
	#gFooter .ftr_bnr .bx-wrapper img {
		height: 76px;
	}
}
/* ==================== //footer ==================== */
/* ==================== PC・スマホ切り替え ==================== */
@media only screen and (max-width: 999px) {
  .tab {
    display: block;
  }

  .tab_none {
    display: none !important;
  }

  img.tab, span.tab {
    display: inline;
  }

  .anchor_link {
    margin-top: -54px;
    padding-top: 54px;
  }
}
@media only screen and (max-width: 639px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  img.sp, span.sp {
    display: inline;
  }
}
/* ==================== PC・スマホ切り替え ==================== */
/* ==================== カラム系 ==================== */
@media only screen and (max-width: 639px) {
  .clm2_1 > div {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 639px) {
  .clm3_1 > div {
    width: 100%;
    margin: 0 0 40px !important;
  }
}
@media only screen and (max-width: 639px) {
  .clm3_2 > div {
    width: 50%;
    margin: 0 0 40px !important;
    padding-right: 15px;
  }
  .clm3_2 > div:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .clm3_2_1 > div {
    width: 50%;
    margin: 0 0 40px !important;
    padding-right: 15px;
  }
  .clm3_2_1 > div:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 639px) {
  .clm3_2_1 > div {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 999px) {
  .clm4_2 > div {
    width: 50%;
    margin: 0 0 40px !important;
    padding-right: 15px;
  }
  .clm4_2 > div:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
  }
}
/* ==================== //layout ==================== */
