@charset "utf-8";

.infobox {
	padding: 40px 0;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #000066;
	display: flex;
	justify-content: space-between;
}

.image {
	width: 210px;
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}

.image img {
	border: thin solid #C0C0C0;
	padding: 3px;
	width: 210px;
}

.yoyaku a {
	border: thin solid #C0C0C0;
	padding: 0.5rem 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #663300;
	font-size: 1.5rem;
	color: #FFFFFF;
	margin-top: 15px;
}

.yoyaku a:hover {
	color: #FFFF00;
}

.yoyaku a:visited {
	color: #FFF;
}

.yoyaku_tel {
	border: thin solid #C0C0C0;
	padding: 0.5rem 0;
	width: 207px;
	height: 20px;
	display: block;
	margin-top: 15px;
	margin-left: -5px;
	text-align: center;
	background-color: #07B;
	font-size: 14px;
	color: #fff;
}

.yoyaku_tel a {
	text-decoration: none;
	color: #fff;
}


table.planinfo {
	width: 100%;
	text-align: left;
	line-height: 150%;
	font-size: 14px;
	border-collapse: collapse;
	border-spacing: 1px;
	empty-cells: show;
	margin-bottom: 10px;
}

table td.planname {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: thin solid #C0C0C0;
	text-align: left;
	padding-left: 10px;
	font-size: 1.5rem;
	background-color: #DDDDDD;
	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#FFF, #BBB);
	color: #333333;
	font-weight: bold;
}

table td.planname span {
	position: relative;
	padding-left: 1.5rem;
}

table td.planname span::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 5px;
	height: 20px;
	background-color: #990000;
	top: 0px;
	left: 0px;
}

table td.left {
	border: thin solid #C0C0C0;
	width: 90px;
	text-align: center;
	color: #FFFFFF;
	background-color: #808080;
}

table td.right {
	border: thin solid #C0C0C0;
	width: 310px;
	padding-left: 20px;
	background-color: #EFEFEF;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
}

.rightbox {
	width: calc(100% - 200px);
}

.rightbox p {
	color: #0033CC;
	text-align: left;
}

.memo {
	width: 100%;
	margin: 0px 0px -10px 0px;
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	color: #CC0000;
}

/* ■スマホ用CSS
--------------------------------------------------------------*/

/*スマホ用要素PC非表示*/


/*スマホ用表示*/
@media screen and (max-width: 750px) {
	.page_title {
		width: 100%;
		height: 40px;
		background-position: right bottom;
		margin-top: 2rem;
		color: #fff;
		font-size: 1.7rem !important;
		font-weight: bold;
		padding-top: 0.5rem;
		padding-left: 1rem;
		box-sizing: border-box;
		font-family: "TBUDGothic E";
	}

	.catch {
		font-size: medium;
		line-height: 1.25em;
		margin: 1em auto;
		padding-left: 0.5em;
	}

	span.medium {
		font-size: medium;
	}

	.memo00 {
		width: 100%;
		box-sizing: border-box;
		font-size: small;
		margin: 20px 0px -10px 0;
	}

	.infobox {
		margin: 20px 0px;
		padding: 15px 0px 20px 0px;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		border-bottom-style: solid;
		border-bottom-width: 10px;
		border-bottom-color: #ddd;
		display: flex;
		/* Flexコンテナ―に設定 */
		flex-direction: column;
	}

	.image {
		float: right;
		border: none;
		margin: -10px 0 0 0;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		text-align: center;
		order: 2;
	}
	.image img {
		width: 80%;
		margin: 0 auto;
	}

	.rightbox {
		width: 100%;
		box-sizing: border-box;
		height: auto;
		margin-left: 0px;
		margin-bottom: 20px;
		order: 1;
	}

	.rightbox p {
		width: 100%;
		box-sizing: border-box;
		height: auto;
		line-height: 150%;
		font-size: 14px;
		color: #0033CC;
		display: block;
		margin-bottom: 5px;
	}

	.yoyaku {
		width: 100%;
		height: auto;
		text-align: center;
	}

	.yoyaku a {
		border: none;
		padding: 10px;
		width: 75%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		background-color: #663300;
		font-size: 14px;
		color: #FFFFFF;
	}

	.yoyaku_tel {
		border: thin solid #C0C0C0;
		padding: 3px;
		width: 250px;
		height: auto;
		margin: 15px auto;
		text-align: center;
		background-color: #CCCCCC;
		font-size: 14px;
		color: #333333;
	}

	.yoyaku_tel a {
		text-decoration: underline;
	}

	.memo {
		width: 100%;
		box-sizing: border-box;
		height: auto;
		margin: 0px 0px 5px 0px;
		font-size: 12px;
		text-align: left;
		line-height: 150%;
		color: #CC0000;
	}

	table.planinfo {
		width: 100%;
		box-sizing: border-box;
		height: auto;
		line-height: 150%;
		font-size: 14px;
		clear: left;
		border-collapse: collapse;
		border-spacing: 1px;
		empty-cells: show;
		margin-left: 0px;
		margin-bottom: 10px;
	}

	table td.planname {
		width: 100%;
		box-sizing: border-box;
		height: 40px;
		border: thin solid #C0C0C0;
		text-align: left;
		padding-left: 10px;
		font-size: 14px;
		background-color: #DDDDDD;
		/*背景色（古いブラウザだとここの色のみが出ます）*/
		;
		background-image: linear-gradient(#FFF, #BBB);
		color: #333333;
		font-weight: bold;
	}

	table td.left {
		width: 100px;
		height: 30px;
		text-align: center;
		line-height: 150%;
		font-size: 14px;
		color: #FFFFFF;
		background-color: #808080;
		border: thin solid #C0C0C0;
	}

	table td.right {
		text-align: left;
		padding-left: 20px;
		line-height: 150%;
		font-size: 14px;
		background-color: #EFEFEF;
		color: #333333;
		padding-top: 9px;
		padding-bottom: 8px;
		border: thin solid #C0C0C0;
	}

}

/* goToTravelキャンペーン */
#gototravel {
	margin: 10px auto;
	width: 100%;
	padding-bottom: 30px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #000066;
	text-align: center;
}

#gototravel img {
	width: 100%;
	height: auto;
}

/*.goto_mark {
	position: absolute;
	top: -10px;
	right: 5px;
}*/

/*.goto_target {
	color: #3333CC;
}*/

/*.goto_box {
	font-size: 14px;
	margin: 1em 0;
	text-align: justify;
	width: 100%;
}*/

.goto_mark,
.goto_target,
.goto_box {
	display: none;
}

.underline {
	text-decoration: underline;
}