@charset "utf-8";

@media screen and (max-width : 480px) {

/* ==================================================
shared
================================================== */
/* body
============================== */
body {
	-webkit-text-size-adjust:none; /* 変更しない */
	background:none; /* 変更しない */
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
a:link,
a.skip {
	color:#1951AB; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
	background:none;
	padding-top:0;
	color:#333333;
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px;
	width:100%;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_wrap_main2 {
	padding:0;
}
/* readspeaker
============================== */
#tmp_readspeaker #rs_playerarea {
	max-width:100%;
	height:auto !important;
	box-sizing:border-box;
	margin-bottom:10px;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	word-break:break-all; /* 変更しない */
}
#tmp_contents {
	padding:9px 9px;
}
/* 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 .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_hg {
	color:inherit;
	background:none;
	min-width:320px;
	width:100%;
}
#tmp_wrap_header {
	background:#FFFFFF url(/shared/site_smartphone/images/header/header_bg.jpg) no-repeat right bottom;
	background-size:320px 65px;
	padding:14px 10px;
	position:relative;
	margin:0 0 6px;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	min-width:320px;
}
#tmp_wrap_header {
	width:100%;
}
#tmp_header {
	padding:0;
	height:auto;
}
#tmp_header img {
	vertical-align:top;
}
#tmp_hlogo {
	float:none;
	padding:0;
	text-align:left;
}
#tmp_hlogo h1 img,
#tmp_hlogo p img {
	width:105px;
	height:auto;
}
#tmp_hlogo a {
	width:103px;
	height:auto;
}
#tmp_hcity {
	display:none;
}
/* means
============================== */
#tmp_means {
	display:none; /* 変更しない */
}
/* hnavi_s
============================== */
/* hnavi_s
============================== */
#tmp_hnavi_s {
	display:block;
}
#tmp_hnavi_s li {
	list-style:none;
	z-index:10000;
}
#tmp_hnavi_s li a {
	display:block;
	height:44px;
	width:44px;
}
#tmp_hnavi_s li a.active  {
	height:55px;
}
#tmp_hnavi_s li a span {
	position:relative;
	height:44px;
	display:block;
	width:44px;
	overflow:hidden;
	z-index:-1;
}
#tmp_hnavi_rmenu {
	position:absolute;
	top:10px;
	right:60px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_smartphone/images/header/lmenu_icon.png) no-repeat left top;
	-webkit-background-size:44px;
	background-size:44px;
}
#tmp_hnavi_rmenu a.active {
	background:url(/shared/site_smartphone/images/header/lmenu_icon_on.png) no-repeat left top;
	-webkit-background-size:44px 55px;
	background-size:44px 55px;
}
#tmp_hnavi_lmenu {
	position:absolute;
	top:10px;
	right:10px;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_smartphone/images/header/rmenu_icon.png) no-repeat left top;
	-webkit-background-size:44px;
	background-size:44px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_smartphone/images/header/rmenu_icon_on.png) no-repeat left top;
	-webkit-background-size:44px 55px;
	background-size:44px 55px;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu ul {
	list-style:none;
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	left:0; /* 変更しない */
	color:inherit;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
	top:63px !important;
	border-top:solid 2px #337058;
	background:#CEE9CB;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	text-align:left;
}
#tmp_sma_menu .sma_sch {
	padding:10px 10px;
}
/* sma_search */
#tmp_sma_search {
	background:url(/shared/site_smartphone/images/wrapper/bg.jpg) repeat left top;
	padding:12px;
	margin:0 0 10px;
}
#tmp_sma_search dt {
	margin:0 0 4px;
}
#tmp_sma_search dt {
	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:36px;
	border:1px solid #808080;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_func_sch_btn {
	padding:9px 22px;
	background:#000000;
	width:36px;
	height:18px;
	cursor:pointer;
	color:inherit;
}
/* close_btn */
#tmp_sma_menu .close_btn a {
	display:block;
	width:100%;
	border:solid 1px #C0C0C0;
	background:#EBEBEB;
	text-align:center;
	color:#41200A;
	text-decoration:none;
	padding:10px 0 0;
	min-height:40px;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_menu .close_btn a span {
	background:url(/shared/site_smartphone/images/header/close_icon.png) no-repeat left center;
	background-size:12px 12px;
	padding:0 0 0 20px;
}
#tmp_sma_tab {
	margin:0 0 10px;
	text-align:center;
}
#tmp_sma_tab li{
	margin:0 0 5px;
}
/* sma_snavi */
#tmp_sma_hnavi {
	margin:0 0 5px;
}
#tmp_sma_hnavi li {
	margin-bottom:1px;
}
#tmp_sma_hnavi li a{
	display:block;
	padding:11px 12px;
	color:#333333;
	text-decoration:none;
	background:#FFFFFF url(/shared/site_smartphone/images/icon/hnavi_icon.gif) no-repeat 96% center;
	-webkit-background-size:3px 5px;
	background-size:3px 5px;
}
#tmp_sma_snavi {
	margin:0 0 10px;
}
#tmp_sma_snavi li {
	margin:0 0 1px;
}
#tmp_sma_snavi li a {
	display:block;
	background:#FFFFFF url(/shared/site_smartphone/images/icon/list_icon_arrow2.gif) no-repeat 11px center;
	-webkit-background-size:10px;
	background-size:10px;
	color:#2C7046;
	text-decoration:none;
	padding:8px 26px;
	min-height:30px;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
/* sma_snavi2 */
#tmp_sma_snavi2 {
	margin:0 0 10px;
}
/* sma_gnavi */
#tmp_sma_gnavi{
	margin:0 0 10px;
}
#tmp_sma_gnavi li {
	margin:0 0 1px;
	/*font-size:114%;*/
}
#tmp_sma_gnavi li a {
	display:block;
	padding:12px 18px 11px;
	color:#FFFFFF;
	background:url(/shared/site_smartphone/images/header/sma_gnavi_icon.png) no-repeat 98% center;
	-webkit-background-size: 6px 8px;
	-moz-background-size: 6px 8px;
	-o-background-size: 6px 8px;
	-ms-background-size: 6px 8px;
	background-color:#2C7046;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	text-decoration:none;
}
/* sma_lnavi */
#tmp_sma_lnavi {
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	background:url(/shared/site_smartphone/images/icon/lnavi_icon_sp_w.gif) no-repeat 13px 16px;
	-webkit-background-size:6px;
	background-size:6px;
	background-color:#2C7046;
	color:#FFFFFF;
	text-decoration:none;
	padding:9px 5px 8px 28px;
	font-weight:bold;
	font-size:100%;
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	margin:-9px -5px -8px -28px; /* #tmp_sma_lnavi_ttlのpadding値と同じマイナス数値 */
	padding:9px 5px 8px 28px; /* #tmp_sma_lnavi_ttlのpadding値と同じ数値 */
	color:inherit;
	text-decoration:none;
}
#tmp_sma_lnavi_cnt {
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
}
#tmp_sma_lnavi_cnt li {
	background:#F5F5F5 url(/shared/site_smartphone/images/icon/lnavi_icon_sp.gif) no-repeat 13px 16px;
	-webkit-background-size:6px;
	background-size:6px;
	padding:11px 10px 13px 28px;
	border-top:1px solid #E6E6E6;
}
#tmp_sma_lnavi_cnt li:first-child {
	border-top:none;
}
#tmp_sma_lnavi_cnt li a {
	display:block;
	margin:-11px -10px -13px -28px; /* #tmp_sma_lnavi_cnt liのpadding値と同じマイナス数値 */
	padding:11px 10px 13px 28px; /* #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_box_cnt ul li {
}
#tmp_lnavi .navi_box_ttl {
}
#tmp_lnavi .navi_box_ttl a:link,
#tmp_lnavi .navi_box_ttl a:visited {
	color:#FFFFFF;
	background-color:transparent;
}
/* tab_menu
============================== */
.top_tab_menu {
	display:block;
	margin:0 10px;
}
.top_tab_menu ul {
	display:table;
	width:100%;
	list-style:none;
}
.top_tab_menu ul {
	border-bottom:4px solid #2C7046;
}
.top_tab_menu.tab_kankou ul {
	border-color:#488334;
}
.top_tab_menu.tab_shisetsu ul {
	border-color:#227E9D;
}
.top_tab_menu ul li {
	display:table-cell;
	width:33.3%;
}
.top_tab_menu ul li a {
	display:block;
	margin:0 2px 2px 0;
	text-decoration:none;
	color:#FFFFFF;
	padding:9px 0 5px;
	text-align:center;
}
.top_tab_menu ul li:last-child a {
	margin-right:0;
}
.top_tab_menu ul li.tab_menu1 a {
	background-color:#2C7046;
}
.top_tab_menu ul li.tab_menu2 a {
	background-color:#488334;
}
.top_tab_menu ul li.tab_menu3 a {
	background-color:#227E9D;
}
.top_tab_menu ul li.tab_menu1.active a,
.top_tab_menu ul li.tab_menu2.active a,
.top_tab_menu ul li.tab_menu3.active a {
	margin-bottom:0;
	padding-bottom:7px;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	width:100%;
	display:none;
}
#tmp_gnavi_shimin,
#tmp_gnavi_kanko {
	display:none; /* 変更しない */
}
/* snavi
============================== */
#tmp_wrap_snavi {
	display:none;
}
#tmp_snavi {
	display:none;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	display:block;
	clear:both;
}
/* lnavi
============================== */
/* event_cal
============================== */
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* rnavi
============================== */
/* pnavi
============================== */
/* ==================================================
main
================================================== */
#tmp_main {
	padding:0 0 10px;
}
/* update
============================== */
#tmp_update {
	font-size:86%;
}
/* 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:8px;
	padding-bottom:7px;
	-webkit-border-radius:2px; /* Webkit */
	-moz-border-radius:2px; /* Mozilla */
	border-radius:2px; /* CSS3 */
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	clear:both;
	width:100%;
	min-width:320px;
	background:none;
}
#tmp_footer {
	width:100%;
	min-width:320px;
	background-color:#DDF4CD;
	padding:4px 0 0;
}
#tmp_footer2 {
	background-color:#D9F6E3;
	border-top:3px solid #FFFFFF;
	width:100%;
	padding:14px 12px;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
/* fnavi
============================== */
#tmp_fnavi {
	background:url(/shared/site_smartphone/images/footer/fnavi_bg.jpg) repeat-x left bottom;
	padding:0 0 7px;
}
#tmp_fnavi li {
	margin:0 0 13px;
	padding:0;
	border:none;
	white-space:normal;
	float:none;
	font-size:86%;
}
#tmp_footer_cnt {
	padding:0;
}
#tmp_footer_cnt address {
	background:url(/shared/site_smartphone/images/footer/fnavi_bg.jpg) repeat-x left bottom;
	font-style:normal;
	padding:10px 0;
	margin:0 0 5px;
}
#tmp_footer address span{
	display:block;
}
#tmp_wrap_footer_add {
	width:100%;
	margin-right:0;
	float:none;
}
#tmp_footer_add {
	margin-right:0;
	line-height:1.8;
	font-size:86%;
}
#tmp_footer_add br {
	display:none;
}
#tmp_copyright {
	clear:both;
	font-size:86%;
	text-align:center;
	float:none;
	width:100%;
}
/* ==================================================
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
============================== */
/* tmp_smp_mapbtn */
#tmp_smp_mapbtn {
	display:block;
	margin: 0 0 10px 0;
	padding: 10px;
	color: inherit;
	background: #FCFBF5 url(/shared/templates/free/images/contents/box_bg.gif) repeat-x left bottom;
	border: 1px solid #CCCCCC;
}
/* free */
#tmp_contents .box_gmap {
	width:100%; /* 変更しない */
	margin:15px 0 0.8em;
	clear:both; /* 変更しない */
}
#tmp_gmap_box {
	width:100%; /* 変更しない */
	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 {
	display:box;
	display:-ms-box;
	display:-webkit-box;
	display:-moz-box;
	box-orient:vertical;
	-ms-box-orient:vertical;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
}
#tmp_map_list {
	width:auto; /* 変更しない */
	margin-right:0; /* 変更しない */
	float:none; /* 変更しない */
	position:static; /* 変更しない */
	z-index:auto; /* 変更しない */
	box-ordinal-group:1;
	-ms-box-ordinal-group:1;
	-moz-box-ordinal-group:1;
	-webkit-box-ordinal-group:1;
}
#tmp_wrap_gmap_box {
	float:none; /* 変更しない */
	box-ordinal-group:2;
	-ms-box-ordinal-group:2;
	-moz-box-ordinal-group:2;
	-webkit-box-ordinal-group:2;
}
#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;
	padding-right:10px;
}
#tmp_contents #tmp_result_list ul {
	letter-spacing:normal;
}
#tmp_contents #tmp_result_list li {
	display:block;
	width:auto;
	margin-right:0;
}

/* ==================================================
kosodate
================================================== */
.kosodate_top #tmp_main #tmp_main3,
.kosodate_free #tmp_main #tmp_main3 {
	padding:10px;
}

.kosodate_top #tmp_main2 img {
    width: 100%;
}


.kosodate_top #tmp_main3 div.col2L,
.kosodate_top #tmp_main3 div.col2R {
    margin-right: 0;
    width: 100%;
}
/* ==================================================
clearfix
================================================== */
#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; /* 変更しない */
}
}