@charset "utf-8";

/* ==================================================
contents
================================================== */
/*  Mainvisual
================================================== */
.info_row .visual_col,
.info_row .info_col{
	float: left;
}
.info_row .visual_col{
	padding-right: 40px;
	width: 65%;
}
.info_row .info_col{
	width: 35%;
}
.mainvisual_image {
    margin: 4px;
}

/* custom splide top
================================================== */
.section_search_info{
	overflow: hidden;
	margin-bottom:70px;
}
.mainvisual_image a {
	display:block;
	overflow: hidden;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	/*border: 4px solid transparent;*/
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	margin: 0px;
}
.mainvisual_image img {
	vertical-align: top;
	width: 100%;
	height: auto;
	transition: transform .6s ease;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.mainvisual_image a:hover img,
.mainvisual_image a:focus img {
	transform: scale(1.05);
}
.mainvisual_image a:focus {
	border: 4px solid #333333;
}
.mainvisual_paragraph p{
	padding: 5px 14px 3px;
	display: inline-block;
	font-weight: bold;
	font-size: 133.333333%;
	color: #000000;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.74);
	-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.74);
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.74);
}
#tmp_mainvisual .splide__track{
	margin-bottom: 20px;
}
#tmp_mainvisual {
	padding-bottom: 60px;
}
#tmp_mainvisual .splide__controls {
	position: absolute;
	bottom: 12px;
	width: 100%;
}
/*search form*/
.search_info{
	position: relative;
	padding: 0 0 56px 40px;
	color: #333333;
	background-color: #f1f5f7;
	border-radius: 40px 0 0 40px;
	-moz-border-radius: 40px 0 0 40px;
	-webkit-border-radius: 40px 0 0 40px;
}
.search_info:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 1000%;
	color: #333333;
	background-color: #f1f5f7;
	z-index: -1;
}
/*section_useful*/
.section_useful{
	padding: 26px 0;
	overflow: hidden;
}
.section_useful .main_heading{
	margin-bottom: 40px;
}
.section_useful .main_heading h2{
	padding-top: 36px;
	background: transparent url(/shared/templates/top/images/main/ttl_search_infomation_pc.png) no-repeat;
}
.useful_wrap{
	position: relative;
	z-index: 1;
	padding-bottom: 28px;
}
.useful_wrap:after{
	content: '';
	position: absolute;
	left: 0;
	top: 42px;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: #f1f5f7;
}
.section_useful .btn_more {
	display: none !important;
}
.useful_list {
	z-index: 1;
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	flex: 1;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 10px;
}
.useful_list li{
	width: calc((100% - 50px) / 6);
}
.useful_list li a {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}
.useful_box {
	position: relative;
	padding:28px 2px 25px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
	border:2px solid #FFFFFF;
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.useful_box .useful_img {
	width: 100%;
	margin-bottom: 18px;
}
.useful_box .useful_img img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.useful_list .useful_box .useful_link {
	min-height: 45px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.useful_box.active {
	border-color:#333333;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.useful_box.active a{
	text-decoration: underline;
}
/*  Notification
================================================== */
#tmp_notification{
	padding: 114px 0 60px;
	overflow: hidden;
}
#tmp_notification .main_heading h2 {
	padding-top: 40px;
	background: transparent url(/shared/templates/top/images/main/ttl_notification.png) no-repeat;
}
#tmp_notification:after{
	content: '';
	position: absolute;
	left: 50%;
	right: 0;
	top: 30px;
	z-index: -1;
	color: inherit;
	background-color: #f1f5f8;
}
#tmp_notification .notification_sub_ttl{
    font-weight: bold;
    line-height: 1.3;
    padding: 3px 0 1px 13px;
    margin-bottom: 30px;
    border-left: 1px solid #333333;
}
#tmp_notification .notification_col2:nth-child(2) .notification_sub_ttl{
	padding-left: 18px;
}
#tmp_notification .notification_sub_ttl h3 {
	font-size:100%;
}
#tmp_notification .notification_col2{
	width: 50%;
	float: left;
}
#tmp_notification .notification_col2:nth-child(1){
	padding-right: 28px;
}
#tmp_notification .notification_col2:nth-child(2){
	position: relative;
	z-index: 1;
	padding: 0 0 42px 31px;
}
#tmp_notification .notification_col2:nth-child(2):before,
#tmp_notification .notification_col2:nth-child(2):after{
	content: '';
	position: absolute;
	z-index: -1;
	top: 16px;
	bottom: 0;
	color: inherit;
	background-color: #f1f5f8;
}
#tmp_notification .notification_col2:nth-child(2):before{
	left: 0;
	right: 0;
	border-radius: 40px 0 0 40px;
	-webkit-border-radius: 40px 0 0 40px;
	-moz-border-radius: 40px 0 0 40px;
}
#tmp_notification .notification_col2:nth-child(2):after{
	right: -100%;
    width: 100%;
}
#tmp_notification .featured_list{
	list-style: none;
	margin-bottom: 43px;
}
#tmp_notification .featured_list li{
	margin-bottom: 34px;
}
#tmp_notification .featured_list a{
    display: inline-block;
    vertical-align: top;
    font-size: 88.9%;
    font-weight: bold;
    line-height: 1.6;
    color: #333333;
    background: #ffffff url(/shared/images/icon/arrow_icon.png) no-repeat left 8px;
    padding-left: 25px;
}
#tmp_notification .new_list{
	margin: 33px 0 34px;
}
#tmp_notification .new_list li{
	margin-bottom: 39px;
}
#tmp_notification .new_list li:last-child{
	margin-bottom: 0;
}
#tmp_notification .new_list .new_date{
	margin-bottom: 13px;
}
#tmp_notification .new_btn{
	display: flex;
	justify-content: flex-end;
}
#tmp_notification .box_item{
	margin-top: 40px;
	text-align: center;
}
#tmp_notification .box_item a{
	display: inline-block;
	min-width: 362px;
	padding:10px 10px;
	border:2px solid #ffffff;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	background-color: #ffffff;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	box-shadow: 0 0 12px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 12px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 12px 4px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	overflow: hidden;
}
#tmp_notification .box_item a:hover,
#tmp_notification .box_item a:focus{
	text-decoration: underline;
	border-color:#333333;
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
/*  Related Links
================================================== */
#tmp_related{
	padding: 49px 0;
	position: relative;
	overflow: hidden;
}
#tmp_related .main_heading {
	margin-bottom: 34px;
}
#tmp_related .main_heading h2 {
	padding-top: 37px;
	background: transparent url(/shared/templates/top/images/main/ttl_related_links.png) no-repeat;
}
#tmp_related .related_inner{
	margin-left: calc((100% - 1200px)/2);
}
#tmp_related .related_cnt {
    position: relative;
    float: left;
    width: 291px;
	padding-right: 34px;
}
#tmp_related .splide__slide {
    width: 316px;
	padding: 16px 0 16px 16px;
    margin-bottom: 0;
}
#tmp_related .related_controls_wrap{
	position: relative;
	z-index: 1;
	padding: 37px 20px 23px 0;
	color: #333333;
	background-color: #f1f5f7;
	border-radius: 0 40px 40px 0;
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
}
#tmp_related .related_controls_wrap:after{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: -500%;
    width: 500%;
	bottom: 0;
	color: inherit;
	background-color: #f1f5f8;
}
#tmp_related .related_controls_wrap .new_btn{
	text-align: center;
	padding-left: 10px;
}
#tmp_related .related_item_inner {
	position:relative;
	overflow: hidden;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
}
#tmp_related .related_item_inner::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:2px solid transparent;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_related .related_splide {
	float: right;
	width: calc(100% - 291px);
	padding-top: 23px;
}
#tmp_related .related_item_img {
	overflow: hidden;
	max-height: 224px;
}
#tmp_related .related_item_inner img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	transition: transform .6s ease;
}
#tmp_related .related_item_inner.active img{
	transform: scale(1.05);
}
#tmp_related .related_item_inner.active::after {
	border-color:#333333;
}
#tmp_related .related_item_inner.active {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#tmp_related .related_item_inner.active a {
	text-decoration:underline;
}
#tmp_related .related_item_cnt p{
	display: table;
	width: 100%;
	min-height: 76px;
}
#tmp_related .related_item_cnt a{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	padding: 5px 70px 5px 20px;
	text-decoration:none;
}
#tmp_related .related_item_cnt a:hover,
#tmp_related .related_item_cnt a:focus {
	text-decoration:underline;
}
/* Start style splide */
#tmp_related .splide__controls{
	padding: 0;
	margin-bottom: 32px;
}
#tmp_related .splide__arrow{
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	margin: 17px 0 0;
}
#tmp_related .splide__arrow--prev{
	left: 283px;
}
#tmp_related .splide__arrow--next{
	left: 1157px;
}
#tmp_related .splide__toggle{
    background-color: #ffffff;
    border-color: #ffffff;
}
#tmp_related .splide .splide__toggle:hover{
	border-color: #222222;
}
#tmp_related .splide__progress{
    margin: 0 0 0 13px;
	padding-top: 3px;
}
#tmp_related .splide__progress .progress_total{
	padding-left:26px;
}
#tmp_related .splide .splide__progress .progress_total:before{
    top: 5px;
	left: 25px;
}
/*  Administration of city
================================================== */
#tmp_administration_of_city{
	padding: 49px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#tmp_administration_of_city::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:204px;
	bottom:0;
	background-color:#f1f5f7;
	color:inherit;
	z-index:-1;
	width:100%;
	height: 100%;
}
#tmp_administration_of_city .main_heading {
    margin-bottom: 50px;
}
#tmp_administration_of_city .main_heading h2 {
	padding-top: 37px;
	background: transparent url(/shared/templates/top/images/main/ttl_administration.png) no-repeat;
}
#tmp_administration_of_city ul {
	list-style: none;
}
#tmp_administration_of_city .city_banner_list a {
	color: #333333;
	text-decoration:none;
}
/* city_banner_list */
#tmp_administration_of_city .city_banner_list {
	padding:0 0 18px;
	position:relative;
}
#tmp_administration_of_city .city_banner_list ul {
	margin: 0 -10px;
	font-weight: bold;
}
#tmp_administration_of_city .city_banner_list li {
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
	line-height:1.4;
}
#tmp_administration_of_city .city_banner_list li:nth-child(4n+1) {
	clear: left;
}
#tmp_administration_of_city .city_banner_list li:nth-child(4n) {
	clear: right;
}
#tmp_administration_of_city .city_banner_list li .box_item {
	display:table;
	width:100%;
	padding:5px 10px;
	border:2px solid #ffffff;
	color: #333333;
	background-color: #ffffff;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	box-shadow: 0 0 12px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 12px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 12px 4px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	overflow: hidden;
}
#tmp_administration_of_city .city_banner_list li .box_item.active {
	border-color:#333333;
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#tmp_administration_of_city .city_banner_list li .box_item.active a{
	text-decoration: underline;
}
#tmp_administration_of_city .city_banner_list li p {
	display:table-cell;
	vertical-align:middle;
	height:66px;
}
#tmp_administration_of_city .city_banner_list li .list_icon {
	width:60px;
	text-align:center;
}
#tmp_administration_of_city .city_banner_list li .list_icon img {
	width:45px;
	height:auto;
}
#tmp_administration_of_city .city_banner_list li .list_text {
	padding:0 0 0 6px;
}
/* city_related_links */
#tmp_administration_of_city .city_related_links {
	position:relative;
	padding:20px 0 80px;
}
#tmp_administration_of_city .city_related_links ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
}
#tmp_administration_of_city .city_related_links li {
	width: 20%;
	padding: 2px 10px 21px;
	border-left: 1px solid #c4c4c4;
}
#tmp_administration_of_city .city_related_links li:nth-child(5n) {
	border-right: 1px solid #c4c4c4;
}
#tmp_administration_of_city .city_related_links li:nth-child(-n+5) {
	padding-top: 15px;
}
#tmp_administration_of_city .city_related_links li a {
	display: inline-block;
    padding-left: 22px;
	background: transparent url(/shared/images/icon/arrow_icon.png) no-repeat 0 5px;
	color: #333333;
	background-color: transparent;
	font-weight: bold;
	font-size: 88.9%;
	text-decoration:none;
}
#tmp_administration_of_city .city_banner_list a:hover,
#tmp_administration_of_city .city_banner_list a:focus,
#tmp_administration_of_city .city_related_links li a:hover,
#tmp_administration_of_city .city_related_links li a:focus {
	text-decoration: underline;
}
.useful_list li a:hover,
.useful_list li a:focus {
	text-decoration: underline;
}
/* ==================================================
No Javascript
================================================== */
.no_javascript .splide{
	visibility: visible;
}
.no_javascript #tmp_mainvisual{
	max-height: 536px;
	overflow-y: auto;
}
.no_javascript #tmp_mainvisual .slide_item{
	margin-bottom: 15px;
}
.no_javascript #tmp_related .related_inner{
    margin-left: 0;
    max-width: 1240px;
    margin: 0 auto;
}
.no_javascript #tmp_wrapper #tmp_related .splide .splide__list,
#tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__list{
	padding: 16px 0 !important;
}
.no_javascript #tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__slide,
#tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__slide {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.no_javascript #tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__slide:nth-child(3n+1),
#tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__slide:nth-child(3n+1){
	clear: left;
}
.no_javascript #tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__slide:nth-child(3n),
#tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__slide:nth-child(3n){
	clear: right;
}
.no_javascript #tmp_related .related_item_inner::after {
	display: none;
}
.no_javascript .popular_keyword{
	display: none;
}
/* color */
.color_blue #tmp_wrapper .search_info:after,
.color_yellow #tmp_wrapper .search_info:after,
.color_black #tmp_wrapper .search_info:after{
	display: none;
}
.color_blue #tmp_notification .notification_col2:nth-child(2):after,
.color_blue #tmp_notification .notification_col2:nth-child(2):before,
.color_blue #tmp_related .related_controls_wrap:after,
.color_black #tmp_notification .notification_col2:nth-child(2):after,
.color_black #tmp_notification .notification_col2:nth-child(2):before,
.color_black #tmp_related .related_controls_wrap:after,
.color_yellow #tmp_notification .notification_col2:nth-child(2):after,
.color_yellow #tmp_notification .notification_col2:nth-child(2):before,
.color_yellow #tmp_related .related_controls_wrap:after,
.color_blue #tmp_administration_of_city::before,
.color_black #tmp_administration_of_city::before,
.color_yellow #tmp_administration_of_city::before{
	display: none;
}
.color_blue #tmp_related .related_item_inner,
.color_black #tmp_related .related_item_inner,
.color_yellow #tmp_related .related_item_inner{
	border: 1px solid;
}
.color_blue #tmp_wrapper #tmp_related .splide__arrow{
	background-color: #00008B !important;
}
.color_black #tmp_wrapper #tmp_related .splide__arrow{
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper #tmp_related .splide__arrow{
	background-color: #FFFF00 !important;
}
.color_blue #tmp_administration_of_city .city_banner_list .box_item,
.color_black #tmp_administration_of_city .city_banner_list .box_item,
.color_yellow #tmp_administration_of_city .city_banner_list .box_item {
    border: 1px solid;
}
.color_blue #tmp_wrapper .useful_wrap:after,
.color_black #tmp_wrapper .useful_wrap:after,
.color_yellow #tmp_wrapper .useful_wrap:after {
	display: none;
}
/* fsize */
.fsize_small .search_block .search_method a{
	background-position: 0 4px;
}
.fsize_big .useful_box .useful_link br,
.fsize_big2 .useful_box .useful_link br{
	display: none;
}
.fsize_small #tmp_administration_of_city .city_related_links li a,
.fsize_small #tmp_social .social_banner .social_about a {
	background-position: 0 3px;
}
.fsize_big2 #tmp_social .social_front {
    width: 250px;
}
.fsize_big2 #tmp_social .social_banner_list {
    width: calc(100% - 250px);
}
.fsize_small #tmp_notification .featured_list a{
	background-position: left 4px;
}
.fsize_small #tmp_related .splide .splide__progress .progress_total:before,
.fsize_big #tmp_related .splide .splide__progress .progress_total:before {
    top: 7px;
}
.fsize_big #tmp_wrapper .search_block .sch_btn input,
.fsize_big2 #tmp_wrapper .search_block .sch_btn input{
	height: auto;
}
.fsize_big #tmp_wrapper .search_block .sch_btn input{
	width: 260px;
}
.fsize_big2 #tmp_wrapper .search_block .sch_btn input{
	width: 240px;
}
.fsize_small .popular_list li a{
	background-position: 0 2px;
}
/* ==================================================
clearfix
================================================== */
.section_search_info:after,
.info_row:after,
.useful_navi:after,
.mainvisual_wrap:after,
.search_action:after,
.useful_list:after,
#tmp_administration_of_city .city_banner_list ul:after,
#tmp_social .social_banner:after,
#tmp_social .social_banner_list ul:after,
#tmp_notification .notification_row:after,
#tmp_related .splide:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}

