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

html{
	font-size:62.5%;
}
body{
	color: #420809;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	letter-spacing: 0.025em;
	
}
a{
	color: #420809;
}


img{
	max-width: 100%;
	height: auto;
}

.scrolldown1 span{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.2em;

}
.scrolldown1 span {
    transform: rotate(-90deg);
    text-transform:uppercase;
    left: -23px;
    top: -31px;
}

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	right:40px;
    /*全体の高さ*/
	height:60px;
	z-index: 100;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-size: 1.4rem;
	letter-spacing: 0.07em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

.btnlinestretches2{
	position:relative;
	color:#eee;
    padding:5px 40px;
	display:inline-block;
    text-decoration: none;
    outline: none;
}

.btnlinestretches2::before,
.btnlinestretches2::after {
	content:'';
	position:absolute;
	border:solid #eee;
	width:10px;
	height:10px;
	transition:all 0.3s ease-in-out;
}

.btnlinestretches2::before{
	top:0;
	left:0;
	border-width:1px 0 0 1px;
}

.btnlinestretches2::after{
	bottom:0;
	right:0;
	border-width:0 1px 1px 0;
}

.btnlinestretches2:hover::before,
.btnlinestretches2:hover::after{
    width:calc(100% - 2px);
	height:calc(100% - 2px);
	border-color:#eee;
}

.img_wrap{
  margin: 0 auto 10px;
  overflow: hidden;
  cursor: pointer;
}
.img-wrap:last-child{
	margin: 0 auto 0;
}

.img_wrap.foodpark{
	padding:15px;
}
.img_wrap img{
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.15);
  transition-duration: 0.5s;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000;
}

.chefs.start {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 100000;
	width: 280px;
	/**
	animation: fadeout-keyframes 3s ease 0s 1 forwards;
	animation-iteration-count: 1;
	**/
}

.fadeInTrigger
{
    opacity: 0;
}

 @keyframes fadeout-keyframes {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
}

/*==================================
utility
====================================*/
.text-canter{
	text-align: center;
}
.fontBlod{
	font-weight:bold;
	border-bottom: solid 0.7px #420809 ;
}
a:hover{
	color:#e39f99/*#87645b*/;
}

.title{
	font-size:2.6rem;
	text-align: center;
	margin-bottom: 20px;
}
.sub-title{
	text-align: center;
	margin-bottom: 0px;
	line-height:1.5;
}

.sp-item{
	display: none;
}
.inner-center{
	max-width: 850px;
	margin: 0 auto;
}
.inner-pic{
	width: 100%;
}

.subtitle{
		font-size:2rem;
		max-width: 900px;
		margin: 0 auto;
		text-align: center;
		padding: 30px 0 20px;
		text-decoration: underline 3px #dd271e;
	}
.subtitle.left{
	text-align: left;
	text-decoration: underline 2px #dd271e;
}
.adjustbottom{
	padding-bottom: 30px;
}

.linespace{
	line-height: 1.3;
}


/*==================================
hero-image
====================================*/
.demo-1{
    overflow: hidden;
    width: 100%;
    min-height: 600px;
    background-color: #f5f3ed;;
	margin: 0 auto;
}

.chefheroimage .demo-1{
	width:85%;
	margin: 0;
}
.lastslide .demo-1{
	margin: 70px 0;
	max-height:350px;
	min-height:350px;
		
}

.redbox{
	position:relative;
}
.redboxdetail{
	position:absolute;
	right:0;
	width:300px;
	height:100px;
	background-color:#d6251d;
	z-index:90;
	bottom: -50px;
}
.hero-main{
	position:relative;
	
}
.inner-content{
	max-width:  100% ;
	height: 54px;
	position: absolute;
    text-align: center;
   	top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    padding: 0 ;
	z-index:1;
}
.inner-content.chefstitlelogo{
	top: 55%;
    left: 75%;
}
.main-pic{
	width: 85%;
	height: auto;
	margin: 0 auto;
}
/*.fade-img {
  position:relative;
  width: 250px;
}
.fade-img img {
  position: absolute;
}*/



/*==================================
header
====================================*/
.btn-trigger{
	display: none;
}
.btn-close{
		display: none;
	}
.main-headernav{
	height: 70px;
	line-height: 70px;
}
.nav-list{
	display: flex;
	max-width: 850px;
	margin: 0 auto;
	justify-content: space-between;
	text-transform: uppercase;
}
.nav-item2.current {
	border-bottom: solid 1px #e39f99/*#87645b*/;
	text-transform: uppercase;
}
.nav-item2{
	text-transform: uppercase;
	letter-spacing: -1px;
}
.nav-item2>a{
	color:#fff;
}

.nav-item2>a:hover{
	color:#e39f99;
}

	
.current>a{
	color:#e39f99/*#87645b*/;
}

.header{
	background-color: #420709d9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
}


.header-line{
	height: 40px;
	line-height: 38px;
	max-width:1000px;
	margin: 0 auto;
	color:#fff;
	font-size:1.4rem;
}
.nav-list2{
	display: flex;
	justify-content: space-between;
}
.headernav-logo{
	width: 125px;
	height: 30px;
	vertical-align: middle;
	
}

/*==================================
mainleading
====================================*/
.mainleading{
	
	background-image: url("../images/mian-assets/titlemaininbg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 50px;
}
.mainleading-inner{
	max-width: 850px;
	margin: 0 auto;
}
.maintopics-place{
	text-align: center;
	margin: 50px auto;
}
.maintopics{
	max-width: 500px;
	height: auto;
}
.topcover.adjustbg{
	background-image: url("../images/mian-assets/informationbg.jpeg");
	background-size: contain;
}

.js-fadein {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(40px);
	transition: all 2s;
  }
  .js-fadein.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
  }
.maintopics-text{
	font-size:2.4rem;
	line-height: 1.5;
	text-align: center;
}

/*==================================
nenga
====================================*/
.nengatop{
	font-size:2.3rem;
	margin-top:30px;
	margin-bottom: 10px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.5;
	
}
.nengatext{
	font-size:2rem;
	margin-bottom: 10px;
}
.nengatop.year{
	font-size:3rem;
	font-weight:bold;
}

.nengatop.nengasign{
	margin-top: 30px;
	font-size:2rem;
	font-weight: bold;
}

/*==================================
video
====================================*/
.movie{
	position:relative;
	
}
.moviebg-upper{
	position:absolute;
	top: -30px;
	left: 0;
	
}
.moviebg-down{
	position:absolute;
	bottom: -100px;
	right: 0;
	
}

.waveroute {
	position:relative;
	overflow:hidden;
	box-shadow:0 4px 20px rgba(0, 0, 0, 0.2);
	margin:0 auto;
	width:100%;
	height:auto;
	background-color:#f0dbdb;
}

	.waveroute::before,
	.waveroute::after {
		position:absolute;
		left:-50%;
		width:250%;
		height:200%;
		content:"";
		background-color:#bb3b3bf5;
		animation:wave linear 35s infinite;
	}

	.waveroute::before {
		top:-150%;
		border-radius:50% 50% / 50% 70%;
	}

	.waveroute::after {
		top:-146%;
		border-radius:30% 70% / 30% 50%;
		opacity:0.05;
		animation-delay:5s;
	}

@keyframes wave {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}

.video-outer{ 
	margin:0 auto;
}

.video-iframe {
    position: relative;
    margin: 30px auto 100px;
    padding-bottom: 53.9%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	background-color: rgba(0,0,0,0);
}
.news-wrapper .video-iframe {
    position: relative;
    margin: 0px auto 100px;
    padding-bottom: 53%;
    padding-top: 30px;
    height: 0;
}
.video-iframe iframe, .video-iframe object, .video-iframe embed {
    position: absolute;
    top: 100px;
    left:10%;
    width:80%;
	height: 80%;
	background-color: rgba(0,0,0,0);
}
.news-wrapper .video-iframe iframe, .video-iframe object, .video-iframe embed {
    position: absolute;
    top: 100px;
    left:90px ;
    width:80%;
	height: 80%;
	background-color: rgba(0,0,0,0);
} 
.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-showing, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {
    background-color:rgba(0,0,0,0);
}
.date-20200708{
	background-color: #0000;
}
/*==================================
list item
====================================*/
.news-bg{
	background-position: center;
	background-repeat: repeat;
}
.subtitle.mdtitle{
	margin-bottom: 30px;
}
.mdbg{
	background-image: url("../images/mian-assets/informationbg.jpeg");
	background-size: contain;
}
.news-wrapper{
	max-width: 950px;
	margin: 0 auto;
	padding:50px 0 0;
	
}
.title.cheftitle{
	margin-top:100px;
}
.chefsubtitle{
	text-align: center;
	margin-bottom:25px;
}
.restaurantsubtitle{
	margin-bottom: 20px;
}
.chefsname{
	letter-spacing: 10px;
	margin-bottom: 20px;
    text-align: center;
}
.sentencechefdetail{
	line-height: 1.3;
	letter-spacing: 3px;
}
.news-wrapper.awardmargin{
	padding:20px;
}
.sidedishes-bg{
	background-image: url("../images/sidedishes-assets/sidedish-bg.png");
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}
.awardlistpic{
	text-align: center;
	margin: 20px 50px;
}
.companyhistory_table.awardlist{
	background-color:#f5f3ed;
}
.awardlistpic>img{
	width: 326px;
	height: auto;
}
.newslink{
	text-align: center;
	padding-bottom: 50px;
}
.cooking-text{
	text-align: center;
	width: 100%;
	margin: 30px auto 0;
}
.cooking{
	max-width: 50%;
	margin: 30px auto 0;
	animation: fluffy1 5s ease infinite;
}
.awardlist .table_detail.left{
	padding: 0 5px;
    width: 55%;
}
.detailawardlist{
}
.list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.list2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item-outer{
	margin-bottom: 50px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.item-outer.news-outer{
  opacity: 1;
  height:auto;
  flex-basis: calc(33.33333% - 20px);
  max-width: calc(33.33333% - 20px);
  transition: all .4s ease 0s;
  overfllow:hidden;
}
.news-text{
  opacity: 1;
  height:auto;
  transition: all .4s ease 0s;
  overfllow:hidden;
}
.list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
}
.more {
  text-align: center;
  margin-top: 20px;
}

.more.shopsearch-button.moreshow{
	max-width: 200px;
	margin: 20px auto 0;
	border-radius: 7px;
}
.item-outer:hover{
		transform: scale(1.08);
	}

.item-outer:last-of-type{
	margin-bottom: 0;
}
.item2{
	max-width: 264px;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	border: solid 0.5px #f8c7c7;
}

.news-wrapper.sidedishchef.application{
	max-width: 800px;
   
}

.news-wrapper.sidedishchef {
		
		margin-bottom: 50px;
	}

.recomapnayname{
	margin: 15px 0 0;
	text-align: ceenter;
	font-weight:bold;
}

.recomapnayname1{
	margin: 15px 0 0;
	text-align: ceenter;
}

.cheflist.app{
	 border: solid 0.5px #f8c7c7;
}

.item2:hover{
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.item-text{
	padding: 20px 10px;
}
.item-text.needspace{
	padding: 10px;
}
.item-text.youtube{
	padding: 5px 10px;
}
.item-text.sidedishes-text{
	padding: 30px 20px 20px;
}


.sub-title.newssubtitle{
    margin: 30px 0;
}

.cheflist{
	display: flex;
    width: 100%;
    background: linear-gradient(45deg, rgb(234 110 75),#f0e6d3a6,#eecccaf5,#f1e4e3a6, rgb(234 110 75));
    background-size: 200% 200%;
    animation: bggradient 10s ease infinite;
    padding: 30px 10px 0px;
	border: solid 0.5px #5F4040;
}

.cheflist.app{
	
    background: linear-gradient(45deg, rgb(299 217 214),#fff,#f1e4e3a6,#fff, rgb(299 217 214));
    background-size: 200% 200%;
    animation: bggradient 10s ease infinite;
   
}
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.chefrecipes{
	display:flex;
	margin-bottom: 40px;
	margin-top: 20px;
}
.chefname{
	width: 30%;
    text-align: center;
    line-height: 1.2;
    margin-right: 30px;
}
.chefdishsimg{
	margin: 0 5px;
}
.chefprofile{
	line-height: 1.5;
}
.chefdishsimg.twopics{
	padding: 0 13%;
}

.chefdishsimg.threepics{
	padding: 0 5%;
}

.chefspic.threepic{
	max-width: 100%;
	margin-bottom: 70px;
}

.cheflist.bottom{
	padding-bottom: 10px;
	
}

.applicationsaporo{
	margin-bottom: 20px;
	padding-right:10px;
}

.chefspic.obentoaward{
	width:40%;
	margin: auto;
}

.chefprofile.obentopic{
	margin: 0 auto;
	border-bottom: solid 1px #e39f99;
}
.sidedishesaward{
	padding-bottom: 50px;
}


.item-image{
	border-radius: 10px;
}
.item-text_date{
	margin-bottom: 10px;
}

.item-text_title{
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: 500;
	border-bottom: solid 0.7px #e39f99;
}
.item-text_title.longtitle{
	font-size:1.4rem;
}

.item-text_detail {
    line-height: 1.3;
    font-size: 1.4rem;
    padding: 10px 30px;
}
.item-text_detail.sokateikohaku{
	padding: 5px;
    margin-bottom: 5px;
	text-align: center;
}
.magazinezone{
	max-width:800px;
	margin:0px auto;
	height:130px;
}
.magazine {
    border: solid 1px #d7c6ab;
    display: flex;
    height: 120px;
    align-content: space-around;
    padding-top: 10px;
    background-color: #faf4ed;
}
.magazinepic{
	max-width:50%;
        margin: 0px -55px 115px 70px;
	height:auto;
}
.magazinedetail{
 	text-align: center;
	height:auto;
}
.magazinelink {
    margin: 15px 11px -3px 20px;
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
}
	
/*==================================
privacypolicy
====================================*/
.title.privacypolicybigtitle{
	line-height: 1.5;
	padding-top: 70px;
}
.sentence{
	line-height: 1.5;
}
.privacypolicysmalltitle{
	font-size: 2.2rem;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
.directorpolicy{
	max-width:990px;
	margin:80px auto;
	font-size:1.7rem;
	font-weight: bold;
	border:1px solid #420809;
	padding:20px 10px 10px 20px;
}
.directorydetail{
  	padding-bottom:7px;
	font-weight: bold;
}
.policyflex{
	display:flex;
	justify-content: space-between;
}
table,tr,td{
	border:1px solid #420809;
	padding:10px;
	vertical-align:middle;
	text-align:center;
}
.tableposition{
	margin:50px 0px;
}
.tablepercent{
 	width:25%;
}
.detailsentence{
	max-width: 770px;
	margin: 50px auto;
	line-height: 1.5;
}
.privacypolicylist{
	max-width: 650px;
	margin: 15px auto;
}
.privacypolicylistsmall{
	max-width: 550px;
	margin: 10px auto;;
}
.privacypolicylistmoresmall{
	max-width: 500px;
	margin: 5px auto;
}
.contacttrialcallcenter{
	text-align: center;
	max-width: 550px;
	margin: 20px auto;
}
.managementperson{
	text-align: center;
}
.updatadate{
	text-align: right;
}
/*==================================
aboutus
====================================*/

.aboutus-bg{
	background-color: #f5f3ed;
}
.newyear2026.aboutus-text_detail{
	font-family:"Times New Roman", "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size:2rem;
	text-align: center;
	margin-bottom: 50px;
}
.aboutus-text{
	margin: 0 auto;
	max-width: 850px;
	padding: 100px 0 20px;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 1.2;
}
.aboutus-text_detail{
	margin-bottom: 15px;
}
.aboutusmaintext.cover{
	background: url("../images/mian-assets/titlemaininbg.jpg");
	background-size: contain;
	background-position: center;
	
}
.aboutus-main .subtitle{
	text-align: left;
}
.ceo-name{
	text-align: right;
}
.md-list{
	display: flex;
	justify-content: space-between;
}
.md-listdetail{
	display: flex;
    padding: 0 35px;
    justify-content: space-around;
}
.md-listdetail:last-child{
	padding-bottom: 50px;
}
.md-item{
	max-width: 264px;
}
.md-item_text{
	padding-top: 15px;
	line-height: 1.3;
}
.mdexplain{
	max-width: 800px;
	margin: 0 auto 10px;
	line-height: 1.2;
}
.sokatei{
	background-image: url("../images/aboutus-assets/sokatei-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
}
.sokatei-title{
	font-size:2.6rem;
	text-align: center;
	line-height: 3;
	margin-bottom: 70px;
	text-align: center;	
}
.company_information{
	background-image: url("../images/aboutus-assets/companyinformation_bg.jpeg");
	background-size: contain;
	padding-bottom: 50px;
}

.company_information_detail{
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.3;
}
.companyhistory_table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 auto;
    border: solid 0.7px;
}
.table_detail{
	 border: solid 0.7px;
	padding: 15px;
	line-height: 1.2;
}
.sokatei-text{
	font-size:1.8rem;
	line-height: 1.5;
	margin:0 auto;
	max-width: 500px;
	
}
.table_detail.left{
	text-align: left;
	padding-left: 100px;
}
/*==================================
news
====================================*/
.news{
	height: auto;
	background-image: url("../images/mian-assets/informationbg.jpeg");
	background-position: top;
	background-repeat: repeat;
	padding: 120px 0 120px;
}
.news-wrapper.special{
	padding-top:70px;
}

.news-bg .title{
	margin: 50px;
}
.news-list{
	display: flex;
	max-width: 850px;
	margin: 0 auto;
}

.news-item.text{
	margin-left: 17%;
	
}
.newstopics{
	background:url("../images/sidedishes-assets/sidedish-bg.png");
	background-size: cover;
	margin-bottom: 50px;
	border:solid 0.7px #cea851;
	/*-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;*/
}

.chefdishsimg.apppic{
		margin:20px;
	}
	
.underline{
	background:linear-gradient(transparent 80%, #e39f99 0%);
}
/*.newstopics:hover{
	transform: scale(1.08);
}*/

.topics_title{
	padding: 20px 50px;
	font-size:2rem;
	font-weight:bold;
	
}
.topics-detail.item-text_title{
	font-weight: bold;
}

.chefrecipes.applicationtitle{
	margin-top:10px;
	margin-bottom: 20px;
}
.one-letter{
	color:#d9251d;
	font-weight:bold;
	font-size:2.4rem;
}
.topics_image{
	max-width: 80%;
	margin: 0 auto 30px;
}
.topics-text{
	max-width: 700px;
	margin: 0 auto;
}
.oseti-info{

	justify-content: space-around;
	padding-bottom: 30px;
}
.oseti{
	display:block;
	padding: 20px;
	animation: fluffy1 7s ease infinite;
	border-radius: 10px;
}
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.oseti>a:hover{
	color:#fff;
}
.oseti-price,.oseti-shop{
	text-align: center;
	margin-bottom: 20px;
	font-size:1.4rem;
	line-height: 1.3;
}
.topics-text>.one-letter{
	font-size:1.6rem;
	margin-bottom: 40px;
}
.detialclick{
	text-align: center;
	font-weight:bold;
}
.news-text{
	padding: 25px 0;
	border-bottom: solid 0.7px  #420809 ;
}
.news-text.longtitle{
	font-size: 1.4rem;
}
.news-text:first-of-type{
	border-top:  solid 0.7px  #420809 ;
}
.new-text_date{
	margin-right: 10px;
}

.item-outer2.news-outer:hover {
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
 
}
.item-outer.noneed{
	opacity: 0;
}

.chefprofile.applicationsentence
	 {
		border-bottom: solid 0.7px #e39f99;
	}
.smallerletter{
	font-size: 1.3rem;
}
.bigletter{
	font-size:2rem;
	font-weight:bolder;
}
.item-text_detail.fontarrange{
	font-size:1.5rem;
	text-align:center;
}

/*==================================
shopsearch
====================================*/
.shopsearch{
	height: 700px;
	background-image: url("../images/mian-assets/maps.png");
	background-color: #f5f3ed;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
	
}
.shop-list{
	display: flex;
	flex-direction: row-reverse;
	max-width: 850px;
	margin: 0 auto;
}
.shop-title{
	max-width: 150px;
	height: auto;;
}
.shop-item.text{
	margin-right: 45%;
	margin-top: 45%;
}
.shop-text{
	font-size:2.4rem;
	margin-bottom: 30px;
}
.shopsearch-button{
	max-width: 350px;
	background-color:  #420809;
	color: #fff;
	text-align: center;
	transition: box-shadow .5s;
}
.shopsearch-button:hover{
	box-shadow: 0 12px 12px gray;
}
.shopsearch-button>a{
	color:#fff;
}
.shopsearch-burron_text{
	display: block;
	padding: 20px 0;
	font-size:2rem;
}
.link-trial{
	margin-top: 10px;
}
/*==================================
contact
====================================*/
.contact{
	background-color: #f5f3ed;
}
.contact .sub-title{
	margin-bottom: 80px;
}
.contact-inner{
	max-width: 814px;
	margin: 0 auto;
	padding: 100px 0;
}

.form-parts{
	box-sizing: border-box;
	border: solid 0.7px #420809;
	background-color: #fff;
}
.form-parts:hover{
	background-color:#fae7e6;
}
.form-parts__text{
	width: 100%;
	padding: 9px 8px;
	border-radius: 3px;
	color:  #420809;
	font-size: 1.6rem;
}

.form-parts__checkbox{
	width: 16px;
	height: 16px;
	margin: 0 7px 0 0;
	vertical-align: -2px;
}
.form-parts__checkbox:checked{
	background-color: #420809;
}

.form-title{
	margin-bottom: 18px;
}
.form-item {
    display: flex;
    margin-bottom: 24px;
}
.form-title {
    width: 170px;
    margin: 0 30px 0 0;
    padding: 10px 0;
    text-align: right;
	font-size:1.5rem;
}
.form-detail {
    width: 460px;
}
.form-item:last-of-type{
	margin-bottom: 55px;
}
.gotocontact{
	max-width: 300px;
	height: auto;
	background-color: #420809;
	text-align:center;
	padding: 10px 0;
	font-size:2rem;
	margin: 0 auto;
}
.gotocontact>a{
	color:#fff;
}
.caution{
	display: inline-block;
	width: 30px;
	margin-left: 15px;
	padding: 2px 0;
	border-radius: 3px;
	background-color: #f00;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	vertical-align: middle;
}

.submit-check{
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
.caution-text{
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
}
.caution-text:last-of-type{
	margin-bottom: 50px;
}
.privacypolicy{
	display:inline-block;
	font-weight:bold;
	text-decoration: underline solid 1px;
	}
.btn {
	padding: 5px;
    width: 264px;
    margin: auto;
	display: block;
    background-color: #420809;
    color: #fff;
}

.btn-submit {
	-webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.2s;
	border: none;
    font-size: 1.6rem;
    letter-spacing: 0.5em;
}
.btn.btn-submit:hover{
	background-color:#fff;
	color:#420809;
	border:solid 1px #420809;
	
}

.caution-text.exfont{
	font-weight: bold;
	text-decoration: underline solid 0.7px;
}
/*==================================
chefs
====================================*/
.header.chefheader{
	background-color:rgb(77 68 68 / 30%);
}
.chefheader  .current>a{
	    color: #fff;
}

.chefheader .nav-item2.current{
	border-bottom: solid 1px #fff;
}

.footer.chefsfooter{
	background-color:#000;
}

 
/*==================================
footer
====================================*/
.footer{
	text-align: center;
	background-color: #420809;
	color:#fff;
	padding: 60px 0;
}
.footer-logo{
	width: 200px;
	height: 54px;
	margin: auto;
}
.footersentence{
	font-size:1.3rem;
	color:#ffffff;
	margin-bottom:70px;
}
.office-list.toppage-footer{
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
    max-width: 850px;
    margin: 0 auto 30px;
}
.footer-text-list.not_toppage{
    max-width: 850px;
    margin: 0 auto 30px;
	text-align: center;	
}
.not_toppage .footer-text-item{
	text-align: center;
	font-size:1.6rem;
}
.not_toppage .footer-text-item:last-of-type{
	margin-bottom: 50px;
}
.footer-text-item.office-title{
	font-size:1.6rem;
	font-weight:bold;
}
.footer-text-item{
	margin-bottom: 10px;
    line-height: 1.3;
    text-align: left;
    font-size: 1.4rem;
}
.footer-icon-list{
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	box-sizing: border-box;
	margin: 0 auto 30px;
	vertical-align: middle;
	position:relative;
	
}


.footer-icon-image{
	max-width: 72%;
	height:auto;
}

.footer-icon-image.threeline{
	max-width: 50%;
	height:auto;
}
.footer-icon-item:hover{
	box-shadow: 0px 6px 3px -3px rgba(255, 255, 255, 0.5);
}
.copyrightanddata{
	display:flex;
	max-width: 900px;
	margin: 0 auto;
}
/*.datapolicy{
	text-align: left;
	margin-right: 18%;
	font-size:1.4rem;
}*/
.datapolicy{
	margin-bottom: 20px;
	font-size:1.4rem;
	color:#fff;
}
.datapolicy a{
	color:#fff;
}
.datapolicy a:hover{
	color:#e39f99;
}
body{
	box-sizing: border-box;
}
#chefbody{
	background-color: #000;
	box-sizing: border-box;
}
.copyrights{
	font-size:1.4rem;
	text-align: center;
}
.chefsfooter .office-list.toppage-footer{
	text-align: center
}
.chefmainarea{
	background-color: #000;
	color:#fff;
}
.service-area{
	display:flex;
	max-width: 850px;
}
.restaurantname{
	font-size:3rem;
	letter-spacing: 10px;
	margin-bottom: 30px;
	padding-left:50px;
}
.chefsentence{
	width:40%;
	 margin: auto 0;
	text-align: center;
}
.restaurantlogo{
	width:30%;
	text-align: center;
	margin: auto 0;
}
.restaurantpics{
	width:30%;
	margin: auto 0;
}

.chefinfo{
	max-width:900px;
	margin:0 0 0 auto;
	padding-top:100px;
	padding-right: 30px;
	background-image:url("../images/chefs/chefsbackground.png");
	background-position: bottom;
	background-size: contain;
	background-size: 70%;
    background-repeat: no-repeat;
}

.chefinfo.leftchef{
	margin:0 auto 0 0;
	padding-left:30px;
}
.morerestaurant{
	text-align: center;
	margin: 30px;
}
.morerestaurant>a{
	color:#fff;
}

.lastheroimage{
	width: 100%;
	margin: 180px 0 50px;
}

.fadeslide {
	position: relative;
	z-index: 0;
	padding-bottom:30%;
}

.fadeslide div {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height:100%
}

.fadeslide div img{
    max-width: 100%;
    height: auto;
}

.fadeslide div:nth-of-type(1) {
	animation: fadeslide 18s 0s infinite both;
	z-index: 9;
}

.fadeslide div:nth-of-type(2) {
	animation: fadeslide 18s 3s infinite both;
	z-index: 8;
}

.fadeslide div:nth-of-type(3) {
	animation: fadeslide 18s 6s infinite both;
	z-index: 7;
}

.fadeslide div:nth-of-type(4) {
	animation: fadeslide 18s 9s infinite both;
	z-index: 6;
}

.fadeslide div:nth-of-type(5) {
	animation: fadeslide 18s 12s infinite both;
	z-index: 5;
}

.fadeslide div:nth-of-type(6) {
	animation: fadeslide 18s 15s infinite both;
	z-index: 4;
}




@keyframes fadeslide {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	25% { left: 0; opacity: 0; }
	26% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
}


@media screen and (max-width:768px){
	.office-list.toppage-footer{
		display: block;
	}
	
	.inner-content.sp-item img{
		max-width: 132%;
	}
	.inner-content.sp-item{
		left:42%;
		top:60%;
	}
	.cheflist{
		display:block;
	}
	
	.chefsubtitle{
		line-height: 1.3;
	}
	

	.chefrecipes{
		flex-wrap: wrap;
	}
	.news-wrapper.sidedishchef {
		padding: 20px;
		margin-right: 20px;
	}
	
	.chefname{
		width: 100%;
		margin-bottom: 10px;
	}
	.chefspic{
		text-align: center;
	}
	.chefspic>img{
		max-width: 50%;
	}
	
	.chefspic.applicationsaporo>img{
		max-width: 80%;
	}
	.chefdishsimg{
		max-width: 45%;
		margin-bottom: 10px
	}

	.chefrecipes.applist{
		display: block;
	}
	.chefdishsimg.apppic{
		max-width: 35%;
        margin: 5px auto 10px;
	}
	
	.chefdishsimg.apppic.award{
		max-width: 100%;
        margin: 5px auto;
	}
	.chefdishsimg.twopics {
     	padding: 0; 
	}
	.sidedishesaward{
		display:block;
	}
	.awardlistpic{
		width: 100%;
		margin:0;
		padding-bottom: 10px;
	}
	.detailawardlist {
	   width: 100%;
	}
	.newslink{
		line-height: 1.5;
	}
	.sidedishchef .subtitle.left{
		padding-top:0;
	}
	.moresmallerletter{
	font-size: 1rem;
}

	.service-area{
		display:block;
	}
	.chefinfo{
		background-image: url("../images/chefs/chefsbackground_sp.png");
		background-position: right center;
   		padding: 70px 20px 50px;
}
	
	.restaurantname {
		margin-top:50px; 
		text-align: center;
		padding-left:0;
	}

	.restaurantsubtitle {
		line-height: 1.2;
	}
	.chefsname{
		margin-top:50px;
	} 
	.lastheroimage{
		margin: 60px 0 50px;
	}
	.lastheroimage>img{
		height:200px;
	}
	.chefsentence{
		width:100%;
	}
	.restaurantlogo{
		width:100%;
	}
	.restaurantpics{
		width: 100%;
		width: 80%;
   		margin: 20px auto;
	}
	.fadeslide{
		margin-bottom:20%;
	}
	.movingnot{
		box-sizing: border-box;
	}
	.fadeslide div img {
    	width: 100%;
    	height: 160%;
		box-sizing: border-box;
}

	.lastslide .demo-1 {
    max-height: 180px;
    min-height: 180px;
}
/*=============item=====================
utility
====================================*/
	.sp-inner{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.pc-item{
		display: none;
	}
	.sp-item{
		display: block;
	}
	.fontBlod{
		border:none;
	}
	.title{
		line-height: 1.5;
	}
	.sub-title{
		padding: 0 20px 10px;
		line-height: 1.3;
	}
	
	.subtitle{
		font-size:2rem;
		max-width: 900px;
		margin: 0 auto;
		text-align: center;
		line-height: 1.3;
	}
/*==================================
header
====================================*/
	.demo-1{
   	 	min-height:300px;
		padding:10px;
		box-sizing: border-box;
	}
	
	
	.sp-hero-image.chefspheroimage.sp-item>.demo-1{
		min-height:600px;
	}
	.header-position{
		position: relative;
		z-index:120;
	}

	.header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 20px 20px 16px;
		background-color: #420809;
		box-sizing: border-box;
	}
	
	.newsheadertop.header{
		z-index:9998;
	}

	.sp-header-logo{
		width: 150px;
		height: auto;
	}
	.sp-hero-image{
		padding-top:50px;
		}

	.chefspheader.header {
   
    width: 100%;
    padding: 20px 20px 16px;
    background-color: rgb(0,0,0,0);
    box-sizing: border-box;
	}
	
	.sp-hero-image.chefspheroimage{
		padding-top:0;
	}
/*---------------------------
 * navigation
 --------------------------*/	
	.navigation{
		display:none;
		position: fixed;
		top:0px;
		left: 0;
		width: 100%;
		height: 120%;
		padding: 100px 0 100px;
		background-color:rgba(79, 21, 19, 0.95);
		z-index:300;
	
	}
	.nav-list{
		display: block;
		text-align: center;
		padding:0 20px;
	}
	.nav-item{
		padding:8px 0;
		border-bottom: solid 2px #87645b;
		letter-spacing: 0.2rem;
	}
	.nav-item>a{
		color: #e1d4d1;
		text-transform: uppercase;
		line-height: 2;
	}

	.btn-close{
		display: block;
	}

	.btn-trigger{
		padding-right: 12px;
		display: block;
		-webkit-appearance:none;
		appearance:none;
		position: absolute;
		top:0px;
		right: 20px;
		width: 55px;
		height: 55px;
		background-color:#420809;
		border:none;
		z-index:200;
		
		
	}
	.btn-trigger.chefsbtn{
		background-color:rgb(0,0,0,0);
	}
	.btn-trigger span{
		position: absolute;
		display: block;
		width: 45px;
		height: 1px;
		background-color: #420809;
		transition: all 0.5s;
	}
	

	.btn-trigger span:first-of-type{
		top: 0;
	}
	.btn-trigger span:nth-of-type(2){
		top: 10px;
	}
	.btn-trigger span:last-of-type{
		bottom: 0;
	}
	use{
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
	.btn-trigger.active use:nth-of-type(1) {
    -webkit-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
	}

	.btn-trigger.active use:nth-of-type(2) {
		opacity: 0;
	}
	.btn-trigger.active use:nth-of-type(3) {
		-webkit-transform: translateX(35px) translateY(-15px) rotate(45deg);
		transform: translateX(35px) translateY(-15px) rotate(45deg);
	}
	
	.shopsearch-button{
		margin:auto;
	}

	.maintopics{
		width: 100%;
	}
	
	.maintopics-text.left:last-of-type{
		padding-left: 25px;
	}
	
	.maintopics-text.right:first-of-type{
		padding-right: 66px;
	}
	.nengatext{
		line-height: 1.3;
	}

	.movie{
		z-index:100;
	}
	
	.moviebg-upper{
		max-width: 100px;
		height: auto;
		top: -50px;
	
	}
	.moviebg-down{
		max-width: 100px;
		height: auto;
		bottom: -50px;
	}
	.video-iframe{
		position: relative;
		margin: 50px auto 50px;
		padding-bottom: 31%;
		height: 80px;
		overflow: hidden;
	}
	.video-iframe iframe, .video-iframe object, .video-iframe embed {
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0);
	}
	
	.news-wrapper .video-iframe{
		margin: 0 auto 100 px;
		padding-bottom: 70%;
		padding-top:0 ;
		overflow: visible;
	}
	.news-wrapper .video-iframe iframe, .video-iframe object, .video-iframe embed {
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		/*height: 100%;*/
	}

	.aboutus-main{
		padding-top: 70px;
	}
	.aboutus-text{
		margin-bottom: 0px;
		padding-bottom:20px;
	}
	.aboutus-text .title{
		padding-top:50px;
	}
	.mdbg{
		background-size: cover;
	}
	.aboutusmaintext.cover {
		
		background-size: cover;
		background-position: center;
	}
	.md-list{
		display: block;
	}
	
	.md-item{
		width: 100%;
		margin: 0 auto 30px;
	}
	.md-item_text{
		margin-top: 15px;
		line-height: 1.5;
	}
	.table_detail.left{
		padding-left:5px;
	}

	.md-listdetail {
     display:block;
	}
	.sokatei{
		background-image: url("../images/aboutus-assets/sp-sokatei-bg.png");
		background-size: contain;
		position:static;
	}
	.sokatei-title{
		position: static;
		font-size:3rem;
		line-height: 1.5;
		margin-bottom: 50px;
	}
	.sokatei-text{
		position:static;
	}

	.list{
		display: block;
	}
	.item-outer.news-outer {
		opacity: 1;
		height: auto;
		/* flex-basis: calc(33.33333% - 20px); */
		/* max-width: calc(33.33333% - 20px); */
		transition: all .4s ease 0s;
		overfllow: hidden;
		margin: 0 auto 30px;
		max-width: 324px;
		}
	
	.item-outer.side{
		margin: 0 auto 30px;
	}
	.item2{
		max-width: 100%;
		height: auto;
	}
	.item2.item3{
    max-width: 264px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
}
	
	.item-text.sidedishes-text{
	padding: 20px;
	}
	.cooking-text{
		line-height: 1.3;
	}
	.cooking{
		max-width:80%;
	}

	.news{
		height: auto;
		padding: 10px 0 120px;
	}
	.news-list{
		display: block;
	}
	.one-letter{
		color:#d9251d;
	}
	.oseti-info{
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.chefspic.obentoaward{
		width: 100%;
	}
	
	.news-item.text{
		margin-left: 0;
	}
	.news-item .title{
		padding-top:50px;
	}
	
	
/*==================================
	shopsearch
====================================*/
	.shopsearch{
		background-size: 120%;
		height: 400px;
		padding: 60px 0 100px;
	}
	.shop-list{
		display: block;
	}
	.shop-text{
		margin-bottom: 150px;
		text-align: center;
		line-height: 1.6;
	}
	.shop-item.text {
		margin-right: 0;
		margin-top: 0;
	}
/*==================================
form
====================================*/
	.form-item{
		display: block;
	}
	.form-title{
		text-align: left;
		width: 100%;
		font-size:1.6rem;
	}
	.form-detail{
		width: 100%;
	}
	.submit-check{
		text-align: left;
		line-height: 1.4;
	}
	
	.caution-text{
		line-height: 1.4;
	}
/*==================================
	footer
====================================*/
	.spfooter-icon-list{
        width: 100%;
		box-sizing: border-box;
		display:flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
.footersentence{
	padding: 0 5px;
	line-height: 1.3;
}

	.footer-icon-item{
		width: 50%;
		margin-bottom: 30px;
	}
	
	
	.footer-text-list{
		margin-bottom: 30px;
	}
	.footer-text-item{
		text-align: center;
	}
	.footer-icon-list{
		margin-top: 0px;
	}
	.magazinepic {
    		max-width: 80%;
   		 margin: 0px auto;
	}	
       .magazinedetail {
    		text-align: center;
		padding-bottom: 120px;
	}
	.policyflex{
		display:block;
	}
	.tablepercent{
 		width:50%;
	}
       .directorpolicy{
		margin:50px 10px;
	}
	table,tr,td{
		border:1px solid #420809;
		
		vertical-align:middle;
		text-align:center;
	}
	
	.company_information_detail {
		padding-bottom: 50px;
	}
	
	/*.inner-content{
		top:70%;
		width:90%;
		z-index:100;
	}*/
	
	.chefdishsimg.threepics {
		padding:0px;
	}
	
	.ceo-name{
		text-align:center;
	}
	
	
}
	
