@charset "Shift_JIS";

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

html, body,
div, p,
table, tr, th, td,
ul, ol, li,
dl, dt, dd,
h1, h2, h2, 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: #f8f8f8;
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro",  "MS PGothic", sans-serif;
	position: relative;
}

a {
	color: #0166e2;
	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;
  /**/
}

.red { color: #f23b3b; }
.blue { color: #0166e2; }
.bold { font-weight: bold; }
.center { text-align: center; }

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

#container {
	width: 980px;
	background: #fff;
	margin: auto;
	padding-bottom: 10px;
}

h1 {
	margin-bottom: 35px;
}

h2 {
	padding: 3px 0;
	background: #4f70ad;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

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

.no-border {
	border: none !important;
}

.section_inner {
	padding: 20px 30px;
}


#read {
	padding: 15px 0;
	font-size: 19px;
	line-height: 2em;
}
	
.section table {
	width: 100%;
	border: 0;
}
.section th,
.section td {
	padding: 5px 10px;
	font-size: 12px;
	border-top: 1px solid #a2adc1;
	border-left: 1px solid #a2adc1;
	border-right: 1px solid #a2adc1;
	border-bottom: 1px solid #a2adc1;
}

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

.section th {
	background: #e2f2ff;
}
.section td.price {
	color: #4f70ad;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.section th.time {
	width: 60px;
	text-align: center;
	font-size: 11px;
}
.section tfoot td {
	padding: 5px 0 0;
	border: 0;
}
.section .list th {
	background: #4f70ad;
    color: #fff;
}

.optional_tour {
    padding: 15px;
    background: #ddd;
    margin-top: 15px;
	font-size: 13px;
}
#option1 {
    background: #c4ebfd;
}
#option2 {
    background: #fffdaf;
}
#option2 dd {
    display: inline-block;
    vertical-align: top;
}
#option2 dd:nth-child(1) {
    width: 700px;
    margin-right: 15px;
}
#option2 dd:nth-child(2) {
    width: 150px;
}
#option2 dd img {
    width: 100%;
}

#hotel {
    margin-top:20px;
}
#hotel td {
    text-align: center;
    border: none;
    vertical-align: top;
}
#hotel td img {
    height: 145px;
    margin-bottom: 5px;
}


#schedule tbody {
	border-right: 1px solid #a2adc1;
	border-bottom: 1px solid #a2adc1;
}
#schedule td {
	border-right: none !important;
	border-bottom: none !important;
    line-height: 20px;
}
#schedule td.no-top {
	border-top: none !important;
}
#schedule td.no-left {
	border-left: none !important;
}

#schedule h5 {
	color: #444;
    background: #c4eaf5;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
    border-radius: 5px;
	border: none;
}

.entry {
	width: 600px;
	background: #fff178;
	margin: 50px auto;
	padding: 25px;
	font-size: 16px;
    font-weight: bold;
	text-align: center;
}

.entry2 {
	margin: 50px auto 65px;
	text-align: center;
}
