/*--------------------------------------------------------------
# 
# style-user.css

# virsion 24.4.23
Map

1.Common
2.Top
3.Header
4.Content Header
5.Content
6.Widget
7.Footer
8.Page
9.Archive //カテゴリーID注意！
10.Contact
11.Button
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

/* Headline  */
.content h3 {
    clear: both;
	position: relative;
	margin: 50px 0 30px;
}
.content h3,
.content h3 a{
	color:#594d3e !important;
}
.content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #c1cd75, #c1cd75 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #c1cd75, #c1cd75 2px, #fff 2px, #fff 4px);
}

.content p {
    margin: 1rem 0;
}

/* dl dt dd  */
ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.content dl, .content dt {
	margin-top: 0;
	background-color: transparent;
}
.content dd{
	border:none;
}
.content ol li, .content ul li{
	margin-top: 0;
	/*padding-left:0;*/
}
.content ol > li:before {
	color: #191919 !important;
    border-color: #191919 !important;
}

.content ul > li::before{
	content: "";
}
.content img {
    margin: 5px 5px 5px auto;
}

/* table  */
table.event th,
table.event td{
	font-size: 1.5rem;
	padding:15px;
}
.content table th{
	text-shadow: 0px 0px 3px #330; 
}

/* other  */
.content div{
    margin-top:0;
}

.commonCtr__bg img {
    display: none;
}

.small{
	font-size:0.8em;
}
.caption{
    font-size: 0.8em;
    margin-top: 0 !important;
    text-align: center;
}

.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header .globalNavi{
	margin-left:50px;
	font-size: 1.5rem;
}
.siteTitle {
    margin: 0 20px 0 0;
}
.globalNavi__list li{
}

.t-headerColor .globalNavi__list li a{
	color:rgba(255,255,255,0.9);
}

.globalNavi__list > li .sub-menu > li {
	background-color: #d46981;
}
.globalNavi__list > li.menu-item-has-children > a, .globalNavi__list > li.page_item_has_children > a {
    padding-right: 15px;
}
.t-headerColor .globalNavi__list .current_page_item > a{
	color:rgba(255,255,255,1.0);
}
.globalNavi__list .current-menu-item > a,
.globalNavi__list .current-menu-parent > a, 
.globalNavi__list .current_page_item > a, 
.globalNavi__list .menu-item a:hover{
	border-bottom: 1px solid rgba(193,205,118,.9);
}
.globalNavi__list>li:hover .children::before,
.globalNavi__list>li:hover .sub-menu::before {
	border-bottom:6px solid #d46981;
}
.heading a {
	color:#594d3e;
}
.heading a:hover {
 	color:#d46981 !important;
}
@media(min-width:992px) {
	.container-header {
		min-height: 80px;
	}
	 .menuBtn{
		display:none;
	}
 }

/*--------------------------------------------------------------
# Top
--------------------------------------------------------------*/
.pickup3 h2.heading-main{
	text-shadow: 0px 0px 5px #000;
	margin-bottom: 20px;
	font-size: 2.0rem !important;
}
.pickup3 h2.heading-main i{
	margin-right: 0;
}
.pickupHead__text,
.pickupHead .btn {
    padding: 12px 0;
}
.pickupHead__text {
    font-size: 1.4rem;
}

.pickup3 {
    padding-top: 20px;
}
.pickup3__bg {
    height: 12rem;
    background-color: #87755e;
}
.pickup3__bg img{
	opacity: 0.3;
}

.pickup3__item::before {
	left: -15px;
	border: 2px solid white;
}
.heading-pickup3 a {
	color:#594d3e;
}
.heading-pickup3 a:hover {
	color:rgba(255,255,255,.9) !important;
}

/* pickup3 color*/
.pickup3__container .cc-bg24,
.pickup3__container .cc-bg23,
.pickup3__container .cc-bg1{
	background-color:#c1cd75;
}

.pickup3__container .cc-bg26,
.pickup3__container .cc-bg27,
.pickup3__container .cc-bg25{
	background-color:#baa298;
}

.pickup3__container .cc-bg2{
	background-color:#f0ced3;
}

.pickup3__item.cc-bg24::before,
.cc-bg24 .heading-pickup3 a:hover,

.pickup3__item.cc-bg23::before,
.cc-bg23 .heading-pickup3 a:hover,

.pickup3__item.cc-bg1::before,
.cc-bg1 .heading-pickup3 a:hover{
	color:#594d3e !important;
}

.pickup3__item.cc-bg27::before,
.cc-bg27 .heading-pickup3 a:hover,
.pickup3__item.cc-bg26::before,
.cc-bg26 .heading-pickup3 a:hover,
.pickup3__item.cc-bg25::before,
.cc-bg25 .heading-pickup3 a:hover {
	color:#594d3e !important;
}

.pickup3__item.cc-bg2::before,
.cc-bg2 .heading-pickup3 a:hover,
.cc-bg2 .heading-pickup3 a {
    color: #854c60 !important;
}

.pickup3__item.cc-bg23::after,
.pickup3__item.cc-bg26::after{
	position:absolute;
	content: "募集";
	top: 0.5em;
	right: 0.5em;
	padding: 0.5em;
	border-radius: 1em;
	font-size: 1.8rem;
	border: 2px solid #fff;
	color:#594d3e;
	color:#fff;
}

.pickup3__item.cc-bg23::after{
	background-color:#6e9452;
}
.pickup3__item.cc-bg26::after{
	background-color:#87755e;
}

.pickup3__item-first.cc-bg23::after,
.pickup3__item-first.cc-bg26::after{
	font-size: 2.5rem;
}

@media (max-width:992px) {
	.pickup3 h2.heading-main{
		font-size: 1.8rem !important;
	}
}

/*--------------------------------------------------------------
# Content Header
--------------------------------------------------------------*/

.archiveHead .heading{
	border-bottom:none;
	padding-bottom: 0;
}
.archiveHead__subtitle {
    margin-bottom: 15px;
}
h1.heading-primary {
	vertical-align:middle;
	color:#594d3e;
}
h1.heading-primary::before{
	content: "";
	margin-right: 10px;
	width: 2em;
	height: 2em;
	display: inline-block;
	vertical-align: middle;
	background-image: url(/images/logo_yonekawaii_2.png);
	background-size: contain;
	z-index: -1;
}

/*facilities*/
.facilities h1.heading-primary::before,
.category-facilities h1.heading-primary::before,
h1.heading-primary.cc-ft4::before
{
	background-image: url(/images/logo_shinnkokai_s.png);
}
/*event*/
.event h1.heading-primary::before,
.category-event h1.heading-primary::before,
h1.heading-primary.cc-ft3::before
{
	background-image: url(/images/logo_yonekawaii_1.png);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* File download */
.content ul.download > li {
	background:url(/images/icon_xls.png) no-repeat 0 20px;
	border-top:#ccc dotted 1px;
	list-style:none;
	padding:20px 0 20px 35px;
	clear:both;
}
.content ul.download > li.pdf {
    background: url(/images/icon_pdf.gif) no-repeat 0 25px;
}
.content ul.download > li:first-child {
	border-top:none;
}
.content ul.download > li::before{
	content: "";
}

/* you-tube */
.content iframe{
	width:100%;
}
@media (min-width:992px) {
	.content iframe{
		height:426px;
	}
}


/*--------------------------------------------------------------
# SNS Button Area
--------------------------------------------------------------*/

.postContents .sns{
	background: #f5f1b7;
	border: 1px solid #73624b;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
}

.postContents .sns .title {
    margin: 5px;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.postContents .sns .title::before,
.postContents .sns .title::after {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #74645c;
}

.postContents .sns .title::before {
    margin-right: 20px;
}
.postContents .sns .title::after {
    margin-left: 20px;
}



.postContents .linkBtn {
	display: inline-block;
	margin-bottom: 0;
	color: #fff;
	background-color: #0064b3;
	margin-right: 10px;
	border-radius: 50%;
	padding: 15px;
	font-size: 0;
}
.postContents .linkBtn:hover {
	color: #fff;
	opacity:0.8;
	text-decoration:none;
}

.postContents .map:before,
.postContents .home:before,
.postContents .facebook:before,
.postContents .youtube:before,
.postContents .twitter:before,
.postContents .instagram:before {
	font-family: "Font Awesome 6 Brands";
	font-weight: 900;
	font-size: 2rem;
	vertical-align: middle;
	line-height: 1;
}

.postContents .map {
	/*background-color: #ff3a49;*/
	background-color: #fff000;
    border: solid 2px black;
   color: black;
	 padding: 14px;
}
.postContents .map:hover {
	color: #000;
}
.postContents .map:before {
	font-family: "Font Awesome 6 Free";
	content: "\f279";
}

 .postContents .map.small {
    padding: 5px;
	 margin-right: 5px;
}
.postContents .map.small:before {
    font-size: 1.5rem;
    vertical-align: baseline;
}

.postContents .home {
	background-color: #00a73b;
}
.postContents .home:before {
	font-family: "Font Awesome 6 Free";
	content: "\f390";
}
.postContents .facebook {
	background-color: #0064b3;
}
.postContents .facebook:before {
	content: "\f09a";
}
.postContents .youtube {
	background-color: #E62117;
	height: auto !important;
	overflow: inherit;
}
.postContents .youtube:before {
	content: "\f167";
}
.postContents .twitter {
	background-color: #1DA1F2;
}
.postContents .twitter:before {
	content: "\ea96";
}
.postContents .twitter {
	background-color: #1DA1F2;
}
.postContents .twitter:before {
	content: "\f099";
}
.postContents .instagram {
	  background: -moz-linear-gradient(45deg, #ffda75, #ff3a49 ,#6634e1);
	  background: -webkit-linear-gradient(45deg, #ffda75, #ff3a49 ,#6634e1);
	  background: linear-gradient(45deg, #ffda75, #ff3a49 ,#6634e1);
}
.postContents .instagram:before {
	content: "\f16d";
}


/*--------------------------------------------------------------
# Eyecatch
--------------------------------------------------------------*/

.eyecatch__link:hover img {
 transform:scale(1.0)
}
.eyecatch__link-mask::after {
 transition:.2s;
}
.eyecatch__link-mask:hover::after {
 opacity:0.3
}

@media print{
	h1.heading-primary::before,
	.prevNext,
	.social-bottom,
	.wider,
	.l-header,
	.l-footer,
	.l-footerTop,
	.l-sidebar,
	.eyecatch-main{
		display:none;
	}
	.content img.size-medium{
		width:48%;
		opacity:1;
	}
}

@media only screen and (min-width: 768px) {
    .eyecatch-main {
        margin: 0 0 40px;
    }
}

/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/
#lang-sw{
	cursor:pointer;
}

.heading-widgetwide{
	font-size: 1.8rem;
	padding: 15px 10px 15px 20px;
	border-radius: 10px 10px 0 0;
	margin: 0 0 10px;
}
.heading-widgetwide::before {
	border-radius: 10px 10px 0 0;
}
.heading-widgetwide::after{
	background:transparent;
}

.widget.widget_categories ul li {
   border-color: #baa298 !important;
	font-size: 1.6rem;
}
.widget.widget_categories ul li a {
	padding: 15px 20px;
}
.widget.widget_categories ul .children li,
.widget.widget_categories ul li a {
    background-color: #87755e !important;
}

.widget.widget_categories ul li .children li a,
.widget.widget_categories ul li .children li a::before {
    color: #87755e !important;
}

.widget.widget_categories ul li.line a,
.widget.widget_categories ul .children a,
.widget.widget_categories ul li.facebook a,
.widget.widget_categories ul li.twitter a,
.widget.widget_categories ul li.instagram a,
.widget.widget_categories ul li.youtube a,
.widget.widget_categories ul li.newspaper a{
	background: #fff !important;
	color: #87755e;
}
.widget.widget_categories ul li .children li a{
	text-indent:1.5em;
}

/* News  SNS */
.widget.widget_categories ul li.line,
.widget.widget_categories ul li.facebook,
.widget.widget_categories ul li.twitter,
.widget.widget_categories ul li.instagram,
.widget.widget_categories ul li.youtube{
	font-size: 1.8rem;
}

.widget.widget_categories ul li .children li a::before,
.widget.widget_categories ul li a::before,
.widget.widget_categories ul li.facebook a::before,
.widget.widget_categories ul li.twitter a::before,
.widget.widget_categories ul li.instagram a::before,
.widget.widget_categories ul li.youtube a::before,
.widget.widget_categories ul li.newspaper a::before{
    font-family: icomoon;
    content: "\e90a";
    font-size: 2.5rem;
    color: #87755e;
    vertical-align: middle;
    margin-right: 10px;
}

.widget.widget_categories ul li.line a::before{
	font-size: 2.5rem;
	content: "　";
	background-image:url("/images/ico-line.png");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:contain;
	margin-right: 10px;
}

.widget.widget_categories ul li .children li a::before,
.widget.widget_categories ul li a::before {
    content: "\e911";
    font-size: 1.8rem;
	color:#fff;
}

.widget.widget_categories ul li.facebook a::before {
	content: "\ea91";
	color: #3C5A99;
}
.widget.widget_categories ul li.twitter a::before {
	content: "\ea97";
	color: #1DA1F2;
}
.widget.widget_categories ul li.instagram a::before {
	content: "\ea93";
	color: #F26939;
}
.widget.widget_categories ul li.youtube a::before {
	content: "\ea9e";
	color: #DA1725;
}
/*Search*/
.widgetSearch__input::placeholder {
	opacity:0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.bottomFooter {
	background:#594d3e;
}
.bottomFooter__copyright{
	color: #fff;
}


/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

/*access*/
#map_canvas {
	margin:0;
	padding:0;
	margin-bottom: 30px;
	height: 100%;
	min-height:500px;
	width: 100%;
	height: 100%;
	border:#87755e solid 1px;
}

/*View-spot */
#view-spot {
	margin-bottom: 30px;
}
#view-spot article {
	width: 364px;
	float: left;
	border-top: solid 1px #baa298;
	padding-top: 10px;
	padding-bottom: 10px;
}
#view-spot .spot-group article:first-child {
	margin-right: 30px;
}
#view-spot article img {
	background-color: #fff;
	float: left;
}
#view-spot article h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
#view-spot article h3::after {
	display: none;
}
#view-spot article p {
	margin-left: 112px;
	margin-top: 0;
	font-size: 1.5rem;
	line-height: 1.7;
}
#view-spot article p::after {
    clear: none;
}
#view-spot .link-text {
	background-color:#d46981;
	border-radius:5px;
	text-align: right;
	font-size: 1.4rem;
	display: block;
	margin-left: 65%;
	text-align: center;
}
#view-spot .link-text a {
    color:#fff;
}
#view-spot .link-text a::before {
    content: '> ';
}

@media (max-width:992px) {
	#view-spot article {
		width:100%;
	}
	#view-spot .spot-group article:first-child {
		margin-right: 0;
	}	
}

/*event*/
.event .movie a{
	display:block;
	float:right;
	color:#854c60;
}
.event .movie a::after{
	font-family: icomoon;
	content: "\ea9e";
	font-size: 3rem;
	vertical-align: top;
	line-height: 1;
	margin-left: 0.2em;
}

/* Newspaper  Chiiki-Okoshi*/
.chiiki-okoshi-tsushin .year-list,
.newspaper .year-list {
	margin-bottom: 2em;
}
.chiiki-okoshi-tsushin .year-list li,
.newspaper .year-list li {
	float: left;
	display: inline-block;
	width: 31%;
   margin-right: 3%;
	margin-bottom:20px;
	border-radius: 10px;
}
.chiiki-okoshi-tsushin .year-list li:nth-child(3n),
.newspaper .year-list li:nth-child(3n) {
	margin-right: 0;
}
.chiiki-okoshi-tsushin .year-list li a,
.newspaper .year-list li a {
	color: #6e9452;
	background-color: #fff;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px;
	border: 2px solid #6e9452;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 1.0em;
	line-height: 1.0em;
	text-align: center;
}
.chiiki-okoshi-tsushin .year-list li a{
	color: #d46981;
	border: 2px solid #d46981;
}
.chiiki-okoshi-tsushin li a span::before,
.newspaper .year-list li a span::before {
	display: inline-block;
	position: relative;
	top: 5px;
	font-size: 1.6em;
	
}
.newspaper .year-list li a:hover {
	color: #fff;
	background: #c1cd75;
	border: 2px solid #c1cd75;
}
.chiiki-okoshi-tsushin .content　li a:hover {
	color: #fff;
	background: #d46981;
	border: 2px solid #d46981;
}

/*Application*/
.content ul.download > li {
	background:url(/images/icon_xls.png) no-repeat 0 20px;
	border-top:#ccc dotted 1px;
	list-style:none;
	padding:20px 0 20px 35px;
	clear:both;
}
.content ul.download > li:first-child {
	border-top:none;
}


/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.eyecatch {
    border-radius: 5px;
}
.eyecatch__cat {
    right: auto;
	max-width: 100%;
	width: 100%;	
 }
.eyecatch__cat  a{
	font-size: 1.4rem;
	padding: 3px 10px;
	width:100%;
	position:relative;
	color:#543;
	padding-left: 30px;
 }
.eyecatch__cat a::before{
	content: "";
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	position: absolute;
	top: 5px;
	right: 0;
}

.eyecatch__cat-big{
	/*width:auto;*/
	display: none;
}

.archive .cc-bg3{
	background-color: #f0ced3;
}
.archive .cc-bg3 a::before{
	background-image: url(/images/logo_yonekawaii_1.png);
}

.archive .cc-bg2 a::after,
.archive .cc-bg2{
	background-color:#c1cd75;
 }

.archive .cc-bg2 a::before{
	background-image: url(/images/logo_yonekawaii_2.png);
}

.archive .cc-bg4 a::after,
.archive .cc-bg4{
	background-color: #baa298;
 }

.archive .cc-bg4 a::before{
	background-image: url(/images/logo_shinnkokai_s.png);
}

.archive .cc-bg40 a::after{
	position: absolute;
	content: "募集";
	top: 120px;
	left: 5px;
	padding: 0.3em;
	border-radius: 1em;
	font-size: 1.8rem;
	border: 1px solid #fff;
	font-weight: 600;
}

.the__ribbon {
	left: 2px;
	padding: 5px 0;
}


@media (max-width:992px) {
	.eyecatch__cat  a{
    font-size: 1.0rem;
	}
	.archive .cc-bg9 a::after,
	.archive .cc-bg8 a::after,
	.archive .cc-bg7 a::after{
		top: 90px;
		font-size: 1.4rem;
	}
	.eyecatch__cat a::before{
		width: 40px;
		height: 40px;
	}
}
@media (max-width:768px) {
	.archive .cc-bg9 a::after,
	.archive .cc-bg8 a::after,
	.archive .cc-bg7 a::after{
		top: 60px;
	}
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7 {
	margin-top: 3em;
	
}
input::placeholder,
textarea::placeholder {
	color:#ddd;
}
.wpcf7 dl {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 1em;
	text-align: left;
	background-color: rgba(187,162,153,0.1);
	border: 1px solid #baa298;
}
.wpcf7 dt {
	position: relative;
	top: 4px;
	width: 220px;
	padding: .8em 20px;
	box-sizing: border-box;
	color: #87755e;
	line-height: 2;
}
.wpcf7 dl dt::before{
	background: none;
}
.wpcf7 dd{
	margin-top: -3.6em;
	padding: .8em 20px .8em 220px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	line-height: 2;
}
.wpcf7 dd:last-child{
	border-bottom: none;
}
.wpcf7 input[type="email"]{
	font-size: 14px;
}
.wpcf7 input, .wpcf7 textarea {
	width: 100%;
	min-height: 40px;
	padding: 1px 5px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #baa298;
	background: #fff;
}
.wpcf7 textarea{
	height: 100px;
}
.wpcf7 input[type="radio"]{
	width: auto;
	display: inline-block;
	position:relative;
}
.wpcf7 .wpcf7-list-item span {
	display: inline-block;
}
.wpcf7 input.wpcf7c-conf, .wpcf7 textarea.wpcf7c-conf{
 	background-color: #eee;
 }
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
	color: #bbb;
	font-weight: normal;
}
.wpcf7 .btn_area {
	text-align: center;
	margin-top: 0;
	padding: 20px 0;
	background: transparent;
}
.wpcf7 input.confirm,
.wpcf7 input.back,
.wpcf7 input.submit {
	cursor:pointer;
	display:inline-block;
	position: relative;
	width: 200px;
	height: 40px;
	padding: 0 60px;
	margin: 0 auto;
	border: 0;
	background: #6e9452;
	background:#d46981;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	transition: all .5s 0s ease;
}
.wpcf7 input.confirm:hover,
.wpcf7 input.back:hover,
.wpcf7 input.submit:hover {
	background: #c1cd75;
	background:#e5aab4;
}
.wpcf7 input.back{
	margin-right: 15px;
}
.wpcf7 .note {
	margin-right: 20px;
	font-size: 12px;
	text-align: right;
}
.wpcf7 .note a{
	color: #333;
}

.wpcf7 dd label,
.wpcf7 input[type="radio"],
.wpcf7 .wpcf7-list-item-label {
	display: inline;
	clear: none;
}
/*
.wpcf7 .ajax-loader {
    display: none;
}
*/

@media (max-width:992px) {
	.wpcf7 dl {
		padding: 1em;
	}
	.wpcf7 dt {
		width: 100%;
		padding: .8em 0;
		background-color: transparent;
	}
	.wpcf7 dd {
		width: 100%;
		margin-top: 0em;
		padding: 0;
		border-bottom: none;
	}
}


/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/

/*btn_area*/
.btn_area {
	text-align: center;
	width: 100%;
	transition: .4s;
	display: inline-block;
	padding: 0.5em auto;
	margin-top: 2em !important;
}
.btn_area a:hover,
.btn_area a{
	padding: 10px;
	background:#d46981;
	text-decoration: none !important;
	color: #fff !important;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.btn_area a:hover {
	background: #e5aab4;
}
.btn_area .btn:after{
	font-size: 30px;
	vertical-align: sub;
	margin-left: 10px;
	display: inline-block;
}
.btn_area .btn{
	font-family: ten-mincho-text, serif, Georgia;
	width: auto;
	box-sizing: border-box;
	border-radius: 5px;
}
.btn_area  a.map-btn{
	color: #626343;
	background:#CDE8E9;
	border: #626343 solid 2px;
}
.btn_area  a.map-btn:hover{
	background:#E2ECBA;
	opacity: 0.8;
}
.btn_area .map-btn:after{
	font-family: 'towa';
	content: "\e94b";
}
.btn_area p{
	margin: 15px 0;
}

/* widget button */
.widget .btn_area {
	margin-top: 0 !important;
	margin-bottom: 0;
}
.widget .btn_area a:hover,
.widget .btn_area a{
	padding: 20px;
	font-size: 1.8rem;
	width: 100%;
	display: block;
}