@charset "Shift_JIS";

/* ----------------------------------------
	reset
---------------------------------------- */

html, body,
div, p,
table, tr, th, td,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
img, a, address {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ----------------------------------------
	setting
---------------------------------------- */

body {
	background: #f5f5f5;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}

a {
	color: #2953ff;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}


/* ----------------------------------------
	clearfix
---------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ----------------------------------------
	container
---------------------------------------- */

#container {
	width: 1000px;
	background: #fff;
	margin: auto;
	padding-bottom: 30px;
}

h1,
h1 img {
	display: block;
}

h2 {
	padding: 30px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
}

h3 {
	padding: 5px 0;
	background: #333;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

h4 {
	margin-bottom: 10px;
	padding: 5px 0;
	border-radius: 10px;
	background: #12b4cb;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

h5 {
	margin: 5px 0;
	padding: 5px;
	color: #fff;
	background: #f35e63;
	font-size: 14px;
	text-align: center;
}

.section {
	width: 900px;
	margin: 0 auto 30px;
	border: 1px solid #333;
}

.section.no-border {
	border: 0;
}

.section_inner {
	padding: 20px;
}

.red {
	color: #ff353c;
}

.blue {
	color: #2953ff;
}
.bold {
	font-weight: bold;
}


.section table {
	width: 100%;
	border: 0;
}

.section th,
.section td {
	padding: 5px 10px;
	border: 1px solid #666;
	text-align: left;
	font-size: 12px;
}

.section .center {
	text-align: center;
}

.section td.price {
	text-align: center;
	font-size: 16px;
	color: #2953ff;
	font-weight: bold;
}

.section thead th {
	background: #dddddd;
	text-align: center;
}

.section tfoot td {
	padding: 5px 0 0;
	border: 0;
}

#hotel td {
	border: 0 !important;
}

#priceAbout th{
	text-align: center;
	background: #dddddd;
}

#entry {
	width: 600px;
	margin: 0 auto 30px;
	padding: 20px;
	border-radius: 15px;
	background: #f35e63;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#entry2 {
	margin: 0 auto 50px;
	text-align: center;
}
