@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;
}
.sp, .nobr {
	display: none!important;
}
.wrap {
	position: relative;
    width: calc(100% - 120px);
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin-left: 120px;
    box-sizing: border-box;
}
@media screen and (max-width: 1360px) {
.wrap {
	width: calc(100% - 80px);
    margin-left: 80px;
}
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Side Navi
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#sideNavi {
	position: fixed;
    width: 120px;
	height: 100vh;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    z-index: 10000;
    padding: 10px 0;
    background: #fff;
    box-sizing: border-box;
}
#sideNavi img.logo_yufu_en {
	width: 80%;
	display: block;
    margin: 20px auto;
}
@media screen and (max-width: 1360px) {
#sideNavi {
	width: 80px;
}
}
#sideNavi img.copy {
	width: 30px;
	display: block;
}
#sideNavi ul.portal {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    padding: 20px 0;
}
#sideNavi ul.portal li {
	width: 50px;
    height: 50px;
	display: block;
    margin: 10px 35px;
}
#sideNavi ul.portal li img {
	width: 50px;
    height: 50px;
	display: block;
    object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
@media screen and (max-width: 1360px) {
#sideNavi ul.portal li {
	width: 40px;
    height: 40px;
	display: block;
    margin: 10px 20px;
}
#sideNavi ul.portal li img {
	width: 40px;
    height: 40px;
}
}
@media screen and (max-height: 900px) {
#sideNavi ul.portal li {
	width: 36px;
    height: 36px;
	display: block;
    margin: 5px 20px;
}
#sideNavi ul.portal li img {
	width: 36px;
    height: 36px;
}
}
@media screen and (max-height: 700px) {
#sideNavi ul.portal li {
	width: 30px;
    height: 30px;
	display: block;
    margin: 5px 25px;
}
#sideNavi ul.portal li img {
	width: 30px;
    height: 30px;
}
}
#sideNavi ul.sns {
	position: absolute;
    width: 36px;
    bottom: 20px;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
}
#sideNavi ul.sns li {
	width: 36px;
    height: 36px;
	display: block;
    margin: 5px auto;
}
@media screen and (max-width: 1360px) {
#sideNavi ul.sns li {
	width: 28px;
    height: 28px;
}
}
#sideNavi ul.portal li a:hover,
#sideNavi ul.sns li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
header {
	position: fixed;
    width: calc(100% - 120px);
	height: 140px;
	display: flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    z-index: 10000;
    padding: 0 20px 40px 100px;
    box-sizing: border-box;
}
header.bgColor {
	background: rgba(255,255,255,0.95);
    /*background: linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,1));*/
}
@media screen and (max-width: 1360px) {
header {
	width: calc(100% - 80px);
    padding: 0 10px 0 100px;
}
}
header .headerLogo {
	position: absolute;
    width: 200px;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    top: 0;
    left: 0;
    z-index: 20000;
    padding: 20px 0;
    transition: all 0.4s ease;
}
header .headerLogo.isSmall {
    width: 120px!important;
    padding: 10px 0;
}
@media screen and (max-width: 1360px) {
header .headerLogo {
	width: 160px;
    padding: 10px 0;
}
}
header .headerLogo a {
	width: 70%;
	display: block;
}
@media screen and (max-width: 1360px) {
header .headerLogo a {
	width: 60%;
}
}
header .headerLogo h1 {
	width: 100%;
    display: block;
    margin-top: 20px;
    font: 700 1.2em/1.4em "リュウミン R-KL","Ryumin Regular KL","游明朝","Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    text-align: center;
}
header .headerLogo.isSmall h1 {
    margin-top: 10px;
    font-size: 0.9em;
}
header a.btnContact,
header a.btnCatalog {
	position: relative;
    width: 50px;
    height: 50px;
    display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
    overflow: visible;
    margin: 0 15px;
    border-radius: 25px;
}
header a.btnContact {
	background: url("../images/icon_phone_w.svg") no-repeat center center #0d7c4f;
    background-size: 24px 24px;
}
header a.btnCatalog {
	background: url("../images/icon_catalog_w.svg") no-repeat center center #0d7c4f;
    background-size: 24px 24px;
}
header a.btnContact span,
header a.btnCatalog span {
    position: absolute;
    width: 70px;
    height: 12px;
    bottom: -20px;
    display: flex;
		justify-content: center;
        align-content: flex-start;
		align-items: flex-start;
    z-index: 1000;
}
header a.btnContact span {
    background: url("../images/txt_contact.svg") no-repeat center center;
    background-size: contain;
}
header a.btnCatalog span {
    background: url("../images/txt_catalog.svg") no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 1360px) {
header a.btnContact,
header a.btnCatalog {
	width: 40px;
    height: 40px;
    border-radius: 20px;
}
header a.btnContact {
	background-size: 20px 20px;
}
header a.btnCatalog {
	background-size: 20px 20px;
}
}
header a.btnContact:hover,
header a.btnCatalog:hover {
	opacity: 0.7;
	transition: all 200ms;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【ヘッダー】グローバルナビ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.openMenu {
	width: 80%;
    max-width: 1200px;
    height: 60px;
}
.btn_nav {
	display: none;
}
.open_nav,
.close_nav {
	display: none;
}
.sp_nav_wrap {
	width: 100%;
	display: block;
}
.sp_nav {
	width: 100%;
	height: 60px;
	display: block;
}
.sp_nav ul.sp_nav_menu {
	width: 100%;
	height: 60px;
    display: flex;
		justify-content: space-around;
		align-content:  center;
		align-items: center;
        flex-wrap: wrap;
}
.sp_nav ul.sp_nav_menu li {
	position: relative;
    width: auto;
	display: block;
}
.sp_nav ul.sp_nav_menu li.sp {
	display: none;
}
.sp_nav ul.sp_nav_menu li a {
	width: 100%;
    height: 60px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	font-size: 1.2em;
    line-height: 1em;
    box-sizing: border-box;
}
@media screen and (max-width: 1360px) {
.sp_nav ul.sp_nav_menu li a {
	height: 60px;
	font-size: 1em;
}
}
.sp_nav ul.sp_nav_menu li a img {
	width: 10px;
    height: 10px;
	display: inline-block;
    margin-left: 10px;
}
.sp_nav ul.sp_nav_menu li a:hover {
	opacity: 0.7;
	transition: all 200ms;
}
.sp_nav ul.sp_nav_menu > li:hover #productsMenu,
.sp_nav ul.sp_nav_menu > li:hover #taxMenu {
	opacity: 1;
	transform: translate(0, 0);
    transition: all 260ms;
}
.sp_nav ul.sp_nav_menu > li:hover #productsMenu {
	width: 260px;
    height: 492px;
}
.sp_nav ul.sp_nav_menu > li:hover #taxMenu {
	width: 200px;
    height: 123px;
}
.sp_nav ul.sp_nav_menu li ul#productsMenu,
.sp_nav ul.sp_nav_menu li ul#taxMenu {
	position: absolute;
    width: 100%;
	height: 0;
	top: 60px;
    left: 0;
	display: block;
	overflow: hidden;
	z-index: 1000;
	box-sizing: border-box;
	opacity: 0;
    transform: translate(0, 0);
    transition: all 300ms;
}
.sp_nav ul.sp_nav_menu li ul#productsMenu li,
.sp_nav ul.sp_nav_menu li ul#taxMenu li {
	width: 100%;
	height: 40px;
	display: block;
    margin-top: 1px;
    background: #0d7c4f;
}
.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;
    color: #fff;
	background: url("../images/arrow_right_w.svg") no-repeat right 5% center;
	background-size: 8px 8px;
	box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu li ul#productsMenu li a:hover,
.sp_nav ul.sp_nav_menu li ul#taxMenu li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}
.sp_nav_wrap .portal {
    display: none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
main {
	position: relative;
	width: 100%;
    min-height: calc(100vh - 160px);
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		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: 100%;
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
main#home {
	background-size: 1920px;
}
}
@media screen and (max-width: 1600px) {
main#home {
	background-size: 120%;
}
}
@media screen and (max-width: 1280px) {
main#home {
	background-size: 128%;
}
}
.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.8em;
	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: 1800px;
}
@media screen and (min-width: 1921px) {
.pageHead {
    background-size: 100%;
}
}

/*----- Title ------*/
.pageTitle {
    width: 100%;
    height: 360px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
}
.pageTitle img {
	width: 80%;
    width: 540px;
	display: block;
    margin-top: 120px;
}
.smallTitle {
	width: 100%;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin-bottom: 20px;
    font-size: 1.6em;
	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: 140px;
    left: 200px;
	display: block;
    z-index: 3000;
}
@media screen and (max-width: 1280px) {
#mainVisual img.mainCopy {
	width: 25%;
    top: 140px;
    left: 180px;
}
}
#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: 115px;
    right: 35px;
	display: block;
    z-index: 1000;
}
#mainVisual ul.slider_main li.slider_main_list img.image {
	position: absolute;
    width: 70%;
    aspect-ratio: 16 / 9;
    top: 120px;
    right: 40px;
	display: block;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
@media screen and (max-width: 1280px) {
#mainVisual ul.slider_main li.slider_main_list img.frame {
	width: calc(60% + 10px);
    top: calc(50% - 25%);
    right: 15px;
}
#mainVisual ul.slider_main li.slider_main_list img.image {
	width: 60%;
    top: calc(50% - 25%);
    right: 20px;
}
}
#mainVisual ul.slider_main li.slider_main_list .item {
	position: absolute;
    width: calc(28% - 40px);
    bottom: 20px;
    left: 0;
	display: block;
    z-index: 3000;
}
#mainVisual ul.slider_main li.slider_main_list .item img {
    width: 80%;
    max-width: 280px;
	display: block;
    margin: 5px auto;
}
#mainVisual ul.slider_main li.slider_main_list .item span {
	width: 90%;
	display: block;
    margin: 0 auto;
    font-size: 1.3em;
	line-height: 1.4em;
    text-align: center;
}
@media screen and (max-width: 1280px) {
#mainVisual ul.slider_main li.slider_main_list .item img {
    max-width: 200px;
}
#mainVisual ul.slider_main li.slider_main_list .item span {
	font-size: 1em;
	line-height: 1.2em;
}
}
#mainVisual ul.slider_main li.slider_main_list img.logo {
	position: absolute;
    width: 240px;
    height: 240px;
    bottom: 180px;
    left: 20%;
	display: block;
    z-index: 2000;
    margin: 0;
    border-radius: 120px;
}
@media screen and (max-width: 1280px) {
#mainVisual ul.slider_main li.slider_main_list img.logo {
	width: 180px;
    height: 180px;
    bottom: 60px;
    border-radius: 90px;
}
}
#mainVisual ul.slider_main li.slider_main_list .copy {
	position: absolute;
    width: 70%;
    top: 120px;
    right: 40px;
    aspect-ratio: 2 / 1;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
    padding: 40px 120px 0 0;
    font: 700 2em/2em "リュウミン 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));
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
#mainVisual ul.slider_main li.slider_main_list .copy {
    padding: 30px 90px 0 0;
    font-size: 1.8em;
}
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
#mainVisual ul.slider_main li.slider_main_list .copy {
    padding: 30px 60px 0 0;
    font-size: 1.7em;
}
}
@media screen and (max-width: 1280px) {
#mainVisual ul.slider_main li.slider_main_list .copy {
	width: 60%;
    top: calc(50% - 25%);
    right: 20px;
    padding: 20px 40px 0 0;
    font-size: 1.6em;
}
}
#mainVisual ul.slider_main li.slider_main_list a.itemLink {
	position: absolute;
    width: 200px;
    height: 50px;
    bottom: 80px;
    left: 24%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    z-index: 2000;
    padding-right: 10px;
    font-size: 1.4em;
	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;
}
@media screen and (max-width: 1280px) {
#mainVisual ul.slider_main li.slider_main_list a.itemLink {
	position: absolute;
    width: 160px;
    height: 40px;
    bottom: 20px;
    left: 24%;
    font-size: 1.2em;
}
}
#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: 80%;
    max-width: 540px;
	display: block;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】お知らせ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeNews {
	position: relative;
	width: 90%;
    max-width: 1200px;
    height: 120px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    margin: 60px 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;
    padding-right: 12px;
    font-size: 1em;
    line-height: 1em;
    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: 140px;
	display: block;
	font-size: 1.4em;
	line-height: 1em;
    color: #999;
	box-sizing: border-box;
}
#home .homeNews dl.homeNews_list dd {
	width: calc(100% - 140px);
	font-size: 1.4em;
	line-height: 1.6em;
}
#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;
    box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
#home .homeRecom .homeTitle {
	margin: -20px 0 20px;
}
}
#home .homeRecom a.btnCommon {
	width: 400px;
    margin: 20px auto;
}
#home .homeRecom ul.slider {
    width: 90%;
    max-width: 1200px;
    display: flex;
    margin: 100px auto 40px;
}
@media screen and (max-width: 1280px) {
#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 10px;
    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: 440px;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 10px auto;
}
@media screen and (max-width: 1280px) {
#home .homeRecom ul.slider li .box,
#products ul.recomList li .box {
    height: 400px;
}
}
#home .homeRecom ul.slider li .box::after,
#products ul.recomList li .box::after {
    content: '';
    width: 32%;
}
#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: 1em;
	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: 4.2em;
    display: block;
    overflow: hidden;
    margin: 10px 0;
    font-size: 1.4em;
    font-weight: bold;
	line-height: 1.4em;
    text-align: justify;
    color: #756456;
}
#home .homeRecom ul.slider li .box .price,
#products ul.recomList li .box .price {
    width: 100%;
    height: 60px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        /*flex-wrap: wrap;*/
    margin: 5px 0;
    font-size: 2.4em;
    font-weight: bold;
	line-height: 1em;
    color: #fff;
    border-radius: 5px;
    background: #ed7980;
}
@media screen and (max-width: 1280px) {
#home .homeRecom ul.slider li .box .price,
#products ul.recomList li .box .price {
    margin: 3px 0;
    font-size: 2.2em;
}
}
#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: 32%;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        /*flex-wrap: wrap;*/
    margin: 5px 0;
    border-radius: 4px;
    border: solid 1px #ccc;
    background: url("../images/icon_link_12px.svg") no-repeat right 2px top 2px;
    background-size: 10px 10px;
    box-sizing: border-box;
}
#home .homeRecom ul.slider li .box a.portal img,
#products ul.recomList li .box a.portal img {
    width: auto;
    height: 18px;
    display: block;
}
@media screen and (max-width: 1440px) {
#home .homeRecom ul.slider li .box a.portal,
#products ul.recomList li .box a.portal {
    margin: 4px 0;
}
#home .homeRecom ul.slider li .box a.portal img,
#products ul.recomList li .box a.portal img {
    height: 16px;
}
}
@media screen and (max-width: 1280px) {
#home .homeRecom ul.slider li .box a.portal,
#products ul.recomList li .box a.portal {
    height: 36px;
    margin: 3px 0;
}
#home .homeRecom ul.slider li .box a.portal img,
#products ul.recomList li .box a.portal img {
    height: 12px;
}
}
#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: 40px;
    border-radius: 10px;
}
#home .homeRecom .slick-prev:before,
#home .homeRecom .slick-next:before {
    font-size: 20px;
}
#home .homeRecom .slick-prev {
    left: -50px;
    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: -50px;
}
#home .homeRecom .slick-prev:before {
    content: "";
}
[dir="rtl"] .slick-prev:before {
    content: "";
}
#home .homeRecom .slick-next {
    right: -50px;
    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: -50px;
    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: 60px 0 0;
    background: #fff;
}
.categoryBlock ul.categoryList {
	width: 90%;
    max-width: 1200px;
	display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
    margin: 0 auto;
}
.categoryBlock ul.categoryList li {
	width: 24%;
    max-width: 276px;
	display: block;
    margin: 15px 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 {
	position: absolute;
    width: 540px;
    top: 40px;
    left: -100px;
    display: block;
}
#home .homeAbout .inner {
	position: relative;
    width: 90%;
    max-width: 1200px;
	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;
    padding-top: 140px;
}
#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 3.6em/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: 40px;
    font-size: 1.4em;
	line-height: 2.4em;
}
#home .homeAbout a.btnCommon {
	margin: 0 auto 0 0;
}
#home .homeAbout img.imgAbout {
	width: 50%;
	display: block;
	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: 40px auto;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】お申し込みはこちらから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.commonBanner {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    padding: 60px 0;
    background: #fff;
}
.commonBanner ul {
	width: 90%;
    max-width: 1200px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 0 auto;
}
.commonBanner ul li {
	width: 19%;
	display: block;
    margin: 8px 0.5%;
}
.commonBanner ul li a {
	width: 100%;
    height: 80px;
	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: 40px;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
@media screen and (max-width: 1440px) {
.commonBanner ul li a {
	height: 70px;
}
.commonBanner ul li a img {
	height: 34px;
}
}
@media screen and (max-width: 1280px) {
.commonBanner ul li a {
	height: 60px;
}
.commonBanner ul li a img {
	height: 28px;
}
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
お礼の品を選ぶ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#products .pageHead {
    margin-bottom: 40px;
}
#products .block {
	width: 90%;
    max-width: 1200px;
    display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
    margin: 20px 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%;
    max-width: 1200px;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 0 auto 60px;
}
#products .productHead h3,
#reports .reportHead h3 {
    position: absolute;
    width: 45%;
    height: 80px;
    top: 0;
    left: 0;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
    padding: 0 20px;
    font-size: 2.4em;
    font-weight: bold;
	line-height: 1em;
    color: #756456;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}
#products .productHead .read,
#reports .reportHead .read {
    width: 45%;
    display: block;
    margin-top: 100px;
    padding: 0 20px;
    font-size: 1.6em;
	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: 52%;
    max-width: 620px;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
    border: solid 10px #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%;
    max-width: 1200px;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 60px 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: 2.8em;
    font-weight: 700;
	line-height: 1.6em;
    color: #756456;
    box-sizing: border-box;
}
#products .kodawariBlock dl dd {
    width: 100%;
    display: block;
    font-size: 1.6em;
	line-height: 2em;
    text-align: justify;
}

/*スライド*/
#products .kodawariBlock .slideBlock {
	width: 100%;
    max-width: 960px;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 20px auto;
}
#products .kodawariBlock .slideBlock ul.slider li img {
	width: 100%;
    max-width: 960px;
    max-height: 640px;
    aspect-ratio: 3/2;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;'
}
@media screen and (max-height: 900px) {
#products .kodawariBlock .slideBlock ul.slider li img {
	max-width: 720px;
    max-height: 480px;
}
}
@media screen and (max-height: 760px) {
#products .kodawariBlock .slideBlock ul.slider li img {
	max-width: 540px;
    max-height: 360px;
}
}
#products .kodawariBlock .slideBlock ul.bx-pager {
	width: calc(100%);
	display: flex;
		justify-content: center;
		align-content: space-between;
		flex-wrap: wrap;
    margin: 40px 0 0;
	box-sizing: border-box;
}
#products .kodawariBlock .slideBlock ul.bx-pager li {
	width: 12%;
	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%;
    height: auto;
    aspect-ratio: 3/2;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; 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: 90%;
    max-width: 1200px;
	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: 10px 0.666%;
}
#products ul.portalBlock li {
	width: 32%;
	display: block;
    margin: 10px 0.666%;
    border: solid 1px #ccc;
    box-sizing: border-box;
}
#products ul.portalBlock li .logo {
	width: 90%;
    height: 80px;
	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: 50px;
	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: 60px;
	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.2em;
	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: 60px 0;
    background: #f9f6ef;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
生産者レポート
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.homeReport {
	width: 100%;
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
    padding: 60px 0;
    background: #fff;
}
.homeReport a.btnCommon {
	width: 400px;
    margin: 40px auto 20px;
}
.homeReport .inner {
	width: 90%;
    max-width: 1200px;
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
    margin: 0 auto;
}
#reports {
	margin: 0 auto 40px;
}
#reports .block {
	width: 90%;
    max-width: 1200px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 40px auto;
}
ul.reportList {
	width: 100%;
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
}
#reports ul.reportList {
	margin-bottom: 40px;
}
ul.reportList::after {
	width: 30%;
	display: block;
    content: '';
}
ul.reportList li {
	position: relative;
	width: 30%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    align-self: stretch;
    margin: 20px 0;
    background: url("../images/arrow_right.svg") no-repeat right 10px bottom 8px;
    background-size: 12px 12px;
	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: 240px;
	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: 15px 0;
	font-size: 1.6em;
    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: 1.2em;
	line-height: 1em;
}
ul.reportList li div span {
	width: 60px;
    height: 30px;
    display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
    margin-right: 10px;
	font-size: 1em;
	line-height: 1em;
    color: #fff;
    border-radius: 5px;
    background: #756456;
}

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

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

/*生産者プロフィール*/
#reports .profileBlock {
	position: relative;
    width: 90%;
    max-width: 1200px;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 20px auto 40px;
    padding: 20px 40px 20px 60px;
    border-radius: 20px;
    background: #f9f6ef;
    box-sizing: border-box;
}
#reports .profileBlock img.tag {
	position: absolute;
    width: 30%;
    max-width: 400px;
    left: -30px;
	display: block;
}
#reports .profileBlock table {
	width: 55%;
    margin: 80px 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.3em;
	line-height: 1.2em;
    text-align: left;
    color: #756456;
}
#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: 300px;
    margin-bottom: -20px;
	display: block;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
    border: solid 10px #fff;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.2);
    transform: rotate( -5deg );
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
由布市のご紹介
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#about .block {
	width: 90%;
    max-width: 1200px;
    margin: 40px auto;
}
#about .imgMap {
	width: 90%;
    max-width: 1200px;
	display: block;
    margin: 0 auto;
}
#about .aboutText {
	width: 90%;
    max-width: 1200px;
    display: flex;
		justify-content: flex-start;
        align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
     margin: 20px auto;
	font-size: 1.4em;
	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.6em;
	line-height: 1.2em;
    text-align: center;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
由布市のふるさと納税
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*共通メニュー（下部）*/
#tax-payment .tax-paymentMenu {
	width: 100%;
	display: flex;
		justify-content: flex-start;
        flex-wrap: wrap;
    padding: 20px 0;
    background: #f9f7f4;
	box-sizing: border-box;
}
#tax-payment .tax-paymentMenu .inner {
	justify-content: space-between;
}
#tax-payment .tax-paymentMenu dl {
	position: relative;
    width: 32%;
    height: 120px;
	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: 20px;
    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: 40px;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
    margin-bottom: 5px;
    padding-left: 40px;
    font-size: 1.8em;
    font-weight: bold;
	line-height: 1em;
    color: #756456;
    background: url("../images/tax-payment/icon_check.svg") no-repeat left center;
    background-size: 32px 32px;
    box-sizing: border-box;
}
#tax-payment .tax-paymentMenu dl dt span {
	width: 24px;
    height: 24px;
	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: 10px 10px;
}
#tax-payment .tax-paymentMenu dl dd {
	width: 100%;
	display: block;
    padding: 0 0 0 40px;
    font-size: 1.3em;
	line-height: 1.6em;
    box-sizing: border-box;
}
#tax-payment .block {
	width: 90%;
    max-width: 1200px;
    margin: 40px auto;
}

/*上部タイトル（INDEX）*/
#tax-payment .taxHead,
.businessHead {
	position: relative;
    width: 90%;
    max-width: 1200px;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 0 auto 40px;
}
#tax-payment .taxHead img.photo,
.businessHead img.photo {
	width: 52%;
    max-width: 620px;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
    border: solid 10px #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: 45%;
}
#tax-payment .taxHead .textBlock .midTitle,
.businessHead .textBlock h3 {
	width: 100%;
	display: block;
    margin: 10px 0 0;
    padding: 10px 0;
	font-size: 1.6em;
    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.4em;
	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: 60px;
	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 15px #fff;
    background-size: 80px 45px;
}
#tax-payment .taxTitle h3 {
	width: auto;
	font-size: 2em;
    font-weight: bold;
	line-height: 1.2em;
    color: #756456;
}
#tax-payment .inner {
	width: 100%;
    max-width: 1200px;
    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 100px;
	box-sizing: border-box;
}
#tax-payment .titlebox .number {
	position: absolute;
	width: 80px;
	height: 80px;
    left: 0;
	display: block;
}
#tax-payment .titlebox h4 {
	width: 100%;
    display: block;
    padding: 5px 0;
	font-size: 2.4em;
    font-weight: bold;
	line-height: 1.2em;
    color: #756456;
}
#tax-payment .titlebox p {
	width: 100%;
    display: block;
    padding: 5px 0;
	font-size: 1.4em;
	line-height: 1.6em;
}
#tax-payment .commonBanner {
	padding: 0;
}
#tax-payment .commonBanner ul {
	width: calc(100% - 90px);
    margin: 0 0 0 auto;
}
#tax-payment .commonBanner ul li a img {
	width: 96%;
    height: 36px;
}
#tax-payment .bgApply {
	background: url("../images/tax-payment/img_apply.jpg") no-repeat right top;
    background-size: contain;
}
#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.8em;
	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, 36px 36px;
	box-sizing: border-box;
}
#tax-payment a.btnLink,
#tax-payment a.btnPdf,
#tax-payment a.btnArrow {
	width: 30%;
    height: 60px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 20px 1.5%;
    padding-right: 20px;
    font-size: 1.6em;
	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_16px.svg") no-repeat right 20px center #fff;
    background-size: 16px 16px;
}
#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: 60px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	font-size: 2.4em;
    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 0;
	font-size: 1.4em;
	line-height: 1.8em;
    text-align: center;
}
#tax-payment .taxHead dl.useBlock {
	position: relative;
    width: 49%;
    height: 160px;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 10px 0;
    padding: 0 10px 0 150px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}
#tax-payment .taxHead dl.useBlock img {
	position: absolute;
    width: 120px;
    left: 20px;
    display: block;
}
#tax-payment .taxHead dl.useBlock dt {
	width: 100%;
    display: block;
	font-size: 2em;
    font-weight: bold;
	line-height: 1.2em;
}
#tax-payment .taxHead dl.useBlock dd {
	width: 100%;
    display: block;
    margin-top: 10px;
	font-size: 1.4em;
	line-height: 1.6em;
}
#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: 40px;
}
#tax-payment ul.taxList::after {
	width: 30%;
	display: block;
    content: '';
}
#tax-payment ul.taxList li {
	position: relative;
	width: 30%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    align-self: stretch;
    margin: 20px 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: 50px;
    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: 240px;
	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.6em;
    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: 24px;
    height: 24px;
    right: 0;
	display: block;
    border-radius: 5px;
    background: url("../images/arrow_right_w.svg") no-repeat center center #b7ada2;
    background-size: 10px 10px;
	box-sizing: border-box;
}

/*活用事業の紹介（詳細）*/
#tax-payment .taxDetail {
    position: relative;
    width: 100%;
    min-height: 640px;
	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: 45%;
	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.6em;
    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.4em;
	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: 50%;
	max-width: 600px;
	display: block;
    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 {
	position: absolute;
    bottom: 0;
    right: 0;
	margin: 0;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
企業版ふるさと納税
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.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: 80%;
    margin: 0 auto;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}
table.outline th,
table.outline td {
	padding: 15px;
    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: 160px;
}
table.outline td a {
	text-decoration: underline;
    color: #06c;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
よくあるご質問
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#faq .block,
#contact .block {
	width: 90%;
    max-width: 1200px;
    margin: 20px auto 40px;
}
#faq ul.navi,
#contact ul.navi {
	width: 100%;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}
#faq ul.navi li,
#contact ul.navi li {
	width: 100%;
	display: block;
    margin: 20px 0 40px;
}
#faq div.question,
#contact div.question {
	position: relative;
	width: 100%;
	height: 80px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	cursor: pointer;
    padding: 0 80px;
    border-bottom: solid 2px #756456;
    background: url("../images/faq/faq_open.svg") no-repeat right 10px center;
    background-size: 30px 30px;
	box-sizing: border-box;
}
#contact div.question {
	height: 60px;
    border-bottom: solid 4px #756456;
}
#faq div.question .icon_q {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0px;
	left: 0px;
	display: block;
    font: 700 4em/80px 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;
	font-size: 2em;
    font-weight: bold;
	line-height: 1.2em;
    color: #756456;
}
#contact div.question h3 span {
	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: 30px 30px;
	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 80px;
	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.6em;
    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.4em;
	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.6em;
    font-weight: bold;
    text-align: center;
    color: #ff0000;
}
#faq ul.answer .box,
#faq ul.answer .boxLink {
	position: relative;
    width: 100%;
    min-height: 80px;
	display: flex;
		justify-content: space-around;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    margin-bottom: 20px;
    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: 49.5%;
	display: block;
    margin: 0 auto 20px;
}
@media screen and (max-width: 1280px) {
#faq ul.answer .half {
	width: 70%;
}
}
#faq ul.answer .referSite {
	width: 80%;
	display: block;
    margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.6em;
    text-indent: -0.5em;
}
#faq ul.answer .boxLink {
	width: 80%;
    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%;
    max-width: 1080px;
    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 20px;
}
#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: 15%;
	display: block;
	font-size: 1.2em;
	line-height: 1.6em;
}
#news dl dd {
	width: 85%;
	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: 20px auto 40px;
	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;
    border: none;
}
.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: 20px 0;
    font-size: 1.4em;
	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: 800px;
    margin: 10px 0;
}
#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%;
    max-width: 1200px;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px auto 40px;
}
#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: 75%;
	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%;
    max-width: 1080px;
    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.full {
	width: 100%;
}
#sitemap ul.list li:nth-last-child(-n+2) {
	border-bottom: none;
}
#sitemap ul.list li a {
	width: 100%;
	display: block;
	padding: 40px 30px;
	font-size: 1.4em;
	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: 12px 12px;
}
#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 5%;
}
#sitemap ul.listS li.menuS {
	width: 25%;
	display: block;
	margin-bottom: 30px;
	border: none;
}
#sitemap ul.listS li.menuS a {
	width: 100%;
	display: block;
	padding: 5px 0 5px 30px;
	font-size: 1.2em;
	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%;
    min-height: 160px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    background: #756456;
}
footer #page-top {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 10px;
	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 {
	width: 60%;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
}
footer .left img.footerLogo {
	width: 26%;
	display: block;
    margin-right: 2%;
}
footer .left a.footerLogo img {
	width: 100%;
	display: block;
}
footer .left .box {
    width: 72%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
footer .left .box address {
    width: 100%;
    display: block;
    margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.3em;
}
footer .left .box address b {
    font-size: 1.2em;
}
footer .left .box address a {
    text-decoration: underline;
    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: auto;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin-left: 20px;
}
footer .left .box ul.sns li {
	width: 30px;
    height: 30px;
	display: block;
    margin: 0 10px;
}
footer .left .box ul.sns li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}
footer .right {
	width: 40%;
	display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
}
footer ul.sns {
	display: none;
}
footer ul.bottomMenu {
	width: auto;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
}
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: 20px;
	font-size: 1em;
	line-height: 1em;
    text-align: right;
}