@charset "utf-8";
@import "/shared/templates/free/style/component.css";

/* ==================================================
Required to CMS-8341
================================================== */
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	line-height:1.2;
	margin:1.5em 0 0.8em;
	clear:both; /* Do not edit */
}
#tmp_contents h2 a,
#tmp_contents h3 a,
#tmp_contents h4 a,
#tmp_contents h5 a,
#tmp_contents h6 a {
	color:#000000;
	text-decoration:none;
}
#tmp_contents h2 a[href]:hover,
#tmp_contents h3 a[href]:hover,
#tmp_contents h4 a[href]:hover,
#tmp_contents h5 a[href]:hover,
#tmp_contents h6 a[href]:hover,
#tmp_contents h2 a[href]:focus,
#tmp_contents h3 a[href]:focus,
#tmp_contents h4 a[href]:focus,
#tmp_contents h5 a[href]:focus,
#tmp_contents h6 a[href]:focus {
	color: #005cd0;
	text-decoration: underline;
}
#tmp_contents h2 a[href],
#tmp_contents h3 a[href],
#tmp_contents h4 a[href],
#tmp_contents h5 a[href] {
	padding-right:40px;
    background: url(/shared/images/icon/arrow_b21.png) no-repeat right center;
}
#tmp_contents h6 a[href] {
	padding-right:30px;
    background: url(/shared/images/icon/arrow_b16.png) no-repeat right center;
}
#tmp_contents h2:first-child {
	margin-top:0;
}
#tmp_contents h2 {
    font-size: 185.7%;
	border-bottom:4px solid #cccccc;
	padding-bottom:12px;
	position:relative;
}
#tmp_contents h2::after {
    content:"";
	position:absolute;
	left:0;
	bottom:-4px;
	width:140px;
    height: 4px;
    border-bottom:4px solid #005cd0;
}
#tmp_contents h3 {
    font-size: 171.4%;
    border-bottom: 1px solid #d2d2d2;
	position:relative;
	padding:0 0 11px 16px;
}
#tmp_contents h3::before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:5px;
	height:29px;
	border-left:5px solid #005cd0;
}
#tmp_contents h4 {
    font-size: 157%;
    border-bottom: 1px solid #cccccc;
    padding-bottom:10px;
}
#tmp_contents h5 {
    font-size: 157%;
    border-bottom: 1px dashed #cccccc;
    padding-bottom:12px;
}
#tmp_contents h6 {
    font-size: 142.8%;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin: 0 0 1.6em 0;
	line-height: 2;
}
#tmp_contents ul {
	margin:0 0 1em 1.6em; /* Do not edit */
	list-style-image:url(/shared/images/icon/list_icon.png); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 1.6em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.7em; /* Do not edit */
	line-height:2;
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
/* ==================================================
区役所
================================================== */
/* 各ボタン
================================================== */
#tmp_contents .annai_status_btn,
#tmp_contents .annai_office_btn,
#tmp_contents .annai_foreign_btn,
#tmp_contents .annai_noicon_btn {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	line-height:1.2;
	margin:0 0 20px;
	clear:both;
	border:3px solid #dedede;
	background-image:url(/shared/images/icon/annai_icon.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#tmp_contents .annai_status_btn.hover,
#tmp_contents .annai_office_btn.hover,
#tmp_contents .annai_foreign_btn.hover,
#tmp_contents .annai_noicon_btn.hover {
	color: #ffffff;
	border-color: #005cd0;
	background-color: #005cd0;
	background-image:url(/shared/images/icon/annai_icon_on.png);
}
#tmp_contents .annai_status_btn td,
#tmp_contents .annai_office_btn td,
#tmp_contents .annai_foreign_btn td,
#tmp_contents .annai_noicon_btn td {
	padding:10px;
	vertical-align:middle;
	height:68px;
}
#tmp_contents .annai_status_btn .ttl,
#tmp_contents .annai_office_btn .ttl,
#tmp_contents .annai_foreign_btn .ttl,
#tmp_contents .annai_noicon_btn .ttl {
	padding-left:80px;
	font-size: 128.6%;
	font-weight: bold;
	background-repeat:no-repeat;
	background-position:13px 50%;
}
#tmp_contents .annai_status_btn .ttl {
	width:380px;
}
#tmp_contents .annai_foreign_btn .ttl {
	width:210px;
}
#tmp_contents .annai_noicon_btn .ttl {
	padding-left: 20px;
}
#tmp_contents .annai_status_btn a,
#tmp_contents .annai_office_btn a,
#tmp_contents .annai_foreign_btn a,
#tmp_contents .annai_noicon_btn a {
	text-decoration: none;
	color: #000000;
}
#tmp_contents .annai_status_btn.hover td a,
#tmp_contents .annai_status_btn:focus td a,
#tmp_contents .annai_office_btn.hover td a,
#tmp_contents .annai_office_btn:focus td a,
#tmp_contents .annai_foreign_btn.hover td a,
#tmp_contents .annai_foreign_btn:focus td a,
#tmp_contents .annai_noicon_btn.hover td a,
#tmp_contents .annai_noicon_btn:focus td a {
	color: #ffffff;
}
/* 窓口呼び出し状況 */
#tmp_contents .annai_status_btn .ttl {
	background-image:url(/shared/templates/free/images/contents/ward/icon_status.png);
}
#tmp_contents .annai_status_btn.hover .ttl {
	background-image:url(/shared/templates/free/images/contents/ward/icon_status_on.png);
}
/* 区役所業務のご案内 */
#tmp_contents .annai_office_btn .ttl {
	background-image:url(/shared/templates/free/images/contents/ward/icon_office.png);
}
#tmp_contents .annai_office_btn.hover .ttl {
	background-image:url(/shared/templates/free/images/contents/ward/icon_office_on.png);
}
/* foreign */
#tmp_contents .annai_foreign_btn .ttl {
	background-image:url(/shared/templates/free/images/contents/ward/icon_foreign.png);
}
#tmp_contents .annai_foreign_btn.hover .ttl {
	background-image:url(/shared/templates/free/images/contents/ward/icon_foreign_on.png);
}
/* ==================================================
観光・文化
================================================== */
/* navi_btn
================================================== */
.custom_transport .navi_btn {
	line-height:1.4;
}
.custom_transport .navi_btn a {
	display:inline-block;
	background:url(/shared/images/transport/icon/arrow_b14.png) no-repeat left 0.3em;
	padding:2px 0 0 20px;
	min-height:16px;
	color:#000000;
	text-decoration:none;
}
.custom_transport .navi_btn a:hover {
	color: #00803f;
	text-decoration:underline;
}
/* tourism_menu
================================================== */
#tmp_tourism_menu {
	min-width:1080px;
	position: relative;
    z-index: 2;
    border-top: 3px solid #E15175;
    border-bottom: 1px solid #C5CDD6;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
#tmp_tourism_menu ul {
	margin:0 auto;
	list-style:none;
}
#tmp_tourism_menu ul li {
	margin:0;
	padding:0;
	width: 25%;
	float: left;
	text-align: center;
	font-size: 121.4%;
	font-weight: bold;
}
#tmp_tourism_menu ul li a {
	position: relative;
	display: block;
	padding: 14px;
	text-decoration: none;
	border-right: 1px solid #C5CDD6;
}
#tmp_tourism_menu ul li.m01 a {
	color: #C43F6D;
	border-left: 1px solid #C5CDD6;
}
#tmp_tourism_menu ul li.m02 a {
	color: #1A7F6B;
}
#tmp_tourism_menu ul li.m03 a {
	color: #1C7FA5;
}
#tmp_tourism_menu ul li.m04 a {
	color: #696969;
}
#tmp_tourism_menu li a:hover::after,
#tmp_tourism_menu li a:focus::after {
    content: "";
    position: absolute;
    left: 2%;
    bottom: 2px;
    width: 96%;
    height: 3px;
    background-color: #999999;
}
#tmp_tourism_menu li.m01 a:hover::after,
#tmp_tourism_menu li.m01 a:focus::after {
	background-color: #E580AC;
}
#tmp_tourism_menu li.m02 a:hover::after,
#tmp_tourism_menu li.m02 a:focus::after {
	background-color: #1F8D76;
}
#tmp_tourism_menu li.m03 a:hover::after,
#tmp_tourism_menu li.m03 a:focus::after {
	background-color: #208EB3;
}
#tmp_tourism_menu li.m04 a:hover::after,
#tmp_tourism_menu li.m04 a:focus::after {
	background-color: #777777;
}
/* tourism_cnt
================================================== */
#tmp_tourism .section_cnt {
	position:relative;
	overflow:hidden;
	min-width:1080px;
	border-bottom:1px solid #ffffff;
	text-align: left;
}
/* bg_area */
#tmp_tourism .bg_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-origin: padding-box;
	background-clip: border-box;
	background-size: cover;
	background-attachment: fixed !important;
}
#tmp_tourism .bg_area img {
	width:100%;
}
#tmp_tourism .bg_area::after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #66666f;
    -webkit-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.bg_area.standby:after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: none;
}
/* inner_ttl */
#tmp_tourism .content_inner .inner_ttl {
	color:#ffffff;
	width:400px;
	padding:20px 15px 10px;
}
.no_javascript #tmp_tourism .content_inner .inner_ttl {
	margin-bottom:20px;
}
.used_javascript #tmp_tourism .content_inner .inner_ttl {
	-webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.content_inner .inner_ttl.standby {
	margin-left: -100%;
	transition: none;
}
.content_inner .inner_ttl.standby.right {
	margin-left: 0;
	margin-right: -100%;
	transition: none;
}
#tmp_tourism .content_inner h1,
#tmp_tourism .content_inner h2 {
	position: static;
	font-size:250%;
	padding:0 0 5px;
	margin:0 0 10px;
	border-bottom:1px solid #ffffff;
}
#tmp_tourism .content_inner h2::after {
	display: none;
}
#tmp_tourism .content_inner p {
	margin:0 0 10px;
	font-size:114.3%;
	line-height:1.4;
}
#tmp_tourism .content_inner .link_btn {
	text-align:center;
}
#tmp_tourism .content_inner .link_btn a {
	display:block;
	padding:7px 20px 7px 10px;
	text-decoration:none;
	color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-image:url(/shared/images/icon/arrow_w_r.png);
	background-position:98% center;
	background-repeat:no-repeat;
    background-size:12px;
}
#tmp_tourism .content_inner .link_btn a:hover,
#tmp_tourism .content_inner .link_btn a:focus {
	text-decoration:underline;
}
.no_javascript #tmp_tourism .section_cnt .inner_info {
	margin-bottom:20px;
}
#tmp_tourism #section_culture .content_inner .inner_ttl,
#tmp_tourism #section_walk .content_inner .inner_ttl {
	float:right;
}
#tmp_tourism #section_tourism .content_inner .inner_ttl {
    background-color: #C43F6D;
}
#tmp_tourism #section_tourism .content_inner .link_btn a {
	background-color: #A13459;
}
#tmp_tourism #section_culture .content_inner .inner_ttl {
    background-color: #1A7F6B;
}
#tmp_tourism #section_culture .content_inner .link_btn a {
	background-color: #176A57;
}
#tmp_tourism #section_sports .content_inner .inner_ttl {
    background-color: #1C7FA5;
}
#tmp_tourism #section_sports .content_inner .link_btn a {
	background-color: #156077;
}
#tmp_tourism #section_walk .content_inner .inner_ttl {
    background-color: #696969;
}
#tmp_tourism .content_inner {
	min-height:560px;
	position:relative;
	z-index:2;
}
.used_javascript #tmp_tourism .content_inner .inner_info {
    position: absolute;
    width: 100%;
    bottom: 30px;
    right: 0;
    -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.content_inner .inner_info.standby {
	right: -100%;
	transition: none;
}
.content_inner .inner_info.standby.standby.right {
	margin-left: 0;
	margin-right: -100%;
	transition: none;
}
.content_inner .news .list {
	display: table-cell;
	background-color: rgba(0, 0, 0, 0.8);
}
#tmp_tourism .content_inner .news {
    display: table;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
}
#tmp_tourism .content_inner .news ul {
	list-style:none;
	margin:0;
	overflow:hidden;
}
#tmp_tourism .content_inner .news li {
	position:relative;
	line-height:1.5;
	display: table;
	width: 100%;
	color: #ffffff;
	padding-left: 25px;
	margin:0;
}
#tmp_tourism .content_inner .news li::before {
	content:"";
	position:absolute;
	left:12px;
	top:1.0em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #ffffff;
}
#tmp_tourism .content_inner .news li a {
	text-decoration: none;
	display: table-cell;
	color: #FFFFFF;
	padding: 8px 10px 8px 0;
	vertical-align: middle;
	width: 100%;
}
#tmp_tourism .content_inner .news li a:hover,
#tmp_tourism .content_inner .news li a:focus {
	text-decoration:underline;
}
/* tourism_more_btn */
.content_inner .inner_info .tourism_more_btn {
    display: none;
    width: 13%;
    background-color: #999999;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}
#tmp_tourism .content_inner .inner_info .tourism_more_btn a {
	display:block;
    padding: 7px 20px 7px 10px;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #ffffff;
	position:relative;
}
#tmp_tourism .content_inner .inner_info .tourism_more_btn a:hover,
#tmp_tourism .content_inner .inner_info .tourism_more_btn a:focus {
	text-decoration:underline;
}
#tmp_tourism .content_inner .inner_info .tourism_more_btn a::after {
	content:"";
	width:12px;
	height:12px;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-6px;
	background:url(/shared/images/icon/arrow_w_b.png) no-repeat;
	background-size: 100%;
}
.used_javascript #tmp_tourism .content_inner .inner_info .tourism_more_btn {
	cursor: pointer;
}
.used_javascript #tmp_tourism .content_inner .inner_info .tourism_more_btn:hover a {
	text-decoration:underline;
}
.used_javascript #tmp_tourism .content_inner .inner_info .tourism_more_btn a::after {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.used_javascript #tmp_tourism .content_inner .inner_info .tourism_more_btn.open a::after {
	transform:rotate(-180deg);
}
#tmp_tourism .content_inner .inner_info .news .tourism_more_btn {
    background-color: #C43F6D;
}
#section_culture .content_inner .inner_info .news .tourism_more_btn {
    background-color: #1A7F6B;
}
#section_sports .content_inner .inner_info .news .tourism_more_btn {
    background-color: #1C7FA5;
}
#section_walk .content_inner .inner_info .news .tourism_more_btn {
    background-color: #696969;
}
/* banner_area */
#tmp_tourism .banner_area {
	padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
	clear:both;
}
#tmp_tourism .banner_area .banner_inner.standby {
	margin-left: -200%;
	transition: none;
}
#tmp_tourism .banner_area .banner_inner {
    position: relative;
    -webkit-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#section_tourism .banner_area {
	background-color:rgba(170, 95, 127, 0.6);
}
#section_culture .banner_area {
	background-color:rgba(20, 87, 73, 0.6);
}
#section_sports .banner_area {
	background-color:rgba(23, 106, 134, 0.6);
}
#section_walk .banner_area {
	background-color:rgba(76, 58, 52, 0.6);
}
#tmp_tourism .banner_area ul.col {
	list-style:none;
	margin:0 -7px;
	display: flex;
	flex-wrap: wrap;
}
#tmp_tourism .banner_area ul.col li {
	line-height:1.4;
    float:left;
    width:261px;
	padding:0 7px;
    margin:0 0 20px;
    position: relative;
    list-style: none;
	box-sizing:border-box;
}
#tmp_tourism .banner_area ul.col li a {
    display: block;
    color: #ffffff;
}
#tmp_tourism .banner_area ul.col li.hover a,
#tmp_tourism .banner_area ul.col li a:focus {
	text-decoration: none;
}
#tmp_tourism .banner_area ul.col li .link {
    display:block;
    color: #ffffff;
    font-size:107%;
    padding:10px 20px 10px 10px;
    position: relative;
	background-image:url(/shared/images/icon/arrow_w_r.png);
	background-position:98% center;
	background-repeat:no-repeat;
    background-size:12px;
}
#tmp_tourism .banner_area ul.col li .img img {
	width:100%;
	vertical-align:top;
}
#tmp_tourism #section_tourism ul.col li span.txt {
	display: block;
}
#tmp_tourism #section_tourism ul.col li .link {
    background-color: #C43F6D;
}
#tmp_tourism #section_culture ul.col li .link {
    background-color: #1A7F6B;
}
#tmp_tourism #section_sports ul.col li .link {
    background-color: #1C7FA5;
}
#tmp_tourism #section_walk ul.col li .link {
    background-color: #696969;
}

/* page_search
================================================== */
#tmp_page_search {
	margin:0 0 20px;
}
#tmp_page_search .search_word {
	margin-top:15px;
}
#tmp_page_search .search_word_cnt li a {
	padding:2px 14px;
}
/* external - none
================================================== */
#tmp_tourism a[rel="external"]::after,
#tmp_contents .box_place a[rel="external"]::after,
#tmp_contents .annai_status_btn a[rel="external"]::after,
#tmp_contents .annai_office_btn a[rel="external"]::after,
#tmp_contents .annai_foreign_btn a[rel="external"]::after,
#tmp_contents .annai_noicon_btn a[rel="external"]::after {
	display: none !important;
}

