
@charset "utf-8";


/* -- display -- */
@media screen and (max-width:319px){
	.qvga_show{
		display: none !important;
	}
}
@media screen and (min-width:320px){
	.qvga_hide{
		display: none !important;
	}
}
@media screen and (max-width:359px){
	.hvga_show{
		display: none !important;
	}
}
@media screen and (min-width:360px){
	.hvga_hide{
		display: none !important;
	}
}
@media screen and (max-width:359px){
	.hvga_show{
		display: none !important;
	}
}
@media screen and (max-width:374px){
	.ipse_show{
		display: none !important;
	}
}
@media screen and (min-width:375px){
	.ipse_hide{
		display: none !important;
	}
}
@media screen and (min-width:414px){
	.ipxr_hide{
		display: none !important;
	}
}
@media screen and (max-width:479px){
	.ip3_show{
		display: none !important;
	}
}
@media screen and (min-width:480px){
	.ip3_hide{
		display: none !important;
	}
}
@media screen and (max-width:639px){
	.vga_show{
		display: none !important;
	}
}
@media screen and (min-width:640px){
	.vga_hide{
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.sp_hide{
		display: none !important;
	}
}
@media screen and (min-width:768px){
	.sp_show{
		display: none !important;
	}
}
@media screen and (max-width:799px){
	.svga_show{
		display: none !important;
	}
}
@media screen and (min-width:800px){
	.svga_hide{
		display: none !important;
	}
}
@media screen and (max-width:939px){
	.pc_show{
		display: none !important;
	}
}
@media screen and (min-width:940px){
	.pc_hide{
		display: none !important;
	}
}
@media screen and (max-width:1023px){
	.xga_show{
		display: none !important;
	}
}
@media screen and (min-width:1024px){
	.xga_hide{
		display: none !important;
	}
}
@media screen and (max-width:1279px){
	.hd_show{
		display: none !important;
	}
}
@media screen and (min-width:1280px){
	.hd_hide{
		display: none !important;
	}
}
@media screen and (max-width:1365px){
	.fwxga_show{
		display: none !important;
	}
}
@media screen and (min-width:1366px){
	.fwxga_hide{
		display: none !important;
	}
}
@media screen and (max-width:1439px){
	.wxgap_show{
		display: none !important;
	}
}
@media screen and (min-width:1440px){
	.wxgap_hide{
		display: none !important;
	}
}
@media screen and (max-width:1599px){
	.uxga_show{
		display: none !important;
	}
}
@media screen and (min-width:1600px){
	.uxga_hide{
		display: none !important;
	}
}

/** font **/
.serif{
	font-family: "A1 Mincho", serif !important;
}
.s_serif{
	font-family: "Midashi Go MB31", sans-serif !important;
}

/** box **/
.wrap{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 2;
}
.wrap *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap img{
	height: auto;
}
@media screen and (min-width:768px) and (max-width:939px){
	.wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:940px) and (max-width:1023px){
	.wrap{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	.wrap{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	.wrap{
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media screen and (min-width:1280px){
	.wrap{
		padding-left: -webkit-calc((100% - 1200px) / 2);
		padding-left: calc((100% - 1200px) / 2);
		padding-right: -webkit-calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
		min-width: 1200px;
	}
}


body{
	background-color: #FFFFFF;
}
.logobox a{
	z-index: 3;
}


/**************************************************50
 * intro
 **************************************************/
#intro{
	line-height: 2;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#intro:before{
	content: "";
	display: block;
	padding-top: 100vh;
	padding-top: 100svh;
	pointer-events: none;
}
#intro img{
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
#intro.portrait img[src*="img_010"]{
	display: none;
}
#intro.landscape img[src*="img_020"]{
	display: none;
}
#intro strong{
	background-color: rgba(43, 50, 88, 0.7);
	color: #FFFFFF;
	font-weight: 300;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0.5em 0.5em;
	z-index: 2;
}
#intro.portrait strong{
	font-size: 4.6875vw;
	font-size: 4.6875svw;
	width: 18em;
}
#intro.landscape strong{
	font-size: 2.34375vw;
	font-size: 2.34375svw;
	width: 34em;
	max-width: 93.75%;
}
#intro strong h1{
	font-size: 150%;
	font-weight: 300;
}
#intro.landscape strong br.portrait{
	display: none;
}
@media screen and (min-width:768px){
	#intro strong{
		font-size: 150% !important;
	}
}
@media screen and (min-width:1024px){
	#intro strong{
		font-size: 175% !important;
	}
}
@media screen and (min-width:1280px){
	#intro strong{
		font-size: 200% !important;
	}
}


/**************************************************50
 * message
 **************************************************/
#message{
	color: #231815;
	padding-top: 12.5%;
	padding-bottom: 12.5%;
	text-align: center;
}
#message figure{
	margin: 0;
}
#message figure figcaption{
	margin: 0 0 6.25%;
	text-align: left;
}
#message figure figcaption h2{
	font-size: 150%;
	font-weight: 300;
	line-height: 1.2;
	padding: 0 3.125%;
}
#message figure figcaption hr{
	background-color: #231815;
	height: 1px;
	box-shadow: none;
	margin: 1.5em auto !important;
	width: 93.75%;
}
#message figure figcaption p{
	padding: 0 3.125%;
}
#message figure figcaption * + p{
	margin-top: 1em;
}
#message figure picture{
	display: block;
}
#message figure picture img{
	width: 93.75%;
}
@media screen and (min-width:768px){
	#message{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#message figure figcaption{
		margin-bottom: 50px;
	}
	#message figure figcaption h2{
		font-size: 200%;
		padding: 0;
	}
	#message figure figcaption hr{
		margin: 1.5em 0 !important;
		width: 100%;
	}
	#message figure figcaption p{
		padding: 0;
	}
	#message figure picture img{
		width: 600px;
	}
}
@media screen and (min-width:1024px){
	#message figure{
		border-collapse: separate;
		border-spacing: 0;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	#message figure figcaption{
		margin-bottom: 0;
		display: table-cell;
		padding-right: 2em;
		vertical-align: middle;
		width: 50%;
	}
	#message figure picture{
		display: table-cell;
		vertical-align: middle;
	}
	#message figure picture img{
		width: 100%;
	}
}
@media screen and (min-width:1366px){
	#message figure picture img{
		margin-right: -20%;
		width: 120%;
		max-width: none;
		max-width: unset;
	}
}


/**************************************************50
 * concept
 **************************************************/
#concept{
	background-color: #2B3258;
	color: #FFFFFF;
	padding-top: 12.5%;
	padding-bottom: 12.5%;
	text-align: left;
}
#concept h2{
	font-size: 100%;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
}
#concept h2 b{
	display: block;
	font-size: 250%;
}
#concept h2 span{
	display: block;
}
#concepts{
	margin: 0;
	padding: 0;
}
#concepts > li{
	background-color: #FFFFFF;
	color: #282828;
	list-style: none;
	margin-top: 6.25%;
	margin-left: 3.125%;
	padding-bottom: 1em;
	width: 93.75%;
}
#concepts > li picture{
	display: block;
	margin-bottom: 1em;
}
#concepts > li picture img{
	width: 100%;
}
#concepts > li h3{
	color: #2B3258;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.2;
	padding: 0 1em;
}
#concepts > li h3 b{
	font-size: 300%;
}
#concepts > li h3 span{
	font-size: 200%;
}
#concepts > li p{
	padding: 0 1em;
}
#concepts > li * + p{
	margin-top: 1em;
}
#concepts > li p strong{
	color: #4A4A4A;
	font-size: 125%;
	font-weight: 500;
}
@media screen and (min-width:768px){
	#concept{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#concept h2 b{
		font-size: 300%;
	}
	#concepts > li{
		display: inline-block;
		margin-top: 50px;
		margin-left: 0;
		vertical-align: top;
		width: 32%;
	}
	#concepts > li:not(:nth-child(3n+1)){
		margin-left: 2%;
	}
}
@media screen and (min-width:1280px){
	#concepts > li{
		width: 30%;
	}
	#concepts > li:not(:nth-child(3n+1)){
		margin-left: 5%;
	}
}


/**************************************************50
 * dish
 **************************************************/
#dish{
	background-color: #F3EDE2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	line-height: 2;
	padding-top: 12.5%;
	padding-bottom: 12.5%;
	text-align: left;
}
#dish *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#dish img{
	height: auto;
}
#dish h2{
	font-size: 100%;
	font-weight: 300;
	margin-bottom: 6.25%;
	line-height: 1.4;
	text-align: center;
}
#dish h2 b{
	font-size: 250%;
}
#dish h2 span{
	font-size: 150%;
}
#dishs{
}
#dishs .dishs{
	margin: 0;
	position: relative;
}
#dishs .dishs figcaption{
	background-color: rgba(255, 255, 255, 0.7);
	color: #282828;
	margin: 6.25% auto 0;
	padding: 0.5em 1em 1em;
	position: relative;
	width: 75%;
	z-index: 2;
}
#dishs .dishs figcaption:before{
	content: "";
	display: block;
	pointer-events: none;
	padding-top: 5em;
}
#dishs .dishs figcaption h3{
	font-size: 100%;
	font-weight: 300;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -25%);
	-webkit-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
	width: 10em;
}
#dishs .dishs figcaption h3 img{
	width: 100%;
}
#dishs .dishs figcaption > strong{
	color: #4A4A4A;
	display: block;
	font-weight: 500;
}
#dishs .dishs figcaption p{
	margin-top: 1em;
}
#dishs .dishs picture{
	display: block;
	position: absolute;
	z-index: 1;
}
#dishs .dishs picture img{
	width: 100%;
}
@media screen and (max-width:767px){
	#dishs .dishs{
		padding: 12.5% 0;
	}
}
@media screen and (min-width:768px){
	#dish{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#dish h2{
		margin-bottom: 50px;
	}
	#dish h2 b{
		font-size: 400%;
	}
	#dish h2 span{
		font-size: 200%;
	}
	#dishs .dishs{
		padding: 50px 0;
	}
	#dishs .dishs figcaption:before{
		padding-top: 6em;
	}
	#dishs .dishs figcaption h3{
		width: 12em;
	}
}
@media screen and (max-width:1279px){
	#dishs .dishs picture{
		height:100%;
		object-fit: cover;
		object-position: center;
		top: 0;
		left: 0;
		width: 100%;
	}
	#dishs .dishs picture img{
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
@media screen and (min-width:1280px){
	#dish h2 b{
		font-size: 500%;
	}
	#dish h2 span{
		font-size: 250%;
	}
	#dishs .dishs{
		overflow: hidden;
	}
	#dishs .dishs:nth-child(odd){
		padding-left: 50%;
	}
	#dishs .dishs:nth-child(even){
		padding-right: 50%;
	}
	#dishs .dishs:not(:first-child){
		margin: 50px 0 0;
	}
	#dishs .dishs figcaption{
		background-color: #FFFFFF;
		width: 30em;
	}
	#dishs .dishs:nth-child(odd) figcaption{
		margin: 50px auto 50px 0;
	}
	#dishs .dishs:nth-child(even) figcaption{
		margin: 50px 0 50px auto;
	}
	#dishs .dishs picture{
		height:100%;
		top: 50%;
		width: 1080px;
	}
	#dishs .dishs:nth-child(odd) picture{
		right: 50%;
		-ms-transform: translate(12.5%, -50%);
		-webkit-transform: translate(12.5%, -50%);
		transform: translate(12.5%, -50%);
	}
	#dishs .dishs:nth-child(even) picture{
		left: 50%;
		-ms-transform: translate(-12.5%, -50%);
		-webkit-transform: translate(-12.5%, -50%);
		transform: translate(-12.5%, -50%);
	}
}


/**************************************************50
 * information
 **************************************************/
#information{
	color: #333333;
	padding-top: 12.5%;
	padding-bottom: 12.5%;
	text-align: left;
}
#information h2{
	font-size: 100%;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
}
#information h2 b{
	font-size: 250%;
}
#informations{
	color: #484848;
	margin : 6.25% auto 0;
}
#informations > tbody > tr > th{
	background-color: #F2F2F2;
}
#informations > tbody > tr > td{
	border-bottom: 1px solid #484848;
}
#informations .informations{
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}
#informations .informations th{
	font-weight: 400;
}
#informations .informations td{
	text-align: center;
	width: 10em;
}
#informations .note{
	font-size: 80%;
	color: #282828;
}
@media screen and (max-width:767px){
	#informations,
	#informations > tbody,
	#informations > tbody > tr,
	#informations > tbody > tr > th,
	#informations > tbody > tr > td{
		display: block;
	}
	#informations{
		padding: 0 3.125%;
	}
	#informations > tbody > tr > th{
		padding: 0.25em 1em;
	}
	#informations > tbody > tr:first-child > th{
		border-top: 1px solid #484848;
	}
	#informations > tbody > tr > td{
		padding: 0.25em 1em;
	}
}
@media screen and (min-width:768px){
	#information{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#information h2 b{
		font-size: 300%;
	}
	#informations{
		border-collapse: separate;
		border-spacing: 0;
		border-top: 1px solid #484848;
		margin : 50px auto 0;
		table-layout: fixed;
		width: -webkit-calc(100% - (2em * 2));
		width: calc(100% - (2em * 2));
		max-width: 54em;
	}
	#informations > tbody > tr > th{
		border-bottom: 1px solid #484848;
		text-align: center;
		padding: 1.5em 3em;
		width: 16em;
	}
	#informations > tbody > tr > td{
		padding: 1.5em 3em;
	}
}
@media screen and (min-width:1024px){
	#informations > tbody > tr > th{
		width: 20em;
	}
}

