@charset "utf-8";

@media screen and (max-width : 600px) {

/* ==================================================
shared
================================================== */
/* body
============================== */
body {
	-webkit-text-size-adjust:none; /* 変更しない */
	background:none; /* 変更しない */
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px 0 20px 0;
}
/* 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_head {
	min-width:inherit;
	position:inherit;
	top:inherit;
	left: inherit;
	height:inherit;
	margin-bottom:280px;
}
#tmp_header {
	position:relative;
	padding:0;
	margin:0;
}
#tmp_hlogo {
	float:none;
	padding:10px 0;
	text-align:center;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:121px;
	height:17px;
	background-image:url(/shared/site_smartphone/images/header/hlogo.gif);
	-webkit-background-size:121px 17px;
	-moz-background-size:121px 17px;
	background-size:121px 17px;
}
#tmp_hlogo a {
	width:121px;
	height:17px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:121px;
	height:17px;
}
/* means
============================== */
#tmp_means {
	display:none; /* 変更しない */
}
/* hnavi_s
============================== */
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:45px;
	height:45px;
	color:inherit;
	background-color:#FFFFFF;
	text-decoration:none;
}
#tmp_hnavi_s li a.active {
	background-color:#FFFFFF;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:20px;
	top:20px;
}
#tmp_hnavi_rmenu {
	position:absolute;
	right:70px;
	top:20px;
	display:block;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_smartphone/images/header/rmenu_icon.png) no-repeat center center;
	-webkit-background-size:45px 45px;
	-moz-background-size:45px 45px;
	background-size:45px 45px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_smartphone/images/header/rmenu_icon_on.png) no-repeat center center;
	-webkit-background-size:45px 45px;
	-moz-background-size:45px 45px;
	background-size:45px 45px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_smartphone/images/header/lmenu_icon.png) no-repeat center center;
	-webkit-background-size:45px 45px;
	-moz-background-size:45px 45px;
	background-size:45px 45px;
}
#tmp_hnavi_rmenu a.active {
	background:url(/shared/site_smartphone/images/header/lmenu_icon_on.png) no-repeat center center;
	-webkit-background-size:45px 45px;
	-moz-background-size:45px 45px;
	background-size:45px 45px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_rmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:45px;
	height:45px;
	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:#C7E5E3;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu #tmp_sma_rmenu {
	background-color:#007663;
}
#tmp_sma_menu .sma_sch {
	padding:0 0 20px 0;
}
/* 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;
}
/* 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;
	width: 93px;
	margin: 0 auto;
	border-radius: 5px;
}
#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 15px;
}
/* sma_snavi */
#tmp_sma_snavi {
	margin:0 0 40px;
	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 {
	list-style:none;
	margin-bottom:10px;
}
#tmp_sma_gnavi li {
	border-bottom:1px dotted #444444;
	font-weight:bold;
	color:inherit;
	background-color:#C7E5E3;
}
#tmp_sma_gnavi a {
	display:block;
	padding:10px 10px 10px 22px;
	text-decoration:none;
	color:inherit;
	background:url(/shared/site_smartphone/images/header/gnavi_icon.png) no-repeat 10px center;
}
/* 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;
	margin-bottom:45px;
}
#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;
}
/* ==================================================
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
============================== */
/* event_cal
============================== */
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* rnavi
============================== */
/* pnavi
============================== */
/* 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
================================================== */
/* fnavi
============================== */
#tmp_foot_navi {
	border-bottom:0;
	border-top:0;
}
#tmp_fnavi {
	padding:6px 10px 27px 10px;
	color:inherit;
	background-color:#FFFFFF;
	list-style:none;
	width:100%;
	margin:0 0 20px 0;
}
#tmp_fnavi li {
	white-space:nowrap;
	float:none;
	border-left:0;
	border-bottom:1px dotted #000000;
	padding:0;
}
#tmp_fnavi li a {
	display:block;
	padding:18px 0 15px 15px;
}
#tmp_fnavi .last {
	margin-right:0;
	border-right:none;
	padding:0;
}
#tmp_footer_cnt {
	padding:0 10px;
	clear:both;
	width:100%;
}
#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:block; /* block値をinline値に変換 */
	text-align:center;
}
#tmp_footer_cnt address span.spbr {
	display:inline; /* inline値をblock値に変換 */
}
#tmp_copyright {
	text-align:center;
	clear:both;
	padding:9px 0 10px 0 ;
}
address {
	margin:0 10px 36px 10px;
	display:block;
	text-align:center;
}
#tmp_foot_logo span {
	position:relative;
	z-index:-1;
}
/* ==================================================
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;
}
#tmp_event_cal_list .event_cal_list td.cal_date {
	width:100%;
	box-sizing: border-box;
}
#tmp_event_search dd p:first-child {
	width:70%;
	margin:0 10px 0 0;
}
#tmp_event_search dd p:last-child {
	width:50px;
}
#tmp_event_cal_tab li {
	font-size:85.7%;
}
/* 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;
}
#tmp_event_search dd p input#event_search_keyword {
	margin:0;
	padding: 0 10px;
	height: 30px;
	font-size:85.7%;
}
#tmp_event_cal_refine_cnt dt {
	background-size: 38% auto;
	padding: 20px 20px 20px 0;
	width:inherit;
	margin: 0 5px 0 0;
}
#tmp_event_cal_refine_cnt dd {
	padding: 32px 0 0 140px;
}
#tmp_event_cal_refine_cnt dt span {
	background-size: 20% auto;
	background-position:5px 10px;
	font-size: 75.8%;
	padding: 10px 0 10px 35px;
}
#tmp_event_search dd p input {
	margin:0;
	height:30px;
}
/* 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%;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	display:block;
	margin:0;
	z-index:0;
	min-width:320px;
}
#tmp_switch_pc_style {
	float:left;
	width:50%;
}
#tmp_switch_sp_style {
	float:right;
	width:50%;
}
#tmp_switch_pc_style a {
	margin-right:1px;
	background-color:#007663;
	color:#FFFFFF;
}
#tmp_switch_sp_style a {
	margin-left:1px;
	color:#000000;
	background-color:#C8C8C8;
}
#tmp_switch_sp_style a,
#tmp_switch_pc_style a {
	display:block;
	padding:10px 0 10px 0;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#tmp_model_change_pub ul {
	list-style:none;
}
/* ==================================================
トップページ
================================================== */
#tmp_copyright,
#tmp_publicity,
#tmp_footer,
#tmp_top_contents {
	min-width:inherit;
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon01,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon02,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon03,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon04,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon05,
#tmp_top_news,
#tmp_koho #tmp_koho_cnt,
#tmp_top_news #tmp_top_news_box .top_news_cnt ul li a .news_link,
#tmp_top_news #tmp_top_news_box .top_news_cnt ul li a .news_day,
#tmp_emergency_ttl,
#tmp_link2_box .link_box,
#tmp_link_box .link_box,
#tmp_link2_box,
#tmp_link_box,
#tmp_emergency,
#tmp_footer #tmp_foot_annai,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon01:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon02:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon03:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon04:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon05:hover,
#tmp_copyright,
#tmp_top_link .top_box01,
#tmp_top_link .top_box02,
#tmp_top_link .top_box03,
#tmp_top_link .top_box04,
#tmp_top_nav .top_nav .top_nav_box,
#tmp_top_nav .top_nav,
#tmp_top_torikumi,
#tmp_top_link,
#tmp_facebook_link,
#tmp_koho_cnt,
#tmp_top_news #tmp_top_news_box,
#tmp_top_nav .top_nav,
#tmp_top_news {
	width:100%;
}
#tmp_emergency_cnt ul {
	width:inherit;
	border-right:0;
}
#tmp_link2_box .link_box,
#tmp_top_news #tmp_top_info,
#tmp_top_news #tmp_top_news_box,
#tmp_link_box .link_box,
#tmp_footer #tmp_foot_annai,
#tmp_footer_cnt address,
#tmp_koho #tmp_koho_box01,
#tmp_koho #tmp_koho_box02,
#tmp_koho #tmp_koho_box03 {
	float: none;
}
#tmp_link_box {
	margin: 0 auto 30px;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
}
#tmp_facebook_link {
	margin:0;
}
#tmp_koho {
	margin:0;
	padding:0;
}
#tmp_top_contents,
#tmp_top_nav .top_nav .top_nav_box {
	position:inherit;
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon05,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon04,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon03,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon02 {
	left:inherit;
	top:inherit;
}
#tmp_top_nav .top_nav .top_nav_box,
#tmp_top_nav {
	height:inherit;
}
#tmp_emergency_ttl,
#tmp_footer_cnt,
#tmp_fnavi {
	box-sizing: border-box;
}
#tmp_emergency {
	margin-left:0;
}
#tmp_search_box {
	display:none;
	min-width:320px;
}
#tmp_emergency,
#tmp_emergency_cnt,
#tmp_emergency_ttl {
	display:inherit;
}
#tmp_publicity_cnt ul li:nth-child(even) {
	margin: 0 0 0 10px;
}
#tmp_publicity_cnt ul li {
	margin:0;
}
#tmp_publicity {
	box-sizing: border-box;
	padding: 15px 10px 0 10px;
}
#tmp_facebook_link {
	width:300px;
	margin:0 auto;
}
#tmp_facebook_link li {
	margin: 0 0 10px 0;
}
.pnavi {
	width:auto;
}
.pnavi .ptop.scroll {
	width:100%;
}
#tmp_top_slide_r .slick-slide {
	padding-left:0;
}
#tmp_top_slide_l .slick-slide {
	padding-right:0;
}
#tmp_top_news #tmp_top_news_box .top_news_ttl {
	width:72px;
}
#tmp_top_link .top_box01,
#tmp_top_link .top_box02,
#tmp_top_link .top_box03,
#tmp_top_link .top_box04 {
	position:inherit;
	background-size:cover;
	z-index:inherit;
}
#tmp_top_link div:nth-child(2n+1) .top_box {
	float:none;
}
#tmp_link2_box .link_box .link_box_img img,
#tmp_link_box .link_box .link_box_img img {
	width:100%;
	height:auto;
	max-height:inherit;
}
#tmp_link2_box .link_box,
#tmp_link2_box .link_box .link_box_img,
#tmp_link_box .link_box,
#tmp_link_box .link_box .link_box_img {
	width:300px;
	height:118px;
}
#tmp_link2_box .link_box,
#tmp_link_box .link_box {
	margin: 0 auto 20px auto;
}
#tmp_link2_box .link_box .link_box_img,
#tmp_link2_box .link_box,
#tmp_link_box .link_box .link_box_img,
#tmp_link_box .link_box {
	min-height:118px;
}
#tmp_link2_box .link_box .box_link,
#tmp_link_box .link_box .box_link {
	left:8%;
	right:8%;
	top: 20%;
	bottom: 20%;
}
#tmp_link2_box .link_box .box_link a
#tmp_link_box .link_box .box_link a {
	font-size:inherit;
}
#tmp_publicity_cnt {
	width:300px;
	margin:0 auto;
}
#tmp_link2_box .link_box:nth-child(2n),
#tmp_link_box .link_box:nth-child(2n) {
	margin-right:inherit;
}
#tmp_koho #tmp_koho_box01,
#tmp_koho #tmp_koho_box02,
#tmp_koho #tmp_koho_box03 {
	margin:0 auto 20px auto;
}
#tmp_koho {
	margin-bottom:40px;
}
#tmp_koho #tmp_koho_cnt {
	padding:40px 0 20px 0;
}
#tmp_top_link:hover ul {
	top: inherit;
	z-index:inherit;
}
#tmp_top_news #tmp_top_news_box #tmp_news_list {
	top:inherit;
	right:50%;
}
#tmp_top_news #tmp_top_news_box .top_news_ttl {
	width:24%;
}
#tmp_top_news #tmp_top_news_box #tmp_top_news02 .top_news_ttl {
	left: 25.7%;
}
#tmp_top_news #tmp_top_news_box #tmp_top_news03 .top_news_ttl {
	left: 51.3%;
}
#tmp_top_news #tmp_top_news_box #tmp_top_news04 .top_news_ttl {
	left: 77%;
}
#tmp_top_news #tmp_top_news_box .rss_icon {
	left: 53%;
	position: absolute;
}
#tmp_top_news #tmp_top_info {
	margin:0 auto 30px auto;
}
#tmp_top_news {
	box-sizing: border-box;
	padding: 0 10px;
}
.format_top #tmp_header {
	height:initial;
	width: 100%;
}
#tmp_top_slide_l,
#tmp_top_slide_r {
	height:350px;
}
#tmp_top_nav .top_nav .top_nav_box h2 a,
#tmp_top_nav .top_nav .top_nav_box:hover h2 a,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon01,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon02,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon03,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon04,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon05,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon01:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon02:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon03:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon04:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon05:hover {
   height:54px;
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon01:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon02:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon03:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon04:hover,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon05:hover {
    width: 100%;
    height:54px;
    z-index:inherit;
    margin: 0 0 0 0;
    box-shadow:none;
}
#tmp_top_nav .top_nav .top_nav_box:hover h2 a {
    height:54px;
    font-size:inherit;
}
#tmp_top_nav .top_nav .top_nav_box h2 a {
	padding:0;
	font-size:inherit;
	border:0;
	text-align:left;
	width:100%;
	padding: 0 0 0 64px;
	font-weight:bold;
}
#tmp_top_nav .top_nav .top_nav_box {
	border-top:1px solid #C4BFB6;
}
#tmp_top_nav {
	margin: 0 0 30px 0;
	padding: 30px 10px 30px 10px;
}
.top_nav_box.top_nav_icon01 a span::after,
.top_nav_box.top_nav_icon02 a span::after,
.top_nav_box.top_nav_icon03 a span::after,
.top_nav_box.top_nav_icon04 a span::after,
.top_nav_box.top_nav_icon05 a span::after {
	width: 10px;
	height: 70%;
	bottom: 10px;
	right: 10px;
	left: inherit;
	z-index: inherit;
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon01 {
	border-top:0;
}
#tmp_top_nav .top_nav .top_nav_box h2 a {
	background-repeat:no-repeat;
	background-position:5px center;
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon01 h2 a {
	background-image:url(/shared/templates/top/images/nav_box_sp_off_01.jpg);
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon02 h2 a,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon02:hover h2 a {
	background-size:60px auto;
	background-position:left center;
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon03 h2 a {
	background-image:url(/shared/templates/top/images/nav_box_sp_off_03.jpg);
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon04 h2 a {
	background-image:url(/shared/templates/top/images/nav_box_sp_off_04.jpg);
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon05 h2 a,
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon05:hover h2 a {
	background-size:60px auto;
	background-position:left center;
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon01:hover h2 a {
	background-image:url(/shared/templates/top/images/nav_box_sp_on_01.jpg);
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon03:hover h2 a {
	background-image:url(/shared/templates/top/images/nav_box_sp_on_03.jpg);
}
#tmp_top_nav .top_nav .top_nav_box.top_nav_icon04:hover h2 a {
	background-image:url(/shared/templates/top/images/nav_box_sp_on_04.jpg);
}
.top_nav_box.top_nav_icon03 a span br {
	display:none;
}
#tmp_top_link .top_box01,
#tmp_top_link .top_box02,
#tmp_top_link .top_box03,
#tmp_top_link .top_box04 {
	height:126px;
}
#tmp_top_link .top_box01:hover,
#tmp_top_link .top_box02:hover,
#tmp_top_link .top_box03:hover,
#tmp_top_link .top_box04:hover,
#tmp_top_link .top_box01.active,
#tmp_top_link .top_box02.active,
#tmp_top_link .top_box03.active,
#tmp_top_link .top_box04.active {
	width: 100%;
	height: 126px;
	z-index:inherit;
}
#tmp_top_link:hover ul {
	top:inherit;
	z-index: inherit;
}
#tmp_top_link .top_box {
	width: 20%;
	height: 126px;
}
#tmp_top_link .top_box04:hover .top_box,
#tmp_top_link .top_box04.active .top_box,
#tmp_top_link .top_box03:hover .top_box,
#tmp_top_link .top_box03.active .top_box,
#tmp_top_link .top_box02:hover .top_box,
#tmp_top_link .top_box02.active .top_box,
#tmp_top_link .top_box01:hover .top_box,
#tmp_top_link .top_box01.active .top_box {
	height:inherit
	display: inherit;
	height: inherit;
	display: inherit;
}
#tmp_top_link .top_box01:hover .top_box .torikumi_link,
#tmp_top_link .top_box02:hover .top_box .torikumi_link,
#tmp_top_link .top_box03:hover .top_box .torikumi_link,
#tmp_top_link .top_box04:hover .top_box .torikumi_link,
#tmp_top_link .active .top_box .torikumi_link {
	display:inherit;
	vertical-align:inherit;
}
#tmp_top_link {
	min-height:inherit;
}
#tmp_top_link .top_box .top_box_ttl {
	font-size: 85.7%;
	margin: 7px 0 3px 0;
	height: 96px;
}
#tmp_top_link .top_box .more_btn a {
	font-size: 71.4%;
	width:inherit;
	padding: 0 5px;
	display: initial;
}
#tmp_top_link ul {
	display:none;
}
#tmp_top_torikumi h2 {
	margin-bottom:30px;
	background-image:url(/shared/templates/top/images/torikumi_sp_h2_img.gif);
	width:278px;
	height:48px;
}
#tmp_top_torikumi .torikumi_list {
	float: none;
	margin: 0 auto 20px auto;
}
#tmp_emergency {
	position:inherit;
	padding: 0 10px 40px 10px;
	box-sizing: border-box;
	border:0;
}
#tmp_emergency_cnt ul {
	border-bottom: 1px dotted #B20000;
	margin-left: 0;
	float:none;
	width:100%;
}
#tmp_emergency_cnt p {
	float:none;
	text-align:center;
}
#tmp_emergency_cnt {
	border-right: 1px solid #B20000;
	border-left: 1px solid #B20000;
	border-bottom: 1px solid #B20000;
}
#tmp_func_sch_btn {
	padding: 8px 3px 7px 3px;
}
/* footer
============================== */
#tmp_footer #tmp_foot_annai table tr th {
	width:100%;
	border-bottom:1px dotted #BBBBBB;
	padding:5px 0;
}
#tmp_foot_logo {
	display: block;
	margin:58px auto 34px auto;
	background:url(/shared/site_smartphone/images/footer/flogo_sp.gif) no-repeat left top;
	width:134px;
	height:34px;
	text-align: center;
}
#tmp_footer #tmp_foot_annai table tr th,
#tmp_footer #tmp_foot_annai table tr td {
	display:block;
	box-sizing: border-box;
	width:100%;
    float:left;
    clear:both;
}
#tmp_footer #tmp_foot_annai table tr,
#tmp_footer #tmp_foot_annai table tbody,
#tmp_footer #tmp_foot_annai table {
	display:block;
	width:100%;
}
#tmp_footer #tmp_foot_annai table tr th p {
	border-right:0;
	padding:0;
}
#tmp_footer #tmp_foot_annai table tr:last-child th {
	padding:5px 0;
}
#tmp_footer #tmp_foot_annai table tr td {
	padding: 10px 0 10px 0;
}
address span.br {
	display:block; /* block値をinline値に変換 */
	text-align:center;
	font-style:normal;
	font-size:85.7%;
	font-weight:bold;
}
address span.spbr {
	display:inline; /* inline値をblock値に変換 */
}
.format_top #tmp_hlogo {
	display:inherit;
	vertical-align:inherit;
	text-align:inherit;
	float:none;
	width: 121px;
	height: 17px;
	padding: 30px 0 30px 50px;
	margin:inherit;
}
#tmp_top_news #tmp_top_news_box #tmp_news_list a {
	padding: 8px 5px 6px;
}
#tmp_top_news #tmp_top_news_box .top_news_cnt ul li a .news_cate03,
#tmp_top_news #tmp_top_news_box .top_news_cnt ul li a .news_cate02,
#tmp_top_news #tmp_top_news_box .top_news_cnt ul li a .news_cate01 {
	float:left;
	width:20%;
	margin:0 0 0 0;
	font-size: 71.4%;
}
#tmp_top_news #tmp_top_news_box .top_news_cnt ul li a .news_day {
	width:70%;
	float:right;
	margin:0 0 0 10px;
}
#tmp_top_news #tmp_top_news_box .top_news_cnt ul li a .news_link {
	width:70%;
	float:right;
	margin:0 0 0 10px;
}
.prev_btn,
.next_btn {
	display:none !important;
}
.slick-dots2,
.slick-dots {
	padding:0;
}
.slick-dots2 li,
.slick-dots li {
	margin:0 12px 5px 0;
	width: 9px;
}
.slick-dots li button,
.slick-dots2 li button {
	width: 9px;
}
.slick-slide .top_slide_img {
	width:100%;
	height:320px;
}
.format_top #tmp_sma_snavi {
	display:none;
}
#tmp_search_box {
	position:inherit;
	width:inherit;
}
#tmp_search_box #tmp_search_btn {
	display:none;
}
#tmp_sma_lmenu .nav_tool {
	text-align:center;
	background-color:#FFFFFF;
	border-bottom:1px solid #007663;
	border-top:1px solid #007663;
	padding: 5px 0;
}
#tmp_sma_lmenu .nav_tool a {
	background:url(/shared/images/icon/tool_icon.png) no-repeat left center;
	text-decoration:none;
	color:#000000;
	padding: 0 0 0 30px;
}
#tmp_scroll {
	display:none;
}
#tmp_search_box_cnt {
	float:none;
	margin:0 auto;
}
#tmp_fnavi li#tmp_fnavi_02,
#tmp_fnavi li#tmp_fnavi_03 {
	padding:0;
}
#tmp_fnavi .last,
#tmp_fnavi li#tmp_fnavi_03,
#tmp_fnavi li#tmp_fnavi_02,
#tmp_fnavi li#tmp_fnavi_01 {
	width:100%;
}
#tmp_sma_lnavi ul,
#tmp_sma_lnavi_ttl {
	display:block;
}
#stopBtn,
#stopBtn2 {
	background:url(/shared/images/icon/slide_stop_sp_btn.png) no-repeat left center;
	width:12px;
	height:12px;
}
#startBtn,
#startBtn2 {
	background:url(/shared/images/icon/slide_start_sp_btn.png) no-repeat left center;
	width:12px;
	height:12px;
}
#tmp_sma_lnavi_ttl,
#tmp_sma_lnavi_cnt {
	padding:0 10px;
	background-color:#FFFFFF;
}
#tmp_sma_lnavi_cnt {
	border:0;
}
#tmp_sma_lnavi_cnt li {
	border-top:1px dotted #444444;
	margin:0;
}
#tmp_sma_lnavi_cnt li:first-child {
	border:0;
}
#tmp_sma_lnavi_ttl {
	margin:0;
	border:0;
	padding-top:25px;
}
#tmp_sma_lnavi_ttl p {
	background-color:#C7E5E3;
	text-align:center;
	font-size:114.2%;
}
#tmp_sma_lnavi_ttl p a {
	margin:0;
}
#tmp_sma_lnavi_cnt li a {
	background:url(/shared/images/icon/brown_arrow.jpg) no-repeat 10px center;
	padding: 10px 0 10px 30px;
}
#tmp_sma_gnavi li:first-child {
	border-top:1px solid #444444;
}
#tmp_idx_lnavi {
	background-color:#FFFFFF;
	padding:0 10px;
}
#tmp_idx_lnavi ul {
	margin-bottom:45px;
}
#tmp_idx_lnavi ul li {
    display:inherit;
    border:0;
    margin:0;
    text-align: inherit;
    height:inherit;
	font-size:inherit;
	border-top: 1px dotted #444444;
}
#tmp_idx_lnavi ul li a {
    display:inherit;
    vertical-align: inherit;
    height: inherit;
    padding: 10px 10px 10px 30px;
    border:0;
    text-decoration: none;
    color:inherit;
	background:url(/shared/images/icon/brown_arrow.jpg) no-repeat 10px center;
}
#tmp_idx_lnavi ul li#tmp_idx_list5 a,
#tmp_idx_lnavi ul li#tmp_idx_list4 a,
#tmp_idx_lnavi ul li#tmp_idx_list3 a,
#tmp_idx_lnavi ul li#tmp_idx_list2 a {
	background-image:url(/shared/images/icon/brown_arrow.jpg);
}
#tmp_idx_lnavi ul li#tmp_idx_list5 a,
#tmp_idx_lnavi ul li#tmp_idx_list4 a {
    color:inherit;
}
#tmp_idx_lnavi ul li a:hover {
	background-image:url(/shared/images/icon/brown_arrow.jpg);
}
#tmp_idx_lnavi ul li#tmp_idx_list5 a:hover,
#tmp_idx_lnavi ul li#tmp_idx_list4 a:hover,
#tmp_idx_lnavi ul li#tmp_idx_list3 a:hover,
#tmp_idx_lnavi ul li#tmp_idx_list2 a:hover,
#tmp_idx_lnavi ul li#tmp_idx_list1 a:hover {
	background-image:url(/shared/images/icon/brown_arrow.jpg);
    background-color:inherit;
}
#tmp_koho .koho_list2 {
	margin: 0 auto 40px auto;
}
#tmp_query {
	min-height: 35px;
}
/* ==================================================
末端
================================================== */
.cate001 p,
.format_free #tmp_wrap_main,
.format_free #tmp_header {
	width:100%;
}
.format_free #tmp_wrap_main {
	box-sizing: border-box;
	padding: 10px 10px 50px;
}
.cate001 {
	min-width:inherit;
}
#tmp_contents ul li a .news_link {
	width:auto;
}
.format_idx #tmp_idx_cate012,
.format_idx #tmp_idx_cate011,
.format_idx #tmp_idx_cate008,
.format_idx #tmp_idx_cate004,
.format_idx #tmp_idx_cate003,
.format_idx #tmp_idx_cate002,
.format_idx #tmp_idx_cate001 {
	width:100%;
	height:101px;
	
}
.format_idx #tmp_idx_cate_box {
	background-size: 100% auto;
}
#tmp_saiyo2 ul.box_btn {
	width:100%;
}
#tmp_saiyo2 ul.box_btn li {
	float:none;
	width:inherit;
	margin:0 0 20px 0;
	box-sizing: border-box;
}
#tmp_wrap_sma_rnavi #tmp_search_box {
	display:block;
}
.format_free #tmp_wrap_header.fixed {
	position:inherit;
}
#tmp_top_slide_r .slick-slide .top_slide_img {
	background-position:center bottom 0;
}
@keyframes slide_img2 {
    0% {
	background-position: center bottom -200px;
    }
    100% {
	background-position: center bottom 0;
    }
}
/* ==================================================
clearfix
================================================== */
#tmp_top_news #tmp_top_news_box .top_news_cnt ul li:after,
#tmp_koho #tmp_koho_box01:after,
#tmp_koho #tmp_koho_box02:after,
#tmp_koho #tmp_koho_box03:after,
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}