@charset "utf-8";
/* Top
================================================== */
.kugikai_top{
	color: #222222;
	background-color: #fffae6;
}
#tmp_mainvs{
    overflow: hidden;
    padding: 42px 0 14px;
    margin-bottom: 35px;
}
#tmp_mainvs .mainvs_wrap{
	position: relative;
	z-index: 1;
	display: flex;
}
#tmp_mainvs .mainvs_wrap:before,
#tmp_mainvs .mainvs_wrap:after,
#tmp_news .news_wrap:before,
#tmp_news .news_wrap:after,
#tmp_ward_menu .ward_menu:before,
#tmp_ward_menu .ward_menu:after{
	content: '';
	position: absolute;
	z-index: -1;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#tmp_mainvs .mainvs_wrap:before{
    left: -318px;
    bottom: -14px;
    width: 364px;
    height: 625px;
	background-image: url(/shared/templates/kugikai_top/images/icon/mainvs_bg_lft.png);
}
#tmp_mainvs .mainvs_wrap:after{
	right: -274px;
    top: -75px;
    width: 304px;
    height: 435px;
	background-image: url(/shared/templates/kugikai_top/images/icon/mainvs_bg_rgt.png);
}
#tmp_mainvs .mainvs_menu{
	width: 34.1%;
	padding: 0 0 0 44px;
}
#tmp_mainvs .mainvs_slide{
	flex: 1;
}
#tmp_mainvs .mainvs_slide .splide{
	display: flex;
	flex-direction: column-reverse;
}
#tmp_mainvs .mainvs_slide .splide__track{
	box-shadow: 0 3px 5px 0 rgba(94, 94, 94, 1);
}
#tmp_mainvs .splide__slide a{
	position: relative;
	display: block;
}
#tmp_mainvs .splide__slide a:after{
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
}
#tmp_mainvs .splide__slide a:after{
	opacity: 0;
	border: 4px solid #15705d;
	transition: 0.3s ease-in-out opacity;
}
#tmp_mainvs .splide__slide img{
	width: 100%;
	height: auto;
}
#tmp_mainvs .splide__slide a:hover:after,
#tmp_mainvs .splide__slide a:focus:after{
	opacity: 1;
}
#tmp_mainvs .mainvs_menu ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
#tmp_mainvs .mainvs_menu ul li{
	width: 50%;
	padding: 0 8px;
	margin-bottom: 15px;
}
#tmp_mainvs .mainvs_menu a{
	position: relative;
	display: flex;
	min-height: 195px;
	flex-direction: column;
	text-decoration: none;
	text-align: center;
	height: 100%;
	font-weight: bold;
	font-size: 88.9%;
	line-height: 1.4;
	color: #222222;
	background: #cce198 url(/shared/templates/kugikai_top/images/icon/mainvs_link_arr.png) no-repeat right 4px bottom 4px;
	padding: 25px 10px 24px;
}
#tmp_mainvs .mainvs_menu a:after{
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #15705d;
	opacity: 0;
	transition: 0.3s ease-in-out opacity;
}
#tmp_mainvs .mainvs_menu a > span.special_img{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 101px;
}
#tmp_mainvs .mainvs_menu a > span.special_txt{
    flex: 1;
	display: flex;
    align-items: center;
    justify-content: center;
}
#tmp_mainvs .special_img img{
	max-width: 100%;
	height: auto;
}
#tmp_mainvs .mainvs_menu a:hover:after{
	opacity: 1;
}
/* splide controls */
#tmp_mainvs .splide__controls{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-right: 23px;
}
#tmp_mainvs .controls_inner{
	display: flex;
	align-items: center;
}
#tmp_mainvs .splide__arrow{
	position: static;
	transform: none;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	opacity: 1;
	color: #ffffff;
	background-color: #15705d;
	background-repeat: no-repeat;
	background-position: 3px 2px;
	border: 1px solid #15705d;
}
#tmp_mainvs .splide__arrow.splide__arrow--prev{
	background-image: url(/shared/templates/kugikai_top/images/icon/prev_icon.png);
}
#tmp_mainvs .splide__arrow.splide__arrow--next{
	background-image: url(/shared/templates/kugikai_top/images/icon/next_icon.png);
	background-position: 5px 2px;
}
#tmp_mainvs .splide__toggle{
	position: relative;
	width: 17px;
	height: 17px;
	color: #ffffff;
	background-color: #15705d;
	border-radius: 50%;
	text-indent: -9999px;
	line-height: 1;
	margin: 0 19px;
	border: 1px solid #15705d;
}
#tmp_mainvs .splide__toggle:before,
#tmp_mainvs .splide__toggle:after {
    content: '';
    width: 2px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background-color: #ffffff;
}
#tmp_mainvs .splide__toggle:after {
    left: 9px;
}
#tmp_mainvs .splide__toggle:not(.is-active):before {
	left: 5px;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #ffffff;
    background-color: transparent;
}
#tmp_mainvs .splide__toggle:not(.is-active):after {
	content: none;
}
#tmp_mainvs .splide__pagination{
	position: static;
	margin-right: 22px;
}
#tmp_mainvs .splide__pagination li{
	margin: 0 9px;
}
#tmp_mainvs .splide__pagination__page {
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 !important;
    vertical-align: middle;
    text-indent: -9999px;
    color: #222222;
    background-color: #cce198;
    border: 1px solid #15705d;
}
#tmp_mainvs .splide__pagination__page.is-active{
	color: #ffffff;
	background-color: #15705d;
	transform: scale(calc(17/12));
    -webkit-transform: scale(calc(17/12));
    -moz-transform: scale(calc(17/12));
}
#tmp_news{
	margin-bottom: 32px;
	overflow: hidden;
}
#tmp_news .news_wrap{
	position: relative;
	z-index: 1;
	display: flex;
	padding-bottom: 38px;
}
#tmp_news .news_wrap:before{
	bottom: 2px;
	left: -172px;
	width: 185px;
	height: 291px;
	background-image: url(/shared/templates/kugikai_top/images/icon/new_bg_lft.png);
}
#tmp_news .news_wrap:after{
    bottom: 27px;
    right: -73px;
	width: 77px;
	height: 140px;
	background-image: url(/shared/templates/kugikai_top/images/icon/new_bg_rgt.png);
}
#tmp_news .news_ward{
	width: 34.1%;
	padding-left: 44px;
}
#tmp_news .news_info{
	flex: 1;
	color: #222222;
	background-color: #ffffff;
	padding: 29px 52px 32px;
}
#tmp_news .ward_cnt{
	height: 100%;
	padding: 29px 55px 20px;
	color: #222222;
	background-color: #ffffff;
}
#tmp_news .news_ttl{
	margin-bottom: 22px;
}
#tmp_news .news_ttl h2{
	font-weight: bold;
	font-size: 155.6%;
	color: #15705d;
	background-color: #ffffff;
}
#tmp_news .news_list{
	list-style: none;
	margin-bottom: 30px;
}
#tmp_news .news_list li{
	display: flex;
	font-size: 88.9%;
    color: #222222;
	background-color: #ffffff;
	background-repeat: repeat-x, no-repeat;
	background-position: left bottom, 14px 4px;
    background-image: url(/shared/templates/kugikai_top/images/icon/pattern_bd_dot.png), url(/shared/templates/kugikai_top/images/icon/arrow_link_rgt.png);
    padding: 0 0 21px 35px;
    margin-bottom: 21px;
	background-size: 31px auto, 8px auto;
}
#tmp_news .news_list a{
	display: inline-block;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	font-weight:bold;
}
#tmp_news .news_list .news_date{
	width: 131px;
	padding-right: 5px;
}
#tmp_news .news_list .news_link{
	flex: 1;
}
#tmp_news .news_btn{
	display: flex;
	justify-content: flex-end;
	list-style: none;
	padding-right: 4px;
}
#tmp_news .news_btn li{
	margin-left: 31px;
}
#tmp_news .news_btn a{
	display: block;
	text-decoration: none;
	font-size: 88.9%;
	font-weight:bold;
	color: #222222;
	background: #ffffff url(/shared/templates/kugikai_top/images/icon/arrow_link_rgt.png) no-repeat left 5px;
	padding-left: 16px;
	background-size: 8px auto;
}
#tmp_news .news_ward .news_ttl{
	margin-bottom: 4px;
}
#tmp_news .news_ttl a{
	text-decoration: none;
    display: inline-block;
    color: #15705d;
    background: #FFFFFF url(/shared/templates/kugikai_top/images/icon/ward_arrow.png) no-repeat left 12px;
    padding-left: 22px;
	font-weight:bold;
}
#tmp_news .ward_post{
	text-align: center;
}
#tmp_news .ward_link{
	padding-right: 8px;
}
#tmp_news .ward_link a{
	text-align: left;
	text-decoration: none;
    display: inline-block;
    font-size: 88.9%;
	font-weight:bold;
    color: #222222;
    background: #ffffff url(/shared/templates/kugikai_top/images/icon/arrow_link_rgt.png) no-repeat left 7px;
    padding-left: 15px;
    background-size: 8px auto;
}
#tmp_news .ward_img{
	margin-bottom: 4px;
}
#tmp_news .ward_img img{
	opacity: 1;
	max-width: 100%;
	height: auto;
	box-shadow: 0 2px 3px 0 rgba(136, 136, 136, 1);
	transition: 0.3s ease-in-out opacity;
}
#tmp_ward_menu{
	overflow: hidden;
	padding-bottom: 17px;
}
#tmp_ward_menu .ward_menu{
	position: relative;
	z-index: 1;
	padding-bottom: 45px;
}
#tmp_ward_menu .ward_menu:before{
    top: 65px;
    left: -112px;
	width: 128px;
	height: 710px;
	background-image: url(/shared/templates/kugikai_top/images/icon/menu_bg_lft.png);
}
#tmp_ward_menu .ward_menu:after{
    bottom: 116px;
    right: -145px;
    width: 210px;
    height: 472px;
	background-image: url(/shared/templates/kugikai_top/images/icon/menu_bg_rgt.png);
}
#tmp_ward_menu .ward_menu_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
#tmp_ward_menu .ward_menu_list .menu_item{
	width: 33.3333333%;
	padding: 0 15px;
	margin-bottom: 35px;
}
#tmp_ward_menu .ward_menu_list .menu_inner{
	height: 100%;
	color: #222222;
	background-color: #ffffff;
	border: 2px solid #15705d;
}
#tmp_ward_menu .menu_ttl{
	color: #ffffff;
	background-color: #15705d;
	padding: 10px 16px 11px;
}
#tmp_ward_menu .menu_ttl .menu_link_acc{
	display: none;
	position: absolute;
	right: 8px;
	top: 50%;
	text-indent: -9999px;
	transform: translateY(-50%);
	color: #ffffff;
	background-color: #15705d;
}
#tmp_ward_menu .menu_link_acc a{
	display: block;
	width: 48px;
	height: 100%;
	color: inherit;
	background: transparent url(/shared/templates/kugikai_top/images/icon/plus_icon.png) no-repeat center right;
	background-size: 20px auto;
}
#tmp_ward_menu .menu_link p{
    font-weight: bold;
    font-size: 111.1%;
    background: url(/shared/templates/kugikai_top/images/icon/white_arrow.png) no-repeat left 9px;
    padding-left: 18px;
}
#tmp_ward_menu .menu_link a{
	display: inline-block;
	text-decoration: none;
    color: inherit;
}
#tmp_ward_menu .menu_list{
	list-style: none;
	padding: 15px 7px 12px;
}
#tmp_ward_menu .menu_list li{
	color: #222222;
	background-color:#ffffff;
	background-image:url(/shared/templates/kugikai_top/images/icon/pattern_bd_dot.png),url(/shared/templates/kugikai_top/images/icon/arrow_link_rgt.png);
	background-position:left bottom, 10px 7px;
	background-repeat:repeat-x, no-repeat;
	-webkit-background-size:auto,8px auto;
	-moz-background-size:auto,8px auto;
	background-size:auto,8px auto;
	padding:0 0 16px 27px;
    margin-bottom: 14px;
}
#tmp_ward_menu .menu_list li:last-child {
	background-image:url(/shared/templates/kugikai_top/images/icon/arrow_link_rgt.png);
	background-position: 10px 7px;
	background-repeat: no-repeat;
	-webkit-background-size:8px auto;
	-moz-background-size:8px auto;
	background-size:8px auto;
	margin-bottom: 0;
	padding-bottom: 0;
}
#tmp_ward_menu .menu_list a{
	display: inline-block;
	text-decoration: none;
	color: inherit;
	font-weight:bold;
}
#tmp_news .news_list a:hover,
#tmp_news .news_list a:focus,
#tmp_ward_menu .menu_list a:hover,
#tmp_ward_menu .menu_list a:focus,
#tmp_ward_menu .menu_link a:hover,
#tmp_ward_menu .menu_link a:focus,
#tmp_news .news_btn a:hover,
#tmp_news .news_btn a:focus,
#tmp_news .news_ttl a:hover,
#tmp_news .news_ttl a:focus,
#tmp_news .ward_post.active a{
	text-decoration: underline;
}
#tmp_news .ward_post.active img{
	opacity: 0.7;
}
/* accessibility
================================================== */
/* color */
.color_blue #tmp_mainvs .mainvs_menu a,
.color_black #tmp_mainvs .mainvs_menu a,
.color_yellow #tmp_mainvs .mainvs_menu a,
.color_blue #tmp_news .news_info,
.color_black #tmp_news .news_info,
.color_yellow #tmp_news .news_info,
.color_blue #tmp_news .ward_cnt,
.color_black #tmp_news .ward_cnt,
.color_yellow #tmp_news .ward_cnt{
	border: 1px solid !important;
}
.color_blue #tmp_ward_menu .menu_ttl,
.color_black #tmp_ward_menu .menu_ttl,
.color_yellow #tmp_ward_menu .menu_ttl{
	border-bottom: 1px solid;
}
.color_blue #tmp_mainvs .mainvs_wrap:before,
.color_black #tmp_mainvs .mainvs_wrap:before,
.color_yellow #tmp_mainvs .mainvs_wrap:before,
.color_blue #tmp_mainvs .mainvs_wrap:after,
.color_black #tmp_mainvs .mainvs_wrap:after,
.color_yellow #tmp_mainvs .mainvs_wrap:after,
.color_blue #tmp_news .news_wrap:before,
.color_black #tmp_news .news_wrap:before,
.color_yellow #tmp_news .news_wrap:before,
.color_blue #tmp_news .news_wrap:after,
.color_black #tmp_news .news_wrap:after,
.color_yellow #tmp_news .news_wrap:after,
.color_blue #tmp_ward_menu .ward_menu:before,
.color_black #tmp_ward_menu .ward_menu:before,
.color_yellow #tmp_ward_menu .ward_menu:before,
.color_blue #tmp_ward_menu .ward_menu:after,
.color_black #tmp_ward_menu .ward_menu:after,
.color_yellow #tmp_ward_menu .ward_menu:after{
	display: none;
}
.color_blue #tmp_mainvs .splide__pagination__page.is-active,
.color_black #tmp_mainvs .splide__pagination__page.is-active{
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_mainvs .splide__pagination__page.is-active{
	background-color: #000000 !important;
}
.color_yellow #tmp_mainvs .splide__toggle:before,
.color_yellow #tmp_mainvs .splide__toggle:after{
	background-color: #000000 !important;
}
.color_yellow #tmp_mainvs .splide__toggle:not(.is-active):before{
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_blue #tmp_mainvs .splide__arrow.splide__arrow--prev,
.color_black #tmp_mainvs .splide__arrow.splide__arrow--prev {
    background-image: url(/shared/templates/kugikai_top/images/icon/prev_icon.png) !important;
}
.color_blue #tmp_mainvs .splide__arrow.splide__arrow--next,
.color_black #tmp_mainvs .splide__arrow.splide__arrow--next {
    background-image: url(/shared/templates/kugikai_top/images/icon/next_icon.png) !important;
}
.color_yellow #tmp_mainvs .splide__arrow.splide__arrow--prev {
    background-image: url(/shared/templates/kugikai_top/images/icon/prev_icon_bl.png) !important;
}
.color_yellow #tmp_mainvs .splide__arrow.splide__arrow--next {
    background-image: url(/shared/templates/kugikai_top/images/icon/next_icon_bl.png) !important;
}
.color_blue #tmp_news .news_list li,
.color_black #tmp_news .news_list li,
.color_yellow #tmp_news .news_list li{
	border-bottom: 1px solid;
}
.color_blue #tmp_news .news_list li:last-child,
.color_black #tmp_news .news_list li:last-child,
.color_yellow #tmp_news .news_list li:last-child{
	border-bottom: none;
}
/* fsize */
.fsize_small #tmp_news .news_ttl a{
	background-position: left 4px;
}
.fsize_small #tmp_ward_menu .menu_link a{
	background-position: left 2px;
}
.fsize_small #tmp_ward_menu .menu_list a{
	background-position: 10px 2px;
}
.fsize_big2 #tmp_news .ward_cnt{
	padding: 29px 30px 20px;
}
.fsize_big2 #tmp_news .news_list .news_date{
	width: 195px;
}
.fsize_big #tmp_news .news_list .news_date{
	width: 150px;
}
/* no-js */
.no_javascript #tmp_wrapper #tmp_anchor{
	display: none;
}
#tmp_mainvs .splide.no-splide .splide__list,
.no_javascript #tmp_mainvs .splide .splide__list{
	display: block;
}
.no_javascript #tmp_mainvs .splide .splide__list{
	max-height: 405px;
	overflow-y: auto;
}
.no_javascript #tmp_mainvs .mainvs_slide .splide{
    visibility: visible;
}
.no_javascript #tmp_mainvs .splide .splide__slide{
	margin-bottom: 10px;
	box-shadow: 0 3px 5px 0 rgba(94, 94, 94, 1);
}
.no_javascript #tmp_mainvs .mainvs_slide .splide__track{
	box-shadow: none;
}
