@charset "UTF-8";

.lang {
	margin: 0 4px 20px 4px;
}

.lang ul {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}

.lang ul li {
	background-color: #E5F0F1;
	width: 24%;
	text-align: center;
	border: 1px solid #ccc;
	border-bottom: none;
}

.lang ul li.active {
	color: #fff;
	background-color: #2892F2;
}

.lang ul li a {
	display: block;
	padding: 10px;
}

.lang ul li.active a {
	color: #fff;
}

/* カテゴリーボタン */
.btnbox.categorybox {
	margin-bottom: 20px;
}

.btnbox.categorybox .btn {
	width: 50%;
}

/* プラン */
.plan {
	margin-bottom: 20px;
}

p.detail_btn_schedule {
	background-color: #FBC41B;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	margin: 0 4px 5px 4px;
	padding: 10px;
	border: 1px solid #a7a7a7;
}

p.detail_btn_schedule:after {
	content: "▼";
}

p.detail_btn_schedule.active:after {
	content: "▲";
}

table.plan_schedule {
	width: 99%;
	margin: 5px 4px;
}

table.plan_schedule th {
	background-color: #BBE7FE;
	white-space: nowrap;
}

table.plan_schedule th,
table.plan_schedule td {
	padding: 10px;
	border: 1px solid #a7a7a7;
}

a.plan_reservation {
	color: #fff;
	background-color: #FBC41B;
	font-size: 20px;
	width: 80%;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	border: 1px solid #F29E21;
	border-radius: 5px;
}


p.detail_btn {
	background-color: #ffffc1;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 0 4px 5px 4px;
	padding: 10px;
	border: 1px solid #a7a7a7;
}

p.detail_btn:after {
	content: "▼";
}

p.detail_btn.active:after {
	content: "▲";
}

table.plan_notice {
	width: 99%;
	margin: 5px auto;
}

table.plan_notice th {
	background-color: #ffffc1;
	white-space: nowrap;
}

table.plan_notice th,
table.plan_notice td {
	padding: 10px;
	border: 1px solid #a7a7a7;
}

/* 他言語版 */

.foreigner #header {
	height: 100px;
}

.foreigner #header h1 {
	width: auto;
}

.foreigner #header h2.headh2 {
	top: 50px;
}

.foreigner #footer-meegle-helpbox {
		position: relative;
		top: 50px;
    left: 0;
    width: auto;
    height: auto;
    text-align: center;
    background-color: #FBFBFB;
    padding: 10px;
}