@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"] {
	-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; /* 変更しない */
	padding:0;
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px;
	margin-bottom:0;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	word-break:break-all; /* 変更しない */
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_lft_navi,
.col_rgt_navi {
	display:none; /* 変更しない */
}
.format_free .col_main {
	margin-right:0 !important; /* 変更しない */
	margin-left:0 !important; /* 変更しない */
}
.format_free .wrap_col_nm2 {
	margin-right:0 !important; /* 変更しない */
}
.column_full .wrap_col_main {
	float:none; /* 変更しない */
}
/* 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; /* 変更しない */
}
.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 {
	margin-right:0; /* 変更しない */
}
.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_header,
.format_free #tmp_header {
	position:relative;
	padding:0 0 3px 20px;
}
#tmp_hlogo {
	float:none;
	padding:10px 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:123px;
	height:36px;
	background-image:url(/shared/site_smartphone/images/header/hlogo.png);
	-webkit-background-size:123px 36px;
	-moz-background-size:123px 36px;
	background-size:123px 36px;
	text-indent:-300%;
	overflow:hidden;
}
#tmp_hlogo a {
	width:123px;
	height:36px;
	display:block;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:123px;
	height:36px;
}
#tmp_chara {
	width:41px;
	height:53px;
	position:absolute;
	top:2px;
	left:165px;
}
#tmp_chara img {
	width:41px;
	height:53px;
}
/* means
============================== */
#tmp_means {
	display:none;
	width:auto; /* 変更しない */
	float:none; /* 変更しない */
}
#tmp_means_primary,
#tmp_means_secondary,
#tmp_means_tertiary {
	display:none; /* 変更しない */
}
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:43px;
	height:60px;
	color:inherit;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
	background-color:#009844;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:53px;
	top:0;
}
#tmp_hnavi_rmenu {
	position:absolute;
	right:10px;
	top:0;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_smartphone/images/header/search_btn.png) no-repeat center center;
	-webkit-background-size:32px 32px;
	-moz-background-size:32px 32px;
	background-size:32px 32px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_smartphone/images/header/search_btn_on.png) no-repeat center center;
	-webkit-background-size:32px 32px;
	-moz-background-size:32px 32px;
	background-size:32px 32px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_smartphone/images/header/menu_btn.png) no-repeat center center;
	-webkit-background-size:32px 32px;
	-moz-background-size:32px 32px;
	background-size:32px 32px;
}
#tmp_hnavi_rmenu a.active {
	background:url(/shared/site_smartphone/images/header/menu_btn_on.png) no-repeat center center;
	-webkit-background-size:32px 32px;
	-moz-background-size:32px 32px;
	background-size:32px 32px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_rmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:50px;
	height:75px;
	overflow:hidden;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	left:0; /* 変更しない */
	color:inherit;
	border-top:solid 3px #009844;
	background-color:#D8F0FD;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:20px 10px;
}
/* sma_search */
#tmp_sma_search {
	display:table;
	width:100%;
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_search p {
	display:table-cell;
	padding:0 5px 0 0;
	vertical-align:top;
	font-size:85.7%;
	white-space:nowrap;
	vertical-align:middle;
}
#tmp_sma_search .sch_box {
	width:100%;
}
#tmp_sma_search .sch_btn,
#tmp_sma_search #tmp_search_hidden {
	padding-right:0;
}
#tmp_sma_query {
	width:100%;
	min-height:29px;
	border:1px solid #53B981;
}
#tmp_sma_func_sch_btn {
	font-size:115%;
	font-weight:bold;
	width:55px;
	min-height:31px;
	border:3px solid #6BB951;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	cursor:pointer;
	color:#FFFFFF;
	background-color:#005F26;
}
/* 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 8px;
	clear:both;
	border-top:1px solid #53B981;
}
#tmp_sma_snavi .hnavi_sp1 li:nth-child(2) {
	display:none; /* 携帯サイトのリンクを非表示 */
}
#tmp_sma_snavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_sma_snavi li {
	float:none;
	font-weight:bold;
	border-bottom:1px solid #53B981;
	padding:0 5px;
}
#tmp_sma_snavi li.only_pc {
	display:none;
}
#tmp_sma_snavi a {
	display:block;
	padding:15px 0 15px 20px;
	color:inherit;
	text-decoration:none;
	background:url(/shared/site_smartphone/images/icon/sma_menu_icon.png) no-repeat left center;
	background-size:14px 14px;
}
#tmp_sma_snavi ul.hnavi_sp2 a {
	background:url(/shared/site_smartphone/images/icon/sma_menu_icon2.png) no-repeat left center;
	background-size:14px 14px;
}
/* gnavi */
#tmp_sma_gnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
	list-style-image:none;
	margin-bottom:10px;
	border-top:1px solid #008AD4;
}
#tmp_sma_gnavi li {
	border-bottom:1px solid #008AD4;
	font-weight:bold;
	color:inherit;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#B3E0F7)); /* Webkit */
	background:-moz-linear-gradient(center top, #FFFFFF, #B3E0F7); /* Mozilla */
	background:linear-gradient(to bottom, #FFFFFF, #B3E0F7); /* CSS3 */
	background-color:#B3E0F7;
}
#tmp_sma_gnavi li:first-child {
	display:none; /* グロナビのホームを非表示 */
}
#tmp_sma_gnavi a {
	display:block;
	padding:19px 10px 15px 17px;
	text-decoration:none;
	color:#3D3938;
}
/* sma_lnavi */
#tmp_sma_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	border-top:1px solid #008AD4;
	font-weight:bold;
	color:#FFFFFF;
	background:-webkit-gradient(linear, center top, center bottom, from(#004DA0), to(#007CBF)); /* Webkit */
	background:-moz-linear-gradient(center top, #004DA0, #007CBF); /* Mozilla */
	background:linear-gradient(to bottom, #004DA0, #007CBF); /* CSS3 */
	background-color:#004DA0;
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	padding:15px 10px 14px 30px;
	text-decoration:none;
	background:url(/shared/site_smartphone/images/icon/sma_menu_icon3.png) no-repeat 7px center;
	background-size:14px 14px;
	color:inherit;
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_sma_lnavi_cnt li {
	font-weight:bold;
	border-bottom:1px dotted #3286C1;
}
#tmp_sma_lnavi_cnt li a {
	display:block;
	padding:15px 0 13px 24px;
	color:#1D1F85;
	background:url(/shared/images/icon/list_icon.gif) no-repeat 10px center;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list > a {
	display:inline-block;
	padding-right:0;
	padding-left:0;
	background:none;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a {
	vertical-align:middle;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a.switch img {
	margin-right:5px;
	vertical-align:top;
}
#tmp_sma_lnavi_cnt .switch_cnt li {
	display:block;
	width:auto;
	border:none;
	padding-left:14px;
}
#tmp_sma_lnavi_cnt .switch_cnt li a {
	display:block;
	border-bottom:1px dotted #BBCCDD;
}
#tmp_sma_lnavi_cnt .switch_cnt li:last-child a {
	border-bottom:none;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	display:none; /* 変更しない */
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* lnavi
============================== */
/* event_cal
============================== */
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* rnavi
============================== */
/* pnavi
============================== */
/* .pnavi .ptop {
	color:inherit;
	background:url(/shared/site_smartphone/images/navi/pnavi/pnavi_icon.png) no-repeat right top;
	-webkit-background-size:30px 30px;
	-moz-background-size:30px 30px;
	background-size:30px 30px;
}
.pnavi .ptop a {
	display:inline-block;
	width:30px;
	height:30px;
	text-decoration:none;
}
.pnavi .ptop span {
	display:block;
	position:relative;
	z-index:-1;
	width:30px;
	height:30px;
	overflow:hidden;
} */
/* 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;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	margin-top:0;
	padding-top:0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 67%, #def1fb 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(67%,#ffffff), color-stop(98%,#def1fb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 67%,#def1fb 98%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #ffffff 67%,#def1fb 98%); /* W3C */
}
/* fnavi
============================== */
#tmp_fnavi {
	padding:6px 10px 5px;
	list-style:none;
	text-align:left;
}
#tmp_fnavi li {
	margin-bottom:0.5em;
	float:none;
	display:inline-block;
}
#tmp_fnavi .last {
	margin-right:0;
	border-right:none;
}
#tmp_footer_cnt {
	padding:0 10px;
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	display:block;
	margin-right:0;
}
#tmp_footer_navi ul {
	list-style:none;
}
#tmp_footer_navi ul li {
	float:left;
	margin-right:5px;
}
#tmp_copyright {
	clear:both;
}
ul#tmp_fnavi2 {
 	float:left;
	list-style:none;
}
ul#tmp_fnavi2 li {
	margin:0 5px 0 0;
	border:solid 1px #009844;
	-webkit-border-radius:5px; /* Webkit */
	-moz-border-radius:5px; /* Mozilla */
	border-radius:5px; /* CSS3 */
	background:-webkit-gradient(linear, center top, center bottom, from(#F6F8E3), to(#E1EDC4)); /* Webkit */
	background:-moz-linear-gradient(center top, #F6F8E3, #E1EDC4); /* Mozilla */
	background:linear-gradient(to bottom, #F6F8E3, #E1EDC4); /* CSS3 */
	background-color:#E1EDC4;
	white-space:nowrap;
	float:left;
	padding:0 14px;
}
ul#tmp_fnavi2 li a {
	display:block;
	padding:12px 0 12px 25px;
	background:url(/shared/site_smartphone/images/footer/footer_list_icon.png) no-repeat left center;
	background-size:14px 14px;
	color:#211813;
	text-decoration:none;
	font-weight:bold;
}
ul#tmp_fnavi2 li:nth-child(even) {
	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 {
	width:100%;
	margin-right:0;
	float:none;
}
div.col2 div.col2R,
div.col3 div.col3R {
	width:100%;
	float:none;
}
div.col2 div.col2L,
div.col2 div.col2R {
	clear:both;
}
div.col2 div.col2 div.col2L,
div.col2 div.col2 div.col2R {
	width:100%;
	clear:both;
}
div.fixed_col2 div.fixed_col2L,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	clear:both;
}
div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R {
	width:100%;
	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 {
	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_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;
}
#tmp_gallery_copy img {
	width:50%;
}
}