/* CSS Document */

/*ヘッダー画像*/
.main_image {
	width: 980px;
	margin: 20px auto 10px;
	text-align: center;
}
/*スライダーの設定上書き*/
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	bottom: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}
.bx-wrapper {
	margin-bottom: 30px;
}
.bxslider, bxslider * {
 transition:initial;
}
/*スライダー文字*/
.main_image {
	position: relative;
}
.main_image .main_text {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	position: absolute;
	top: 5%;
	left: 3%;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}
/*インフォメーション内*/
#info .float_img_right {
	margin-left: 20px;
}
#info .float_text {
	/*overflow: hidden;*/
}
/*#info .text_center, #info .img_center {
	text-align: center;
}*/
#info .float_text p {
	margin-bottom: 1.5em;
	line-height: 1.9;
}
#info .float_text a {
	text-decoration: underline;
	color: #1a1c6d;
	font-weight: bold;
	display: inline;
}
#info .index {
	color: #1a1c6d;
	font-weight: bold;
	font-size: 1.4rem;
	font-feature-settings: "palt";
}
/*問い合わせボタン*/
#info .contact {
	letter-spacing: 0.09em;
	font-size: 1.2em;
	padding: 13px 30px;
	background-color: #248;
	color: #fff;
	border-style: none;
	border-radius: 5px;
	background: linear-gradient(45deg, #2d54a1, #248, #5e7fc2);
}
#info .contact:hover {
	cursor: pointer;
}
#info .button {
	display: inline-block;
}
#info .inner_info.insta_info {
  margin: 80px auto 30px;
  text-align: center;
}