@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : cuisine.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@font-face {
	font-family: Noto Serif JP;
	src: url("../font/NotoSerifMedium.woff") format("woff"), url("../font/NotoSerifMedium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Cinzel;
	src: url("../font/Cinzel-Regular.ttf") format("truetype");
}

@font-face {
	font-family: Montserrat;
	src: url("../font/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
	font-family: Tenali Ramakrishna;
	src: url("../font/TenaliRamakrishna-Regular.ttf") format("truetype");
}

@font-face {
	font-family: Questrial;
	src: url("../font/Questrial-Regular.ttf") format("truetype");
}

@font-face {
	font-family: Cormorant Infant;
	src: url("../font/CormorantInfant-Regular.ttf") format("truetype");
}

@font-face {
	font-family: FontAwesome;
	src: url("../font/fontawesome-webfont.ttf") format("truetype");
}

@font-face {
	font-family: 'ic';
	src: url("../fonts/ic.ttf?h6h1x") format("truetype"), url("../fonts/ic.woff?h6h1x") format("woff"), url("../fonts/ic.svg?h6h1x#ic") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.btn {
	text-align: center;
}

.btn a {
	width: 300px;
}

/* -----------------------------------------------------------
	pnav
----------------------------------------------------------- */
#pnav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

#pnav li {
	padding: 0 10px;
	background: #fff;
	border-right: solid 1px #d0d0d0;
}

#pnav li:first-child {
	border-left: solid 1px #d0d0d0;
}

#pnav li a {
	display: block;
	text-align: center;
	width: 250px;
	padding: 15px 0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 124%;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

#pnav li a:before, #pnav li a:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baselilne;
}

#pnav li a > * {
	vertical-align: baselilne;
	display: inline;
}

#pnav li a:after {
	content: "";
	margin-left: .5em;
}

#pnav li a:hover {
	background: #ecf4fa;
}

/* -----------------------------------------------------------
	con_buf
----------------------------------------------------------- */
.con_buf li:nth-child(2) {
	margin-top: 60px;
}

.con_buf li:nth-child(3) {
	margin-top: 55px;
}

.con_buf li:nth-child(4) {
	margin-top: 60px;
}

.con_buf li:nth-child(5) {
	margin-top: 100px;
}

.con_buf li:nth-child(6) {
	margin-top: 100px;
}

.con_buf li:nth-child(7) {
	margin-top: 100px;
}

.con_buf li:nth-child(8) {
	margin-top: 70px;
}

.con_buf li:nth-child(9) {
	margin-top: 100px;
}

.con_buf li .btn {
	margin-top: 40px;
}

/* -----------------------------------------------------------
	con_jap
----------------------------------------------------------- */
.con_jap {
	margin-top: 115px;
}

.con_jap li:nth-child(2) {
	margin-top: -40px;
	position: relative;
	z-index: -1;
}

.con_jap li:nth-child(3) {
	margin-top: 60px;
}

.con_jap li:nth-child(4) {
	margin-top: 60px;
}

.con_jap li .btn {
	margin-top: 60px;
}

/*# sourceMappingURL=../maps/cuisine.css.map */
