@charset "utf-8";

/***************************************************************************
*
* ENGLISH STYLE
*
***************************************************************************/
#mainMenu {
	margin-bottom: 33px;
}
/*content css*/
.banner {
	margin-bottom: 65px;
}
.banner .bannerText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	text-align: center;
	width: 100%;
    font-family: Mincho;
}
.areaSub {
	font-size: 20px;
	line-height: 1.75;
	margin-bottom: 72px;
}
.areaTitle {
	color: #f9854b;
	font-size: 20px;
	border-left: 10px solid #f9854b;
	padding-left: 25px;
	line-height: 2.5;
	margin-bottom: 44px;
}
.areaMid .leftMid {
	width: 745px;
	float: left;
}
.areaMid .leftMid .item {
	border: 1px solid rgba(0,0,0,0.2);
	text-align: center;
	padding: 12px 0;
	position: relative;
}
.areaMid .leftMid .item+.item {
	margin-top: 52px;
}
.areaMid .leftMid .item+.item:before {
	background: url(../img/english/BGmid.png) no-repeat center center;
	content: '';
	width: 17px;
	height: 32px;
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.areaMid .leftMid .item p {
	font-size: 19px;
}
.areaMid .rightMid {
	width: calc(100% - 755px);
	float: right;
}
.rightMid .listImg li {
	display: inline-block;
	margin-bottom: 5px;
}
.areaMid {
	margin-bottom: 66px;
}
.areaBot .areaTable {
	width: 100%;
	margin-bottom: 10px;
}
.areaTable th, td {
	border: 1px solid rgba(0,0,0,0.2);
	font-size: 18px;
}
.areaTable th {
	width: 100%;
	background: #f37024;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 12px 0;
}
.areaTable tr {
	width: 100%;
}
.areaTable .price {
	width: 16.5%;
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
}
.areaTable .date {
	text-align: center;
	padding: 13px 0;
	width: 16.5%;
}
.areaTable .note {
	padding-left: 15px;
}
.request {
	width: 100%;
	text-align: right;
	color: #c1272d;
	font-size: 18px;
	margin-bottom: 45px;
}
.areaBot .btnBot {
	text-align: center;
}
.areaBot .btnBot a:hover {
	opacity: 0.8;
	transition: all 0.5s;
}
/*SP STYLE*/
@media (max-width: 768px) {
	.banner .bannerText {
		font-size: 4vw;
	}
	.banner {
		margin-bottom: 15px;
	}
	.areaSub {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	.areaTitle {
		font-size: 16px;
		border-left: 8px solid #f9854b;
		padding-left: 10px;
		line-height: 2;
		margin-bottom: 20px;
	}
	.areaMid .leftMid {
		width: 100%;
		margin-bottom: 20px;
	}
	.areaMid .leftMid .item p {
		font-size: 14px;
	}
	.areaMid .rightMid {
		width: 100%;
		text-align: center;
	}
	.rightMid .listImg {
		text-align: center;
	}
	.rightMid .listImg li {
		display: inline-block;
		margin-bottom: 5px;
		width: 49%;
	}
	.rightMid .listImg li:nth-child(3) {
		width: 100%;
	}
	.areaTable th, td {
		font-size: 14px;
	}
	.areaTable th {
		font-size: 16px;
		text-align: center;
		padding: 5px 0;
	}
	.areaTable .price {
		width: 20%;
		padding-top: 0;
		vertical-align: middle;
	}
	.areaTable .date {
		padding: 5px 0;
		width: 20%;
	}
	.request {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.areaBot .btnBot {
		text-align: center;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
}