@media screen and (min-width: 769px) and (max-width: 1099px){

/* ---------------base--------------- */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
	scroll-behavior: smooth;
}
 body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #FFF9F3;
	color: #2E0F07;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;	
    animation: fadeIn 1s;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
a{
	outline: none;
	transition: 0.3s;
	text-decoration: none;
	color: #2E0F07;
}
a:hover{
	color: #F39706;
	text-decoration: none;
}
a img{
	transition: 0.3s;
}
.sp{
	display: none;
}



/* --------------------common-------------------- */

/* ----------header---------- */
.header{
	margin: 0 auto 0 0;
	height: 100px;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
}

/* logo */
.header .logo{
	width: 180px;
	height: 100px;
	padding: 0 0 0 15px;
	display: grid;
	place-items: center;
}
.header .logo a:hover{
	opacity: 0.6;
}

/* choose */
.header .choose{
	position: fixed;
	top: 0;
	left: calc(100% - 330px);
	/* right: 230px; */
	width: 98px;
	height: 98px;
	display: block;
	background-color: #6A3C3C;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 135px;
	box-sizing: border-box;
	background-image: url(../images/icon_chopstick-white.svg);
	background-repeat: no-repeat;
	background-position: top 16px left 30px;
	background-size: 36px;
	border-radius: 0 0 16px 16px;
	transition: .3s;
	cursor: pointer;
	z-index: 100;
}
.header .choose span{
	margin-left: 12px;
	transition: .4s;
}
.header .choose:hover{
	background-color: #6A3C3C;
}
.header .choose.open{
	left: calc(100% - 430px);
	width: 330px;
	height: 130px;
	background-image: url(../images/icon_chopstick-white.svg);
	background-repeat: no-repeat;
	background-position: top 24px left 50px;
	background-size: 40px;
	display: hidden;
}
.header .choose.open span{
	margin-left: 33px;
	top: 15px;
	position: relative;
}
.header .choose .choose-menu{ 
	display: none;
}
/* choose-menu */
.choose-menu{
	position: absolute;
	font-size: 1.4rem;
	line-height: 2;
	text-align: left;
	top: 20px;
	right: 20px;
	z-index: 1000 !important;
}
.choose-menu ul{
	width: 170px;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;

}
.choose-menu ul li a{
	color: #fff;
	padding: 5px 0 5px 18px;
	background-image: url(../images/icon_arrow-menu.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px;
}
.choose-menu ul li a:hover{
	color: #F39706;
}

/* call */
.header .call{
	position: fixed;
	top: 0;
	right: 120px;
	width: 98px;
	height: 98px;
	z-index: 99;
}
.header .call a{
	display: block;
	background-color: #F39706;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	width: 98px;
	height: 98px;
	line-height: 135px;
	box-sizing: border-box;
	text-align: center;	
	background-image: url(../images/icon_phone-white.svg);
	background-repeat: no-repeat;
	background-position: top 22px center;
	background-size: 20px;
	border-radius: 0 0 16px 16px;
}
.header .call a:hover{
	background-color: #6A3C3C;
}



/* ----------footer---------- */
.footer{
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 10;
	background-color: #E0D3C2;
}
.footer .inner{
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	text-align: left;
	background-color: #F9F5F1;
	border-radius: 48px 48px 0 0;
	padding: 60px 0 30px;
	color: #2E0F07;
}

/* top */
.footer .top{
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px;
	border-bottom: 1px dashed #9F814C;
	font-weight: 500;
}
.footer .top p{
	margin: 0 0 10px;
}
/* logo */
.footer .top .logo{
	width: 160px;
	height: 100px;
	padding: 0;
	position: relative;
}
.footer .top .logo img{
}
.footer .logo a:hover{
	opacity: 0.6;
}
.footer .top .logo .instagram{
	width: 24px;
	position: absolute;
	bottom: -10px;
	left: 25px;
}
/* adress */
.footer .top .adress{
	width: 180px;
	padding: 0 0 0 35px;
	background-image: url(../images/icon_map.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px;
}
/* phone */
.footer .top .phone{
	width: 220px;
	padding: 0 0 0 35px;
	background-image: url(../images/icon_tel.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px;
}
.footer .top .phone span{
	display: inline-block;
	width: 110px;
}

/* bottom */
.footer .bottom{
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	padding: 30px 30px 0;
	box-sizing: border-box;
}
.footer .bottom p{
	margin: 5px 0;
}

/* sitemap */
.footer .bottom .sitemap{
	width: calc(100% - 180px);
	display: flex;
	align-items: flex-start;
	font-weight: 500;
}
.footer .bottom .sitemap ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
.footer .bottom .sitemap ul li a{
	margin: 5px 0;
	background: transparent;
	font-size: 1.2rem;
}
.footer .bottom p.nolink,
.footer .bottom .sitemap a{
	display: block;
	padding: 2px 0 2px 15px;
	background-image: url(../images/icon_site.svg);
	background-repeat: no-repeat;
	background-position: left top 7px;
	background-size: 7px;
	font-size: 1.4rem;
	font-feature-settings: "palt";
}

/* site */
.footer .bottom .sitemap .site{
}
.footer .bottom .sitemap .site:first-child{
	width: 190px;
}
.footer .bottom .sitemap .site:nth-child(2){
	width: 210px;
}
.footer .bottom .sitemap .site:last-child{
	width: 120px;
}

/* recruit-banner */
.footer .bottom .recruit-banner{
	margin: 10px;
}
.footer .bottom .recruit-banner .area-title h2{
	font-size: 1.6rem;
	font-weight: 500;
	color: #2E0F07;
	margin: 0;
	padding: 0;
}
.footer .bottom .recruit-banner .area-title h2 span{
	color: #F39706;
	font-weight: 700;
	font-size: 1.0rem;
	display: block;
}

.footer .bottom .recruit-banner a{
	display: block;
	width: 180px;
	height: 80px;
	background-color: #E6DDCE;
	border-radius: 16px;
	padding: 20px;
	box-sizing: border-box;
	background-image: url(../images/icon_arrow-orange.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 24px;
}
.footer .bottom .recruit-banner a:hover{
	background-color: #E0D3C2;
}

/* copyright */
.footer .copyright{
	font-size: 1.2rem;
	font-weight: 500;
	color: #C9B597;
	text-align: center;
	margin: 30px auto 0;
}


/* ---------------parts ------------- */

/* big-title */
.big-title{
	position: relative;
	z-index: 1;
}
.big-title h2{
	width: 200px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #2E0F07;
	margin: 0 auto;
	padding: 70px 0 0;
}

/* page-title */
.page-title h1{
	font-size: 2.8rem;
	font-weight: 500;
	color: #2E0F07;
	margin: -50px 0 0;
	padding: 0;
	letter-spacing: 0.1em;
}

/* area-title */
.area-title h2{
	font-size: 2.2rem;
	font-weight: 500;
	color: #F39706;
	margin: 0;
	padding: 0;
}
.area-title h2 span{
	color: #F39706;
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
}

/* midashi */
.midashi{
	width: 100%;
	margin: 0 auto;
}
.midashi.up{
	margin-top: -60px;
}
.midashi h2{
	font-size: 2.2rem;
	font-weight: 500;
	color: #F39706;
	padding: 0 0 15px;
	border-bottom: 1px dotted #C9B597;
}
.midashi h3{
	font-size: 2rem;
	font-weight: 500;
	color: #F39706;
	padding: 0 0 15px;
	border-bottom: 1px dotted #B0B0B0;
}

/* anchor */
.anchor{
	width: 100%;
	margin: 0 auto 40px;
}
.anchor ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.anchor ul li a{
	font-size: 1.3rem;
	font-weight: 500;
	color: #2E0F07;
	padding: 0 20px;
	background-image: url(../images/icon_arrow-menu.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px;	
}
.anchor ul li a:hover{
	color: #F39706;
}


/* contents-area */
.contents-area{
	width: 100%;
	position: relative;
}
.contents-area .section{
	background-color: #F7F0E8;
	padding: 30px 0;
}
.contents-area .section.light{
	background-color: #FFF9F3;
	padding: 60px 0;
}
.contents-area .section.dark{
	background-color: #F1E8DF;
	padding: 80px 0;
}


/* icon list */
ul.icon{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 500;
}
ul.icon li{
	margin: 5px 0;
	padding: 0 0 0 22px;
	background-image: url(../images/icon_check.svg);
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: 14px;	
}

/* box */
.box{
	width: 90%;
	border-radius: 32px;
	padding: 45px 80px;
	margin: 30px auto;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}

/* look */
.look a{
	display: block;
	text-align: center;
	width: 260px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	background-image: url(../images/icon_arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center right 18px;
	background-size: 28px;
	text-indent: -25px;
	color: #fff;
	background-color: #F39706;
}
.look a:hover{
	background-color: #6A3C3C;
}







/* --------------------index ------------------ */

/* ----------mv---------- */
.mv{	
	width: 100%;
	height: 800px;
	margin: -100px 0 0;
	padding: 0;
	z-index: -1;
	display: grid;
	place-items: center;
	position: relative;
}

/* intro */
.mv .intro{	
	margin: 0 auto;
	width: 710px;
	display: flex;
	align-items: center;
	height: 500px;
	position: relative;
	z-index: 5;
}
.mv .photo{
	width: 560px;
	position: relative;
	text-align: right;
    animation: fade01 3s;
}
.mv .photo img{
	position: relative;
}	
@keyframes fade01 {
	0% {opacity: 0}
	20% {opacity: 0}	
	100% {opacity: 1}
}
.mv .copy{	
	width: 130px;
	position: relative;
    animation: fade02 3s;
}
@keyframes fade02 {
	0% {opacity: 0}
	30% {opacity: 0}	
	100% {opacity: 1}
}
.mv .copy img{
	width: 100px;
	top: -60px;
	left: 20px;
	position: relative;
}	

/* bg */
.mv .bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 900px;
	z-index: 0;
	display: flex;
	justify-content: space-between;

	background-image: url('../images/bg_mv-left.png'), url('../images/bg_mv-right.png'); 
	background-position: left bottom, right top;
	background-repeat: no-repeat, no-repeat; 
	background-size: 500px, 520px;
}


/* ----------news-area---------- */
.news-area{
	width: 90%;
	border-radius: 16px 0 0 16px;
	background-color: #fff;	
	margin: -200px 0 0 auto;
	padding: 36px 0 36px 46px;
	box-sizing: border-box;
 	box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
 	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
}
/* left */
.news-area .left{
	width: 200px;
	margin-right: 35px;
	text-align: center;
}
.news-area .left h2{
	font-size: 2.2rem;
	font-weight: 500;
	color: #F39706;
	letter-spacing: 0.1em;
}
.news-area .left a{
	margin: 30px auto 0;
	display: block;
	width: 120px;
	height: 28px;
	border-radius: 15px;
	font-size: 1.3rem;
	color: #fff;
	line-height: 28px;
	background-color: #F39706;
	letter-spacing: 0.05em;
}
.news-area .left a:hover{
	color: #fff;
	background-color: #6A3C3C;
}
/* right */
.news-area .right{
	width: calc(100% - 200px);
}
.news-area .right ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-area .right ul li{
	width: 100%;
	margin: 12px 0;
	display: flex;
}
.news-area .right ul li .date{
	width: 90px;
	font-weight: 400;
	display: inline-block;
}
.news-area .right ul li .cate a:hover{
	color: #fff;
	background-color: #C96A7C;
}
.news-area .right ul li .txt{
	width: calc(100% - 100px);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-area .right .more{
	display: none;
}



/* ----------message-area---------- */
.message-area{
	width: 100%;
	padding: 60px 0 100px;
	position: relative;
}
.message-area::after{
	content: "";
	position: absolute;
	bottom: -100px;
	width: 100%;
	height: 150px;
	background-image: url(../images/bg_index-wave.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #FFF9F3;
	z-index: 0;
}
.message-area .inner{
	text-align: center;
	color: #2E0F07;
}
.message-area h3{
	font-size: 2.2rem;
	font-weight: 500;
}
.message-area p{
	font-size: 1.7rem;	
	font-weight: 500;
}



/* ----------choose-area---------- */
.choose-area{
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background-color: #F1E8DF;
	text-align: center;
}
.choose-area .big-title{
	background-image: url(../images/icon_chopstick.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 56px;
}

/* choose-panel */
.choose-area .choose-panel{
	width: 90%;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}
.choose-area .panel{
	width: 32%;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
.choose-area .clip{
	width: 100%;
	/* height: 220px; */
	overflow: hidden;
}
.choose-area .clip img{
	width: 100%;	
	display: block;
}
.choose-area .number{
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background-color: #fff;
	position: relative;
	margin: -60px auto 0;
	transition: 0.3s;
}
.choose-area .number p{
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #F39706;
	padding: 0;
	padding: 20px 0 0;
	line-height: 1;
}
.choose-area .number span{
	display: block;
	font-size: 2rem;
	font-weight: 500;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1;
}
.choose-area .name{
	font-size: 1.6rem;
	font-weight: 600;
	margin: -50px 0 30px;
	position: relative;
}
.choose-area .panel:hover .number span,
.choose-area .panel:hover .number p{
	color: #fff;
}
.choose-area .panel:hover,
.choose-area .panel:hover .number{
	background-color: #F39706;
	color: #fff;
}


/* ----------about-area---------- */
.about-area{
	width: 100%;
	padding: 60px 0 120px;
	margin: 0;
	background-color: #F1E8DF;
}
.about-area .inner{
	width: 90%;
	margin: 0 auto;
	display: flex;
}
/* left */
.about-area .left{
	width: 40%;
	margin-right: 5%;
}
.about-area .left .image{
	margin-top: 50px;
}
/* right */
.about-area .right{
	width: 55%;
}
.about-area .right h3{
	color: #2E0F07;
	font-size: 2.2rem;
	font-weight: 500;	
	margin: 100px 0 0;
	padding: 0;
}
.about-area .right ul{
	margin: 30px 0;
}
.about-area .right p{
	font-weight: 500;
	line-height: 1.5;
	margin: 36px 0;
}
.about-area .right .look{
	margin-top: 50px;
}



/* ----------delivery-area---------- */
.delivery-area{
	width: 100%;
	padding: 60px 0;
	margin: 0;
	position: relative;
	background-image: url(../images/bg_delivery.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.delivery-area .box{
	 align-items: center;
}
.delivery-area ul{
	margin: 50px 0;
}
.delivery-area .left{
	width: calc(100% - 230px);
}
.delivery-area .right{
	width: 40%;
	margin-left: 5%;
	text-align: right;
}


/* ----------call-area---------- */
.call-area{
	width: 100%;
	padding: 80px 0;
	margin: 0;
	background-color: #E0D3C2;
	text-align: center;
}
.call-area .big-title h2{
	background-image: url(../images/icon_phone-big.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 32px;
}
.call-area p{
	margin: 30px auto;
}
.call-area .call-btn{
	width: 340px;
	margin: 0 auto;	
}
.call-area .call-btn a{
	display: block;
	width: 100%;
	height: 80px;
	border-radius: 40px;
	background-color: #fff;
	background-image: url(../images/icon_phone.svg);
	background-repeat: no-repeat;
	background-position: left 40px center;
	background-size: 24px;
	font-size: 1.8rem;
	font-weight: 500;
	box-sizing: border-box;
	padding-top: 12px;
	text-indent: 20px;
	transition: 0.3s;
	letter-spacing: 0.1em;
}
.call-area .call-btn a span{
	display: block;
	font-size: 1.6rem;
	line-height: 1.1;
	letter-spacing: 0;
}
.call-area .call-btn a:hover{
	color: #fff;
	background-color: #F39706;
	background-image: url(../images/icon_phone-white.svg);
}








/* --------------------page common ------------------ */

/* ----------fv---------- */
.fv{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;	
}
.fv:after{
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 150px;
	background-image: url(../images/bg_fv-wave.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #FFF9F3;
	z-index: -1;
}
/* inner */
.fv .inner{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	height: 500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* left */
.fv .left{
	width: calc(100% - 400px);
}
/* right */
.fv .right{
	width: 400px;
}

/* anime */
.mov{
    animation: mov 4s infinite ease-in-out;
}
@keyframes mov {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
    	transform: translateX(3px) translateY(3px) ;
    }
}


/* --------------------page individual ------------------ */

/* ----------about---------- */
.about .contents-area .inner{
	width: 90%;
	margin: 0 auto;
}

/* bg */
.about .section.bg{
	position: relative;
}
.about .section.bg:before{
	content: "";
	position: absolute;
	top: -220px;
	left: 0;
	width: 320px;
	height: 360px;
	background-image: url(../images/bg_about-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 320px;
	z-index: 0;
	opacity: 0.5;
}
.about .section.bg:after{
	content: "";
	position: absolute;
	bottom: -120px;
	right: 0;
	width: 260px;
	height: 360px;
	background-image: url(../images/bg_about-right.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 260px;
	z-index: 5;
	opacity: 0.5;
}

/* dark */
.about .section.dark{
	position: relative;	
}
.about .section.dark:before{
	content: "";
	position: absolute;
	top: -150px;
	width: 100%;
	height: 200px;
	background-image: url(../images/bg_about-wave-top.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #F7F0E8;
	z-index: 1;
}
.about .section.dark:after{
	content: "";
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: 80px;
	background-image: url(../images/bg_about-wave-bottom.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #FFF9F3;
	z-index: 1;
	margin-bottom: 50px;
}

/* lead */
.about .lead {
	width: 600px;
	margin: 0px auto 150px;
	color: #2E0F07;
	position: relative;
	text-align: center;
}
.about .lead h2{
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	padding: 0;	
	margin: 30px 0;
}
.about .lead p{
	font-weight: 500;
}

/* big-title */
.big-title.commit{
	background-image: url(../images/icon_commitment.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 40px;
}
/* commitment */
.commitment{
	margin: 60px 0;
}
/* point */
.commitment .point{
	width: 100%;
	box-sizing: border-box;
	padding: 40px 40px 40px 70px;
	margin: 0 0 30px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
 	background-image: url(../images/figure_commitment.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 30px;
}
/* explain */
.commitment .explain{
	width: calc(100% - 300px);
}
.commitment .explain span{
	display: block;
	width: 130px;
	height: 30px;
	border-radius:15px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	background-color: #EA9316;
	letter-spacing: 0.05em;
}	
.commitment .explain h3{
	color: #EA9316;
	font-size: 2rem;
	font-weight: 500;
	padding: 0;
	margin: 15px 0 20px;
}
/* photo */
.commitment .photo{
	width: 280px;
}
.commitment .photo img{
	border-radius: 16px;
}
/* overview */
.overview{
	margin: 60px auto;
	width: 90%;
}
.overview table{
	width: 100%;
	border-top: 1px dashed #9F814C;
	line-height: 2;
	color: #2E0F07;
}
.overview th{
	width: 120px;
	text-align: left;
	font-weight: 500;
	padding: 15px 0;
	border-bottom: 1px dashed #9F814C;
}
.overview td{
	font-weight: 400;	
	padding: 15px 0;
	border-bottom: 1px dashed #9F814C;
}
.overview td strong{
	font-weight: 500;	
}

/* ----------news---------- */
.news .contents-area .inner{
	width: 90%;
	margin: 0 auto;
}
.news-list{
	width: 90%;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	color: #2E0F07;
	border-top: 1px dotted #9F814C;
}
.news-list .topics{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dotted #9F814C;
	margin: 0;
	padding: 25px 0 15px;
}
.news-list .topics .date{
	width: 100px;
	color: #EA9316;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0 10px 0 0;
	margin: 0;
	box-sizing: border-box;
}
.news-list .topics .overview{
	width: calc(100% - 120px);
	margin: 0;
	padding: 0;
}
.news-list .topics .overview h4{
	display: block;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0;
}
.news-list .topics .overview p{
	font-weight: 400;
}
.news-list .topics a{
	color: #F39706;
	text-decoration: underline;
}
.news-list .topics a:hover{
	color: #2E0F07;	
}	

/*pagination*/
.pagination{	
	clear: both;
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.pagination a{
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #EA9316;
	background-color: #fff;
	border-radius: 16px;
	margin: 0 0.5%;
}
.pagination a:hover{
	color: #fff;
	background-color: #EA9316;
}
.pagination span{
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #EA9316;
	transition: 0.3s ease;
	border-radius: 1px;
	margin: 0 0.5%;
}
.pagination span.current{
	color: #fff;
	background-color: #EA9316;
	border-radius: 16px;
}
.pagination a.next,
.pagination a.prev{
	color: #EA9316;
	background-color: transparent;
}
.pagination a.next:hover,
.pagination a.prev:hover{
	color: #EA9316;
	background-color: #fff;
}

/* single */
.single .topics-detail{
	width: 90%;
	margin: -60px auto 0;
}
.single .topics-detail .topics-title{
}
.single .topics-detail .topics-title h2{
	font-size: 2.2rem;
	font-weight: 500;
	color: #F39706;
	padding: 0 0 15px;
	border-bottom: 1px dotted #C9B597;
}	
.single .topics-detail .topics-title .date{
	font-size: 1.4rem;
	font-weight: 500;
	color: #2E0F07;
	padding: 0;
	margin: 0 0 30px;
}

/* pager */
.pager{
	width: 80%;
	margin: 100px auto 50px;
	text-align: center;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.pager span{
	width: 33%;
}
.pager a{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 20px;
	background-color: #fff;
	color: #F39706;
}
.pager a:hover{
	color: #fff;
	background-color: #F39706;
}
.pager .back a{
	margin: 0 auto;
	width: 175px;
}
.pager .next a{	
	margin: 0 0 0 auto;
}


/* ----------recruit---------- */
.recruit .contents-area .inner{
	width: 90%;
	margin: 0 auto;
}

/* kind-area */
.kind-area .kind{
	width: 90%;
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
hr{
	width: 100%;
	border-top: 1px dashed #F39706;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
/* photo */
.kind .photo{
	width: 300px;
}
.kind .photo img{
	border-radius: 10px;
}
/* explain */
.kind .explain{
	width: calc(100% - 340px);
	padding: 0 0 0 40px;
}
.kind .explain h3{
	font-weight: 2.2rem;
	font-weight: 500;
	color: #F39706;
	margin: 0 0 15px;
}
/* terms */
.kind .terms{
	width: 100%;
	margin: 40px auto;
	color: #2C0E06;
}
.kind .terms .pause{
	font-size: 1.5rem;
	font-weight: 500;
}
.kind .terms.on .pause,
.kind .terms.off  details{
	display: none;
}
.terms details{
	cursor: pointer;
	background-color: #fff;
	padding: 14px 40px;
	border-radius: 30px;
	margin: 0 0 30px;
	position: relative;
	font-weight: 500;
 	background-image: url(../images/icon_recruit.svg);
	background-repeat: no-repeat;
	background-position: top 15px left 25px;
	background-size: 26px;
}
.terms details summary{
	display: block;
	list-style-type: none;
	transition: 0.3s ease;
	width: 100%;
	padding-left: 25px;
	display: block;
}
.terms details .icon{
	position: absolute;
	top: 22px;
	right: 23px;
	width: 18px;
	height: 18px;
 	background-image: url(../images/icon_accordion.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	transition: 0.3s ease;
}
.terms details[open]  .icon{
  transform: rotate(180deg);
}
.terms details .content{
	width: 100%;
	padding: 30px 0;
	margin: 0;
	box-sizing: border-box;
	position: relative;
}
.terms details table{
	width: 100%;
	border-top: 1px dashed #C9B597;
	margin-top: 30px;
}
.terms details th{
	width: 100px;
	text-align: left;
	font-weight: 500;
	padding: 15px 0;
	border-bottom: 1px dashed #C9B597;
}
.terms details td{
	font-weight: 400;	
	padding: 15px 0;
	border-bottom: 1px dashed #C9B597;
}



/* ----------delivery---------- */
.delivery .contents-area .inner{
	width: 90%;
	margin: 0 auto;
}
/* area */
.area{
	width: 90%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
}
.area .pref{
	width: 90px;
	font-weight: 700;
}
.area .ward{
	width: calc(100% - 90px);
}
.area .ward ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.area .ward ul li{
	font-size: 1.2rem;
	font-weight: 500;
	color: #EA9316;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	margin: 0 10px 10px 0;
}
.area .attention{
	width: 100%;
}
.area .attention p{
	font-weight: 500;
}

/* area-map */
.area-map{
	width: 100%;
	margin: -80px 0 0; 
	background-color: #F7F0E8;
	position: relative;
}
.area-map img{
	display: block;
	width: calc(100% - 15%);
	margin: 0 auto 0 0;
}
.area-map img.sp{
	display: none;
}

/* order -area*/
.order-area{
}
/* step */
.order-area .step{
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 30px;
	margin: 50px 0 80px;
	border-radius: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.order-area .step:after{
	content: "";
	position: absolute;
	bottom: -50px;
	left: calc(50% - 21px);
	width: 42px;
	height: 20px;
	background-image: url(../images/icon_flow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 42px;
}
.order-area .step.non{
	margin-bottom: 50px;
}
.order-area .step.non:after{
	background: none;	
}


/* icon */
.order-area .step .icon{
	width: 160px;
	height: 160px;
	background-color: #F5F5F5;
	color: #EA9316;
	text-align: center;
	border-radius: 16px;
}
.order-area .step .icon img{
	width: 60px;
	display: block;
	margin: 35px auto -10px;
}
.order-area .step .icon p{
	font-weight: 500;
	margin: 10px 0 0;
	font-size: 1.4rem;
}
/* flow */
.order-area .step .flow{
	width: calc(100% - 200px);
}
.order-area .step .flow p{
	font-weight: 500;
	margin: 0 0 20px;
}
.order-area .step .flow a.inquiry{
	color: #fff;
	background-color: #F39706;
	padding: 8px 24px 8px 42px;
	border-radius: 24px;
	font-weight: 500;
	/* letter-spacing: 0.1em; */
	background-image: url(../images/icon_phone-white.svg);
	background-repeat: no-repeat;
	background-position: center left 22px;
	background-size: 13px;
}

/* links */
.order-area .links{
	text-align: right;
	font-weight: 500;
}
.order-area .links a{
	padding: 0 18px 0 0;
	color: #EA9316;
	background-image: url(../images/icon_links.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 8px;	
}
.order-area .links a:hover{
	color: #6A3C3C;
}
.order-area .links ul{
	list-style: none;
	margin: 0;
	pading: 0;
}
.order-area .links ul li{
	margin: 5px 0;
}

/* ----------obento---------- */
.obento .contents-area .inner,
.daily .contents-area .inner,
.kids .contents-area .inner,
.event .contents-area .inner{
	width: 90%;
	margin: 0 auto;
}

/* obento-detail */
.obento-detail{
	width: 100%;
	margin: 50px auto;
	position: relative;
	z-index: 2;
}
/* detail */
.obento-detail .detail{
	width: 100%;
	border-radius: 32px;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 40px 60px;
	margin: 50px 0;
}
/* flex */
.obento-detail .detail .flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
}
/* left */
.obento-detail .detail .left{
	width: 240px;
}
.obento-detail .detail .left h3{
	color: #F39706;
	font-size: 2.2rem;
	font-weight: 500;
	margin: 0;
	pading: 0;
}
.obento-detail .detail .left .menu-btn{
	display: block;
	font-weight: 500;
	color: #5C423B;
	background-color: #DACBB5;
	width: 200px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	box-sizing: border-box;
	text-align: center;
	margin: 20px 0 0;
	font-size: 1.4rem;
}
.obento-detail .detail .left .menu-btn:hover{
	color: #fff;
	background-color: #F39706;
}
/* right */
.obento-detail .detail .right{
	width: calc(100% - 260px);
}
.obento-detail .detail .right p{
	font-weight: 400;
}
/* point */
.obento-detail .detail .point{
	margin: 20px 0;
}
.obento-detail .detail .point span{
	font-size: 1.3rem;
	font-weight: 500;
	color: #EA9316;
	background-color: #F4EEE6;
	display: inline-block;
	padding: 3px 18px 3px 36px;
	border-radius: 20px;
	margin: 0 8px 6px 0;
	background-image: url(../images/icon_check.svg);
	background-repeat: no-repeat;
	background-position: center left 13px;
	background-size: 13px;
}

/* slide */
.obento-detail .slide{
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	position: relative;
}
.obento-detail .swiper-slide{
	transform: scale(.7) !important;
	transition: .3s; 
	position: relative;
	cursor: grab;
}
.obento-detail .swiper-slide span.week{
	display: block;
	color: #EA9316;
	background-color: #fff;
	font-size: 1.8rem;
	line-height: 2.4;
	font-weight: 500;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 44px;
	border-radius: 22px;
	padding: 0;
	margin: 0;
	z-index: 10;
	text-align: center;
}
.obento-detail .swiper-slide span.name{
	color: #fff;
	background-color: rgba(0,0,0,0.25);
	border-radius: 0 0 20px 20px;
	font-size: 1.4rem;
	font-weight: 500;
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	z-index: 10;
	line-height: 1.3;
	text-align: center;
}
.obento-detail .swiper-slide img{
	height: auto;
	width: 100%;
	border-radius: 20px;
}
.obento-detail .swiper-slide-active {
	opacity: 1; 
	transform: scale(1) !important;
	z-index: 1; 
}
.obento-detail .swiper-pagination {
	margin-top: 30px;
	position: relative;
}
.obento-detail .swiper-pagination-bullet-active{
	background-color: #EA9316 !important;
}

/* menu-book */
.menu-book{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.menu-book .category{
	width: 100%;
	background-color: #F1E8DF;
	border-radius: 30px 30px 0 30px;
	border: none;
	box-sizing: border-box;
	padding: 0;
	margin: 50px 0 0;
	display: flex;
}
.menu-book .category h3{
	font-size: 2.2rem;
	font-weight: 500;
	color: #EA9316;
	margin: 0;
	padding: 5px 20px 10px 60px;
	background-image: url(../images/icon_lunch.svg);
	background-repeat: no-repeat;
	background-position: center left 20px;
	background-size: 28px;
	background-color: #FFF9F3;
	border-radius: 0 0 30px 0;
	position: relative;
}
.menu-book .category h3:after{
	content: " ";
	position: absolute;
	width: 20px;
	height: 20px;
	right: -20px;
	top: -0px;
	background-image: url(../images/bg_menu-book.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	z-index: 10;
}
.menu-book .flex{
	width: 100%;
	background-color: #F1E8DF;
	margin: 0 auto;
	padding: 20px 40px 40px;
	border-radius: 30px 0 30px 30px;
	box-sizing: border-box;
	display: flex;
	 justify-content: space-around;
}
.menu-book .flex div{
	width: 46%;
	flex-shrink: 0;
}
.menu-book .flex div p{
	font-weight: 500;
}
.menu-book .flex div a img:hover{
	opacity: 0.6;	
}

/* monthly-menu */
.monthly-menu a{
	position: fixed;
	bottom: 90px;
	/* top: calc(50% - 32px); */
	left: 0;
	width: 180px;
	height: 50px;
	z-index: 100;
	transition: 0.6s;
	opacity: 1;
	color: #5C423B;
	line-height: 50px;
	font-weight: 500;
	background-color: #DACBB5;
	border-radius: 0 25px 25px 0; 
	padding:  0 15px;
	box-sizing: border-box;
	font-size: 1.4rem;
	cursor: pointer;
}
.monthly-menu a:hover{
	color: #fff;
	background-color: #F39706;
}


/* obento-select */
.obento-select{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 180px;
	height: 80px;
	padding: 20px;
	border-radius: 0 40px 0 0;
	display: block;
	background-color: #F39706;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	box-sizing: border-box;
	transition: .3s;
	cursor: pointer;
	z-index: 100;

	background-image: url(../images/icon_obento-open.svg);
	background-repeat: no-repeat;
	background-position: right 50px top 27px;
	background-size: 12px;
}
.obento-select span{
	display: block;
	padding: 0 0 10px;
	border-bottom: 1px dashed #fff;
}
.obento-select span:hover{
	color: #eee;
}
/* open */
.obento-select.open{
	left: 0;
	display: hidden;
	box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 20px 5px;
	background-image: none;
}
.daily .obento-select.open{
	height: 320px;
	width: 200px;
}
.kids .obento-select.open,
.event .obento-select.open{
	height: 180px;
	width: 200px;
}
.obento-select.open span{
	position: relative;
}
.obento-select .select-menu{ 
	display: none;
}
/* select-menu */
.select-menu{
	position: absolute;
	font-size: 1.4rem;
	line-height: 2;
	text-align: left;
	z-index: 1000 !important;
}
.select-menu ul{
	width: 100%;
	padding: 0;
	margin: 20px 0;
	list-style: none;
	position: relative;
}
.select-menu ul li a{
	color: #fff;
	padding: 7px 0 7px 18px;
	background-image: url(../images/icon_arrow-obento.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px;
}
.select-menu ul li a:hover{
	color: #eee;
}



/* error */
.error{
	width: 660px;
	margin: 0 auto;
}


}

