@charset "utf-8";

@media screen and (min-width : 641px) and (max-width : 1199px) {

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
}
/* header
================================================== */
.mobile_control {
    display: block;
}
.mobile_control {
    margin: 0;
    float: right;
    list-style: none;
}
.mobile_control li {
    margin-left: 0;
    float: left;
	text-align:center;
}
.mobile_control li.sp_kitty_link img {
	width: auto;
	height: 100%;
}
.mobile_control li a {
    text-decoration: none;
    color: #000000;
    position: relative;
    display: block;
    width: 95px;
    height: 70px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.mobile_control li.lang a {
	background-color: #7fd8d1;
	background-image:url(/shared/site_rn/images/icon/sp_menu_lang.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.mobile_control li.menu a {
	background-color: #333333;
	background-image:url(/shared/site_rn/images/icon/sp_menu.png);
	color: #ffffff;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.mobile_control li a.navigation_link {
    color: #ffffff;
    background-color: #333333;
}

.mobile_control li a.search_link {
    color: #ffffff;
    background-color: #1f77d7;
}

.mobile_control li a.open.search_link {
    background-color: #1f77d7;
    min-height: 49px;
}

.format_free .mobile_control li a.open.search_link {
    background-color: #1f77d7;
}

.mobile_control li a.open {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.mobile_control li a.open.navigation_link {
    background: #f2f2f2;
    color: #000000;
}
.mobile_control li a.open.navigation_link .nav_text {
    color: #000000;
}
.mobile_control .search_link:before,
.mobile_control .search_link:after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: '';
    left: 50%;
    margin-left: -9px;
    top: 13px;
    position: absolute;
    height: 3px;
    width: 18px;
    background-color: #666666;
    opacity: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.mobile_control .search_link:before {
    margin-top: -5px;
}

.mobile_control .search_link:after {
    margin-top: 5px;
}

.mobile_control .search_link.open .icons_search_menu {
    opacity: 0;
}

.mobile_control .open.search_link:before,
.mobile_control .open.search_link:after {
    opacity: 1;
    margin-top: 0;
    background-color: #ffffff;
}

.mobile_control .open.search_link:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile_control .open.search_link:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile_control .open.search_link:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile_control .symbol_nav {
    color: #ffffff;
}

.mobile_control .symbol_nav:after,
.mobile_control .symbol_nav:before {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: '';
    left: 0;
    color: #ffffff;
}

.mobile_control .symbol_nav:before {
    top: -10px;
}

.mobile_control .symbol_nav:after {
    top: 10px;
}

.mobile_control .open .symbol_nav {
    background-color: transparent;
    color: #ffffff;
}

.mobile_control .open .symbol_nav:after,
.mobile_control .open .symbol_nav:before {
    content: '';
    top: 0;
    right: 0;
}

.mobile_control .open .symbol_nav:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile_control .open .symbol_nav:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile_control .symbol_nav,
.mobile_control .symbol_nav:after,
.mobile_control .symbol_nav:before {
    position: absolute;
    height: 3px;
    width: 35px;
    background-color: #ffffff;
    color: inherit;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.mobile_control .open .symbol_nav:after,
.mobile_control .open .symbol_nav:before {
    background: #000000;
}
.mobile_control .nav_text {
    padding-top: 47px;
    display: block;
    width: 100%;
    left: 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
.mobile_control .nav_hidden {
	visibility: hidden;	
}
.article_read .read_more::before {
	content: none;
}
.article_read .read_more:hover {
	background: #ffffff;
	color: inherit;	
}
.mobile_control .symbol_nav {
    left: 50%;
    margin-left: -17px;
    top: 23px;
}
.mobile_control .icon_search_menu {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -9px;
    opacity: 1;
    width: 19px;
    height: 19px;
    display: inline-block;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #000000;
    background: transparent url(/shared/images/icon/icons_search_nav.png) no-repeat;
}

.mobile_control .open.search_link .icon_search_menu {
    opacity: 0;
}
.menu_sp {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 180px;
    right: 0;
    color: #1b1b1b;
    background-color: #f2f2f2;
    height: 100%;
}
.my_page {
    text-decoration: none;
    background: #ffffff url(/shared/site_rn/images/icon/icon_my_page.png) no-repeat center 10px;
    background-size: 22px auto;
    text-align: center;
    padding-top: 45px;
    text-transform: uppercase;
    min-height: 70px;
    border: 1px solid #5fb39a;
}
.my_page_url {
    display: inline-block;
    height: auto !important;
}
.my_page_url:hover,
.my_page_url:focus,
.my_page_url:active {
    background: none;
    color: inherit;
}
.language_sp a {
    text-decoration: none;
    background: #7fd8d1 url(/shared/site_rn/images/icon/icon_lang_sp.png) no-repeat center 10px;
    background-size: 31px auto;
    text-align: center;
    padding-top: 45px;
    text-transform: uppercase;
}
.mobile_control li.sp_kitty_link {
    background-color: #fbe1ec;
    color: #000000;
}
.tag_panel {
    float: left;
    margin-top: 10px;
}
.head_social {
    float: left;
    width: 220px;
    margin-top: 22px;
    padding: 22px 0;
    border-left: 1px solid #e0e0e0;
}
.tag_panel .tourist_top .title {
    display: inline-block;
    background: none;
    padding: 0 5px 0 42px;
    font-size: 114.3%;
}
.tag_panel .tag_list {
    display: inline-block;
    padding: 15px 15px 15px 0;
    width: 420px;
    font-size: 87.5%;
}
.head_social ul {
    display: block;
    width: 100%;
    text-align: left;
}
.head_social li {
    display: inline-block;
    width: auto;
    margin-left: 31px;
    margin-right: 8px;
}
/* wrapper
================================================== */
.format_free #tmp_main_parent,
body:not(.format_idx) #tmp_main_parent {
    background-image: none;
}
.format_free #tmp_main.column_full,
.format_free #tmp_main.column_full.column_l,
.format_free #tmp_main.column_rnavi,
.format_free #tmp_main.column_cnt {
    width: 100%;
    margin-top: 0;
}
.format_free #tmp_main,
.format_free.format_sys #tmp_main {
    background: transparent url(/shared/site_rn/images/free_bg1.png) no-repeat;
    background-size: 80% 130px;
    padding-top:28px;
    z-index: 0;
}
.format_free.format_special #tmp_main,
.format_free.format_ev #tmp_main,
.format_free.format_idx #tmp_main,
.format_free.format_special #tmp_main,
.format_free.format_special #tmp_main,
.format_free.format_special #tmp_main {
    background: none;
}
#tmp_wrapper {
	margin: 0 auto;
	color: inherit;
	background-color: #FFFFFF;
    min-width: 1024px;
}
.format_top #tmp_wrapper {
	background-color: transparent;
}
.format_free #tmp_wrapper {
    min-width: 1024px;
}
#tmp_wrapper2 {
	width:960px;
}
.container {
    padding: 0 20px;
}
#tmp_wrap_emergency {
    width: 100%;
    min-width: 960px;
	left:-150px;
}
#tmp_emergency {
    width: 960px;
    margin: 0 auto;
}
#tmp_wrapper .notablet {
	display:none;
}
#tmp_resize_width {
	width:481px;
}
#tmp_side_content {
    display: none;
}
#tmp_main_parent {
    border-left: 0;
}
.overlay #tmp_main_parent:before {
	position: absolute;
	content: '';
	display: block;
	color: #ffffff;
	background-color: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 24;
}
#tmp_header {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 8px !important;
}
.format_free #tmp_main {
    margin-bottom: 0;
}
.format_free #tmp_main {
    margin-right: 28px;
}
#tmp_hlogo {
    float: left;
    padding-left: 20px;
    height: auto;
}
#tmp_hlogo h1, 
#tmp_hlogo p {
    margin-top: 15px;
    display: inline-block;
    width: 138px;
    height: 146px;
    background: url(/shared/site_rn/images/hlogo.png);
    background-size: 100% 100%;
}
#tmp_hlogo h1 span, 
#tmp_hlogo p span {
    display: block;
    width: 138px;
    height: 146px;
    position: relative;
    z-index: -1;
    overflow: hidden;
    text-indent: -9999px;
}
#tmp_means {
    overflow: hidden;
}
#tmp_means .container {
    padding: 0;
}
.tourist_panel {
    clear: both;
    padding: 23px 20px 25px;
    margin-top: 0;
    background-color: #ffffff;
}
.header_control {
    padding: 0 20px 0 23px;
}
.gnavi {
    padding: 0;
    margin-top: 85px;
    float: none;
}
.gnavi ul {
    float: none;
    margin: 0 -12px;
}
.gnavi li {
    float: left;
    margin-right: 0;
    margin-bottom: 43px;
    padding: 0 12px;
    border-bottom: 0;
    width: 33.3%;
    background: #f2f2f2 url(/shared/site_rn/images/icon/icon_gnavi.png) no-repeat 92% center;
}
.gnavi a {
    background: none;
    display: block;
    padding-left: 5px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d9d9d9;
}
.global_menu_ttl {
    border-bottom: 3px solid #e1e1e1;
    margin-bottom: 37px;
}
.global_menu_ttl > li > a:after {
    content: none;
}
.global_navi .category_menu {
    display: none;
}
.travel_menu, 
.access_menu, 
.model_menu, 
.food_menu {
    width: 25%;
    border-top: none;
}
.travel_menu a, 
.access_menu a, 
.model_menu a, 
.food_menu a {
    text-align: center;
}
.travel_menu a {
    padding: 19px 20px 17px 47px;
}
.access_menu a {
    padding: 19px 20px 17px 60px;
}
.model_menu a {
    padding: 19px 20px 17px 48px;
    border-bottom: none;
}
.food_menu a {
    padding: 19px 20px 17px 59px;
    border-bottom: none;
}
.search_special {
    padding: 0 10px;
    margin-bottom: 38px;
}
.search_pageid {
    float: none;
    width: 580px;
    margin: 0 auto;
}
.search_pageid .input_control input {
    padding: 8px 12px;
}
.search_pageid .btn_submit {
    float: right;
    overflow: hidden;
    background: #1E1E1E url(/shared/site_rn/images/icon/icon_search_white.png) center center no-repeat;
    background-size: 16px 16px;
    color: #ffffff;
    min-width: 34px;
    min-height: 37px;
    margin-top: 2px;
    border: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    text-indent: -9999px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
.tourist_top {
    overflow: hidden;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
#tmp_sma_menu .tourist_top {
	display: block;	
	text-align: center;
}
.tourist_top .item {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 5px;
}
.tourist_top .item:last-child {
    margin-right: 10px;
}
.tourist_top .item label {
    display: block;
    margin-bottom: 8px;
}
#tmp_search_keyword {
    width: 359px;
    margin-right: -13px;
}
#tmp_search_option {
    width: 190px;
    margin-right: -13px;
}
#tmp_search_area {
    width: 190px;
    margin-right: -25px;
}
#tmp_setting {
    margin: 16px 18px 10px;
}
#tmp_setting .settlers_link,
.size_link,
.language_select,
.settlers_link, 
.travel_link {
    margin-right: 5px;
}
#tmp_setting .language_select,
#tmp_setting .hello_link {
    display: none;
}
.size_link {
    padding: 5px 10px 4px;
	display:none;
}
.settlers_link:hover,
.travel_link:hover {
	background: url(/shared/site_rn/images/icon/icon_gnavi.png) no-repeat 11px 10px;
	color: #1e1e1e;
}
.language_select:hover {
	background: url(/shared/site_rn/images/icon/icon_lang.gif) no-repeat 7px 6px;
	color: #1e1e1e;
}
.form_tourist {
    display: block;
}
.tourist_link {
    padding: 0;
    margin-top: 0;
    text-align: center;
    display: block;
    vertical-align: top;
}
.tourist_top .title {
    background: transparent url(/shared/site_rn/images/ttl_tourlist_sp.png) no-repeat center center;
    margin-bottom: 17px;
}
.tourist_condition {
    padding: 2px 8px 2px;
    margin: 20px auto 15px;
    width: 100%;
    min-height: 34px;
    line-height: 33px;
    display: block;
}
.tourist_detail {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    min-width: inherit;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 4px 2px;
    width: 200px;
    min-height: 25px;
    position: relative;
    line-height: 1.2;
}
.tourist_detail:after {
    display: none;
}
.tourist_detail:before {
    content: "";
    width: 14px;
    height: 13px;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 5px;
    background: transparent url(/shared/site_rn/images/icon/icon_search_black.png) no-repeat;
}
.close_btn {
    position: absolute;
    width: 52px;
    height: 47px;
    background: transparent url(/shared/site_rn/images/icon/btn_close_tb.png) no-repeat;
    top: 7px;
    right: 21px;
    text-indent: 1987px;
}
.close_btn a {
    display: block;
    width: 100%;
    height: 100%;
}
.article_top {
    margin-top: 60px;
}
.article_content .col_left {
    padding-right: 30px;
}
.article_content .col_right {
    padding-left: 30px;
}
.article_content {
    margin: 26px 0 0;
    padding: 0;
}
.article_read .read_more a:hover {
	color: inherit;	
}
.article_read .read_more a:hover span {
	background: url(/shared/site_rn/images/icon/icon_gnavi.png) no-repeat left center;
}
.article_read .read_more a::before {
	content: none;	
}
.winter_list {
    padding: 0;
    margin: 50px -2.5% 0;
}
.section_instagram .btn_instagram {
    display: none;
}
.section_instagram .title_primary {
    max-width: 100%;
}
.instagram_list {
    margin: 65px -4px 0;
}
.instagram_list li {
    width: 25%;
    padding: 0 24px;
    margin-bottom: 20px;
}
.instagram_list li:nth-child(6n+1) {
    clear: none;
}
.instagram_list li:nth-child(4n+1) {
    clear: left;
}
.format_free #tmp_main.column_full {
    margin-top: 0;
}
/* ==================================================
section ranking
================================================== */
.section_ranking .title_primary {
    width: 640px;
    text-align: left;
}
.ranking_content {
    overflow: visible;
    padding-left: 0;
    float: left;
    width: 100%;
    margin-right: -330px;
    padding-right: 330px;
}
.ranking_list .ranking_inner {
    overflow: hidden;
    padding: 20px 0 10px 0;
}
.ranking_list .ranking_inner .rank_cnt {
    display: table;
    width: 100%;
}
.rank_number {
    left: 0;
    top: 3px;
}
.ranking_img {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
}
.ranking_list .title {
    font-size: 128.5%;
    color: #1e1e1e;
    padding: 16px 8px 21px 10px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.ranking_list li {
    width: 100%;
    padding: 0;
}
.ranking_list li:nth-child(3) 
.ranking_inner:after, .ranking_list li:nth-child(2) 
.ranking_inner:after, .ranking_list li:nth-child(1) 
.ranking_inner:after {
    bottom: 5px;
    left: 22px;
}
.ranking_list li:nth-child(3) .ranking_inner:before, 
.ranking_list li:nth-child(2) .ranking_inner:before, 
.ranking_list li:nth-child(1) .ranking_inner:before {
    bottom: 5px;
    right: 0;
}
.section_ranking .title_primary {
    padding-top: 0;
}
.section_ranking .title_primary .sub {
    display: inline-block;
    vertical-align: middle;
}
.section_ranking .title_primary .ranking {
    margin-bottom: 0;
}
.ranking_list {
    padding-top: 0;
    margin: 0;
}
.section_ranking {
    margin-top: 60px;
}
.adver_panel {
    margin-top: 0;
    border-top: 0;
    float: right;
    width: 300px;
}
.adver_top {
    padding: 30px 0 0;
}
.adver_head a {
    margin-bottom: 32px;
}
.adver_primary {
    padding-bottom: 30px;
}
.adver_slide {
    padding: 28px 0 25px;
}
.adver_panel #adver_slide ul {
	display: inline-block;
	list-style: none;
	width: 47%;
}
.adver_panel #adver_slide ul:nth-child(2n + 1) {
	margin-right: 2%;
}
.adver_panel #adver_slide ul img {
	width:100%;
	height:auto;
}
.footer_cnt {
    padding-left: 0;
    padding-right: 0;
}
.fnavi li {
    margin-bottom: 12px;
}
.footer_top {
    padding: 25px 0 2px;
}
/* ==================================================
section news
================================================== */
.section_news{
	margin-top: 33px;
}
.section_news .cnt_news_left{
    width: 100%;
	float: left;
	margin-right: -330px;
    padding: 2px 330px 2px 0;
}
.section_news .title_part{
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 0;
	min-height: 0;
}
.section_news .title_part .news_ttl{
	display: inline-block;
	vertical-align: middle;
}
.section_news .title_part .news_sub{
	display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.section_news .cnt_news{
    width: 100%;   
    padding: 0px 1% 2px;
	
}
.section_news .slider_news{
	width: 300px;
	margin-top: 50px;
}
/* ==================================================
section topics
================================================== */
.section_topics{
    margin-top: 75px;
    padding: 0;
}
.section_topics .cnt_news{
    padding: 0;
    width: 77%;
}
.section_topics .title_part {
    width: 23%;
    padding: 67px 0 10px;
}
/* ==================================================
publicity
================================================== */
#tmp_publicity {
    margin-top: 15px;
}
.publicity_slider{
	width: 945px;
	margin: 0 auto;
}
.publicity_slider .slick_slides_publicity .slick-prev,
.publicity_slider .slick_slides_publicity .slick-next {
    top: 0;
    bottom: 0;
}
.publicity_slider .slick_slides_publicity .slick-prev {
    left: -16px;
}
.publicity_slider .slick_slides_publicity .slick-next {
    right: -17px;
}
.publicity_slider .action_slide {
    margin-top: 20px;
}

/* ==================================================
Nature & Taste Page
================================================== */
/* ==================================================
section top highlight
================================================== */
.highlight_info img {
    height: 478px;
}
/* ==================================================
section pickup
================================================== */

/* ==================================================
section info page
================================================== */

/* ==================================================
section taste
================================================== */

/* ==================================================
section tour
================================================== */

/* ==================================================
section model coursses
================================================== */

/* ==================================================
section link article
================================================== */
/* ==================================================
End Nature & Taste Page
================================================== */
/* ==================================================
section feature
================================================== */

/* ==================================================
section shared
================================================== */

/* ==================================================
section other list
================================================== */

/*
第一階層インデックス
================================================== */
/* event
============================== */
.format_ev #tmp_contents .content_center {
	padding:0 30px;
}
#tmp_event_cate {
	padding:15px;
}
#tmp_event_cate #tmp_wrap_event_cal {
	padding-right:15px;	
}
.format_ev #tmp_main_parent #tmp_contents .title_nature {
	background-size:400px 132px;
	width:400px;
	height:132px;
}
#tmp_main_parent #tmp_contents .highlight_cnt {
    width: 410px;
}
#tmp_main_parent #tmp_contents .highlight_cnt .sub {
	min-width: 410px;
}
#tmp_main_parent {
	margin-left: 0;
}
#tmp_contents #tmp_event_sch_cnt #sch_area_check {
	width:50%;
}
#tmp_contents #tmp_event_sch_cnt #sch_area_map {
	width:45%;
	min-width:260px;
	margin-top:-20px;
}
#tmp_contents #tmp_event_sch_cnt #sch_area_check li {
	display:block;
	width:100%;
}
/* pht_m_dtl */
#tmp_contents .wrap_pht_m_dtl {
	margin:0;
	letter-spacing: normal;
}
#tmp_contents .wrap_pht_m_dtl .pht_m_dtl {
	display:block;
	clear:inherit;
	width:100% !important;
	padding:0;
}
/*
contents
================================================== */
body:not(.format_special) #tmp_contents h1,
body:not(.format_idx) #tmp_contents h1 {
    margin-top: 1.9em;
}
.wrap_col_lft_navi, .format_sys #tmp_lnavi {
    margin-top: 70px;
}
/* ==================================================
TOP
================================================== */
/* tabi_btn
============================== */
#tmp_tabi_btn {
	width:100%;
}
/* ==================================================
リキッド
================================================== */
/* cate_ttl
============================== */
.type_wide #tmp_contents .cate_ttl,
.type_wide #tmp_contents .content_center {
	padding:0 40px;
}
/* pht_list
============================== */
#tmp_pht_list {
	background:none;
	margin:0;
}
#tmp_pht_listL,
#tmp_pht_listR {
	background: url(/shared/templates/free_rn/images/ev_bg.jpg) no-repeat;
	background-size:cover;
	width:100%;
	float:none;
	padding:25px;
	margin:60px 0 40px;
	clear:both;
}
#tmp_pht_listL {
	border-right:none;
}
#tmp_main_parent #tmp_contents #tmp_pht_list h2 {
	margin:-40px auto 20px;
}
/* pht_b_dtl
============================== */
.type_wide #tmp_contents #tmp_result_main .wrap_pht_b_dtl {
	margin-bottom:60px;
}
.type_wide #tmp_contents #tmp_result_main .pht_b_dtl {
	display:block;
	width:100% !important;
	margin:0 0 30px;
}
.type_wide #tmp_contents #tmp_result_list2 .pht_s1_dtl {
	width:32% !important;
}
/* box_relate
============================== */
#tmp_contents #tmp_relate .box_relate {
	width:100%;
	float:none !important;
	margin:0 0 40px;
}


}