@charset "utf-8";
/* Common section
================================================== */
.custom_furusato #tmp_footer{
	margin-top: 94px;
}

/* section ( border-top ) */
.furu_flower{
	position: relative;
	margin-top: -46px;
	padding-top: 46px;
}
.furusato_anchor_sec + .furu_flower {
	margin-top: 0;
}
.furu_flower:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	background: transparent url(/shared/templates/furusato/images/icon/pattern_flower.png) no-repeat;
	background-size: 100% auto;
	width: 90px;
	height: 90px;
	color: inherit;
	pointer-events: none;
	z-index: 1;
}
.furu_flower_wrap{
	position: relative;
	padding: 51px 0 106px;
	border-top: 3px solid #7f3654;
	overflow: hidden;
}

/* section title */
.furu_head{
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	z-index: 1;
}
.furu_title{
	position: relative;
	display: inline-block;
	align-self: center;
	padding-bottom: 20px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(62.5%, #222222), color-stop(62.5%, #ffffff));
	background-image: -moz-linear-gradient(left, #222222 62.5%, #ffffff 62.5%);
	background-image: -o-linear-gradient(left, #222222 62.5%, #ffffff 62.5%);
	background-image: linear-gradient(90deg, #222222 62.5%, #ffffff 62.5%);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 16px 2px;
	font-size: 166.7%;
	line-height: 1.3;
	font-weight: bold;
	color: #222222;
	text-align: center;
	z-index: 1;
}
.furu_title:before,
.furu_title:after{
	content: '';
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: inherit;
}
.txt_mark{
	color: #7f3654;
}

/* section subtitle */
.furu_subtitle{
	margin-bottom: 28px;
	font-size: 166.7%;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	color: #222222;
	letter-spacing: -0.02em;
}
.furu_subtitle > span{
	display: inline-block;
	padding: 5px 60px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/shared/templates/furusato/images/icon/subtitle_pattern_lft.png), url(/shared/templates/furusato/images/icon/subtitle_pattern_rgt.png);
	background-position: left 8px, right 8px;
	color: inherit;
	min-height: 48px;
}

/* links */
.furu_link a{
	position: relative;
	display: flex;
	align-items: center;
	padding: 14px 14px 12px 28px;
	background-color: #ffffff;
	height: 100%;
	box-shadow: 0 5px 18px 2px rgba(28, 28, 28, 0.1);
	border: 1px solid #7f3654;
	font-size: 88.9%;
	font-weight: bold;
	color: #222222;
	line-height: 1.7;
	text-decoration: none;
	line-break: anywhere;
	z-index: 1;
}
.furu_link a:before,
.furu_link a:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
.furu_link a:before{
	left: 1px;
	border-left: 1px solid #7f3654;
	z-index: 1;
}
.furu_link a:after{
	top: 1px;
	left: -15px;
	margin: auto 0;
	background: transparent url(/shared/templates/furusato/images/icon/pattern_flower_link.png) no-repeat;
	background-size: 100% auto;
	width: 34px;
	height: 34px;
	color: inherit;
	z-index: -1;
}
.list_link{
	display: flex;
	flex-flow: row wrap;
	gap: 20px 29px;
	padding-left: 14px;
}
.list_link li{
	list-style: none;
	width: calc((100% - 87px) / 4);
}

/* gallery */
.list_gallery{
	display: flex;
	flex-flow: row wrap;
	gap: 27px;
}
.list_gallery .item{
	list-style: none;
	width: calc((100% - 81px) / 4);
}
.list_gallery .item a{
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	box-shadow: 0 5px 18px 2px rgba(28, 28, 28, 0.1);
	height: 100%;
	font-size: 111.1%;
	line-height: 1.2;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
	z-index: 1;
}
.list_gallery .item a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #7f3654;
	border-top-width: 5px;
	z-index: 1;
	pointer-events: none;
}
.list_gallery .item_img img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.list_gallery .item_title{
	padding: 17px 18px 24px 20px;
	line-break: anywhere;
}

/* blog */
.furu_blog{
	background-color: #ffffff;
	color: #222222;
}
.furu_blog .blog_ttl{
	padding: 17px 10px 11px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
.furu_blog .blog_ttl .ttl{
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 138.9%;
	line-height: 1.6;
	font-weight: bold;
}
.furu_blog .blog_ttl .ttl.has_icon{
	padding: 5px 27px 5px 45px;
	background: transparent url(/shared/templates/furusato/images/icon/search_icon.png) no-repeat;
	min-height: 50px;
	color: inherit;
}
.furu_blog .blog_cnt{
	padding: 23px 50px 50px;
}
.furu_blog .blog_text{
	display: flex;
	justify-content: center;
	margin-bottom: 27px;
	padding: 0 105px;
	line-height: 1.7;
}
.furu_blog .blog_subttl{
	margin-bottom: 25px;
	font-size: 111.1%;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.furu_blog .blog_subttl:before,
.furu_blog .blog_subttl:after{
	content: '';
	position: relative;
	display: inline-block;
	top: -2px;
	background-color: #7f3654;
	width: 10px;
	height: 10px;
	color: #ffffff;
	border-radius: 50%;
}
.furu_blog .blog_subttl:before{
	margin-right: 11px;
}
.furu_blog .blog_subttl:after{
	margin-left: 11px;
}
.furu_blog .blog_text + .list_link{
	padding-top: 5px;
}
.furu_blog .list_link + .blog_subttl,
.furu_blog .list_link + .list_link{
	margin-top: 40px;
}
.furu_article + .furu_blog{
	position: relative;
	margin-top: 95px;
	z-index: 1;
}
.furu_article + .furu_blog:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -35px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25.5px 37px;
	border-color: transparent transparent #ffffff;
	z-index: -1;
}

/* article */
.furu_article{
	position: relative;
}
.furu_article:after{
	content: '';
	position: absolute;
    bottom: -103px;
	left: 50%;
	margin-left: 410px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
	width: 340px;
	height: 340px;
	color: inherit;
}
.furu_article + .furu_article:nth-child(even):after{
	bottom: -118px;
	left: auto;
	right: 50%;
	margin-right: 400px;
	margin-left: 0;
}
.furu_article > *{
	position: relative;
	z-index: 1;
}
.furu_article .article_text{
	display: flex;
	justify-content: center;
	margin: -15px 0 25px;
	padding-left: 5px;
	text-align: center;
}

/* intro */
.furu_intro{
	position: relative;
	display: flex;
	margin-bottom: 60px;
	z-index: 1;
}
.furu_intro .intro_img{
	position: relative;
	margin: 0 50px 0 39px;
	align-self: start;
	flex-shrink: 0;
	width: 42.66%;
}
.furu_intro .intro_img:before{
	content: '';
	position: absolute;
	left: 15px;
    top: 6px;
	width: 100%;
	height: 100%;
	background-color: #e6e6e6;
	border: 3px solid #45373f;
}
.furu_intro .intro_img > p{
	position: relative;
	padding: 11px 15px 12px 15px;
	background-color: #ffffff;
	border: 3px solid #45373f;
	transform: rotate(-4.27deg);
	z-index: 1;
}
.furu_intro .intro_img > p:before{
	content: '';
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: inherit;
	z-index: 1;
	pointer-events: none;
}
.furu_intro .intro_img img{
	vertical-align: top;
	width: 100%;
	height: 100%;
	max-height: 231px;
	object-fit: cover;
}
.furu_intro .intro_text{
	flex: 1 auto;
	width: 100%;
	font-size: 111.1%;
	line-height: 1.7;
}
.furu_intro .intro_img + .intro_text{
	align-self: center;
	padding: 0 0 20px 58px;
}

/* Mainvs section
================================================== */
#tmp_furusato_mainvs{
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
	overflow: hidden;
}
#tmp_furusato_mainvs:before,
#tmp_furusato_mainvs:after {
	pointer-events: none;
    content: '';
    position: absolute;
	z-index: -1;
    top: 110px;
	bottom: -1px;
	width: 112px;
    color: inherit;
    background-size: 100% auto;
	background-repeat: no-repeat;
}
#tmp_furusato_mainvs:before {
    right: calc(50% + 611px);
    background-image: url(/shared/templates/furusato/images/icon/mainvs_pattern_lft.png);
}
#tmp_furusato_mainvs:after {
    left: calc(50% + 608px);
    background-image: url(/shared/templates/furusato/images/icon/mainvs_pattern_rgt.png);
}
#tmp_furusato_mainvs .furusato_mainvs_wrap{
	position: relative;
	padding-bottom: 39px;
}
#tmp_furusato_mainvs .furusato_mainvs_wrap:before {
    content: '';
    position: absolute;
    z-index: -2;
    top: 120px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #7f3654;
}
#tmp_furusato_mainvs .furusato_mainvs_inner{
	position: relative;
	min-height: 431px;
}
#tmp_furusato_mainvs .mainvs_img{
	position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
}
#tmp_furusato_mainvs .mainvs_img:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #7f3654;
}
#tmp_furusato_mainvs .mainvs_img img{
	width: auto;
    max-height: 431px;
    vertical-align: top;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#tmp_furusato_mainvs .mainvs_logo{
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -3px;
}
#tmp_furusato_mainvs .mainvs_logo h1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 702px;
	height: 352px;
	color: inherit;
	background: transparent url(/shared/templates/furusato/images/main/mainvs_logo.png) no-repeat center center;
}
#tmp_furusato_mainvs .mainvs_logo h1 > span{
	display: block;
	opacity: 0;
}
/* Anchor section
================================================== */
.furusato_anchor_sec{
	margin-bottom: 28px;
}
#tmp_furusato_anchor{
	border: 1px solid #cccccc;
	padding: 18px 49px 17px;
}
#tmp_furusato_anchor .anchor_ttl{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 11px;
    margin-bottom: 22px;
}
#tmp_furusato_anchor .anchor_ttl h2{
	font-size: 138.9%;
	margin-left: -5px;
}
#tmp_furusato_anchor .anchor_cnt ul{
	list-style: none;
}
#tmp_furusato_anchor .anchor_cnt ul > li{
	margin-bottom: 1px;
}
#tmp_furusato_anchor .anchor_cnt li > a{
    text-decoration: none;
    display: inline-block;
	line-height: 1.6;
    color: #222222;
    background: #ffffff url(/shared/templates/furusato/images/icon/anchor_icon.png) no-repeat left 7px;
    padding-left: 22px;
	vertical-align: top;
}
#tmp_furusato_anchor .anchor_cnt li > a br{
	display: none;
}
#tmp_furusato_anchor .anchor_cnt li > a:focus-visible{
	outline-offset: -1px;
}
/* About section
================================================== */
#tmp_furusato_about{
	padding-bottom: 70px;
}
#tmp_furusato_about .furusato_about_inner{
	color: #222222;
	background: #ffffff url(/shared/templates/furusato/images/icon/about_bg.png) no-repeat center center;
	padding-top: 11px;
	padding-bottom: 23px;
}
#tmp_furusato_about .about_row{
	display: flex;
	align-items: center;
	margin-bottom: 29px;
}
#tmp_furusato_about .about_row .info_col{
	width: 45.5%;
	padding-bottom: 11px;
}
#tmp_furusato_about .about_row:nth-child(2n) .info_col{
	padding-bottom: 64px;
}
#tmp_furusato_about .about_row .image_col{
	flex: 1;
	text-align: right;
	padding-right: 66px;
	padding-left: 20px;
}
#tmp_furusato_about .image_col img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_furusato_about .about_row:nth-child(2n){
	flex-direction: row-reverse;
}
#tmp_furusato_about .about_row:nth-child(2n) .image_col{
	text-align: left;
	padding-right: 20px;
	padding-left: 79px;
}
#tmp_furusato_about h2.about_subtitle{
	min-height: 60px;
    font-size: 138.9%;
    margin-bottom: 22px;
    color: #222222;
    background-color: transparent;
    background-image: url(/shared/templates/furusato/images/icon/about_title_icon.png), url(/shared/templates/furusato/images/icon/title_dashed_icon.png);
    background-repeat: no-repeat, repeat-x;
    background-position: 1px 29px, left bottom;
    padding: 38px 0 23px 70px;
}
#tmp_furusato_about h2.about_subtitle br{
	display: none;
}
#tmp_furusato_about .info_col .des{
	line-height: 1.7;
}

/* Natural gifts section
================================================== */
.sec_history .furu_flower_wrap,
#tmp_furusato_find .furu_flower_wrap{
	background-color: #faf7f1;
	color: #222222;
}
.sec_history .furu_intro .intro_img > p:before{
	right: calc((-46 / 511) * 100%);
    bottom: calc((-31 / 260) * 100%);
	background-image: url(/shared/templates/furusato/images/icon/history_icon_cam.png);
	width: calc((110 / 511) * 100%);
    height: calc((86 / 260) * 100%);
	transform: rotate(4.3deg);
}
.sec_history .furu_article:after{
	background-image: url(/shared/templates/furusato/images/icon/his_pattern_flower_bgr.png);
}
.sec_history .furu_title{
	margin-left: 214px;
    margin-right: 214px;
	padding-top: 40px;
	padding-bottom: 54px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(62.5%, #222222), color-stop(62.5%, #faf7f1));
	background-image: -moz-linear-gradient(left, #222222 62.5%, #faf7f1 62.5%);
	background-image: -o-linear-gradient(left, #222222 62.5%, #faf7f1 62.5%);
	background-image: linear-gradient(90deg, #222222 62.5%, #faf7f1 62.5%);
	background-position: left 1px bottom 34px;
}
.sec_history .furu_title:before{
	left: -201px;
	top: 0;
	background-image: url(/shared/templates/furusato/images/icon/history_pattern_ttl_lft.png);
	width: 166px;
	height: 118px;
}
.sec_history .furu_title:after{
	right: -213px;
	top: 15px;
	background-image: url(/shared/templates/furusato/images/icon/history_pattern_ttl_rgt.png);
	width: 186px;
	height: 116px;
}
.sec_history .furu_article + .furu_article{
	margin-top: 69px;
}

/* Soul gifts section
================================================== */
.sec_product .furu_flower_wrap{
	padding-top: 59px;
}
.sec_product .furu_head{
	margin-bottom: 36px;
}
.sec_product .furu_title{
	margin-left: 190px;
    margin-right: 190px;
	padding-top: 32px;
	padding-bottom: 42px;
	background-position: left 1px bottom 22px;
}
.sec_product .furu_title:before{
	top: 10px;
	left: -188px;
	background-image: url(/shared/templates/furusato/images/icon/product_pattern_ttl_lft.png);
	width: 162px;
	height: 96px;
}
.sec_product .furu_title:after{
	right: -159px;
	top: 10px;
	background-image: url(/shared/templates/furusato/images/icon/product_pattern_ttl_rgt.png);
	width: 114px;
	height: 102px;
}
.sec_product .furu_intro{
	flex-direction: row-reverse;
	margin-bottom: 70px;
}
.sec_product .furu_intro .intro_img{
	margin-left : 30px;
	margin-right: 60px;
}
.sec_product .furu_intro .intro_img + .intro_text{
	padding: 12px 48px 0 0;
}
.sec_product .furu_intro .intro_img > p{
	padding-top: 13px;
}
.sec_product .furu_intro .intro_img > p:before{
	left: calc((-56 / 507) * 100%);
    bottom: calc((-17 / 254) * 100%);
    background-image: url(/shared/templates/furusato/images/icon/product_icon_spoon.png);
    width: calc((122 / 507) * 100%);
    height: calc((134 / 254) * 100%);
    transform: rotate(4.07deg);
}
.sec_product .furu_article:after{
	bottom: -101px;
	background-image: url(/shared/templates/furusato/images/icon/pro_pattern_flower_bgr.png);
}
.sec_product .furu_article + .furu_article:nth-child(even):after{
	bottom: -111px;
	margin-right: 410px;
}
.sec_product .furu_article + .furu_article{
	margin-top: 62px;
}
.sec_product .furu_blog{
	background-color: #faf7f1;
}
.sec_product .furu_blog:before{
	border-bottom-color: #faf7f1;
}
.sec_product .furu_blog .blog_ttl .ttl.has_icon{
	padding-left: 56px;
	padding-right: 40px;
}

/* Find section
================================================== */
#tmp_furusato_find .furu_flower_wrap{
	padding-top: 62px;
	padding-bottom: 126px;
}
#tmp_furusato_find .furu_head{
	margin-bottom: 38px;
}
#tmp_furusato_find .furu_title{
    margin-left: 100px;
    margin-right: 101px;
	padding: 29px 0 20px 3px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(62.5%, #222222), color-stop(62.5%, #faf7f1));
    background-image: -moz-linear-gradient(left, #222222 62.5%, #faf7f1 62.5%);
    background-image: -o-linear-gradient(left, #222222 62.5%, #faf7f1 62.5%);
    background-image: linear-gradient(90deg, #222222 62.5%, #faf7f1 62.5%);
}
#tmp_furusato_find .furu_title:before {
	top: 0;
    left: -74px;
    background-image: url(/shared/templates/furusato/images/icon/find_pattern_ttl_lft.png);
    width: 62px;
    height: 102px;
}
#tmp_furusato_find .furu_title:after{
    bottom: -12px;
    right: -62px;
    background-image: url(/shared/templates/furusato/images/icon/find_pattern_ttl_rgt.png);
    width: 48px;
    height: 42px;
}
#tmp_furusato_find .des{
	display: block;
	text-align: center;
	padding-left: 5px;
	margin-bottom: 51px;
}
#tmp_furusato_find .des > span{
	display: inline-block;
	text-align: left;
}
#tmp_furusato_find .furu_blog:not(.map){
	margin-bottom: 40px;
}
#tmp_furusato_find .furu_blog .blog_ttl,
.furu_blog.map .blog_ttl{
	padding: 22px 10px 16px;
}
#tmp_furusato_find .furu_blog .blog_ttl .ttl br,
.furu_blog.map .blog_ttl .ttl br{
	display: none;
}
#tmp_furusato_find .furu_blog .blog_cnt,
.furu_blog.map .blog_cnt{
	padding-bottom: 42px;
}
#tmp_furusato_find .furu_blog:not(.map) .blog_text{
	margin-bottom: 16px;
}
.furu_blog.map .blog_text {
    margin-bottom: 21px;
}
.furu_blog.map .blog_subttl{
	margin-bottom: 21px;
}
/* map */
.furu_map_wrap{
	margin-bottom: 48px;
}
.furu_map_wrap .map_area{
	text-align: center;
}
.furu_map_wrap .map_area img{
	max-width: 100%;
	height: auto;
}
.furu_blog.map .search_character{
	display: flex;
	flex-wrap: wrap;
	gap: 0 55px;
}
.furu_blog.map .search_character .alphabet_item{
	width: calc((100% - 110px) / 3);
	margin-bottom: 30px;
}
.furu_blog.map .alphabet_item .ttl{
    color: #222222;
    background-color: #ffffff;
    font-size: 111.1%;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
.furu_blog.map .alphabet_item > ul{
	list-style: none;
}
.furu_blog.map .furu_search_character .blog_subttl {
    margin-bottom: 25px;
}
.furu_blog.map .alphabet_item > ul > li{
	margin-bottom: 7px;
}
/* Donation section
================================================== */
#tmp_furusato_donate .furu_flower_wrap{
	padding-top: 91px;
	padding-bottom: 50px;
}
#tmp_furusato_donate .donate_heading{
	text-align: center;
	margin-bottom: 64px;
}
#tmp_furusato_donate h2.furu_title{
	margin-bottom: 38px;
}
#tmp_furusato_donate .donate_step_list{
	list-style: none;
	display: flex;
	gap: 0 26px;
	margin-bottom: 25px;
}
#tmp_furusato_donate .donate_step_list > li{
	width: calc((100% - 78px) / 4);
	margin-bottom: 20px;
}
#tmp_furusato_donate .donate_step_list .step_item{
	position: relative;
	display: flex;
	flex-direction: column;
	color: #222222;
	background-color: #faf7f1;
	height: 100%;
	padding: 68px 31px 30px;
}
#tmp_furusato_donate .donate_step_list .step_item:after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #faf7f1;
}
#tmp_furusato_donate .donate_step_list li:last-child .step_item:after{
	content: none;
}
#tmp_furusato_donate .step_item .number_step{
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
#tmp_furusato_donate .number_step > span{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	height: 50px;
	font-size: 138.9%;
	font-weight: bold;
	padding: 5px;
	color: #ffffff;
	background-color: #7f3654;
	border-radius: 50%;
}
#tmp_furusato_donate .step_item > .img{
	text-align: center;
	height: 124px;
}
#tmp_furusato_donate .step_item > .img img{
	max-width: 100%;
	height: auto;
}
#tmp_furusato_donate .step_item > .cnt{
	flex: 1;
}
#tmp_furusato_donate .step_item > .cnt span{
	display: block;
}
#tmp_furusato_donate .step_item .ttl{
	font-weight: bold;
	font-size: 111.1%;
	margin-bottom: 9px;
}
#tmp_furusato_donate .step_item .des{
	font-size: 88.9%;
	line-height: 1.6;
	padding: 0 2px;
}
#tmp_furusato_donate .step04 .deduction{
	text-align: center;
	font-weight: bold;
	font-size: 138.9%;
	color: #7f3654;
	background-color: #faf7f1;
	padding-top: 14px;
}
#tmp_furusato_donate .furu_link{
	display: flex;
	justify-content: center;
	padding-left: 13px;
}
#tmp_furusato_donate .furu_link > a{
	width: 250px;
}
/* Hover common
================================================== */
.list_gallery .item_img{
	overflow: hidden;
}
.list_gallery .item_img img{
	transition: transform 0.3s ease-in-out;
}
#tmp_furusato_anchor .anchor_cnt li > a:hover,
.list_gallery .item a:hover .item_title,
.furu_link a:hover{
	text-decoration: underline;
}
.list_gallery .item a:hover .item_img img{
	transform: scale(1.157);
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_furusato_mainvs .furusato_mainvs_wrap:before,
.color_black #tmp_furusato_mainvs .furusato_mainvs_wrap:before,
.color_yellow #tmp_furusato_mainvs .furusato_mainvs_wrap:before,
.color_blue #tmp_furusato_mainvs:before,
.color_black #tmp_furusato_mainvs:before,
.color_yellow #tmp_furusato_mainvs:before,
.color_blue #tmp_furusato_mainvs:after,
.color_black #tmp_furusato_mainvs:after,
.color_yellow #tmp_furusato_mainvs:after,
.color_blue #tmp_furusato_mainvs .mainvs_img:before,
.color_black #tmp_furusato_mainvs .mainvs_img:before,
.color_yellow #tmp_furusato_mainvs .mainvs_img:before,
.color_black #tmp_wrapper .furu_flower:before,
.color_blue #tmp_wrapper .furu_flower:before,
.color_yellow #tmp_wrapper .furu_flower:before,
.color_black #tmp_wrapper .furu_article:after,
.color_blue #tmp_wrapper .furu_article:after,
.color_yellow #tmp_wrapper .furu_article:after,
.color_black #tmp_wrapper .furu_title:before,
.color_black #tmp_wrapper .furu_title:after,
.color_blue #tmp_wrapper .furu_title:before,
.color_blue #tmp_wrapper .furu_title:after,
.color_yellow #tmp_wrapper .furu_title:before,
.color_yellow #tmp_wrapper .furu_title:after,
.color_black #tmp_wrapper .furu_link a:after,
.color_blue #tmp_wrapper .furu_link a:after,
.color_yellow #tmp_wrapper .furu_link a:after,
.color_black #tmp_wrapper .furu_intro .intro_img > p:before,
.color_blue #tmp_wrapper .furu_intro .intro_img > p:before,
.color_yellow #tmp_wrapper .furu_intro .intro_img > p:before{
	content: none;
}
.color_blue #tmp_furusato_mainvs .mainvs_logo,
.color_black #tmp_furusato_mainvs .mainvs_logo,
.color_yellow #tmp_furusato_mainvs .mainvs_logo{
	background-color: transparent !important;
}
.color_blue #tmp_furusato_mainvs .mainvs_logo h1,
.color_black #tmp_furusato_mainvs .mainvs_logo h1,
.color_yellow #tmp_furusato_mainvs .mainvs_logo h1{
	height: auto;
}
.color_blue #tmp_furusato_mainvs .mainvs_logo h1 > span,
.color_black #tmp_furusato_mainvs .mainvs_logo h1 > span,
.color_yellow #tmp_furusato_mainvs .mainvs_logo h1 > span{
	opacity: 1;
}
.color_blue #tmp_furusato_anchor .anchor_cnt ul,
.color_black #tmp_furusato_anchor .anchor_cnt ul,
.color_yellow #tmp_furusato_anchor .anchor_cnt ul {
    list-style: inherit;
	margin-left: 20px;
}
.color_blue #tmp_furusato_anchor .anchor_cnt li > a,
.color_black #tmp_furusato_anchor .anchor_cnt li > a,
.color_yellow #tmp_furusato_anchor .anchor_cnt li > a{
	padding-left: 0 !important;
}
.color_blue #tmp_furusato_donate .step_item > .img img,
.color_black #tmp_furusato_donate .step_item > .img img,
.color_yellow #tmp_furusato_donate .step_item > .img img{
	background-color: #ffffff !important;
}
.color_blue #tmp_furusato_donate .donate_step_list .step_item,
.color_black #tmp_furusato_donate .donate_step_list .step_item,
.color_yellow #tmp_furusato_donate .donate_step_list .step_item,
.color_blue #tmp_furusato_donate .number_step > span,
.color_black #tmp_furusato_donate .number_step > span,
.color_yellow #tmp_furusato_donate .number_step > span,
.color_black #tmp_wrapper .furu_blog,
.color_blue #tmp_wrapper .furu_blog,
.color_yellow #tmp_wrapper .furu_blog{
	border: 1px solid;
}
.color_blue #tmp_furusato_donate .donate_step_list .step_item:after,
.color_black #tmp_furusato_donate .donate_step_list .step_item:after{
	border-left-color: #FFFF00 !important;
}
.color_yellow #tmp_furusato_donate .donate_step_list .step_item:after{
	border-left-color: #000000 !important;
}
.color_black #tmp_wrapper .furu_intro .intro_img:before,
.color_blue #tmp_wrapper .furu_intro .intro_img:before,
.color_black #tmp_wrapper .list_gallery .item a:before,
.color_blue #tmp_wrapper .list_gallery .item a:before,
.color_black #tmp_wrapper .furu_link a:before,
.color_blue #tmp_wrapper .furu_link a:before{
	border-color: #FFFF00;
}
.color_yellow #tmp_wrapper .furu_intro .intro_img:before,
.color_yellow #tmp_wrapper .list_gallery .item a:before,
.color_yellow #tmp_wrapper .furu_link a:before{
	border-color: #000000;
}
.color_yellow #tmp_wrapper .furu_intro .intro_img:before,
.color_black #tmp_wrapper .furu_blog .blog_subttl:before,
.color_black #tmp_wrapper .furu_blog .blog_subttl:after,
.color_blue #tmp_wrapper .furu_blog .blog_subttl:before,
.color_blue #tmp_wrapper .furu_blog .blog_subttl:after{
	background-color: #FFFF00;
}
.color_black #tmp_wrapper .furu_intro .intro_img:before,
.color_yellow #tmp_wrapper .furu_blog .blog_subttl:before,
.color_yellow #tmp_wrapper .furu_blog .blog_subttl:after{
	background-color: #000000;
}
.color_blue #tmp_wrapper .furu_intro .intro_img:before{
	background-color: #00008B;
}
.color_black #tmp_wrapper .furu_article + .furu_blog:before,
.color_blue #tmp_wrapper .furu_article + .furu_blog:before{
	border-bottom-color: #FFFF00;
}
.color_yellow #tmp_wrapper .furu_article + .furu_blog:before{
	border-bottom-color: #000000;
}
.color_black #tmp_wrapper .furu_subtitle,
.color_blue #tmp_wrapper .furu_subtitle,
.color_yellow #tmp_wrapper .furu_subtitle{
	border-left: none !important;
}
.color_black #tmp_wrapper .furu_subtitle > span,
.color_blue #tmp_wrapper .furu_subtitle > span,
.color_yellow #tmp_wrapper .furu_subtitle > span{
	border-left: 3px solid;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_small #tmp_furusato_anchor .anchor_cnt li > a{
	background-position: left 4px;
}
/* ==================================================
no_js
================================================== */
.no_javascript .furusato_anchor_sec{
	display: none;
}
/* ==================================================
clearfix
================================================== */
#tmp_lnavi_event_cal .cal_navi:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
	min-width:100% !important;
	padding-top: 0 !important;
}
#tmp_wrapper::after,
#tmp_main .free_wrap:before {
	content: none !important;
}
.container {
	min-width: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 10px !important;
}
#tmp_wrapper img {
	animation: none;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_header_fixed {
	position: static !important;
}
#tmp_header_wrap .header_fixed_inner {
	padding-bottom: 0;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: auto !important;
	height: auto !important;
	background: transparent !important;
}
#tmp_hlogo a {
	text-decoration: none !important;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span{
	color:#000000 !important;
	background:#FFFFFF !important;
	font-size: 100%;
	font-weight: bold !important;
	z-index: auto !important;
	text-indent: 0 !important;
}
#tmp_footer {
	margin-top:50px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_footer .footer_logo p {
	background-image: none !important;
	padding-left: 0 !important;
}
#tmp_header_rgt,
#tmp_header_wrap .header_fixed_inner:after,
#tmp_header_fixed .header_fixed_wrapper:after,
#tmp_print,
#tmp_footer .fnavi_wrap,
#tmp_footer .footer_link_list,
#tmp_gnavi,
.gnavi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu,
#tmp_footer .sign_lang {
	display:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
.copyright {
	text-align:left !important;
	border-top:1px solid #000000 !important;
}
.copyright,
#tmp_contents h1,
#tmp_contents h2 {
	color:#000000 !important;
	background:#FFFFFF !important;
}
#tmp_contents h1 {
	border:1px solid #000000 !important;
}
#tmp_contents h2 {
	border-left:4px solid #000000 !important;
	border-bottom:1px solid #000000 !important;
}
}