@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,summary {
	display: block;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 62.5%;
	background:#c8e7ee;
	background-size: cover;
	background-color: #fff;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: url("../img/common/background_01.jpg") bottom no-repeat;
    background-size: cover;
}
body {
	margin: 0;
	font-family: 'Nunito', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
}
ol, ul {
	list-style: none;
}
#container{
	width: 100%;
	max-width: 1050px;
    min-height: 100vh;
	margin: 0 auto;
	background-color: #fff;
    z-index: 2;
    position: relative;
}
#container.right_open{
	position: fixed;
	left: 0;
	right: 0;
}
#contents_inner{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
 /*----------------------------------------------------
	リンクデフォルト
----------------------------------------------------*/
a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}
a:focus, *:focus { outline:none; }
 /*----------------------------------------------------
	画像設定
----------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
a img {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
 /*----------------------------------------------------
	テーブル設定
----------------------------------------------------*/
table {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	font-size: 10px;
	font-size: 1rem;
}
table th{
	padding: 10px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	color: #333;
	text-align: left;
	vertical-align: middle;
}
table td {
	padding: 15px 10px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
table td a{
  color: #6c9327;
  font-weight: 600;
  text-decoration: underline;
}
.table_p,
.table_g{
	overflow: auto;
	white-space: nowrap;
    -webkit-overflow-scrolling: touch;
	margin-bottom: 30px;
}
.table_p::-webkit-scrollbar,
.table_g::-webkit-scrollbar{
 	height: 5px;
}
.table_p::-webkit-scrollbar-track,
.table_g::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.table_p::-webkit-scrollbar-thumb,
.table_g::-webkit-scrollbar-thumb{
 	background: #BCBCBC;
}
.table_p table,
.table_g table{
	margin-bottom: 0;
}
.table_p table th{
  background:#90c337;
  color: #fff;
  text-align: center;
  font-weight: normal;
  border:none;
	padding: 5px;
	font-size: 11px;
	font-size: 1.1rem;
}
.table_p table th:first-child{
  text-align: left;
}
.table_p table th:nth-child(2){
  text-align: left;
}
.table_p table td{
	padding: 15px 5px;
	font-size: 10px;
	font-size: 1rem;
	height: 69px;
}
.table_p table,
.table_g table{
	border-collapse: separate;
	border: none;
	    border-bottom: 1px solid #ccc;
}
.table_p table th:first-child,
.table_g table th:first-child{
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.table_p table td,
.table_g table td{
	border: none;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
}
.table_p table td:first-child,
.table_g table td:first-child{
	text-align: left;
	/* 横スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 2;
	background-color: #fff;
	    border-left: 1px solid #ccc;
}
.table_p table tr:nth-child(2) td:nth-child(2) ,.table_p table tr:nth-child(4) td:nth-child(2) ,.table_p table tr:nth-child(5) td:nth-child(2) ,.table_p table tr:nth-child(6) td:nth-child(2) ,.table_p table tr:nth-child(10) td:nth-child(2){
  text-align: left;
}
.table_p table td.price_link{
	padding: 0;
}
.table_p table td.price_link a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 68px;
    padding: 0 5px;
}
.table_p table td span.tag_p{
	display: block;
	color: #333;
	font-size: 11px;
	font-size: 1.1rem;
	border: solid 1px #ddd;
	padding: 0 10px;
	margin-bottom: 5px;
}
.table_g table th{
	background:#90c337;
	color: #fff;
	text-align: center;
	font-weight: normal;
	border:none;
	padding: 5px;
	font-size: 11px;
	font-size: 1.1rem;
}
.table_g table td{
	padding: 15px 5px;
	font-size: 10px;
	font-size: 1rem;
	height: 60px;
}
.table_g table td.price_link{
	padding: 0;
}
.table_g table td.price_link a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 59px;
    padding: 0 5px;
}
.table_g table th:first-child{
  text-align: left;
	padding-left: 10px;
}
.table_g table td:first-child{
  text-align: left;
}
table.table_ts th{
  width: 25%;
  text-align: center;
	border-bottom: none;
	padding: 5px;
}
table.table_ts td{
	border-top: none;
	padding: 8px 5px;
}
@media screen and  (max-width: 414px) {
    table.resp th,
    table.resp td{
    width: 100%;
    display: block;
    border-top: none;
    }
}
 /*----------------------------------------------------
	テキスト設定
----------------------------------------------------*/
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}

/*文字飛ばし*/
.indent_none {
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
}

 /*----------------------------------------------------
	コンテンツ全体余白
----------------------------------------------------*/
.inner {
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
.inner:before,
.inner:after{
	display: table;
    content: " ";
}
.inner:after{
    clear: both;
}
 /*----------------------------------------------------
	margin set
----------------------------------------------------*/
.mgt5 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt35 { margin-top: 35px!important;}
.mgt40 { margin-top: 40px!important;}
.mgt50 { margin-top: 50px!important;}
.mgt60 { margin-top: 60px!important;}
.mgt70 { margin-top: 70px!important;}
.mgt80 { margin-top: 80px!important;}
.mgt90 { margin-top: 90px!important;}
.mgt100 { margin-top: 100px!important;}

.mgb5 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb35 { margin-bottom: 35px!important;}
.mgb40 { margin-bottom: 40px!important;}
.mgb50 { margin-bottom: 50px!important;}
.mgb60 { margin-bottom: 60px!important;}
.mgb70 { margin-bottom: 70px!important;}
.mgb80 { margin-bottom: 80px!important;}
.mgb90 { margin-bottom: 90px!important;}
.mgb100 { margin-bottom: 100px!important;}


/*----------------------------------------------------
	padding set
----------------------------------------------------*/
.pdt5 { padding-top: 5px!important;}
.pdt10 { padding-top: 10px!important;}
.pdt15 { padding-top: 15px!important;}
.pdt20 { padding-top: 20px!important;}
.pdt25 { padding-top: 25px!important;}
.pdt30 { padding-top: 30px!important;}
.pdt35 { padding-top: 35px!important;}
.pdt40 { padding-top: 40px!important;}
.pdt50 { padding-top: 50px!important;}
.pdt60 { padding-top: 60px!important;}
.pdt70 { padding-top: 70px!important;}
.pdt80 { padding-top: 80px!important;}
.pdt90 { padding-top: 90px!important;}
.pdt100 { padding-top: 100px!important;}

.pdb5 { padding-bottom: 5px!important;}
.pdb10 { padding-bottom: 10px!important;}
.pdb15 { padding-bottom: 15px!important;}
.pdb20 { padding-bottom: 20px!important;}
.pdb25 { padding-bottom: 25px!important;}
.pdb30 { padding-bottom: 30px!important;}
.pdb35 { padding-bottom: 35px!important;}
.pdb40 { padding-bottom: 40px!important;}
.pdb50 { padding-bottom: 50px!important;}
.pdb60 { padding-bottom: 60px!important;}
.pdb70 { padding-bottom: 70px!important;}
.pdb80 { padding-bottom: 80px!important;}
.pdb90 { padding-bottom: 90px!important;}
.pdb100 { padding-bottom: 100px!important;}

/*----------------------------------------------------
	フォントサイズ*
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
.fs10{font-size: 10px; font-size: 1rem;}
.fs12{font-size: 12px; font-size: 1.2rem;}
.fs13{font-size: 13px; font-size: 1.3rem;}
.fs14{font-size: 14px; font-size: 1.4rem;}
.fs15{font-size: 15px; font-size: 1.5rem;}
.fs16{font-size: 16px; font-size: 1.6rem;}
.fs18{font-size: 18px; font-size: 1.8rem;}
.fs20{font-size: 20px; font-size: 2rem;}
.fs24{font-size: 24px; font-size: 2.4rem;}
.fs26{font-size: 26px; font-size: 2.6rem;}
.fs28{font-size: 28px; font-size: 2.8rem;}
.fs30{font-size: 30px; font-size: 3rem;}
.fs34{font-size: 34px; font-size: 3.4rem;}
.fs36{font-size: 36px; font-size: 3.6rem;}
.fs38{font-size: 38px; font-size: 3.8rem;}
.fs40{font-size: 40px; font-size: 4rem;}
.fs42{font-size: 42px; font-size: 4.2rem;}
.fs44{font-size: 44px; font-size: 4.4rem;}
/*----------------------------------------------------
	float
----------------------------------------------------*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.fl-right {
  float: right !important;
}
.fl-left {
  float: left !important;
}
/*----------------------------------------------------
	全ページ共通
----------------------------------------------------*/
/*ヘッダー*/
#header{
	position: relative;
	border-bottom: solid 3px #3d8ad0;
	height: 73px;
	background-color: #fff;
}
#header .logo{
	max-width: 414px;
	padding:  0 175px 0 8px;
	line-height: 70px;
}
#header .head_info{
	position: absolute;
	top: 0;
	right: 55px;
}
#header .head_info > div{
	position: relative;
	float: left;
	width: 55px;
	height: 70px;
	text-align: center;
	font: #fff;
}
#header .head_info > div a{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
}
#header .head_info > div .fa{
	margin-bottom: 8px;
}
#header .head_info .apply{
	background-color: #91c337;
}
#header .head_info .request{
	background-color: #6e9428;
}
#header #nav-toggle{
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 70px;
	z-index: 20;
}
#header #nav-toggle .fa{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #91c337;
}
#header .close_right{
	position: absolute;
	right: 300px;
	top: 0;
	width: 55px;
	height: 70px;
	background-color: #999;
	color: #fff;
	text-align: center;
}
#header .close_right .fa{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#header .sp_nav_right {
	display: none;
	position: fixed;
	top: 0;
	width: 300px;
	max-width: 400px;
	background: #fff;
	list-style: none;
	z-index: 100;
	max-height: 100%;
	overflow-y: scroll;
}
#header .sp_nav_right a {
	display: block;
	text-decoration: none;
}
#header .sp_nav_right .toppage_link a{
	position: relative;
	padding: 15px 10px;
}
#header .sp_nav_right .toppage_link a:after{
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: '\f054';
}
#header .sp_nav_right .serch_nav li a{
	padding: 15px 10px 15px 50px;
	margin-bottom: 3px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
}
#header .sp_nav_right .serch_nav li:nth-child(1) a{
	background: url("../img/common/serch_nav_icon1.png") no-repeat 15px center;
	background-size: 20px;
	background-color: #f6f6f6;
}
#header .sp_nav_right .serch_nav li:nth-child(2) a{
	background: url("../img/common/serch_nav_icon2.png") no-repeat 15px center;
	background-size: 20px;
	background-color: #f6f6f6;
}
#header .sp_nav_right .serch_nav li:nth-child(3) a{
	background: url("../img/common/serch_nav_icon3.png") no-repeat 15px center;
	background-size: 20px;
	background-color: #f6f6f6;
}
#header .sp_nav_right .contents_nav li:first-child{
	border-top: 1px solid #ccc;
}
#header .sp_nav_right .contents_nav li{
	border-bottom: 1px solid #ccc;
}
#header .sp_nav_right .contents_nav li a{
	padding: 15px 10px 15px 32px;
	background: url("../img/common/contents_nav_icon.png") no-repeat 8px center;
	background-size: 20px;
}
#header .sp_nav_right .sub_nav li{
	float: left;
	width: 50%;
}
#header .sp_nav_right .sub_nav{
	background-color: #b2b2b2;
}
#header .sp_nav_right .sub_nav li a{
	padding: 15px 10px;
	background-color: #b2b2b2;
	color: #fff;
	height: 100%;
	font-size: 11px;
	font-size: 1rem;
}
#header .sp_nav_right .sub_nav li:not(.border_none) a{
	border-bottom: 1px solid #fff;
}
#header .sp_nav_right .sub_nav li:nth-child(even) a{
	border-left: 1px solid #fff;
}
@media screen and  (max-width: 360px) {
	#header .sp_nav_right {
		width: 260px;
	}
	#header .close_right{
		position: absolute;
		right: 260px;
	}
}
.glaylayer_right {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
}
.glaylayer_top {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 50;
}
/*フッター*/
.footer-fixed{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 66px;
	max-width: 750px;
	margin: 0 auto;
    z-index: 50;
}
.footer-fixed ul li{
	float: left;
	height: 66px;
	line-height: 66px;
}
.footer-fixed ul li.tel{
	width: 100% !important;
	margin-right: -15%;
	padding-right: 15%;
	background-color: #3d8ad0;
}
.footer-fixed ul li.tel a{
	height: 66px;
	display: block;
	margin: 0 auto;
	padding: 2px 8px;
	text-align: center;
}
.footer-fixed ul li.tel a img{
	width: 100%;
	max-width: 440px;
}
.footer-fixed ul li.serch{
	position: relative;
	width: 15%;
	background-color: #f8d762;
}
.footer-fixed ul li.serch a{
	display: block;
    width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.footer-fixed ul li.serch a img{
    width: 50%;
    max-width: 30px;
}
/*パンくず*/
.topicpath{
	padding: 5px 10px;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
}

.topicpath::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}
.topicpath ol li {
	display: inline;
	list-style-type: none;
	color: #666;
	font-size: 11px;
	font-size: 1.1rem;
}
.topicpath ol li:not(:last-child):after {
	content:" > ";
}
.topicpath ol li a{
	text-decoration: underline;
	color: #666;
	font-size: 11px;
	font-size: 1.1rem;
}
.breadcrumbs{
	padding: 5px 10px;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
}

.breadcrumbs::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}
.breadcrumbs {
	color: #666;
	font-size: 11px;
	font-size: 1.1rem;
}
.breadcrumbs a{
	text-decoration: underline;
	color: #666;
	font-size: 11px;
	font-size: 1.1rem;
}
.title_stripe{
	margin-bottom: 20px;
	padding: 8px 10px;
	background: url("../img/common/h2_stripe_bg.jpg") repeat center;
	font-size: 16px;
	font-size: 1.6rem;
}
.title_stripe span{
	padding-left: 5px;
	border-left: 5px solid #3d8ad0;
	font-weight: 600;
}
.title_person_icon{
	padding: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 600;
}
.title_person_icon span{
	display: inline-block;
    padding: 0 6px;
    width: 30px;
}
/*共通ボタン*/
.button {
	position: relative;
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	outline: none;
	background-color: #333;
	color: #fff;
}
.button:before {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: FontAwesome;
	content: '\f078';
}
.button.close:before {
	content: '\f077';
}
.button02 {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
    line-height: 40px;
	outline: none;
	background-color: #91c336;
	color: #fff;
	font-size: initial;
	border-radius: 6px;
}
.button03 {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
    line-height: 40px;
	outline: none;
	background-color: #6e9328;
	color: #fff;
	font-size: initial;
	border-radius: 6px;
}

#kansanki.horizontal-list {
	display: none;		/* 閑散期モード　オン:block　オフ:none */
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	background-color: #3d8ad0;
	padding: 5px 5px 8px 5px;
}
#kansanki::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}
#kansanki.horizontal-list .item {
	/* 横スクロール用 */
	display: inline-block;
}
#kansanki.horizontal-list .item:not(:first-child) a{
	display: block;
	text-align: center;
	width: 110px;
	height: 46px;
    line-height: 46px;
	margin: 0 2px;
	background: #fff;
	font-size: 11px;
	font-size: 1.1rem;
}
#kansanki.horizontal-list .item:first-child{
	text-align: center;
	width: 140px;
	height: 46px;
    line-height: 46px;
	margin: 0 2px;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	border: solid 1px #fff;
}
#kansanki.horizontal-list .item:not(:first-child) span{
    display: inline-block;
    line-height: 20px;
    height: 20px;
    padding-left: 33px;
}
#kansanki.horizontal-list .item:first-child span{
	position: relative;
	padding-left: 25px;
}
#kansanki.horizontal-list .item:first-child span:after{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: '\f002';
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}
#kansanki.horizontal-list .item:nth-child(2) span{
	background: url("../img/common/kansanki_icon_01.png") no-repeat left center;
	background-size: contain;
}
#kansanki.horizontal-list .item:nth-child(3) span{
	background: url("../img/common/kansanki_icon_02.png") no-repeat left center;
	background-size: contain;
}
#kansanki.horizontal-list .item:nth-child(4) span{
	background: url("../img/common/kansanki_icon_03.png") no-repeat left center;
	background-size: contain;
}
#kansanki.horizontal-list .item:nth-child(5) span{
	background: url("../img/common/kansanki_icon_04.png") no-repeat left center;
	background-size: contain;
}
#kansanki.horizontal-list .item:nth-child(6) span{
	background: url("../img/common/kansanki_icon_05.png") no-repeat left center;
	background-size: contain;
}
#kansanki.horizontal-list .item:nth-child(7) span{
	background: url("../img/common/kansanki_icon_06.png") no-repeat left center;
	background-size: contain;
}
#kansanki.horizontal-list .item:nth-child(8) span{
	background: url("../img/common/kansanki_icon_07.png") no-repeat left center;
	background-size: contain;
}
#kansanki.horizontal-list .item:nth-child(9) span{
	background: url("../img/common/kansanki_icon_08.png") no-repeat left center;
	background-size: contain;
}
span.leader {font-family: san-serif;}

/* ------------------------------ PAGINTION BEGIN ------------------------------ */
.pager {
  margin: 20px 0 3.75rem;
  font-size: 0;
  text-align: center;
}
.pager__item {
  display: inline-block;
  vertical-align: top;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 6px;
}
.pager__item.active .pager__link {
	border: solid 1px #333;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.pager__link {
  position: relative;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: -1px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
	border: solid 1px #ccc;
}
.pager__item.dot .pager__link {
	border: none;
}
.pager__link:hover, .pager__link:focus, .pager__link:active {
  background-color: #333;;
	border: solid 1px #333;
  color: #fff;
  text-decoration: none;
}
.pager__link:hover svg path, .pager__link:focus svg path, .pager__link:active svg path {
  fill: #fff;
}
/* ------------------------------ PAGINTION END ------------------------------ */



#ui-datepicker-div {
    clip: unset !important;
}
