@charset "UTF-8";
/*////////////////////////////////////// CSS設定 ////////*/

body {
    font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 62.5%; /* 10px */ 
    color: #584B39;
    letter-spacing: 1.8px;
    background-color: #FBFBEF;
    background-image: url(../images/bg_header.png);
    background-repeat: repeat-x;
    background-position: top;
    -webkit-text-size-adjust: 100%; /* スマートフォンで文字を拡大させない */ 
} 

h1 {
    font-size: 2.0em; /* 20px */ 
} 

h2 {
    font-size: 1.8em; /* 18px */
}

h3 {
    font-size: 1.2em; /* 12px */
    line-height: 2.0em;
    font-weight: 400;
}

img {
    border: 0;
}

br {
    letter-spacing: 0;
}

p {
    color: #584B39;
    font-size: 1.4em; /* 14px */ 
    font-weight: 400;
	line-height: 2.2em;
} 

.center {
    text-align: center;
}

table {
    font-size: 1.4em; /* 14px */ 
    font-weight: 400;
    line-height: 2.2em;
    text-align: left;
}

th {
    font-weight: 400;
}

a:link {
    text-decoration: underline;
	outline: none;
    color: #584B39;
}
a:visited {
    text-decoration: underline;
    outline: none;
    color: #584B39;
}
a:hover {
    text-decoration: underline;
    outline: none;
    color: #F0D2C8;
}
a:active {
    color: #F0D2C8;
}

/*反転時の文字色・背景色 */
::selection {
    /*background: #000; 背景色*/
    color: #F0D2C8; /*文字色*/
}
::-moz-selection {
    /*background: #000; 背景色*/
    color: #F0D2C8; /*文字色*/
}

/* clearfix */ 
.clearfix:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}  

.clearfix {
    display: inline-table;
}  

/* Hides from IE-mac */ 
* html .clearfix {
    height: 1%;
}  
.clearfix {
    display: block;
}  
/* End hide from IE-mac */  

/*////////////////////////////////////// wrapper & container ////////*/

#wrapper {
    width: 1100px; /* スマホ表示の際、左右に50pxの余白を設けるため */ 
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/*////////////////////////////////////// ヘッダー ////////*/

#header {
    width: 100%;
    position: relative;
    top: 65px;
}

#header h1 {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 387px;
    height: 214px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 2;
}

/*////////////////////////////////////// グローバルナビ ////////*/

#navi {
    width: 1000px;
    height: 150px;
    position: absolute;
    top: 70px;
}

ul.menu {
    margin: 0px 0px 0px 0px;
    list-style-type: none;
}

ul.menu li {
    float: left;
}

ul.menu li a {
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

ul.menu li a:hover {
    background-position: 0 -75px;
}

ul.menu li a.menu_1 {
    border-left: dashed 1px #ED1C24;
    background-image: url(../images/navi_about.png);
    width: 150px;
    height: 75px;
}

ul.menu li a.menu_2 {
    border-left: dashed 1px #ED1C24;
    border-right: dashed 1px #ED1C24;
    background-image: url(../images/navi_event.png);
    width: 150px;
    height: 75px;
}

ul.menu li a.menu_3 {
    border-left: dashed 1px #ED1C24;
    background-image: url(../images/navi_option.png);
    width: 150px;
    height: 75px;
    margin-left: 394px;
}

ul.menu li a.menu_4 {
    border-left: dashed 1px #ED1C24;
    border-right: dashed 1px #ED1C24;
    background-image: url(../images/navi_company.png);
    width: 150px;
    height: 75px;
}

/*////////////////////////////////////// SNSリンク ////////*/

#social {
    position: absolute;
    top: -30px;
    right: 0px;
}

ul.button {
    margin: 0 0 0 0;
    list-style-type: none;
}

ul.button li {
    float: left;
}

ul.button li a {
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

ul.button li a:hover {
    background-position: 0 -27px;
}

ul.button li a.facebook {
    background-image: url(../images/social_facebook.png);
    width: 109px;
    height: 27px;
    margin-right: 30px;
}

ul.button li a.twitter {
    background-image: url(../images/social_twitter.png);
    width: 86px;
    height: 27px;
}

/*////////////////////////////////////// メインビジュアル ////////*/

#main {
    position: relative;
    margin-top: 30px;
}

#main img {
    margin-top: 0px;
    z-index: -1;
}

#main h2 {
    background-image: url(../images/title_about.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 475px;
    height: 55px;
    margin-top: 35px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

/*////////////////////////////////////// 電動バギー ////////*/

#about  {
    position: relative;
    margin-top: 60px;
}

#about h3 {
    position: relative;
    text-align: left;
    background-image: url(../images/headline_about.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: auto;
    height: 63px;
    padding-top: 8px;
    padding-left: 230px;
}

.note  {
    position: relative;
    margin-top: 45px;
    text-align: left;
}

.note img  {
    float: left;
}

.note .text  {
    position: relative;
    float: left;
    display: block;
    width: 650px;
    margin-left: 50px;
}

#about1  {
    background-image: url(../images/about1_catch.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 443px;
    height: 29px;
    margin-bottom: 20px;
}

#about2  {
    background-image: url(../images/about2_catch.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 387px;
    height: 29px;
    margin-bottom: 20px;
}

#about3  {
    background-image: url(../images/about3_catch.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 345px;
    height: 29px;
    margin-bottom: 20px;
}

#about4  {
    background-image: url(../images/about4_catch.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 349px;
    height: 29px;
    margin-bottom: 20px;
}

/* 電動バギーの詳細（リスト） */ 
#about .info {
    background-color: #ffffff;
    position: relative;
    width: 750px;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 40px 0px 40px;
}

#about .info tr{
    border-bottom: dashed 1px #584B39;
}

#about .info th {
    color: #ED1C24;
    width: 150px;
    vertical-align: top;
    display:table-cell;
    padding: 18px 0px 18px 10px;
}
#about .info td {
    color: #584B39;
    width: 600px;
    padding: 18px 0px 18px 0px;
}

/* 補足事項（リスト） */ 
#about .info_sub {
    background-color: #ffffff;
    position: relative;
    width: 750px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 40px 22px 40px;
}

#about .info_sub tr{
    border-bottom: dashed 1px #584B39;
}
#about .info_sub tr:last-child { /* リストの最後のセルの枠線 */ 
    border: none;
}

#about .info_sub td {
    color: #584B39;
    width: 750px;
    padding: 18px 0px 18px 10px;
}

/*////////////////////////////////////// イベント実施例 ////////*/

#event  {
    position: relative;
    margin-top: 80px;
}

#event h3 {
    text-align: left;
    background-image: url(../images/headline_event.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: auto;
    height: 63px;
    padding-top: 8px;
    padding-left: 230px;
}

#event a.movie1 {
    display: block;
    text-indent: -9999px;
    background-image: url(../images/movie1.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 212px;
    margin-right: 50px;
    float: left;
}

#event a.movie2 {
    display: block;
    text-indent: -9999px;
    background-image: url(../images/movie2.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 212px;
    margin-right: 50px;
    float: left;
}

#event a.movie3 {
    display: block;
    text-indent: -9999px;
    background-image: url(../images/movie3.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 212px;
    float: left;
}

#event a.movie1:hover, #event a.movie2:hover, #event a.movie3:hover {
    background-position: 0 -212px;
}

.movie1 img, .movie2 img, .movie3 img {
    margin-top: 227px;
}


/* イベント風景写真 */ 
#event_upper {
    margin-top: 100px;
    position: relative;
}

#event_lower {
    margin-top: 0px;
    position: relative;
}

#event .photo_left {
    float: left;
    margin-right: 50px;
}

#event .photo_middle {
    float: left;
    margin-top: 50px;
    margin-right: 50px;
}

#event .photo_right {
    float: left;
    margin-top: 100px;
}

p.caption {
    width: 300px;
    margin-top: 10px;
    text-align: justify; /* Firefox用 */
    text-justify: inter-ideograph; /* IE用 */
}


/* 価格表（リスト） */ 
#event .info {
    background-color: #ffffff;
    position: relative;
    width: 750px;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 40px 0px 40px;
}

#event .info tr{
    border-bottom: dashed 1px #584B39;
}

#event .info th {
    color: #ED1C24;
    width: 220px;
    vertical-align: top;
    display:table-cell;
    padding: 18px 0px 18px 10px;
}
#event .info td {
    color: #584B39;
    width: 600px;
    padding: 18px 0px 18px 0px;
}

/* 補足事項（リスト） */ 
#event .info_sub {
    background-color: #ffffff;
    position: relative;
    width: 750px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 40px 22px 40px;
}

#event .info_sub tr{
    border-bottom: dashed 1px #584B39;
}
#event .info_sub tr:last-child { /* リストの最後のセルの枠線 */ 
    border: none;
}

#event .info_sub td {
    color: #584B39;
    width: 750px;
    padding: 18px 0px 18px 10px;
}


/* イベント開催例と費用の目安をチェックボタン */ 

#event a.example_event {
    display: block;
    text-indent: -9999px;
    background-image: url(../images/example_event.png);
    background-repeat: no-repeat;
    width: 521px;
    height: 97px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#event a.example_event:hover {
    background-position: 0 -97px;
}


/*////////////////////////////////////// オプション ////////*/

#option  {
    position: relative;
    margin-top: 80px;
}

#option h3 {
    text-align: left;
    background-image: url(../images/headline_option.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: auto;
    height: 63px;
    padding-top: 8px;
    padding-left: 230px;
}

#option1  {
    background-image: url(../images/option1_catch.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 438px;
    height: 28px;
    margin-bottom: 20px;
}

#option2  {
    background-image: url(../images/option2_catch.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 383px;
    height: 28px;
    margin-bottom: 20px;
}

#option3  {
    background-image: url(../images/option3_catch.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 381px;
    height: 28px;
    margin-bottom: 20px;
}

/* お問い合わせ・お見積り依頼 */ 
#option .info {
    background-color: #ffffff;
    position: relative;
    width: 830px;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

#option p.contact {
    display: block;
    text-indent: -9999px;
    background-image: url(../images/contact_catch.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 747px;
    height: 65px;
}

#option a.mail {
    display: block;
    text-indent: -9999px;
    background-image: url(../images/contact_mail.png);
    background-repeat: no-repeat;
    width: 521px;
    height: 41px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

/*////////////////////////////////////// 運営会社 ////////*/

#company  {
    position: relative;
    margin-top: 80px;
}

#company h3 {
    text-align: left;
    background-image: url(../images/headline_company.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: auto;
    height: 63px;
    padding-top: 8px;
    padding-left: 230px;
}

#company h2 {
    background-image: url(../images/title_company.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 395px;
    height: 55px;
    position: relative;
    margin-top: 35px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

#company a.past_event {
    display: block;
    text-indent: -9999px;
    background-image: url(../images/past_event.png);
    background-repeat: no-repeat;
    width: 521px;
    height: 97px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}

#company a.past_event:hover {
    background-position: 0 -97px;
}

#company_photo {
    margin-top: 50px;
    position: relative;
}

.company_1 {
    float: left;
    margin-right: 50px;
}

.company_2 {
    float: left;
    margin-right: 50px;
}

.company_3 {
    float: left;
}

/* 会社概要（リスト） */ 
#company .info {
    background-color: #ffffff;
    position: relative;
    width: 750px;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 40px 22px 40px;
}

#company tr{
    border-bottom: dashed 1px #584B39;
}
#company tr:last-child { /* リストの最後のセルの枠線 */ 
    border: none;
}

#company th {
    color: #ED1C24;
    width: 150px;
    vertical-align: top;
    display:table-cell;
    padding: 18px 0px 18px 10px;
}
#company td {
    color: #584B39;
    width: 600px;
    padding: 18px 0px 18px 0px;
}

/*////////////////////////////////////// フッター ////////*/

#footer  {
    margin-top: 60px;
    position: relative;
}

#copyright {
    display: block;
    position: relative;
    text-indent: -9999px;
    background-image: url(../images/copyright.png);
    background-repeat: no-repeat;
    width: 440px;
    height: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#pagetop a {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: block;
    text-indent: -9999px;
    background-image: url(../images/pagetop.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 20px;
}

#pagetop a:hover {
    background-position: 0 -20px;
}


/*////////////////////////////////////// イベント開催例と費用の目安をチェックボタン_fixed ////////*/

#to_example a {
    position: fixed;
    top: calc(50% - 277px/2);
    right: 0px;
    display: block;
    text-indent: -9999px;
    background-image: url(../images/to_example.png);
    background-repeat: no-repeat;
    width: 97px;
    height: 277px;
}

#to_example a:hover {
    background-position: -98px 0;
}

/*////////////////////////////////////// 過去のイベントの実績 ////////*/

#past_event h2 {
    background-image: url(../images/title_past_event.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 475px;
    height: 55px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

/* 過去の実績（リスト） */ 
#past_event .info {
    background-color: #ffffff;
    position: relative;
    width: auto;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 40px 22px 40px;
}

table.table_past {
    float: left;
}

#past_event tr{
    border-bottom: dashed 1px #584B39;
}

#past_event tr:last-child { /* リストの最後のセルの枠線 */ 
    border: none;
}

#past_event th {
    color: #ED1C24;
    width: 150px;
    vertical-align: top;
    display:table-cell;
    padding: 18px 0px 18px 10px;
}

#past_event td {
    color: #584B39;
    width: 400px;
    padding: 18px 0px 18px 10px;
}

#event_photo {
    float: left;
    width: 300px;
    margin-top: 18px;
    margin-left: 50px;
}

#past_event img {
    margin-bottom: 40px;
}

/* 戻るボタン */ 
#back {
    position: absolute;
    top: -30px;
    left: 0px;
}

ul.back_button {
    margin: 0 0 0 0;
    list-style-type: none;
}

ul.back_button li {
    float: left;
}

ul.back_button li a {
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

ul.back_button li a:hover {
    background-position: 0 -27px;
}

ul.back_button li a {
    background-image: url(../images/back.png);
    width: 126px;
    height: 27px;
}


/*////////////////////////////////////// チャレンジバギーイベント実施例実施例 ////////*/
#example {
    position: relative;
    margin-bottom: 100px;/* 実勢40px（100-60px（※footerのmargin）） */ 
}

#example h2 {
    background-image: url(../images/title_example.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 475px;
    height: 55px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

/* イベント風景写真 */
.example_content {
    margin-top: 120px;
    position: relative;
    height: 519px;
}

.note .ex_text  {
    position: relative;
    float: left;
    display: block;
    width: 500px;
    margin-left: 25px;
}

img.ex_main_photo {
    margin-left: -25px;
}

.example_photo {
    margin-top: 30px;
    position: relative;
}

#example .photo_left {
    float: left;
    margin-right: 50px;
}

#example .photo_middle {
    float: left;
    margin-right: 50px;
}

#example .photo_right {
    float: left;
}
