
/* ▼ トップページ（index.php）のCSS 　/
/* --------------------------------------------- */

/*----------------- 
レスポンシブ対応　768px 
------------------- */
@media screen and (max-width: 768px){
	h2.lineLR{
		font-size: 2.1em;
		width: 80%;
	}
}/*768px*/


/* --------------------------------------------- */
/* ▼ スライダ― Vegas　部分のCSS 　/
/* --------------------------------------------- */
#vegas {
	width: 100%;
	height: 1000px;
	position: relative;
	overflow: hidden;
}
#vegas .top_text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*----------------- 
レスポンシブ対応　768px 
------------------- */
@media screen and (max-width: 768px){
	#vegas {
		height: 550px;
	}
	#vegas .top_text img {
		height: 250px;
	}
}/*768px*/




/* --------------------------------------------- */
/* ▼ お知らせ　部分のCSS 　/
/* --------------------------------------------- */
.news {padding: 60px 0px;}
.news ul.news_list {
	margin-top: 20px;
}

/*----------------- 
レスポンシブ対応　480px 
------------------- */
@media screen and (max-width: 480px) {
	.news h3{font-size: 2.0em;}
	.news {padding: 30px 0px;}

}/*480*/




/* --------------------------------------------- */
/* ▼ こだわり　部分のCSS 　/
/* --------------------------------------------- */

.concept section {
	margin-bottom: 60px;
}
.concept .full_img {
	padding: 200px 0;
    background-image: url(../img/index/bg_concept_top.webp);
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
}
.concept .full_img .on_text{
	/*padding: 150px 0px;*/
	display: flex;
	position: relative;
	z-index: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.concept .full_img .on_text img{
	width: 200px;
}
.concept .block{
    max-width: 1500px;
    margin: 0 auto;
}
.concept h2{font-family: serif;}
.concept h2.serif{margin-left: 20px;font-weight: bold;}
.concept .img_hidden {width:60%;}
.concept .textBox{width: 40%;}
.concept .flexbox{margin-bottom: 60px;}
.concept .img_hidden {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.concept .img_hidden img {
	position: absolute;
	width: auto;
	left: 50%;
	transform: translate(-50%, 0);
}
.concept .img_hidden, 
.concept .img_hidden img{
	height: 480px;
}
.concept .textBox {
	/*font-weight: bold;*/
	height:500px ;
	padding: 4%;
	writing-mode: vertical-rl;
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.concept .row-reverse{
	flex-direction: row-reverse;
}
.concept p.sub_title {
    font-size: 1.5em;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
}
.concept .textBox .bg_kumo01 {
    position: absolute;
    bottom: 50px;
    right: 0px;
    overflow: hidden;
    z-index: 1;
}
.concept .textBox .bg_kumo02{
	position: absolute;
    bottom: 50px;
    left: 0px;
    overflow: hidden;
    z-index: 1;
}
.concept .textBox .bg_kumo01 img {
	position: relative;
    right: 0px;
}
.concept .textBox .bg_kumo02 img {
    position: relative;
    left: 0px;
}
.concept h2.serif,
.concept p{
	z-index: 10;
}


/*----------------- 
レスポンシブ対応　1000px 
------------------- */
@media screen and (max-width: 1000px){
	.concept .img_hidden {width: 50%;}
	.concept .textBox{width: 50%;}
}/*1000px*/


/*----------------- 
レスポンシブ対応　768px 
------------------- */
@media screen and (max-width: 768px){
	.concept {
		padding:0px;
	}
	.concept .full_img{
		padding: 100px 0;
	}
	.concept .full_img .on_text img{
		width: 150px;
	}
	.concept .img_hidden,
	.concept .textBox{
	    width: 100%;
	}
	.concept .textBox{
	    margin: 50px 0px;
		padding: 30px;
		writing-mode: initial;
		height: auto;
	}.concept .flexbox{
		margin-bottom: 0px;
	}
	.concept h2 {
	    text-align: center;
	}
	.concept h2.serif{
		margin-left: 0px;
		border-bottom: 1px solid #333;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.concept p.sub_title {
		text-align: center;
	}
	.concept .textBox .bg_kumo01 {
	    top: 30px;
	}
	.concept .textBox .bg_kumo02 {
	    top: 30px;
	}
}/*768px*/


/*----------------- 
レスポンシブ対応　480px 
------------------- */
@media screen and (max-width: 480px){
	.concept .img_hidden, 
	.concept .img_hidden img{
		height: 300px;
	}
	.concept h2 {
	    font-size: 2.1em;
	    text-align: center;
	}
	.concept .textBox{
		margin-top: 10px;
	}
	.concept section {
		margin-bottom: 0px;
	}
	.concept .textBox .bg_kumo01 img {
		width: 150px;
	    right: -50px;
	}
	.concept .textBox .bg_kumo02 img {
		width: 150px;
	    left: -50px;
	}
}/*480px*/




/* --------------------------------------------- */
/* ▼ お料理　部分のCSS 　/
/* --------------------------------------------- */

.tenshu_full_img {
    background-image: url(../img/index/bg_tenshu.webp);
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	margin-bottom: 80px;
}
.tenshu_full_img  .on_text{
	padding: 200px 0;
	display: flex;
	position: relative;
	z-index: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.tenshu_full_img  .on_text img {
    width: 280px;
    position: relative;
    left: -25%;
}
.menu section {
    margin-bottom: 80px;
}
.menu .menu_box {
    padding: 5%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.menu .menu_title{
	font-size: 1.5em;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.menu .menu_box span.price {
    float: right;
}
.menu .menu_box span.tax {
    font-size: 0.8em;
    float: right;
}
.menu .menu_box dd {
    text-align: right;
    width: 200px;
}
.menu_box dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    line-height: 1.5em;
}

/*----------------- 
レスポンシブ対応　768px 
------------------- */
@media screen and (max-width: 768px){
	.menu{padding: 30px 0px;}
	.menu .menu_box span.price {
	    display: block;
	    float: none;
	    text-align: right;
	}
	.menu .menu_box span.price .tax {
	    float: none;
	}
	.menu .menu_box{
		padding: 10px;
		margin-bottom: 50px;
	}
	.menu section{
		margin-bottom: 30px;
	}
	.tenshu_full_img  .on_text{
		padding: 100px 0;
	}
	.tenshu_full_img  {
		background-attachment: local;
	}
	.tenshu_full_img  .on_text img{
		width: 200px;
	}
}/*768px*/

/*----------------- 
レスポンシブ対応　480px 
------------------- */
@media screen and (max-width: 480px){
	.menu{padding: 30px 0px;}
	.tenshu_full_img  {
		margin-bottom:30px;
	}
	.tenshu_full_img  .on_text img {
	    width: 150px;
	}
	.tenshu_full_img  .on_text {
	    padding: 50px 0;
	}
}/*480px*/




/* --------------------------------------------- */
/* ▼ 店舗情報　部分のCSS 　/
/* --------------------------------------------- */
.shopinfo{
	width: 100%;
	padding: 100px 0;
	background: url(../img/index/bg_info.webp);
	background-size: cover;
	background-position: center;
	/*background-attachment: fixed;*/
	box-sizing: border-box;
}
/*.shopinfo h2{
    margin-bottom: 40px;
}*/
.shopinfo h3{
	font-size: 1.5em;
	margin-bottom: 40px;
}
.shopinfo .whiteBox{
	background: rgb(255 255 255 / 90%);
    padding: 60px;
    text-align: center;
    margin: 0 auto;
}
.shopinfo .shopdate{margin-bottom: 60px;}
.shopinfo .shopdate dl {
    text-align: left;
    border-bottom: 1px solid #555;
    margin-bottom: 15px;
    padding-bottom: 15px;
    justify-content: center;
    align-items: center;
}
.shopinfo .shopdate dt {
    text-align: center;
    width: 15%;
    margin-right: 10%;
}
.shopinfo .shopdate dd {
    text-align: left;
    width: 75%;
}
.shopinfo ul.yoyaku {
    padding-left: 20px;
    margin-bottom: 50px;
}
.shopinfo ul.yoyaku li {
    list-style: disc;
    margin-bottom: 15px;
    text-align: left;
}




/*----------------- 
レスポンシブ対応　768px 
------------------- */
@media screen and (max-width:768px){
	.shopinfo .whiteBox {padding: 30px;}
	.shopinfo {
		padding: 0px;
	}
	.shopinfo ul.yoyaku {
	    margin-bottom: 20px;
	}
}/*768px*/



/*----------------- 
レスポンシブ対応　480px 
------------------- */
@media screen and (max-width:480px){
	.shopinfo .shopdate dt {
	    width: 100%;
	    background: #000;
	    color: #fff;
	    margin-bottom: 10px;
	    margin-right: 0;
	}
	.shopinfo .shopdate dd{
		width: 100%;
	}
	/*.shopinfo h2{
	    m*/argin-bottom: 20px;
	}
}/*480px*/

