@charset "utf-8";

/*キャッチコピー
----------------------------------------------------------- */
.titleCatch {
	margin-top:30px;
	margin-bottom:23px;
	}

/*見出し
----------------------------------------------------------- */
.title01 {
	overflow:hidden;
	width:555px;
	}

.title01 img {
	float:left;
	}
	
.title01 h3 {
	float:right;
	width:475px;
	color:#666666;
	font-size:150%;
	font-weight:bold;
	}
	
.title01 h3 span {
	display:block;
	font-size:60%;
	font-weight:normal;
	}

/* ↓ 20100616 h1タグの移動に伴い追加 ↓ */
.title01 h2 {
	float:right;
	width:475px;
	color:#666666;
	font-size:150%;
	font-weight:bold;
	}
	
.title01 h2 span {
	display:block;
	font-size:60%;
	font-weight:normal;
	}
/* ↑ 20100616 h1タグの移動に伴い追加 ↑ */

/* ↓　20150327 h3タグ,ボタンの追加　↓*/

.titlepamp h3{
	font-size:110%;
	font-weight:bold;
	color:#666666;
	padding:15px 15px 15px 10px;
	}

#btnHotel a {
	font-size: 13px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	text-align: center;
    background: #008fc7; /* Old browsers */
    background: -moz-linear-gradient(top,  #008fc7 0%, #01648e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008fc7), color-stop(100%,#01648e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #008fc7 0%,#01648e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #008fc7 0%,#01648e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #008fc7 0%,#01648e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #008fc7 0%,#01648e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fc7', endColorstr='#01648e',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 10px 1.4em;
}

#btnHotel {
	text-align: center;
	margin-bottom:15px;
}
/* ↑　20150327 h3タグ、ボタンの追加　↑*/
.title01 p {
	float:right;
	width:475px;
	margin-top:10px;
	line-height:1.2;
	}

/*灰色帯つき見出し
----------------------------------------------------------- */
.title02 {
	padding:5px;
	background:#F3F3F3;
	font-weight:bold;
	font-size:110%;
}