@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Body
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
	position: relative;
	overflow: hidden;
	font-size: 100%;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.pc, .nobr {
	display: none!important;
}
.wrap {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    box-sizing: border-box;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Side Navi
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#sideNavi {
	position: fixed;
    width: calc(100% - 180px);
	height: 60px;
    right: 180px;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    z-index: 20000;
    padding: 0 0 0 130px;
    box-sizing: border-box;
}
#sideNavi img.logo_yufu_en {
	display: none;
}
#sideNavi img.copy {
	width: 22%;
    height: 30px;
	display: block;
    object-fit: contain;
	object-position: 0% 50%;
	font-family: 'object-fit: contain; object-position: 0% 50%;';
}
#sideNavi ul.portal {
	width: 40%;
    min-width: 320px;
    height: 60px;
	display: flex;
		justify-content: space-around;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin-right: auto;
}
#sideNavi ul.portal li {
	width: 24px;
    height: 24px;
	display: block;
    margin: 0 0 0 5px;
}
#sideNavi ul.portal li img {
	width: 24px;
    height: 24px;
	display: block;
    object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
#sideNavi ul.sns {
	width: 10%;
    min-width: 90px;
    bottom: 20px;
    display: none;
	/*display: flex;
		justify-content: space-around;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;*/
}
#sideNavi ul.sns li {
	width: 24px;
    height: 24px;
	display: block;
}
#sideNavi ul.portal li a:hover,
#sideNavi ul.sns li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
header {
	position: fixed;
    width: 100%;
	height: 60px;
	display: flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    z-index: 10000;
    box-sizing: border-box;
}
header.bgColor {
	background: #fff;
}
header .headerLogo {
	position: absolute;
    width: 120px;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    top: 0;
    left: 0;
    z-index: 20000;
    padding: 10px 0;
    transition: all 0.4s ease;
}
header .headerLogo.isSmall {
    background: #fff;
}
header .headerLogo a {
	width: 70px;
	display: block;
}
header .headerLogo h1 {
	width: 100%;
    display: block;
    margin-top: 5px;
    font: 700 1em/1.3em "リュウミン R-KL","Ryumin Regular KL","游明朝","Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    text-align: center;
}
header a.btnContact,
header a.btnCatalog {
	position: fixed;
    width: 40px;
    height: 40px;
    top: 10px;
    display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
    overflow: visible;
    margin: 0 5px;
    border-radius: 20px;
}
header a.btnContact {
	right: 70px;
    background: url("../images/icon_phone_w.svg") no-repeat center center #0d7c4f;
    background-size: 20px 20px;
}
header a.btnCatalog {
	right: 125px;
    background: url("../images/icon_catalog_w.svg") no-repeat center center #0d7c4f;
    background-size: 20px 20px;
}
header a.btnContact span,
header a.btnCatalog span {
    display: none;
}
header a.btnContact:hover,
header a.btnCatalog:hover {
	opacity: 0.7;
	transition: all 200ms;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【ヘッダー】グローバルナビ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.openMenu {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
}
.btn_nav {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
    background: #0d7c4f;
}
.open_nav,
.close_nav {
	display: block;
	cursor: pointer;
}
.open_nav img,
.close_nav img {
	width: 30px;
	height: 30px;
	display: block;
	margin: 15px;
}
.sp_nav_wrap {
	position: absolute;
	width: calc(100% - 130px);
	height: 100vh;
	top: 0;
	right: 0;
	display: none;
	z-index: 20000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	box-sizing: border-box;
}
.sp_nav {
	width: 100%;
	height: auto;
	display: block;
	margin: 60px 0 0;
}
.sp_nav ul.sp_nav_menu {
	height: calc(100vh - 80px);
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    padding: 10px 5%;
    background: #0d7c4f;
}
.sp_nav ul.sp_nav_menu li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu li+li {
    border-top: solid 1px rgba(255,255,255,0.2);
}
.sp_nav ul.sp_nav_menu li a {
	width: 100%;
	display: block;
	padding: 20px 0;
	font-size: 1.2em;
    line-height: 1em;
    color: #fff;
    background: url("../images/arrow_right_w.svg") no-repeat right top 20px;
    background-size: 10px 10px;
}
.sp_nav ul.sp_nav_menu li a img {
	display: none;
}
.sp_nav ul.sp_nav_menu li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}
.sp_nav ul.sp_nav_menu li ul#productsMenu,
.sp_nav ul.sp_nav_menu li ul#taxMenu {
	width: 90%;
	display: flex;
		justify-content: flex-start;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 0 0 20px 5%;
	box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu li ul#productsMenu li,
.sp_nav ul.sp_nav_menu li ul#taxMenu li {
	width: 50%;
	height: 40px;
	display: block;
    margin-top: 5px;
    border-top: none;
}
.sp_nav ul.sp_nav_menu li ul#productsMenu li a,
.sp_nav ul.sp_nav_menu li ul#taxMenu li a {
	width: 100%;
	height: 40px;
	display: block;
	padding: 0 5%;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 40px;
	text-align: left;
    border: none;
	background: url("../images/arrow_right_w.svg") no-repeat left center;
	background-size: 8px 8px;
	box-sizing: border-box;
}
.sp_nav_wrap .portal {
    display: none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
main {
	position: relative;
	width: 100%;
    min-height: calc(100vh - 191px);
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
}
main#home {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    background: url("../images/top/bg_home.svg") no-repeat center top;
    background-size: 124%;
}
.block {
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
.reverse {
	flex-direction: row-reverse;
}
.bgc_f9f6ef {
	background: #f9f6ef!important;
}
hr.thick {
	width: 100%;
    height: 5px;
	display: block;
    border: none;
    background: #756456;
}
a.btnCommon {
	width: 420px;
    height: 60px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 0 auto;
    padding-right: 10px;
    font-size: 1.6em;
	line-height: 1em;
    color: #fff;
    border-radius: 20px;
	background: url("../images/arrow_right_w.svg") no-repeat right 20px center #756456;
    background-size: 12px 12px;
	box-sizing: border-box;
}
a.btnCommon:hover {
	transition: all 200ms;
    opacity: 0.7;
}
.pageHead {
    width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    background: url("../images/bg_mt.svg") no-repeat center top #f0ebe2;
    background-size: 140%;
}

/*----- Title ------*/
.pageTitle {
    width: 100%;
    height: 200px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: flex-end;
}
.pageTitle img {
	width: 50%;
	display: block;
    margin-bottom: 30px;
}
.smallTitle {
	width: 100%;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin-bottom: 20px;
    font-size: 1.4em;
	line-height: 1em;
    color: #fff;
    border-radius: 20px;
    background: #756456;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】メインビジュアル
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#mainVisual {
	position: relative;
	width: 100%;
    aspect-ratio: 2 / 1;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    background: #f9f6ef;
    transition: all 200ms;
}
#mainVisual img.mainCopy {
	position: absolute;
	width: 30%;
    max-width: 560px;
    top: 80px;
    left: 140px;
	display: block;
    z-index: 3000;
}
#mainVisual ul.slider_main {
	width: 100%;
    aspect-ratio: 2 / 1;
	display: block;
}
#mainVisual ul.slider_main li.slider_main_list {
	position: relative;
    width: 100%;
    aspect-ratio: 2 / 1;
	display: block;
}
#mainVisual ul.slider_main li.slider_main_list img.frame {
	position: absolute;
    width: calc(70% + 10px);
    top: 75px;
    right: 15px;
	display: block;
    z-index: 1000;
}
#mainVisual ul.slider_main li.slider_main_list img.image {
	position: absolute;
    width: 70%;
    aspect-ratio: 16 / 9;
    top: 80px;
    right: 20px;
	display: block;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
#mainVisual ul.slider_main li.slider_main_list .item {
	position: absolute;
    width: calc(30% - 40px);
    bottom: 20px;
    left: 0;
	display: block;
    z-index: 3000;
}
#mainVisual ul.slider_main li.slider_main_list .item img {
    width: 100%;
    max-width: 200px;
	display: block;
    margin: 5px auto;
}
#mainVisual ul.slider_main li.slider_main_list .item span {
	width: 90%;
	display: block;
    margin: 0 auto;
    font-size: 1em;
	line-height: 1.2em;
    text-align: center;
}
#mainVisual ul.slider_main li.slider_main_list img.logo {
	position: absolute;
    width: 120px;
    height: 120px;
    bottom: 60px;
    left: 22%;
	display: block;
    z-index: 2000;
    margin: 0;
    border-radius: 60px;
}
#mainVisual ul.slider_main li.slider_main_list .copy {
	position: absolute;
    width: 70%;
    top: 80px;
    right: 20px;
    aspect-ratio: 2 / 1;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
    padding: 20px;
    font: 700 1.4em/1.6em "リュウミン R-KL","Ryumin Regular KL","游明朝","Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    color: #fff;
    box-sizing: border-box;
    /*box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.25);*/
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,1));
}
#mainVisual ul.slider_main li.slider_main_list a.itemLink {
	position: absolute;
    width: 160px;
    height: 40px;
    bottom: 20px;
    left: 24%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    z-index: 2000;
    padding-right: 10px;
    font-size: 1.2em;
	line-height: 1em;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 15px;
	background: url("../images/icon_link_16px_w.svg") no-repeat right 20px center #756456;
    background-size: 16px 16px;
	box-sizing: border-box;
}
#mainVisual ul.slider_main li.slider_main_list a.itemLink:hover {
	transition: all 200ms;
    opacity: 0.7;
}

/* Dots */
#mainVisual .slick-dots {
	position: absolute;
    width: calc(30% - 40px);
    bottom: 0;
    display: block;
    text-align: center;
    list-style: none;
}
#mainVisual .slick-dots li {
    position: relative;
	width: 10px;
	height: 10px;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
}
#mainVisual .slick-dots li button {
    width: 10px;
	height: 10px;
	display: block;
	font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: 0;
    outline: none;
	background: #FFF;
	opacity: 1;
    border-radius: 5px;
}
#mainVisual .slick-dots li button:hover,
#mainVisual .slick-dots li button:focus {
    outline: none;
	background: #FFF;
	opacity: 1;
}
#mainVisual .slick-dots li button:hover:before {
    background: #0d7c4f;
	opacity: 1;
}
/*.slick-dots li button:focus:before {
    background: #6180BB;
	opacity: 1;
}*/
#mainVisual .slick-dots li button:before {
    position: absolute;
	width: 10px;
    height: 10px;
	top: 0;
    left: 0;
	font-family: 'slick';
    content: '•';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 5px;
    background: #0d7c4f;
}
#mainVisual .slick-dots li button:before {
    opacity: 0.3;
}
#mainVisual .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FFF;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】共通
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.homeTitle {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin-bottom: 10px;
}
.homeTitle img {
	width: 50%;
	display: block;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】お知らせ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeNews {
	position: relative;
	width: 90%;
    min-height: 100px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    margin: 20px auto 0;
    border-radius: 20px;
    background: rgba(255,255,255,0.7);
	box-sizing: border-box;
}
#home .homeNews .homeNews_title {
	position: relative;
    width: 20%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    align-self: stretch;
    padding-bottom: 30px;
}
#home .homeNews .homeNews_title img {
	width: 50%;
	display: block;
}
#home .homeNews .homeNews_title a.btnNews {
	position: absolute;
    width: auto;
    height: 20px;
    bottom: 0;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    font-size: 1em;
    line-height: 1em;
    padding-right: 12px;
    background: url("../images/arrow_right.svg") no-repeat right center;
    background-size: 8px 8px;
    box-sizing: border-box;
}
#home .homeNews dl.homeNews_list {
	width: 78%;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
}
#home .homeNews dl.homeNews_list dt {
	position: relative;
	width: 100%;
	display: block;
    margin-bottom: 5px;
	font-size: 1em;
	line-height: 1em;
    color: #999;
	box-sizing: border-box;
}
#home .homeNews dl.homeNews_list dd {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.4em;
}
#home .homeNews dl.homeNews_list dd a:hover {
	text-decoration: underline;
    color: #06c;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】おすすめの返礼品
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeRecom {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    padding: 40px 0;
    background: linear-gradient(0deg, rgba(232,225,213,1) 20%, rgba(232,225,213,0) 100%);
    box-sizing: border-box;
}
#home .homeRecom .homeTitle {
	margin: 40px 0 0;
}
#home .homeRecom a.btnCommon {
	width: 400px;
    margin: 0 auto;
}
#home .homeRecom ul.slider {
    width: 90%;
    margin: 100px auto 40px;
}
#home .homeRecom ul.slider {
    margin: 20px auto 40px;
}
#home .homeRecom ul.slider li,
#products ul.recomList li {
    width: auto;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    align-self: stretch;
    margin: 0 5px;
    padding: 0!important;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}
#home .homeRecom ul.slider li img.photo,
#products ul.recomList li img.photo {
    width: 100%;
    aspect-ratio: 3/2;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#home .homeRecom ul.slider li .box,
#products ul.recomList li .box {
    width: 90%;
    height: 400px;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 10px auto;
    background: #fff;
}
#home .homeRecom ul.slider li .box span,
#products ul.recomList li .box span {
    width: auto;
    height: 24px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 0.9em;
	line-height: 1em;
    color: #fff;
    background: #756456;
    box-sizing: border-box;
}
#home .homeRecom ul.slider li .box .name,
#products ul.recomList li .box .name {
    width: 100%;
    height: 3.6em;
    display: block;
    overflow: hidden;
    margin: 5px 0;
    font-size: 1.2em;
    font-weight: bold;
	line-height: 1.2em;
    text-align: justify;
    color: #756456;
}
#home .homeRecom ul.slider li .box .price,
#products ul.recomList li .box .price {
    width: 100%;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        /*flex-wrap: wrap;*/
    margin: 3px 0;
    font-size: 1.8em;
    font-weight: bold;
	line-height: 1em;
    color: #fff;
    border-radius: 5px;
    background: #ed7980;
}
#home .homeRecom ul.slider li .box .price::before,
#products ul.recomList li .box .price::before {
    content: '寄附金額';
    display: inline-block;
    margin-right: 10px;
    font-size: 0.6em;
    font-weight: normal;
}
#home .homeRecom ul.slider li .box .price::after,
#products ul.recomList li .box .price::after {
    content: '円';
    display: inline-block;
    margin-left: 5px;
    font-size: 0.8em;
}
#home .homeRecom ul.slider li .box a.portal,
#products ul.recomList li .box a.portal {
    width: 49%;
    height: 32px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        /*flex-wrap: wrap;*/
    margin: 3px 0;
    border-radius: 4px;
    border: solid 1px #ccc;
    background: url("../images/icon_link_12px.svg") no-repeat right 2px top 2px;
    background-size: 8px 8px;
    box-sizing: border-box;
}
#home .homeRecom ul.slider li .box a.portal img,
#products ul.recomList li .box a.portal img {
    width: auto;
    height: 16px;
    display: block;
}
#home .homeRecom ul.slider li .box a.portal img:hover,
#products ul.recomList li .box a.portal img:hover {
    opacity: 0.7;
    transition: all 200ms;
}

/* Arrows */
#home .homeRecom .slick-prev,
#home .homeRecom .slick-next {
    height: 60px;
    width: 30px;
    border-radius: 10px;
}
#home .homeRecom .slick-prev:before,
#home .homeRecom .slick-next:before {
    font-size: 20px;
}
#home .homeRecom .slick-prev {
    left: -35px;
    background: url("../images/arrow_left.svg") no-repeat center center rgba(255,255,255,0.5);
    background-size: 12px 12px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -35px;
}
#home .homeRecom .slick-prev:before {
    content: "";
}
[dir="rtl"] .slick-prev:before {
    content: "";
}
#home .homeRecom .slick-next {
    right: -35px;
    background: url("../images/arrow_right.svg") no-repeat center center rgba(255,255,255,0.5);
    background-size: 12px 12px;
}
[dir="rtl"] .slick-next {
    left: -35px;
    right: auto;
}
#home .homeRecom .slick-next:before {
    content: "";
}
[dir="rtl"] .slick-next:before {
    content: "";
}

/* Dots */
#home .homeRecom .slick-dots {
	display: none!important;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】返礼品を選ぶ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.categoryBlock {
	width: 100%;
    display: flex;
		justify-content: center;
        flex-wrap: wrap;
    padding: 40px 0 0;
    background: #fff;
}
.categoryBlock ul.categoryList {
	width: 90%;
	display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
    margin: 0 auto;
}
.categoryBlock ul.categoryList li {
	width: 24%;
	display: block;
    margin: 5px 0;
}
.categoryBlock ul.categoryList li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】由布市のご紹介
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeAbout {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    padding: 40px 0;
    background: #f9f6ef;
}
#home .homeAbout img.aboutTitle {
	width: 65%;
    margin: 0 auto;
    display: block;
}
#home .homeAbout .inner {
	position: relative;
    width: 90%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
}
#home .homeAbout dl {
	position: relative;
    width: 50%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
#home .homeAbout dl span {
	width: auto;
    display: block;
    padding: 0 80px 5px 0;
    font: 200 1.6em/1em futura-pt, Arial, Helvetica, "sans-serif";
    letter-spacing: 0.05em;
    color: #0068b6;
    border-bottom: solid 1px #0068b6;
}
#home .homeAbout dl dt {
	width: 100%;
    display: block;
    margin: 20px 0;
    font: 400 2.4em/1.4em "リュウミン R-KL","Ryumin Regular KL","游明朝","Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
#home .homeAbout dl dt img.copy {
	width: 70%;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
#home .homeAbout dl dd {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-size: 1.3em;
	line-height: 1.8em;
    text-align: justify;
}
#home .homeAbout dl dd br {
    display: none;
}
#home .homeAbout a.btnCommon {
	margin: 0 auto 0 0;
}
#home .homeAbout img.imgAbout {
	width: 55%;
	display: block;
    margin-right: -6%;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
#home .homeAbout iframe {
	width: 100%;
    aspect-ratio: 16/9;
	display: block;
    margin: 20px auto;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】お申し込みはこちらから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.commonBanner {
	width: 90%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 40px 0;
    background: #fff;
}
.commonBanner ul {
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 0 auto;
}
.commonBanner ul li {
	width: 24%;
	display: block;
    margin: 6px 0.5%;
}
.commonBanner ul li a {
	width: 100%;
    height: 60px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    border: solid 1px #ccc;
    background: url("../images/icon_link_16px.svg") no-repeat right 4px top 4px;
    background-size: 16px 16px;
    box-sizing: border-box;
}
.commonBanner ul li a img {
	width: auto;
    height: 28px;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
お礼の品を選ぶ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#products .pageHead {
    margin-bottom: 40px;
}
#products .block {
	width: 90%;
    display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
    margin: 0 auto;
}

/*おすすめの返礼品リスト*/
#products ul.recomList {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 0 auto 20px;
}
#products ul.recomList::after {
	width: 32%;
    content: '';
}
#products ul.recomList li {
    width: 32%;
    margin: 0 0 20px;
    border: solid 1px #ddd;
}
#products ul.recomList li img.photo {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/*返礼品を選ぶ（詳細）*/
#products .productHead,
#reports .reportHead {
	position: relative;
    width: 90%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 0 auto 30px;
}
#products .productHead h3,
#reports .reportHead h3 {
    width: 100%;
    height: 50px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin-bottom: 20px;
    padding: 0 5px;
    font-size: 1.6em;
    font-weight: bold;
	line-height: 1em;
    color: #756456;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}
#products .productHead .read,
#reports .reportHead .read {
    width: 100%;
    display: block;
    font-size: 1.3em;
	line-height: 1.8em;
    text-align: justify;
    box-sizing: border-box;
}
#products .productHead .read b {
    width: 100%;
    display: block;
    margin: 10px 0;
    font-size: 1.4em;
	line-height: 1.4em;
    text-align: left;
    color: #756456;
}
#products .productHead img.photo,
#reports .reportHead img.photo {
	width: 60%;
	display: block;
    margin: 0 auto 20px;;
    border: solid 5px #fff;
    border-radius: 20px;
    box-sizing: border-box;
    /*box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.25);*/
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.25));
}

/*事業者の「想い」と「こだわり」*/
#products .kodawariBlock {
	width: 90%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
}
#products .kodawariBlock dl {
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 20px auto;
    padding: 20px 0;
    border-top: solid 1px #756456;
}
#products .kodawariBlock dl dt {
    width: 100%;
    display: block;
    margin: 20px 0;
    font-size: 2em;
    font-weight: 700;
	line-height: 1.6em;
    text-align: justify;
    color: #756456;
    box-sizing: border-box;
}
#products .kodawariBlock dl dd {
    width: 100%;
    display: block;
    font-size: 1.3em;
	line-height: 1.8em;
    text-align: justify;
}

/*スライド*/
#products .kodawariBlock .slideBlock {
	width: 100%;
	max-width: 960px;
	display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
#products .kodawariBlock .slideBlock ul.slider li img {
	width: 100%;
    aspect-ratio: 3/2;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'
}
#products .kodawariBlock .slideBlock ul.bx-pager {
	width: calc(100%);
	display: flex;
		justify-content: center;
		align-content: space-between;
		flex-wrap: wrap;
    margin: 15px 0;
	box-sizing: border-box;
}
#products .kodawariBlock .slideBlock ul.bx-pager li {
	width: 12%;
    aspect-ratio: 3/2;
	display: block;
    margin: 0 1%;
	cursor: pointer;
    font-size: 0;
	box-sizing: border-box;
}
#products .kodawariBlock .slideBlock ul.bx-pager li a {
	display: block;
	background: #fff;
    font-size: 0;
}
#products .kodawariBlock .slideBlock .bx-pager-item {
	font-size: 0;
}
#products .kodawariBlock .slideBlock ul.bx-pager li a img {
	width: 100%;
    aspect-ratio: 3/2;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'
}
#products .kodawariBlock .slideBlock ul.bx-pager li a img {
	opacity: 0.7;
}
#products .kodawariBlock .slideBlock ul.bx-pager li a:active img {
	opacity: 1;
}
#products .kodawariBlock .slideBlock ul.bx-pager li .active img,
#products .kodawariBlock .slideBlock ul.bx-pager li a:hover img {
 	opacity: 1;
}

/*その他の商品リンク*/
#products ul.portalBlock {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 0 auto 40px;
}
#products ul.portalBlock::after {
	content: '';
    width: 32%;
    display: block;
    margin: 5px 0.666%;
}
#products ul.portalBlock li {
	width: 32%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    align-self: stretch;
    margin: 5px 0.666%;
    border: solid 1px #ccc;
    box-sizing: border-box;
}
#products ul.portalBlock li .logo {
	width: 90%;
    height: 60px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 auto;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
}
#products ul.portalBlock li .logo img {
	width: auto;
    height: 36px;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
#products ul.portalBlock .link {
	width: 90%;
    min-height: 50px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 0 auto;
}
#products ul.portalBlock .link a {
	width: auto;
    height: 30px;
	display: flex;
		justify-content: space-between;
        align-content: center;
		align-items: center;
    padding: 0 15px 0 25px;
    font-size: 1.1em;
	line-height: 1em;
    text-decoration: underline;
    color: #06c;
    background: url("../images/arrow_right.svg") no-repeat left 10px center;
    background-size: 10px 10px;
	box-sizing: border-box;
}

/*返礼品を選ぶ*/
#products .categoryBlock {
	padding: 40px 0;
    background: #f9f6ef;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
生産者レポート
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.homeReport {
	width: 100%;
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
    padding: 40px 0;
    background: #fff;
}
.homeReport a.btnCommon {
	width: 400px;
    margin: 40px auto 20px;
}
.homeReport .inner {
	width: 90%;
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
    margin: 0 auto;
}
#reports {
	margin: 0 auto;
}
#reports .block {
	width: 90%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 0 auto 40px;
}
ul.reportList {
	width: 100%;
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
}
#reports ul.reportList {
	margin-bottom: 40px;
}
ul.reportList::after {
	width: 32%;
	display: block;
    content: '';
}
ul.reportList li {
	position: relative;
	width: 32%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    align-self: stretch;
    margin: 10px 0;
    background: url("../images/arrow_right.svg") no-repeat right 10px bottom 8px;
    background-size: 10px 10px;
	box-sizing: border-box;
}
ul.reportList li a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1000;
    background: #fff;
    opacity: 0;
}
ul.reportList li a:hover {
	transition: all 200ms;
    opacity: 0.3;
}
ul.reportList li img {
	width: 100%;
	height: 160px;
	display: block;
    border-radius: 20px;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
ul.reportList li h3 {
	width: 100%;
    min-height: 3.6em;
    display: block;
    margin: 10px 0;
	font-size: 1.3em;
    font-weight: bold;
	line-height: 1.2em;
    text-align: justify;
    color: #756456;
}
ul.reportList li div {
	width: 100%;
    height: 30px;
    display: flex;
		justify-content: flex-start;
        align-content: center;
		align-items: center;
	font-size: 1em;
	line-height: 1em;
}
ul.reportList li div span {
	width: 60px;
    height: 24px;
    display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
    margin-right: 5px;
	font-size: 0.9em;
	line-height: 1em;
    color: #fff;
    border-radius: 5px;
    background: #756456;
}

/*生産者レポート（詳細）*/
#reports .reportHead dl.reportHead_text {
    width: 100%;
    display: block;
    padding: 0 5px;
    box-sizing: border-box;
}
#reports .reportHead dl.reportHead_text dt {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 1.6em;
	line-height: 1.4em;
    color: #756456;
}
#reports .reportHead dl.reportHead_text dd {
    width: 100%;
    display: block;
    font-size: 1.3em;
	line-height: 1.6em;
    text-align: justify;
}

/*この生産者の返礼品を見る*/
#reports .commonBanner {
	width: 90%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: -20px auto 20px;
    padding: 0;
}

/*生産者プロフィール*/
#reports .profileBlock {
	position: relative;
    width: 90%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 20px auto 40px;
    padding: 20px;
    border-radius: 20px;
    background: #f9f6ef;
    box-sizing: border-box;
}
#reports .profileBlock img.tag {
	position: absolute;
    width: 40%;
    max-width: 400px;
    left: -20px;
	display: block;
}
#reports .profileBlock table {
	width: 60%;
    margin: 60px 0 0;
}
#reports .profileBlock table tr+tr {
    border-top: dashed 1px #756456;
}
#reports .profileBlock table th,
#reports .profileBlock table td {
	padding: 15px 5px;
	font-size: 1.1em;
	line-height: 1.2em;
    vertical-align: top;
    text-align: left;
    color: #756456;
}
#reports .profileBlock table th {
	width: 70px;
}
#reports .profileBlock table td {
	font-weight: bold;
}
#reports .profileBlock table td a {
	text-decoration: underline;
    color: #06c;
}
#reports .profileBlock img.photo {
	width: calc(40% - 20px);
    height: 180px;
    margin-right: -20px;
	display: block;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
    border: solid 5px #fff;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.2);
    transform: rotate( -5deg );
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
由布市のご紹介
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#about .block {
	width: 90%;
    margin: 40px auto;
}
#about .imgMap {
	width: 100%;
	display: block;
    margin: 0 auto;
}
#about .aboutText {
	width: 100%;
    display: flex;
		justify-content: flex-start;
        align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
     margin: 20px auto 0;
	font-size: 1.3em;
	line-height: 1.8em;
}
#about .movie {
	position: relative;
	width: 960px;
	aspect-ratio: 16 / 9;
	margin: 20px auto 40px;
}
#about .movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#about .movie p {
	position: absolute;
    width: 100%;
    bottom: -1.6em;
	display: block;
	font-size: 1.4em;
	line-height: 1.2em;
    text-align: center;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
由布市のふるさと納税
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*共通メニュー（下部）*/
#tax-payment .tax-paymentMenu {
	width: 100%;
	display: flex;
		justify-content: flex-start;
        flex-wrap: wrap;
    padding: 30px 0;
    background: #f9f7f4;
	box-sizing: border-box;
}
#tax-payment .tax-paymentMenu .inner {
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
}
#tax-payment .tax-paymentMenu dl {
	position: relative;
    width: 32%;
    height: 100px;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    padding: 10px;
    border: solid 1px #d7d2c5;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}
#tax-payment .tax-paymentMenu dl a {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	display: block;
    border-radius: 20px;
    background: #fff;
    opacity: 0;
}
#tax-payment .tax-paymentMenu dl a:hover {
	transition: all 200ms;
    opacity: 0.5;
}
#tax-payment .tax-paymentMenu dl dt {
	width: 100%;
    height: 30px;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 1.2em;
    font-weight: bold;
	line-height: 1em;
    color: #756456;
    background: url("../images/tax-payment/icon_check.svg") no-repeat left center;
    background-size: 20px 20px;
    box-sizing: border-box;
}
#tax-payment .tax-paymentMenu dl dt span {
	width: 18px;
    height: 18px;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
    border-radius: 5px;
    background: url("../images/arrow_right_w.svg") no-repeat center center #756456;
    background-size: 8px 8px;
}
#tax-payment .tax-paymentMenu dl dd {
	width: 100%;
	display: block;
    font-size: 1em;
	line-height: 1.6em;
    box-sizing: border-box;
}
#tax-payment .tax-paymentMenu dl dd br {
	display: none;
}
#tax-payment .block {
	width: 90%;
    margin: 20px auto;
}

/*上部タイトル（INDEX）*/
#tax-payment .taxHead,
.businessHead {
	position: relative;
    width: 90%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 0 auto 20px;
}
#tax-payment .taxHead img.photo,
.businessHead img.photo {
	width: 60%;
	display: block;
    margin: 10px auto;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
    border: solid 5px #fff;
    border-radius: 20px;
    box-sizing: border-box;
    /*box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.25);*/
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.25));
}
#tax-payment .taxHead .textBlock,
.businessHead .textBlock {
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
#tax-payment .taxHead .half,
.businessHead .half {
	width: 100%;
}
#tax-payment .taxHead .textBlock .midTitle,
.businessHead .textBlock h3 {
	width: 100%;
	display: block;
    margin: 10px 0 0;
    padding: 10px 0;
	font-size: 1.4em;
    font-weight: bold;
	line-height: 1.2em;
    border-bottom: dashed 1px #0d7c4f;
}
#tax-payment .taxHead .textBlock .midTitle::before,
.businessHead .textBlock h3::before {
	content: '●';
	display: inline-block;
	color: #0d7c4f;
}
#tax-payment .taxHead .textBlock p,
.businessHead .textBlock p {
	width: 100%;
	display: block;
    margin: 10px 0;
	font-size: 1.3em;
	line-height: 1.8em;
    text-align: justify;
}
#tax-payment .taxHead .textBlock p.note {
	width: 100%;
	display: block;
    margin: 5px 0;
	font-size: 1.2em;
	line-height: 1.6em;
    text-align: justify;
}
#tax-payment .taxHead .textBlock p a {
	text-decoration: underline;
    color: #06c;
}
#tax-payment .taxTitle {
	position: relative;
	width: 100%;
	height: 50px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	margin: 20px 0;
    padding: 0 0 0 80px;
    border-bottom: solid 4px #756456;
	box-sizing: border-box;
}
#tax-payment .taxTitle .yama {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0px;
	left: 0px;
	display: block;
    background: url("../images/yama.svg") no-repeat center bottom 25px #fff;
    background-size: 80px 45px;
}
#tax-payment .taxTitle h3 {
	width: auto;
	font-size: 1.6em;
    font-weight: bold;
	line-height: 1.2em;
    color: #756456;
}
#tax-payment .inner {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 20px auto;
}
#tax-payment .titlebox {
	position: relative;
	width: 100%;
	min-height: 80px;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin-bottom: 20px;
    padding: 0 0 0 70px;
	box-sizing: border-box;
}
#tax-payment .titlebox .number {
	position: absolute;
	width: 60px;
	height: 60px;
    left: 0;
	display: block;
}
#tax-payment .titlebox h4 {
	width: 100%;
    display: block;
    padding: 5px 0;
	font-size: 2em;
    font-weight: bold;
	line-height: 1.2em;
    color: #756456;
}
#tax-payment .titlebox p {
	width: 100%;
    display: block;
    padding: 5px 0;
	font-size: 1.3em;
	line-height: 1.6em;
}
#tax-payment .commonBanner {
	padding: 0;
}
#tax-payment .bgApply {
	background: url("../images/tax-payment/img_apply.jpg") no-repeat right bottom;
    background-size: 140px auto;
}
#tax-payment a.btnCatalog {
	width: 360px;
    height: 60px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 20px 0 0;
    font-size: 1.6em;
	line-height: 1em;
    color: #fff;
    border-radius: 20px;
	background-image: url("../images/arrow_right_w.svg"), url("../images/icon_catalog_w.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: right 20px center, left 20px center;
    background-color: #756456;
    background-size: 12px 12px, 30px 30px;
	box-sizing: border-box;
}
#tax-payment a.btnLink,
#tax-payment a.btnPdf,
#tax-payment a.btnArrow {
	width: 48%;
    height: 60px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 10px 1%;
    padding-right: 20px;
    font-size: 1.4em;
	line-height: 1em;
    color: #756456;
    border: solid 1px #756456;
    border-radius: 20px;
	box-sizing: border-box;
}
#tax-payment a.btnLink,
#tax-payment a.btnPdf {
	background: url("../images/icon_link_12px.svg") no-repeat right 15px center #fff;
    background-size: 12px 12px;
}
#tax-payment a.btnPdf {
	background: url("../images/icon_pdf.svg") no-repeat right 20px center #fff;
    background-size: 24px 24px;
}
#tax-payment a.btnArrow {
	background: url("../images/arrow_right.svg") no-repeat right 20px center #fff;
    background-size: 12px 12px;
}
#tax-payment a.btnCommon:hover,
#tax-payment a.btnLink:hover,
#tax-payment a.btnPdf:hover,
#tax-payment a.btnArrow:hover {
	transition: all 200ms;
    opacity: 0.7;
}

/*上部タイトル（使い道）*/
#tax-payment .taxHead .taxHead_title {
	width: 100%;
    height: 50px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	font-size: 1.8em;
    font-weight: bold;
	line-height: 1em;
    color: #fff;
    border-radius: 10px;
    background: #756456;
}
#tax-payment .taxHead .taxHead_read {
	width: 100%;
    display: flex;
		justify-content: center;
		flex-wrap: wrap;
    margin: 20px 0;
	font-size: 1.3em;
	line-height: 1.6em;
    text-align: center;
}
#tax-payment .taxHead dl.useBlock {
	position: relative;
    width: 100%;
    height: 140px;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 5px 0;
    padding: 0 10px 0 140px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}
#tax-payment .taxHead dl.useBlock img {
	position: absolute;
    width: 100px;
    left: 20px;
    display: block;
}
#tax-payment .taxHead dl.useBlock dt {
	width: 100%;
    display: block;
	font-size: 1.6em;
    font-weight: bold;
	line-height: 1.2em;
}
#tax-payment .taxHead dl.useBlock dd {
	width: 100%;
    display: block;
    margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
}
#tax-payment .taxHead dl.useBlock dd br {
	display: none;
}
#tax-payment .taxHead dl.useBlock dd a {
	text-decoration: underline;
    color: #06c;
}
#tax-payment .use_01 {color: #0f5a87;}
#tax-payment .use_02 {color: #0089a6;}
#tax-payment .use_03 {color: #03ab93;}
#tax-payment .use_04 {color: #8abb00;}
#tax-payment .use_05 {color: #eea602;}
#tax-payment .use_06 {color: #e56a00;}
#tax-payment .use_07 {color: #da383e;}
#tax-payment .use_08 {color: #931744;}

/*活用事業の紹介（一覧）*/
#tax-payment ul.taxList {
	width: 100%;
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
    margin-bottom: 20px;
}
#tax-payment ul.taxList::after {
	width: 32%;
	display: block;
    content: '';
}
#tax-payment ul.taxList li {
	position: relative;
	width: 32%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    align-self: stretch;
    margin: 10px 0;
	box-sizing: border-box;
}
#tax-payment ul.taxList li a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1000;
    background: #fff;
    opacity: 0;
}
#tax-payment ul.taxList li a:hover {
	transition: all 200ms;
    opacity: 0.3;
}
#tax-payment ul.taxList li .catg {
	position: absolute;
	width: 100%;
    height: 32px;
    top: 0;
    right: 0;
	display: block;
    background-size: contain;
}
#tax-payment ul.taxList li .mark_use1 {
	background: url("../images/tax-payment/mark_use1.svg") no-repeat left center;
}
#tax-payment ul.taxList li .mark_use2 {
	background: url("../images/tax-payment/mark_use2.svg") no-repeat left center;
}
#tax-payment ul.taxList li .mark_use3 {
	background: url("../images/tax-payment/mark_use3.svg") no-repeat left center;
}
#tax-payment ul.taxList li .mark_use4 {
	background: url("../images/tax-payment/mark_use4.svg") no-repeat left center;
}
#tax-payment ul.taxList li .mark_use5 {
	background: url("../images/tax-payment/mark_use5.svg") no-repeat left center;
}
#tax-payment ul.taxList li .mark_use6 {
	background: url("../images/tax-payment/mark_use6.svg") no-repeat left center;
}
#tax-payment ul.taxList li .mark_use7 {
	background: url("../images/tax-payment/mark_use7.svg") no-repeat left center;
}
#tax-payment ul.taxList li .mark_use8 {
	background: url("../images/tax-payment/mark_use8.svg") no-repeat left center;
}
#tax-payment ul.taxList li img {
	width: 100%;
	height: 160px;
	display: block;
    border-radius: 20px;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
#tax-payment ul.taxList li h4 {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
    margin: 10px 0;
    padding-right: 30px;
	font-size: 1.3em;
    font-weight: bold;
	line-height: 1.4em;
    text-align: justify;
    color: #756456;
    box-sizing: border-box;
}
#tax-payment ul.taxList li h4 span {
	position: absolute;
	width: 20px;
    height: 20px;
    right: 0;
	display: block;
    border-radius: 5px;
    background: url("../images/arrow_right_w.svg") no-repeat center center #b7ada2;
    background-size: 8px 8px;
	box-sizing: border-box;
}

/*活用事業の紹介（詳細）*/
#tax-payment .taxDetail {
    position: relative;
    width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px 0;
}
#tax-payment .taxDetail h3 {
    position: relative;
    width: 100%;
    height: 60px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 auto 20px;
	font-size: 2.4em;
	line-height: 1em;
    letter-spacing: 0.25em;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
#tax-payment .taxDetail h3 span {
    position: absolute;
    width: auto;
    left: 0;
	display: block;
	font: 200 0.6em/1em trajan-pro-3, "Times New Roman", Times, "serif";
    letter-spacing: 0.1em;
}
#tax-payment .taxDetail .taxDetail_text {
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
#tax-payment .taxDetail .taxDetail_text .catg {
	width: 100%;
    height: 30px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
    margin-bottom: 20px;
    padding: 0 5px;
	font-size: 1.2em;
    font-weight: bold;
	line-height: 1.2em;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
#tax-payment .taxDetail .taxDetail_text .use1 {background-color: #0f5a87;}
#tax-payment .taxDetail .taxDetail_text .use2 {background-color: #0089a6;}
#tax-payment .taxDetail .taxDetail_text .use3 {background-color: #03ab93;}
#tax-payment .taxDetail .taxDetail_text .use4 {background-color: #8abb00;}
#tax-payment .taxDetail .taxDetail_text .use5 {background-color: #eea602;}
#tax-payment .taxDetail .taxDetail_text .use6 {background-color: #e56a00;}
#tax-payment .taxDetail .taxDetail_text .use7 {background-color: #da383e;}
#tax-payment .taxDetail .taxDetail_text .use8 {background-color: #931744;}
#tax-payment .taxDetail .taxDetail_text h4 {
	width: 100%;
	display: block;
    margin-bottom: 10px;
	font-size: 2.4em;
    font-weight: bold;
	line-height: 1.2em;
}
#tax-payment .taxDetail .taxDetail_text dl {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 5px 0;
}
#tax-payment .taxDetail .taxDetail_text dl dt {
	width: 100%;
	display: block;
    padding: 10px 0;
	font-size: 1.4em;
    font-weight: bold;
	line-height: 1.2em;
    border-bottom: dashed 1px #756456;
}
#tax-payment .taxDetail .taxDetail_text dl dt::before {
	content: '●';
	display: inline-block;
	color: #756456;
}
#tax-payment .taxDetail .taxDetail_text dl dd {
	width: 100%;
	display: block;
    margin: 10px 0;
	font-size: 1.3em;
	line-height: 1.8em;
    text-align: justify;
}
#tax-payment .taxDetail .taxDetail_text dl dd.expense {
	margin: 20px 0 0;
	font-size: 2.4em;
	line-height: 1.2em;
}

/*スライド*/
#tax-payment .taxDetail .slideBlock {
	width: 80%;
	display: block;
    margin: 40px auto;
    box-sizing: border-box;
}
#tax-payment .taxDetail .slideBlock ul.slider li img {
	border-radius: 20px;
}
#tax-payment .taxDetail .slideBlock ul.bx-pager {
	width: 100%;
	display: flex;
		justify-content: space-between;;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px 0 0;
	box-sizing: border-box;
}
#tax-payment .taxDetail .slideBlock ul.bx-pager li {
	width: 15%;
	display: block;
    margin: 0;
	cursor: pointer;
    font-size: 0;
	box-sizing: border-box;
}
#tax-payment .taxDetail .slideBlock ul.bx-pager li a {
	display: block;
	background: #fff;
    font-size: 0;
}
#tax-payment .taxDetail .slideBlock .bx-pager-item {
	font-size: 0;
}
#tax-payment .taxDetail .slideBlock ul.bx-pager li a img {
	width: 100%;
    border-radius: 10px;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;'
}
#tax-payment .taxDetail .slideBlock ul.bx-pager li a img {
	opacity: 0.7;
}
#tax-payment .taxDetail .slideBlock ul.bx-pager li a:active img {
	opacity: 1;
}
#tax-payment .taxDetail .slideBlock ul.bx-pager li .active img,
#tax-payment .taxDetail .slideBlock ul.bx-pager li a:hover img {
 	opacity: 1;
}
#tax-payment .taxDetail a.btnCommon {
	margin: 0 auto;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
企業版ふるさと納税
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.businessHead .textBlock p b {
	margin-left: -0.5em;
    font-size: 1.1em;
    text-indent: -1em;
	color: #0d7c4f;
}
.businessHead ul.linkBlock {
	width: auto;
	display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
    margin-top: 20px;
}
.businessHead ul.linkBlock li {
	width: 100%;
}
.businessHead ul.linkBlock a.pdfLink {
	width: auto;
    height: 30px;
	display: flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
    padding-right: 20px;
    font-size: 1.2em;
	line-height: 1em;
    text-align: right;
    text-decoration: underline;
    color: #06c;
    background: url("../images/icon_link_16px.svg") no-repeat right center;
    background-size: 16px 16px;
    box-sizing: border-box;
}

/*企業概要*/
table.outline {
	width: 100%;
    margin: 0 auto;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}
table.outline th,
table.outline td {
	padding: 15px 10px;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
	font-size: 1.3em;
	line-height: 1.2em;
    text-align: left;
}
table.outline th {
	width: 140px;
}
table.outline td a {
	text-decoration: underline;
    color: #06c;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
よくあるご質問
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#faq .block,
#contact .block {
	width: 90%;
    margin: 20px auto 40px;
}
#faq ul.navi,
#contact ul.navi {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#faq ul.navi li,
#contact ul.navi li {
	width: 100%;
	display: block;
    margin: 20px 0;
}
#faq div.question,
#contact div.question {
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	cursor: pointer;
    padding: 0 60px;
    border-bottom: solid 2px #756456;
    background: url("../images/faq/faq_open.svg") no-repeat right 10px center;
    background-size: 24px 24px;
	box-sizing: border-box;
}
#contact div.question {
	padding: 0 60px 0 80px;
}
#contact div.question {
	height: 60px;
    border-bottom: solid 4px #756456;
}
#faq div.question .icon_q {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	left: 0px;
	display: block;
    font: 700 3em/60px futura LT BT, futura-pt, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #b7ada2;
	box-sizing: border-box;
}
#contact div.question .yama {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0px;
	left: 0px;
	display: block;
    background: url("../images/yama.svg") no-repeat center bottom 15px #fff;
    background-size: 80px 45px;
}
#faq div.question h3,
#contact div.question h3 {
	width: auto;
    z-index: 1000;
	font-size: 1.6em;
    font-weight: bold;
	line-height: 1.2em;
    color: #756456;
}
#contact div.question h3 span {
	display: block;
    font-size: 0.8em;
    font-weight: normal;
}
#faq div.open,
#contact div.open {
    cursor: pointer;
    background: url("../images/faq/faq_close.svg") no-repeat right 10px center;
    background-size: 24px 24px;
	box-sizing: border-box;
}
#faq ul.answer,
#contact ul.answer {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 0 20px 60px;
	box-sizing: border-box;
}
#faq ul.answer h4,
#contact ul.answer h4 {
	width: 100%;
	display: block;
    margin-bottom: 10px;
    padding: 10px 0;
	font-size: 1.4em;
    font-weight: bold;
	line-height: 1.2em;
    border-bottom: dashed 1px #0d7c4f;
}
#faq ul.answer h4::before,
#contact ul.answer h4::before {
	content: '●';
	display: inline-block;
	color: #0d7c4f;
}
#faq ul.answer p,
#contact ul.answer p {
	width: 100%;
	display: block;
    margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.8em;
    text-align: justify;
}
#faq ul.answer p a,
#contact ul.answer p a {
	text-decoration: underline;
    color: #06c;
}
#faq ul.answer p .note {
	font-size: 0.9em;
	line-height: 0.8em;
}
#faq ul.answer .emphasis {
	margin-top: 20px;
	font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    color: #ff0000;
}
#faq ul.answer .box,
#faq ul.answer .boxLink {
	width: 100%;
    min-height: 80px;
	display: flex;
		justify-content: space-around;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 20px 0;
	font-size: 1.2em;
	line-height: 1.6em;
    text-align: center;
    border: solid 1px #ddd;
    background: #f7f7f7;
    box-sizing: border-box;
}
#faq ul.answer .half {
	width: 100%;
	display: block;
    margin: 0 auto 10px;
}
#faq ul.answer .referSite {
	width: 100%;
	display: block;
    margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.6em;
    text-indent: -0.5em;
}
#faq ul.answer .boxLink {
	width: 100%;
    min-height: 80px;
    margin: 0 auto 20px;
    border: solid 4px #ddd;
    background: #fff;
    box-sizing: border-box;
}
#faq ul.answer .boxLink a {
	width: auto;
    min-height: 30px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 20px;
    padding-right: 20px;
	font-size: 1.2em;
	line-height: 1em;
    text-decoration: underline;
    color: #06c;
    background: url("../images/icon_link.svg") no-repeat right center;
    background-size: 16px 16px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
お知らせ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#news .block {
	width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}
#news .block a.btnCommon {
	margin: 0 auto;
}
#news .inner {
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
}
#news dl {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
	padding: 20px 0;
    border-bottom: solid 1px #ddd;
}
#news dl dt {
	width: 20%;
	display: block;
	font-size: 1.2em;
	line-height: 1.6em;
}
#news dl dd {
	width: 80%;
	font-size: 1.2em;
	line-height: 1.6em;
}
#news dl dd a:hover {
	text-decoration: underline;
    color: #06c;
}
.wp-pagenavi {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 40px auto 20px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1em;
}
.wp-pagenavi a,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.prevpostslink {
	width: 40px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	text-decoration: none;
    border-radius: 10px;
    background: #f9f6ef;
    box-sizing: border-box;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.prevpostslink {
	border: none;
}
.wp-pagenavi a:hover {
	border-color: #756456;
}
.wp-pagenavi a,
.wp-pagenavi span {
	box-sizing: border-box;;
}
.wp-pagenavi span.pages {
	padding: 5px 10px;
}
.wp-pagenavi span.current {
	width: 40px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	font-weight: bold;
	color: #FFF;
	border: none;
    border-radius: 10px;
	background: #756456;
    box-sizing: border-box;
}
.wp-pagenavi span.extend {
	padding: 5px 10px;
    border: none;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: 60px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	font-size: 0.9em;
	color: #756456;
	border: solid 1px #756456;
    border-radius: 10px;
	background: #fff;
    box-sizing: border-box;
}

/*-- News（詳細ページ） --*/
#news .date {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
	font-size: 1.2em;
	line-height: 2em;
	color: #999;
}
#news h3.articleTitle {
	width: 100%;
	float: both;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 1.8em;
	line-height: 1.4em;
	border-bottom: solid 1px #CCC;
}
#news .content,
#reports .content {
	width: 100%;
	display: block;
	padding: 10px 0;
    font-size: 1.3em;
	line-height: 1.8em;
}
#news .content p,
#reports .content p {
	width: 100%;
    display: block;
    padding: 10px 0;
	font-size: 1em;
}
#news .content a,
#reports .content a {
	text-decoration: underline;
	color: #06C;
}
#news .content img,
#reports .content img {
	max-width: 100%;
}
#news .content .aligncenter,
#reports .content .aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.page_navi {
	position: relative;
	width: 100%;
	max-width: 1200px;
	display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: center;
		/*flex-wrap: wrap;*/
    margin: 0 auto;
	border-top: solid 1px #CCC;
}
.page_navi .prev,
.page_navi .next {
	width: 45%;
	display: block;
	align-items: center;
	font-size: 1.2em;
	line-height: 1.6em;
	box-sizing: border-box;
}
.page_navi .next {
	text-align: right;
}
.page_navi .prev a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background: url(../images/arrow_left.svg) no-repeat left center;
	background-size: 10px 10px;
}
.page_navi .next a {
	display: block;
	padding-right: 20px;
	text-decoration: none;
	background: url("../images/arrow_right.svg") no-repeat right center;
	background-size: 10px 10px;
}
.page_navi a.btnList {
	width: 10%;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	align-items: center;
	text-align: center;
}
.page_navi a.btnList span {
	width: 90%;
	max-width: 30px;
	height: 1px;
	clear: both;
	display: block;
	margin: 7px auto;
	background: #756456;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
サイトポリシー／個人情報保護方針
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#policy .block {
	width: 90%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 0 auto 20px;
}
#policy section {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 0;
}
#policy hr {
	width: 100%;
	height: 1px;
	border: none;
	background: #CCC;
}
#policy .poliBox,
#policy .privBox {
	width: 100%;
	display: flex;
		flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 0;
}
#policy .date {
	width: 100%;
	float: right;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 20px;
	text-align: right;
}
#policy .text {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.6em;
    text-align: justify;
	border: none;
}
#policy .subject {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
}
#policy .text a {
	color: #06C;
	text-decoration: underline;
}
#policy dl {
	width: 100%;
	float: left;
	margin: 10px 0;
}
#policy dl dt {
	width: 2%;
	float: left;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: right;
}
#policy dl dd {
	width: 97%;
	float: right;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
}
#policy dl ul {
	width: 95%;
	float: right;
	display: block;
	margin-top: 10px;
}
#policy dl ul li {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: disc;
}
#policy ol {
	width: 80%;
	display: block;
	margin: 0 auto;
}
#policy ol li {
	width: 100%;
	margin: 20px 0;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: decimal outside;
}
#policy .contact {
	width: 100%;
	margin: 20px auto;
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
}
#policy .tel {
	width: 100%;
	padding-top: 20px;
	font-size: 1.6em;
	line-height: 1.4em;
	text-align: center;
}
#policy .tel span {
	font-size: 1.6em;
}
#policy .tel span.small {
	font-size: 0.6em;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
サイトマップ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#sitemap .block {
	width: 90%;
    display: flex;
		flex-wrap: wrap;
	margin: 20px auto;
}
#sitemap ul.list {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
}
#sitemap ul.list li {
	width: 49%;
	display: block;
    align-self: stretch;
    border-bottom: solid 1px #DDD;
}
#sitemap ul.list li:nth-last-child(-n+2) {
	border-bottom: none;
}
#sitemap ul.list li.full {
	width: 100%;
}
#sitemap ul.list li a {
	width: 100%;
	display: block;
	padding: 30px 25px;
	font-size: 1.3em;
	line-height: 1em;
    box-sizing: border-box;
}
#sitemap ul.list li a {
	background: url(../images/arrow_right.svg) no-repeat left 10px center;
	background-size: 10px 10px;
}
#sitemap ul.list li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}
#sitemap ul.listS {
	width: 95%;
	clear: both;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 0 0 2%;
}
#sitemap ul.listS li.menuS {
	width: 33.333%;
	display: block;
	margin-bottom: 25px;
	border: none;
}
#sitemap ul.listS li.menuS a {
	width: 100%;
	display: block;
	padding: 5px 0 5px 30px;
	font-size: 1.1em;
	line-height: 1em;
	background: url(../images/arrow_right.svg) no-repeat left 10px center;
	background-size: 10px 10px;
    box-sizing: border-box;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
footer {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    padding: 20px 0;
    background: #756456;
}
footer #page-top {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 5px;
	bottom: 70px;
	z-index: 10000;
	border-radius: 30px;
	background: rgba(0,0,0,0.5);
}
footer .inner {
	width: 90%;
	display: flex;
		justify-content: space-between;
		align-content: flex-end;
		align-items: flex-end;
		flex-wrap: wrap;
	margin: 0 auto;
    color: #fff;
}
footer .left,
footer .right {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
}
footer .left img.footerLogo {
	width: 28%;
	display: block;
    margin-right: 2%;
}
footer .left a.footerLogo img {
	width: 100%;
	display: block;
}
footer .left .box {
    width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
footer .left .box address {
    width: 100%;
    display: block;
    padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.4em;
    text-align: center;
    box-sizing: border-box;
}
footer .left .box address b {
    font-size: 1.1em;
}
footer .left .box address a {
    text-decoration: none;
    color: #fff;
}
footer .left .box a.linkCity {
	width: auto;
    height: 30px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
    padding-right: 16px;
    font-size: 1.2em;
    line-height: 1em;
    text-decoration: underline;
    color: #fff;
    background: url("../images/icon_link_12px_w.svg") no-repeat right center;
    background-size: 12px 12px;
    box-sizing: border-box;
}
footer .left .box ul.sns {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    padding: 10px 0;
}
footer .left .box ul.sns li {
	width: 36px;
    height: 36px;
	display: block;
    margin: 0 10px;
}
footer .left .box ul.sns li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}
footer ul.bottomMenu {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
    margin-top: 20px;
}
footer ul.bottomMenu li {
    display: block;
	padding-right: 30px;
	font-size: 1em;
	line-height: 1em;
}
footer ul.bottomMenu li+li {
	padding-left: 30px;
    border-left: solid 1px rgba(255,255,255,0.5)
}
footer ul.bottomMenu li:last-child {
	padding-left: 30px;
    padding-right: 0;
}
footer ul.bottomMenu li a {
	color: #FFF;
}
footer .copyright {
	width: 100%;
	display: block;
    margin-top: 30px;
	font-size: 1em;
	line-height: 1em;
    text-align: center;
}
