@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : breakfast.css
 author     : Ability Consultant
 style info : 無料朝食
=================================================================== */
.con_information .box_txt {
	max-width: 950px;
	margin: auto;
}

.con_information .box_txt:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	#cus_main
----------------------------------------------------------- */
#cus_main {
	background: url(../images/breakfast/bg_main-pc.jpg) top center;
	background-size: cover;
}

/* -----------------------------------------------------------
	.con_information
----------------------------------------------------------- */
.con_information {
	margin-bottom: 60px;
}
.con_information .st_inn_lineblue {
	text-align: center;
	font-weight: normal;
	padding: 30px 0 35px;
}
.con_information .st_inn_lineblue span {
	display: inline-block;
}
.con_information .st_inn_lineblue span.en {
	padding: 0 45px;
	position: relative;
	font-size: 370%;
	font-family: "Times New Roman", serif;
	line-height: 1.5;
}
.con_information .st_inn_lineblue span.en:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 5px;
	margin-top: -2px;
	content: "";
	background: #5084c4;
}
.con_information .st_inn_lineblue span.en:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 5px;
	margin-top: -2px;
	content: "";
	background: #5084c4;
}
.con_information .st_inn_lineblue span.jp {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 116%;
}
.con_information #slide_wrap {
	position: relative;
	margin-bottom: 30px;
}
.con_information #slide_wrap #slide {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.con_information #slide_wrap #slide img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -475px;
}
.con_information #slide_wrap #slide img:first-child {
	z-index: 10;
}
.con_information #thum {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 20;
}
.con_information #thum ul {
	overflow: hidden;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
}
.con_information #thum ul li {
	display: inline;
	float: left;
	cursor: pointer;
	width: 40px;
	height: 5px;
	margin-left: 10px;
	background: #fff;
}
.con_information #thum ul li:first-child {
	margin: 0;
}
.con_information #thum ul li:hover {
	background: #ff7510;
}
.con_information #thum ul li.active {
	background: #ff7510;
}
.con_information .box_txt {
	margin-bottom: 30px;
}
.con_information .box_txt .box_l {
	float: left;
	width: 50%;
	padding-right: 2%;
}
.con_information .box_txt .box_l .catch {
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 193%;
	margin-bottom: 10px;
}
.con_information .box_txt .box_r {
	float: left;
	width: 50%;
	padding-left: 2%;
}
.con_information .box_txt .box_r .tbl_primary {
	line-height: 1.3em;
}
.con_information .box_txt .box_r .tbl_primary th {
	width: 30%;
}
.con_information .box_txt .box_r .tbl_primary td {
	width: 70%;
}

/* -----------------------------------------------------------
	.con_menu
----------------------------------------------------------- */
.con_menu {
	margin-bottom: 60px;
}

.btn_default {
	margin-top: 25px;
}
.btn_breakfast {
	margin-top: 0px;
}
.btn_default a {
	background: #333333;
	color: #fff;
	max-width: 250px;
	padding: 8px 0;
	text-align: center;
	display: block;
	text-decoration: none;
}
.btn_default a i.right {
	float: right;
	margin: 5px 10px 0 0;
}
.btn_default a {
	margin: 0 auto;
	color: #fff;
}
.btn_default a:hover {
	color: #fff;
}
