@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.6;
	color: #000;
}
a {
	color: #2b491d;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/
.noto{
	font-family: 'Noto Sans JP', sans-serif;
}


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}

/* drawer
------------------------------------------*/
.header-btn-group{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}
.header-btn {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width:  90px;
	height: 90px;
}
.drawer-btn {
	background-color: #476639;
}
.drawer-btn-bar {
	margin: 0 0 0 -16px;
	width: 32px;
	height: 3px;
	background-color: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.drawer-btn-bar:nth-child(1) {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.drawer-btn-bar:nth-child(3) {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}

.drawer-menu {
    width: 300px;
	position: fixed;
	top: 90px;
	right: 0;
	left: auto;
	right: 0;
    background: rgba(71,102,57,.9);
}
.drawer-menu ul li{
	text-align: left;
	color: #fff;
}
.drawer-menu ul li a{
	color: #fff;
}
.drawer-menu .simple-accordion-is-animation .simple-accordion-btn::after,
.drawer-menu .simple-accordion-is-animation .simple-accordion-btn::before{
	background: #fff;
}

/* header
------------------------------------------*/
#header {
	position:relative;
	z-index:20;
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 90px;
	margin: 0 auto;
	z-index: 20;
}


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: -90px auto 0;
	width: 100%;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}

/* slideshow */
.slideshow {
	width: 100%;
	pointer-events: none;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
	width: 100%;
}
.slideshow .slick-slide img {
	width: 100%;
}

.mv-years{
	position: absolute;
	bottom: calc((160 / 1920) * 100vw);
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	font-size: calc((24 / 1920) * 100vw);
	font-weight: 500;
}


/* content main
------------------------------------------*/
#content{
	position: relative;
	z-index: 10;
}
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#main {
	width: 1080px;
	text-align: left;
}
.template-type-100thtop #content-inner{
	padding: 0;
	width: 100%;
}
.template-type-100thtop #main {
	width: 100%;
	text-align: center;
}

.main-message{
	position: relative;
	padding: 120px 50px 140px 0;
	margin: 0 auto;
	width: 1080px;
	height: 750px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: left;
}
.main-message:before{
	display: block;
	content: '';
	position: absolute;
	top: -33px;
	right: -261px;
	width: 257px;
	height: 246px;
	background: url(/images/100th/main-message-illust01.png) no-repeat center center / cover;
}
.main-message:after{
	display: block;
	content: '';
	position: absolute;
	bottom: -60px;
	left: -271px;
	width: 290px;
	height: 252px;
	background: url(/images/100th/main-message-illust02.png) no-repeat center center / cover;
}
.main-message h2{
	color: #452c1f;
	font-size: 46px;
	font-weight: 700;
	margin-left: 85px;
}
.main-message .text{
	padding-top: 40px;
	line-height: 2.0;
	font-size: 18px;
	font-weight: 500;
}

.main-history{
	padding: 130px 0;
	background: #daefd1 url(/images/100th/main-history-bg.png) no-repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.main-history h2{
	color: #452c1f;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 120px;
}
.main-history h2 span{
	display: block;
	color: #476639;
	font-size: 30px;
}
.main-history-main{
	position: relative;
	margin: 0 auto;
	width: 1080px;
}
.main-history-main:before{
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	bottom: 104px;
	left: 538px;
	right: 538px;
	background: #476639;
}
.main-history ul{
	position: relative;
	z-index: 10;
}
.main-history ul li .chronology-once{
	position: relative;
	width: 480px;
}
.main-history ul li .chronology-once:before{
	display: block;
	content: '●';
	position: absolute;
	top: -5px;
	right: -69px;
	font-size: 30px;
	color: #476639;
}
.main-history ul li:nth-child(odd) .chronology-once:before{
	left: -68px;
	right: auto;
}
.main-history .more ul li:nth-child(odd) .chronology-once:before{
	left: auto;
	right: -69px;
}
.main-history .more ul li:nth-child(even) .chronology-once:before{
	left: -68px;
	right: auto;
}
.main-history .previous ul li{
	display: none;
}
.main-history .previous ul li:nth-child(1),
.main-history .previous ul li:nth-child(2),
.main-history .previous ul li:nth-child(3){
	display: block;
}
.main-history .previous ul li:nth-child(odd) .chronology-once{
	float: right;
}
.main-history .previous ul li:nth-child(2){
	margin-top: -360px;
}
.main-history ul li .chronology-once .texts{
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.main-history ul li .chronology-once .text{
	font-size: 16px;
	text-align: left;
	width: 300px;
}
.main-history ul li .chronology-once .year{
	color: #452c1f;
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
}
.main-history ul li .chronology-once .year span{
	font-size: 36px;
}

.main-history-btn{
	position: relative;
	margin: 20px auto 100px;
	width: 300px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-history-btn:before{
	display: block;
	content: '+';
	position: absolute;
	top: 50%;
	left: 54px;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	color: #476639;
	font-size: 30px;
	font-weight: bold;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.main-history-btn.open:before{
	content: '-';
}
.main-history-btn:hover{
	opacity: .7;
}

.main-history .more{
	display: none;
}
.main-history .more ul li:nth-child(1),
.main-history .more ul li:nth-child(2),
.main-history .more ul li:nth-child(3){
	display: none;
}
.main-history .more ul li:nth-child(even) .chronology-once{
	float: right;
}
.main-history .more ul li{
	margin-top: -50px;
	min-height: 200px;
}
.main-history .more ul li:nth-child(5){
}
.main-history .more ul li:nth-child(7){
	margin-top: -20px;
}

.main-nostalgic{
	position: relative;
	padding: 100px 0 70px;
	z-index: 10;
}
.main-nostalgic:before{
	display: block;
	content: '';
	position: absolute;
	bottom: -143px;
	right: 0;
	left: 0;
	border-style: solid;
	border-width: 143px 50vw 0 50vw;
	border-color: #ffffff transparent transparent transparent;
}
.main-nostalgic h2{
	margin: 0 auto 80px;
	width: 1080px;
	height: 46px;
	position: relative;
	color: #452c1f;
	font-size: 36px;
	font-weight: 700;
	text-align: left;
}
.main-nostalgic h2 a{
	position: absolute;
	top: 0;
	right: 0;
}
.main-nostalgic-main{
	margin: 0 auto;
	width: 1080px;
}
.main-nostalgic ul{
	margin: 0 -15px;
}
.main-nostalgic ul li{
	margin: 0 15px;
}
.main-nostalgic ul li .image{
	margin-bottom: 20px;
}
.main-nostalgic ul li h3{
	text-align: left;
}
.main-nostalgic ul li h3 a{
	font-size: 16px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Arrows */
.main-nostalgic-carousel .slick-prev,
.main-nostalgic-carousel .slick-next{
	top: 115px;
	width:  60px;
	height: 60px;
}
.main-nostalgic-carousel .slick-prev{
	left: -70px;
}
.main-nostalgic-carousel .slick-next{
	right: -70px;
}
.main-nostalgic-carousel .slick-prev::before,
.main-nostalgic-carousel .slick-next::before{
	display: block;
	width:  60px;
	height: 60px;
	content: "";
	opacity: 1;
}
.main-nostalgic-carousel .slick-prev::before{
	background: url(/images/100th/main-present-prev.png) no-repeat 0 0;
}
.main-nostalgic-carousel .slick-next::before{
	background: url(/images/100th/main-present-next.png) no-repeat 0 0;
}
.main-nostalgic-carousel .slick-prev:hover,
.main-nostalgic-carousel .slick-next:hover{
	opacity: .75;
}

.main-present{
	position: relative;
	padding: 250px 0 140px;
	background: #e8eac5;
}
.main-present h2{
	color: #452c1f;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 80px;
	letter-spacing: .1em;
}
.main-present h2 span{
	display: block;
	color: #476639;
	font-size: 30px;
	letter-spacing: .5em;
}
.main-present-main{
	margin: 0 auto;
	width: 1080px;
}
.main-present ul{
	margin: 0 -15px;
}
.main-present ul li{
	margin: 0 15px;
}
.main-present ul li .image{
	margin-bottom: 20px;
}
.main-present ul li h3{
	text-align: left;
}
.main-present ul li h3 a{
	font-size: 16px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Arrows */
.main-present-carousel .slick-prev,
.main-present-carousel .slick-next{
	top: 115px;
	width:  60px;
	height: 60px;
}
.main-present-carousel .slick-prev{
	left: -70px;
}
.main-present-carousel .slick-next{
	right: -70px;
}
.main-present-carousel .slick-prev::before,
.main-present-carousel .slick-next::before{
	display: block;
	width:  60px;
	height: 60px;
	content: "";
	opacity: 1;
}
.main-present-carousel .slick-prev::before{
	background: url(/images/100th/main-present-prev.png) no-repeat 0 0;
}
.main-present-carousel .slick-next::before{
	background: url(/images/100th/main-present-next.png) no-repeat 0 0;
}
.main-present-carousel .slick-prev:hover,
.main-present-carousel .slick-next:hover{
	opacity: .75;
}


.main-obsession{
	position: relative;
	padding: 110px 0;
	background: #efede1 url(/images/100th/main-obsession-bg.png) no-repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.main-obsession h2{
	color: #452c1f;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 80px;
	letter-spacing: .1em;
}
.main-obsession h2 span{
	display: block;
	color: #476639;
	font-size: 30px;
	letter-spacing: .5em;
}
.main-obsession-main{
	margin: 0 auto;
	padding: 80px 100px;
	width: 1280px;
	background: rgba(255,255,255,.5);
}
.main-obsession ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 80px;
}
.main-obsession ul li{
	display: flex;
	justify-content: space-between;
}
.main-obsession ul li:nth-child(even){
	flex-flow: row-reverse;
}
.main-obsession ul li .image{
	margin-left: calc((280 / 1920) * -100vw);
	width: calc(((280 / 1920) * 100vw) + 520px);
}
.main-obsession ul li:nth-child(even) .image{
	margin: 0 calc((280 / 1920) * -100vw) 0 0;
}
.main-obsession ul li .texts{
	width: 500px;
	text-align: left;
}
.main-obsession ul li h3{
	color: #2b491d;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: .5em;
}
.main-obsession ul li .text{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}

.main-sdgs{
	margin: 120px auto;
	width: 1080px;
}
.main-sdgs h2{
	margin-bottom: 90px;
	color: #452c1f;
	font-size: 36px;
	font-weight: 700;
}
.main-sdgs-main{
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}
.main-sdgs .text{
	padding-top: 1.0em;
	width: 580px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}

.main-future{
	padding: 110px 0 130px;
	background: #c2e7fa url(/images/100th/main-future-bg.png) no-repeat center bottom;
}
.main-future h2{
	margin-bottom: 90px;
	color: #333;
	font-size: 40px;
	font-weight: 700;
}
.main-future-main{
	margin: 0 auto;
	width: 880px;
}
.main-future h2 span{
	display: block;
	color: #476639;
	font-size: 30px;
}
.main-future .catch{
	margin-bottom: 78px;
	color: #476639;
	font-size: 42px;
	font-weight: 500;
}
.main-future .catch02{
	margin-bottom: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 342px;
	line-height: 1.3;
	color: #452c1f;
	font-size: 42px;
	letter-spacing: .2em;
	font-weight: 700;
	background: url(/images/100th/main-future-wood.png) no-repeat center center;
}
.main-future .concept{
	margin: 0 auto;
	padding-top: 65px;
	width: 880px;
	height: 440px;
	background: url(/images/100th/main-future-main-bg.png) no-repeat center center;
}
.main-future h3{
	margin-bottom: 60px;
	color: #333;
	font-size: 34px;
	font-weight: 700;
}
.main-future h3 span{
	display: block;
	color: #476639;
	font-size: 24px;
}
.main-future .list{
	text-align: center;
}
.main-future .list ul{
	display: inline-block;
	text-align: left;
}
.main-future .list ul li{
	margin-bottom: 1.0em;
	font-size: 20px;
	font-weight: 700;
}
.main-future .list ul li:before{
	content: '\f00c';
	padding-right: 10px;
	font-size: 15px;
	color: #476639;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-parallax {
    height: 620px;
}
.main-free{
	margin: 75px auto 120px;
	width: 1080px;
}
/* footer
------------------------------------------*/
#footer {
	background: #e0dcc7;
}
#footer-inner {
	position: relative;
	width: 1080px;
	padding: 75px 0 70px;
	margin: 0 auto;
}

.footer-logo{
	margin-bottom: 40px;
}
.footer-about{
	font-size: 16px;
	margin-bottom: 60px;
}
.footer-nav {
}
.footer-nav ul {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.footer-nav li:before {
	content: '\f105';
	padding: 0 5px 0 0;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footer-nav li a {
	color: inherit;
}
.footer-bottom{
	background: #476639;
}
.footer-bottom-inner{
	margin: 0 auto;
	width: 1080px;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-copyright {
	color: #fff;
	font-size: 12px;
}
.footer-privacy a{
	display: block;
	color: #fff;
	font-size: 12px;
}
.pagetop-btn-100 {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 50px;
}
.entry-content {
	line-height: 1.8;
}


/* heading */
.page-title-area {
	position: relative;
	margin-top: -90px;
	background: url(/images/100th/page-title-bg.png) no-repeat center center / cover;
}
.page-title-area-inner{
	position: relative;
	margin: 0 auto;
	padding-top: 180px;
	width: 1080px;
	height: 420px;
}
.page-title-area-inner:before{
	display: block;
	content: '';
	position: absolute;
	top: 166px;
	right: -247px;
	left: -264px;
	width: 1591px;
	height: 291px;
	background: url(/images/100th/page-title-bg02.png) no-repeat center center / cover;
}
.page-title {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 1080px;
	height: 240px;
	color: #452c1f;
	font-size:36px;
	font-weight:bold;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 0 20px 0 40px;
	background: url(/images/100th/entry-title-bg.png);
	font-size: 30px;
	font-weight: bold;
	color:#452c1f;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	text-align: left;
	width: 1080px;
	height: 120px;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 0 0 25px;
	padding: 12px 20px;
	background: #efede1;
	font-size: 24px;
	color: #476639;
	font-weight: bold;
	border-bottom: #476639 3px solid;
}
.entry-content h4, .h4 {
	margin: 0 0 25px;
	padding: 5px 0;
	font-size: 15px;
	font-weight: bold;
	color: #452c1f;
	font-size:15px;
	font-weight:bold;
}
.entry-content h4:before, .h4:before{
	content: '\f138';
	padding-right: 10px;
	font-size: 15px;
	color: #476639;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.entry-content h5, .h5 {
	margin: 0 0 25px;
	padding: 0 0 8px;
	border-bottom: 1px dashed #476639;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.template-type-100thtop .breadcrumb-wrap {display: none !important; position: relative;
z-index: 10;}
.breadcrumb {
	justify-content: flex-start;
	margin: 20px 0;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	/* content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
	display:none;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
	margin-bottom: 30px;
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	margin-bottom: 30px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #48673b;
	background-color: #48673b;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #48673b;
	background-color: #fff;
	color: #48673b;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}

.free-title{
	margin-bottom: 46px;
color: #476639;
font-size: 42px;
font-weight: 700;
}