/*
	Theme Name: Jumon Web
	Description: Custom Theme For Jumon Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'BootzyWeb';
	src: url('assets/fonts/BootzyWeb-Regular.woff2') format('woff2'),
	url('assets/fonts/BootzyWeb-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
}
body{
	background: #fffbf0;
	color: #000;
	font-family: 'BootzyWeb', sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.06em;
	margin: 0;
	min-width: 320px;
	padding: 20rem 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.menu-visible{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: normal;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #000;
	display: inline-block;
	text-decoration: none;
}
a:hover{
	color: #f9be47;
}
.button{
	background: #f9be47;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	display: inline-block;
	padding: 0.5em 1em;
	text-align: center;
	text-transform: uppercase;
}
.button:hover{
	background: #000;
	color: #f9be47;
}
p,
ul,
ol{
	margin: 0 0 1.2em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
h1,h2,h3{
}
h1,
.h1{
}
h2,
.h2{
	font-size: 5.6rem;
	font-weight: normal;
	letter-spacing: 0.06em;
	line-height: 1;
	margin: 0.5em 0;
}
h3,
.h3{
	font-size: 4.4rem;
	font-weight: normal;
	letter-spacing: 0.06em;
	line-height: 1;
	margin: 0.5em 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	box-shadow: none; 
	display: block;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.2;
	padding: 0.4em 0;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/angle-down-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	background-size: 0.8em auto;
	cursor: pointer;
	color: #191919;
	padding-right: 2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea{
	border: 1px solid #fff;
	height: 6.8em;
	padding: 0.5em;
	resize: none;
}
input[type="submit"]{
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.2em 0.8em;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover{
	color: #f9be47;
}
::-webkit-input-placeholder {color:#fff; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#fff; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#fff; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#fff; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0; display: none;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.cf-form-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -2rem;
	margin-right: -2rem;
}
.cf-form-col{
	padding: 0 2rem 2.8rem;
	width: 100%;
}
.cf-form-col-6{
	width: 50%;
}
.cf-form-label{
	margin-bottom: 0.7em;
}
.cf-form-col.cf-form-col-submit{
	padding-bottom: 0;
	text-align: right;
}
.wpcf7-form-control-wrap{
	display: block;
}
span.wpcf7-not-valid-tip{
	font-size: 0.8em;
	color: #be0000;
	line-height: 1.2;
	margin-top: 0.5em;
}
.wpcf7-spinner{
	margin: 0;
	position: absolute;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 0.9em;
	line-height: 1.5;
	margin: 1em auto 0;
	padding: 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	margin: 0 auto;
	max-width: 112rem;
	padding: 0 3rem;
	width: 98%;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3rem;
}
.col-md-6{
	padding: 0 3rem;
	width: 50%;
}
.social-block ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.social-block li{
	display: inline-block;
	margin: 0 1.5rem;
	vertical-align: middle;
}
.social-block li:first-child{
	margin-left: 0;
}
.social-block li:last-child{
	margin-right: 0;
}
.social-block a{
	color: #000;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.social-block a:hover{
	color: #f9be47;
}
.social-block svg{
	display: block;
	height: 3rem;
	width: auto;
}
/*--------------Header--------------*/
.header{
	left: 0;
	position: fixed;
	top: 0;
	text-align: left;
	transition: all 0.2s linear;
	width: 100%;
	z-index: 999;
}
.body-scroll .header{
	background: rgba(249,187,61,0.95);
}
.header-inner{
	padding: 2.7rem 0;
	position: relative;
	transition: all 0.2s linear;
	z-index: 2;
}
.body-scroll .header-inner{
	padding: 1.2rem 0;
}
.header-row{
	align-items: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 112rem;
	padding: 0 3rem;
	width: 98%;
}
.header-logo-col{
	position: relative;
	z-index: 5;
}
.header-logo a,
.header-logo img{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	height: 12.6rem;
	transition: all 0.2s linear;
	width: auto;
}
.body-scroll .header-logo img{
	height: 6rem;
}
.navigation-wrap{
	margin-left: auto;
}
.navigation-block{
	display: flex;
	flex-wrap: wrap;
}
.navigation{
	font-size: 2.7rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.navigation a{
	color: inherit;
	text-decoration: none;
}
.navigation a:hover{
	color: #f9be47;
}
.body-scroll .navigation a:hover{
	color: #fff;
}
.header-social{
	margin-left: 5.5rem;
}
.header-social a{
	color: inherit;
}
.body-scroll .header-social a:hover{
	color: #fff;
}
#touch-menu{
	display: none;
	cursor: pointer;
	font-size: 1rem;
	height: 6em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6em;
	z-index: 999;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -1.2em;
}
#touch-menu span:after{
	top: 1.2em;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 2.8em;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	border-radius: 0;
	height: 2px;
	width: 100%;
	background-color: #000;
	transition: all 0.3s;
	backface-visibility: hidden;
}
#touch-menu.on span:before,
#touch-menu.on span:after{
	top: 0;
}
/*--------------Footer-----------*/
.footer{
	padding: 4.5rem 0;
}
.footer a{
	color: inherit;
	text-decoration: none;
}
.footer a:hover{
	color: #f9be47;
}
.footer-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.footer-col{
	padding: 0 1.5rem;
	width: 25%;
}
.footer-content-col{
	width: 50%;
}
.footer-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 9.6rem;
}
.footer-content{
	text-align: center;
	text-transform: uppercase;
}
.footer-content h3{
	font-size: 3.4rem;
	margin-bottom: 0.2em;
}
.footer-social ul{
	justify-content: flex-end;
}
/*----------Default---------*/
.def-content{
	font-size: 1.5em;
}
.def-content h1{
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2;
	margin: 1.2em 0 0.6em;
}
.def-content h2{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2;
	margin: 1.2em 0 0.6em;
}
.def-content h3{
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2;
	margin: 1.2em 0 0.6em;
}
.def-content h4{
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2;
	margin: 1.2em 0 0.6em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child,
.def-content h4:first-child{
	margin-top: 0;
}
body.error404 .navigation,
body.page-template-default .navigation,
body.error404 #touch-menu,
body.page-template-default #touch-menu{
	display: none;
}
/*--------------Home-----------*/
.fz-32{
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: 0.06em;
}
.sect-pad{
	padding: 8rem 0;
}
.pb-0{
	padding-bottom: 0!important;
}
.pt-0{
	padding-top: 0!important;
}
.slider-pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1;
}
.slider-pagination .swiper-pagination-bullet{
	background: #000;
	height: 0.8rem;
	margin: 0.8rem 0.4rem 0!important;
	opacity: 1;
	width: 0.8rem;
}
.slider-pagination .swiper-pagination-bullet-active{
	background: #fbb03b;
}
.top-section{
	padding-bottom: 15rem;
	overflow: hidden;
}
.top-content-col{
	order: 1;
}
.top-slider-col{
	order: 2;
}
.top-content{
	max-width: 43rem;
	text-align: center;
	padding-top: 19.4rem;
}
.top-content .h2{
	margin: 0 0 0.5em;
}
.top-content img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 100%;
}
.top-slider-wrap{
	position: relative;
}
.top-slide-img{
	padding-top: 100%;
	position: relative;
}
.top-slide-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.top-slider-pagination{
	margin-top: 1.8rem;
}
.top-book-wrap{
	position: absolute;
	bottom: 10rem;
	right: -3.6rem;
	transform: rotate(-4deg);
	z-index: 2;
}
.top-book-wrap a{
	background: #f9be47;
	border-radius: 50%;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.06em;
	height: 3.9em;
	text-align: center;
	text-transform: uppercase;
	width: 3.9em;
}
.top-book-wrap a:hover{
	background: #000;
	color: #f9be47;
}
.locations-section{
	padding: 10.5rem 0;
}
.locations-heading{
	margin-bottom: 11.5rem;
	text-align: center;
	text-transform: uppercase;
}
.locations-body{
	position: relative;
}
.locations-overlay{
	background: #f9be47;
	display: flex;
	left: 0;
	position: absolute;
	top: 8.4rem;
	overflow: hidden;
	-webkit-user-select: none;
	user-select: none;
	padding: 0.4rem 0;
	pointer-events: none;
	width: 100%;
}
.locations-overlay-text{
	font-size: 2.7rem;
	display: flex;
	flex-shrink: 0;
	justify-content: space-around;
	line-height: 1;
	animation: scroll 60s linear infinite;
	text-transform: uppercase;
	white-space: nowrap;
}
.locations-overlay-text span{
	padding: 0 0.6em;
}
@keyframes scroll {
	0% {
		transform: translateX(0)
	}
	to {
		transform: translateX(-100%);
	}
}
.location-item-thumb{
	margin-bottom: 6rem;
	padding-top: 100%;
	position: relative;
}
.location-item-thumb img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.location-item-content{
	text-align: center;
	text-transform: uppercase;
}
.location-item-content p{
	margin-bottom: 1em;
}
.location-item-content p:last-child{
	margin-bottom: 0;
}
.vouchers-cta-section{
	padding: 15.4rem 0;
}
.vouchers-cta-wrap{
	background-image: url('assets/img/icons/jumon-symbol-icon.svg?v=2');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 33.8rem;
	padding: 5rem 0;
}
.vouchers-cta-content{
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.instagram-section{
	padding-bottom: 12.5rem;
}
.instagram-heading{
	margin-bottom: 5.8rem;
	text-align: center;
	text-transform: uppercase;
}
.instagram-heading a{
	background-image: url('assets/img/icons/instagram-icon.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.7em auto;
	display: inline-block;
	padding-left: 1.1em;
}
.instagram-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
.instagram-col{
	padding: 0 2rem;
	width: 33.33%;
}
.instagram-item a,
.instagram-item img{
	display: block;
	height: auto;
	width: 100%;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 991px) {
	html{
		font-size: 9px;
	}
}
@media only screen and (max-width : 767px) {
	html{
		font-size: 7px;
	}
	body{
		padding-top: 21.4rem;
	}
	.sect-pad{
		padding: 6rem 0;
	}
	.container{
		padding: 0 5rem;
		width: 100%;
	}
	.row{
		margin: 0 -2rem;
	}
	.col-md-6{
		padding: 0 2rem;
		width: 100%;
	}
	.header-inner{
		padding: 4rem 0;
	}
	.body-scroll .header-inner{
		padding: 2.5rem 0;
	}
	.header-row{
		justify-content: flex-start;
		padding: 0 5rem;
		width: 100%;
	}
	#touch-menu{
		display: block;
	}
	.header-logo-col{
		padding: 0;
		width: 100%;
	}
	.header-logo img{
		height: 13.4rem;
		width: auto;
	}
	.body-scroll .header-logo img{
		height: 8rem;
	}
	.navigation-wrap{
		background: rgba(249,187,61,0.95);
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		padding: 0;
		top: 0;
		overflow: auto;
		width: 100%;
	}
  .navigation-inner{
  	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
    min-height: 100vh;
    padding: 10rem 0;
    position: relative;
    width: 100%;
  }
  .navigation-block{
  	display: block;
    width: 100%;
  }
	.navigation{
		font-size: 5.2rem;
		text-align: center;
		width: 100%;
	}
	.navigation ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.navigation ul li{
		display: block;
		margin-bottom: 0.1em;
	}
	.navigation ul li:last-child{
		margin-bottom: 0;
	}
	.navigation a{
		color: #000;
		display: block;
		text-decoration: none;
		position: relative;
	}
	.navigation .menu-item-has-children > a{
		padding-right: 4.4rem;
	}
	.navigation li:hover > a,
	.navigation li.current-menu-item > a,
	.navigation li.current-menu-parent > a{
		color: rgba(255,255,255,0.8);
	}
	.navigation li.current-menu-parent > ul{
		display: block;
	}
	.navigation ul ul{
		background: rgba(0,0,0,0.2);
		display: none;
	}
	.navigation ul ul a{
		padding-left: 2.5rem;
	}
	.header-social{
		margin: 5rem 0 0;
		width: 100%;
	}
	.header-social ul{
		justify-content: center;
	}
	.header-social svg{
		height: 4rem;
	}
	.toggle-submenu{
		border-left: 1px solid rgba(255,255,255,0.2);
		height: 100%;
		right: 0;
		position: absolute;
		top: 0;
		z-index: 8;
		width: 44px;
	}
	.toggle-submenu.active{
		background: rgba(0,0,0,0.2);
	}
	.toggle-submenu:after,
	.toggle-submenu:before {
		content: " ";
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -1px;
		width: 12px;
		height: 2px;
		display: inline-block;
		background-color: #E9E4E9;
		transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	}
	.toggle-submenu:before {
		transform: translateX(3px) rotate(-50deg);
	}
	.toggle-submenu:after {
		transform: translateX(-4px) rotate(50deg);
	}
	.toggle-submenu:after,
	.toggle-submenu:before {
		right: 50%;
		margin-right: -5px;
	}
	.toggle-submenu.active:before {
		transform: rotate(-45deg);
	}
	.toggle-submenu.active:after{
		transform: rotate(45deg);
	}
	.footer{
		padding: 6rem 0 7.5rem;
		text-align: center;
	}
	.footer-col{
		padding-bottom: 5rem;
		width: 100%;
	}
	.footer-col:last-child{
		padding-bottom: 0;
	}
	.footer-social ul{
		justify-content: center;
	}
	.top-section{
		padding-bottom: 9.5rem;
	}
	.top-slider-col{
		order: 1;
	}
	.top-content{
		max-width: 100%;
		padding-top: 6.5rem;
	}
	.top-content img{
		width: 86%;
	}
	.locations-section{
		padding: 12rem 0;
	}
	.locations-heading{
		margin-bottom: 8.6rem;
	}
	.location-item-wrap{
		padding-bottom: 6.4rem;
	}
	.location-item-wrap:last-child{
		padding-bottom: 0;
	}
	.vouchers-cta-section{
		padding: 12rem 0;
	}
	.instagram-section{
		padding-bottom: 1.5rem;
	}
	.instagram-section .container{
		padding: 0 2rem;
	}
	.instagram-row{
		margin: 0 -1.7rem;
	}
	.instagram-col{
		padding: 0 1.7rem;
		width: 50%;
	}
	.instagram-col:nth-child(3){
		display: none;
	}
}
@media only screen and (min-width : 768px) {
	.navigation ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.navigation li{
		padding: 0 0.8em;
		position: relative;
	}
	.navigation li:first-child{
		padding-left: 0;
	}
	.navigation li:last-child{
		padding-right: 0;
	}
	.navigation ul ul{
		display: none;
	}
	.navigation > ul{
		display: flex;
		flex-wrap: wrap;
	}
	.navigation ul ul{
		background-color: #000;
		box-shadow: 0px 1em 1.5em rgba(0,0,0,0.1);
		display: block;
		left: -0.5em;
		padding: 1em 1.5em;
		position: absolute;
		transform: translateY(10px);
		transition: all 0.15s linear;
		text-align: left;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		z-index: 55;
	}
	.navigation ul ul li{
		display: block;
		padding: 0.5em 0;
		white-space: nowrap;
		width: 100%;
	}
	.navigation ul ul a{
		color: #fff;
		display: block;
		padding: 0;
	}
	.navigation ul ul a:hover{
		color: #739EFF;
	}
	.navigation ul > li:hover > ul{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	.navigation ul ul ul{
		display: none;
	}
	.fade-top{
		opacity: 0;
		transition: all 0.8s ease;
		transform: translateY(15%);
	}
	.fade-top:nth-child(even){
		transition-delay: 0.4s;
	}
	.fade-top.visible{
		opacity: 1;
		transform: translateY(0);
	}
}
@media only screen and (min-width : 1430px) {
	html{
		font-size: 0.7vw;
	}
}