@font-face
{
font-family: Hannari;
src: url('https://cdn.leafscape.be/hannari/hannari_web.woff2')
		 format("woff2");
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

body {
	font-family: Hannari;
	font-weight: bold;
	font-style: normal;
	letter-spacing: .01em;
}

.Renner {
	font-family: Renner;
	font-weight: 100;
}
.kozuka {
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 100;
	font-size: 10px;
	font-style: normal;
	letter-spacing: .12em;
}
a {
	text-decoration: none;
}
a.tel {
	text-decoration: none;
	color: #000;
}
img {
	vertical-align: bottom;
}
ul,li {
	list-style: none;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.vertical-rl
{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.rotate90
{
	display: inline-block;
	transform: rotate(-90deg);
}
.rotate-90
{
	display: inline-block;
	transform: rotate(90deg);
}
.rotate180
{
	display: inline-block;
	transform: rotate(-180deg);
}

.pc-hide {
	display: none!important;
}
	.sp-hide {
	display: block!important;
	}
	.sp-hide_inline {
	display: inline-block!important;
	}
@media screen and (max-width: 750px) {
	.pc-hide {
		display: block!important;
	}
	.sp-hide,
	.sp-hide_inline {
	display: none!important;
	}
}
.inner {
	width: 1280px;
	margin:0 auto;
}
h2 {
	font-size: 18px;
}
@media screen and (max-width: 750px) {
	.inner {
		width: 100%;
	}
	h2 {
		font-size: 3.466vw;
	}
}

.btn_base {
	position: static;
	bottom: 30px;
	right: 14.583vw;
	z-index: 2;
}
@media screen and (max-width: 1300px) {
	.btn_base {
		right: 0px;
	}
}
.btn_base-sp img {
	width: 100%;
	margin-top: 20vw;

}

.btn_reservation {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
}
.btn_tabelog {
	position: fixed;
	top: 128px;
	right: 0;
	z-index: 2;
}
.btn_base a:hover img,
.btn_reservation a:hover img,
.btn_tabelog a:hover img {
	opacity: .8;
}
.btn_base a img,
.btn_reservation a img,
.btn_tabelog a img {
	transition: opacity .3s ease-out;
}
header {
	background: url("../img/bg_mv.jpg?202006240149") no-repeat left top;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 652px;
	position: relative;
}
header h1 {
	position: absolute;
	top :0;
	right :0;
	bottom :0;
	left :0;
	margin: auto;
	width: 345px;
	height: 188px;
}
header .scroll {
	position: absolute;
	right :0;
	bottom :17px;
	left :0;
	margin: auto;
	width: 39px;
	height: 53px;
	animation: 2s linear infinite blink_effect;
}
@keyframes blink_effect {
		0% {
				opacity: .1;
		}
		25% {
				opacity: .5;
		}
		50% {
				opacity: 1;
		}
		75% {
				opacity: .5;
		}
		100% {
				opacity: .1;
		}
}

header .menu {
	padding: 20px 46px 0 28px;
}
header .menu ul {
	display: flex;
}
header .menu li {
	font-size: 16px;
	border-right: 1px solid #000;
	padding: 0 16px;
}
header .menu li.fb {
	border-right: none;
	padding-right: 8px;
}
header .menu li.tw {
	border-right: none;
	padding: 0;
}
header .menu li.fb a:hover img,
header .menu li.tw a:hover img {
	opacity: .5;
}
header .menu li.fb a img,
header .menu li.tw a img {
	transition: opacity .3s ease-out;
}
header .menu li.text a {
	color: #000;
	position: relative;
	display: inline-block;
}
header .menu li.text a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
header .menu li.text a:hover::after {
	transform: scale(1, 1);
}
@media screen and (max-width: 750px) {
	header {
		height: 50vh;
	}
header h1 {
	position: absolute;
	top :0;
	right :0;
	bottom :0;
	left :0;
	margin: auto;
	width: 46vw;
	height: 25.066vw;
}
		header h1 img {
		width: 46vw;
	}
	header .menu li {
		font-size: 4.266vw;
		border-right: none;
		padding: 0;
	}
	header .menu li.text a {
		color: #fff;
	}
	nav{
		display: none;
		position: absolute;
		top:0%;
		width: 100%;
		background-color: rgba(0,0,0,.8);
		left: 0;
		padding: 4.6% 0 .6%;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 96%;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	header nav ul li.fb img,
	header nav ul li.tw img {
		width: 15px;
	}
	header nav ul li.fb,
	header nav ul li.tw {
		margin-left: 2%;
	}
	header nav ul li{
		margin-bottom: 4%;
		margin-left: 4%;
		font-size: 12px;
	}
	header nav ul li a{
		display: block;
		color: #fff;
	}
	
	.menu.pc-hide #gNav ul:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
}

.menu.pc-hide #gNav ul:first-child li {
    margin: 0 0 12px 70px;
    font-size: 15px;
}

.menu.pc-hide #gNav ul:first-child li a {
    color: #fff;
    display: block;
}
	#nav_toggle{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 3%;
		left: 3%;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 4px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}

	/*開閉ボタンopen時*/
	.open #nav_toggle span{
		background: #fff;
		}
	.open #nav_toggle span:nth-child(1) {
			top: 3.2vw;
			 -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 3.2vw;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

		.btns-sp {
			position: relative;
		}
		.btns-sp ul {
			position: absolute;
			top: 0;
		}
		.btns-sp img {
			width: 100%;
		}
		.fixed {
		position: fixed;
		top: 0;
		padding: 0;
		width: 100%;
		z-index: 1000;
	}
}

#INFO {
	margin-top: 50px;
}
#INFO p {
	text-align: center;
	color: #da3643;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
}
@media screen and (max-width: 750px) {
	#INFO {
		font-size: 3.4666vw;
		line-height: 1.6;
		margin-top: 6.6665vw;
		text-align: left;
	}
	#INFO p {
		font-size: 3.4666vw;
		line-height: 1.6;
		padding: 0 4vw;
		text-align: left;
	}
}

#CONCEPT {
	font-size: 18px;
	line-height: 1.8;
	padding: 50px 0;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#CONCEPT {
		font-size: 3.4666vw;
		line-height: 1.6;
		padding: 6.6665vw 4vw;
		text-align: left;
	}
}

#COURSE {
	background: #fdf1ea;
	margin-bottom: 100px;
}
#COURSE .inner {
	position: relative;
}
#COURSE h2 {
	padding: 40px 15px 0 35px;
	float: left;
}
#COURSE .detail {
	width: 270px;
	float: left;
}
#COURSE .detail .icon_course {
	text-align: center;
	margin: 28px 0;
}
#COURSE .detail .icon_course img{
	width: 27px;
}
#COURSE .detail-box {
	width: 270px;
	margin-bottom: 20px;
}
#COURSE .detail-box h3 {
	font-size: 18px;
	border-bottom: 2px solid #000;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#COURSE .detail-box h3 span {
	display: block;
	font-size: 9px;
	line-height: 1.8;
}
#COURSE .detail-box p {
	font-size: 14px
}
#COURSE .annotation {
	font-size: 11px;
	margin-top: 20px;
	position: static;

}
#COURSE .photo {
	float: right;
}
@media screen and (max-width: 750px) {
	#COURSE {
	margin-bottom: 26.666vw;
	position: relative;
	}
	#COURSE .flex-box ul {
    display: block;
}

#COURSE .flex-box li.text,
#COURSE .flex-box li.photo {
    width: 100%;
    float: none;
    height: auto;
}
	#COURSE .flex-box li.text .h2-outer {
		text-align: center;
	}
	#COURSE .flex-box li.text h2 {
		padding: 0;
		display: inline-block;
		float: none;
		margin: 0 0 3vw;
		font-size: 3.466vw;
	}
	#COURSE .flex-box li.photo img {
		height: auto;
		width: 100%;
	}
	#COURSE .detail .icon_course {
	margin: 0 0 3vw;
	}
	#COURSE .detail {
	width: 100%;
	float: none;
	padding: 4vw;
	}
	#COURSE .detail-box {
		width: 100%;
		margin-bottom: 2.666vw;
	}
	#COURSE .detail-box h3 {
		font-size: 3.2vw;
		padding-bottom: 1.333vw;
		margin-bottom: 1.333vw;
	}
	#COURSE .detail-box p {
			font-size: 2.666vw;
	}
	#COURSE .annotation {
    position: static;
    margin-top: 2em;
    padding-left: 4.666vw;
}


}


#ALACARTE {
	margin-bottom: 100px;
}
#ALACARTE h2 {
	float: right;
	padding: 0 45px 0 50px;
}
#ALACARTE .detail {
	width: 80px;
	float: right;
}
#ALACARTE .detail .icon_alcarte {
	text-align: center;
	margin: 37px 0 28px;
}
#ALACARTE .detail .icon_alcarte img {
	width: 26px;
}
#ALACARTE .detail-box p {
	font-size: 14px;
	line-height: 2;
}
#ALACARTE .detail-box p .short {
	letter-spacing: -0.1em;
}
#ALACARTE .detail-box p .long {
	letter-spacing: -0.2em;
}

#ALACARTE .swiper {
	padding: 0;
}
#ALACARTE .swiper-container {
	width: 948px;
}
#ALACARTE .swiper-container-outer {
	padding: 0 25px;
	position: relative;
}
#ALACARTE .swiper-button-prev, #ALACARTE .swiper-container-rtl .swiper-button-next {
	left: 15px;
	background: url(../img/icon_arrow_left.png) no-repeat;
}
#ALACARTE .swiper-button-next, #ALACARTE .swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 8px;
		height: 12px;
		margin-top: 0;
		z-index: 10;
		cursor: pointer;
		background-size: 8px 12px;
		background-position: center;
		background-repeat: no-repeat;
}
#ALACARTE .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 15px;
	background: url(../img/icon_arrow_right.png) no-repeat;
}
@media screen and (max-width: 750px) {
		#ALACARTE {
			margin-bottom: 13.333vw;
		}
		#ALACARTE .inner{
			display: flex;
			justify-content: center;
		}
	#ALACARTE h2 {
			float: right;
			padding: 0 4vw 0 12vw;
	}
#ALACARTE .detail .icon_alcarte {
	width: 15vw;
}
	#ALACARTE .swiper {
		padding: 0;
	}
		#ALACARTE .swiper-container {
			width: 50vw;
		}
		#ALACARTE .swiper-container-outer {
			width: 50vw;
		}
		#ALACARTE .detail-box p {
				font-size: 2.666vw;
		}
		#ALACARTE .detail .icon_alcarte {
				margin: 12vw 0 6vw;
		}
		#ALACARTE .detail {
				width: auto;
		}
		#ALACARTE .swiper2 .swiper-wrapper {
		height: 130vw;
		width: 50vw;
		padding: 0;
	}
	#ALACARTE .swiper2 .swiper-wrapper .swiper-slide img {
		width: 100%;
	}
	#ALACARTE .swiper-button-prev, #ALACARTE .swiper-container-rtl .swiper-button-next {
		left: 15px;
		background: url(../img/icon_arrow_left.png) no-repeat;

	}
	#ALACARTE .swiper-button-next {
			position: absolute;
			top: 116%;
			left: 25%;
			width: 50%;
			height: 12px;
			margin-top: -4.666vw;
			z-index: 10;
			cursor: pointer;
			background-size: 8px 12px;
			background-position: center;
			background-repeat: no-repeat;
	}
	#ALACARTE .swiper-button-prev {
			position: absolute;
			top: 0;
			left: 25%;
			width: 50%;
			height: 12px;
			margin-top: -4.666vw;
			z-index: 10;
			cursor: pointer;
			background-size: 8px 12px;
			background-position: center;
			background-repeat: no-repeat;
	}
	#ALACARTE .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 15px;
		background: url(../img/icon_arrow_right.png) no-repeat;
	}
}

#DRINK {
	background: #fdf1ea;
	margin-bottom: 100px;
}
#DRINK .inner {
	background: url("../img/bg_drink.jpg") no-repeat left top;
	background-position: center;
	background-size: cover;
	width: 1238px;
	height: 622px;
	position: relative;
}
#DRINK h2 {
	padding: 40px 0 0 25px;
}
#DRINK .detail {
	text-align: center;
	position: absolute;
	top: 110px;
	left: 85px;
	font-size: 14px;
}
#DRINK .detail .icon_drink {
	text-align: center;
	margin-bottom: 25px;
}
#DRINK .detail .icon_drink img {
	width: 21px;
}
@media screen and (max-width: 750px) {
	#DRINK {
		margin-bottom: 13.333vw;
	}
	#DRINK .inner {
		width: 100%;
		height: 66.266vw;
		background: url("../img/bg_drink-sp.jpg") no-repeat left top;
		background-position: center;
		background-size: cover;
	}
	#DRINK h2 {
			padding: 6vw 0 0 4vw;
	}
	#DRINK .detail {
			text-align: left;
			position: absolute;
			top: 6vw;
			left: 10vw;
			font-size: 2.666vw;
	}
	#DRINK .detail .icon_drink {
			text-align: center;
			margin-bottom: 6vw;
			width: 12vw;
	}
	#DRINK .detail .vertical-rl {
		line-height: 2;
	}
}

#SHOPINFO {
	position: relative;
}
#SHOPINFO .h2-outer {
	text-align: center;
	margin-bottom: 100px;
}
#SHOPINFO h2 {
	display: inline-block;
	letter-spacing: 2px;
}
#SHOPINFO .detail {

}
#SHOPINFO .logo {
	float: left;
	padding-left: 90px;
	margin-right: 60px;
}
#SHOPINFO table {
	margin-bottom: 100px;
}
#SHOPINFO th {
	font-size: 12px;
	font-weight: normal;
	width: 90px;
	text-align: left;
	border-right: 2px solid #000;
	padding: 10px 0 ;
}
#SHOPINFO td {
	font-size: 12px;
	padding: 10px 0 10px 30px;
}
#SHOPINFO .btns {
	width: 480px;
	margin: 0 auto 100px;
}
#SHOPINFO .btns a:hover img {
	opacity: .8;
}
#SHOPINFO .btns a img {
	transition: opacity .3s ease-out;
}
#SHOPINFO .btns a {
	display: inline-block;
}
#SHOPINFO .btns .btn_reservation_w {
	float: right;
}
@media screen and (max-width: 750px) {
	#SHOPINFO .h2-outer {
		margin-bottom: 6.666vw;
	}
	#SHOPINFO .btns-sp {
		width: 100%;
		margin-bottom: 13.333vw;
	}
	#SHOPINFO .logo {
		float: none;
		padding-left: 0;
		width: 58.4vw;
		margin: 0 auto 6.666vw;
	}
	#SHOPINFO .logo img {
		width: 100%;
	}
	#SHOPINFO table {
			width: 100%;
			margin-bottom: 0;
	}
	#SHOPINFO th {
			font-size: 2.933vw;
			font-weight: bold;
			width: 100%;
			text-align: center;
			border-right: none;
			padding: 0;
			display: block;
			margin-bottom: 1.333vw;
	}
	#SHOPINFO td {
			font-size: 2.666vw;
			padding: 0;
			width: 100%;
			display: block;
			text-align: center;
			margin-bottom: 6.666vw;
			line-height: 1.2;
	}
}

#MAP iframe {
	width: 100%;
	height: 440px;
}
@media screen and (max-width: 750px) {
	#MAP iframe {
		height: 68vw;
	}
}


.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto 50px;
}

.facebook-wrapper > .fb-page {
    width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
@media screen and (max-width: 750px) {
    .facebook-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 13.333vw;
    }
}

footer {
	background: #000;
	color: #fff;
}
footer .inner {
	padding: 50px 0;

}
footer .menu {
	padding-top: 15px;
}
footer .menu ul {
	float: left;
}
footer .menu li {
	float: left;
	font-size: 16px;
	border-right: 2px solid #fff;
	padding: 0 16px;
}
footer .menu li.text a {
	color: #fff;
	position: relative;
	display: inline-block;
}
footer .menu li.text a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
footer .menu li.text a:hover::after {
	transform: scale(1, 1);
}
footer .logo_waltz_footer {
	float: left;
	padding-left: 46px;
	margin-right: 190px;
}
footer .btn_top {
	float: right;
	padding-right: 46px;
	margin-top: -15px;
}
footer .btn_top:hover img {
	opacity: .5;
}
footer .btn_top img {
	transition: opacity .3s ease-out;
}
footer .copyright {
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
	footer .menu {
			display: none;
	}
	footer .logo_waltz_footer_outer {
		text-align: center;
		position: relative;
	}
footer .logo_waltz_footer {
		float: none;
		padding-left: 0;
		margin-right: 0;
		width: 22.666vw;
	}
	footer .inner {
			padding: 6.666vw 0;
	}
	footer .btn_top {
		float: none;
		padding-right: 0;
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 4vw;
}
		footer .btn_top img {
			width: 4.933vw;
	}
	footer .copyright {
		font-size: 1.333vw;
	}
}/* COURSE PC PHOTO FIX */
@media screen and (min-width: 751px) {
    #COURSE .photo {
        float: none;
        width: 800px;
        
        margin: 50px auto 0;
        text-align: center;
        clear: both;
    }

    #COURSE .photo img {
        width: 100%;
        height: auto;
        display: block;
    }
}#COURSE .photo video {
    display: block;
    width: 650px;
    max-width: 100%;
    height: auto;
    margin: 50px auto 0;
}
@media screen and (max-width: 750px) {
    #TOP ul {
        position: static;
    }
}
.swiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  #english-link {
    top: 24px !important;
    right: 18px !important;
  }
}

.hours-note {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .hours-note {
    display: block;
    margin-left: 0;
  }
}