@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* -----------------------------------------------------------
	.mainimg
----------------------------------------------------------- */
.mainimg {
	margin-left: -8px;
	margin-top: -8px;
}

.con_mainslide {
	position: relative;
	height: 590px;
}
.con_mainslide #obj_slider2 {
	margin-bottom: 0 !important;
}
.con_mainslide #obj_slider2 > div {
	display: none;
}
.con_mainslide #obj_slider2 > div:first-child {
	display: block;
}

.con_mainslide #obj_slider2 .slick-dots {
	bottom: 10px;
}
.con_mainslide #obj_slider2 .slick-dots li.slick-active button:before {
	background: url(../images/header/ic_thu_act.png) no-repeat center center;
}
.con_mainslide #obj_slider2 .slick-dots li button:before {
	content: '';
	opacity: 1;
	background: url(../images/header/ic_thu.png) no-repeat center center;
}

/* 全体 */
#r_wrapper{
  max-width: 1190px;
  margin:0 auto;
  position: relative;
  height: 496px;
  width: 950px;
}

#photo1,#photo2,#photo3,#photo4{
	position: absolute;
	height: 496px;
	width: 950px;
}

#photo1 img,#photo2 img,#photo3 img,#photo4 img{
	opacity:0;
	-moz-animation: imgTrans 20s infinite;
	-webkit-animation: imgTrans 20s infinite;
	animation: imgTrans 20s infinite;
}
#photo1 img {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#photo2 img {
	-moz-animation-delay: 5s;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
#photo3 img {
	-moz-animation-delay: 10s;
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}
#photo4 img{
	-moz-animation-delay: 15s;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
}
/* #photo5 img{
	-moz-animation-delay: 20s;
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
} */
#frame {
	margin-top: -23px;
	height: 496px;
	width: 950px;
	position: relative;
	overflow: hidden;
}
@-webkit-keyframes imgTrans {
 0% { opacity:0; }
 3% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:1; } 
 30% { opacity:0; } 
 100% { opacity:0; }
}
@-moz-keyframes imgTrans {
 0% { opacity:0; }
 3% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:1; } 
  30% { opacity:0; } 
 100% { opacity:0; }
}
@keyframes imgTrans {
 0% { opacity:0; }
 3% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:1; } 
  30% { opacity:0; } 
 100% { opacity:0; }
}


  
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#homepage #gnav ul li.gnav_homepage a {
	background-position: bottom;
}


#homepage:after {
	content: "";
	display: table;
	clear: both;
}

#homepage #page {
	width: 950px;
	margin: 0 auto;
}

#homepage #page:after {
	content: "";
	display: table;
	clear: both;
}

/*----------------------------------------------------
	.icon_award　	アワードアイコン
----------------------------------------------------*/

.box_slider {
	position: relative;
}

.icon_award {
	position: absolute;
	top: 20px; 
	right: 20px;
	z-index: 100;
	-webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
}

/*----------------------------------------------------
	.con_reborn　	コンテンツreborn
----------------------------------------------------*/
.con_reborn {
	margin: 0 auto;
	text-align: center;
}

.con_reborn h4 {
	padding-bottom: 30px;
}

.con_reborn .txt {
	font-size: 15px;
	padding: 30px 0;
}

/*----------------------------------------------------
	.con_pack　	コンテンツpackages
----------------------------------------------------*/
.con_pack {
	text-align: center;
	margin: 0 auto 50px;
}

.con_pack:after {
	content: "";
	display: table;
	clear: both;
}

.con_pack h4 {
	text-align: center;
	padding: 30px 0;
}

.con_pack .box_pack:after {
	content: "";
	display: table;
	clear: both;
}

.con_pack .box_pack .box_item {
	float: left;
	width: 316px;
	text-align: left;
}

.con_pack .box_pack .box_item h5 {
	padding-bottom: 7px;
}

.con_pack .box_pack .box_item.family {
	clear: left;
}

.con_pack .box_pack .box_item.pickup a,
.con_pack .box_pack .box_item.couple a,
.con_pack .box_pack .box_item.group a {
	background: #f7f7f7;
}

.con_pack .box_pack .box_item a {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 30px;
	text-decoration: none;
	display: block;
}

.con_pack .box_pack .box_item a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.con_pack .box_pack .box_item a:active,
.con_pack .box_pack .box_item a.active {
	background: #9e9454;
}

.con_pack .box_pack .box_item .img {
	position: relative;
}

.con_pack .box_pack .box_item .img span {
	position: absolute;
	top: 10px;
	left: 10px;
}

.con_pack .box_pack .box_item .txt {
	padding: 10px 0;
	text-decoration: underline;
}

.con_pack .box_pack .box_item table {
	padding-top: 10px;
}

.con_pack .box_pack .box_item table th,
.con_pack .box_pack .box_item table td {
	padding: 5px 10px;
}

.con_pack .box_pack .box_item table th {
	width: 30px;
}

.con_pack .btn_pack {
	background: none;
	border: 0;
	text-align: center;
	margin: 20px auto;
}

/*----------------------------------------------------
	.con_business　	コンテンツbusiness
----------------------------------------------------*/
.con_business:after {
	margin-bottom: 50px;
}

.con_business:after {
	content: "";
	display: table;
	clear: both;
}

.con_business .box_business,
.con_business .box_leisure {
	float: left;
	width: 50%;
	text-align: center;
}

.con_business .box_business h4 img,
.con_business .box_leisure h4 img {
	display: block;
}

.con_business .box_business .box_list,
.con_business .box_leisure .box_list {
	text-align: left;
}

.con_business .box_business .box_list,
.con_business .box_leisure .box_list {
	height: 678px;
}

.con_business .box_business .box_list p,
.con_business .box_leisure .box_list p {
	margin: 30px 0;
}

.con_business .box_business .btn_block,
.con_business .box_leisure .btn_block {
	background: none;
	border: 0;
	margin: 10px auto;
}

.con_business .box_business .btn_block span,
.con_business .box_leisure .btn_block span {
	padding: 14px 30px;
}

.con_business .box_business {
	background: #202020;
}

.con_business .box_business .box_main {
	border: 1px solid #2e2e2e;
}

.con_business .box_leisure {
	background: #313131;
}

.con_business .box_leisure .box_main {
	border: 1px solid #3e3e3e;
}

.con_business .box_leisure .box_main .btn_block {
	margin-top: 12px;
}

/*----------------------------------------------------
	.con_seasons　	コンテンツseasons
----------------------------------------------------*/
.con_seasons {
	margin: 0 auto 50px;
}

.con_seasons h4 {
	text-align: center;
	padding: 30px 0 20px;
}

.con_seasons .box_seasons:after {
	content: "";
	display: table;
	clear: both;
}

.con_seasons .box_seasons .box_item {
	background-image: url(../images/home/bg_sea.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
	width: 220px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	border: 1px solid #ddd;
}

.con_seasons .box_seasons .box_item:hover {
	background-color: #ddd;
}

.con_seasons .box_seasons .box_item a {
	text-decoration: none;
}

.con_seasons .box_seasons .box_item a .txt {
	text-align: center;
	padding-top: 10px;
}

.con_seasons .box_seasons .box_item + .box_item {
	margin-left: 22px;
}

/*----------------------------------------------------
	.con_utili　	コンテンツutili
----------------------------------------------------*/
.con_utili ul:after {
	content: "";
	display: table;
	clear: both;
}

.con_utili ul li {
	float: left;
	width: 298px;
	border: 2px solid #eeece5;
}

.con_utili ul li a {
	display: block;
	border: 1px solid #dad9d9;
	background: url(../images/home/bg_uti.png) no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 23px;
	text-decoration: none;
	position: relative;
}

.con_utili ul li a:before {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 8px;
	height: 7px;
	background: url(../images/common/ic_triangle.png) right bottom no-repeat;
}

.con_utili ul li a:hover {
	background: #c2aa38;
	color: #fff;
}

.con_utili ul li p {
	display: inline-block;
	vertical-align: middle;
}

.con_utili ul li p.txt {
	padding-left: 15px;
}

.con_utili ul li + li {
	margin-left: 20px;
}
