@charset "utf-8";

@media screen and (max-width : 480px) {

/* ==================================================
shared
================================================== */
/* body
============================== */
body {
	-webkit-text-size-adjust:none; /* 変更しない */
	background:none; /* 変更しない */
}
/* wrapper
============================== */
#tmp_wrapper2,
.wrap_wcnt,
.wrap_cnt {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
.wcnt,
.cnt {
	width:100%; /* 変更しない */
	padding:20px 10px 10px !important;
}
.wcnt {
	background:url(/shared/images/main/sp/wcnt_bg.gif) no-repeat center top;
	background-size:17px auto;/* CSS3 */
}
.cnt {
	background:url(/shared/images/main/sp/cnt_bg.gif) no-repeat center top;
	background-size:17px auto;/* CSS3 */
}
/* main
============================== */
#tmp_wrap_main {
	width: 100%;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 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 #tmp_main_menu,
.format_top #tmp_main_cnt {
	float:none;
	width:100%;
}
/* free
============================== */
.format_free .wrap_col_nm,
.format_free .wrap_col_nm2 {
	margin-right:0; /* 変更しない */
}
.format_free .wrap_col_lft_navi {
	display:none; /* 変更しない */
}
.format_free .wrap_col_rgt_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_wrap_header {
	min-width:320px;
	background:url(/shared/site_smartphone/images/header/header_bg.jpg) no-repeat left top;
	background-size:100% auto;/* CSS3 */
}
#tmp_wrap_hlogo {
	float:none;
	width:100%;
	padding:0;
}
#tmp_header {
	width:auto;
	background:none;
	position:relative;
	padding:0;
}
#tmp_hlogo {
	padding:15px 10px 11px;
}
#tmp_hlogo img {
	width:105px;
	height:auto;
}
#tmp_header #tmp_htxt {
	margin-top:28px;
	background-size:92px 11px;/* CSS3 */
}
#tmp_header #tmp_htxt,
#tmp_header #tmp_htxt span {
	width:92px;
	height:11px;
}
#tmp_means,
#tmp_kanko_btn {
	display:none; /* 変更しない */
}
.format_top #tmp_main_cnt #tmp_kanko_btn {
	display:block;
	width:100%;
	margin:0 0 25px;
	position:static;
}
.format_top #tmp_main_cnt #tmp_kanko_btn a {
	background: url(/shared/templates/top/images/sp/kanko_btn.jpg) no-repeat left top;
	background-size:100% auto;/* CSS3 */
	display:block;
	width:100%;
	height:0;
	padding-top:24.7%;
}
.format_top.lang_en #tmp_main_cnt #tmp_kanko_btn a {
	background: url(/shared/templates/top/images/sp/kanko_btn_en.jpg) no-repeat left top;
	background-size:100% auto;/* CSS3 */
}
.format_top #tmp_main_cnt #tmp_kanko_btn span {
	width:100%;
	height:0;
}
/* hnavi_s
============================== */
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:14px;
	top:4px;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_smartphone/images/header/menu_off.png) no-repeat center center;
	-webkit-background-size:50px 50px;
	-moz-background-size:50px 50px;
	background-size:50px 50px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_smartphone/images/header/menu_on.png) no-repeat center center;
	-webkit-background-size:50px 50px;
	-moz-background-size:50px 50px;
	background-size:50px 50px;
}
#tmp_hnavi_lmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:50px;
	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:#7A4767;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:10px 0;
}
/* sma_search */
#tmp_sma_search {
	padding:5px 10px 15px;
	clear:both;
}
#tmp_sma_search dt {
	font-size:114.3%;
	font-weight:bold;
	margin-bottom:4px;
}
#tmp_sma_search dd {
	display:table;
	width:100%;
}
#tmp_sma_search 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_sma_search .sch_box {
	width:100%;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_query {
	width:100%;
	min-height:40px;
	padding:5px 10px;
	border:1px solid #593D76;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
	-webkit-border-radius:5px 0 0 5px;/* Webkit */
	-moz-border-radius:5px 0 0 5px;/* Mozilla */
	border-radius:5px 0 0 5px;/* CSS3 */
	background-position:10px center !important;
}
#tmp_sma_func_sch_btn {
	width:70px;
	height:40px;
	border:1px solid #593D76;
	color:#FFFFFF;
	background:#593D76 url(/shared/site_smartphone/images/header/search_icon.png) no-repeat 7px center;
	background-size:18px auto;/* CSS3 */
	padding:3px 0 2px 22px;
	cursor:pointer;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
	-webkit-border-radius:0 5px 5px 0;/* Webkit */
	-moz-border-radius:0 5px 5px 0;/* Mozilla */
	border-radius:0 5px 5px 0;/* CSS3 */
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	margin:0 10px;
	text-align:center;
	color:#7A4767;
	background-color:#FFFFFF;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a {
	display:block;
	padding:10px 10px;
	text-decoration:none;
	color:#7A4767;
}
#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;
	background-size:15px auto;/* CSS3 */
	padding:0 0 0 20px;
}
/* sma_hnavi */
#tmp_sma_hnavi {
	margin:0 0 23px;
	clear:both;
}
#tmp_sma_hnavi ul {
	list-style:none;
}
#tmp_sma_hnavi li {
	float:left;
	width:50%;
}
#tmp_sma_hnavi a {
	display:block;
	padding:10px 2px 10px 22px;
	text-decoration:none;
	color:#000000;
	background:#FFFFFF url(/shared/site_smartphone/images/header/hnavi_icon.png) no-repeat 12px center;
	background-size:5px auto;/* CSS3 */
}
#tmp_sma_hnavi li:nth-child(1) a,
#tmp_sma_hnavi li:nth-child(2) a {
	padding-bottom:9px;
	border-bottom:1px solid #DDDDDD;
}
#tmp_sma_hnavi li:nth-child(odd) a {
	border-right:1px solid #DDDDDD;
}
/* sma_hnavi2 */
#tmp_sma_hnavi2 {
	padding:20px 10px;
}
#tmp_sma_hnavi2 ul {
	list-style:none;
	background-color:#FFFFFF;
	color:#000000;
	padding:4px 8px;
	border-radius:6px;/* CSS3 */
}
#tmp_sma_hnavi2 ul li {
	border-bottom:1px solid #7A4767;
}
#tmp_sma_hnavi2 .hnavi_lang {
	border-bottom:none;
}
#tmp_sma_hnavi2 .hnavi_moji a {
	background:url(/shared/site_smartphone/images/header/hnavi_moji.png) no-repeat 10px center;
}
#tmp_sma_hnavi2 .hnavi_read a {
	background:url(/shared/site_smartphone/images/header/hnavi_read.png) no-repeat 10px center;
}
#tmp_sma_hnavi2 .hnavi_lang a {
	background:url(/shared/site_smartphone/images/header/hnavi_lang.png) no-repeat 10px center;
}
#tmp_sma_hnavi2 li a {
	display:block;
	color:#000000;
	text-decoration:none;
	padding:10px 0 9px 40px;
	background-size:22px auto !important;/* CSS3 */
}
/* sma_gnavi */
#tmp_sma_gnavi {
	border-top:2px solid #947EAB;
	border-bottom:2px solid #947EAB;
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
}
#tmp_sma_gnavi li {
	margin-bottom:1px;
	color:inherit;
	background-color:#F0F0F0;
}
#tmp_sma_gnavi li:last-child {
	margin-bottom:0;
}
#tmp_sma_gnavi li#tmp_gnavi_kanko {
	background-color:#FFFFFF;
}
#tmp_sma_gnavi a {
	display:block;
	padding:10px 10px 10px 38px;
	text-decoration:none;
	color:#000000;
	background:url(/shared/site_smartphone/images/header/gnavi_icon.png) no-repeat 18px center;
	background-size:8px auto;/* CSS3 */
}
/* sma_lnavi */
#tmp_sma_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	font-size:114.3%;
	font-weight:bold;
	margin:0 0 1px;
	padding:10px 10px;
	color:inherit;
	background-color:#ECD9E6;
	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:#000000;
	background-color:transparent;
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
}
#tmp_sma_lnavi_cnt li {
	margin:0 0 1px;
	padding:10px 0 10px 24px;
	color:#000000;
	background:#FFFFFF url(/shared/site_smartphone/images/header/lnavi_icon.png) no-repeat 10px 1em;
	background-size:8px auto;/* CSS3 */
}
#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;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	display:none; /* 変更しない */
}
/* pankuzu
============================== */
#tmp_wrap_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	clear:both;
}
/* lnavi
============================== */
/* event_cal
============================== */
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* rnavi
============================== */
/* pnavi
============================== */
/* plugin ▼変更しない
============================== */
.plugin {
	display:none;
}
/* publicity
============================== */
#tmp_publicity_ttl {
	font-size:114.3%;
}
#tmp_publicity_cnt {
	padding-left:0;
}
#tmp_publicity_cnt ul {
	max-width:360px;
	min-width:300px;
	margin:0 auto;
}
#tmp_publicity_cnt ul li {
	margin:0;
	padding:0 0 10px;
	width:49% !important;
}
#tmp_publicity_cnt ul li:nth-child(odd) {
	margin-right:2%;
}
#tmp_publicity_cnt ul li img {
	max-width:100%;
	height:auto;
}
/* ==================================================
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;
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	min-width:320px;
	background:none;
}
#tmp_footer {
	min-width:320px;
}
#tmp_footer2 {
	width:100%;
	margin:0 auto;
	padding:20px 0;
}
/* fnavi
============================== */
#tmp_fnavi {
	margin:0 0 10px;
}
#tmp_fnavi .fnavi li {
	margin:0 0 5px;
	float:none;
	text-align:left;
}
#tmp_fnavi .fnavi li a {
	border-right:none;
}
#tmp_fnavi .fnavi li:first-child a {
	border-left:none;
}
#tmp_fnavi .fnavi li span {
	background-position:10px 0.4em;
	padding-left:20px;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	padding:0 10px;
	clear:both;
}
#tmp_foot_access {
	margin-top:0.8em;
	margin-bottom:1.5em;
}
#tmp_foot_access,
#tmp_copyright {
	float:none;
}
#tmp_footer_cnt address {
	float:none;
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	display:block;
	margin-right:0;
}
#tmp_footer_cnt address span.ttl {
	font-weight:bold;
}
#tmp_footer_cnt address br {
	display:none;
}
#tmp_copyright {
	clear:both;
	margin-top:0;
}
/* ==================================================
class
================================================== */
/* float ▼変更しない
============================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	padding-top:17px;
	padding-bottom:13px;
	padding-left:15px;
}

/* ==================================================
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 {
	display: block;
	height: auto;
}
#tmp_map_search_ttl {
	width:100%;
	display: block;
	height: auto;
	min-height: 35px;
	padding: 7px 0 0 0;
	background: #7D3467;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	text-align: center;
	margin-right: 0;
}
#tmp_map_search_ttl p {
	display: inline-block;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	padding: 3px 0 3px 23px;
	font-size: 100%;
}
#tmp_map_search_cnt {
	display: block;
	height: auto;
	vertical-align: middle;
	padding: 10px;
}
#tmp_map_search_cnt .keyword {
	margin-bottom: 10px;
	display: block;
}
#tmp_map_search p {
	display:inline;
	margin-right:0;
}
#tmp_map_search input {
	vertical-align:middle;
}
#tmp_map_search #keyword {
	width: 75%;
	margin:0 1% 0 0;
	font-size: 100%;
	padding: 3px 5px;
}
#tmp_map_search #search_keyword {
	width: 21%;
	background: #7D3467 url(/shared/templates/free/images/contents/search_btn_icon.png) no-repeat 9px center;
	-webkit-background-size: 13px;
	background-size: 13px;
	font-size: 100%;
	padding: 3px 5px 2px 23px;
	margin-right: 0;
}
#tmp_map_search .riyo {
	display: block;
	text-align: center;
	margin-bottom: 0;
}
#tmp_map_search .riyo a {
	display: inline-block;
	background: url(/shared/templates/free/images/contents/riyo_icon.png) no-repeat 8px center;
	-webkit-background-size: 12px 11px;
	background-size: 12px 11px;
	font-size: 85.7%;
	width: 165px;
	padding: 6px 5px 3px 22px;
}
#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 {
	position: relative;
	margin-bottom: 27px;
}
#tmp_contents #tmp_facilities_btn:after {
	content: '';
	background: url(/shared/templates/free/images/contents/uarrow.png) no-repeat bottom center;
	-webkit-background-size: 20px 14px;
	background-size: 20px 14px;
	display: block;
	width: 100%;
	height: 14px;
	position: absolute;
	bottom: -21px;
	visibility:visible;
}
#tmp_contents #tmp_facilities_btn li {
	width:49%;
	margin: 0 2% 5px 0;
	height: auto;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	min-height: 0;
	padding: 0;
}
#tmp_contents #tmp_facilities_btn li:nth-of-type(7n) {
	margin: 0 2% 5px 0;
}
#tmp_contents #tmp_facilities_btn li:nth-of-type(even) {
	margin-right: 0;
}
#tmp_contents #tmp_facilities_btn li a {
	-webkit-background-size: 26px;
	background-size: 26px;
	background-position: 5px center;
	padding: 0 5px 0 33px;
	text-align: left;
	font-size: 78.5%;
	min-height: 0;
	display: table;
}
#tmp_contents #tmp_facilities_btn li a span {
	display: table-cell;
	vertical-align: middle;
	height: 38px;
}
#tmp_result {
	margin-bottom: 27px;
	position: relative;
}
#tmp_result_list {
	height:173px;
}
#tmp_result:after {
	content: '';
	background: url(/shared/templates/free/images/contents/uarrow.png) no-repeat bottom center;
	-webkit-background-size: 20px 14px;
	background-size: 20px 14px;
	display: block;
	width: 100%;
	height: 14px;
	position: absolute;
	bottom: -21px;
}
#tmp_wrap_gmap_box #tmp_gmap_box {
	height:300px;
}
/* ==================================================
event_calendar ver2.4
================================================== */
/* タブ
============================== */
#tmp_event_cal_tab {
	clear:both;
	border-bottom:3px solid #5E3651;
	margin-bottom: 10px;
}
#tmp_contents #tmp_event_cal_tab ul {
	margin-left: 0;
}
#tmp_event_cal_tab li {
	padding-top: 5px;
	text-align: left;
}
#tmp_event_cal_tab li a {
	font-size: 92.8%;
	margin:0 5px 0 0;
	padding:2px 7px 3px;
}
#tmp_event_cal_tab li:last-child a {
	margin:0 0 0 5px;
}
#tmp_event_cal_tab .active a {
	padding:9px 7px 3px;
}
#tmp_event_cal_tab li span {
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
	padding: 1px 0 0 24px;
}
#tmp_event_cal_tab li.active span {
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 0 1px 24px;
}
#tmp_event_cal_tab li:last-child span {
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
	padding: 1px 0 0 22px;
}
#tmp_event_cal_tab li:last-child.active span {
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
	padding: 0 0 1px 22px;
}
/* 絞り込み検索
============================== */
#tmp_event_cal_refine {
	display: block;
	height: auto;
	margin-bottom:16px;
}
#tmp_event_cal_refine_ttl {
	width:100%;
	display: block;
	height: auto;
	min-height: 35px;
	padding: 2px 0;
	background: #7D3467;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	text-align: center;
}
#tmp_event_cal_refine_ttl p {
	display: inline-block;
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
	padding: 5px 0 4px 21px;
	font-size: 92.8%;
	margin-bottom: 0px;
}
#tmp_event_cal_refine_cnt {
	display: block;
	height: auto;
	padding: 10px;
}
#tmp_event_cal_refine_cnt #event_keyword {
	margin:0;
	font-size: 100%;
	padding: 2px 5px 1px;
	width: 100%;
}
#tmp_event_cal_refine_cnt dt {
	width:70px;
	margin:0 -70px 0 0;
	font-size: 85.7%;
	text-align: left;
	padding-top: 0;
}
#tmp_event_cal_refine_cnt dl:first-child dt {
	padding-top: 6px;
}
#tmp_event_cal_refine_cnt dd {
	padding:0 0 0 70px;
}
#tmp_event_cal_refine_cnt dd li {
	float:left;
	width: 53%;
	margin-right:6%;
	font-size: 85.7%;
	margin-bottom: 6px;
}
#tmp_event_cal_refine_cnt dd li:nth-of-type(even) {
	width: 41%;
	margin-right: 0;
}
#tmp_event_cal_refine_cnt dd li input {
	width: 11px;
}
#tmp_event_cal_refine_cnt dd li span {
	display: inline-block;
	padding: 2px 5px;
}
#tmp_event_cal_refine_cnt dd li input {
	vertical-align: middle;
}
#tmp_event_search dd p {
	float:none;
}
.event_search_btn {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 0;
}
#event_search_keyword {
	width: 90px;
	background: #7D3467 url(/shared/templates/free/images/contents/search_btn_icon.png) no-repeat 22px center;
	-webkit-background-size: 13px auto;
	background-size: 13px auto;
	font-size: 114%;
	padding: 11px 5px 8px 18px;
	margin-right: 0;
}
.event_search_cnt {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
/* カラムのレイアウトのロジック
============================== */
#tmp_event_main {
	width:100%;
	clear:both;
}
.wrap_event_col_lft_navi {
	float:none;
	width:100%;
	margin-right:0;
}
.wrap_event_col_main {
	float:none;
}
.event_col_main {
	margin-left:0;
}
#tmp_wrap_event_cal {
	width:100%;
	position: relative !important;
	top: auto !important;
	margin-bottom: 14px;
}
/* 一覧左ナビカレンダー
============================== */
#tmp_lnavi_event_cal_cnt {
	clear:both;
	padding: 5px 10px 8px;
}
#tmp_lnavi_event_cal_ttl {
	margin:0 0 7px;
	text-align:center;
	background: #F6F3F5;
	border-bottom: 1px solid #7A4767;
	padding: 8px 5px 3px;
}
#tmp_lnavi_event_cal_ttl p.cal_date {
	font-size:85.7%;
}
#tmp_lnavi_event_cal_ttl p.cal_date .month {
	font-size:167%;
}
#tmp_lnavi_event_cal_cnt .calendar td {
	padding: 5px 0 4px;
}
/* 一覧形式
============================== */
#tmp_contents .event_col_main h2 {
	margin:0 0 15px;
	padding:20px 10px 15px 15px;
	font-size:100%;
	background: #7D3567;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
}
#tmp_event_cal_list .event_page_navi {
	display: block;
}
#tmp_contents .event_page_navi .cal_date {
	font-size:85.7%;
}
#tmp_contents .event_page_navi .cal_date .month {
	font-size:167%;
}
#tmp_contents .event_page_navi {
	margin-bottom: 0;
}
#tmp_contents .event_page_navi .prev,
#tmp_contents .event_page_navi .next {
	font-size: 78.5%;
	padding-top: 18px;
}
#tmp_contents .event_page_navi .prev a,
#tmp_contents .event_page_navi .next a {
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}
#tmp_contents .event_page_navi .prev a {
	padding:5px 0 5px 15px;
}
#tmp_contents .event_page_navi .next a {
	padding:5px 15px 5px 0;
}
#tmp_event_cal_list .event_cal_list,
#tmp_event_cal_list .event_cal_list tbody,
#tmp_event_cal_list .event_cal_list tr,
#tmp_event_cal_list .event_cal_list td {
	display: list-item;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tmp_event_cal_list .event_cal_list .cal_th {
	display: none;
}
#tmp_event_cal_list .event_cal_list td {
	padding:0 5px 1px;
	vertical-align:top;
	border: none;
	border-bottom:1px solid #DCDCDC; /* デザインによって変更 */
}
#tmp_event_cal_list .event_cal_list td.cal_date {
	border-right:none;
	border-bottom: none;
	padding:12px 5px 1px;
}
#tmp_event_cal_list .event_cal_list td.cal_date p {
	margin-bottom: 0;
}
#tmp_event_cal_list .event_cal_list ul {
	margin:0 0 0 17px;
}
/* youtube
============================== */
#tmp_contents iframe {
	max-width:100%;
}
#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%;
}

/* header_search
============================== */
#tmp_wrap_header_search {
	padding: 11px 10px;
	border-top: 1px solid #C8BED7;
	margin-bottom: 4px;
	min-width:320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tmp_header_search {
	width: 100%;
	margin-bottom: 6px;
}
#tmp_header_search #tmp_wrap_search_kwd {
	margin-bottom: 9px;
}
#tmp_header_search #tmp_search_kwd_ttl p {
	margin-bottom: 5px;
}
#tmp_search_kwd_cnt #tmp_query {
	min-height:40px;
}
#tmp_search_kwd_cnt #tmp_func_sch_btn {
	height:40px;
}
#tmp_header_search #tmp_search_route {
	display:block;
	width:100%;
	margin:0;
	background: none;
	border:none;
	-webkit-border-radius:0;/* Webkit */
	-moz-border-radius:0;/* Mozilla */
	border-radius:0;/* CSS3 */
}
#tmp_header_search #tmp_search_route_ttl {
	width:100%;
	display: block;
	background:#A04280;
	margin-bottom: 20px;
}
#tmp_search_route_ttl a,
#tmp_header_search #tmp_search_route_ttl a {
	display: block;
	padding: 8px 0 8px;
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
	text-align:center;
	width:100%;
	height:auto;
}
#tmp_header_search #tmp_search_route_cnt {
	padding:6px 5px 5px;
	color:inherit;
	display: block;
	width: 100%;
	background-color:#FFFFFF;
	border:1px solid #A04280;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
	font-size: 85.7%;
}
#tmp_header_search #tmp_search_route_cnt ul li {
	margin-bottom: 0;
}
#tmp_header_search #tmp_search_route_cnt ul li a {
    padding: 5px 5px 3px 27px;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:25px;
	display:block;
}
#tmp_emergency_s_ttl,
#tmp_emergency_s_cnt,
#tmp_emergency_s_btn {
	display:block;
	width:100%;
	padding:0;
	border:none;
}
#tmp_emergency_s_ttl,
#tmp_emergency_s_btn {
	text-align:center;
}
#tmp_emergency_s_ttl {
	border:2px solid #BA3941;
	border-bottom:none;
	border-radius:6px 6px 0 0;/* CSS3 */
	box-sizing:border-box;/* CSS3 */
}
#tmp_emergency_s_cnt {
	border:2px solid #BA3941;
	border-top:none;
	padding:8px;
}
#tmp_emergency_s_btn {
	border-radius:6px;/* CSS3 */
	box-sizing:border-box;/* CSS3 */
}
#tmp_emergency_s_btn a {
	padding-top:2px;
	padding-bottom:2px;
}
#tmp_emergency_s_btn span {
	background-position:left center;
	padding:7px 0 6px 15px;
}
/* ==================================================
top
================================================== */
#tmp_top_contents .wcnt {
	padding-top:0 !important;
}
/* pickup
============================== */
#tmp_pickup_ttl {
	padding:5px 25px 10px;
}
#tmp_pickup_ttl h2 {
	width:220px;
	height:50px;
	margin:0 auto 7px;
	position:static;
	background:url(/shared/templates/top/images/sp/pickup_ttl.gif) no-repeat left top;
	background-size:220px 50px;/* CSS3 */
}
#tmp_pickup_ttl h2 span {
	width:220px;
	height:50px;
	padding:0;
}
.lang_en #tmp_pickup_ttl h2 {
	height:52px;
	background:url(/shared/templates/top/images/sp/pickup_ttl_en.gif) no-repeat left top;
	background-size:220px 52px;/* CSS3 */
}
.lang_en #tmp_pickup_ttl h2 span {
	height:52px;
}
#tmp_pickup_ttl .date {
	float:none;
	display:block;
	text-align:center;
	padding:3px 10px;
	line-height:1.0;
}
#tmp_pickup_ttl .date span {
	font-size:171.4%;
}
#tmp_pickup_cnt {
	padding:15px 22px 2px;
}
#tmp_pickup .box_pickup {
	display:block;
	padding:0;
	width:100%;
	max-width:267px;
	margin:0 auto 20px;
}
#tmp_pickup .box_pickup_cnt .img img {
	max-width:100%;
	height:auto;
}
#tmp_pickup_koho {
	border-right:none;
}
/* gallery
============================== */
#tmp_gallery {
	height:auto;
}
#tmp_gallery ul li img,
#tmp_gallery .box_gallrey img {
	max-width:100%;
	height:auto;
}
#tmp_gallery .gallery_navi .prev_btn,
#tmp_gallery .gallery_navi .next_btn {
	top:80px;
}
#tmp_gallery .list_order a {
	padding:5px;
}
/* link_btn
============================== */
.link_btn {
	margin:0 auto;
	text-align:center;
}
.link_btn li {
	float:none;
}
.link_btn li.odd {
	margin-right:0;
}
/* top_search
============================== */
#tmp_sma_top_search {
	margin:0 -10px;
}
#tmp_top_search {
	padding:10px 10px 15px;
	background-image:none;
	background-color:#FAF6F6;
	color:inherit;
	border-top:1px solid #B09ABB;
	border-bottom:1px solid #B09ABB;
}
#tmp_wrap_search_kwd,
#tmp_wrap_search_route,
#tmp_search_kwd_ttl,
#tmp_search_kwd_cnt  {
	float:none;
	width:100%;
}
#tmp_search_kwd {
	margin-bottom:8px;
}
#tmp_search_kwd_ttl {
	padding-top:0;
}
#tmp_search_kwd_ttl h2 {
	font-size:128%;
	margin-bottom:5px;
}
#tmp_search_kwd_ttl p {
	font-size:114.3%;
	margin-bottom:3px;
}
#tmp_search_kwd_cnt #tmp_query {
	width:100%;
}
#tmp_search_route {
	display:block;
	margin-bottom:0;
	border-radius:0;/* CSS3 */
	background-color:transparent;
	color:inherit;
	border:none;
}
#tmp_search_route_ttl,
#tmp_search_route_cnt {
	display:block;
}
#tmp_search_route_ttl {
	width:100%;
	margin:0 0 10px;
	background-image:none;
	border:1px solid #A04280;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
}
#tmp_search_route_ttl a {
	padding:5px 0;
}
#tmp_search_route_cnt {
	padding:10px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #A04280;
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
}
#tmp_search_route_cnt ul li {
	float:none;
	border-left:none;
	margin-bottom:0;
}
/* target_search
============================== */
#tmp_target_search_ttl h2 {
	font-size:114.3%;
}
#tmp_target_search_cnt li {
	width:100%;
	padding:0;
	margin:0 0 10px;
	text-align:left;
}
#tmp_target_search_cnt li a {
	min-height:inherit !important;
	padding:15px 10px 13px 55px;
	background-position:10px center;
	background-size:40px auto !important;/* CSS3 */
}
#tmp_target_search_cnt li span {
	display:inline;
}
/* info
============================== */
#tmp_info {
	padding-top:0;
}
#tmp_info_ttl h2 {
	font-size:114.3%;
}
#tmp_info_cnt .tab_ttl {
	width:32%;
}
.used_javascript #tmp_info_event .tab_ttl {
	left:33.8%;
}
/* info_pickup */
#tmp_info_pickup .sec {
	float:none;
	width:300px;
	margin:0 auto 20px !important;
}
#tmp_info_pickup .sec_cnt {
	min-height:inherit !important;
}
/* news / guide
============================== */
#tmp_wrap_news,
#tmp_wrap_guide {
	float:none;
	width:100%;
}
#tmp_news {
	padding:10px 4px 20px;
}
#tmp_news_ttl {
	padding:0 4px;
}
#tmp_news_ttl h2 {
	font-size:114.3%;
}
#tmp_news_ttl .read_all {
	float:none;
	clear:both;
}
#tmp_guide .box_guide_ttl,
#tmp_guide .box_guide_cnt {
	padding:0 12px 5px;
}
#tmp_guide .box_guide_ttl h2 {
	background-size:25px auto;/* CSS3 */
	font-size:114.3%;
	padding:2px 0 3px 35px;
	min-height:20px;
}
#tmp_guide .box_guide_cnt ul {
	font-size:85.7%;
}
#tmp_guide .box_guide_cnt ul li {
	float:none;
	width:100%;
	padding:0;
	margin:0 0 18px !important;
}
#tmp_guide .box_guide_cnt ul li br {
	display:none;
}
#tmp_guide .box_guide_cnt ul li a {
	background-size:13px auto;/* CSS3 */
	padding:3px 10px 3px 5px;
}
#tmp_guide .box_guide_cnt ul li span {
	background-size:25px auto !important;/* CSS3 */
	padding:10px 0 5px 33px !important;
	min-height:15px !important;
}
#tmp_guide #tmp_guide_voice .guide_voice2 {
	margin-bottom:9px !important;
}
/* slink
============================== */
#tmp_slink ul li {
	width:48%;
	margin:0;
	padding-bottom:18px;
}
#tmp_slink ul li:nth-child(odd) {
	margin-right:4%;
}
#tmp_slink ul li img {
	max-width:100%;
	height:auto;
}
/* recommend
============================== */
#tmp_recommend_ttl h2 {
	background-size:25px auto;/* CSS3 */
	font-size:114.3%;
	padding:2px 0 3px 35px;
	min-height:20px;
}
#tmp_recommend_cnt {
	width:232px;
	margin:0 auto;
	padding:0;
}
/* sbnr
============================== */
#tmp_sbnr .box_gallrey {
	width:232px !important;
}
#tmp_sbnr .box_gallrey img {
	max-width:100%;
	height:auto;
}
#tmp_sbnr .gallery_navi .prev_btn {
	position:absolute;
	top:28px;
	left:-28px;
}
#tmp_sbnr .gallery_navi .next_btn {
	position:absolute;
	top:28px;
	right:-28px;
}
/* idx first
============================== */
#tmp_contents .contents_search_cnt p {
	width:100%;
	margin-bottom:10px;
	display:table;
}
#tmp_contents .contents_search_cnt input#tmp_sch_cate {
	margin-bottom: 10px;
	display:table-cell;
	width:67% !important;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right:0;
}
#tmp_contents .contents_search_cnt input[type=submit] {
	margin: 0 auto;
	display:table-cell;
	width:30%;
	float:right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 37px;
	background-position: 10px center;
	font-size:120%;
	height:50%;
}
#tmp_contents .contents_search_cnt .keywords_ttl {
	background:none;
}
#tmp_contents .contents_search_cnt table.keywords_cnt td {
	display:block;
	width:100%;
}
#tmp_contents .idx_anchorlink3 ul li {
	float: none;
	margin: 0 0 15px 0;
	width: 100%;
}
#tmp_contents .contents_list_cnt {
	padding: 18px 20px 2px 20px;
}
#tmp_contents .contents_list_cnt ul li {
	width: 100%;
	margin-right: 0;
	display: block;
}
/* idx second */
#tmp_contents .idx_second.col2 div.col2L,
#tmp_contents .idx_second.col2 div.col2R {
	width:100%;
	margin-right:0;
}
/* top event
============================== */
#tmp_evcalL,
#tmp_evcalR {
	float:none;
	width:100%;
}
ul.boshu_list a span,
table.boshutable td.icon {
	display:none;
}
/* sub title
============================== */
#tmp_contents .sub_h1 h1 {
	position:static;
	text-align:left;
	font-weight:normal;
	width:auto;
	margin:0 0 0.8em; /* 変更しない */
	padding:17px 10px 13px 15px;
	font-size:171%; /* デザインによって相対指定で指定しなおす */
	background: #7D3567;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_hnavi:after,
#tmp_sma_hnavi ul:after,
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
}