@charset "utf-8";
/* CSS Document */
/* -- common ---------------------------------------- */

h2{
    font-family: 'Philosopher', sans-serif;
    font-size: 40px;
    text-align: center;
    margin: 100px 0 0;
}
h2 span{
	display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: ten-mincho, serif;
    margin: -10px 0 0;
}
small {
	font-weight: normal;
	font-size:0.7em;
	line-height: 1.2;
}

/* -- slide ---------------------------------------- */
.slide01 .img{
	background: url(../img/top/top-bg01.jpg);
}
.slide02 .img{
	background: url(../img/top/top-bg02.jpg);
}
.slide03 .img{
	background: url(../img/top/top-bg03.jpg);
}
.slide04 .img{
	background: url(../img/top/top-bg04.jpg);
}
.slide01 .img,.slide02 .img,.slide03 .img,.slide04 .img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
}
/* -- topimg toptext ---------------------------------------- */
.topimg .toptext {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    color: #707070;
}
.topimg .toptext .text01{
	position: absolute;
	top: 0;
	left: 200px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 140px 600px 0 0;
	border-color: #fff transparent transparent transparent;
}
.topimg .toptext h1{
	position: absolute;
	top: 30px;
	left: 200px;
    transform: rotate(-10deg);
    font-size: 20px;
    margin: -12px 0 0 60px;
    font-weight: 400;
}
.topimg .text02{
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 200px 800px;
	border-color: transparent transparent #fff transparent;
}
.topimg .toptext p{
    transform: rotate(-16deg);
    font-size: 20px;
    margin: 0;
	position: absolute;
    bottom: 45px;
    right: 110px;
}
.topimg .c-logo{
	display: none;
}
/* -- news ---------------------------------------- */
#news .instagram{
	width: 32%;
	max-width:300px;

}
#news .instagram img {
	border-radius: 500px;
	width: 250px;
  height: 250px;
  object-fit: cover;
	object-position:bottom;
}
#news .box{
	margin: 0 0 0 40px;
	color: #707070;
}
#news .box .title{
	font-size: 20px;
	color: #BC0009;
	border-bottom: 1px solid #E8E8E8;
}
#news .box .text{
	margin: 20px 0 0;
}
#news .box .text span{
	color: #BC0009;
}
#news .delivery{
	margin: 50px 0 0;
	background: #000;
	color: #fff;
}
#news .delivery h3{
	text-align: center;
	font-size: 20px;
	padding: 30px 0 0;
}
#news .delivery p{
	text-align: center;
	padding: 10px 0 0;
}
#news .delivery .flex{
	padding: 30px 0 0;
}
#news .delivery .order{
	width: 49%;
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
	padding: 20px 0;
}
#news .delivery .order p:nth-of-type(1){
	font-size: 18px;
	padding: 30px 0 0;
}
#news .delivery .order p:nth-of-type(2){
    font-family: 'Philosopher', sans-serif;
	font-size: 30px;
	font-weight: bold;
}
#news .delivery .order p:nth-of-type(3){
	font-size: 14px;
}
#news .delivery .order p img{
	display: inline-block;
	width: 24px;
	margin: 0 8px 0 0;
}
#news .delivery .uber{
	width: 49%;
	border-top: 1px solid #707070;
	padding: 20px 0;
}
#news .delivery .uber p:nth-of-type(1){
	font-size: 18px;
}
#news .delivery .uber span{
	font-size: 14px;
	padding: 10px 0 0;
	text-align: center;
}
#news .delivery .uber img{
	border: 1px solid #fff;
    padding: 16px;
    margin: 20px auto 0;
    width: 100px;
}
#news .news-corona {
	margin:20px 0;
	padding:20px 30px;
}

#news .news-corona h3 {
	text-align:center;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #ccc;

}

#news .news-corona p {
	font-size:0.9em;
	text-align: center;
}
#news .news-corona ul {
	margin-top:10px;
	display: flex;
	justify-content: center;
}
#news .news-corona li {
	border-radius: 100px;
	border: 1px solid #ccc;
	padding:8px 30px;
	text-align: center;
	margin:0 5px;

}

.news-style1 {
	color:#000;
	background-color: #ffa812;
	margin:4em 0 1em;
	padding:2em 2em;

}

.news-style1 h3 {
	font-size:24px;
	text-align: center;
	
}

.news-style1 p {
	border-top:1px solid rgba(255,255,255,0.4);
	margin-top:1em;
	padding:1em 1em 0;
	
}

/* -- concept ---------------------------------------- */
#concept{

}
#concept .bg{
	background: url(../img/top/concept.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
}
#concept h2{
	color: #fff;
	padding: 5vw 0 0;
}
#concept .text{
	display: block;
	position: absolute;
	top: 50%;
	left: 35%;
	-ms-transform: translate(-35%,-50%);
	-webkit-transform: translate(-35%,-50%);
	transform: translate(-35%,-50%);
	margin:0;
	padding:0;
}
#concept .text p{
	color: #fff;
	line-height: 40px;
}
/* -- menu ---------------------------------------- */


#menu .tab-content{
	text-align:center;
	margin: 50px 0 0;
}
#menu .tab-content input[type="radio"] {
    display: none;
}
#menu .tab-box {
	border-top:#000 solid 1px;
	padding-top: 40px;
	margin-top:-1px;
	text-align:left;
}
#menu .tab-box .comment{
	font-size: 14px;
	text-align: right;
	margin: 15px 0 0;
}
#menu .tab-content .tab-box {
    width: 100%;
}
#menu .tab-content > .tab-box > div {
    display: none;
}
#menu .tab-content input:checked + .tab-button {
	background-color: #BC0009;
	color: #fff;
	border-color:#BC0009;
	margin-bottom:-1px;
}
#menu #tab1:checked ~ .tab-box > #tabView1 {
    display: block;
}
#menu #tab2:checked ~ .tab-box > #tabView2 {
    display: block;
}
#menu .tab-button {
    display: inline-block;
    width: 180px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 55px;
    outline: none;
    margin: 0 4.8%;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
#menu .tab-button:hover {
    background-color: #BC0009;
}
#menu .tab-button::before,
#menu .tab-button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
#menu .tab-button,
#menu .tab-button::before,
#menu .tab-button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#menu .tab-content h3{
	text-align: center;
	font-size: 30px;
}

#menu .tab-content h3 span{
	display: block;
	font-size: 16px;
}
#menu .tab-content .box{
	margin: 50px 0 0;
}
#menu .tab-content .box dl dt{
	width: 40%;
}
#menu .tab-content .box dl dd{
	width: 55%;
	/*line-height: 30px;*/
}
#menu .tab-content .box dl dd p.t01{
	font-size: 24px;
	font-weight: bold;
}
#menu .tab-content .box dl dd p.t02{
	margin: 20px 0 0;
	font-size: 18px;
}
#menu .tab-content .box dl dd p.price{
	font-size: 24px;
	margin: 25px 0 0;
}

#menu .tab-content .box dl dd ul{
	margin: 5px 0;
}
#menu .tab-content .box.drink{
	max-width: 800px;
	margin: 50px auto 0;
	padding: 40px 20px;
	border: 1px solid #eee;
}
#menu .tab-content .box.drink h4{
	text-align: center;
	font-size: 20px;
	margin: 0 0 20px;
	line-height: 1.2;
}
#menu .tab-content .box.drink .flex div{
	width: 48%;
}
#menu .tab-content .box.drink dl{
	margin: 10px 0 0;
}
#menu .tab-content .box.drink dl dt {
	width: 50%;
}
#menu .tab-content .box.drink dl dd {
	width: 20%;
	min-width: 80px;
	text-align: right;
}
#menu .grand{
	margin: 10px 0 0;
}
#menu .grand h3{
	font-size: 26px;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 80px 0 15px;
	font-weight: bold;
	line-height: 1.0;
}

#menu .grand h3 small{
	font-size:0.6em !important;
}
#menu .grand .box{
	width: 25%;
	margin: 30px 0 0;
	padding:0 5px 5px;
	border-left:1px solid #eee;
}
#menu .grand .box p{
	margin: 8px 0 0 5px;
	line-height: 1.2;
}
#menu .grand .box .price {
	text-align: right;
	font-size: 1.1em;
	margin-top:4px;
}
#menu .grand .box .text {
	text-align: left;
	font-size:0.85em;
	color:#555;

}
#menu .grand .box .en {
	margin-top:2px;
	font-size:0.9em;
	color:#555;
}

#menu .grand .f3 {
		padding:0 12.5%;
}

#menu .grand .f3 .box {
	width: 33.3%;
}

#menu .grand .box.wide{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
#menu .grand .box.wide p.price{
	text-align: left;
}
#menu .grand .box.wide img{
	width: 25%;
	
}

#menu .grand .box.wide .info {
	padding:0 0 0 10px;
}

#menu .grand .box .detail {
}

#menu .grand .box .detail  {
	margin: 8px 0 0 5px;
	font-size:0.85em;

	
}

#menu .grand .box .detail  dt {
	font-weight: bold;
}

#menu .grand .box .detail  dd {
	padding-left:1em;
	line-height: 1.2;
}



#menu .menu-list{
	padding:8px 12px !important;
}

#menu .menu-list dt{
	padding-top:10px;
	line-height: 1.2;
}
#menu .menu-list dd{
	text-align: right;
	padding-bottom:8px;
	border-bottom: 1px dotted #000;
}



#menu .notice {
	font-size:0.9em;
	text-align: center;
	display: block;
	padding-top:10px;

}

/* -- blp ---------------------------------------- */
#blp{
	margin: 150px 0 0;
}
#blp .bg{
	background: url(../img/top/blp.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}
/* -- shop ---------------------------------------- */
#shop .flex{
	margin: 50px 0 0;
}
#shop .slider{
	width: 48%;
}
#shop .text{
	width: 48%;
}
#shop .text dl{
	margin: 20px 0 0px;
	padding-bottom:20px;
	display: flex;
	border-bottom: 1px solid #eee;

}
#shop .text dl:nth-of-type(1){
	margin: 0;

}
#shop .text dl dt{
	padding: 0 25px 0px;
	margin: 0 0 0px;
	color: #707070;
	width:120px;
	text-align: right;
	font-size: 0.9em;
}

#shop .text a{
	display: inline;
	padding:0 0.5em;
	text-decoration: underline;
}
#shop .map{
	width: 100%;
	height: 450px;
	margin: 100px 0 0;
	padding-left:200px;
}

	#shop img.icon {
		height:40px;
		display: inline;
		width:auto;
	}

/* -- recruit ---------------------------------------- */


#recruit .recruit_box {
	margin:30px 0;
}

#recruit .text{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap:10px;
}

#recruit h3 {
	font-size: 1.5em;
	text-align: center;
	margin:15px 0;
	border-bottom:1px solid #eee;

}

.recruit_text {
	text-align: center;
	margin:2em 0 1em;
}

#recruit .text dl{
	margin: 20px 0 0px;
	padding-bottom:10px;
	display: flex;
	border-bottom: 1px solid #eee;
	width:calc(50% - 10px);

}

#recruit .text dl dt{
	padding: 0 25px 0px;
	margin: 0 0 0px;
	color: #707070;
	width:120px;
	text-align: right;
	font-size: 0.9em;
}

#recruit .text a{
	display: inline;
	padding:0 0.5em;
	text-decoration: underline;
}
#recruit .map{
	width: 100%;
	height: 450px;
	margin: 100px 0 0;
	padding-left:200px;
}

#recruit img.icon {
	height:40px;
	display: inline;
	width:auto;
}

/* -- contact ---------------------------------------- */

#contact .box {
	background: #000;
	color: #fff;
	text-align: center;
	margin: 50px 0 0;
}
#contact .box .tel{
	width: 49%;
	padding: 20px 0;
}
#contact .box .tel p:nth-of-type(1){
	font-size: 18px;
	padding: 20px 0 0;
}
#contact .box .tel p:nth-of-type(2){
    font-family: 'Philosopher', sans-serif;
	font-size: 30px;
	font-weight: bold;
}
#contact .box .tel p:nth-of-type(3){
	font-size: 14px;
}
#contact .box .tel p img{
	display: inline-block;
	width: 24px;
	margin: 0 8px 0 0;
}
#contact .box .uber{
	width: 49%;
	padding: 20px 0;
}
#contact .box .uber p:nth-of-type(1){
	font-size: 18px;
}
#contact .box .uber span{
	font-size: 14px;
	padding: 10px 0 0;
	text-align: center;
}
#contact .box .uber img{
	border: 1px solid #fff;
    padding: 16px;
    margin: 20px auto 0;
    width: 100px;
}



@media screen and (max-width:900px){
/* -- topimg toptext ---------------------------------------- */
	.topimg .toptext .text01{
		left: 0;
		border-width: 100px 500px 0 0;
	}
	.topimg .toptext h1{
		font-size: 3.5vw;
		top: 20px;
		left: 10px;
	    margin: 0;
	}
	.topimg .text02{
		border-width: 0 0 160px 500px;
	}
	.topimg .toptext p{
	    transform: rotate(-18deg);
		font-size: 4vw;
		bottom: 40px;
		right: 20px;
	}
	.topimg .c-logo{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin:0;
		padding:0;
	}
	.topimg .c-logo .bg{
		background: #fff;
		width:160px;
		height: 160px;
	}
	.topimg .c-logo .bg img{
		padding: 51.5px 20px
	}
/* -- news ---------------------------------------- */
	#news .instagram{
		width: 30%;
		margin: 20px 0 0;
		vertical-align: top;
	}
	#news .instagram img {
		width: 100px;
		height: 100px;
	}
	#news .box{
		width:70%;
		margin: 20px 0 0;
		color: #707070;
	}

	#news .delivery p {
	    padding: 10px 10px 0;
	}


	#news .news-corona p {
		text-align:left;
	}

	#news .news-corona ul {
		display: block;
	}

	#news .news-corona li {
		width:auto;
		display: block;
		margin-top:5px;
	}




/* -- concept ---------------------------------------- */
	#concept .text p{
		line-height: 30px;
	}
/* -- blp ---------------------------------------- */
	#blp{
		margin: 50px 0 0;
	}
	#blp .bg{
	    background-attachment: scroll;
	    height: 300px;
	}
}
@media screen and (max-width:767px){
	h2{
	    font-size: 30px;
	    margin: 50px 0 0;
	}
	h2 span{
	    font-size: 12px;
	}
/* -- news ---------------------------------------- */
	#news .delivery .order{
		width: 100%;
		border-right: none;
		padding: 20px 0;
	}
	#news .delivery .uber{
		width: 100%;
	}
	#news .delivery .order p:nth-of-type(1) {
	    padding: 0;
	}
	#news .delivery .uber a{
		padding: 0;
	}
/* -- concept ---------------------------------------- */
	#concept h2{
		padding: 10vw 0 0;
	}
	#concept .text p{
		color: #fff;
		line-height: 24px;
		font-size: 15px;
	}
	#concept .text{
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 90%;
	}
/* -- menu ---------------------------------------- */
	#menu .grand{
		margin: 50px 0 0;
	}

	#menu .grand h3{
		font-size: 24px;
	}
	#menu .grand .box{
		width: 49%;
	}

	#menu .grand .f3 {
			padding:0 0;
	}

	#menu .grand .f3 .box {
		width: 50%;
	}


	#menu .tab-button {
	    width: auto;
		padding:0 5px;
	    height: 45px;
	    line-height: 46px;
		margin: 0;
	}

	#menu .tab-content h3{
		font-size: 20px;
	}
	#menu .tab-content h3 span{
		font-size: 12px;
	}
	#menu .tab-content .box.drink .flex div{
		width: 100%;
	}
	#menu .tab-content .box.drink dl dt {
		width: 80%;
	}
	#menu .tab-content .box dl dt{
		width: 100%;
	}
	#menu .tab-content .box dl dd{
		width: 100%;
		margin: 20px 0 0;
	}


	#menu .menu-list{
		width:100% !important;
		padding-top:0px !important;
		display: block !important;
		margin:0 !important;

	}
	#menu .menu-list dt{
		padding-top:5px;
	}
	#menu .menu-list dd{
		padding-bottom:5px;

	}
	#menu .notice {


	}
	
	

	#menu .grand .box.wide img{
		width:45%;
	}
	
	

/* -- shop ---------------------------------------- */
	#shop .slider,
	#shop .text{
		width: 100%;
	}
	#shop .text{
		margin: 50px 0 0;
	}
	#shop .map{
		width: 90%;
		height: 300px;
		margin: 50px auto 0;
		padding-left:0;
	}

/* -- recruit ---------------------------------------- */


#recruit .text dl{
	width:100%;

}


/* -- contact ---------------------------------------- */
	#contact .box {
	    margin: 30px 0 0;
	}
	#contact .box .tel{
		width: 100%;
		padding: 20px 0 40px;
	}
	#contact .box .uber{
		width: 100%;
		padding: 20px 0;
		border-top: 1px solid #fff;
	}


}
@media screen and (max-width:320px){
/* -- topimg toptext ---------------------------------------- */
	.topimg .toptext .text01{
		border-width: 80px 400px 0 0;
	}
	.topimg .text02{
		border-width: 0 0 130px 400px;
	}
	.topimg .toptext p{
		bottom: 30px;
	}
/* -- concept ---------------------------------------- */
	#concept .text p{
		line-height: 24px;
		font-size: 3.5vw;
	}



}


@media (orientation: landscape) and (max-width: 767px) {
   /* 横向きの場合のスタイル */





}
