@charset "utf-8";
/* CSS Document */
@media all{
	#ajitabi #temporary{
		display: none;
	}

#ajitabi #firstview{
	width: 100%;
	height: 56vw;
	position: relative;
}
	#firstview .fvimage .slick-prev{
		left: 10px;
		z-index: 1;
	}
	#firstview .fvimage .slick-next{
		right: 10px;
	}
#firstview .fvimage li{
	height: 56vw;
	margin: 0;
}
	#firstview .fvimage li img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#ajitabi #firstview .textbox{
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 1.5;
		color: #fff;
		filter: drop-shadow(0 0 5px rgba(0,0,0,.6));
		z-index: 1;
	}
	#ajitabi #firstview .textbox .date{
		color: #ff0;
		font-weight: 600;
	}
	#ajitabi #firstview .textbox .subtext{
		color: #ff0;
		font-size: 0.7em;
	}
	
	#ajitabi #title{
		padding: 40px 0;
		background: url("/common/images/texture_gry.jpg");
	}
	#ajitabi #title .fvbox{
		width: 100%;
		text-align: center;
	}
	#ajitabi #title .fvbox h1{
		font-size: 3rem;
		line-height: 1.7;
		letter-spacing: .2em;
	}
	
	#dscrptn{
		padding: 60px 0 80px;
		text-align: center;
	}
	#dscrptn .concept{
		margin-bottom: 40px;
	}
	#dscrptn .kikan{
		font-size: 2.4rem;
		color: #f00;
		margin-bottom: 1em;
	}
	#dscrptn .price{
		font-size: 2rem;
	}
	#dscrptn .ryourichou{
		width: calc(100% - 80px);
		max-width: 800px;
		margin: 0 auto;
		display: flex;
	}
	#dscrptn .ryourichou .image{
		width: 45%;
	}
	#dscrptn .ryourichou .textbox{
		width: 55%;
		box-sizing: border-box;
		text-align: justify;
		font-size: 1.5rem;
		padding: 0 0 0 3em;
	}
	#dscrptn .ryourichou .textbox .title{
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}
	#dscrptn .ryourichou .textbox .text{
		line-height: 2em;
		margin-bottom: 1em;
	}
	#dscrptn .ryourichou .textbox .degree{
		margin-bottom: 0.3rem;
	}
	#dscrptn .ryourichou .textbox .name{
		font-size: 1.5em;
		margin-bottom: 0.3rem;
	}
	
	#theme{
		padding: 60px 0 100px;
		background: url("/common/images/texture_bge.jpg");
	}
	#theme h2{
		font-size: 2.6rem;
		text-align: center;
		margin-bottom: 40px;
	}
	#theme ul.chef{
		width: calc(100% - 40px);
		max-width: 1048px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	#theme ul.chef li{
		width: calc(100% / 2);
		padding: 0 14px;
		box-sizing: border-box;
	}
	#theme ul.chef li .image{
		margin-bottom: 15px;
	}
	#theme ul.chef li .name{
		font-size: 2rem;
		margin-bottom: 0.5em;
	}
	#theme ul.chef li .text{
		font-size: 1.5rem;
		letter-spacing: .1em;
		line-height: 1.8;
	}
	
	#menuarea{
		width: 100%;
		background: url("/common/images/texture_grn.jpg");
		color: #fff;
		padding: 60px 0 40px;
	}
	#menuarea h2{
		font-size: 2.6rem;
		margin-bottom: 40px;
		text-align: center;
	}
	#menuarea .menubox{
		width: calc(100% - 80px);
		max-width: 1000px;
		margin: 0 auto 40px;
		font-size: 1.4rem;
	}
	.menubox dl{
		width: 100%;
	}
	.menubox dt{
		font-weight: 600;
		margin-bottom: 0.5em;
	}
	.menubox dd{
		padding-left: 5.5em;
		margin-bottom: 2em;
	}
	.photos ul{
		width: calc(100% - 80px);
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.photos li{
		width: calc(100% / 3);
		padding: 5px;
		box-sizing: border-box;
	}
	
	#reservation{
		padding: 80px 0 0;
		box-sizing: border-box;
		background: #4b6647;
		color: #fff;
	}
	#reservation > div{
		padding-bottom: 80px;
	}
	#reservation h2{
		font-size: 2.6rem;
		margin-bottom: 1em;
		text-align: center;
	}
	.price dl{
		display: flex;
		flex-wrap: wrap;
		font-size: 2rem;
		width: 10em;
		margin: 0 auto 1em;
	}
	.price dt{
		width: 4em;
	}
	.price dd{
		width: 6em;
	}
	.price dd span{
		font-size: 0.8em;
	}
	.price .subtext{
		font-size: 1.5rem;
		text-align: center;
	}
	.time .title{
		font-size: 2.4rem;
		margin-bottom: 0.5em;
		text-align: center;
	}
	.time dl{
		display: flex;
		flex-wrap: wrap;
		font-size: 2rem;
		width: 14em;
		margin: 0 auto 1em;
	}
	.time dt{
		width: 2em;
		padding-right: 1em;
		box-sizing: border-box;
	}
	.time dd{
		width: calc(100% - 2em);
	}
	.time .subtext{
		font-size: 1.5rem;
		text-align: center;
	}
	.time .subtext a{
		color: #fff;
	}
	.note .title{
		font-size: 2.4rem;
		margin-bottom: 0.5em;
		text-align: center;
	}
	.note ul{
		width: fit-content;
		margin: 0 auto;
	}
	.note li{
		font-size: 1.5rem;
		text-indent: -1em;
		padding-left: 1em;
		box-sizing: border-box;
		margin-bottom: 0.5em;
	}
	.about .title{
		font-size: 2.4rem;
		margin-bottom: 0.5em;
		text-align: center;
	}
	.about .text{
		font-size: 1.5rem;
		width: calc(100% - 10px);
		max-width: 580px;
		margin: 0 auto;
		letter-spacing: .1em;
		line-height: 2;
	}
#tablecheck .nextpage{
	display: block;
	width: calc(100% - 40px);
	max-width: 450px;
	margin: 0 auto;
	font-size: 1.6rem;
	padding: 1.1em 0.5em;
	box-sizing: border-box;
	text-align: center;
	background: #a57a43;
	color: #fff;
}
	
}

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

	#ajitabi #firstview .mainlogo{
		position: absolute;
		bottom: 5vw;
		left: 5vw;
		width: 40px;
		height: auto;
		filter: drop-shadow(0 0 5px rgba(0,0,0,.6));
		z-index: 1;
	}
	#ajitabi #firstview .tategaki{
		position: absolute;
		top: 5vw;
		right: 10vw;
		font-size: 1.5rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		color: #fff;
		filter: drop-shadow(0 0 5px rgba(0,0,0,.6));
		z-index: 1;
	}
	#ajitabi #firstview .textbox{
		bottom: 5vw;
		font-size: 1.2rem;
	}
	
	#ajitabi #title{
		padding: 20px 0;
	}
	#ajitabi #title .fvbox h1{
		font-size: 1.5rem;
		letter-spacing: .1em;
	}
	
	#dscrptn{
		padding: 40px 0 60px;
		text-align: center;
	}
	#dscrptn .kikan{
		font-size: 1.5rem;
	}
	#dscrptn .price{
		font-size: 1.4rem;
	}
	#dscrptn .ryourichou{
		flex-wrap: wrap;
	}
	#dscrptn .ryourichou .image{
		width: 100%;
	}
	#dscrptn .ryourichou .textbox{
		width: 100%;
		font-size: 1.2rem;
		padding: 2em 0 0;
		box-sizing: border-box;
	}
	#dscrptn .ryourichou .textbox .title{
		text-align: center;
	}
	#dscrptn .ryourichou .textbox .degree{
		text-align: center;
	}
	#dscrptn .ryourichou .textbox .name{
		text-align: center;
	}
	
	#theme{
		padding: 60px 0;
	}
	#theme h2{
		font-size: 1.6rem;
		letter-spacing: .1em;
		margin-bottom: 40px;
	}
	#theme ul.chef li{
		width: 100%;
	}
	#theme ul.chef li:first-child{
		margin-bottom: 50px;
	}
	#theme ul.chef li .name{
		font-size: 1.5rem;
	}
	#theme ul.chef li .text{
		font-size: 1.2rem;
	}
	
	#menuarea .menubox{
		width: calc(100% - 40px);
	}
	.menubox dd{
		padding-left: 0;
		font-size: 0.9em;
	}
	.photos ul{
		width: calc(100% - 40px);
	}
	.photos li{
		width: 50%;
		padding: 3px;
	}
	
	#reservation{
		padding: 40px 20px 0;
	}
	#reservation h2{
		font-size: 2rem;
	}
	.price .subtext{
		font-size: 1.2rem;
	}
	.time .title{
		font-size: 1.8rem;
	}
	.time dl{
		font-size: 1.8rem;
	}
	.time .subtext{
		font-size: 1.2rem;
	}
	.note .title{
		font-size: 1.8rem;
	}
	.note li{
		font-size: 1.2rem;
	}
	.about .title{
		font-size: 1.8rem;
	}
	.about .text{
		font-size: 1.2rem;
	}
	
}

@media screen and (min-width: 568px) and (max-width: 1024px){

	#ajitabi #firstview .mainlogo{
		position: absolute;
		bottom: 5vw;
		left: 5vw;
		width: 80px;
		height: auto;
		filter: drop-shadow(0 0 5px rgba(0,0,0,.6));
		z-index: 1;
	}
	#ajitabi #firstview .tategaki{
		position: absolute;
		top: 5vw;
		right: 5vw;
		font-size: 3rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		color: #fff;
		filter: drop-shadow(0 0 5px rgba(0,0,0,.6));
		z-index: 1;
	}
	#ajitabi #firstview .tategaki span{
		display: block;
		text-indent: 2em;
	}
	#ajitabi #firstview .textbox{
		bottom: 5vw;
		font-size: 2.2rem;
	}
	
	#ajitabi #title .fvbox h1{
		font-size: 2.4rem;
	}
	
}

@media screen and (min-width: 1025px), print{

	#ajitabi #firstview .mainlogo{
		position: absolute;
		bottom: 5vw;
		left: 5vw;
		width: 100px;
		height: auto;
		filter: drop-shadow(0 0 5px rgba(0,0,0,.6));
		z-index: 1;
	}
	#ajitabi #firstview .tategaki{
		position: absolute;
		top: 5vw;
		right: 5vw;
		font-size: 4rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		color: #fff;
		filter: drop-shadow(0 0 5px rgba(0,0,0,.6));
		z-index: 1;
	}
	#ajitabi #firstview .tategaki span{
		display: block;
		text-indent: 3em;
	}
	#ajitabi #firstview .textbox{
		bottom: 5vw;
		font-size: 3rem;
	}
	
	.menubox dl{
		column-count: 2;
		column-gap: 3em;
	}
	.menubox dd:last-child{
		padding-bottom: 5em;
	}
	
}
