@charset "utf-8";

@media screen and (max-width : 640px) {

/* ==================================================
shared
================================================== */
/* body
============================== */
body {
	-webkit-text-size-adjust:none; /* 変更しない */
	background:none; /* 変更しない */
}
/* wrapper
============================== */
#tmp_wrapper,
#tmp_wrapper2 {
	width:100% !important; /* 変更しない */
	min-width:320px !important; /* 変更しない */
}
/* main
============================== */
#tmp_wrap_main {
	padding: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 #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_header {
	position:relative;
	padding:0;
	float:none;
}
#tmp_hlogo {
	float: left;
	text-align:center;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:231px;
	height:49px;
	background-image:url(/shared/site_hamalife/images/header/sp/sp_hlogo.gif);
	-webkit-background-size:231px 49px;
	-moz-background-size:231px 49px;
	background-size:231px 49px;
}
#tmp_hlogo a {
	width:220px;
	height:55px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:220px;
	height:55px;
}
/* means
============================== */
#tmp_means {
	display:none; /* 変更しない */
}
/* hnavi_s
============================== */
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:50px;
	height:49px;
	color:inherit;
	background-color:#BBCCDD;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
	background-color:#CCDDEE;
}
#tmp_hnavi_rmenu {
	position:absolute;
	left:0;
	top:0;
	display:none;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:0;
	top:0;
	display:block !important;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_hamalife/images/header/sp/sp_menu_open.gif) no-repeat center center;
	-webkit-background-size:50px 49px;
	-moz-background-size:50px 49px;
	background-size:50px 49px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_hamalife/images/header/sp/sp_menu_close.gif) no-repeat center center;
	-webkit-background-size:50px 49px;
	-moz-background-size:50px 49px;
	background-size:50px 49px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_hamalife/images/header/sp/sp_menu_open.gif) no-repeat center center;
	-webkit-background-size:50px 49px;
	-moz-background-size:50px 49px;
	background-size:50px 49px;
}
#tmp_hnavi_rmenu a.active {
	background:url(/shared/site_hamalife/images/header/sp/sp_menu_close.gif) no-repeat center center;
	-webkit-background-size:50px 49px;
	-moz-background-size:50px 49px;
	background-size:50px 49px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_rmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:50px;
	height:49px;
	overflow:hidden;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	left:0; /* 変更しない */
	color:inherit;
	background-color:#91D2EB;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:20px 10px;
}
/* sma_search */
#tmp_sma_search {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_search dl {
	display:table;
	width:100%;
}
#tmp_sma_search dt,
#tmp_sma_search dd,
#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 dt {
	padding:0 10px 0 0;
}
#tmp_sma_search .sch_box {
	width:100%;
	padding:0 10px 0 0;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_query {
	width:100%;
	min-height:31px;
	border:1px solid #AABBCC;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_func_sch_btn {
	font-size:115%;
	font-weight:bold;
	width:80px;
	min-height:31px;
	border:1px solid #AABBCC;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	cursor:pointer;
	color:inherit;
	background-color:#BBCCDD;
}
#tmp_sma_contact_btn {
	background:#FFFFFF;
	color:#202020;
	text-align:center;
	margin-bottom:30px;
}
#tmp_sma_contact_btn a {
	color:#202020;
	text-decoration:none;
	display:block;
	padding:5px;
}
#tmp_sma_contact_btn span {
	display:block;
}
#tmp_sma_contact_btn strong {
	display:inline-block;
	font-size:178%;
	color:#3F538C;
	background:url(/shared/site_hamalife/images/header/sp/contact_icon.png) left center no-repeat;
	background-size:22px 22px;
	padding-left:30px;
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	border:1px solid #202020;
	text-align:center;
	color:inherit;
	background-color:transparent;
}
#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_hamalife/images/header/sp/close_icon.png) no-repeat left center;
	background-size:12px 12px;
	padding:0 0 0 20px;
}
/* sma_gnavi */
#tmp_sma_gnavi {
	margin:0;
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
	margin-bottom:10px;
}
#tmp_sma_gnavi li {
	margin-bottom:5px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_sma_gnavi #tmp_sma_gnavi1 {
	color:inherit;
	background-color:#C1ECF2;
}
#tmp_sma_gnavi #tmp_sma_gnavi2 {
	color:inherit;
	background-color:#B3D8CA;
}
#tmp_sma_gnavi #tmp_sma_gnavi3 {
	color:inherit;
	background-color:#C6ECCC;
}
#tmp_sma_gnavi #tmp_sma_gnavi4 {
	color:inherit;
	background-color:#FEFAB1;
}
#tmp_sma_gnavi #tmp_sma_gnavi5 {
	color:inherit;
	background-color:#FCCEB8;
}
#tmp_sma_gnavi #tmp_sma_gnavi6 {
	color:inherit;
	background-color:#E3C7E9;
}
#tmp_sma_gnavi #tmp_sma_gnavi7 {
	color:inherit;
	background-color:#97B4DB;
}
#tmp_sma_gnavi a {
	text-align:center;
	display:block;
	padding:8px 16px;
	text-decoration:none;
	color:inherit;
	background:url(/shared/site_hamalife/images/icon/gnavi_icon1.png) no-repeat right bottom;
	font-size: 114.3%;
}
/* 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/site_hamalife/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;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	display:none; /* 変更しない */
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* lnavi
============================== */
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
#tmp_cate_ttl_img {
	width:auto;
	margin-left:0;
	top:auto;
	left:auto;
	position: static;
	z-index:1;
}
#tmp_idx_category_voice #tmp_cate_ttl_img {
	display:none;
}
#tmp_cate_ttl_img img {
	max-width:100%;
	height:auto;
	transform:none;
}
#tmp_idx_category_eriasumai #tmp_wrap_cate_ttl,
#tmp_idx_category_shushokukigyo #tmp_wrap_cate_ttl,
#tmp_idx_category_shumibunka #tmp_wrap_cate_ttl,
#tmp_idx_category_kosodate #tmp_wrap_cate_ttl,
#tmp_idx_category_kankyoiryobosai #tmp_wrap_cate_ttl,
#tmp_idx_category_voice #tmp_wrap_cate_ttl {
	background:none !important;
}
#tmp_idx_category_eriasumai #tmp_wrap_cate_ttl #tmp_cate_ttl {
	background:#b3d8ca;
}
#tmp_idx_category_shushokukigyo #tmp_wrap_cate_ttl #tmp_cate_ttl {
	background:#c8edce;
}
#tmp_idx_category_shumibunka #tmp_wrap_cate_ttl #tmp_cate_ttl {
	background:#fff7b5;
}
#tmp_idx_category_kosodate #tmp_wrap_cate_ttl #tmp_cate_ttl {
	background:#fcceb8;
}
#tmp_idx_category_kankyoiryobosai #tmp_wrap_cate_ttl #tmp_cate_ttl {
	background:#e3c7e9;
}
#tmp_idx_category_voice #tmp_wrap_cate_ttl #tmp_cate_ttl {
	background:#97b4db;
}
.cate_ttl_area #tmp_cate_ttl2 {
	padding:30px 20px;
}
#tmp_cate_cnt {
	width:auto;
	padding:20px;
}
#tmp_cate_cnt p {
	font-size:100%;
	line-height:1.8;
}
/* pnavi
============================== */
.pnavi .ptop {
	background-size:60px 76px;
	bottom:10px !important;
}
.pnavi .ptop,
.pnavi .ptop a {
	width:60px;
	height:76px;
}

/* plugin ▼変更しない
============================== */
.plugin {
	display:none;
}
/* ==================================================
model_change
================================================== */
/* PCスマホ切替表示 ▼変更しない
============================== */
/*
#tmp_wrap_model_change_pub {
	display:block !important;
	padding:10px 35px;
	background-color:#ffffff;
}
*/
/* 切替ボタン
============================== */
#tmp_model_change_pub {
	background-color:#ffffff;
	color:inherit;
	padding:10px 35px;
	min-width:0;
	min-width:initial;
	display: block !important;
	visibility: visible;
	clear: both;
	width: 100%;
	margin:0;
	box-sizing:border-box;
}
#tmp_model_change_pub ul {
	margin-top:0;
	margin-bottom:0;
}
#tmp_model_change_pub p {
	font-size:100%;
	background-color:transparent !important;
	color:inherit;
	border:2px solid #222222;
	padding: 13px 20px;
	margin: 0 auto;
}
#tmp_model_change_pub p a {
	text-decoration: none;
	display: block;
	visibility: visible;
	color:#212121;
	background-color:transparent !important;
	font-weight: bold;
	font-size: 100%;
	margin: 0 auto;
	text-align: center;
}
#tmp_model_change_pub #tmp_switch_sp_style {
	display:none;
}
#tmp_model_change_pub #tmp_switch_pc_style span {
	background:url(/shared/site_hamalife/images/icon/pc_icon.gif) no-repeat left center;
	background-size: auto auto;
	background-size: 27px 20px;
	-moz-background-size: 27px 20px;
	-webkit-background-size: 27px 20px;
	display: inline-block;
	width: auto;
	padding: 0 0 0 35px;
}
#tmp_model_change_pub #tmp_switch_pc_style {
	display:block;
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	min-width:0;
	min-width:initial;
}
#tmp_footer {
	width:auto;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding: 6px 12px 5px;
	color:inherit;
	background-color:transparent;
	list-style:none;
	text-align:left;
}
#tmp_fnavi li {
	margin-right:10px;
	margin-bottom:10px;
	padding-right:10px;
	white-space:nowrap;
	float:none;
	display:block;
	border-right:none;
}
#tmp_fnavi li:first-child {
    margin-top: 10px;
}
#tmp_fnavi .last {
	margin-right:0;
	border-right:none;
}
#tmp_footer_cnt {
	padding:0 12px;
	clear:both;
	word-break:break-all;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#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:left;
	clear:both;
}
/* ==================================================
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 ▼変更しない
============================== */
/* layout */
.wrap_event_col_lft_navi {
	float:none;
	width:100%;
	margin-right:0;
}
#tmp_wrap_event_cal {
	width:100%;
	margin-bottom:15px;
}
#tmp_contents #tmp_event_cal_tab ul {
	margin-left:0;
}
.wrap_event_col_main {
	float:none;
}
.event_col_main {
	margin-left:0;
}
#tmp_event_cal_list .event_cal_list .cal_th {
	display:none;
}
#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:block;
}
/* 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%;
}
/* ==================================================
末端
================================================== */
#tmp_cate_ttl,
#tmp_cate_ttl2 {
	min-width:0 !important;
	min-height:initial !important;
	width:auto !important;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}

}