@charset "UTF-8";

/*
	##### SITE NAME #####
	Copyright (C) KAYAC Inc. All Rights Reserved.

	[Base]
		0. Resetting default margin and padding
		1. HTML, Body, Anchor
		2. Heading, Paragraph
		3. List
		4. Table
		5. Form
		6. Other
		7. For IE6/7

	[Layout]
		0. Container
		1. Header
		2. Content
		3. Footer

	[Module]
		1. Common Module
		2. ##### SPECIFIC MODULE NAME or SOMETHING #####
		90. Other
		99. Clearfix
*/

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	color: #000;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	*font-size: 82%; /* for ie6/7 */
}

body.osMac {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
}

body.osWin {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a:link {
	color: #00a0e9;
	text-decoration: underline;
}
a:visited {
	color: #00a0e9;
	text-decoration: underline;
}
a:hover,
a:active  {
	color: #006593;
	text-decoration: none;
}
.btnStyle1:hover {
    opacity: 0.8;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2;
}
h2.ttl02{
    clear: both;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
	font-size:160%;
	margin-bottom:20px;
	padding-bottom:10px;
	background:url(../img/line01.png) bottom left repeat-x;
}
h2 span{
	padding-left:30px;
	background:url(../img/icoFlag.png) left bottom no-repeat;
}
h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p01{
	font-weight:bold;
}
.p02{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p03{
	font-size:139%;
}
.p04{
	font-weight:bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:139%;
	letter-spacing:0.2em;
}
.p05{
	font-size:85%;
}
.p06{
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:185%;
	letter-spacing:0.2em;
	padding-bottom:5px;
}
.p07{
	font-size:70%;
}
.p08{
	font-size:93%;
	}

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }

textarea { overflow: auto; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

hr { display: none; }

/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* --- for ie7: page zoom bug fix --- */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
    min-width: 1000px;
    position: relative;
    overflow: hidden;
}
.block00{
	background-color:#ffffff;
	padding:10px 0;
}
.block01{
	width:960px;
	margin:0 auto;
	position:relative;
}
.block02{
	height:550px;
	background:url(../img/bg01.png) center top repeat-x;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#header {}

/* siteName
----------------------------------- */
#siteName {
	position:absolute;
	top:8px;
	left:-20px;
	}
#imgBus{
	position:absolute;
	top:153px;
	left:435px;
}

/* tagline
----------------------------------- */
#tagline {
	float:left;
	padding-top:4px;
	}

/* navGlobal
----------------------------------- */
#navGlobal {}
#navGlobal li {}

/* navUtility
----------------------------------- */
#navUtility {
	float:right;
	}
#navUtility li{
	float:left;
	padding-left:15px;
}

/* countdown
----------------------------------- */
#countdown{
	position:absolute;
	top:0;
	right:0;
	background-color:#ffffff;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
	font-family: Georgia, "Times New Roman", Times, serif,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
	padding:10px 20px 20px;
}
.box01{	
    padding: 10px;
	background-color:#58cbff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    text-align:center;
    line-height: 1;
}
#date{
	font-size:400%;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {
}
#main {
	width: 960px;
	margin: 40px auto;
}
.box02{
	border:solid #000 1px;
	background-color:#fffee4;
	padding:30px;
}
.box03{
	border:solid #000 1px;
	background-color:#fffee4;
	padding:20px;
	margin-right:20px;
	*margin-right:10px;
}

/* --------------------------------------------------
	3. blockMapSection
-------------------------------------------------- */
#blockMapSection {
    position: relative;
    border: solid 1px black;
    margin-bottom: 50px;
}
#blockMapSection .ttl {
    border-bottom: solid 1px black;
}
#blockMapSection .btnTwitter {
    position: absolute;
    top: -30px;
    right: 25px;
}
#blockMapSection .btnTwitter a {
    display: block;
    text-decoration: none;
}
#blockMapSection .btnTwitter .pic {
    display: block;
}
#blockMapSection .btnTwitter a:hover .pic {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
}
#blockMapSection .btnTwitter .balloon {
    position: absolute;
    top: -77px;
    left: 55px;
    height: 77px;
    background: url(../img/bgBalloon.png) no-repeat 0 0;
}
#blockMapSection .btnTwitter a:hover .balloon {
    background-position: 0 100%;
}
#blockMapSection .btnTwitter .balloon .innr {
    display: table-cell;
    width: 157px;
    height: 65px;
    line-height: 1.2;
    vertical-align: middle;
    text-align: center;
    color: black;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#blockMapSection .btnTwitter a:hover .balloon .innr {
    padding: 3px  0 0 3px;
}
#blockMapSection .btnTwitter .balloon em {
    color: #00a0e9;
}
#blockMapSection .mapArea {
    float: left;
    width: 660px;
    border-right: solid 1px black;
    background: #eee;
}
#blockMapSection .mapArea .innr {
    height: 600px;
}
#blockMapSection .mapArea iframe {
    width: 660px;
    height: 600px;
}
#blockMapSection .tweetListArea {
    float: right;
    width: 297px;
    background: #fffee4;
}
#blockMapSection .tweetListArea .tweetList {
    overflow-y: scroll;
    position: relative;
    height: 600px;
}
#blockMapSection .tweetListArea li {
    padding: 20px 15px;
    border-bottom: dashed 1px black;
    *zoom: 1;
}
#blockMapSection .tweetListArea li:hover {
    background: #fff100;
    cursor: pointer;
}
#blockMapSection .tweetListArea li:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
#blockMapSection .tweetListArea li .image {
    overflow: hidden;
    position: relative;
    float: left;
    width: 70px;
    height: 70px;
    background: white;
}
#blockMapSection .tweetListArea li .image span {
    display: block;
    position: relative;
    top: -40px;
    width: 70px;
    height: 150px;
    layout-grid-line: 150px;
    line-height: 150px;
    vertical-align: middle;
}
#blockMapSection .tweetListArea li .image img {
    width: 70px;
    vertical-align: middle;
}
#blockMapSection .tweetListArea li .caption {
    float: right;
    width: 172px;
}
#blockMapSection .tweetListArea li .text {
    margin-bottom: 10px;
    font-size: 93%;
    line-height: 1.4;
} 
#blockMapSection .tweetListArea li .date {
    font-size: 77%;
    color: #777;
    line-height: 1;
}

/* --------------------------------------------------
	4. blockOpenPlace
-------------------------------------------------- */
#blockOpenPlace {
    float: left;
    width: 620px;
    margin-bottom: 60px;
}
#blockOpenPlace h3 {
    float: left;
    padding: 8px 14px;
    margin-bottom: 30px;
    background: #fff100;
    font-size: 120%;
    letter-spacing: 0.25em;
}
#blockOpenPlace .placeGroup {
    clear: both;
}
#blockOpenPlace .placeGroup1,
#blockOpenPlace .placeGroup2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: dashed 1px black;
}
#blockOpenPlace .placeGroup li {
    position: relative;
    float: left;
    width: 205px;
}
#blockOpenPlace .placeGroup li h4 {
    margin-bottom: 10px;
    font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;    
}
#blockOpenPlace .placeGroup li h4 em {
    font-size: 135%;
} 
#blockOpenPlace .placeGroup li h4 span {
    font-size: 120%;
}
#blockOpenPlace .placeGroup li .done {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92px;
    height: 92px;
    margin: -46px 0 0 -70px;
}
#blockOpenPlace .placeGroup3 {
    float: left;
}
#blockOpenPlace .btnReservation {
    float: left;
    width: 404px;
}
/* --------------------------------------------------
	5. blockUserTweet
-------------------------------------------------- */
#blockUserTweet {
    float: right;
    width: 300px;
    height: 300px;
    margin-bottom: 50px;
}
#blockUserTweet h3.ttl {
    padding: 8px 14px;
    margin-bottom: 15px;
    background: #fff100;
    font-size: 120%;
    text-align: center;
    letter-spacing: 0.1em;
}
#blockUserTweet .widget .twtr-ft {
    display: none !important;
}

/* --------------------------------------------------
	6. Footer
-------------------------------------------------- */
#footer {
}

/* kayacProject
----------------------------------- */
#kayacProject dt {
	float: left;
	width: 100px;
}
#kayacProject dd {
	margin-left: 110px;
}
#kayacProject li {
	float: left;
	margin: 0 1em 5px 0;
	white-space: nowrap;
}

/* copyright
----------------------------------- */
#footer .copyright {
	text-align: center;
}

/* --------------------------------------------------
	90. Other
-------------------------------------------------- */
.btn { cursor: pointer; }

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.group { *zoom: 1; } /* for ie6/7 */
.group:after { content: ""; display: block; clear: both; }



/* //////////////////////////////////////////////////
[Class] 
////////////////////////////////////////////////// */

/* display
----------------------------------- */
.dispN  { display: none; }
.dispB  { display: block; }
.dispI  { display: inline; }
.dispIB { display: inline-block; }

/* float
----------------------------------- */
.floatN { float: none; }
.floatL { float: left; }
.floatR { float: right; }

.clearB  { clear: both; }
.clearR { clear: right; }
.clearL { clear: left; }

/* text
----------------------------------- */
.alignL { text-align: left; }
.alignC { text-align: center; }
.alignR { text-align: right; }

.valignT { vertical-align: top; }
.valignM { vertical-align: middle; }
.valignB { vertical-align: bottom; }

.fontB { font-weight: bold; }
.fontN { font-weight: normal; }

.transU { text-transform: uppercase; }
.transL { text-transform: lowercase; }
.transC { text-transform: capitalize; }

/* clearfix
----------------------------------- */
.clearfix,
.group { *zoom: 1; }
.clearfix:after,
.group:after { content: ''; display: block; clear: both; }

/* zoom
----------------------------------- */
.zoom { *zoom: 1; }

/* width / height / margin / padding
----------------------------------- */

/* width (px) */
.w0 { width: 0px; }
.w10 { width: 10px; }
.w20 { width: 20px; }
.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w160 { width: 160px; }
.w170 { width: 170px; }
.w180 { width: 180px; }
.w190 { width: 190px; }
.w200 { width: 200px; }
.w210 { width: 210px; }
.w220 { width: 220px; }
.w230 { width: 230px; }
.w240 { width: 240px; }
.w250 { width: 250px; }
.w260 { width: 260px; }
.w270 { width: 270px; }
.w280 { width: 280px; }
.w290 { width: 290px; }
.w300 { width: 300px; }
.w310 { width: 310px; }
.w320 { width: 320px; }
.w330 { width: 330px; }
.w340 { width: 340px; }
.w350 { width: 350px; }
.w360 { width: 360px; }
.w370 { width: 370px; }
.w380 { width: 380px; }
.w390 { width: 390px; }
.w400 { width: 400px; }
.w410 { width: 410px; }
.w420 { width: 420px; }
.w430 { width: 430px; }
.w440 { width: 440px; }
.w450 { width: 450px; }
.w460 { width: 460px; }
.w470 { width: 470px; }
.w480 { width: 480px; }
.w490 { width: 490px; }
.w500 { width: 500px; }
.w535 { width: 535px; }

/* height (px) */
.h0 { height: 0px; }
.h10 { height: 10px; }
.h20 { height: 20px; }
.h30 { height: 30px; }
.h40 { height: 40px; }
.h50 { height: 50px; }
.h60 { height: 60px; }
.h70 { height: 70px; }
.h80 { height: 80px; }
.h90 { height: 90px; }
.h100 { height: 100px; }
.h110 { height: 110px; }
.h120 { height: 120px; }
.h130 { height: 130px; }
.h140 { height: 140px; }
.h150 { height: 150px; }
.h160 { height: 160px; }
.h170 { height: 170px; }
.h180 { height: 180px; }
.h190 { height: 190px; }
.h200 { height: 200px; }
.h210 { height: 210px; }
.h220 { height: 220px; }
.h230 { height: 230px; }
.h240 { height: 240px; }
.h250 { height: 250px; }
.h260 { height: 260px; }
.h270 { height: 270px; }
.h280 { height: 280px; }
.h290 { height: 290px; }
.h300 { height: 300px; }
.h310 { height: 310px; }
.h320 { height: 320px; }
.h330 { height: 330px; }
.h340 { height: 340px; }
.h350 { height: 350px; }
.h360 { height: 360px; }
.h370 { height: 370px; }
.h380 { height: 380px; }
.h390 { height: 390px; }
.h400 { height: 400px; }
.h410 { height: 410px; }
.h420 { height: 420px; }
.h430 { height: 430px; }
.h440 { height: 440px; }
.h450 { height: 450px; }
.h460 { height: 460px; }
.h470 { height: 470px; }
.h480 { height: 480px; }
.h490 { height: 490px; }
.h500 { height: 500px; }

/* width (col) */
.w1c { width: 120px; }
.w2c { width: 240px; }
.w3c { width: 360px; }
.w4c { width: 480px; }
.w5c { width: 600px; }
.w6c { width: 720px; }
.w7c { width: 840px; }
.w8c { width: 960px; }
.w9c { width: 1080px; }
.w10c { width: 1200px; }

/* margin-right (grid) */
.m1gr { margin-right: 16px; }
.m2gr { margin-right: 32px; }
.m3gr { margin-right: 48px; }
.m4gr { margin-right: 64px; }
.m5gr { margin-right: 80px; }
.m6gr { margin-right: 96px; }
.m7gr { margin-right: 112px; }
.m8gr { margin-right: 128px; }
.m9gr { margin-right: 144px; }
.m10gr { margin-right: 160px; }

/* margin-left (grid) */
.m1gl { margin-left: 16px; }
.m2gl { margin-left: 32px; }
.m3gl { margin-left: 48px; }
.m4gl { margin-left: 64px; }
.m5gl { margin-left: 80px; }
.m6gl { margin-left: 96px; }
.m7gl { margin-left: 112px; }
.m8gl { margin-left: 128px; }
.m9gl { margin-left: 144px; }
.m10gl { margin-left: 160px; }

/* margin-top (grid) */
.m1gt { margin-top: 16px; }
.m2gt { margin-top: 32px; }
.m3gt { margin-top: 48px; }
.m4gt { margin-top: 64px; }
.m5gt { margin-top: 80px; }
.m6gt { margin-top: 96px; }
.m7gt { margin-top: 112px; }
.m8gt { margin-top: 128px; }
.m9gt { margin-top: 144px; }
.m10gt { margin-top: 160px; }

/* margin-bottom (grid) */
.m1gb { margin-bottom: 10px; }
.m2gb { margin-bottom: 20px; }
.m3gb { margin-bottom: 30px; }
.m4gb { margin-bottom: 40px; }
.m5gb { margin-bottom: 50px; }
.m6gb { margin-bottom: 60px; }
.m7gb { margin-bottom: 70px; }
.m8gb { margin-bottom: 80px; }
.m9gb { margin-bottom: 90px; }
.m10gb { margin-bottom: 160px; }

/* padding-right (grid) */
.p1gr { padding-right: 16px; }
.p2gr { padding-right: 32px; }
.p3gr { padding-right: 48px; }
.p4gr { padding-right: 64px; }
.p5gr { padding-right: 80px; }
.p6gr { padding-right: 96px; }
.p7gr { padding-right: 112px; }
.p8gr { padding-right: 128px; }
.p9gr { padding-right: 144px; }
.p10gr { padding-right: 160px; }

/* padding-left (grid) */
.p1gl { padding-left: 5px; }
.p2gl { padding-left: 10px; }
.p3gl { padding-left: 30px; }
.p4gl { padding-left: 40px; }
.p5gl { padding-left: 50px; }
.p6gl { padding-left: 96px; }
.p7gl { padding-left: 112px; }
.p8gl { padding-left: 128px; }
.p9gl { padding-left: 144px; }
.p10gl { padding-left: 160px; }

/* padding-top (grid) */
.p1gt { padding-top: 16px; }
.p2gt { padding-top: 32px; }
.p3gt { padding-top: 48px; }
.p4gt { padding-top: 64px; }
.p5gt { padding-top: 80px; }
.p6gt { padding-top: 96px; }
.p7gt { padding-top: 112px; }
.p8gt { padding-top: 128px; }
.p9gt { padding-top: 144px; }
.p10gt { padding-top: 160px; }

/* padding-bottom (grid) */
.p1gb { padding-bottom: 16px; }
.p2gb { padding-bottom: 32px; }
.p3gb { padding-bottom: 48px; }
.p4gb { padding-bottom: 64px; }
.p5gb { padding-bottom: 80px; }
.p6gb { padding-bottom: 96px; }
.p7gb { padding-bottom: 112px; }
.p8gb { padding-bottom: 128px; }
.p9gb { padding-bottom: 144px; }
.p10gb { padding-bottom: 160px; }
