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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/* -----------------------------------------------------------
	楽天サイトバー調整（各デザインごとに要調整）
----------------------------------------------------------- */
.con_pannel p {
	margin-top: 80px;
	font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}

.con_pannel .txt {
	text-align: center;
	font-size: 116%;
	line-height: 1.8;
	letter-spacing: .1em;
}

.con_pannel h4 {
	margin-top: 100px;
	text-align: center;
}

.con_pannel .btn {
	font-size: 116%;
	text-align: center;
	letter-spacing: normal;
	margin-top: 40px;
}

.con_pannel .btn a {
	background-color: #b80018;
	margin: 0 auto;
	display: block;
	width: 325px;
	padding: 1.2em 0;
	color: #fff !important;
	text-decoration: none !important;
}

.con_pannel .btn a:after {
	content: '\F105';
	font-family: FontAwesome;
	color: #fff;
	margin-left: 2em;
}

.con_pannel .btn2 {
	font-size: 116%;
	text-align: center;
	letter-spacing: normal;
	margin-top: 30px;
}

.con_pannel .btn2 a {
	border: 3px solid #000;
	margin: 0 auto;
	display: block;
	width: 395px;
	padding: 1em 0;
	color: #000;
	position: relative;
	-webkit-transition: 200ms ease-in;
	-moz-transition: 200ms ease-in;
	-o-transition: 200ms ease-in;
	transition: 200ms ease-in;
}

.con_pannel .btn2 a:after {
	content: '\F105';
	font-family: FontAwesome;
	color: #000;
	margin-left: 2em;
	-webkit-transition: 200ms ease-in;
	-moz-transition: 200ms ease-in;
	-o-transition: 200ms ease-in;
	transition: 200ms ease-in;
}

.con_pannel .btn2 a:before {
	position: absolute;
	right: 30%;
	top: 35%;
	content: '\f1c1';
	font-family: FontAwesome;
	color: #000;
	margin-left: 2em;
	-webkit-transition: 200ms ease-in;
	-moz-transition: 200ms ease-in;
	-o-transition: 200ms ease-in;
	transition: 200ms ease-in;
}

.con_pannel .btn2 a:hover {
	background-color: #000;
	color: #fff !important;
	opacity: 1;
}

.con_pannel .btn2 a:hover:after, .con_pannel .btn2 a:hover:before {
	color: #fff;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */

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