
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');

/*--------------------------------------------------------------

# リセットcss

--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

* , *::after, *::before {
  box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
  font-weight: 600;
}
table, th, td {
  border: 1px #eeeeee solid;
	padding: 10px 20px;
	vertical-align: middle;
}

html {
	font-size: 62.5%;
}
@media screen and (max-width: 768px) {
	html {
		font-size: 56.25%;
	}
}
body {
	color: #333333;
	font-family:  "Josefin Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.7;
}
body.active {
	height: 100vh;
	overflow: hidden;
}

a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.10em;
}
h2 {
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.10em;
}
h3 {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.10em;
}
h4 {
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 0.10em;
}
h5 {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.10em;
}

.btn {
  position: relative;
  display: table;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #333333;
  border-radius: 0.5rem;
  padding: 0;
  margin: 15px auto 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  max-width: 700px;
  font-weight: 600;
  font-size: 2.4rem;
}
.btn span {
  position: relative;
  display: block;
  padding: 20px;
  color: #333333;
  border: 2px solid #333333;
  border-radius: 0.5rem;
  background: #ffffff;
}
.btn:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.btn:hover:before {
  bottom: -5px;
}
.btn:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}
.btn:active:before {
  bottom: -1px;
}
.btn02 {
  position: relative;
  margin: 0 auto;
	padding: 15px 25px;
	font-weight: 600;
}
.btn02 {
  position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 50px;
  margin: 15px auto 30px;
	max-width: 350px;
	color: #333;
	background-color: #ffea00;
	border-radius: 10px;
}
.btn02::after {
	content: "";
  position: absolute;
	bottom: 50%;
	right: 25px;
	transform: skew(45deg);
	width: 35px;
  height: 8px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
	transition: all 0.3s ease;
}
.btn02:hover::after {
	right: 15px;
}
.form_toggle_btn{
	cursor: pointer;
}
.heading {
	display: table;
  text-align: center;
  margin: 15px auto 30px;
	letter-spacing: 0.15em;
}
.heading span {
	display: flex;
	align-items: center;
  color: #f53332;
	font-size: 1.8rem;
}
.heading span::before, .heading span::after{
	content: "";
	height: 1px;
	width: 50%;
	background-color: #f53332;
	padding: 0 10px;
	display: block;
}
.heading span::before{
	margin-right: 10px;
}
.heading span::after{
	margin-left: 10px;
}

#header {
  position: absolute;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease;
}
#header.fixed {
  position: fixed;
	top: 0;
	background-color: #ffffff;
	animation-name: headerfadeIn;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	opacity: 0;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.1)
}
@keyframes headerfadeIn{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#header .header_wrap {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
	min-height: 70px;
}
#header .header_logo {
  max-width: 200px;
	width: 45%;
}
#header .header_logo h1 {
  font-size: 0;
}
#header .header_menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .header_menu ul li {
  margin-left: 30px;
	text-align: center;
}
#header .header_menu ul li a {
  position: relative;
  display: block;
	height: 100%;
	color: #333333;
}
#header .header_menu ul li a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	border: solid 1px #333333;
	border-radius: 50%;
	transition: all 0.3s ease;
}
#header .header_menu ul li a:hover::after {
	background-color: #eeeeee;
}
#header .header_menu ul li a img {
	position: relative;
	margin-top: 12.5px;
  width: 30px;
	z-index: 2;
}
#header .header_menu ul li a span {
	padding-top: 2.5px;
  display: block;
	font-size: 1.0rem;
	font-weight: 600;
}


#mv {
	margin-bottom: 60px;
}
#mv .mv_main {
  position: relative;
  height: calc(100vh - 150px);
  min-height: 500px;
  background-image: url("../img/mv_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
#mv .mv_main::after{
  content: "";
  position: absolute;
  bottom: -5%;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  background-image: url(../img/mv_robot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#mv .mv_main .mv_main_text {
  position: relative;
  z-index: 2;
  max-width: 500px;
  width: 50%;
  text-align: center;
}
#mv .mv_reservation {
  position: relative;
  background-color: #f53332;
  padding-bottom: 15px;
}
#mv .mv_reservation::after {
  content:"Reservation";
  font-size: max(7.5vw , 5.5rem);
  position: absolute;
  top: 0;
  transform: translateY(-30%);
  right: 0;
  color: #ffffff;
  line-height: 1.0;
  opacity: 0.8;
  letter-spacing: 0.1em;
}
#mv .mv_reservation .mv_reservation_wrap {
  position: relative;
  z-index: 2;
  max-width: 1110px;
  margin: 0 auto;
  padding: 25px 15px;
  text-align: center;
}
#mv .mv_reservation .mv_reservation_wrap a {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width: 787px) {
	#mv .mv_main {
	  overflow: hidden;
	}
	#mv .mv_main::after{
	  bottom: 0;
	  width: 150%;
	}
	#mv .mv_main .mv_main_text {
	  width: 100%;
		max-width: 350px;
	}
}


#news {
	padding: 0 15px;
	margin-bottom: 60px;
}
#news ul.news_list {
	max-width: 850px;
  margin: 0 auto;
	max-height: 150px;
	overflow-y: scroll;
}
#news ul.news_list li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#news ul.news_list li span {
	display: block;
	width: 20%;
	padding-right: 20px;
	min-width: 110px;
}
#news ul.news_list li h3 {
	width: 80%;
	font-size: 1.6rem;
}

#rule01 {
	padding: 60px 10px;
	margin-bottom: 60px;
	background-color: #eeeeee;
}
#rule01 .rule01_content {
  text-align: center;
	max-width: 850px;
  margin: 0 auto;
	padding: 40px;
	background-color: #ffffff;
	border-radius: 15px;
}
#rule01 .rule01_content p {
  text-align: center;
}
#rule01 .rule01_content p span {
  font-size: 1.4rem;
	padding: 0 10px;
}
#rule01 .rule01_content table {
  margin: 0 auto;
	text-align: left;
}
#rule01 .rule01_content table th {
  background-color: #f5f5f5;
}
#rule01 .rule01_content table td {
  background-color: #ffffff;
}
#rule01 .rule01_content .rule01_btn_area {
  padding-top: 40px;
}
#rule01 .rule01_content .rule01_btn_list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#rule01 .rule01_content .rule01_btn_list li {
	width: 33.3%;
	padding: 0 0.5%;
}
#rule01 .rule01_content .rule01_btn_list li a {
	transition: all 0.3s ease;
}
#rule01 .rule01_content .rule01_btn_list li a:hover {
	opacity: 0.6;
}


@media screen and (max-width: 787px) {
 	#rule01 .rule01_content {
	  padding: 40px 15px;
  }
	#rule01 .rule01_content .rule01_btn_list li {
		width: 50%;
	}
}


#hotels {
	margin-bottom: 60px;
}
#hotels .tab_box {
	max-width: 1110px;
  margin: 0 auto;
  padding: 10px 15px;
	position: relative;
}
#hotels .tab_box .btn_area {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: sticky;
	top: 85px;
	margin-bottom: 15px;
	z-index: 5;
	padding-top: 5px;
}
#hotels .tab_box .tab_btn {
	position: relative;
	display: block;
	width: calc(20% - 8px);
	padding: 10px;
	margin-bottom: 10px;
	color: #333333;
	background: #eeeeee;
	text-align: center;
	transition: all 0.3s ease 0s;
	border-radius: 50px;
	border: solid 2px #ffffff;
}
#hotels .tab_box .tab_btn::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	background-color: #333;
	border-radius: 50%;
	z-index: 2;
}
#hotels .tab_box .tab_btn:first-child::after {
	content: "1";
}
#hotels .tab_box .tab_btn:nth-of-type(2)::after {
	content: "8";
}
#hotels .tab_box .tab_btn:nth-of-type(3)::after {
	content: "4";
}
#hotels .tab_box .tab_btn:nth-of-type(4)::after {
	content: "5";
}
#hotels .tab_box .tab_btn:nth-of-type(5)::after {
	content: "2";
}
#hotels .tab_box .tab_btn + .tab_btn {
	margin-left: 8px;
}
#hotels .tab_box .tab_btn:hover {
	background-color: #eeeeee;
}
#hotels .tab_box .tab_btn.active {
  background-color: #f53332;
  color: #ffffff;
	font-weight: 600;
}
#hotels .tab_box .panel_area {
  border: solid 1px #eeeeee;
  padding: 20px;
	position: relative;
}
#hotels .tab_box .tab_panel {
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
#hotels .tab_box .tab_panel.active {
  visibility: visible;
	height: auto;
}
#hotels .tab_box .tab_panel.active h3 {
  text-align: center;
	margin-top: 30px;
	border-bottom: solid 1px #eeeeee;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 60px 25px 35px;
	border-bottom: solid 1px #eeeeee;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap:last-child {
	border-bottom: none;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name {
	position: relative;
  width: 55%;
	margin-right: 5%;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	background-color: #ffffff;
	width: 65px;
	height: 65px;
	z-index: 2;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-block;
  vertical-align: middle;
  color: #333333;
  line-height: 1;
  width: 15px;
  height: 15px;
	border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  box-sizing: border-box;
  transform: translate(-50%, -50%) rotate(135deg);
	transition: all 0.3s ease;
	z-index: 3;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name:hover::after {
	right: 15px;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name h4 {
	position: absolute;
  top: -25px;
	left: -25px;
	padding: 10px 20px;
	background-color: #333333;
	color: #ffffff;
	font-size: 1.8rem;
	z-index: 2;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name h4 span {
	font-size: 1.2rem;
	padding-right: 10px;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_slider {
  width: 40%;
	position: relative;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_slider::before {
	content: "おすすめプラン";
	position: absolute;
  top: -25px;
	left: -25px;
	padding: 10px 20px;
	background-color: #ffffff;
  border: solid 2px #eeeeee;
	font-size: 1.2rem;
	font-weight: 600;
	z-index: 2;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_plan div, #hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name div {
  position: relative;
	overflow: hidden;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_plan div::before, #hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name div::before {
  content: "";
	padding-top: 56.25%;
	display: inline-block;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_plan div img, #hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name div img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.6s ease;
}
#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_plan:hover div img, #hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name:hover div img {
	transform: scale(1.1);
	opacity: 0.8;
}

@media screen and (max-width: 787px) {
	#hotels .tab_box .btn_area {
		position: static;
	}
  #hotels .tab_box .tab_btn {
  	width: calc(50% - 8px);
  }
  #hotels .tab_box .tab_panel ul li.panel_area_wrap {
 	 flex-direction: column;
  }
	#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name {
	  width: 100%;
		margin-right: 0;
    margin-bottom: 40px;
	}
	#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name::before {
		width: 40px;
		height: 40px;
	}
	#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_name::after {
		right: 10px;
		bottom: 5px;
	  width: 10px;
	  height: 10px;
	}
	#hotels .tab_box .tab_panel ul li.panel_area_wrap .shop_slider {
	  width: 100%;
	}
}


#rule02 {
	background-color: #fffded;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffffff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffffff),color-stop(.75, #ffffff), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 20px 20px;
}
#rule02 .rule02_content {
	max-width: 850px;
  margin: 0 auto;
  padding: 40px 15px;
	border-radius: 15px;
}
#rule02 .rule02_content p {
  text-align: center;
}
#rule02 .rule02_content .illust_list {
	display: flex;
  justify-content: space-between;
}
#rule02 .rule02_content .illust_list li {
	width: 48%;
}
#rule02 .rule02_content p {
}
#rule02 .rule02_content table {
  margin: 0 auto;
}
#rule02 .rule02_content table th {
  background-color: #f5f5f5;
}
#rule02 .rule02_content table td {
  background-color: #ffffff;
}
#rule02 .rule02_content table ul {
  margin: 10px 0;
}
#rule02 .rule02_content table ul li:first-child {
  font-weight: 600;
}

#movie {
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
	display: block;
	margin-bottom: 40px;
}
#movie::before {
	content: "";
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%,-50%);
	width: 120px;
	height: 120px;
	border: solid 2px #ffffff;
	border-radius: 50%;
	z-index: 3;
	transition: all 0.3s ease;
}
#movie:hover::before {
	width: 170px;
	height: 170px;
}
#movie::after {
	content: "";
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%,-50%);
	width: 0;
  height: 0;
  border-left: 32px solid #ffffff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
	z-index: 3;
}
#movie .movie_content {
	position: relative;
	overflow: hidden;
}
#movie .movie_content::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(51, 51, 51, 1),rgba(51, 51, 51, 1));
	z-index: 2;
	transition: all 0.3s ease;
}
#movie:hover .movie_content::before {
	opacity: 0;
}
#movie .movie_content::after {
  content: "";
	padding-top: 35%;
	display: inline-block;
}
#movie iframe {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 200%;
}
.modaal-video-wrap {
	margin: 0!important;
}

@media screen and (max-width: 787px) {
	#movie::before {
		width: 80px;
		height: 80px;
	}
	#movie:hover::before {
		width: 100px;
		height: 100px;
	}
	#movie::after {
	  border-left: 21px solid #ffffff;
	  border-top: 12px solid transparent;
	  border-bottom: 12px solid transparent;
	}
	#movie .movie_content::before {
		background: none
	}
	#movie .movie_content::after {
		padding-top: 56.25%;
	}
	#movie iframe {
		height: 100%;
	}
}


#banner {
	max-width: 680px;
  margin: 0 auto 40px;
	padding: 0 15px;
	text-align: center;
}

#foot_reservation {
  position: relative;
  background-color: #f53332;
  padding-bottom: 15px;
}
#foot_reservation::after {
  content:"Reservation";
  font-size: max(7.5vw , 5.5rem);
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  line-height: 1.0;
  opacity: 0.8;
  letter-spacing: 0.1em;
}
#foot_reservation .foot_reservation_wrap {
  position: relative;
  z-index: 2;
  max-width: 1110px;
  margin: 0 auto;
  padding: 40px 15px;
  text-align: center;
}
#foot_reservation .foot_reservation_wrap a {
  color: #ffffff;
  text-decoration: underline;
}

#footer {
	font-size: 1.4rem;
}
#footer .footer_wrap {
	position: relative;
	max-width: 1150px;
	padding: 60px 25px;
	margin: 0 auto;
}
#footer .footer_hotel_list {
	display: flex;
	justify-content: space-between;
}
#footer .footer_logo {
	width: 20%;
	max-width: 150px;
}
#footer .footer_hotel_list ul {
	width: 20%;
	padding-left: 2.5%;
	margin-bottom: 60px;
}
#footer .footer_hotel_list ul li.ttl {
	font-weight: 600;
}
#footer .footer_hotel_list .oldname {
	display: block;
	line-height: 1.0;
	margin-bottom: 10px;
	font-size: 1.3rem;
}
#footer .footer_sns {
	position: absolute;
	bottom: 60px;
	right: 25px;
}
#footer .footer_sns a {
	display: inline-block;
	width: 30px;
	margin-left: 15px;
}
#footer .footer_linkbox {
	margin-top: 15px;
	display: flex;
}
#footer .footer_linkbox li {
	margin-right: 15px;
}

@media screen and (max-width: 787px) {
	#footer .footer_wrap {
		padding: 40px 15px;
	}
	#footer .footer_hotel_list {
		flex-wrap: wrap;
	}
	#footer .footer_logo {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#footer .footer_logo img {
		max-width: 150px;
	}
	#footer .footer_hotel_list ul {
		width: 50%;
	}
	#footer .footer_sns {
		position: static;
		text-align: center;
		margin-bottom: 30px;
	}
	#footer .footer_copyright {
		text-align: center;
	}
	#footer .footer_linkbox {
		display: block;
		text-align: center;
	}
	#footer .footer_linkbox li {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

form#ZenSearchFrom {
	position: fixed;
	width: 100%;
	min-height: 100%;
	top: 0;
	right: 0;
  bottom: 0;
	left: 0;
	background-color: rgba(51,51,51,0.96);
	overflow: scroll;
	color: #ffffff;
	opacity: 0;
	z-index: -999;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
form#ZenSearchFrom.active {
	opacity: 1;
	z-index: 999;
}
form#ZenSearchFrom #searchBox {
	position: relative;
	max-width: 850px;
	padding: 120px 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
form#ZenSearchFrom #searchBox .toggle_close_btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
}
form#ZenSearchFrom #searchBox .toggle_close_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #ffffff;
	padding: 15px;
	cursor: pointer;
}
form#ZenSearchFrom #searchBox .toggle_close_btn a span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #f53332;
	transform: rotate(45deg);
}
form#ZenSearchFrom #searchBox .toggle_close_btn a span::after {
	display: block;
	content:"";
	width: 100%;
	height: 3px;
	background-color: #f53332;
  transform: rotate(90deg);
}
form#ZenSearchFrom #searchBox .heading {
  width: 100%;
}
form#ZenSearchFrom .attributes {
  display: none;
}
form#ZenSearchFrom fieldset {
	width: calc(50% - 5px);
	margin-bottom: 20px;
  font-size: 1.2rem;
}
form#ZenSearchFrom legend {
  display: block;
  text-align: center;
  width: 100%;
	font-weight: 600;
	background-color: #333333;
	padding: 5px;
	color: #ffffff;
}
form#ZenSearchFrom select, form#ZenSearchFrom input {
  width: 100%;
  height: 50px;
  text-align: center;
	border: none!important;
}
form#ZenSearchFrom label {
  width: 100%;
}
form#ZenSearchFrom .children-selects {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
form#ZenSearchFrom .children-selects div {
	text-align: center;
	padding: 5px;
	width: 49%;
	margin-bottom: 5px;
	font-size: 1.0rem;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
form#ZenSearchFrom .field-button {
	width: 100%;
}
form#ZenSearchFrom .field-button input {
	height: 65px;
}

@media screen and (max-width: 787px) {
  form#ZenSearchFrom {
	  display: block;
  }
	form#ZenSearchFrom #searchBox {
		padding: 60px 15px 120px;
	}
}
