/*
Theme Name: yamato
Theme URI: -
Author: anon
*/

.main-container {
	 width: 100%;
	 max-width: 1450px;
	 padding: 0 15px;
	 margin-bottom: 90px;
}
.main-container .font__header {
    z-index: 9;
    position: relative;
    display: block;
}
.center {
	text-align: center;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
    opacity: 1;
    top: 125px;
    bottom: auto;
}
.carousel .arrow {
	background-image: url('img/arrow.svg');
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 14px 14px;
    background-color: rgb(0 0 0 / 30%);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.carousel .carousel-control-prev .arrow {
	transform: rotate(180deg);
}
.page-home__begin-order {
	 justify-content: center;
	 width: 80%;
	 padding-left: 15px;
	 padding-right: 15px;
	 margin-bottom: 90px;
	 margin-top:  -320px;
	 padding-top: 0;
}
.page-home__begin-order .text-header__background {
	display: none;
}
.carousel .font__header--big,
.carousel .font__header--tiny {
	color: #fff;
}
.begin-order__tab {
    display: none;
    width: 100%;
    flex-direction: column;
    padding: 20px 40px;
}
.begin-order__buttons {
	margin-top: 0;
}
.begin-order__nav-button {
    padding: 14px 10px 12px;
}
.begin-order__tab-section {
    margin-bottom: 20px;
}
.begin-order__tab-section-header {
    margin-bottom: 12px;
}
.page-home__slider {
    margin-top: 85px;
    width: 100%;
}
.page-home__slider img {
    width: 100%;
	max-width: 100%;
}
 .page-home__sale {
	 display: flex;
	 justify-content: space-between;
	 margin-top: 80px;
	 z-index: 9;
	 position: relative;
}
 .page-home__sale .box {
	 width: 31%;
	 border-radius: 5px;
	 margin-bottom: 40px;
}
 .page-home__sale .box img {
 	max-width: 100%;
}
.page-home__sale .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    opacity: .2;
    margin: 30px auto;
}
.page-home__sale .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    background: #CD533B;
    opacity: 1;
}
.page-home__sale .slick-dots li.slick-active button:before {
	display: none;
}
.page-home__sale .slick-dots {
    bottom: -40px;
}
.button--sale {
    width: 31%;
    display: inline-block;
}
.begin-order__restaurant {
    margin-right: 75px;
}
img.vege {
    width: 15px;
    margin-left: 10px;
}
.productBox-content-font-amount {
    margin-left: auto;
}
.carousel .text-header {
    margin: 100px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.carousel .text-header__background {
	display: none;
}
.text-header.left {
	text-align: left;
}
.left .text-header__header,
.left .text-header__subheader {
	margin-right: auto;
}

@media screen and (max-width:  1540px) {
	.page-home__begin-order {
		margin-top: -200px;
	}
}

@media screen and (max-width:  991px) {
	.carousel-control-next, .carousel-control-prev {
	    top: 60px;
	}
	.carousel .arrow {
	    width: 26px;
	    height: 26px;
	    background-size: 12px 12px;
	}
	.carousel .text-header {
	    margin: 50px auto 0;
	    padding: 0 25px;
	}
	.begin-order__restaurant {
	    margin-right: 0;
	}
	.page-home__slider {
	    margin-top: 55px;
	}
	.page-home__begin-order {
		margin-top: -110px;
	}
	.button--sale {
		width: auto;
	}
	.page-home__begin-order-form-wrapper {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.text-header.left {
		text-align: center;
	}
	.left .text-header__header,
	.left .text-header__subheader {
		margin-right: 0;
	}
	.carousel .text-header {
	    z-index: 9;
	}
	.page-home__slider {
	    margin-top: 50px;
	}
	.page-home__slider img {
		width: 150%;
	    max-width: 150%;
	    position: relative;
	    left: -25%;
	}
	.page-home__begin-order {
    	margin-top: -260px;
	}
	.begin-order__tab {
		padding: 20px;
	}
	.begin-order__submit-button {
		margin-bottom:  20px;
	}
	.page-home__begin-order-header {
	    margin-bottom: 35px;
	}
	.page-home__sale .box img {
		margin: 0 auto;
	}
	 .page-home__sale {
	 	margin-top: 50px;
	 	margin-bottom: 80px!important;
	 }
	 .page-home__sale .box {
	 	margin-bottom: 0;
	 }
	.button--sale {
		width: 100%;
		max-width: 440px;
	}
}

@media screen and (max-width: 540px) {
	.carousel-control-next, .carousel-control-prev {
	    top: 55px;
	}
	.page-home__slider img {
		width: 180%;
	    max-width: 180%;
	    left: -40%;
	}
	.carousel .text-header {
	    margin: 40px auto 0;
	    padding: 0 25px;
	}
	.page-home__begin-order {
		margin-top: -90px;
	}
	.page-home__begin-order-form-wrapper {
	    margin-top: 0;
	}
	.page-home__begin-order .text-header__subheader {
	    max-width: 260px;
	}
	.page-home__begin-order {
		width: calc(100% - 10px);
	}
}

@media screen and (max-width: 350px) {
	.page-home__begin-order {
	    margin-top: -75px;
	}
}

.reservation-form__restaurant {
	grid-column: span 6;
	grid-row: 4/5;
	font-weight: bold;
	font-size: 15px;
}

.reservation-form__info {
	grid-column: span 6;
	grid-row: 5/6;
}

.reservation-form__terms {
	grid-row: 6/6;
}

.reservation-form__submit {
	grid-row: 6/6;
}

.reservation-form__restaurant span.wpcf7-list-item {
	width: 50%;
	margin: 0;
	position: relative;
}

.reservation-form__restaurant .wpcf7-list-item-label {
	padding-left: 35px;
}

.reservation-form__restaurant input {
	position: absolute;
	top: -2px;
	z-index: 9;
	width: 25px;
	height: 25px;
	opacity: 0;
}

.reservation-form__restaurant  span.wpcf7-list-item-label:before {
	transition: all .3s ease;
	pointer-events: none;
	position: absolute;
	z-index: 3;
	top: -2px;
	left: 0;
	min-width: 25px;
	min-height: 25px;
	max-width: 25px;
	max-height: 25px;
	border-radius: 5px;
	border: 2px solid #ddd;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reservation-form__restaurant input:checked~span.wpcf7-list-item-label:before {
	border-color: #000;
}

.reservation-form__restaurant span.wpcf7-list-item-label:after {
	width: 11px;
	height: 11px;
	background-color: #CD533B;
	border-radius: 3px;
	position: absolute;
	left: 7px;
	top: 5px;
	z-index: 9;
	opacity: 0;
	transition: all .3s ease;
}

.reservation-form__restaurant input:checked~span.wpcf7-list-item-label:after {
	opacity: 1
}

@media screen and (max-width: 768px) {
	.reservation-form__restaurant span.wpcf7-list-item {
		width: 100%;
	}
	.reservation-form__restaurant span.wpcf7-list-item.first {
		margin: 0 0 10px;
	}
}