@charset "UTF-8";
/* CSS Document */

body{
    font-family: Times New Roman,'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif !important; 
}

.pc{
    display: block;
}
.sp{
    display: none;
}

img{width:100%;}

.inner {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}

#eyecatch{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/teppan/eye_pc_bg.jpg);
    /* padding: 6rem 0; */
    overflow: hidden;
    position: relative;
    min-height: 720px;
}

#eyecatch p{
    font-size:28px;
    color:#FFF;
    width: 50%;
    line-height: 1.3em;    
}

#eyecatch h1.title {
    /*margin-top: 70px;*/
    margin:0 0 0 -10px;    
}

#eyecatch .inner{
    margin:60px auto 20px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.mark {
    max-width: 320px;
}

h2.main-ttl {
    max-width: 800px;
    margin: 40px 0 10px;
}

.bn-box .grid3-1{
    display: flex;
    flex-flow: column;    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    color:#FFF;
    padding: 0 40px;    
}

p.exp-copy {
    font-size: 22px;
    margin-top: 10px;
    line-height: 1.3em;
}

@media screen and (max-width:900px) {
    
#eyecatch{
    min-height: 500px;
    background-image: url(../img/teppan/eye_sp_bg.jpg);
    background-size: cover;
    background-position: 60% 15%;
    /*background-position: 60% 0%;*/
    /*height: 580px;*/
}

#eyecatch .inner {
    margin: 55px auto 20px;
}
    
#eyecatch p{   
    text-shadow: #591500 3px 0px 5px;
    font-weight: bold;
    font-size: 21px;
    width: 60%;
}

.bn-box .grid3-1 {
    padding: 25px 25px;
}
    
h2.main-ttl {
    margin: 20px 0 5px;
}
    
.mark {
    max-width: 280px;
}        
}

@media screen and (max-width:768px) {
#eyecatch p{ 
    width: 70%;
}
}

.bn-box .grid3-2{
    display: flex;    
}

#first-shot .grid3-1{  
    background-image: url(../img/teppan/bg_first-shot.png);
    justify-content: center;
}
#second-shot .grid3-1{
    background-image: url(../img/teppan/bg_second-shot.png);
    justify-content: flex-end;
    padding-bottom: 5%;
}
#third-shot .grid3-1{
    background-image: url(../img/teppan/bg_third-shot.png);
    justify-content: flex-end;
    padding-bottom:5%;
}

#second-shot .dishname {
    max-width: 450px;
}

.bn-box .dishname {
    max-width: 350px;
    margin: 20px 0 20px;
}

.button-readmore a {
    position: relative;
    border: 2px solid #FFF;
    border-radius: 5px;
    display: block;
    padding: 10px;
    max-width: 220px;
}

.button-readmore a img{
    max-width: 150px;
    display: table;
    /* text-align: center; */
    vertical-align: middle;
    margin: 0 20px 0px 15px;
}

.button-readmore a::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.button-readmore a:active{
    /* ボタンをクリックしたときに沈むように見える動き */
    box-shadow: 0 0 0 #C62828;
}

.button-readmore a:hover {
    background:rgb(255 255 255 / 20%);
}

#global{ 
    position: relative;
    padding: 6rem 4rem;
    background-image: url(../img/teppan/bg_global.jpg);
    justify-content: center;
    color: #FFF;
    text-align: center;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 25px;
    margin-bottom: 25px;
}

#global img.global-title {
    position: absolute;
    top: 0;
    right: 0px;
    max-width: 150px;
    z-index: 1;
    top: 50%;
    /* left: 50%; */
    transform: translate(-50%, -50%);
    /* -webkit-transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
}

#global .flex3 > div img{
    transform: scale(1);
	transition: .3s ease-in-out;
}
#global .flex3 > div a:hover img {
    transform: scale(1.1);  
}

.mask{
    display: block;
    line-height: 0;
    overflow: hidden;
}

#global .flex3 div {
    z-index: 2;
    padding: 3%;
}

.flex3 div:first-child {
    margin-top: 70px;
}

#global p{
    margin:0 auto 20px;
    font-size:26px;
    display: block;
}

@media screen and (max-width:900px) {
    
#global{
    margin-top: 10px;
}    
    
#first-shot .grid3-1{  
    background-image: url(../img/teppan/bg_first-shot_sp.png);
}
#second-shot .grid3-1{
    background-image: url(../img/teppan/bg_second-shot_sp.png);
    order: 3;    
}
#second-shot .grid3-2{
    order: -1;
}    
#third-shot .grid3-1{
    background-image: url(../img/teppan/bg_third-shot_sp.png);
}    
    
.bn-box .dishname{
    margin: 10px 0 0px;
}
    
.dishname .sp{
    max-height:50px;
    width: auto;
}
#second-shot .dishname img,
#third-shot .dishname img{
    max-height:50px;
    width: auto;
}

p.exp-copy {
    font-size: 21px;
    margin-bottom: 12px;    
}
}

@media screen and (max-width:1400px) {
#global .inner {
    max-width: 800px;
    margin: 0 0 0 10%;
}
    
#global p {
    margin: 0 auto 20px;
    font-size: 22px;
}
    
#global img.global-title{
    max-width: 110px;
}     
    
#global .flex3 div{    
    padding:1%;
}
}

@media screen and (max-width:1200px) {
#global .inner {
    max-width: 620px;
    margin: 0 auto;
}
}

@media screen and (max-width:900px) {
    
#global {
    position: relative;
    padding: 6rem 2rem 2rem;
    }
    
#global p {
    font-size: 16px;
}
    
    .pc{display: none;}
    .sp{display: block;}
    
    
}

#global .global-title-sp {
    margin-bottom: 20px;    
}
    
/* motto */

.app-download img {
    /* max-width: 215px; */
    max-height: 65px;
}

.app-download a{
    max-width: 215px;
    max-height: 65px;
    display: block;
}

.app-download a:hover {
    opacity: 0.6;
}

.grid3-2.app-download {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#ouchiteishoku-app{
    position: relative;
}

#ouchiteishoku-app .inner{
    max-width: 1280px;
    margin: 0 auto 25px;
    width: 80%;
    position: relative;
    background: #EEECE1;
    border-radius: 10px;
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px; 
}

#ouchiteishoku-app .flex2 > div > img {
    position: absolute;
    max-width: 320px;
    margin: 0 auto;
    bottom: 0;
    left: 15%;
}

.grid.button-order {
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.pattern-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
}

img.qr.pc {
    width: 150px;
}

.ttl_howto {
    max-width: 800px;
    margin: 0 auto 30px;    
}

@media screen and (max-width:900px) {

#ouchiteishoku-app .inner {
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
}    
    
.ttl_main {
    max-height: 130px;
}
.howto .ttl_main {
    padding: 0px 25px;
}
    
.motto_otoku{
    max-width:600px;
    margin-bottom:0;
    margin-top:0;
}    
    
#ouchiteishoku-app .fs-20{
    text-align: center;
    margin-top: 0;
}
    
#ouchiteishoku-app .sp img {
    max-width: 300px;
    margin: 0 auto 0px;
    display: block;
    padding-left:30px;
}
    
.grid3-2.app-download {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
    
.full {
    background: #DD0012;
    padding: 2px 4px;
    /*margin: 0 calc(50% - 50vw);
    width: 100vw;*/
    margin-bottom:15px;
}
    
.last-button img {
    max-width: 150px;
}        
}

#last-button{
    padding:0;
}

.grid.last-button {
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;    
}

.grid.last-button a{
    max-width: 240px;
}

.grid.last-button a:hover{
    opacity: 0.6;
}

/*--------------------
GRID
--------------------*/
.grid,
.flex2,
.flex2-2,
.flex3,
.flex4,
.flex5,
.flex6{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	/*   Safari etc. */
	-ms-align-items: stretch;
	/*  IE10        */
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	/* Safari6.1以降 */
	-ms-flex-wrap: wrap;
	/*IE10*/
	flex-wrap: wrap;
    /*align-items: center;*/
}

/* 最終行の間隔調整 */
.flex4:before,
.flex5:before,
.flex6:before{
	content: "";
	display: block;
	order: 1;
}

.flex3:after,
.flex4:after,
.flex5:after,
.flex6:after{
	content: "";
	display: block;
}

.grid3-2 {
	width: 60%;
}

.grid4-3 {
	width: 74.25%;
}

.grid4-2,
.flex2>*,
.flex2-2>* {
	width: 48.5%;
}

.flex3>*,
.flex3:after {
	width: 31.333%;
}

.grid3-1{
	width: 40%;
}

.grid4-1,
.flex4>*,
.flex4:before,
.flex4:after {
	width: 22.75%;
}

.flex5>*,
.flex5:before,
.flex5:after {
	width: 17.6%;
}

.flex6>*,
.flex6:before,
.flex6:after {
	width: 15.8333%;
}

.grid>*,
.flex2>*,
.flex2-2>*,
.flex3>*,
.flex4>*,
.flex5>*,
.flex6>*{
	/*margin-bottom: 10px;*/
}

/*--------------------
GRID - 640px
--------------------*/
@media screen and (max-width:900px) {
	.grid3-1,
	.grid3-2,
	.grid4-1,
	.grid4-2,
	.grid4-3,
	.flex2>*,
	.flex5>*,
	.flex5:before,
	.flex5:after{
		width: 100%;
	}
    
    #index .flex2 > div{
		width: 100%;   
    }

    .flex3>*,
	.flex2-2>*,
	.flex4>*,
	.flex4:before,
	.flex4:after {
		width: 47%;
	}
	
	.flex6>*,
	.flex6:before,
	.flex6:after {
		width: 31.33%;
	}    
	 
    
.flex4>*, .flex4:before, .flex4:after {
    width: 100%;
}
}

/*
@media screen and (max-width:640px) {
.flex3 > div{
    width:48%;
}
}
*/