@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:inherit;
	background-color:#ffffff;
}
html {
/*	background-color: #222222;*/
}
html body {
	background-color: #ffffff !important;
}
* html {
	background-color: #ffffff !important;
}
* html body {
	text-align:center; /* 変更しない */
}
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 */
}
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover, 
a:hover {
	opacity: 0.8;
	cursor: pointer;
}
input[type="submit"],
input[type="button"]{
	background:#2271CE;
	border:1px solid #2271CE;
	padding:.2em 1em;
	color: #ffffff;
	border-radius: 3px;
	min-width: 8em;
}
#tmp_contents input[type="text"],
#tmp_contents select,
#tmp_contents textarea {
	border: 1px solid #aaa;
	padding: .5em;
	box-sizing: border-box;
}
#tmp_contents textarea{
	width: 100%;
}
#cms8341-property input[type="text"],
#cms8341-property select,
#cms8341-property textarea {
	padding: .2em .2em;
	box-sizing: content-box;
	width: auto;
}
.submit_area {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
.enquete_button input[type="reset"]:hover {
	opacity: 0.8;
	cursor:pointer;
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* デザインによって変更 */
	min-width: 1240px;
	margin:0 auto;
	color:inherit;
	background-color:#FFFFFF;
}
* html #tmp_wrapper {
	text-align:left;
}
#tmp_wrapper2 {
	width:1200px; /* デザインによって変更 */
	margin:0 auto;
}
/* main
============================== */
.format_sogo_top #tmp_wrap_main {
	width:100%;
	margin:0;
	padding:0;
	border-bottom:none;
}
#tmp_wrap_main {
	clear:both; /* 変更しない */
}
.format_free #tmp_wrap_main {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/* layout
============================== */
.container {
	width: 100%;
	margin: 0 auto 60px;
}
.container .row {
	margin: 0 auto 30px;
	width: 1240px;
	clear: both;
	display: table;
	border-spacing: 20px 0;
}
.row .col-12,
.row .col-8,
.row .col-7,
.row .col-6,
.row .col-5,
.row .col-4,
.row .col-3 {
	display: table-cell;
	vertical-align: top;
}
.row .col-12 {
	width: 100%;
}
.row .col-8 {
	width: 66.6%;
}
.row .col-7 {
	width: 58.3%;
}
.row .col-6 {
	width: 50%;
}
.row .col-5 {
	width: 41.6%;
}
.row .col-4 {
	width: 33.3%;
}
.row .col-3 {
	width: 25%;
}

.btn {
	display: inline-block;
	padding: .4em 1em .4em 1.8em;
	font-size: 96%;
	box-sizing: border-box;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn + .btn {
	margin-left: .5em;
}
.btn_block {
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
a.btn-gray,
.btn-gray {
	color:#424242;
	background:url(/shared/images/icon/krss_icon.png) no-repeat left 10px center #ECECEC;
	border: 1px solid #ECECEC;
}
a.btn-blue,
.btn-blue {
	color:#ffffff;
	background:url(/shared/images/icon/klist_icon.png) no-repeat left 10px center #2271CE;
	border: 1px solid #2271CE;
}
a.btn-red,
.btn-red {
	color:#ffffff;
	background:url(/shared/images/icon/klist_icon.png) no-repeat left 10px center #B70000;
	border: 1px solid #B70000;
}
a.btn-green-right,
.btn-green-right {
	color: #467784;
	background:url(/shared/images/icon/list_d_green.svg) no-repeat left 10px center transparent;
	border: 1px solid #548D9C;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus {
	text-decoration: none !important;
}
.btn_text *,
.btn_text *:hover,
.btn_text *:active,
.btn_text *:focus {
	text-decoration: none !important; 
}

.container-gray{
	background-color: #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.text_center{
	text-align: center;
}
#tmp_form_btn{
	text-align: center;
}

#cms8341-toolbar a:hover {
	opacity: 1;
}
#cms8341-property #cms_inquiry_prop_anExtensionNumber_1,
#cms8341-property #cms_inquiry_prop_directNumber_1,
#cms8341-property #cms_inquiry_prop_fax_1{
	width: 10em;
}

/* contents
============================== */
.format_top h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
	min-height: 300px;
}

/* tmp_tab ★★★
============================== */
.tmp_tab_ttl {
	list-style:none;
	text-align:center;
}
.tmp_tab_ttl li {
	margin:0 10px 0 0;
	font-size:130%;
	font-weight:bold;
	float:left;
	display:block;
}
.tmp_tab_ttl li:last-child {
	margin-right:0;
}
.tmp_tab_ttl li a:hover,
.tmp_tab_ttl li.a:focus {
	background-color:#E0E0E0;
}
.tmp_tab_ttl li a {
	color:#333333;
	display:block;
	padding:13px 0 10px;
	background:#ECECEC; 
	text-decoration:none;
	box-sizing:border-box;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.tmp_tab_ttl li a span {
	background:url(/shared/images/icon/info_list_off_icon.png) no-repeat 75px 3px;
}
.tmp_tab_ttl li.active a {
	color:#1D493F;
	background-color:#9EDECE; 
	background:url(/shared/images/main/info_bg.png) repeat center top;
}
.tmp_tab_ttl li.active span {
	background:url(/shared/images/icon/info_list_on_icon.png) no-repeat 75px 3px;
}
.tmp_tab_ttl li a span {
	display:block;
	width:100%;
}
.tmp_tab_ttl li a span span {
	width:auto;
	display: inline-block;
}
.tmp_tab_cnt {
	color:#2A2A2A;
	background-color:#ffffff;
	padding:0 20px;
}
/* sogo
============================== */
#tmp_sogo_header:after,
#tmp_sogo_footer #tmp_address:after,
#tmp_sogo_footer #sogo_search:after {
	content: "";
	display: block;
	clear: both;
}
.format_sogo_top #tmp_wrapper {
	position: relative;
	width: 100vw;
	height: 100vh;
	min-width: 1240px;
	min-height: 700px;
	background: url('/shared/images/top_gallery/gallery01.jpg') center center / cover no-repeat;
}

.format_sogo_top #tmp_wrapper #scr_white {
	position: absolute;
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#cms8341-contentsZero #tmp_wrap_sogo_header {
	position: relative;
}
#cms8341-contentsZero a:hover {
	opacity: 1;
}
#tmp_wrap_sogo_header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 10;
}
#tmp_sogo_header {
	display: table;
	border-spacing: 10px 0;
	float: right;
}
#tmp_sogo_header a {
	display: table-cell;
	vertical-align: middle;
	padding: .8em 2em;
	color: #212121;
	background-color:#EEEEEE;
	min-width: 6em;
	text-align: center;
}
#tmp_sogo_header a:hover {
	opacity: 1;
	background: #fff;
}
#sogo_main_area {
	text-align: center;
	height: 500px;
	width: 620px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
#sogo_top_logo {
	margin-bottom: 10px;
}
#sogo_menu {
	display: table;
	width: calc(100% + 40px);
	margin: 0 0 20px -20px;
	border-spacing: 20px 0;
}
#sogo_menu p {
	display: table-cell;
}
#sogo_menu p.kanko a:not(:target) {
	color: #132243\9;
	background-color: #ffffff\9;
}
#sogo_menu p a {
	border: 1px solid #ffffff;
	border-radius: 2px;
	font-weight: bold;
	font-size: 1.6em;
	padding: .6em 1em;
	display: block;
	color: #fff;
	text-shadow: 
		#3A6DA7 2px 0px 0px, #3A6DA7 -2px 0px 0px,
		#3A6DA7 0px -2px 0px, #3A6DA7 0px 2px 0px,
		#3A6DA7 2px 2px 0px, #3A6DA7 -2px 2px 0px,
		#3A6DA7 2px -2px 0px, #3A6DA7 -2px -2px 0px,
		#3A6DA7 1px 2px 0px, #3A6DA7 -1px 2px 0px,
		#3A6DA7 1px -2px 0px, #3A6DA7 -1px -2px 0px,
		#3A6DA7 2px 1px 0px, #3A6DA7 -2px 1px 0px,
		#3A6DA7 2px -1px 0px, #3A6DA7 -2px -1px 0px,
		#3A6DA7 1px 1px 0px, #3A6DA7 -1px 1px 0px,
		#3A6DA7 1px -1px 0px, #3A6DA7 -1px -1px 0px;
	text-align: center;
	text-decoration: none;
}
#sogo_menu p a:hover,
#sogo_menu p a:focus {
	opacity: 1;
	text-decoration: none !important;
}
#sogo_menu p.home a{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMWI4OWJlIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzFiODliZSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4NzBiZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg, rgba(27,137,190,0.8) 0%, rgba(27,137,190,0.8) 1%, rgba(40,112,191,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(27,137,190,0.8) 0%,rgba(27,137,190,0.8) 1%,rgba(40,112,191,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(27,137,190,0.8) 0%,rgba(27,137,190,0.8) 1%,rgba(40,112,191,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: relative;
}

#sogo_menu p.kanko a{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDdmMWZkIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Q3ZjFmZCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4ZGNmOSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg, rgba(215,241,253,0.8) 0%, rgba(215,241,253,0.8) 1%, rgba(168,220,249,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(215,241,253,0.8) 0%,rgba(215,241,253,0.8) 1%,rgba(168,220,249,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(215,241,253,0.8) 0%,rgba(215,241,253,0.8) 1%,rgba(168,220,249,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: relative;
}
#sogo_menu p a:after {
	display: block;
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border:1px solid;
	border-color: rgba(255, 255, 255, 0);
	border-radius: 3px;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#sogo_menu p:hover a {
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#sogo_menu p:hover a:after {
	border-color: rgba(255, 255, 255, 0.6);
	top: -9px;
	left: -9px;
	padding:8px;
	box-sizing: content-box;
	-webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);

}
#tmp_emergency_sogo {
	margin: 0 auto 30px;
	box-sizing: border-box;
	width: 280px;
	height: 460px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	z-index: 10;
}
#tmp_emergency_sogo_ttl {
	background-color: #CD2D2D;
	color: #ffffff;
	padding: .5em .5em;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
#tmp_emergency_sogo_cnt {
	border-left: 4px solid #CD2D2D;
	border-right: 4px solid #CD2D2D;
	padding: 30px 20px;
	height: 240px;
	overflow: auto;
	background-color: #fff;
}
#tmp_emergency_sogo_more {
	border-left: 4px solid #CD2D2D;
	border-right: 4px solid #CD2D2D;
	border-bottom: 4px solid #CD2D2D;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	background-color: #fff;
	padding: 10px 20px 10px;
}
#tmp_emergency_sogo_cnt .ecnt_item {
	padding: 0 0 0 .5em;
	border-left: 3px solid #D84E3F;
	margin: 0 0 1.5em 0;
}
#tmp_emergency_sogo_more a {
	display: block;
	margin: 0 0 10px 0;
}
.format_sogo_top #tmp_emergency_m {
	margin: 0 auto 30px;
	box-sizing: border-box;
	width: 280px;
	height: 460px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	z-index: 10;
	display: none;
}
.format_sogo_top #tmp_emergency_m_ttl {
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	background-color: #C6522F;
	color: #ffffff;
	padding: .5em .5em .3em;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.format_sogo_top #tmp_emergency_m_cnt {
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	border: 4px solid #C6522F;
	background-color: #fff;
}
.format_sogo_top #urgency_list {
	padding: 30px 20px;
	overflow: auto;
}
.format_sogo_top #urgency_list ul {
	list-style: none;
	margin: 0;
	height: 330px;
	overflow: auto;
}
.format_sogo_top #urgency_list li {
	padding: 0 0 0 .5em;
	border-left: 3px solid #DA693F;
	margin: 0 0 1.5em 0;
}
#tmp_sogo_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
}
#tmp_sogo_ftool {
	color: #ffffff;
	background-color: #2271CE;
	text-align: right;
	padding: 6px 10px;
}
#tmp_sogo_ftool:after {
	content: "";
	display: block;
	clear: both;
}
#tmp_sogo_footer #sogo_gal_ctrl,
#tmp_sogo_footer #sogo_search{
	display: inline-block;
}
#sogo_gal_ctrl {
	vertical-align: top;
	min-height: 30px;
	border: 1px solid #ffffff;
	padding: 6px 10px;
	box-sizing: border-box;
}
#sogo_gal_ctrl .gallery_cntrol,
#sogo_gal_ctrl .list_order {
	display: inline-block;
}
#sogo_gal_ctrl ul.list_order {
	padding-right: 10px;
	border-right: 1px solid #ffffff;
	vertical-align: middle;
}
#sogo_gal_ctrl .list_order a {
	display: block;
}
#sogo_gal_ctrl .gallery_cntrol {
	padding-left: 10px;
	vertical-align: middle;
}
#sogo_gal_ctrl .gallery_cntrol a {
	color: #ffffff;
	display: block;
	width: 4rem;
	font-size: .9rem;
	text-align: center;
}
#sogo_gal_ctrl .gallery_cntrol a,
#sogo_gal_ctrl .gallery_cntrol a:active,
#sogo_gal_ctrl .gallery_cntrol a:hover,
#sogo_gal_ctrl .gallery_cntrol a:focus {
	text-decoration: none !important;
}
#tmp_sogo_footer #tmp_gsearch {
	width: auto;
	border: 1px solid #fff;
	padding: 2px;
	box-sizing: border-box;
	display: inline-block;
}
#tmp_sogo_footer #tmp_gsearch label {
	background-color: #2271CE;
	border: none;
}
#tmp_sogo_footer #tmp_gsearch #tmp_query {
	border: 1px solid #ffffff;
}
#tmp_sogo_footer #tmp_wrap_fnavi {
	background-color: #1E62B5;
}
#tmp_sogo_footer #tmp_fnavi {
	width: auto;
	padding-left:10px;
}
#tmp_sogo_footer #tmp_address {
	color: #ffffff;
	background: #222222;
	padding:.4em 10px;
}
#tmp_sogo_footer #tmp_address p:nth-child(1) {
	float: left;
}
#tmp_sogo_footer #tmp_address p:nth-child(2) {
	float: right;
}
#sogo_gallery {
	display: none !important;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	height: 100vh;
	overflow: hidden;
}
#sogo_gallery .gl_img_wrap {
	position: relative;
	min-height: 100vh;
	min-width: 100vw;
}
#sogo_gallery .gl_img_wrap img {
	min-height: 100vh;
	min-width: 100vw;
	width: auto;
	height: auto;
	position: fixed;
}
#tmp_sogo_publicity {
}
#tmp_sogo_publicity #tmp_publicity {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 20px;
	box-sizing: border-box;
}
.floating_pub {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 10em;
	margin: auto;
	z-index: 9999;
	width: calc(100% - 20px);
	box-sizing: border-box;
}
#tmp_publicity_close {
	position: absolute;
	right: 10px;
	top: 10px;
}
#tmp_publicity_close a {
	background-color: #2271ce;
	display: inline-block;
	padding: 3px;
}
#tmp_publicity_close a img {
	width: 15px;
	height: auto;
}

@media screen and (max-width: 1220px) {
	.format_sogo_top #tmp_wrapper {
		min-width: auto;
		min-height: 700px;
	}
	#tmp_wrap_sogo_header,
	#tmp_emergency_sogo,
	.format_sogo_top #tmp_emergency_m {
		position: relative;
	}
	#tmp_sogo_header {
		float: none;
		width: 100%;
		border-spacing: 2px 0;
	}
	#tmp_sogo_header a {
		font-size: .9em;
		padding: .8em .5em;
	}
	#sogo_main_area {
		width: auto;
		margin: 100px 100px;
		position: relative;
		height: auto;
	}
	#sogo_top_logo img {
		width: 80%;
		max-width: 400px;
		height: auto;
	}
	#tmp_emergency_sogo {
		width: auto;
		left: 0;
		right: 0;
		height: auto;
		border-radius: 0;
		margin: 0 10px 30px;
	}
	#tmp_emergency_sogo_cnt {
		height: auto;
		padding: 20px 20px 0;
	}
	.format_sogo_top #tmp_emergency_m {
		width: auto;
		left: 0;
		right: 0;
		height: auto;
		margin: 0 10px 30px;
	}
	.format_sogo_top #urgency_list {
		padding: 10px 20px;
	}
	.format_sogo_top #urgency_list ul {
		height: auto;
	}
}
/* tmp_wrap_info
============================== */
#tmp_wrap_info {
	width:100%;
	margin-bottom:20px;
}
#tmp_info {
	border: 1px solid #A7DCE0;
	border-radius: 4px;
}
#tmp_info_ttl {
	color: #187290;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: .1em;
	background: url(/shared/images/common/bg_light_blue.png) #DBEDF0;
	padding: 15px 20px;
}
#tmp_info_ttl img{
	vertical-align: middle;
	width: 1.5em;
	height: 1.5em;
	padding: 0 .5em 0 0;
}
#tmp_info_ttl li {
	width:265px;
}
#tmp_info_cnt table{
	border-collapse: collapse;
	margin-bottom:12px;
	width: 100%;
}
#tmp_info_cnt tr{
	margin-bottom:13px;
	border-bottom: 1px solid #EEEEEE;
}
#tmp_info_cnt table p{
	margin:11px 0;
}
#tmp_tab_cnt .list_table {
	margin:0 8px;
}
#tmp_info_cnt td.date{
	color:#2A2A2A;
	background-color:inherit;
	vertical-align:top;
	white-space: nowrap;
	width:6em;
}
#tmp_info_cnt {
	padding: 20px;
}
#tmp_info_cnt .read_all {
	text-align: right;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding: 0; /* デザインによって変更 */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:580px; /* デザインによって変更 */
	margin-right:-620px; /* デザインによって変更 */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #D0E4EA;
}
.format_top .column_full .col_lft_navi {
	padding:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_top .column_full .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_top .column_full .col_main {
	margin-left:480px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:300px; /* デザインによって変更 */
	margin-right:-340px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	padding: 0; /* デザインによって変更 */
	color:inherit;
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_free .column_full .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:340px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:210px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
	width: 1200px;
	margin:0 auto;
	color:inherit;
	background-color:#ffffff;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_hlogo a {
	display:block;
	width:294px;
	height:80px;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* format_top */
.format_top #tmp_header{
	padding: 15px 0;
	min-height: 100px;
	position: relative;
}
.format_top #tmp_hlogo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	pointer-events: none;
	width: 50%;
}
.format_top #tmp_means_secondary {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 3em;
}
.format_top #tmp_means_secondary a.link_sogo{
	border: 1px solid #2271CE;
	border-radius: 4px;
	color: #FFFFFF;
	padding: .8em 1em .8em 2em;
	display: block;
	background: url(/shared/images/icon/icon_h_sogo.svg) left .8em center / .8em .8em no-repeat #2271CE;
}
.format_top #tmp_hlogo h1{
	display:block;
	width:323px;
	height:105px;
	background:url(/shared/images/header/hedaer_logo.svg) center top / 323px 105px no-repeat;
	margin:0 auto;
}
.format_top #tmp_means {
	display:block;
	color:inherit;
	background-color:#ffffff;
	float:right;
	margin-top:10px;
	width: 15em;
}
/* format_free */
.format_free #tmp_hlogo {
	width: 234px;
	float:left;
}
.format_free #tmp_hlogo p {
	display:block;
	width:234px;
	height:75px;
	background:url(/shared/images/header/hedaer_logo.svg) center top / 234px 75px no-repeat;
	margin:0 auto;
}
.format_free #tmp_means {
	color:inherit;
	background-color:#ffffff;
	float:right;
}
.format_free #tmp_hnavi li {
	float: left;
}
.format_free #tmp_hnavi li a{
	display: block;
	padding: .2em .5em .2em 2em;
	background-color: #E7E7E7;
	border: 1px solid #E7E7E7;
	color: #0048C1;
}
.format_free #tmp_hnavi li .link_sogo {
	color: #ffffff;
	background: url(/shared/images/icon/icon_h_sogo.svg) left .8em center / .6em .8em no-repeat #2271CE;
	border: 1px solid #2271CE;
}
#tmp_gsearch {
	display: table;
	width: 400px;
	border-collapse: collapse;
	text-align: right;
}
#tmp_search_kwd_cnt #tmp_gsearch {
	display: table;
	width: 100%;
	border-collapse: collapse;
	text-align: right;
}
#tmp_gsearch #tmp_query {
	width: 100%;
	min-height: 30px;
	margin: 0;
	padding: 0 10px;
}
#tmp_gsearch label {
	min-height: 30px;
}
#tmp_gsearch p {
	display: table-cell;
	vertical-align: middle;
}
#tmp_gsearch #tmp_func_sch_btn {
	width: 100%;
	border: 1px solid #2271CE;
	background: #2271CE;
	color: #FFFFFF;
	height: 30px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	min-width: 60px;
	padding: 1px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
/* primary
============================== */
.format_top #tmp_means_primary {
	margin:2px 0 0;
}
.format_free #tmp_means_primary {
	margin:0 0 10px 0;
}
/* func_txt */
#tmp_func_txt {
	margin:0 10px 5px 0;
	float:left;
}
#tmp_func_txt dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_txt dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	color:inherit;
	background-color:#CCDDEE;
	float:left;
}
#tmp_func_txt dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
/* func_clr */
#tmp_func_clr {
	margin:0 0 5px;
	float:left;
}
#tmp_func_clr dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_clr dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	float:left;
}
#tmp_func_clr dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
#tmp_color_default {
	color:#000000;
	background-color:#FFFFFF;
}
#tmp_darkblue {
	color:#FFFF00;
	background-color:#00008B;
}
#tmp_yellow {
	color:#000000;
	background-color:#FFFF00;
}
#tmp_black {
	color:#FFFF00;
	background-color:#000000;
}
/* secondary
============================== */
#tmp_means_secondary {
	margin:0 0 5px 0;
	clear:both;
}
/* search */
#tmp_search {
	width: 400px;
	margin-left: auto;
}
#tmp_query {
	width:220px;
	min-height:19px;
	margin:0 5px 0 0;
	border-top:1px solid #ADADAD;
	border-bottom:1px solid #ADADAD;
	border-right:1px solid #2271CE;
	border-left:none;
	box-sizing: border-box;
}
* html #tmp_query {
	width:222px;
}
#tmp_func_sch_btn {
	min-width:60px;
	border:1px solid #AABBCC;
	padding:1px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
/* tertiary
============================== */
#tmp_means_tertiary {
	clear:both;
}
/* hnavi */
/* snavi */
#tmp_hnavi {
	list-style:none;
}
#tmp_hnavi li a {
	padding:.2em .5em .2em 2em;
	background: url(/shared/images/icon/list_blue.svg) left .8em center / .8em .8em no-repeat;
	text-decoration:none;
	line-height:1.7em;
}
#tmp_hnavi .last {
	margin-right:0;
}
#tmp_snavi {
	width:130px;
	height:50px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:15px 0 0 0;
	float:left;
}
#tmp_snavi li a {
	padding:17px 0 0 16px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	background-color:#2271CE;
	background:url(/shared/images/icon/h_sogo_icon.png) no-repeat 15px 1.6em;
}

/* ==================================================
navi
================================================== */
/* gnavi
============================== */
.format_top #tmp_wrap_gnavi,
.format_free #tmp_wrap_gnavi {
	width:100%;
	color: #FFFFFF;
	background-color:#2271CE;
}
.format_top #tmp_wrap_gnavi{
	margin-bottom:20px;
}
#tmp_wrap_gnavi{
/*	border-top: 1px solid #FFFFFF;*/
/*	border-bottom: 1px solid #FFFFFF;*/
}
.format_top #tmp_gnavi,
.format_free #tmp_gnavi {
	width:1200px;
	margin:0 auto;
}
#tmp_gnavi {
	color:inherit;
	clear:both;
}
#tmp_gnavi ul {
	border-left:1px solid #ffffff;
	list-style:none;
}
#tmp_gnavi li {
	width:238px;
	border-right:1px solid #ffffff;
	float:left;
}
#tmp_gnavi a {
	display:block;
	padding:16px 10px 15px;
	background-color:#2271CE;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-family: '游ゴシック','メイリオ',Meiryo,sans-serif;
	font-size:145%;
	letter-spacing: 0.1em;
	border:1px solid #2271CE;
	box-sizing: border-box;
}
* html #tmp_gnavi a {
	width:100%;
	text-decoration:none;
}
#tmp_gnavi li:hover,
#tmp_gnavi li:focus {
	background-color: #5b9ae5;
	opacity: 1;
}
#tmp_gnavi .active a {
	color:#2271CE;
	background-color:#ffffff;
	border:1px solid #2271CE;
	opacity: 1;
	box-sizing: border-box;
}

/* gallery
============================== */
#tmp_wrap_gallery {
	width:1200px;
	margin:0 auto;
	position: relative;
}
#tmp_wrap_main .gallery_navi * {
	background-color: transparent !important;
}
#tmp_gallery > ul,
#cms8341-library-gallery {
	list-style: none;
	height: 400px;
	overflow: auto;
}
.gallery_ctrl{
	background-color: rgba(0, 0, 0, 0.4);
	padding: 8px 0;
	text-align: center;
}
.gallery_ctrl * {
	display: inline-block;
	vertical-align: middle;
}
.gallery_ctrl img {
	margin: 0 6px;
}
#tmp_gallery .gallery_navi {
	position: absolute;
	top: 190px;
	width: 100%;
	height: 40px;
	display: table;
	border-spacing: 0;
	box-sizing: border-box;
	z-index: 10;
	pointer-events: none;
	background-color: transparent !important;
}
#tmp_gallery .gallery_navi p {
	display: table-cell;
	opacity: 0.6;
}
#tmp_gallery .gallery_navi p.next {
	text-align: right;
}
#tmp_gallery .gallery_navi p a {
	pointer-events: auto;
}
#tmp_gallery .gallery_ctrl {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
}
.touch_area a:hover {
	opacity: 1;
}
/* search
============================== */
#tmp_search_kwd {
	margin-bottom: 20px;
}
#tmp_search_kwd_cnt{
	border: 1px solid #D8DFE2;
	border-radius: 4px;
	background: url(/shared/images/common/bg_light_blue.png) #DBEDF0;
	padding: 10px 20px;
}
#tmp_search_kwd_cnt .box_search {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
#tmp_search_kwd_cnt .box_search p {
	display: table-cell;
	vertical-align: middle;
}
#tmp_gsearch label {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ADADAD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border-right: none;
	background-color: #fff;
}
#tmp_gsearch label img{
	vertical-align: middle;
}
#tmp_search_kwd_cnt label img {
	height: 25px;
	width: auto;
}
#tmp_search_kwd_cnt label {
	min-height: 50px;
	padding: 10px 5px;
	text-align: center;
}
#tmp_search_kwd_cnt #tmp_query {
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 5px 10px;
	background-position: 10px center !important;
}
#tmp_search_kwd_cnt #tmp_func_sch_btn {
	width: 100%;
	border: 1px solid #2271CE;
	color: #FFFFFF;
	height: 50px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.gsc-input td.gsib_a {
	padding: 0;
}
.gsc-input input[type="text"] {
	background-color: transparent !important;
}
/* life
============================== */
#top_life {
	border: 1px solid #D8DFE2;
	border-radius: 4px;
	padding: 20px;
}
#tmp_life_cnt:after {
	display: block;
	content: "";
	clear: both;
}
#tmp_life_cnt > div {
	width: calc(100% + 20px);
	margin: 0 0 0 -10px;
}
#tmp_life_cnt .life01 div,
#tmp_life_cnt .life02 div {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px 5px;
}
#tmp_life_cnt p {
	display: table-cell;
}
#tmp_life_cnt .life01 a {
	display: block;
	background-color: #ECECEC;
	border-radius: 4px;
	border: 1px solid #ECECEC;
	text-align: center;
	padding: 1.4em .5em;
	color: #1465BE;
	box-sizing: border-box;
}
#tmp_life_cnt .life02 a {
	display: block;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ECECEC;
	text-align: center;
	padding: 1em .5em;
	color: #1465BE;
	box-sizing: border-box;
}
#tmp_life_cnt .life02 img{
	vertical-align: middle;
	width: 2em;
	height: 2em;
	padding: 0 .5em 0 0;
}
/* pankuzu
============================== */
#tmp_wrap_pankuzu:after {
	content: "";
	display: block;
	background: url('/shared/images/common/bg_pankuzu.svg') repeat-x;
	height:4px;
	width: 100%;
}
#tmp_pankuzu {
	padding:10px 0;
	color:inherit;
	border-bottom:1px solid #fff;
	clear:both;
	width: 1200px;
	margin: 0 auto;
}
#tmp_pankuzu a {
	color: #0055E5;
	padding: .1em 1em;
	border: 1px solid #2271CE;
	border-radius: 3px;
	margin: 0 .4em;
}
#tmp_pankuzu a:first-child {
	padding: .1em 1em .1em 2.2em;
	background: url('/shared/images/icon/icon_home.svg') left .8em center / 1.2em 1em #ffffff no-repeat;
	
}
#tmp_sma_pankuzu {
	display:none;
}
/* idx_ttl
============================== */
#tmp_idx_ttl {
	border: 1px solid #A3E0D1;
	padding: 4px;
	position: relative;
	margin: 0 0 20px 0;
}
#tmp_idx_ttl h1 {
	background-color:#DBEDF2;
	color: #245FA9;
	font-size: 2.3rem;
	text-align: center;
	padding: 50px 10px;
	font-weight: bold;
	text-shadow: 
	#ffffff 2px 0px 0px, #ffffff -2px 0px 0px,
	#ffffff 0px -2px 0px, #ffffff 0px 2px 0px,
	#ffffff 2px 2px 0px, #ffffff -2px 2px 0px,
	#ffffff 2px -2px 0px, #ffffff -2px -2px 0px,
	#ffffff 1px 2px 0px, #ffffff -1px 2px 0px,
	#ffffff 1px -2px 0px, #ffffff -1px -2px 0px,
	#ffffff 2px 1px 0px, #ffffff -2px 1px 0px,
	#ffffff 2px -1px 0px, #ffffff -2px -1px 0px,
	#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,
	#ffffff 1px -1px 0px, #ffffff -1px -1px 0px;
}
#tmp_idx_ttl h1:before {
	position: absolute;
	content: "";
	display: block;
	border: 1px solid #ffffff;
	width: 24px;
	height: 24px;
	left: 16px;
	top: 16px;
	pointer-events:none;
}
#tmp_idx_ttl:before {
	position: absolute;
	content: "";
	display: block;
	border: 1px solid #ffffff;
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	left: 28px;
	top: 28px;
	pointer-events:none;
}
#tmp_idx_ttl h1:after {
	position: absolute;
	content: "";
	display: block;
	border: 1px solid #ffffff;
	width: 24px;
	height: 24px;
	right: 16px;
	bottom: 16px;
	pointer-events:none;
}
#tmp_idx_ttl:after {
	position: absolute;
	content: "";
	display: block;
	border: 1px solid #ffffff;
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	right: 28px;
	bottom: 28px;
	pointer-events:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl {
	color:inherit;
	background-color:#DDEEFF;
	border: 1px solid #b6dce7;
	box-sizing: border-box;
}
#tmp_lnavi_ttl a {
	color:#155879;
	display: block;
	padding: .8em .8em;
	font-weight:bold;
	font-size: 1.3em;
	background: url('/shared/images/common/bg_blue.png') #AAD6E3;
	text-decoration:none;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	margin:5px 0 0;
	background:#F3F3F3;
}
#tmp_lnavi_cnt li a {
	display: block;
	padding: 1em .8em .8em 2.2em;
	color: #376C86;
	background:url(/shared/images/icon/list_d_blue.svg) no-repeat left 1em center;
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
.col_lft_navi ul {
	list-style:none;
}
/* cnavi_life
============================== */
#tmp_cnavi_life {
	margin:0 0 20px;
	clear:both;
}
#tmp_cnavi_life_ttl {
	color:inherit;
	color:#1D483F;
	display: block;
	padding: .8em .8em;
	font-weight:bold;
	font-size: 1.3em;
	background: url('/shared/images/common/bg_green.png') #9EDECE;
	text-decoration:none;
	border: 1px solid #aee4d6;
	box-sizing: border-box;
}
#tmp_cnavi_life_cnt ul {
	list-style:none;
}
#tmp_cnavi_life_cnt li {
	margin:5px 0 0;
	background:#F3F3F3;
}
#tmp_cnavi_life_cnt li a {
	display: block;
	padding: 1em .8em .8em 2.2em;
	color: #286658;
	background:url(/shared/images/icon/list_d_green.svg) no-repeat left 1em center;
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
#tmp_event_search legend,
#tmp_event_genre legend {
	float: left;
	width: 6em;
	font-weight: bold;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	/*padding:0;*/
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 7px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	display:block;
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.2;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
#tmp_event_cal_list .event_cal_list thead td {
	text-align: center;
	font-weight: bold;
	background-color: #F6F6F6;
}
#tmp_lnavi_event_cal_cnt .calendar td.bgcolor:nth-child(1){
	color: #AB2120;
	background-color: #F1D7CD;
}
#tmp_lnavi_event_cal_cnt .calendar td.bgcolor:nth-child(7){
	color: #455CB1;
	background-color: #CEEAEC;
}
/* shisetsu
============================== */
#shisetsu_main_area {
	display: table;
	width: 100%;
}
#shisetsu_main_area .shisetsu_main_txt,
#shisetsu_main_area .shisetsu_main_img {
	display: table-cell;
	vertical-align: top;
}
#shisetsu_main_area .shisetsu_main_img {
	width: 400px;
	padding: 0 0 0 40px;
}
#shisetsu_main_area .shisetsu_main_img p span img {
	max-width: 400px;
	height: auto;
}
.shisetsu textarea {
	width: 100%;
	box-sizing: border-box;
}
/* bousaigyousei
============================== */
.bousaigyousei #tmp_contents input[type="text"],
.bousaigyousei #tmp_contents select {
	padding: 0em;
	margin: 2px;
}
/* rnavi
============================== */
/* pnavi
============================== */
#cms8341-contentsZero .pnavi {
	position: relative;
	text-align: right;
	bottom: 0;
	right: 0;
}
.pnavi {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 9998;
}
.pnavi a {
	display: inline-block;
}
.pnavi img {
	width: 60px;
	height: 60px;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	clear:both; /* 変更しない */
}
/* emergency
============================== */
#tmp_wrap_emergency {
	border:1px solid #ED637B;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding: 20px 0;
}
#tmp_emergency {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 20px 0;
}
#tmp_wrap_emergency_l {
	display: table-cell;
	width:74%;
	vertical-align: top;
	padding: 0 10px;
}
#tmp_wrap_emergency_r {
	display: table-cell;
	width: 26%;
	vertical-align: middle;
	border-left: #ED637B 1px solid;
	padding-left: 10px;
}
#tmp_emergency_ttl {
	position: relative;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
	color:#C9181D;
}
#tmp_emergency_cnt_fixed {
	position: absolute;
	right: 0;
	top: 0;
}
#tmp_emergency_cnt2,
#tmp_emergency_cnt3,
#tmp_emergency_cnt4 {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 20px 5px;
}
#tmp_emergency_cnt2 a,
#tmp_emergency_cnt3 a,
#tmp_emergency_cnt4 a {
	display:table-cell;
	background-color:#ECECEC;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-align:center;
	vertical-align: middle;
	color:#C9181D;
	font-weight:bold;
	text-decoration:none;
	padding: 25px 10px;
}
#tmp_emergency_cnt4 a {
	padding: 20px 10px;
}
#tmp_emergency_cnt_fixed .rss a {
	color:#424242;
	background:#ECECEC;
}
#tmp_emergency_cnt_fixed .rss a span {
	background:url(/shared/images/icon/krss_icon.png) no-repeat left center;
}
#tmp_emergency_cnt_fixed .list a {
	color:#ffffff;
	background:#CD0E0E;
}
#tmp_emergency_cnt_fixed .list a span {
	background:url(/shared/images/icon/klist_icon.png) no-repeat left center;
}
#tmp_emergency_cnt {
	clear:both;
}
#tmp_emergency_cnt tr {
	margin-bottom:5px;
}
#tmp_emergency_cnt td.date {
	vertical-align:top;
	white-space: nowrap;
	padding-right: 20px;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	width:1200px;
	margin:0 auto 30px;
	border:1px solid #ED637B;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	clear:both;
	padding: 6px 20px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 1.5em;
	text-align: left;
}
#sogo_main_area #tmp_emergency_s {
	width: 100%;
	border: 4px solid #CD0E0E;
}
#tmp_emergency_s p {
	display: table-cell;
}
#tmp_emergency_s p:nth-child(1) {
	color: #C9181D;
	padding: 0 .5em 0 0;
	font-weight: bold;
	width: 5em;
	text-align: right;
	border-right: 4px solid #c9181d;
}
#tmp_emergency_s p:nth-child(2) {
	padding: 0 0 0 .5em;
}
#tmp_emergency_s_cnt {
	display: table;
	width: 100%;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* tmp_emergency_m
============================== */
.format_top #tmp_emergency_m {
	border: 1px solid #C6522F;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px 30px;
	margin: 0 auto 30px;
	width: 1200px;
	clear: both;
	box-sizing: border-box;
	display: none;
}
.format_top #tmp_emergency_m_ttl {
	color: #C6522F;
}
.format_top #urgency_list ul {
	list-style: none;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	display: inline-block;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
}
#tmp_social_plugins .twitter_btn {
	width:auto;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_wrap_custom_update {
	clear:both;
	padding: .8em 0;
}
#tmp_custom_update {
	text-align: right;
	width: 1200px;
	margin: 0 auto;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_update {
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 20px;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:.5em 1em .5em 2.5em;
	color:inherit;
	font-weight:bold;
	font-size: 1.2em;
	border:1px solid #C4D7E1;
	border-radius: 3px 3px 0 0;
	background: url('/shared/templates/free/images/contents/icon_inquiry.svg') left .5em center / 1.5em 1.5em no-repeat #EAEAEA;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding: 7px 15px;
	border: 1px solid #C4D7E1;
	border-top: none;
	border-radius: 0 0 3px 3px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
.inquiry_memo {
	border-top: 1px solid #e1e1e1;
	padding: 5px 0 0 0;
}
#tmp_inquiry_cnt form + form {
	border-top: 1px solid #c8d9e3;
	padding-top: .5em;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	clear:both;
}
#tmp_feedback_ttl {
	padding:.5em 1em .5em 2.5em;
	color:inherit;
	font-weight:bold;
	font-size: 1.2em;
	border:1px solid #C4D7E1;
	border-radius: 3px 3px 0 0;
	background: url('/shared/images/icon/icon_feedback.svg') left .5em center / 1.5em 1.5em no-repeat #EAEAEA;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 15px;
	border: 1px solid #C4D7E1;
	border-top: none;
	border-radius: 0 0 3px 3px;
}
#tmp_feedback_cnt fieldset {
	margin: 0 0 0.5em 0;
	clear: both;
}
#tmp_feedback_cnt fieldset legend {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	clear: both;
}
#tmp_feedback_cnt fieldset p {
	display: inline;
	margin: 0 1em 0 0;
	float: left;
}
/* ==================================================
koho
================================================== */
#tmp_koho {
	display: table;
	border-spacing: 0;
	width: 100%;
	position: relative;
	z-index: 1;
}
#tmp_koho:before {
	position: absolute;
	display: block;
	content: "";
	z-index: 0;
	width: 220px;
	height: 220px;
	background: url(/shared/images/common/bg_light_blue.png) #DBEDF0;
	left: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
}
#tmp_koho_l,
#tmp_koho_r {
	display: table-cell;
	z-index: 1;
	position: relative;
}
#tmp_koho_l{
	vertical-align: middle;
	padding: 0 0 0 30px;
}
#tmp_koho_l > a {
	margin: 20px 0;
	display: block;
}
#tmp_koho_r {
	vertical-align: top;
	text-align: right;
	padding: 0 20px 0 0;
}
#tmp_koho_r .detail_img_ver > img,
#cms_kanko_link_koho_img > img {
	height: 250px;
	width: auto;
}
/* ==================================================
menu
================================================== */
#pickup {
	border: 1px solid #D8DFE2;
	border-radius: 4px;
	width: 800px;
}
#pickup_ttl {
	padding: 20px 20px 20px;
}
#pickup_gallery {
	overflow-x: auto;
	width: 100%;
/*	padding: 0 20px 20px;*/
	position: relative;
	box-sizing: border-box;
}
#pickup_gallery ul.pickup_ul {
	margin: 0;
	list-style: none;
	display: table;
	border-spacing: 0;
	width: 100%;
}
ul.list_order {
	list-style: none;
}
ul.list_order li {
	display: inline-block;
	margin: 0 4px 0 0;
}
#tmp_banner ul:after,
#pickup_gallery ul.pickup_ul:after {
	content: "";
	clear: both;
	display: block;
}
#pickup_gallery .touch_area {
	width: 640px;
	margin: 0 auto  40px;
	position: relative;
	z-index: 2;
}
#pickup_gallery .touch_area .box_gallrey{
	margin: 0 0 0 10px;
}
#pickup_gallery .pickup_ul li {
	padding: 0 20px 0 0;
	display: table-cell;
}
#pickup_gallery .pickup_ul li img,
#pickup_gallery .touch_area img {
	width: 200px;
	height: 100px;
}
.gallery_ctrl{
	background-color: rgba(0, 0, 0, 0.4);
	padding: 8px 0;
	text-align: center;
}
.gallery_ctrl * {
	display: inline-block;
	vertical-align: middle;
}
.gallery_ctrl img {
	margin: 0 6px;
}
.pickup_gallery_ctrl .gallery_navi {
	position: absolute;
	top: 30px;
	width: 100%;
	height: 40px;
	display: table;
	border-spacing: 0;
	box-sizing: border-box;
	z-index: 1;
}
.pickup_gallery_ctrl .gallery_navi p {
	display: table-cell;
	opacity: 0.4;
}
.pickup_gallery_ctrl .gallery_navi p.prev {
	padding: 0 0 0 20px;
}
.pickup_gallery_ctrl .gallery_navi p.next {
	text-align: right;
	padding: 0 20px 0 0;
}
/* ==================================================
menu
================================================== */
.menu_btn {
	margin: 60px auto;
	width: 360px;
}
.menu_btn .menu_ttl {
	width: 360px;
	height: 240px;
	position: relative;
	color: #ffffff;
	background-color: #666666;
}
.menu_btn .menu_ttl > span > img {
	width: 100%;
	height: auto;
}
.menu_btn .menu_ttl p {
	position: absolute;
	width: 340px;
	height: 3rem;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 
	rgba(0, 0, 0, 0.8) 0px 0px 5px, rgba(0, 0, 0, 0.8) -1px 0px 5px,
	rgba(0, 0, 0, 0.8) 0px -1px 5px, rgba(0, 0, 0, 0.8) 0px 1px 5px,
	rgba(0, 0, 0, 0.8) 0px 0px 5px, rgba(0, 0, 0, 0.8) -1px 1px 5px;
}
.col-4:nth-child(1) .menu_btn .menu_ttl p {
	height: 6rem;
}
#tmp_wrap_main .menu_btn .menu_ttl a.menu_more_btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #fff !important;
	padding: .5em 1em .5em 2.5em;
	background: url('/shared/images/icon/list_white.svg') left 1em center / 1em 1em no-repeat rgba(0, 0, 0, 0.8) !important;
}
.menu_btn .menu_cnt {
	background-color: #ffffff;
	padding: 30px 20px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.menu_btn .menu_cnt ul {
	list-style: none;
}
.menu_btn .menu_cnt li {
	margin: .4em 0 1.6em 0;
}
.menu_btn .menu_cnt li a{
	display: inline-block;
	padding: 0 0 0 20px;
	background: url('/shared/images/icon/list_blue.svg') left center no-repeat;
	box-sizing: border-box;
}
.menu_btn .menu_cnt li:last-child {
	margin: 0;
}
.menu_btn .menu_cnt > div {
	padding: 0 0 1.5em 0;
}
.menu_btn .menu_cnt > div p {
	padding: .2em 0;
}
.menu_btn .menu_cnt > a {
	display: block;
	text-decoration: none;
	padding: 8px 4px;
	box-sizing: border-box;
	border: 1px solid #fff;
	margin: 0 0 10px 0;
}
.menu_btn .menu_cnt > a:last-child {
	margin: 0;
}
.menu_btn .menu_cnt > a:hover,
.menu_btn .menu_cnt > a:focus {
	text-decoration: none !important;
	border: 1px solid #dbedf0;
	border-radius: 6px;
}
.menu_btn .menu_cnt .kirari_ttl {
	border-bottom: 2px solid #CCCCCC;
	position: relative;
	display: block;
	color: #222;
}
.menu_btn .menu_cnt .kirari_ttl_cnt {
	font-weight: bold;
}
.menu_btn .menu_cnt .kirari_ttl:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #8fc7da;
	bottom: -2px;
	width: 4.5em;
}
.menu_btn .menu_cnt .kirari_ttl span {
	padding-right: 1em;
}
.menu_btn .menu_cnt .kirari_cnt {
	display: block;
	padding-top: 5px;
}
/* ==================================================
banner
================================================== */
#tmp_banner {
	padding: 40px 0 10px;
}
#tmp_banner ul {
	margin: 0;
	list-style: none;
}
#tmp_banner li {
	float: left;
	margin: 10px 50px 10px 0;
}
#tmp_banner li:nth-child(5n) {
	margin: 10px 0 10px 0;
}
#tmp_banner ul img {
	width: 200px;
	height: auto;
}

#tmp_contents .banner ul {
	list-style: none;
}
#tmp_contents .banner ul:after {
	content: "";
	clear: both;
	display: block;
}
#tmp_contents .banner ul li {
	float: left;
	margin: 0 10px 0 0;
}
/* ==================================================
publicity
================================================== */
#tmp_publicity {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
}
#tmp_publicity_ttl,
#tmp_publicity_cnt {
	display: table-cell;
	vertical-align: top;
}
#tmp_publicity_ttl {
	width: 180px;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin: 0 0 0 20px;
	padding: 0 0 15px;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
map
================================================== */
#tmp_search_area {
	display: table;
	margin-bottom: 30px;
	border-bottom: 6px solid #C4DEE8;
}
#tmp_search_area #tmp_map_search,
#tmp_search_area #tmp_facilities {
	display: table-cell;
	width: auto;
	vertical-align: top;
}
#tmp_map_search .map_sch_keyword_cnt {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#tmp_map_search .map_sch_keyword_cnt p {
	display: table-cell;
	vertical-align: middle;
}
#tmp_map_search .map_sch_keyword_cnt p:nth-child(2) {
	width: 5em;
}
#tmp_map_search .map_sch_keyword_cnt p input {
	height: 50px;
}
#tmp_map_search .map_sch_keyword_cnt p input#keyword {
	margin: 0;
	border-radius: 0;
	border: 1px solid #C4DEE8;
	width: 100%;
	box-sizing: border-box;
}
#tmp_map_search .map_sch_keyword_btn {
	text-align: right;
}
#tmp_map_search .map_sch_keyword_btn p {
	margin: 0;
}
#tmp_map_search .map_sch_keyword_btn a {
	color: #1C5AA6;
	background: url(/shared/images/icon/list_blue.svg) left .8em center / .8em .8em no-repeat #E7E7E7;
	display: inline-block;
	padding: .2em .5em .2em 2em;
	border: 1px solid #E7E7E7;
}
.map_sch_keyword #search_keyword {
	color: #222;
	background-color: #C4DEE8;
	border: 1px solid #C4DEE8;
	padding: 1em 1em;
	box-sizing: border-box;
	border-radius: 0;
}
#tmp_search_area #tmp_map_search {
	width: 330px;
	padding-right: 30px;
}
#tmp_facilities {
	width: 840px;
}
#tmp_facilities_btn a {
	display: block;
	text-align: center;
	color: #164F87;
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
	padding: .8em .2em 1em;
	font-size: 1.1em;
}
#tmp_contents #tmp_search_area #tmp_facilities_btn ul {
	width: calc(100% + 12px);
}
#tmp_contents #tmp_search_area #tmp_facilities_btn li {
	width: 160px;
	padding: 0 10px 10px 0;
}
#tmp_contents #tmp_search_area #tmp_facilities_btn img {
	width: 80px;
	height: 80px;
}
#tmp_contents #tmp_search_area #tmp_facilities_btn span {
	display: block;
}
#tmp_map_result {
	display: table;
	margin-bottom: 30px;
}
#tmp_map_result #tmp_map,
#tmp_map_result #tmp_wrap_gmap_box {
	display: table-cell;
	vertical-align: top;
}
#tmp_map_result #tmp_map {
	width: 460px;
	padding-right: 30px;
}
#tmp_map_result #tmp_map_list {
	width: 100%;
}
#tmp_map_result #tmp_result_ttl {
	background-color: #C4DEE8;
	padding: .5em 1em;
	font-weight: bold;
	font-size: 1.2em;
}
#tmp_map_result #tmp_wrap_gmap_box2 {
	margin: 0;
	width: 710px;
}
#tmp_map_result #tmp_result_list {
	height: 430px;
}
#tmp_contents #tmp_result_list ul li {
	margin: 0;
}
#tmp_contents #tmp_result_list ul li a {
	display: block;
	padding: .5em 1em .5em 2.5em;
}
#tmp_contents #tmp_result_list ul li.cate1 a {
	background: url(/shared/system/images/maps/map_icon01.png) left 10px center / 1.5em auto no-repeat;
}
#tmp_contents #tmp_result_list ul li.cate2 a {
	background: url(/shared/system/images/maps/map_icon02.png) left 10px center / 1.5em auto no-repeat;
}
#tmp_contents #tmp_result_list ul li.cate3 a {
	background: url(/shared/system/images/maps/map_icon03.png) left 10px center / 1.5em auto no-repeat;
}
#tmp_contents #tmp_result_list ul li.cate4 a {
	background: url(/shared/system/images/maps/map_icon04.png) left 10px center / 1.5em auto no-repeat;
}
#tmp_contents #tmp_result_list ul li.cate5 a {
	background: url(/shared/system/images/maps/map_icon05.png) left 10px center / 1.5em auto no-repeat;
}
#tmp_contents #tmp_result_list ul li.cate6 a {
	background: url(/shared/system/images/maps/map_icon06.png) left 10px center / 1.5em auto no-repeat;
}
#tmp_contents #tmp_result_list ul li.cate7 a {
	background: url(/shared/system/images/maps/map_icon07.png) left 10px center / 1.5em auto no-repeat;
}
#tmp_contents #tmp_result_list ul li.cate8 a {
	background: url(/shared/system/images/maps/map_icon08.png) left 10px center / 1.5em auto no-repeat;
}
#tmp_contents #tmp_result_list ul li.cate9 a {
	background: url(/shared/system/images/maps/map_icon09.png) left 10px center / 1.5em auto no-repeat;
}
#tmp_contents #tmp_result_list ul li.cate10 a {
	background: url(/shared/system/images/maps/map_icon10.png) left 10px center / 1.5em auto no-repeat;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#333333;
	background-color:#DDEEFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	color: #fff;
	background: url('/shared/images/footer/footer_bg.jpg') #1F5BA7;
}
#tmp_footer {
	position: relative;
	display: table;
	padding: 1.5em 0;
	margin: 0 auto;
	width: 1200px;
	background: url(/shared/images/footer/fotter_logo_bg.png) ,url(/shared/images/footer/footer_bg2.png);
	background-repeat: no-repeat, repeat-y;
	background-position: left bottom, right top;
}
#tmp_footer_ttl,
#tmp_footer_cnt {
	display: table-cell;
	vertical-align: top;
}
#tmp_footer_ttl {
	width: 350px;
	vertical-align: middle;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	text-align: center;
}
#tmp_footer_ttl img {
	width: 100%;
	height: auto;
}
#tmp_footer_cnt {
	
}
/* fnavi
============================== */
#tmp_wrap_fnavi {
	padding: 1em 0;
	color: #FFFFFF;
	background-color: #2271CE;
	border-top: 1px solid #2271CE;
	border-bottom: 1px solid #2271CE;
}
#tmp_fnavi {
	margin: 0 auto;
	width: 1200px;
}
#tmp_fnavi ul{
	list-style: none;
}
#tmp_fnavi li {
	margin: 0 1em 0 0;
	white-space:nowrap;
	float:left;
	line-height: 0.8em;
	padding: 0 1em 0 0;
	border-right: 1px solid #fff;
}
#tmp_fnavi a {
	color: #ffffff;
}
#tmp_fnavi .last {
	margin-right:0;
	border: none;
}
#tmp_footer_cnt {
	padding:0 10px;
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 1em;
	font-style:normal;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block; /* スマホでinline値にする場合 */
}
#tmp_footer_cnt address span.spbr {
	display:inline; /* スマホでblock値にする場合 */
}
#tmp_copyright {
	text-align:center;
	clear:both;
}
/* copyright
============================== */
#tmp_wrap_copyright {
	color: #fff;
	background: #222222;
}
#tmp_copyright {
	display: table;
	padding: 10px 0;
	margin: 0 auto;
	width: 1200px;
}
/* ==================================================
kanko
================================================== */
#tmp_info_area {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}
#tmp_kanko_info,
#tmp_kanko_sub_menu {
	display: table-cell;
	vertical-align: top;
}
#tmp_kanko_info {
	width: 850px;
	padding: 1.8em 3em;
	box-sizing: border-box;
	background-color: #FCFCFB;
}
.bg_grd {
	background-image: 
		url(/shared/images/kanko/bg_grd_top_left.svg),
		url(/shared/images/kanko/bg_grd_top_right.svg),
		url(/shared/images/kanko/bg_grd_bottom_right.svg),
		url(/shared/images/kanko/bg_grd_bottom_left.svg);
	background-repeat: no-repeat;
	background-position: top left, top right, bottom right, bottom left;
	background-size: auto 50%;
}
#tmp_kanko_sub_menu {
	padding: 0 0 0 50px;
}
#tmp_contents #tmp_kanko_sub_menu p:last-child {
	margin: 0;
}
#tmp_kanko_sub_menu a {
	display: block;
	position: relative;
	color: #2171cd;
	font-weight: bold;
	font-size: 1.4em;
	padding: 1.2em 10px 1.2em 120px;
	background-position: left 35px center;
	background-size: 65px 65px;
	background-repeat: no-repeat;
}
#tmp_kanko_sub_menu p {
	background-color: #E5F1F4;
	border: 1px solid #FFFFFF;
}
#tmp_kanko_sub_menu p:nth-child(1) a {
	background-image: url(/shared/images/kanko/btn_house.png);
}
#tmp_kanko_sub_menu p:nth-child(2) a {
	background-image: url(/shared/images/kanko/btn_access.png);
}
#tmp_kanko_sub_menu p:nth-child(3) a {
	background-image: url(/shared/images/kanko/btn_camera.png);
}
#tmp_kanko_sub_menu a:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 20px;
	background: url(/shared/images/kanko/btn_border.png) top left / 13px 100% no-repeat;
}
#kanko_wrap_gallery {
	margin-bottom: 40px;
	position: relative;
}
#kanko_gallery {
	height: 400px;
	overflow: auto;
}
#tmp_contents #kanko_wrap_gallery h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	background: none;
	color: #222;
	top: 70px;
	left: 0;
	z-index: 10;
}
#tmp_contents #kanko_wrap_gallery h1 img {
	width: 285px;
	height: auto;
}
#tmp_contents #kanko_gallery ul {
	margin: 0;
	list-style: none;
}
#kanko_gallery .list_order {
	display: none;
}
#kanko_gallery .tmp_gallery_ctrl {
	background-color: rgba(85, 93, 97, 0.8);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 50;
}
#kanko_gallery .gallery_cntrol {
	position: relative;
	width: 100px;
	height: 40px;
}
#kanko_gallery .gallery_cntrol .prev {
	position: absolute;
	left: 2px;
	top: 3px;
}
#kanko_gallery .gallery_cntrol .next {
	position: absolute;
	right: 2px;
	top: 3px;
}
#kanko_gallery .gallery_cntrol p:not(.prev):not(.next) {
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	width: 32px;
	margin: auto;
}
#kanko_gallery .gallery_cntrol * {
	display: inline-block;
}
#kanko_gallery .gallery_cntrol a {
	padding: 8px;
}
#tmp_contents #tmp_info_area h2 {
	font-size: 1.5em;
	background-color: transparent;
	border: none;
	color: #2271ce;
	padding: 0 0 0 1.4em;
	margin: 0 0 .8em;
	background: url(/shared/images/kanko/info_ttl.png) left center / auto 1.5em no-repeat;
}
#tmp_contents #tmp_kanko_info_cnt ul {
	margin: 0;
	list-style: none;
}
#tmp_contents #tmp_kanko_info_cnt span {
	display: inline-block;
	min-width: 5em;
}
#tmp_kanko_info_more {
	text-align: right;
}
#tmp_kanko_info_more p {
	display: inline-block;
	background-size: auto 140%;
	margin: 0 !important;
}
#tmp_kanko_info_more a {
	display: inline-block;
	padding: .4em 1em .4em 2em;
	background: url(/shared/images/icon/krss_icon.png) no-repeat left 10px center;
}
#tmp_contents .kanko_anchorlink ul li {
	width: calc(33% - 40px);
	margin: 0 20px .7em 20px;
}
#tmp_contents .kanko_anchorlink ul li a {
	font-size: 1em;
}
#tmp_contents .kanko_anchorlink {
	margin: 10px 10px 30px;
	border: 1px solid #F2F4F8;
	padding: 30px 10px;
	box-sizing: border-box;
}

/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007500; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3 ▼変更しない
============================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 20px; /* 変更しない */
	padding:1px;
	border:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:3px 7px;
	color:inherit;
	font-weight:bold;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:10px 10px 0;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important; /* 変更しない */
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}

/* ==================================================
system
================================================== */
#cms8341_EnqueteItems > div:hover {
	cursor: move;
}
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:36px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html .col_nm,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html #tmp_wrap_custom_update,
*:first-child+html #tmp_custom_update,
*:first-child+html #tmp_social_plugins,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .box_faq,
*:first-child+html .box_faq_ttl,
*:first-child+html .box_faq_cnt {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .col_nm,
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_means_primary,
* html #tmp_func_txt,
* html #tmp_func_clr,
* html #tmp_means_secondary,
* html #tmp_search,
* html #tmp_means_tertiary,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_gnavi ul,
* html #tmp_wrap_main,
* html #tmp_main,
* html #tmp_lnavi,
* html #tmp_lnavi_ttl,
* html #tmp_lnavi_cnt,
* html #tmp_event_cal,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal_cnt .cal_navi,
* html #tmp_emergency,
* html #tmp_emergency_ttl,
* html #tmp_emergency_cnt,
* html #tmp_emergency_s,
* html #tmp_emergency_s_ttl,
* html #tmp_emergency_s_cnt,
* html #tmp_wrap_custom_update,
* html #tmp_custom_update,
* html #tmp_social_plugins,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry,
* html #tmp_inquiry_ttl,
* html #tmp_inquiry_cnt,
* html #tmp_feedback,
* html #tmp_feedback_ttl,
* html #tmp_feedback_cnt,
* html #tmp_feedback_cnt dd,
* html #tmp_publicity_cnt,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html .box_faq,
* html .box_faq_ttl,
* html .box_faq_cnt {
	display:inline-block; /* 変更しない */
}

@-webkit-keyframes anime {
	0% {
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	10% {
		-webkit-transform: scale(1.1);
		opacity: 1;
	}
	40% {
		-webkit-transform: scale(1.2);
		-webkit-animation-timing-function: ease-out;
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.3);
		opacity: 0;
	}
	100% {
		opacity: 0
	}
}
@keyframes anime {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
	}
	10% {
		transform: scale(1.1);
		opacity: 1;
	}
	40% {
		transform: scale(1.2);
		animation-timing-function: ease-out;
		opacity: 1;
	}
	50% {
		transform: scale(1.3);
		opacity: 0;
	}
	100% {
		opacity: 0
	}
}