
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
	border-bottom: 1px solid #888;
	z-index: 99999;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	background: #fff;
	}
@media only screen and ( max-width : 1024px ) {
#header {
	height: 70px;
	}
	}

#header .container {
	width: 100%;
	height: 100%;
	}
@media only screen and ( max-width : 1024px ) {
#header .container {
	padding: 0 0 0 0;
	}
	}

#header #h_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	}

#header #h_top .h_logo {
    height: 100%;
    width: 200px;
    border-right: 1px solid #888;
	pointer-events: auto;
	}
@media only screen and ( max-width : 1024px ) {
#header #h_top .h_logo {
	height: 100%;
    width: 150px;
    border-right: none;
	}
	}

#header #h_top .h_logo a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}

#header #h_top .h_logo img{
	width: 60%;
	}
@media only screen and ( max-width : 1024px ) {
#header #h_top .h_logo img{
	width: 70%;
	}
	}

#header #h_top .menues{
	height: 100%;
	width: calc(100% - 200px);
	}
@media only screen and ( max-width : 1024px ) {
#header #h_top .menues {
	width: calc(100% - 150px);
	}
	}

#header .h_nav {
	height: 100%;
	}

#header .h_nav #gNav {
	width:calc(100% - 130px);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}

#header .h_nav #gNav .etc {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 20px;
	border-bottom:1px solid #888;
	padding-right: 20px;
	}
@media screen and (max-width: 1024px) {
#header .h_nav .etc {
	display: none;
	}
	}

#header .h_nav #gNav .etc > div{
	display: inline-block;
	}

#header .h_nav #gNav .etc > div a{
	font-size: .85em;
	}

#header .h_nav #gNav .etc > div .lang a{
	color:#999;
	}

#header .h_nav #gNav .etc > div .lang a .stay{
	color:#222;
	font-weight: 600;
	}


#header .h_nav #gNav .nav {
	height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	}
@media only screen and ( max-width : 1024px ) {
#header .h_nav #gNav .nav {
	overflow-y: auto;
	height: 100vh;
	}
	}

#header .h_nav #gNav .mails{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	}

#header nav .sub-menu,
#header .mean-container .mean-nav ul ul {
	background: #fff;
	}

#header nav .mean-nav .container {
	padding: 0;
	}

#header .h_nav #gNav ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	height: 100%;
	justify-content: flex-end;
	}

#header .h_nav #gNav li {
	position: relative;
	margin: 0 0;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	}

#header .h_nav #gNav li {
	position: relative;
	margin: 0 0;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	}

#header .h_nav #gNav ul.nav li.ga-registration,
#header .h_nav #gNav ul.nav li.ga-contact  {
	position: relative;
	margin: 0 0;
	height: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	}

#header .h_nav #gNav ul.nav li.ga-faq{
	padding-right: 20px;
	}

#header .h_nav #gNav ul.nav li.ga-contact{
	padding-right: 20px;
	}


#header .h_nav #gNav ul.nav li.sponly{
	display:none !important;
	}


#header .h_nav #gNav ul.nav li.line{
	width:100%;
	height: 1px;
	border-top: 1px solid #888;
	overflow: hidden;
	}


#header .h_nav #gNav li a {
	position: relative;
	display: block;
	text-align: center;
	font-size: .9em;
	line-height: 30px;
	}
@media only screen and ( max-width : 1100px ) {
#header .h_nav #gNav li a {
	font-size: .85em;
	}
	}

.en #header .h_nav #gNav li a {
	font-size: .9em;
	}


#header .h_nav #gNav li.ga-lang a .stay{
	font-weight: 500;
	color: #222;
	}

#header .h_nav #gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -130px;
	width: 260px;
	height: 60px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	}

#header .h_nav #gNav .sub-menu a {
	display: block;
	border-bottom: none;
	padding: 15px 0;
	line-height: 1em;
	}

#header .h_nav #gNav .sub-menu a:hover:after {
	content: none;
	}

#header .h_nav #gNav .sub-menu li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #fff;
	cursor: pointer;
	transition: all .6s;
	}

#header .h_nav #gNav .sub-menu li:last-child {
	border-bottom: 1px solid transparent;
	border-bottom: 1px solid #888;
	}

#header .h_nav #gNav ul > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

#header .h_nav #gNav ul > li a{
	border-bottom :1px solid transparent;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

#header .h_nav #gNav ul > li.stay a{
	border-bottom :1px solid #888;
	}

#header .h_nav #gNav ul > li:hover a{
	border-bottom :1px solid #888;
	}

#header .h_nav #gNav .current-menu-item a{
	border-bottom :1px solid #888;
	}

#header .h_nav #gNav .current-menu-parent a {
	border-bottom :1px solid #888;
	}

#header .h_nav #gNav li:hover ul.sub-menu {
	top: 60px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
	}

#header .h_nav #gNav li ul li:after {
	content: none;
	}



#header .h_nav #gNav .sub-menu > li {
	border-bottom :1px solid transparent;
	border-bottom: 1px solid #888;
	}

#header .h_nav #gNav .sub-menu > li:hover {
	border-bottom :1px solid #222;
	background-color: #222;
	}

#header .h_nav #gNav li:hover ul.sub-menu a {
	border-bottom :none;
	}

#header .h_nav #gNav .sub-menu > li:hover a{
	color: #fff;
	}

#header .h_nav #gNav.sub-menu li a:hover {
	background: #fff;
	}

#header .h_nav #gNav .contact_btn a:hover {
	color: #fff;
	}


.fixed {
	}
@media only screen and ( max-width : 1024px ) {
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	}
	}

#header .mask {
	}
@media only screen and ( max-width : 1024px ) {
#header .mask {
	top: 70px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
	}
	}


@media only screen and ( max-width : 1024px ) {
a.meanmenu-reveal{
	display:none;
	}

.mean-container .mean-bar{
	width:100%;
	position:fixed;
	background:none;
	min-height:60px;
	z-index:999998;
	top:0;
	left:0;
	}

.meanmenu-reveal-btn {
	position: absolute;
	display: block;
	z-index: 99999;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	right: 0;
	top: 0;
	}

.meanmenu-reveal {
	width: 20px;
	height: 20px;
	margin: 29px 25px 20px 25px;
	display: block !important;
	position: relative;
	}

.meanmenu-reveal span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	}

.meanmenu-reveal span:nth-of-type(1) {
	top: 0;
	background: #222;
	}

.meanmenu-reveal span:nth-of-type(2) {
	top: 6px;
	background: #222;
	}

.meanmenu-reveal span:nth-of-type(3) {
	top: 12px;
	background: #222;
	}

.meanmenu-reveal  span:nth-of-type(1) {
	-webkit-animation: menu-ber01 .75s forwards;
	animation: menu-ber01 .75s forwards;
	}

.meanmenu-reveal  span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
	}

.meanmenu-reveal  span:nth-of-type(3) {
	-webkit-animation: menu-ber02 .75s forwards;
	animation: menu-ber02 .75s forwards;
	}

.meanclose span:nth-of-type(1) {
	-webkit-animation: active-menu-ber01 .75s forwards;
	animation: active-menu-ber01 .75s forwards;
	}

.meanclose span:nth-of-type(2) {
	opacity: 0;
	}

.meanclose span:nth-of-type(3) {
	-webkit-animation: active-menu-ber03 .75s forwards;
	animation: active-menu-ber03 .75s forwards;
	}

@-webkit-keyframes menu-ber01 {
	0% {
		-webkit-transform: translateY(8px) rotate(45deg);
		}
	50% {
		-webkit-transform: translateY(8px) rotate(0);
		}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		}
	}

@keyframes menu-ber01 {
	0% {
		transform: translateY(8px) rotate(45deg);
		}
	50% {
		transform: translateY(8px) rotate(0);
		}
	100% {
		transform: translateY(0) rotate(0);
		}
	}

@-webkit-keyframes menu-ber02 {
	0% {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		}
	50% {
		-webkit-transform: translateY(-8px) rotate(0);
		}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		}
	}

@keyframes menu-ber02 {
	0% {
		transform: translateY(-8px) rotate(-45deg);
		}
	50% {
		transform: translateY(-8px) rotate(0);
		}
	100% {
		transform: translateY(0) rotate(0);
		}
	}

@-webkit-keyframes active-menu-ber01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		}
	50% {
		-webkit-transform: translateY(5px) rotate(0);
		}
	100% {
		-webkit-transform: translateY(5px) rotate(45deg);
		}
	}

@keyframes active-menu-ber01 {
	0% {
		transform: translateY(0) rotate(0);
		}
	50% {
		transform: translateY(5px) rotate(0);
		}
	100% {
		transform: translateY(5px) rotate(45deg);
		}
	}

@-webkit-keyframes active-menu-ber03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		}
	50% {
		-webkit-transform: translateY(-7px) rotate(0);
		}
	100% {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		}
	}

@keyframes active-menu-ber03 {
	0% {
		transform: translateY(0) rotate(0);
		}
	50% {
		transform: translateY(-7px) rotate(0);
		}
	100% {
		transform: translateY(-7px) rotate(-45deg);
		}
	}

.mean-container .mean-nav{
	width:100%;
	margin-top:70px;
	max-height:100vh;
	overflow-y:auto;
	}

.mean-container .mean-nav ul{
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
	position: relative;
	z-index: 99;
	max-height: 100vh;
	max-height: calc(100vh - 70px);
	background: #fff;
	border-bottom: 1px solid #888;
	}

.mean-container .mean-nav ul ul{
	padding-bottom:0;
	margin-bottom:0;
	}

.mean-container .mean-nav ul li{
	position:relative;
	width:100%;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
	}

@media screen and (max-width: 1024px) {
.mean-container .mean-nav ul li.sponly{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0;
	row-gap: 20px;
	}
.mean-container .mean-nav ul li.sponly .lang{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	}
	}

.mean-container .mean-nav ul li:last-child{
	border-bottom: none;
	}

.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li span.pre{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height: 50px;
	padding: 0 5%;
	margin:0;
	text-align:left;
	text-decoration:none;
	box-sizing: border-box;
	}
@media screen and (max-width: 1024px) {
.mean-container .mean-nav ul li.sponly a,
.mean-container .mean-nav ul li.sponly span.pre{
	display: inline-block;
	width:auto;
	height: auto;
	padding: 0;
	margin:0;
	text-align:center;
	text-decoration:none;
	box-sizing: border-box;
	}
	}



.mean-container .mean-nav ul li li a{
	width:100%;
	padding:1em 10%;
	text-shadow:none !important;
	visibility:visible;
	background: #f5f5f5;
	}

.mean-container .mean-nav ul li.mean-last a{
	border-bottom:none;
	margin-bottom:0;
	}

.mean-container .mean-nav ul li li li a{
	width:70%;
	padding:1em 15%;
	}

.mean-container .mean-nav ul li li li li a{
	width:60%;
	padding:1em 20%;
	}

.mean-container .mean-nav ul li li li li li a{
	width:50%;
	padding:1em 25%;
	}

.mean-container .mean-nav ul li a:hover{
	background:rgba(255,255,255,0.1);
	}

.mean-container .mean-nav ul li a.mean-expand{
	/*margin-top:1px;*/
	width:60px;
	height: 50px;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
        padding: 0 0 0 0;
	font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
	}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background:#fff;
	color: #222;
	}



.mean-container .mean-nav ul li.mean-last .lang a{
	color:#999;
	}

.mean-container .mean-nav ul li.mean-last .lang a .stay{
	font-weight: 600;
	color:#222;
	}


.mean-container .mean-push {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	clear:both;
	}

.mean-nav .wrapper{
	width:100%;
	padding:0;
	margin:0;
	}

.mean-container .mean-bar{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	pointer-events: none;
	}

 .mean-container .mean-bar *{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	pointer-events: auto;
	}

.mean-remove{
	display:none !important;
	}

	}


#header .fixed{
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	pointer-events: auto;
	}
@media screen and (max-width: 1024px) {
#header .fixed{
	width: 90px;
	right: 70px;
	}
	}

#header .fixed div{
	width: auto;
	height: 100%;
	padding: 0;
	}

#header .fixed div a{
	font-size: .9em;
	padding: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
@media screen and (max-width: 1024px) {
#header .fixed div a{
	font-size: 1em;
	}
	}

#header .fixed div a p{
	padding: 0 10px;
	}

#header .fixed div a p{
	color: #999;
	}

#header .fixed div:last-child a p{
	border-left: 1px solid #888;
	}

#header .fixed div a p.stay{
	font-weight: 500;
	color: #222;
	}

#header .fixed div a:hover p{
	color: #222;
	}

#header .fixed .reserve{
	display: block;
	height: 100%;
	width: 100%;
	border-left: 1px solid #888;
	}
@media screen and (max-width: 1024px) {
#header .fixed .reserve{
	display: block;
	font-size: 1em;
	}
	}

#header .fixed .reserve a{
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	background:#000;
	height: 100%;
	width: 100%;
	transition: background .6s;
	}

#header .fixed .reserve a:hover{
	background:#333;
	}

#header .fixed .reserve button {
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	background:#000;
	height: 100%;
	width: 100%;
	transition: background .6s;
	cursor: pointer;
	border: 0;
	font-family: "futura-pt", "Lato","Zen Kaku Gothic New", sans-serif;
	}

#header .fixed .reserve button:hover {
	background:#333;
	}



/*-======================================================

modal

======================================================-*/

/* モーダルCSS */
.modalArea {
	display: none;
	position: fixed;
	z-index: 99999; /*サイトによってここの数値は調整 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
	}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 70%;
	max-width: 600px;
	padding: 50px 50px;
	background-color: #fff;
	}
@media screen and (max-width: 992px) {
.modalWrapper {
	width: 90%;
	padding: 30px 0 20px 0px;
	}
	}

.modalWrapper img{
	width: 150px;
	display:block;
	margin: 0 auto 60px;
	}
@media screen and (max-width: 992px) {
.modalWrapper img{
	width: 100px;
	display:block;
	margin: 0 auto 50px;
	}
	}

.modalWrapper p.title{
	font-size: 1.3em;
	line-height: 1em;
	text-align: center;
	}

.modalWrapper #modalContent{
	margin-top: 10px;
	}

.modalWrapper p.caution{
	margin-top: 30px;
	font-size: 1em;
	line-height: 1.8em;
	}


.closeModal {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	}

.closeModal img{
	width: 20px;
	height: 20px;
	}

#openModal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	}



/*-======================================================

modal-customize

======================================================-*/

.search-widget-search-container-bf1818 {
	font-family: "futura-pt", "Lato","Zen Kaku Gothic New", sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 auto;
	width: 100%;
	background: transparent !important;
	padding: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	color: #222 !important;
	}

.search-widget-input-34bba0, .search-widget-select-75fb48 {
	outline: none;
	border-radius: 0 !important;
	padding: 0 0 0 15px;
	height: 50px !important;
	border: 1px solid #d0cece !important;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px !important;
	color: #000 !important;
	font-family: "futura-pt", "Lato","Zen Kaku Gothic New", sans-serif !important;
	cursor: pointer;
	margin: 0 !important;
	}

.input-container-input-container-da40af .input-container-title-db81ec {
	color: #222 !important;
	display: block !important;
	font-size: 16px !important;
	margin-bottom: 10px !important;
	font-weight: 400 !important;
	line-height: 1em !important;
	white-space: nowrap !important;
	}

.search-widget-two-picker-wrapper-4ca735 {
	display: inline-block;
	vertical-align: bottom;
	width: 100% !important;
	}

.flatpickr-input[readonly] {
	width: 100% !important;
	}

.search-widget-calendar-9fdfc9 {
	background: url(https://s3-ap-northeast-1.amazonaws.com/triplabot-production/SearchBar/images/calendar-event.svg) no-repeat 98% 50%, #fff !important;
	width: 100% !important;
	}

.input-container-input-container-da40af {
	display: inline-block !important;
	margin: 30px 0 0 0 !important;
	width: 100% !important;
	vertical-align: bottom !important;
	}

.input-container-input-container-da40af .input-container-slot-239963 {
	position: relative;
	width: 100% !important;
	}

.dropdown-selector-container-ef1ce2 {
	position: relative;
	width: 100% !important;
	}

.dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e {
	background: url(https://s3-ap-northeast-1.amazonaws.com/triplabot-production/SearchBar/images/arrow-bottom.svg) no-repeat 97% 50%, #fff !important;
	min-width: 100% !important;
	width: 100% !important;
	line-height: 50px !important;
	padding: 0 12px;
	height: 50px !important;
	}

.search-widget-search-container-bf1818 .search-widget-button-wrapper-d2b715 {
	display: inline-block;
	width: 100% !important;
	}
@media screen and (max-width: 992px) {
.search-widget-search-container-bf1818 .search-widget-button-wrapper-d2b715 {
	display: inline-block;
	width: 100% !important;
	}
	}

.button-btn-f51c1a {
	background: #222 !important;
	color: #fff !important;
	font-weight: 400 !important;
	cursor: pointer !important;
	padding: 10px 20px !important;
	border-radius: 0 !important;
	border: none !important;
	font-size: 16px !important;
	width: 100% !important;
	margin: 50px 0 0 !important;
	vertical-align: bottom !important;
	outline: none !important;
	height: 70px !important;
	}
@media screen and (max-width: 992px) {
.button-btn-f51c1a {
	margin: 10px 0 10px !important;
	height: 50px !important;
	}
	}

.dropdown-selector-container-ef1ce2 .dropdown-dropdown-f4f232 {
	background: #fff;
	position: absolute;
	width: 150px;
	box-sizing: border-box;
	border-radius: 0 !important;
	border: none !important;
	z-index: 99999;
	    box-shadow: 1px 0 #e6e6e6, -1px 0 #e6e6e6, 0 1px #e6e6e6, 0 -1px #e6e6e6, 0 3px 13px #00000014 !important;
	top: 38px;
	width: 317.875px !important;
	}

.tripla-calendar-container {
	border-radius: 0 !important;
	}

.tripla-calendar-container .flatpickr-day.endRange, .tripla-calendar-container .flatpickr-day.endRange.inRange, .tripla-calendar-container .flatpickr-day.endRange.nextMonthDay, .tripla-calendar-container .flatpickr-day.endRange.prevMonthDay, .tripla-calendar-container .flatpickr-day.endRange:focus, .tripla-calendar-container .flatpickr-day.endRange:hover, .tripla-calendar-container .flatpickr-day.selected, .tripla-calendar-container .flatpickr-day.selected.inRange, .tripla-calendar-container .flatpickr-day.selected.nextMonthDay, .tripla-calendar-container .flatpickr-day.selected.prevMonthDay, .tripla-calendar-container .flatpickr-day.selected:focus, .tripla-calendar-container .flatpickr-day.selected:hover, .tripla-calendar-container .flatpickr-day.startRange, .tripla-calendar-container .flatpickr-day.startRange.inRange, .tripla-calendar-container .flatpickr-day.startRange.nextMonthDay, .tripla-calendar-container .flatpickr-day.startRange.prevMonthDay, .tripla-calendar-container .flatpickr-day.startRange:focus, .tripla-calendar-container .flatpickr-day.startRange:hover {
    background: #000 !important;
    background-color: #000 !important;
    box-shadow: none;
    color: #fff;
    border: none;
}

.tripla-calendar-container .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)), .tripla-calendar-container .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)), .tripla-calendar-container .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 #000 !important;
}

.tripla-calendar-container .flatpickr-day.inRange {
    box-shadow: -5px 0 #ccc, 5px 0 #ccc !important;
}

.tripla-calendar-container .flatpickr-day.inRange, .tripla-calendar-container .flatpickr-day.nextMonthDay.inRange, .tripla-calendar-container .flatpickr-day.nextMonthDay.today.inRange, .tripla-calendar-container .flatpickr-day.nextMonthDay:focus, .tripla-calendar-container .flatpickr-day.nextMonthDay:hover, .tripla-calendar-container .flatpickr-day.prevMonthDay.inRange, .tripla-calendar-container .flatpickr-day.prevMonthDay.today.inRange, .tripla-calendar-container .flatpickr-day.prevMonthDay:focus, .tripla-calendar-container .flatpickr-day.prevMonthDay:hover, .tripla-calendar-container .flatpickr-day.today.inRange, .tripla-calendar-container .flatpickr-day:focus, .tripla-calendar-container .flatpickr-day:hover {
    background: #ccc !important;
}

.tripla-day-calendar-legend > div:first-child > span.tripla-day-square-color {
    display: inline-block;
    width: 10px;
    height: 10px;
	background-color: #c00 !important;
}

.tripla-day-calendar-legend > div:last-child > span.tripla-day-square-color {
    display: inline-block;
    width: 10px;
    height: 10px;
	background-color: #000 !important;
}

@media only screen and (max-width: 992px) {
    .search-widget-search-container-bf1818 .search-widget-button-wrapper-d2b715 {
        display: inline-block !important;
	margin-top: 20px !important;
    }
}

.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf {
    width: 100% !important;
}