@charset "UTF-8";
/* SPレイアウト */
/* clearfix_old */
/* Opacity */
/* Hover animation */
/* 中見出し st_md01*/
/* 中見出し st_md02*/
/* 中見出し st_md02*/
/* 黒色ボタン btn_black */
/* オレンジ色ボタン btn_orange */
/* 灰色ボタン btn_gray*/
/* フォーム btn_form */
/* 角丸 rad01*/
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :トップページ
=================================================================== */
/*----------------------------------------------------
	#homepage
	トップページ専用
----------------------------------------------------*/
#homepage #contents {
	padding: 20px 0 0;
}

.con_rsv_note {
	background: #cc3333;
	padding: 15px;
	margin: 0px 15px 30px;
	text-align: center;
	color: #fff;
}

.con_rsv_note > a {
	text-decoration: none !important;
	color: #fff;
}

/*----------------------------------------------------
	.con_title	タイトル
----------------------------------------------------*/
.con_title .bx-wrapper {
	position: relative;
	text-align: center;
}

.con_title .bx-wrapper .bx-pager {
	z-index: 100;
	position: absolute;
	right: 10px;
	bottom: 20px;
	text-align: right;
}

.con_title .bx-wrapper .bx-pager .bx-pager-item {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.con_title .bx-wrapper .bx-pager .bx-pager-item a {
	display: block;
	overflow: hidden;
	margin: 0 10px;
	padding-top: 10px;
	width: 10px;
	height: 0;
	background: url(../images/home/thum_slide.png) 0 0 no-repeat;
	-webkit-background-size: 10px, 10px;
	-moz-background-size: 10px, 10px;
	-o-background-size: 10px, 10px;
	background-size: 10px, 10px;
}

.con_title .bx-wrapper .bx-pager .bx-pager-item a.active {
	background-position: 0 -10px;
}

/*----------------------------------------------------
	.con_reommend
	おすすめプラン
----------------------------------------------------*/
.con_reommend {
	overflow: hidden;
	padding: 0 25px;
}

.con_reommend h2 {
	text-align: center;
	margin: 4.5% 0 8.3% 0;
}

.con_reommend .txt {
	text-align: center;
	margin-bottom: 20px;
}

.con_reommend .box_plan {
	float: left;
	width: 33%;
	padding: 0 5px;
	margin-bottom: 20px;
}

.con_reommend .box_plan a > div {
	display: block;
}

.con_reommend .box_plan .st_num,
.con_reommend .box_plan .pic,
.con_reommend .box_plan .name {
	margin-bottom: 10px;
}

.con_reommend .box_plan .st_num {
	text-align: center;
	color: #fff;
}

.con_reommend .box_plan .pic {
	text-align: center;
	height: 125px;
	overflow: hidden;
}

.con_reommend .box_plan .name {
	text-decoration: underline;
	font-size: 90%;
	line-height: 1.2;
}

.con_reommend .box_plan .price {
	background: #d4ca67;
	color: #951e1e;
	text-align: center;
}

.con_reommend .box_plan.no01 {
	background: url(../images/common/line_length.png) right 0 no-repeat;
}

.con_reommend .box_plan.no01 .st_num {
	background: #846400;
}

.con_reommend .box_plan.no02 {
	background: url(../images/common/line_length.png) right 0 no-repeat;
}

.con_reommend .box_plan.no02 .st_num {
	background: #554f39;
}

.con_reommend .box_plan.no03 .st_num {
	background: #7d3900;
}

/*----------------------------------------------------
	.con_cate
	プランカテゴリ
----------------------------------------------------*/
.con_cate {
	padding: 0;
	margin-bottom: -5px;
	position: relative;
	padding-bottom: 20px;
}

.con_cate:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 23px;
	content: "";
	background: url(../images/home/bg_recomment_bottom.png) left bottom no-repeat;
	z-index: 99;
}

.con_cate .box_cate {
	background: #18268a;
	position: relative;
	padding: 20px;
}

.con_cate .box_cate:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border-width: 10px 20px 0;
	border-style: solid;
	border-color: #18268a transparent;
	display: block;
	width: 0;
	z-index: 99;
}

.con_cate .box_cate .box_cate_inner {
	overflow: hidden;
}

.con_cate .box_cate .box_cate_inner:before {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	content: "";
	background: transparent;
	border: 1px solid #fffff9;
}

.con_cate .box_cate .box_photo {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 170px;
}

.con_cate .box_cate .box_photo img {
	height: 100%;
	width: auto;
}

.con_cate .box_cate .box_info {
	width: 50%;
	float: right;
	padding-left: 15px;
}

.con_cate .box_cate .box_info h4 {
	color: #fff;
	font-size: 100%;
	text-decoration: underline;
	margin-bottom: 19%;
}

.con_cate .box_cate .box_info p.price {
	font-size: 75%;
	background: #c1eaf4;
	padding: 3px 0;
	text-align: center;
}

.con_cate .box_cate .box_info p.price .p_num {
	color: #080808;
	display: block;
	font-size: 123%;
}

.con_cate .box_cate .box_info p.price span {
	color: #cc3333;
	font-size: 189%;
}

.con_cate .box_cate .box_info p.price b {
	font-weight: normal;
	color: #cc3333;
}

.con_cate nav {
	background: #fff5c0;
	margin-top: -25px;
	padding: 0 15px;
	padding-top: 50px;
	padding-bottom: 40px;
	overflow: hidden;
}

.con_cate nav h3 {
	position: relative;
	margin-bottom: 15px;
	padding: 1em 0.7em;
	text-align: center;
	font-size: 109%;
	font-weight: normal;
}

.con_cate nav h3:before {
	position: absolute;
	left: 0em;
	top: 1.3em;
	background: url(../images/home/bg_line.png) left top no-repeat;
	content: "";
	width: 18%;
	height: 1em;
}

.con_cate nav h3:after {
	position: absolute;
	right: 0em;
	top: 1.3em;
	background: url(../images/home/bg_line.png) right top no-repeat;
	content: "";
	width: 18%;
	height: 1em;
}

.con_cate nav ul {
	overflow: hidden;
}

.con_cate nav ul li {
	width: 50%;
	float: left;
	margin-bottom: 5px;
	text-align: center;
}

.con_cate nav ul li a {
	display: block;
	border: 1px solid #18268a;
	background: #f7f7f7;
	margin: 3px;
}

.con_cate nav ul li h4 {
	color: #18268a;
	font-size: 105%;
	padding: 15px 10px 5px;
}

@media only screen and (max-width: 340px) {
  .con_cate nav ul li h4 {
	height: 6em;
}
}
.con_cate nav ul li .price {
	padding: 0 10px 10px 10px;
	position: relative;
	font-size: 75%;
}

.con_cate nav ul li .price:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	-webkit-box-shadow: inset 0px 5px 10px 1px #dcddd9;
	box-shadow: inset 0px 5px 10px 1px #dcddd9;
}

.con_cate nav ul li .price .p_num {
	color: #080808;
	display: block;
	font-size: 123%;
}

.con_cate nav ul li .price span {
	color: #cc3333;
	font-size: 142%;
}

.con_cate nav ul li .price b {
	font-weight: normal;
	color: #cc3333;
}

.con_cate nav ul li:nth-child(odd) {
	padding-right: 2px;
}

.con_cate nav ul li:nth-child(even) {
	padding-left: 2px;
}

.con_cate nav p.txt {
	text-align: center;
	padding: 10px 0;
}

/*----------------------------------------------------
	.con_appeal
	アピール
----------------------------------------------------*/
.con_appeal {
	margin-bottom: 40px;
	padding: 15px 15px 15px 5px;
	background: url(../images/home/bg_appeal.jpg) center 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.con_appeal h3 {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 10px;
}

.con_appeal .box_appeal {
	overflow: hidden;
	padding-left: 14px;
}

.con_appeal .box_appeal .box_photo {
	width: 48%;
	float: left;
}

.con_appeal .box_appeal .box_info {
	width: 52%;
	float: right;
	color: #fff;
	padding-left: 7px;
}

.con_appeal .box_appeal .box_info h4 {
	padding-top: 20px;
	padding-bottom: 10px;
}

.con_appeal .box_appeal .box_info .txt {
	font-size: 96%;
	margin-bottom: 15px;
}

.con_appeal .box_appeal .box_btn {
	border: 1px solid #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	clear: both;
	padding: 1px;
}

.con_appeal .box_appeal .box_btn a {
	font-size: 96%;
	display: block;
	padding: 10px 0;
	background: #fff;
}

.con_appeal nav ul li {
	width: 50%;
	float: left;
	position: relative;
	text-align: center;
}

.con_appeal nav ul li .ic_bf {
	position: absolute;
	width: 40px;
	right: -10px;
	bottom: 30px;
}

/*----------------------------------------------------
	.con_news
	新着情報
----------------------------------------------------*/
.con_news {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 0 10px;
}

.con_news h4 {
	float: left;
	width: 39.5%;
	margin-bottom: 20px;
	margin-top: 7px;
}

.con_news .btn_list {
	margin-bottom: 20px;
	float: right;
	background: url(../images/home/ic_news_list.png) left center no-repeat;
	-webkit-background-size: 2em, 2em;
	-moz-background-size: 2em, 2em;
	-o-background-size: 2em, 2em;
	background-size: 2em, 2em;
	padding-left: 2.5em;
	min-height: 2em;
	line-height: 2em;
}

.con_news .btn_list a {
	text-decoration: underline;
	font-size: 117%;
}

.con_news .inner_news {
	clear: both;
}

.con_news .inner_news ul li a > div {
	border: 1px solid #000;
	display: block;
	padding: 10px;
	background: url(../images/home/arrow_news.png) right bottom no-repeat;
}

.con_news .inner_news ul li a > div .date {
	font-size: 92%;
}

.con_news .inner_news ul li a > div .name {
	font-size: 109%;
	color: #222222;
	font-weight: bold;
}

.con_news .inner_news .bx-wrapper {
	position: relative;
}

.con_news .inner_news .bx-wrapper .bx-pager {
	text-align: center;
	padding-top: 10px;
}

.con_news .inner_news .bx-wrapper .bx-pager .bx-pager-item {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 0 5px;
}

.con_news .inner_news .bx-wrapper .bx-pager .bx-pager-item a {
	display: block;
	width: 15px;
	height: 0;
	padding-top: 15px;
	overflow: hidden;
	background: url(../images/home/thum_news.png) 0 0 no-repeat;
	-webkit-background-size: 15px, 15px;
	-moz-background-size: 15px, 15px;
	-o-background-size: 15px, 15px;
	background-size: 15px, 15px;
}

.con_news .inner_news .bx-wrapper .bx-pager .bx-pager-item a.active {
	background-position: 0 -15px;
}

.con_news .inner_news .bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 0;
	z-index: 50;
	display: block;
	padding-top: 17px;
	width: 10px;
	height: 0;
	background: url(../images/home/thum_lr.png) 0 0 no-repeat;
	-webkit-background-size: 10px, 10px;
	-moz-background-size: 10px, 10px;
	-o-background-size: 10px, 10px;
	background-size: 10px, 10px;
}

.con_news .inner_news .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
}

.con_news .inner_news .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
	background-position: 0 -17px;
}
