@charset "utf-8";
body{
    background-color: #eaf7ff;
}
#index_main_area{
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    background-image: url("../img/index/main_bg.jpg"); 
    background-position: top;
    background-repeat: no-repeat;
}

#dummy_area{
    height: 700px;
}
#index_cover_area{
    font-size: 0px;
    height: 200px;
    background-color: #eaf7ff;    
    z-index: 200;    
    position: relative;
}

#index_cover_left,
#index_cover_right{
    margin: auto;
    vertical-align: top;
    display: inline-block;
    width: 50%;
    height: 182px;
    background-repeat: no-repeat;
    margin-top: -120px;
    z-index: 200;    
    position: relative;
}
#index_cover_left{
    background-image: url("../img/index/cover_left.png");
    background-position:top right;
}
#index_cover_right{
    background-image: url("../img/index/cover_right.png");
    background-position:top left;
}

#index_h1_area{
    margin: auto;
    width: 800px;
    height: 262px;
    text-align: center;
    position: relative;
    z-index: 300;
    margin-top: -230px;
    background-color: #fff;
    padding-top: 33px;
}
#index_h1_area h1{
    display: inline-block;
    color: #e8a032;
		font-family: "Hannari","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 40px;
    background-image: url("../img/common/under_line.png");
    background-position:bottom;
    background-repeat: repeat-x;
    padding-bottom: 25px;
    margin-bottom: 22px;
}
#index_h1_area div{
    margin-left: 70px;
    margin-right: 70px;
    letter-spacing: 0.07rem;
}
.index_h3_efforts{
    background-color: #fff;
    width: 290px;
    height: 100px;
    position: relative;
    z-index: 300;    
    margin: auto;
}
#index_h3_title1,
#index_h3_title2{
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 15px;
    background-color: #12609b;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}
#index_h3_title1{
    background-color: #12609b;
}
#index_h3_title2{
    background-color: #e8a032;
}

#index_h3_title1 span{
	background-image: url("../img/common/inquire_man.png");
	background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}
#index_h3_title2 span{
	background-image: url("../img/index/beginer-icon.png");
	background-position: left;
    background-repeat: no-repeat;
    padding-left: 50px;
}
#index_enojoy_kayack{
    margin: auto;
	background-image: url("../img/index/enjoy_kayack.jpg");
	background-position: center;
    background-repeat: no-repeat;
    width: 1000px;
    height: 180px;
    display: block;
    margin-top: 30px;
	border-radius: 5px;
}
#index_info_area{
	background-image: url("../img/index/info_bg.jpg");
	background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 960px;
}

/**お知らせのインフォタブの箇所**/
#index_info_area ul{
    font-size: 0;
    margin-top: 26px;
}
.info_tab{
    margin: auto;
    vertical-align: top;
    height: 74px;
    width: 124px;
    background-color: #3299e8;
    color: white;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	font-size: 18px !important;
    font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    margin-left: 3px;
    margin-right: 3px;
}
.info_tab_header{
    height: 4px;
}
.info_tab_title{
    padding-top: 4px;
    height: 48px;
}
.info_tab:hover{
	opacity: 0.6 !important;
	transition: opacity 0.3s linear !important;
}
.info_active .info_tab_title{
    background-color: #fff;
    color: #333333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.info_active .info_tab_arrow{
    background-color: #fff;
}
.info_active:hover{
	opacity: 1 !important;
}
#info_detail_wrap{
    margin: auto;
    vertical-align: top;
    background-color: #fff;
    width: 1034px;
    height: 480px;
}
.info_details{
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
}
.info_detail_box{
    vertical-align: top;
    display: inline-block;
    width: 280px;
    height: 279px;
    background-image: url("../img/common/box_header_bg.gif");
    background-position: top;
    background-repeat: repeat-x;
    border-radius: 5px;
    border-color: #50b3ff;
    border-style: solid;
    border-width: 2px;
    padding-top: 20px;
    padding-left: 12px;    
    padding-right: 12px;    
    padding-bottom: 15px;
}
.info_detail_box .date{
    font-size: 14px;
    color: #12609b;
}
.info_detail_box .title{
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 18px;
    color: #12609b;
    margin-bottom: 15px;
}
.info_detail_box .detail{
    height: 150px;
    overflow: hidden;
}
#info_detail_1,
#info_detail_2,
#info_detail_3,
#info_detail_4,
#info_detail_5,
#info_detail_6,
#info_detail_7{
    display: none;
}