@charset "utf-8";
@charaset "shift_jis";

/* ============================= 共通 =============================  */
#topics.centerbody {
	max-width: 1000px;
	margin: 0 auto;
}

* {
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li {
	list-style-type: none;
}

p,
li,
ul,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
	overflow: hidden;
}

a:hover {
	color: #F60;
}

.reserveBtn {
	width: 80%;
	margin: 10px auto;
}

.reserveBtn a {
	display: block;
	background: #FF9900;
	color: #fff !important;
	font-weight: bold;
	padding: 8px 0;
	border-radius: 5px;
	text-align: center;
	font-size: 1.3em;
	box-shadow: 0 5px 0 rgba(102, 102, 102, 1);
	transition: all .25s ease;
}

.reserveBtn a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}

.reserveBtn a i {
	margin-left: 5px;
}

/*見出し*/
.mainIslandCont h2 {
	margin-top: 30px;
	margin-bottom: 8px;
	border-top: 5px solid #666;
	border-bottom: 5px solid #666;
	padding: 15px 0;
	text-align: center;
	font-size: 2em;
	background: #fff;
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#pageNav {
	margin: 10px 0;
}

#pageNav ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

#pageNav ul li {
	display: table-cell;
	float: none;
	vertical-align: middle;
	padding: 10px 0;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #666;
}

#pageNav ul li i {
	margin-left: 5px;
}

#pageNav ul li:last-child {
	border-right: none;
}

.mainIslandCont #tourData h2 {
	border: none;
	padding: 0;
	font-size: 1.5em;
}

#tourData p {
	font-size: 1.2em;
}

#tourData table {
	width: 90%;
	margin: 8px auto;
	background: none;
	font-size: 1.2em;
	border: 1px solid #666;
}

#tourData table th {
	border-bottom: none !important;
	background: #eee !important;
	text-align: center !important;
	width: 16%;
	vertical-align: middle;
}

#tourData table th,
#tourData table td {
	border: 1px solid #666 !important;
	padding: 8px 5px !important;
}

#tourData table span {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.2em;
}

#tourData table a {
	float: right;
	display: block;
	background: #f90;
	color: #fff;
	padding: 3px 8px;
	margin-right: 8px;
}

#tourData table li {
	padding: 5px 0;
	border-bottom: 1px dotted #999;
}

/*リード*/
h3 {
	font-size: 1.4em !important;
	color: #333 !important;
	border-bottom: 6px #999 solid !important;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 5px !important;
}

h3:after {
	border-bottom: 6px #ffcc33 solid;
	bottom: -6px;
	left: 0;
	width: 20%;
	content: "";
	display: block;
	position: absolute;
}

.leadtxtCont {
	padding: 8px 15px;
	clear: both;
}

.leadImg {
	float: left;
	margin: 0px 8px 0px 0px;
}

.leadCont {
	float: left;
	width: 100%;
	padding: 10px;
}

.leadCont {
	line-height: 1.3em;
	font-size: 1.1em;
}

.leadCont p {
	font-size: 1.1em;
	line-height: 1.4em;
}

.lead_model {
	width: 94%;
	margin: 8px auto;
	background-image: linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 50%, #ddd 50%, #ddd 75%, transparent 75%, transparent);
	background-size: 4px 4px;
	font-size: 1.1em;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

.lead_model p {
	padding: 5px 10px;
	background: #666;
	color: #fff;
	border-bottom-right-radius: 5px;
	width: 25%;
	text-align: center;
}

.lead_model dl {
	padding: 8px;
}

.lead_model dl dt {
	font-size: 1em;
	font-weight: bold;
	background: #ffcc33;
	padding: 3px 5px;
	display: inline-block;
}

.lead_model dl dt i,
.lead_model p i {
	margin-right: 5px;
}

.lead_model dl dd {
	margin: 5px 0 10px;
}

.lead_model ul {
	padding: 8px;
}

.lead_model ul li {
	margin-bottom: 3px;
}

.lead_model ul li:before {
	content: '・';
}

.lead_model .linkTaiken {
	font-weight: bold;
	padding: 0px 0px 3px 12px;
	text-decoration: underline;
	background: #fff;
	display: inline-block;
	margin: 0 0 8px 8px;
	border: 1px solid #666;
}

.lead_model .linkTaiken i {
	margin: 0 5px;
}

.coursemap .courseMapInner p {
	width: 632px;
	margin: 8px auto;
}

.coursemap dl {
	width: 60%;
	margin: 8px auto;
	font-size: 1.3em;
}

.coursemap dl dt {
	width: 40%;
	float: left;
	padding: 8px 0px;
}

.coursemap dl dd {
	width: 60%;
	float: left;
	padding: 8px 0px;
	position: relative;
}

.coursemap dd:after {
	content: '↓';
	position: absolute;
	bottom: -10px;
	left: 10px;
	font-weight: bold;
}

.coursemap dd.noArrow:after {
	content: '';
}

.sightseeing ul li {
	border: 1px #999 solid;
	padding: 8px;
	box-sizing: border-box;
	margin-bottom: 8px;
	width: 100%;
	font-size: 1.2em;
}

.sightseeing ul li h3 {
	color: #666;
	border-bottom: 1px dashed #999;
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 5px;
}

.sightseeing ul li:nth-child(odd) {
	margin-right: 8px;
}

.sightseeing ul li .sightImg {
	float: left;
	width: 40%;
	margin-right: 8px;
}

.sightseeing ul li .sightText {
	float: left;
	width: 57%;
}

.sightseeing ul li img {
	width: 100%;
}

/*検索部分*/
#searchPlan .searchDate {
	width: 80%;
	margin: 20px auto;
	border: #333333 3px solid;
	font-size: 13px;
}

#searchPlan .searchDate .searchDateTtl {
	background: #333333;
	text-align: center;
	padding: 8px 0;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

#searchPlan .searchDate ul {
	border-bottom: 1px solid #CCC;
	padding: 12px 0;
	display: flex;
	justify-content: space-around;
}

#searchPlan .searchDate ul li {
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#searchPlan .searchDate ul li a {
	text-decoration: underline;
}

#searchPlan .chooseDate {
	padding: 12px 15px 30px;
}

#searchPlan .chooseDate p {
	font-weight: bold;
	margin-bottom: 8px;
}

.chooseDate .input_date {
	float: left;
}

#searchPlan .chooseDate input {
	border: 1px solid #eee;
}

#searchPlan .chooseDate img {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

#searchPlan .chooseDate button {
	padding: 5px 20px;
	text-align: center;
	cursor: pointer;
	background: #f90;
	border: none;
	color: #fff;
	margin-left: 15px;
}

#searchPlan .searchCondition {
	float: right;
	width: 41%;
}

#searchPlan .searchCondition div {
	border: #333333 3px solid;
	position: relative;
	text-align: center;
	font-weight: bold;
}

.leadImg {
	float: left;
	margin: 8px auto;
}

.leadImg img {
	width: 388px;
	height: 257px;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.mainIslandCont h2 {
		padding: 12px 0;
		font-size: 1.4em;
	}

	#pageNav ul li,
	#tourData p {
		font-size: 1em;
	}

	.mainIslandCont #tourData h2 {
		border: none;
		padding: 0;
		font-size: 1.2em;
	}

	#tourData table {
		width: 98%;
		font-size: 1em;
		text-align: left;
	}

	#tourData table th {
		display: block;
		width: 100%;
		padding: 5px 0 !important;
		border: none !important;
	}

	#tourData table td {
		display: block;
		padding: 5px !important;
		border: none !important;
	}

	#tourData ul {
		width: 98%;
	}

	#tourData ul li {
		width: 100%;
		font-size: 1.1em;
		font-weight: bold;
	}

	.leadtxtCont {
		padding: 8px;
	}

	.leadImg {
		float: none;
		width: 80%;
		margin: 8px auto;
	}

	.leadImg img {
		width: 350px;
		height: auto;
		object-fit: contain;
	}

	h3 {
		font-size: 1.1em !important;
	}

	.leadCont {
		float: none;
		width: 100%;
		padding: 10px;
	}

	.leadCont p {
		font-size: 1em;
		line-height: 1.2em;
	}

	.coursemap .courseMapInner {
		height: auto;
	}

	.coursemap .courseMapInner p {
		width: 100%;
	}

	.coursemap dl {
		width: 96%;
		margin: 8px auto;
		font-size: 1em;
	}

	.coursemap dl dt {
		width: 40%;
	}

	.coursemap dl dd {
		width: 60%;
	}

	.coursemap .reserveBtn {
		width: 90%;
	}

	.coursemap .reserveBtn a {
		font-size: 1.1em;
		font-weight: bold;
	}

	.sightseeing ul li {
		width: 96%;
		margin: 0px auto 8px;
		float: none;
		font-size: 1em;
	}

	.sightseeing ul li h3 {
		background: none;
		padding: 0;
		margin-top: 0;
		font-size: 1.1em;
	}

	.sightseeing ul li .sightImg {
		float: none;
		width: 80%;
		margin: 0px auto 5px;
	}

	.sightseeing ul li .sightText {
		float: none;
		width: 100%;
	}

	#searchPlan .searchDate {
		width: 100%;
	}

	.chooseDate .input_date input {
		width: 13%;
	}

	.chooseDate .input_date input.year1 {
		width: 25%;
	}
}

.tab-area {
	display: flex;
	justify-content: space-between;
}

.tab {
	flex: 0 0 48%;
	padding: 15px 0;
	text-align: center;
	border: 3px solid #666;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	cursor: pointer;
	font-size: 1.1rem;
	position: relative;
}

.tab-content {
	display: none;
	border: 3px solid #666;
	margin-top: -2px;
	padding: 10px;
}

.tab-content.show {
	display: block;
}

.tab.comingsoon::before {
	position: absolute;
	background: rgb(85, 85, 85, 0.8);
	content: 'coming soon';
	text-align: center;
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: bold;
}

.leadtxtCont {
	display: flex;
}

/* default.cssから移植 */
a:link {
	color: #069;
}

a:visited {
	color: #036;
}

a:hover {
	color: #39c;
}

/*PCで無効*/
.pc_hid {
	display: none;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
	.pc_hid {
		display: block;
	}
}