@charset "UTF-8";
.tj {
    text-align: justify;
}
.price-global {
    text-align: center;
    color: #ffab26;
    letter-spacing: 0.08em;
    font-size: 18px;
    font-weight: bold;
}
.price-global span {
    background-image: url("../img/menu/bgwood.jpg");
    background-position: center top;
    background-repeat: repeat;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 1vw 3% 0.5vw;
    display: inline-block;
}
.slick-dots {
    justify-content: flex-end;
	left: 3%;
}
#key{
	position: relative;
}
#key h2{
		position: absolute;
		top:110vw;
		left: 3%;
		font-size: 7vw;
		font-weight: bold;
}
#sec1{
	background: url(../img/menu/s1_bg.jpg) repeat center top;
	color: #634416;
}
#sec1 .group-btn{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#sec1 .slick-slide {
    margin: 0 8px;
}
#sec1 .slick-arrow {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
#sec1 .slick-prev {
    left: calc(10% - 18px);
}
#sec1 .slick-next {
    right: calc(10% - 18px);
}
#sec1 .sec1-3 h4{
	text-align: center;
	font-size: 6vw;
	line-height: 1.4;
	margin-bottom: 3vw;
	font-weight: bold;
}
#sec3 .slick-arrow {
    top: calc(35vw - 20px);
    bottom: auto;
    transform: translateY(-50%);
}
#sec3 .slick-dots{
	position: absolute;
	top: 56vw;
	right: 0;
	margin-top: 0;
}
#sec4 h3 {
    margin-bottom: 10px;
}
#sec4 dl {
    border-bottom: 1px dashed #fff;
    padding: 10px 0;
}
#sec4 dl dd {
    color: #ffab26;
}
#sec4 .row + .row {
    margin-top: 10%;
}