@charset "utf-8";

@media screen and (max-width : 640px) {


/* ==================================================
reset
================================================== */
#tmp_wrap_main,
#tmp_header,
#tmp_gnavi,
#tmp_pankuzu,
#tmp_wrap_pnavi,
#tmp_footer,
#tmp_cate_ttl h1,
#tmp_contents h1,
.format_free .wrap_col_rgt_navi {
	width:auto !important;
}
/* ==================================================
shared
================================================== */
/* body
============================== */
body {
	-webkit-text-size-adjust:none; /* 変更しない */
	background:none; /* 変更しない */
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
/* main
============================== */
#tmp_wrap_main {
	padding:0 10px;
}
/* contents
============================== */
/*
#tmp_contents,
#tmp_maincontents {
	word-break:break-all;  変更しない
}
*/
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none; /* 変更しない */
}
.wrap_col_lft_navi {
	float:none;
	position:static; /* 変更しない */
	z-index:auto; /* 変更しない */
}
.col_main {
	padding:0; /* 変更しない */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm,
.format_top .column_full .wrap_col_nm2 {
	margin-right:0; /* 変更しない */
}
.format_top .column_full .wrap_col_lft_navi {
	width:auto; /* 変更しない */
	margin-right:0; /* 変更しない */
}
.format_top .column_full .col_lft_navi,
.format_top .column_full .col_rgt_navi {
	padding:0; /* 変更しない */
	background-color:transparent;
}
.format_top .column_full .wrap_col_rgt_navi {
	width:auto; /* 変更しない */
}
.format_top .column_full .col_main {
	margin-left:0; /* 変更しない */
}
/* free
============================== */
.format_free .wrap_col_nm,
.format_free .wrap_col_nm2 {
	margin-right:0; /* 変更しない */
}
.format_free .wrap_col_lft_navi {
	display:none; /* 変更しない */
}
.format_free .column_full .col_main,
.format_free .column_lnavi .col_main {
	margin-left:0; /* 変更しない */
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0; /* 変更しない */
}
/* ==================================================
header
================================================== */
#tmp_header {
	position:relative;
	padding:0 !important;
}
#tmp_hlogo {
	float:none;
	padding:7px 10px 6px;
	text-align:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background-image:url(/shared/site_smartphone/images/header/hlogo.gif);
}
.lang_cn #tmp_hlogo h1,
.lang_cn #tmp_hlogo p {
	background-image:url(/shared/site_smartphone/images/header/hlogo_cn.gif);
}
.lang_tc #tmp_hlogo h1,
.lang_tc #tmp_hlogo p {
	background-image:url(/shared/site_smartphone/images/header/hlogo_tc.gif);
}
.lang_kr #tmp_hlogo h1,
.lang_kr #tmp_hlogo p {
	background-image:url(/shared/site_smartphone/images/header/hlogo_kr.gif);
}
.lang_ru #tmp_hlogo h1,
.lang_ru #tmp_hlogo p {
	background-image:url(/shared/site_smartphone/images/header/hlogo_ru.gif);
}
#tmp_hlogo h1,
#tmp_hlogo p {
	-webkit-background-size:210px 44px !important;
	-moz-background-size:210px 44px !important;
	background-size:210px 44px !important;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:210px;
	height:44px;
}
/* means
============================== */
#tmp_means {
	display:none; /* 変更しない */
}
/* hnavi_s
============================== */
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:55px;
	height:50px;
	color:inherit;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
	background-color:#363636;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:10px;
	top:7px;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_smartphone/images/header/lmenu_icon.png) no-repeat center center;
	-webkit-background-size:55px 50px;
	-moz-background-size:55px 50px;
	background-size:55px 50px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_smartphone/images/header/lmenu_icon_on.png) no-repeat center center;
	-webkit-background-size:55px 50px;
	-moz-background-size:55px 50px;
	background-size:55px 50px;
}
#tmp_hnavi_lmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:55px;
	height:50px;
	overflow:hidden;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	left:0; /* 変更しない */
	color:#FFFFFF;
	background-color:#363636;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:20px 10px;
}
/* sma_search */
.gsearch_inner {
	position:static;
	padding:0 5px 10px;
}
#tmp_sma_query {
	border:none;
	height:28px;
	float:left;
	width:70%;
}
#tmp_sma_func_sch_btn {
	float:left;
	height:28px;
	width:30%;
	background:#363636;
	color:#EC1A2E;
	border:none;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	border:1px solid #AABBCC;
	text-align:center;
	font-weight:bold;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a {
	display:block;
	padding:10px 10px;
	text-decoration:none;
	color:inherit;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a span {
	display:inline-block;
	background:url(/shared/site_smartphone/images/header/close_icon.png) no-repeat left center;
	padding:0 0 0 30px;
}
/* sma_snavi */
#tmp_sma_snavi {
	margin:0 0 20px;
	border:1px solid #AABBCC;
	border-right:none;
	border-left:none;
	clear:both;
}
#tmp_sma_snavi ul {
	list-style:none;
}
#tmp_sma_snavi li {
	font-weight:bold;
	border-top:1px solid #BBCCDD;
}
#tmp_sma_snavi li:first-child {
	border-top:none;
}
#tmp_sma_snavi a {
	display:block;
	padding:10px 0;
	color:inherit;
	text-decoration:none;
}
/* sma_gnavi */
#tmp_sma_gnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_gnavi ul {
	border-top:3px solid #262626;
	list-style:none;
	margin-bottom:10px;
}
#tmp_sma_gnavi li {
	border-bottom:3px solid #262626;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
}
#tmp_sma_glist4,
#tmp_sma_glist5 {
	background:#646464 !important;
}
#tmp_sma_gnavi a {
	display:block;
	padding:10px;
	text-decoration:none;
	color:#EC1A2E;
	background:url(/shared/images/icon/sp/gnavi_arrow.png) no-repeat right 10px center;
	-webkit-background-size:10px 16px;
	-moz-background-size:10px 16px;
	background-size:10px 16px;
}
#tmp_sma_glist4 a,
#tmp_sma_glist5 a {
	color:#FFFFFF;
}
#tmp_sma_glist4 a {
	background:none !important;
}
#tmp_sma_glist6 a {
	color:#FFFFFF;
}
#tmp_sma_glist6.active {
	background:#FFFFFF;
	color:#646464;
}
#tmp_sma_glist6.active a {
	color:#646464;
}
#tmp_sma_foreign_select {
	display:none;
}
#tmp_sma_foreign_select ul {
	margin:0;
}
#tmp_sma_foreign_select li:last-child {
	border-bottom:none;
}
#tmp_sma_foreign_select li a {
	padding:10px 20px;
	font-weight:normal;
}
.foreign_switch {
	background:url(/shared/images/navi/gnavi/sp/foreign_off.gif) right 10px center no-repeat !important;
	-webkit-background-size:24px 24px !important;
	-moz-background-size:24px 24px !important;
	background-size:24px 24px !important;
}
#tmp_sma_glist6.active .foreign_switch {
	background:url(/shared/images/navi/gnavi/sp/foreign_on.gif) right 10px center no-repeat !important;
	-webkit-background-size:24px 24px !important;
	-moz-background-size:24px 24px !important;
	background-size:24px 24px !important;
}

/* sma_lnavi */
#tmp_sma_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	margin:0 0 10px;
	padding:10px 10px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #BBCCDD;
	font-weight:bold;
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	margin:-10px -10px; /* #tmp_sma_lnavi_ttl のpadding値と同じマイナス数値 */
	padding:10px 10px; /* #tmp_sma_lnavi_ttl のpadding値と同じ数値 */
	color:inherit;
	text-decoration:none;
}
#tmp_sma_lnavi_cnt {
	border:1px solid #AABBCC;
	border-right:none;
	border-left:none;
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
}
#tmp_sma_lnavi_cnt li {
	padding:10px 0 10px 14px;
	border-top:1px solid #BBCCDD;
	background:url(/shared/images/icon/list_icon.gif) no-repeat left 0.8em;
}
#tmp_sma_lnavi_cnt li:first-child {
	border-top:none;
}
#tmp_sma_lnavi_cnt li a {
	display:block;
	margin:-10px 0 -10px -14px; /* #tmp_sma_lnavi_cnt liのpadding値と同じマイナス数値 */
	padding:10px 0 10px 14px; /* #tmp_sma_lnavi_cnt liのpadding値と同じ数値 */
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list.active {
	padding-bottom:0;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list > a {
	margin-left:0;
	padding-left:0;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a.switch {
	float:left;
	margin-right:8px;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_sma_lnavi_cnt .switch_cnt {
	margin:10px 0 0;
	padding:0 0 0 10px;
	border-top:1px dotted #BBCCDD;
	clear:both;
}
#tmp_sma_lnavi_cnt .switch_cnt li {
	border-top:1px dotted #BBCCDD;
}
#tmp_sma_lnavi_cnt .switch_cnt li:first-child {
	border-top:none;
}
/* ==================================================
cover
================================================== */
.wrap_top_cover {
	height: auto;
	position: relative;
}
.top_cover {
	position: relative;
	display: block;
	margin: 0 0 15px;
}
.top_cover img {
	width: 100%;
	height: auto;
}
.top_cover .link {
	width: auto;
}
.top_cover .link a {
	width: auto;
	min-width: 0;
	min-height: 0;
	background: url(/shared/images/wrapper/sp_top_cover_icon.png) no-repeat left center;
	-webkit-background-size: 23px auto;
	background-size: 23px auto;
	padding: 6px 20px 4px 30px;
	font-size: 85.7%;
}
.top_cover .cover_l {
	width: 100%;
	display: block;
}
.top_cover .cover_r {
	width: 100%;
	display: block;
}
.top_cover .cover01 .link {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width:100%;
}
.top_cover .cover02 .link {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width:100%;
}
.top_cover .cover03 {
	position: relative;
	overflow: visible;
	width:auto;
}
.top_cover .cover03 .link {
	position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
	max-width:100%;
}
.top_cover .cover03 img {
	width: 100%;
}
.wrap_top_copy {
	width: 100%;
	margin: 0;
	top: 68px;
	left: 0;
	padding: 0 0 0 24px;
}
.top_copy {
	font-size: 229%;
	margin: 0 0 4px;
}
.thisisniigata {
	border-left: 4px solid #ED1B2F;
	background: #FFFFFF;
	padding: 2px 15px 2px 5px;
	font-size: 78.5%;
	font-style: italic;
	color: #000000;
	width: auto;
	display: inline-block;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
.format_top #tmp_gnavi {
	float:none;
	position:static;
	margin:0;
	width:auto;
}
#tmp_gnavi {
	margin:0 0 10px;
}
#tmp_gnavi ul {
	width:100%;
}
#tmp_gnavi li {
	box-sizing:border-box;
	width:33%;
	font-size:100%;
}
#tmp_gnavi a {
	padding:10px 0;
}
#tmp_glist3 a span{
	border-right:none;
}
#tmp_gnavi a span {
	padding:0;
}
#tmp_glist4,
#tmp_glist5,
#tmp_glist6 {
	display:none !important;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	display:block;
	padding:10px;
	clear:both;
}
/* lnavi
============================== */
/* event_cal
============================== */
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* rnavi
============================== */
#tmp_snavi ul li {
	background-size:37px 1px;
}
#tmp_snavi ul li a {
	-webkit-background-size:24px 20px !important;
	-moz-background-size:24px 20px !important;
	background-size:24px 20px !important;
	background-position: 5px center !important;
	padding:8px 10px 8px 45px;
}
#tmp_rban ul li {
	width:48%;
	float:left;
	padding:0 4% 0 0;
}
#tmp_rban ul li:nth-child(2n) {
	padding-right:0;
}
#tmp_rban ul li img {
	width:100%;
	height:auto;
}
#tmp_rban .rban_ta {
	clear:both;
	width:100%;
}
#tmp_rban .rban_ta ul li {
	clear:both;
	float:none;
	width:auto;
	padding:0;
}
#tmp_rban .rban_ta #CDSWIDLNKR {
	margin:0 auto;
}
#tmp_rban .rban_ta ul li img {
	width:auto;
}
#tmp_rban .rban_ta {
	padding:0;
}
/* pnavi
============================== */
.pnavi {
	padding:0 10px;
}
.pnavi .ptop img {
	width:40px;
	height:40px;
}
/* plugin ▼変更しない
============================== */
.plugin {
	display:none;
}
/* ==================================================
model_change
================================================== */
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:block;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	margin-top:0;
	margin-bottom:0;
}
#tmp_model_change li {
	font-size:100%;
}
#tmp_model_change li a {
	padding-top:12px;
	padding-bottom:12px;
}
/* emergency
============================== */
#tmp_emergency {
	width: 100%;
	margin: 0 0 14px;
	border:2px solid #E11327;
	clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tmp_emergency_ttl {
	padding:3px 8px 1px 9px;
}
#tmp_emergency_ttl h2 {
	font-size:85.7%;
}
#tmp_emergency_ttl span {
	padding-top: 0;
	line-height: 140%;
}
#tmp_emergency_ttl span a {
	font-size:93%;
}
#tmp_emergency_cnt {
	padding:10px 12px 7px;
}
#tmp_emergency_cnt ul {
	margin-left:0;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.7em;
	font-size: 85.7%;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	padding: 10px 0 0;
	margin-bottom: 25px;
}
#tmp_publicity_cnt {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tmp_publicity_cnt ul {
	margin-right: 0;
	text-align: center;
	padding: 0 2%;
}
#tmp_publicity_cnt ul li {
	display: inline-block;
	width: 47% !important;
	margin:0 1% 10px;
	padding:0;
	float:none;
}
#tmp_publicity_cnt ul li img {
	max-width: 100%;
	height: auto;
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	border-top:5px solid #EC1B2E;
}
#tmp_footer {
	padding:10px 0 0;
}
#tmp_flogo {
	float:none;
	margin:0 auto 10px;
	-webkit-background-size:135px 25px;
	-moz-background-size:135px 25px;
	background-size:135px 25px;
}
#tmp_flogo,
#tmp_flogo span {
	width:135px;
	height:25px;
}
#tmp_fnavi {
	width:auto;
	float:none;
	text-align:center;
}
#tmp_fnavi li {
	width:auto;
	display:inline-block;
	float:none;
	font-size:100%;
}
#tmp_fnavi li a {
	margin:0;
	padding:5px;
}
#tmp_footer_cnt {
	padding:0 10px;
	clear:both;
}
#tmp_footer_cnt address span {
	display:block;
	margin-right:0;
}
#tmp_footer_cnt address span.br {
	display:inline; /* block値をinline値に変換 */
}
#tmp_footer_cnt address span.spbr {
	display:block; /* inline値をblock値に変換 */
}
#tmp_copyright {
	text-align:center;
	clear:both;
	font-size:85.7%;
	line-height:1.4;
	padding:10px 0;
}
/* ==================================================
selector
================================================== */
#tmp_cate_ttl {
	display:block;
	margin:0;
	padding:0 10px;
	border:none;
}
#tmp_cate_ttl h1,
#tmp_contents h1 {
	font-size:250%;
	margin:0;
}
/* ==================================================
class
================================================== */
/* float ▼変更しない
============================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* ==================================================
parts
================================================== */
/* parts ▼変更しない
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	float:none;
	clear:both;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;/* CSS3 */
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
}
/* event ▼変更しない
============================== */
/* event_page_navi */
#tmp_contents .event_page_navi div.fixed_col2L,
#tmp_contents .event_page_navi div.fixed_col2R {
	clear:none;
    width:48.5%;
}
#tmp_contents .event_page_navi div.fixed_col2L {
	float:left;
}
#tmp_contents .event_page_navi div.fixed_col2R {
	float:right;
}
/* box_photo */
#tmp_contents .wrap_box_photo_txt {
	margin-right:0;
	float:none;
}
#tmp_contents .box_photo_txt {
	margin-right:0;
}
#tmp_contents .box_photo_img {
	width:auto;
	float:none;
}
/* map
============================== */
/* free */
#tmp_contents .box_gmap {
	width:100%; /* 変更しない */
	margin:15px 0 0.8em;
	clear:both; /* 変更しない */
}
#tmp_gmap_box {
	height:220px !important; /* 変更しない */
	margin:15px 0 0.8em;
	clear:both; /* 変更しない */
}
#tmp_gmap_box img {
	height:auto; /* 変更しない */
	max-width:none; /* 変更しない */
}
/* shisetsu */
#tmp_map_search p {
	display:block;
	margin-right:0;
}
#tmp_map_search strong {
	display:block;
}
#tmp_map_search #keyword {
	margin-left:0;
}
#tmp_map_list {
	width:auto; /* 変更しない */
	margin-right:0; /* 変更しない */
	float:none; /* 変更しない */
	position:static; /* 変更しない */
	z-index:auto; /* 変更しない */
}
#tmp_wrap_gmap_box {
	float:none; /* 変更しない */
}
#tmp_wrap_gmap_box2 {
	margin-left:0; /* 変更しない */
}
#tmp_contents #tmp_facilities_btn li {
	width:50%;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_result_list {
	margin:0 0 20px;
}
/* youtube
============================== */
#tmp_contents .frame_youtube,
#tmp_contents .frame_ustream {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_ustream object,
#tmp_contents .frame_youtube iframe,
#tmp_contents .frame_ustream iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
top
================================================== */
#tmp_top_nearby_spots {
	display:block;
	width:auto;
}
#tmp_top_nearby_spots a {
	border-width:1px;
	padding:10px 5px;
}
#tmp_top_nearby_spots a span {
	-webkit-background-size:12px 17px;
	-moz-background-size:12px 17px;
	background-size:12px 17px;
	padding:6px 20px;
}
/* why visit
============================== */
.top_why_visit {
	width: 100%;
	margin: 0;
}
.top_why_visit_ttl {
	font-size: 193%;
	margin-bottom: 10px;
}
.top_why_visit_cnt {
	margin: 0 -10px;
}
.top_why_visit ul li {
	float: none;
	margin-right: 0;
	width: 100%;
	text-align: right;
	margin: 0 0 7px;
}
.top_why_visit ul li img {
	width: 100%;
	height: auto;
}
/* recommended
============================== */
.top_recommended {
	margin: 0 -10px;
	padding: 11px 0 0;
}
.top_recommended_ttl {
	font-size: 186%;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 120%;
}
.top_recommended .recommended_list {
	margin: 0 0 6px;
}
.top_recommended .recommended_list li {
	display: inline-block;
	width: 28%;
	margin: 0 2% 10px;
	padding-top: 0;
	vertical-align: top;
}
.top_recommended .recommended_list li img {
	width:50px;
	height:auto;
}
.top_recommended .recommended_list li span.link {
	width: 100%;
	font-size: 71.4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	color: #404040;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 1px 10px;
	display: block;
	border-left: 4px solid #ED1B2F;
	font-weight: normal;
}
.top_recommended .recommended_list li a {
	padding:0;
}
.top_recommended_box {
	width: 100%;
	padding: 0 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_recommended_box .top_recommended_movie {
	float: none;
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 16px;
}
.top_recommended_box .top_recommended_movie iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.top_recommended_box .top_recommended_bnr {
	float: none;
	margin: 0 -55px;
	background: #FFFFFF;
	padding: 13px 0 7px;
}
.top_recommended_box .top_recommended_bnr .tripadvisor {
	width: auto;
	margin: 0 10px 9px;
	padding:10px 0;
	box-sizing:border-box;
}
.top_recommended_box .top_recommended_bnr .tripadvisor #CDSWIDLNKR {
	margin:0 auto;
}
.top_recommended_box .top_recommended_bnr > p {
	width: 45%;
	display: inline-block;
	margin: 0 2%;
}
.top_recommended_box .top_recommended_bnr p img {
	max-width: 100%;
	height: auto;
}
/* areas
============================== */
.top_wrap_areas {
	background: #EBEBEB;
	padding: 15px 0 0;
	margin: 0 -10px;
}
.top_areas {
	padding: 0 10px;
	width: 32%;
	text-align: center;
	width: 100%;
	line-height: 140%;
	background: url(/shared/templates/top/images/sp_areas_bg.jpg) no-repeat top center;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lang_cn .top_areas {
	background: url(/shared/templates/top/images/sp_areas_bg_cn.jpg) no-repeat top center;
}
.lang_tc .top_areas {
	background: url(/shared/templates/top/images/sp_areas_bg_tc.jpg) no-repeat top center;
}
.lang_kr .top_areas {
	background: url(/shared/templates/top/images/sp_areas_bg_kr.jpg) no-repeat top center;
}
.lang_ru .top_areas {
	background: url(/shared/templates/top/images/sp_areas_bg_ru.jpg) no-repeat top center;
}
.top_areas {
	-webkit-background-size: 100% auto !important;
	background-size: 100% auto !important;
}
.top_areas_ttl {
	margin-left: 5px;
	margin-right: 10%;
	text-align: left;
	font-size: 193%;
	line-height: 1;
	width: 32%;
}
.top_areas_cnt {
	margin: 40% 0 20px;
	float: none;
	width: 100%;
}
.top_areas_cnt ul {
	list-style: none;
	margin: 0;
}
.top_areas_cnt ul li.areas01 {
	background: url(/shared/templates/top/images/areas_list_icon.png) no-repeat 22% 2%;
	width: 16%;
	top: 18.3%;
	right: 5.5%;
}
.top_areas_cnt ul li.areas02 {
	width: 18%;
	top: 43.5%;
	right: 21.7%;
}
.top_areas_cnt ul li.areas03 {
	background: url(/shared/templates/top/images/areas_list_icon.png) no-repeat 22% 2%;
	width: 19.8%;
	top: 50.7%;
	right: 52.6%;
}
.top_areas_cnt ul li.areas04 {
	width: 24%;
	top: 77%;
	right: 37%;
}
.top_areas_cnt ul li.areas05 {
	width: 21%;
	top: 73%;
	right: 66%;
}
.top_areas_cnt ul li.areas06 {
	width: 7.5%;
	top: 14%;
	right:53.5%;
}
.top_areas_cnt ul li {
	background: url(/shared/templates/top/images/areas_list_icon.png) no-repeat left center;
	padding: 0 0 0 16px;
}
.top_areas .areas_img {
	float: none;
	position: relative;
	width: 100%;
	right: auto;
	bottom: auto;
}
.top_areas .areas_img img {
	width: 100%;
	height: auto;
}
.top_areas .areas_img p {
	font-size: 87%;
}
/* map Cn */
.lang_cn .top_areas_cnt ul li.areas01 {
	background-position:left center;
	width:26.24%;
}
.lang_cn .top_areas_cnt ul li.areas02 {
	width:22.08%;
}
.lang_cn .top_areas_cnt ul li.areas03 {
	background-position:left center;
	width:23.04%;
}
.lang_cn .top_areas_cnt ul li.areas04 {
	width:23.04%;
	right: 35%;
}
.lang_cn .top_areas_cnt ul li.areas05 {
	width:23.04%;
}
.lang_cn .top_areas_cnt ul li.areas06 {
	width:9.28%;
}
/* map Tc */
.lang_tc .top_areas_cnt ul li.areas01 {
	background-position:left center;
	width:25.28%;
}
.lang_tc .top_areas_cnt ul li.areas02 {
	width:22.08%;
}
.lang_tc .top_areas_cnt ul li.areas03 {
	background-position:left center;
	width:20.48%;
}
.lang_tc .top_areas_cnt ul li.areas04 {
	width:22.08%;
}
.lang_tc .top_areas_cnt ul li.areas05 {
	width:22.08%;
}
.lang_tc .top_areas_cnt ul li.areas06 {
	width:8.64%;
}
/* map Kr */
.lang_kr .top_areas_cnt ul li.areas01 {
	background-position:left center;
	width:31.36%;
}
.lang_kr .top_areas_cnt ul li.areas02 {
	width:32.32%;
}
.lang_kr .top_areas_cnt ul li.areas03 {
	background-position:left center;
	width:40.96%;
	right:45%;
	top:55%;
}
.lang_kr .top_areas_cnt ul li.areas04 {
	width:33.28%;
	right:20%;
}
.lang_kr .top_areas_cnt ul li.areas05 {
	width:24.96%;
}
.lang_kr .top_areas_cnt ul li.areas06 {
	width:16%;
}
/* map Ru */
.lang_ru .top_areas_cnt ul li.areas01 {
	background-position:10% 2%;
	width:20.5%;
}
.lang_ru .top_areas_cnt ul li.areas02 {
	width:26.56%;
}
.lang_ru .top_areas_cnt ul li.areas03 {
	width:25.92%;
}
.lang_ru .top_areas_cnt ul li.areas04 {
	background-position:0% 40%;
	right: 24%;
	width:34.56%;
}
.lang_ru .top_areas_cnt ul li.areas05 {
	background-position:0% 0%;
	width:15.68%;
}
.lang_ru .top_areas_cnt ul li.areas06 {
	width:10.56%;
}

/* diaries
============================== */
.top_diaries {
	margin: 0 -10px;
	padding:15px 0;
}
.top_diaries_ttl .ttl {
	font-size:192%;
}
.top_diaries_cnt ul {
	width:auto;
}
.top_diaries_cnt ul li {
	width: 29%;
	float:left;
	margin: 0 2%;
	font-size:85.7%;
}
.top_diaries_cnt ul li img {
	max-width: 100%;
	height: auto;
}
.top_diaries_cnt ul a {
	font-size:100%;
}
.top_diaries_cnt ul li span {
	width:100%;
	height:0;
	padding-bottom:100%;
	margin-bottom:10px;
}
.top_diaries_ttl .read {
	font-size:85.7%;
	font-weight:bold;
	width:60%;
	margin:0 auto 10px;
}
/* infomation
============================== */
.top_wrap_info{
	background: #FFFFFF;
	margin:0 -10px;
}
.top_fb{
	width:auto;
	float: none;
	padding: 20px 10px 30px;
	text-align: center;
}
.top_fb_cnt{
	padding: 0;
}
.top_fb_cnt img{
	width: 100%;
	height: 208px;
}
.top_info{
	width: 100%;
	float: none;
	padding: 37px 10px 15px;
	background: #EBEBEB;
	min-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_info_box{
	padding: 0;
}
.top_info_ttl {
	font-size: 193%;
	margin-bottom: 18px;
	padding: 0 10px;
}
.top_info_cnt {
	width: 100%;
	background: #FFFFFF;
	margin: 0 0 8px;
	height: auto;
}
.top_info_cnt ul {
	margin: 0;
	list-style: none;
	padding: 15px 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_info_cnt ul li {
	margin-bottom: 15px;
	line-height: 1.1;
	font-size: 100%;
}
.top_info_cnt ul li span.date {
	display: block;
	font-size: 85.7%;
	margin-bottom: 3px;
}
.top_info_cnt ul li a {
	text-decoration: none;
	color: #000000;
}
.top_info .top_info_link {
	width: 100%;
	list-style: none;
	margin: 0;
}
.top_info .top_info_link .rss {
	float: left;
}
.top_info .top_info_link .rss a {
	display: block;
	background: url(/shared/templates/top/images/rss_icon.png) no-repeat left center;
	padding: 0 0 0 27px;
	color: #404040;
	text-decoration: none;
}
.top_info .top_info_link .more_read {
	float: right;
}
.top_info .top_info_link .more_read a {
	color: #404040;
	text-decoration: none;
}
/* ==================================================
free
================================================== */
/* free_col2 */
#tmp_contents .free_col2 {
	margin-bottom:0;
}
#tmp_contents .free_col2 .free_col2L {
	padding-right:4px;
}
#tmp_contents .free_col2 .free_col2R {
	padding-left:4px;
}
#tmp_contents .free_col2 .free_col2L,
#tmp_contents .free_col2 .free_col2R {
	padding-bottom:8px !important;
}
#tmp_contents .free_col2 .free_col2L img {
	max-width:100%;
}
#tmp_contents .free_col2 .free_col2L .photo_box,
#tmp_contents .free_col2 .free_col2R .photo_box {
	margin:0;
}
/* free_col2 */
.free_box {
	width:100% !important;
	box-sizing:border-box;
	margin:0 0 20px;
}
.free_box img {
	max-width:100%;
}
.outline .free_box {
	margin:0 0 10px;
}
/* h1 */
.ttl_about,
.ttl_explore,
.ttl_plan {
	background-size:cover;
	padding:45px 10px !important;
	margin:-10px -10px 20px !important;
}
.ttl_about h1,
.ttl_explore h1,
.ttl_plan h1 {
	margin:0 !important;
}
#tmp_free_h1 {
	background-size:cover;
	margin:0 -10px 20px !important;
	padding:20px 0;
}
#tmp_cate_ttl h1,
#tmp_contents h1 {
	display:block;
	padding:0 10px;
}
#tmp_free_h1 h1 span {
	height:auto;
}
#tmp_contents h2.free_ttl {
	font-size:193%;
}
#tmp_contents .photo_box td.txt {
	font-size:85.7%;
	line-height:1.2;
}
#tmp_contents .photo_box td.txt a {
	background:url(/shared/images/icon/link_arrow.png) left center no-repeat;
	-webkit-background-size:23px 8px;
	-moz-background-size:23px 8px;
	background-size:23px 8px;
	padding:5px 5px 5px 30px;
}
#tmp_contents .detail_btn {
	font-size:100%;
}
#tmp_contents .detail_btn a span {
	-webkit-background-size:12px auto !important;
	-moz-background-size:12px auto !important;
	background-size:12px auto !important;
	padding:5px 0 5px 20px;
}
#tmp_contents .detail_btn a .winter_icon {
	padding-left:20px;
}
/* ==================================================
about
================================================== */
#tmp_contents .about_ban .ban {
	float:none;
	width:auto;
	margin-left:0;
}
/* ==================================================
Explore
================================================== */
#tmp_contents .explore_list li span {
	background:url(/shared/images/icon/link_arrow_white_s.jpg) left center no-repeat;
	padding:5px 5px 5px 30px;
}
#tmp_contents .outline ul {
	margin-left:0;
	word-break:normal;
}
#tmp_contents .explore_list li span {

}
#tmp_contents .explore_readmore {
	text-align:right;
	position:static;
}
#tmp_contents .special_list {
	margin:0;
}
#tmp_contents .special_list li {
	width:auto;
	padding:0 0 10px;
}
#tmp_explore_sch {
	width:100%;
}
#tmp_contents .explore_list li,
#tmp_contents .explore_list2 li {
	width:46%;
	padding:0 0 20px;
}
#tmp_contents .explore_list li:nth-child(2n+1),
#tmp_contents .explore_list2 li:nth-child(2n+1) {
	clear:both;
	margin-right:4%
}
#tmp_contents .explore_list li:nth-child(3n+1),
#tmp_contents .explore_list2 li:nth-child(3n+1) {
	clear:right;
}
#tmp_contents .explore_list li a {
	margin-right:18px;
}
#tmp_contents .explore_list li a:nth-child(2n+1),
#tmp_contents .explore_list2 li a:nth-child(2n+1) {
	margin-right:0;
}
#tmp_contents .explore_list2 li .detail_txt {
	word-break:normal;
}
#tmp_contents #tmp_explore_sch h2 {
	padding:3px 16px;
}
#tmp_explore_slide {
	position:absolute;
}
/* ==================================================
season
================================================== */
#tmp_contents .season_box {
	margin:0 -10px 10px;
	width:auto;
}
#tmp_contents .season_box .season_ttl h2 {
	width:auto;
	font-size:100%;
	padding:5px 10px;
}
#tmp_contents .season_box .season_img img {
	width:100%;
	height:auto;
}
#tmp_contents .detail_btn {
	width:80%;
}
#tmp_contents .season_box .season_img .overlay {
	display:none;
}
/* ==================================================
promotion
================================================== */
#tmp_pm_main {
	background:url(/foreign_resources_files/sp/promotion_bg.jpg) center top no-repeat;
	-webkit-background-size:640px auto;
	-moz-background-size:640px auto;
	background-size:640px auto;
	min-width:initial;
}
#tmp_pm_header {
	padding:55px 0 45px;
}
#tmp_pm_main #tmp_pm_logo {
	-webkit-background-size:240px auto;
	-moz-background-size:240px auto;
	background-size:240px auto;
}
#tmp_pm_header #tmp_pm_logo, #tmp_pm_header #tmp_pm_logo span {
	width:240px;
	height:66px;
}
#tmp_pm_navi h2 {
	font-size:114.3%;
	margin:0 0 35px;
}
#tmp_pm_navi ul {
	width:auto;
	padding:0 10px;
}
#tmp_pm_navi ul li {
	width:45%;
	margin-right:10% !important;
	margin-bottom:40px;
	font-size:114.3%;
}
#tmp_pm_navi ul li:nth-child(2n) {
	margin-right:0 !important;
}
#tmp_pm_navi ul li a  {
	padding:20px 10px;
}
#tmp_pm_navi ul li a .icon {
	display:inline-block;
	padding:5px 0 5px 20px;
	-webkit-background-size:14px 14px;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
}
#tmp_social_plugins {
	padding:0 10px;
}
/* ==================================================
advanced_search
================================================== */
#tmp_contents #tmp_ad_sch_black #tmp_ad_sch_area .box_ad_sch_cnt p.map_img img {
	width:227px;
}
#tmp_ad_sch_black #tmp_ad_sch_area .box_ad_sch_cnt ul li#tmp_ad_sch_point01 {
	top:9px;
	left:48%;
}
#tmp_ad_sch_black #tmp_ad_sch_area .box_ad_sch_cnt ul li#tmp_ad_sch_point02 {
	top:80px;
	left:51%;
}
#tmp_ad_sch_black #tmp_ad_sch_area .box_ad_sch_cnt ul li#tmp_ad_sch_point03 {
	top:113px;
	left:30%;
}
#tmp_ad_sch_black #tmp_ad_sch_area .box_ad_sch_cnt ul li#tmp_ad_sch_point04 {
	top:165px;
	left:53%;
}
#tmp_ad_sch_black #tmp_ad_sch_area .box_ad_sch_cnt ul li#tmp_ad_sch_point05 {
	top:146px;
	left:18.5%;
}
#tmp_ad_sch_black #tmp_ad_sch_area .box_ad_sch_cnt ul li#tmp_ad_sch_point06 {
	top:45px;
	left:22%;
}
#tmp_ad_sch_black #tmp_ad_sch_area .box_ad_sch_cnt ul li br {
	display:block;
}
#tmp_ad_sch_black .box_ad_sch_cnt dl {
	display:table;
	padding-top:3px;
	padding-bottom:2px;
}
#tmp_ad_sch_black .box_ad_sch_cnt dt,
#tmp_ad_sch_black .box_ad_sch_cnt dd,
#tmp_contents #tmp_ad_sch_black .box_ad_sch_cnt dt p,
#tmp_contents #tmp_ad_sch_black .box_ad_sch_cnt dd p {
	display:table-cell;
	vertical-align:top;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_ad_sch_black .box_ad_sch_cnt dt {
	padding:0 12px 0 0;
	font-size:71.5%;
}
#tmp_sma_search .sch_box {
	width:100%;
	padding:0 5px 0 0;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_ad_sch_keyword {
	width:100%;
}
/* ad_sch_btn */
#tmp_contents #tmp_advanced_search #tmp_ad_sch_btn ul {
	left:0;
	float:none;
}
#tmp_contents #tmp_advanced_search #tmp_ad_sch_btn ul li {
	width:46.5%;
	left:0;
	color:inherit;
	background-color:#363636;
}
#tmp_contents #tmp_advanced_search #tmp_ad_sch_btn ul li:first-child {
	margin-right:6.5%;
	color:inherit;
	background-color:#8D8D8D;
}
#tmp_advanced_search #tmp_ad_sch_btn #tmp_ad_sch_reset,
#tmp_advanced_search #tmp_ad_sch_btn #tmp_ad_sch_search {
	min-width:100%;
}
/* ==================================================
search_result_spot
================================================== */
#tmp_search_result_spot .box_photo_main,
#tmp_search_result_spot .box_wrap_photo_sub {
	width:100%;
	float:none;
}
#tmp_search_result_spot .box_photo_sub {
	padding-left:0;
}
#tmp_search_result_spot .box_photo_sub_cnt {
	clear:both;
}
#tmp_contents #tmp_search_result_spot .box_photo ul {
	margin-bottom:20px;
	width:15%;
	float:left;
}
#tmp_contents #tmp_search_result_spot .box_photo ul:first-child {
	width:85%;
}
#tmp_contents #tmp_search_result_spot .box_photo ul li {
	width:100%;
	float:right;
}
#tmp_contents #tmp_search_result_spot .box_photo ul:first-child li {
	margin:0 2% 0 0;
	width:18%;
	float:left;
}
#tmp_contents #tmp_search_result_spot table.datatable th {
	width:35%;
	white-space:nowrap;
}
#tmp_contents #tmp_search_result_spot p.btn_reservation {
	padding-top:12px;
	font-size:85.8%;
}
#tmp_search_result_spot p.btn_reservation a span {
	padding-left:26px;
	-webkit-background-size:8px auto;
	-moz-background-size:8px auto;
	background-size:8px auto;
}
#tmp_contents #tmp_search_result_spot .box_support_menu ul li {
	width:49.5%;
}
#tmp_contents #tmp_search_result_spot .box_support_menu ul li:nth-child(2n+1),
#tmp_contents #tmp_search_result_spot .box_support_menu ul li:nth-child(3n+3) {
	margin-right:1%;
}
#tmp_contents #tmp_search_result_spot .box_support_menu ul li:nth-child(2n+2) {
	margin-right:0;
}
#tmp_search_result_spot #tmp_travel_lft,
#tmp_search_result_spot #tmp_travel_rgt {
	width:100%;
	float:none;
}
#tmp_search_result_spot #tmp_travel_lft {
	margin-right:0;
	margin-bottom:20px;
}
#tmp_search_result_spot #tmp_travel_diaries {
	color:inherit;
	background-color:#EBEBEB;
	border:none;
}
#tmp_search_result_spot #tmp_travel_diaries_ttl {
	border-bottom:1px solid #FFFFFF;
}
#tmp_search_result_spot #tmp_travel_diaries_cnt {
	padding:10px;
	border-top:1px solid #FFFFFF;
}
#tmp_search_result_spot #tmp_travel_diaries_slide,
#tmp_r_bnr,
#tmp_viewpage_cnt {
	position:relative;
	width:auto;
}
#tmp_viewpage_cnt ul li {
	width:200px;
	margin:0 auto;
	padding:0 0 10px;
}
#tmp_search_result_spot #tmp_travel_diaries_slide .box_travel_diaries_slide_item {
	float:none;
	width:200px;
	margin:0 auto;
	padding:0;
}
#tmp_search_result_spot #tmp_travel_diaries_slide .box_wrap_parent_gallrey,
#tmp_r_bnr .box_wrap_parent_gallrey,
#tmp_viewpage_cnt .box_wrap_parent_gallrey {
	margin:0 auto;
}
#tmp_search_result_spot .box_travel_diaries_slide_item_inner{
	padding:5px 0;
}
#tmp_r_bnr .box_gallrey,
#tmp_viewpage_cnt .box_gallrey {
	padding:5px 10px;
	box-sizing:border-box;
}
#tmp_r_bnr .box_gallrey img,
#tmp_viewpage_cnt .box_gallrey img {
	max-width:100%;
	height:auto;
}
#tmp_search_result_spot #tmp_travel_diaries_slide p.prev,
#tmp_search_result_spot #tmp_travel_diaries_slide p.next,
#tmp_r_bnr p.prev,
#tmp_r_bnr p.next,
#tmp_viewpage_cnt p.prev,
#tmp_viewpage_cnt p.next {
	position:absolute;
	top:0;
	z-index:2;
}
#tmp_search_result_spot #tmp_travel_diaries_slide p.prev {
	left:-25px;
}
#tmp_search_result_spot #tmp_travel_diaries_slide p.next {
	right:-25px;
}
#tmp_r_bnr p.prev,
#tmp_viewpage_cnt p.prev {
	left:0;
}
#tmp_r_bnr p.next,
#tmp_viewpage_cnt p.next {
	right:0;
}
#tmp_r_bnr ul li {
	text-align:center;
}

#tmp_search_result_spot #tmp_detail_category {
	padding:0;
}
#tmp_contents #tmp_search_result_spot #tmp_detail_category ul li {
	margin-right:1.4%;
	width:15.5%;
}
#tmp_contents #tmp_search_result_spot #tmp_detail_category ul li input {
	width:100%;
}
#tmp_detail_map_img {
	width:100%;
	height:auto;
	border:none;
	float:none;
}
#tmp_wrap_detail_map > p,
#tmp_detail_map_list,
#tmp_detail_category {
	display:none;
}
#tmp_large_map {
	display:block !important;
	text-align:right;
}
/* ==================================================
search_result_spot_rnavi
================================================== */
#tmp_srs_area {
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	border:none;
}
#tmp_srs_area span {
	font-size:128.6%;
}
#tmp_srs_area span img {
	max-width:100%;
	height:auto;
}
#tmp_srs_area .img {
	width:15%;
}
#tmp_srs_area .txt {
	width:auto;
}
#tmp_ttd_sch #tmp_ttd_sch_form {
	display:table;
	width:100%;
}
#tmp_ttd_sch #tmp_ttd_sch_form p {
	display:table-cell;
	width:100%;
	float:none;
}
#tmp_ttd_sch #tmp_ttd_query {
	width:100%;
}
/* ==================================================
search_results
================================================== */
#tmp_search_info {
	padding:10px 0 0;
}
/* search_conditions */
#tmp_search_conditions {
	margin-bottom:18px;
}
#tmp_search_conditions_ttl {
	width:auto;
	min-width:100px;
}
#tmp_contents #tmp_search_conditions_ttl h2 {
	font-size:71.5%;
}
#tmp_search_conditions_cnt {
	width:100%;
	float:none;
}
#tmp_contents #tmp_search_conditions_cnt_inner p {
	margin-bottom:0.25em;
	font-size:71.5%;
}
/* search_form */
#tmp_search_form {
	padding-bottom:20px;
}
#tmp_search_form_lft,
#tmp_search_form_rgt {
	width:auto;
	float:none;
}
#tmp_search_form_lft {
	margin:0 0 10px;
}
#tmp_search_form_lft_inner {
	padding:5px;
}
#tmp_contents #tmp_search_form_lft_inner p {
	display:table;
	width:100%;
	margin-bottom:5px;
	font-size:71.5%;
	float:none;
}
#tmp_contents #tmp_search_form_lft_inner p.number_cases {
	margin-bottom:0;
}
#tmp_search_form_lft_inner p span select {
	padding-left:0;
	padding-right:0;
	width:100%;
}
#tmp_search_form_lft_inner p.number_cases select {
	padding-right:0;
}
#tmp_search_form_lft_inner p:first-child {
	margin-right:0;
}
#tmp_search_form_lft_inner p span {
	display:table-cell;
	width:50%;
}
#tmp_search_form_rgt {
	text-align:center;
}
#tmp_search_form_btn {
	min-width:150px;
	min-height:30px;
	font-size:114.3%;
}
/* search_results */
#tmp_search_results_display {
	margin-bottom:20px;
}
#tmp_contents #tmp_search_results_display ul li {
	font-size:71.5%;
}
#tmp_search_results_display ul li a span {
	padding:5px 0 5px 21px;
}
#tmp_contents #tmp_search_results .ttl {
	font-size:114.3%;
}
#tmp_search_results .map,
#tmp_search_results .area,
#tmp_search_results .txt {
	font-size:71.5%;
}
#tmp_search_results .map a span {
	padding:5px 0 5px 19px;
}
#tmp_search_results .area {
	min-width:auto;
	width:auto;
}
/* search_result_list */
#tmp_search_result_list .box_result_lft {
	margin-right:3.5%;
	width:33.5%;
}
#tmp_search_result_list .box_result_rgt {
	width:63%;
}
#tmp_search_result_list .box_result_lft img {
	max-width:100%;
}
#tmp_search_result_list .ttl {
	width:auto;
	float:none;
}
#tmp_search_results .map {
	display:none;
	float:left;
	clear:none;
}
/* search_result_grid */
#tmp_search_result_grid .wrap_box_result .box_result {
	margin-right:7%;
	width:46.5%;
}
#tmp_search_result_grid .wrap_box_result .box_result:nth-child(3n+3) {
	margin-right:7%;
}
#tmp_search_result_grid .wrap_box_result .box_result:nth-child(2n+2) {
	margin-right:0;
}
#tmp_search_result_grid .wrap_box_result .box_result:nth-child(3n+1) {
	clear:none;
}
#tmp_search_result_grid .box_result_lft img {
	max-width:100%;
}
#tmp_search_result_grid .map {
	width:30%;
}
#tmp_search_result_grid .area {
	width:55%;
}
/* search_result_map */
#tmp_search_result_map #tmp_gmap_box {
	height:auto !important; /* 仮 */
}
#tmp_search_result_map #tmp_gmap_box img {
	max-width:100%; /* 仮 */
}
/* page_sending_navi */
#tmp_search_results #tmp_page_sending_navi {
	margin-bottom:30px;
}
#tmp_contents #tmp_search_results #tmp_page_sending_navi p {
	font-size:85.8%;
}
#tmp_contents #tmp_search_results #tmp_page_sending_navi .first,
#tmp_contents #tmp_search_results #tmp_page_sending_navi .last,
#tmp_contents #tmp_search_results #tmp_page_sending_navi .prev,
#tmp_contents #tmp_search_results #tmp_page_sending_navi .next {
	width:16%;
}
#tmp_contents #tmp_search_results #tmp_page_sending_navi .first a,
#tmp_contents #tmp_search_results #tmp_page_sending_navi .prev a {
	padding-left:15px;
}
#tmp_contents #tmp_search_results #tmp_page_sending_navi .last a,
#tmp_contents #tmp_search_results #tmp_page_sending_navi .next a {
	padding-right:15px;
}
#tmp_contents #tmp_search_results #tmp_page_sending_navi li {
	margin-left:1px;
	margin-right:1px;
	font-size:114.3%;
}
#tmp_contents #tmp_search_results #tmp_page_sending_navi li:nth-child(7n+4),
#tmp_contents #tmp_search_results #tmp_page_sending_navi li:nth-child(7n+5),
#tmp_contents #tmp_search_results #tmp_page_sending_navi li:nth-child(7n+6),
#tmp_contents #tmp_search_results #tmp_page_sending_navi li:nth-child(7n+7) {
	display:none;
}
#tmp_search_results #tmp_page_sending_navi li a {
	padding:2px 0 1px;
	min-width:25px;
}
/* ==================================================
travel_trade_search
================================================== */
#tmp_tt_sch {
	margin-bottom:35px;
	width:auto;
}
#tmp_tt_sch2 {
	margin-bottom:20px;
}
#tmp_tt_sch_l,
#tmp_tt_sch_r {
	padding:0;
	width:100%;
	float:none;
}
#tmp_contents #tmp_tt_sch h2 {
	margin-top:1.2em;
	padding:3px 12px;
	font-size:114.3%;
}
#tmp_tt_sch_keyword,
#tmp_tt_sch_select_category,
#tmp_tt_sch_select_season {
	font-size:85.8%;
}
#tmp_contents p#tmp_tt_sch_keyword_area {
	padding:5px 5px 4px;
}
#tmp_tt_sch_select_category,
#tmp_tt_sch_select_season {
	padding:4px 20px 3px 5px;
}
#tmp_contents #tmp_tt_sch_adsch_btn {
	margin-bottom:1.7em;
	font-size:85.8%;
}
#tmp_tt_sch_btn {
	padding:10px 42px;
}
#tmp_contents #tmp_tt_sch_btn ul,
#tmp_contents #tmp_tt_sch_btn ul li {
	left:0;
}
#tmp_contents #tmp_tt_sch_btn ul {
	float:none;
}
#tmp_contents #tmp_tt_sch_btn ul li {
	width:46.5%;
	color:inherit;
	margin-left:0%;
}
#tmp_contents #tmp_tt_sch_btn .detailed_search {
	width:100%;
	text-align:right;
}
#tmp_contents #tmp_tt_sch_btn .detailed_search a {
	font-size:100%;
}
#tmp_contents #tmp_tt_sch_btn ul li:first-child {
	margin-right:6.5%;
	color:inherit;
	background-color:#8D8D8D;
}
#tmp_tt_sch_reset,
#tmp_tt_sch_search {
	min-width:100%;
	font-size:114.3%;
	font-weight:bold;
}
/* ==================================================
Ranking
================================================== */
#tmp_contents .ranking_cnt {
	border-bottom:2px solid #EAEAEA;
	margin:0 0 20px;
	padding:0;
}
#tmp_contents .ranking_cnt .free_box {
	margin:20px 0;
}
#tmp_contents .ranking_cnt h2 {
	font-size:200%;
	text-align:left;
}
#tmp_contents .ranking_cnt .ttl_general span {
	padding:5px 0 5px 50px;
	background:url(/shared/templates/free/images/contents/ranking_icon_general.png) left center no-repeat;
	-webkit-background-size:42px 30px;
	-moz-background-size:42px 30px;
	background-size:42px 30px;
}
#tmp_contents .ranking_cnt .ttl_events span {
	padding:5px 0 5px 45px;
	background:url(/shared/templates/free/images/contents/ranking_icon_events.png) left center no-repeat;
	-webkit-background-size:33px 34px;
	-moz-background-size:33px 34px;
	background-size:33px 34px;
}
#tmp_contents .ranking_cnt .ttl_spots span {
	padding:5px 0 5px 35px;
	background:url(/shared/templates/free/images/contents/ranking_icon_spots.png) left center no-repeat;
	-webkit-background-size:25px 35px;
	-moz-background-size:25px 35px;
	background-size:25px 35px;
}
#tmp_contents .ranking_cnt .photo_box td.rank {
	position:absolute;
	top:0;
	left:0;
}
#tmp_contents .ranking_cnt .photo_box {
	float:none;
	width:100%;
	margin:0 auto 20px;
}
#tmp_contents .ranking_cnt .ranking_no03 {
	margin:0 auto 20px;
}
#tmp_contents .ranking_cnt .ranking_no04,
#tmp_contents .ranking_cnt .ranking_no06 {
	width:48%;
	float:left;
	margin:0 4% 10px 0;
}
#tmp_contents .ranking_cnt .ranking_no05,
#tmp_contents .ranking_cnt .ranking_no07 {
	width:48%;
	float:left;
	margin:0 0 10px;
}
/* ==================================================
TRAVEL DIARIES - category list
================================================== */
#tmp_contents .diary_list li {
	width:48%;
	padding:0 4% 10px 0 !important;
	font-size:100%;
}
#tmp_contents .diary_list li:nth-child(2n) {
	padding-right:0 !important;
}
#tmp_contents .diary_list li:nth-child(2n+1) {
	clear:both;
}
#tmp_contents .diary_list li:nth-child(3n+1) {
	clear:none;
}
#tmp_contents .diary_list li .img {
	display:block;
	text-align:center;
	background:#EBEBEB;
	height:0;
	padding-bottom:75%;
	position:relative;
	overflow:hidden;
}
#tmp_contents .diary_list li img {
	max-width:100%;
	height:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
/* ==================================================
model_course
================================================== */
#tmp_contents .mc_ttl_lead {
	width:98%;
	font-size:107%;
}
#tmp_contents #tmp_free_h1.ttl_mc_01,
#tmp_contents #tmp_free_h1.ttl_mc_02,
#tmp_contents #tmp_free_h1.ttl_mc_03,
#tmp_contents #tmp_free_h1.ttl_mc_04,
#tmp_contents #tmp_free_h1.ttl_mc_05,
#tmp_contents #tmp_free_h1.ttl_mc_06 {
	padding: 14% 0;
	font-size:107%;
}
#tmp_contents #tmp_free_h1.ttl_mc_01 h1,
#tmp_contents #tmp_free_h1.ttl_mc_02 h1,
#tmp_contents #tmp_free_h1.ttl_mc_03 h1,
#tmp_contents #tmp_free_h1.ttl_mc_04 h1,
#tmp_contents #tmp_free_h1.ttl_mc_05 h1,
#tmp_contents #tmp_free_h1.ttl_mc_06 h1 {
	font-size:107%;
}
#tmp_contents .free_box .select_day ul li {
	width: 49.5%;
    margin: 0 1% 1% 0;
	font-size: 85.7%;
}
#tmp_contents .free_box .select_day ul li:nth-child(2n) {
	margin-right:0;
}
#tmp_contents .free_box p.mc_text,
#tmp_contents .free_box .box_move p,
#tmp_contents .free_box .box_introduction p,
#tmp_contents .free_box .box_introduction li {
	font-size: 85.7%;
}
#tmp_contents .free_box h2.black {
	font-size:85.7%;
	padding: 0.8em;
}
#tmp_contents .free_box .box_move {
	background-size:5%;
	padding-left:11%;
}
#tmp_contents .free_box .box_move .box_move_walk {
	background-size:auto 36px;
	padding:7px 1em 7px 31px;
	margin: 5px 0;
}
#tmp_contents .free_box .box_move .box_move_car {
	background-size: 31px auto;
    padding:3px 1em 3px 41px;
    margin: 15px 0 5px;
}
#tmp_contents .free_box .box_move .box_move_bus {
	background-size: auto 28px;
    padding: 7px 1em 7px 29px;
	margin: 5px 0;
}
#tmp_contents .free_box .box_move .box_move_ship {
	background-size: 36px auto;
    padding:3px 1em 3px 41px;
    margin: 15px 0 5px;
}
#tmp_contents .free_box .box_move .box_move_train {
	background-size: auto 28px;
    padding: 7px 1em 7px 29px;
	margin: 5px 0;
}
#tmp_contents .free_box .box_move .box_move_bullettrain {
	background-size:auto 33px;
	padding:7px 1em 7px 31px;
	margin: 5px 0;
}
#tmp_contents .free_box .mc_headline  h3 {
	font-size: 85.7%;
}
#tmp_contents .free_box .mc_headline .number {
	width: 5px;
}
#tmp_contents .free_box .box_photo_main,
#tmp_contents .free_box .box_photo_sub {
	float:none;
	width:auto;
	clear:both;
}
#tmp_contents .free_box .box_photo_sub_left {
	float:left;
	width:49%;
}
#tmp_contents .free_box .box_photo_sub_right {
	float:right;
	width:49%;
}
#tmp_contents .free_box .mc_box_text_lead {
	float:none;
	width:auto;
	margin-right:0
}
#tmp_contents .free_box .mc_box_text_list {
	float:none;
	width:auto;
}
#tmp_contents .free_box .mc_box_text_list ul {
	margin-left: 35px;
}
#tmp_contents .free_box .mc_box_btn_wrap .detail_btn.left,
#tmp_contents .free_box .mc_box_btn_wrap .detail_btn.right {
	width:48%;
}
#tmp_contents .free_box h2.gray {
	font-size: 100%;
}
#tmp_contents .free_box .box_photo_spot p {
	font-size: 85.7%;
}
#tmp_contents .free_box .mc_box_info ul li {
	width: 49%;
    margin-right: 2%;
	font-size: 100%;
}
#tmp_contents .free_box .mc_box_info ul li:nth-child(2n) {
	margin-right:0;
}
/* ==================================================
special
================================================== */
#tmp_contents #tmp_sp_h1 {
	margin:10px -10px 37px;
	width:auto;
}
#tmp_contents #tmp_sp_h1 h1 {
    padding: 9% 0;
	font-size: 200%;
}
#tmp_contents #tmp_sp_h1.ttl_sp_sake,
#tmp_contents #tmp_sp_h1.ttl_sp_sushi,
#tmp_contents #tmp_sp_h1.ttl_sp_satoyama,
#tmp_contents #tmp_sp_h1.ttl_sp_activity {
    background-size:auto 100%;
}
#tmp_contents hr.sp_hr {
	margin:23px 0;
}
#tmp_contents .sp_lead h2,
#tmp_contents .sp_box_point h3,
#tmp_contents .sp_photo_ttl h2,
#tmp_contents .sp_box_photo h3,
#tmp_contents .sp_photo_info h4 {
	font-size:85.7%;
}
#tmp_contents .sp_lead p,
#tmp_contents .sp_box_point ul li,
#tmp_contents .sp_box_point p,
#tmp_contents ul.sp_photo_caption li,
#tmp_contents .sp_photo_info li {
	font-size:85.7%
}
#tmp_contents .sp_photo_ttl {
	width:100%;
}
#tmp_contents .sp_photo_ttl h2 {
	width:auto;
}
#tmp_contents .sp_box_photo h3 {
	width:100%;
}
#tmp_contents .sp_box_photo .box_photo_wrap {
	width:100%;
}
#tmp_contents .box_photo_3col img {
	width: 32%;
}
#tmp_contents .box_photo_3col img.col1,
#tmp_contents .box_photo_3col img.col2 {
	margin-right:1%;
}
#tmp_contents .sp_box_photo .box_photo_main,
#tmp_contents .sp_box_photo .box_photo_sub,
#tmp_contents .box_photo_2col_left,
#tmp_contents .box_photo_2col_right,
#tmp_contents .box_text_2col_right,
#tmp_contents .box_text_2col_left {
	float:none;
	width:auto;
	clear:both;
}
#tmp_contents .sp_box_photo .box_photo_sub_left {
	float:left;
	width:49%;
}
#tmp_contents .sp_box_photo .box_photo_sub_right {
	float:right;
	width:49%;
}
#tmp_contents .sp_box_photo .box_photo_main {
	margin-bottom:11px;
}
#tmp_contents .sp_box_photo .box_photo_wrap p.image {
	margin-bottom:0;
}
#tmp_contents .box_photo_2col_left p.image_2col {
	margin-bottom:11px;
}
#tmp_contents .box_photo_2col_left,
#tmp_contents .box_photo_2col_right,
#tmp_contents .box_text_2col_right {
	display:table;
}
#tmp_contents .box_photo_2col_left span {
	bottom:11px;
}
#tmp_contents .sp_box_photo .box_photo_main span,
#tmp_contents .sp_box_photo .box_photo_sub .box_photo_sub_left span,
#tmp_contents .sp_box_photo .box_photo_sub .box_photo_sub_right span,
#tmp_contents .box_photo_2col_left span,
#tmp_contents .box_photo_2col_right span,
#tmp_contents .box_text_2col_right span {
    width: 14px;
    height: 14px;
	font-size:71.4%;
    right: 0.2%;
}
#tmp_contents .sp_box_photo .box_photo_main span.caption,
#tmp_contents .sp_box_photo .box_photo_sub .box_photo_sub_left span.caption,
#tmp_contents .sp_box_photo .box_photo_sub .box_photo_sub_right span.caption,
#tmp_contents .box_photo_2col_left span.caption,
#tmp_contents .box_photo_2col_right span.caption,
#tmp_contents .box_text_2col_right span.caption {
    width:90%;
	font-size:71.4%;
}
#tmp_contents ul.sp_photo_caption li span {
    width: 14px;
    height: 14px;
	font-size:71.4%;
	line-height: 1.5em;
}
p.sp_none {
	display:none;
}
/* ==================================================
TripAdvisor
================================================== */
.widSSP {
	width:100% !important;
}
/* ==================================================
スキーコンテンツ
================================================== */
#tmp_wrap_ski #tmp_ski_h1 .wrap_ski_h1 {
	width:100%;
}
#tmp_wrap_ski #tmp_ski_h1 {
	min-width:100%;
	height:auto;
	margin:-10px -10px 10px !important;
	box-sizing:border-box;
}
#tmp_wrap_ski #tmp_ski_h1 .ski_h1 {
    width:auto;
	padding:0 10px !important;
	height:180px;
}
#tmp_wrap_ski #tmp_ski_h1 .txt,
#tmp_wrap_ski .ski_top #tmp_ski_h1 h1 {
    font-size: 143%;
	padding:0 !important;
}
#tmp_wrap_ski #tmp_ski_h1 h1,
#tmp_wrap_ski .ski_top #tmp_ski_h1 .txt {
    font-size: 200%;
}
#tmp_wrap_ski #tmp_ski_h1 .img {
	margin-left:-480px;
}
#tmp_wrap_ski .ski_top #tmp_ski_h1 .img {
	left:0;
	margin-left:0;
}
/*共通*/
#tmp_wrap_ski .ski_contents_box {
    width:100%;
}
/*area*/
#tmp_wrap_ski #tmp_ski_area .wrap_ski_area {
    margin:0;
}
#tmp_wrap_ski #tmp_ski_area .ski_area {
    width: 49%;
	margin:0 0 10px;
	background-color:transparent;
}
#tmp_wrap_ski #tmp_ski_area .ski_area:nth-child(odd) {
	margin-right:1.8%;
}
#tmp_wrap_ski #tmp_ski_area .ski_area .back_img {
    padding:0;
	border-bottom:2px solid #de0000;
}
#tmp_wrap_ski #tmp_ski_area .ski_area .back_img img {
	width:100%;
}
#tmp_wrap_ski #tmp_ski_area .ski_area .ski_area_txt .ski_area_ttl p {
	font-size:178%;
}
#tmp_wrap_ski #tmp_ski_area .ski_area:hover .back_img {
    opacity:1;
}
#tmp_wrap_ski #tmp_ski_area .ski_area:hover .ski_area_cnt {
	display:none;
}
#tmp_wrap_ski #tmp_ski_area .ski_area:hover .ski_area_txt .ski_area_ttl p {
	vertical-align: middle;
}
#tmp_wrap_ski #tmp_ski_area .ski_area:hover .ski_area_txt .ski_area_ttl {
    height: 100%;
}
#tmp_wrap_ski #tmp_ski_area .ski_area_cnt2 {
    width:100%;
}
#tmp_wrap_ski #tmp_ski_info .ski_area_box .ski_area_box_ttl {
    width: 100%;
	float:none;
}
#tmp_wrap_ski #tmp_ski_info .ski_area_box .ski_area_box_cnt {
    width: 100%;
	float:none;
    min-height: inherit;
    padding: 10px;
	clear:both;
	box-sizing:border-box;
	border-left:3px solid #e11327;
}
#tmp_wrap_ski #tmp_ski_info .ski_area_box .ski_area_box_ttl2 {
	float: left;
	width:35%
}
#tmp_wrap_ski #tmp_ski_info .ski_area_box .ski_area_box_img {
	float: right;
	width:60%
}
#tmp_wrap_ski #tmp_ski_info .ski_area_box .ski_area_box_ttl2 p.ttl {
	margin-top:10px;
	font-size:130%;
	padding-left:12px;
	background-size:7px auto;
}
#tmp_wrap_ski #tmp_ski_info .ski_area_box .ski_area_box_ttl2 p.img {
    margin: 10px 0 0 15px;
}
#tmp_wrap_ski #tmp_ski_info .ski_area_box .ski_area_box_cnt .link {
	position:static;
}
/*ingo*/
#tmp_wrap_ski #tmp_ski_info h2 {
	font-size:250%;
}
#tmp_wrap_ski #tmp_ski_info #tmp_ski_recommend .recommend_cnt .ttl {
    margin:0 10px 10px;
    padding: 14px 0 14px 80px;
    font-size: 130%;
}
#tmp_wrap_ski #tmp_ski_info #tmp_ski_recommend .recommend_cnt ul {
    margin-left:30px;
}
#tmp_wrap_ski #tmp_ski_info #tmp_ski_recommend .recommend_cnt ul li a {
    padding: 8px 50px 8px 20px;
    font-size: 114.3%;
	background-size:42px auto;
}
#tmp_wrap_ski #tmp_ski_info #tmp_ski_recommend .recommend_cnt ul li a:hover {
	background-size:42px auto;
}
/*bnr*/
#tmp_wrap_ski #tmp_wrap_ski_bnr {
	margin:0 -10px;
}
#tmp_wrap_ski #tmp_ski_bnr {
	padding:25px 40px;
	box-sizing:border-box;
}
#tmp_wrap_ski #tmp_ski_bnr ul li {
	width:100% !important;
	float:none;
}
/*recommend*/
#tmp_wrap_ski #tmp_ski_info #tmp_wrap_ski2 {
	margin:-30% -10px 10px;
	padding:80% 10px 0;
	background-size:150% auto;
	background-position:30% top;
}
#tmp_wrap_ski #tmp_ski_info #tmp_ski_recommend {
    width: 100%;
	box-sizing:border-box;
	display:block;
}
#tmp_wrap_ski #tmp_ski_info #tmp_ski_recommend .recommend_img {
	display:none;
}
#tmp_wrap_ski #tmp_ski_info #tmp_ski_recommend .recommend_cnt {
    width: 100%;
	display:block;
	padding-bottom:10px;
}
/*travel*/
#tmp_wrap_ski #tmp_wrap_ski_travel ul li {
	float:none;
	width: 100%;
    margin: 0 0 10px;
}
/*末端*/
#tmp_wrap_ski #tmp_ski_main #tmp_ski_main_ttl {
    margin: 20px 0 10px;
}
#tmp_wrap_ski #tmp_ski_main #tmp_ski_main_ttl h2 {
	font-size:140%;
}
#tmp_wrap_ski #tmp_ski_main #tmp_ski_main_cnt .ski_main {
    display: block;
    width: 96%;
	margin:0 auto 10px !important;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(7, 0, 2, 0.4);
    -moz-box-shadow: 0px 4px 10px 0px rgba(7, 0, 2, 0.4);
    box-shadow: 0px 4px 10px 0px rgba(7, 0, 2, 0.4);
}
#tmp_wrap_ski #tmp_ski_main #tmp_ski_main_cnt .ski_main_img img {
	width:100%;
}
#tmp_wrap_ski #tmp_ski_main #tmp_ski_main_cnt {
    margin: 0 0 20px;
}
#tmp_wrap_ski #tmp_ski_main #tmp_ski_main_cnt .ski_main .ski_main_cnt {
    margin: 0;
	padding:0 10px 10px;
}
#tmp_wrap_ski #tmp_ski_main #tmp_ski_main_cnt .ski_main .ski_main_cnt .link {
    margin:0 auto;
	text-align:center;
}
#tmp_wrap_ski #tmp_ski_main #tmp_ski_main_cnt .ski_main .ski_main_cnt .link a {
	background-size:20px auto;
    padding: 10px 50px 10px 20px;
	display:inline-block;
}
/*how to*/
#tmp_wrap_ski #tmp_wrap_ski_howto {
	margin:0 -10px 10px;
	background:#E1E1E1 url(/shared/templates/free/images/ski/sp/bg_howto.jpg) no-repeat bottom center;
	background-size:100% auto;
	box-sizing:border-box;
}
#tmp_wrap_ski #tmp_ski_howto {
    padding:20px 0 40px;
}
#tmp_wrap_ski #tmp_ski_howto #tmp_ski_howto_ttl {
    padding-top:20px;
    margin: 0 0 20px;
}
#tmp_wrap_ski #tmp_ski_howto #tmp_ski_howto_ttl h2 {
    font-size: 193%;
}
#tmp_wrap_ski #tmp_ski_howto #tmp_ski_howto_cnt {
    padding: 0 10px 140px;
}
#tmp_wrap_ski #tmp_ski_howto #tmp_ski_howto_cnt .ski_howto {
    display:block;
    width: 100%;
	margin:0 0 10px !important;
    min-height: inherit;
}
#tmp_wrap_ski #tmp_ski_howto #tmp_ski_howto_cnt .ski_howto p {
    margin:0;
	padding:10px;
    line-height: 1.3;
}
#tmp_wrap_ski #tmp_ski_howto #tmp_ski_howto_cnt .ski_howto p.icon {
	padding:0;
}
#tmp_wrap_ski #tmp_ski_howto #tmp_ski_howto_cnt .ski_howto p.icon span.icon001 {
	background:url(/shared/templates/free/images/ski/sp/icn_how001.gif) no-repeat left top;
}
#tmp_wrap_ski #tmp_ski_howto #tmp_ski_howto_cnt .ski_howto p.icon span.icon002 {
	background:url(/shared/templates/free/images/ski/sp/icn_how002.gif) no-repeat left top;
}
#tmp_wrap_ski #tmp_ski_howto #tmp_ski_howto_cnt .ski_howto p.icon span.icon003 {
	background:url(/shared/templates/free/images/ski/sp/icn_how003.gif) no-repeat left top;
}
#tmp_wrap_ski #tmp_ski_howto #tmp_ski_howto_cnt .ski_howto p.icon span.icon004 {
	background:url(/shared/templates/free/images/ski/sp/icn_how004.gif) no-repeat left top;
}
#tmp_wrap_ski #tmp_ski_howto #tmp_ski_howto_cnt .ski_howto p.icon span {
	padding-top:8px;
    font-size: 143%;
	background-size:50px 50px !important;
}
/* the best */
#tmp_wrap_ski #tmp_wrap_ski_best {
    margin: 0 0 20px;
}
#tmp_wrap_ski #tmp_ski_best h2 {
    margin: 0 0 10px;
    padding:10px 0;
    font-size: 150%;
}
#tmp_wrap_ski #tmp_ski_best #tmp_ski_best_cnt .ski_best_cnt {
    margin: 0 0 10px;
}
#tmp_wrap_ski #tmp_ski_best #tmp_ski_best_cnt .ski_best_cnt .ski_best_txt .ttl {
    font-size: 114.3%;
    margin:0 0 5px;
}
#tmp_wrap_ski #tmp_ski_best #tmp_ski_best_cnt .ski_best_cnt .ski_best_img {
    width:100%;
	float:none;
}
#tmp_wrap_ski #tmp_ski_best #tmp_ski_best_cnt .ski_best_cnt .ski_best_img img {
    width:100%;
}
#tmp_wrap_ski #tmp_ski_best #tmp_ski_best_cnt .ski_best_cnt .ski_best_txt {
    width:100%;
	float:none;
    padding:15px 20px;
	box-sizing:border-box;
}
#tmp_wrap_ski #tmp_ski_best #tmp_ski_best_cnt .ski_best_cnt .ski_best_txt .link {
    margin: 0 auto;
    width: 80%;
	position:static;
}
#tmp_wrap_ski #tmp_ski_best #tmp_ski_best_cnt .ski_best_cnt .ski_best_txt .link a {
	background-size:20px auto;
    padding: 10px 50px 10px 20px;
	font-size:85.7%;
}
#tmp_wrap_ski #tmp_ski_best #tmp_ski_best_cnt .ski_best_cnt .ski_best_txt ul {
    margin: 0 0 10px;
}
/* more */
#tmp_wrap_ski #tmp_wrap_ski_more {
	margin:20px -10px;
}
#tmp_wrap_ski #tmp_ski_more_ttl h2 {
    font-size: 178%;
}
#tmp_wrap_ski #tmp_ski_more_ttl h2 span {
    padding: 0 0 0 40px;
	background-size:30px auto;
}
#tmp_wrap_ski #tmp_ski_more_cnt {
    padding: 20px;
}
#tmp_wrap_ski #tmp_ski_more_cnt h3 {
	margin-top:1em;
}
#tmp_wrap_ski #tmp_ski_more_cnt ul li {
	display:block;
	width:100%;
    font-size: 78.6%;
    margin: 0 0 10px;
}
#tmp_wrap_ski #tmp_ski_other #tmp_ski_other_ttl h2 {
    margin: 0 0 10px;
    padding: 20px 0 10px;
    font-size: 150%;
}
#tmp_wrap_ski #tmp_ski_other #tmp_ski_other_cnt {
    margin: 0 0 70px;
}
#tmp_wrap_ski #tmp_ski_other #tmp_ski_other_cnt .ski_other {
    display: block;
    width: 100%;
	margin:0 auto 10px !important;
}
#tmp_wrap_ski #tmp_ski_other #tmp_ski_other_cnt .ski_other_ttl {
	height:260px;
}
#tmp_wrap_ski #tmp_ski_other #tmp_ski_other_cnt .ski_other .img img {
	width:100%;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after,
.gsearch_input:after,
.top_diaries_cnt ul:after,
#tmp_rban ul:after,
#tmp_search_result_spot .box_photo_sub_cnt:after,
#tmp_contents #tmp_search_result_spot .box_photo ul:after,
#tmp_contents .sp_box_photo .box_photo_sub:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
}