/* CSS Document */







/*****************************************************************************
pageTitle
*****************************************************************************/

#pageTitle {
	height: 542px;
	background:url(../images/titleBg.jpg) 50% 0 no-repeat;
	background-size: auto 100%;
	position: relative;
}
#pageTitle > .inner {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.45);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
#pageTitle > .inner .img {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(105%, -50%);
}
#pageTitle > .inner .img img {
	width: 100%;
}
#pageTitle > .inner .box {
	max-width: 1000px;
	text-align: center;
	line-height: 1;
	color: #ffffff;
	position: relative;
}
#pageTitle .l1 {
	font-size: 4.8rem;
}
#pageTitle .l1 .red {
	color: #dc0002;
}
#pageTitle .l2 {
	margin-top: 20px;
}
#pageTitle .l2 {
	font-size: 1.8rem;
}
#pageTitle .l2 .fa {
	margin-right: 0.2em;
}


@media screen and (max-width: 600px) {
	#pageTitle {
		height: 250px;
		background-position: 38% 0;
	}
	#pageTitle > .inner {
		padding: 12px 0;
		align-items: flex-end;
	}
	#pageTitle > .inner .img {
		width: 75px;
		transform: translate(25%, -105%);
	}
	#pageTitle .l1 {
		font-size: 2.1rem;
	}
	#pageTitle .l2 {
		margin-top: 10px;
		font-size: 0.9rem;
	}
}












/*
priceList2-------------------------------------------------*/
.priceList2 {
	margin-top: 50px;
	padding-top: 45px;
	position: relative;
}
.priceList2::before {
	content: "";
	width: 33px;
	height: 33px;
	border-radius: 100%;
	background: #dc0002;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	
}
.priceListHd2 {
	text-align: center;
	margin-bottom: 10px;
}
.priceListHd2 .hd {
	font-size: 2.6rem;
}
.priceListHd2 .hd2 {
	font-size: 1.2rem;
	color: #777777;
}
.priceListHd2 .hd2.red {
	color: #dc0002;
}

.priceList2 table td {
	color: #dc0002;
}
.priceList2 table td .l {
	font-size: 1.8rem;
}

@media screen and (max-width: 600px) {
	.priceList2 {
		margin-top: 30px;
	}
	.priceListHd2 .hd {
		font-size: 2.1rem;
	}
	.priceListHd2 .hd2 {
		font-size: 1rem;
	}
}
















/*
noteBox-------------------------------------------------*/

.noteBox {
	padding: 10px 0 0;
}
.noteBox li {
	position: relative;
	padding-left: 16px;
	line-height: 1.4;
	margin-top: 0.5em;
	font-size: 0.875rem;
}
.noteBox  li:nth-child(1) {
	margin-top:0;
}
.noteBox  li:before {
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
	display: block;
	height: 12px;
	width: 12px;
	background: #a9a9aa;
	border-radius: 100%;
}






/*****************************************************************************
leadSection
*****************************************************************************/


/*customerBox
-----------------------------------------------------------*/
.customerBox {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 2rem;
}
.customerBox .balloon {
	background: #897052;
	padding: 30px 70px 0 30px;
	border-radius: 18px;
	color: #ffffff;
	position: relative;
	height: 160px;
	white-space: nowrap;
}
.customerBox .balloon::after {
	content: "";
	border-style: solid;
	border-width: 46px 36px 0 0;
	border-color: #897052 transparent transparent transparent;
	position: absolute;
	bottom: -46px;
	left: 70px;
	transform: skewX(-30deg);
}
.customerBox .b1 {
	position: relative;
	padding: 0 0 135px 25px;
}
.customerBox .b1 .img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.customerBox .b2 {
	height: 160px;
	display: flex;
	align-items: center;
	margin-left: 23px;
}
@media screen and (max-width: 600px) {
	.customerBox {
		display: block;
		position: relative;
	}
	.customerBox .balloon {
		padding: 15px;
		font-size: 1.2rem;
		margin:  0 auto;
		width: 84%;
		height: auto;
		text-align: center;
	}
	.customerBox .balloon::after {
		border-width:  36px 0 0 36px;
		bottom: -36px;
		left: 40%;
		transform: skewX(-50deg);
	}
	.customerBox .b1 {
		position: relative;
		padding: 0 0 145px 0;
	}
	.customerBox .b1 .img {
		width: 100%;
		text-align: center;
	}
	.customerBox .b2 {
		display: block;
		height: auto;
		margin: 15px auto 20px;
		padding: 60px 0;
		width: 80%;
		text-align: center;
		font-size: 1.2rem;
		position: relative;
	}
	.customerBox .b2::before,
	.customerBox .b2::after  {
		content:"\f063";
		font-family: FontAwesome;
		color: #dc0002;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		font-size: 44px;
	}
	.customerBox .b2::before  {
		top: 0;
	}
	.customerBox .b2::after  {
		bottom: -10px;
	}

}

/*staffBox
-----------------------------------------------------------*/
.staffBox {
	display: flex;
	align-items: flex-start;
}
.staffBox .balloon {
	background: #38408c;
	padding: 30px 70px 30px 30px;
	border-radius: 18px;
	color: #ffffff;
	font-size: 2rem;
	position: relative;
	margin-right: 50px;
}
.staffBox .balloon::after {
	content: "";
	border-style: solid;
	border-width:  36px 0 0 70px;
	border-color:  transparent transparent transparent #38408c;
	position: absolute;
	top: calc(50% - 18px);
	right: -70px;
	transform: skewY(5deg);
}
.leadSection .subSection22 .staffBox .balloon {
	border: 6px solid #F9EFE3; 
}

@media screen and (max-width: 600px) {
	.staffBox {
		display: block;
		position: relative;
	}
	.staffBox .balloon {
		padding: 15px;
		font-size: 1.3rem;
		margin:  0 auto;
		width: 84%;
		z-index: 1;
	}
	.staffBox .balloon::after {
		border-width: 36px 36px 0 0;
		border-color: #38408c transparent transparent transparent;
		top: auto;
		bottom: -36px;
		right: 40%;
		transform: skewX(50deg);
	}
	.staffBox .img {
		text-align: right;
		padding: 0 30px;
		margin-top: -30px;
		position: relative;
		z-index: 2;
	}
	.staffBox img {
		height: 180px;
	}
}


/*leadSection
-----------------------------------------------------------*/
.leadSection > .inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.leadSection .subSection1 {
	padding: 20px 30px 40px;
	text-align: center;
	font-size: 1rem;
	color: #999999;
}
.leadSection .subSection2 {
	position: relative;
}
.leadSection .subSection21 {
	position: relative;
	z-index: 1;
}
.leadSection .subSection22 {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	margin-top:-150px;
} 
.leadSection .subSection3 {
	background: #212121;
	color: #fff001;
}
.leadSection .subSection3 dl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	padding: 15px 0;
	line-height: 1;
}
.leadSection .subSection3 dt {
	border: 1px solid #fff001;
	padding: 10px 20px;
}
.leadSection .subSection3 dd {
	margin-left: 20px;
}
.leadSection .subSection3 dd .num {
	font-size: 3.6rem;
}


@media screen and (max-width: 600px) {
	.leadSection .subSection1 {
	}
	.leadSection .subSection22 {
		display: block;
		margin-top: 0;
	} 
	.leadSection .subSection3 {
		display: flex;
		justify-content: center;
		padding: 0 10px;
	}
	.leadSection .subSection3 dl {
		display: block;
		text-align: center;
		font-size: 1.1rem;
	}
	.leadSection .subSection3 dt {
	}
	.leadSection .subSection3 dd {
		margin-left: 0;
		margin-top: 10px;
	}
	.leadSection .subSection3 dd .num {
		font-size: 2rem;
	}
}





/*leadSection
-----------------------------------------------------------*/
.leadSection2 {
	padding: 60px 0 0;
	background: url(../images/tyreBg.jpg) 0 0 no-repeat;
	background-size: 100% auto;
}
.leadSection2 .subSection1 {
	position: relative;
}
.leadSection2 .subSection1::after {
	content: "";
	background: #fff7ce;
	width:  100%;
	height: calc(200px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.leadSection2 .subSection1 > .inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 1;
	flex-direction: row-reverse;
}
.leadSection2 .subSection1 > .inner > .text {
	margin-right: 60px;
	padding-bottom: 360px;
	position: relative;
}
.leadSection2 .subSection1 > .inner > .img {
	padding-bottom: 40px;
}
.leadSection2 .subSection1 .hd span {
	display: block;
}
.leadSection2 .subSection1 .hd .l1 {
	font-size: 1.6rem;	
}
.leadSection2 .subSection1 .hd .l2 {
	margin-top: 5px;
	font-size: 3rem;
	color: #dc0002;
	line-height: 1.2;
}
.leadSection2 .subSection1 .en {
	margin-top: 15px;
	font-size: 1.4rem;
	font-style: italic;
	color: #df817e;
	position: relative;
}
.leadSection2 .subSection1 .en span {
	position: relative;
}
.leadSection2 .subSection1 .en span::after {
	content: "";
	display: block;
	background: #df817e;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	height: 2px;
	width: 400px;
	transform: translateX(420px);
}
.leadSection2 .subSection1 .en span::before {
	content: "";
	display: block;
	background: #df817e;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	right: -420px;
	top: calc(50% - 20px);
}
.leadSection2 .subSection1 .excerpt {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.leadSection2 .subSection1 .ft {
	margin-top: 10px;
	font-size: 1.1rem;
	color: #999999;
	padding-left: 20px;
	position: relative;
}
.leadSection2 .subSection1 .ft::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.leadSection2 .subSection1 .ng {
	position: absolute;
	bottom: 0;
	left: -10px;
	display: flex;
}
.leadSection2 .subSection1 .ng span:nth-child(2) {
	margin-left: 15px;
}
.leadSection2 .subSection2 {
	padding-top: 40px;
	background: #fff7ce;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 600px) {
	.leadSection2 {
		padding: 0;
	}
	.leadSection2 .subSection1::after {
		height: calc(70px);
	}
	.leadSection2 .subSection1 .ng {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 0 5%;
	}
	.leadSection2 .subSection1 .ng span {
		width: calc((100% - 10px)/2);
	}
	.leadSection2 .subSection1 .ng span:nth-child(2) {
		margin-left: 10px;
	}
	.leadSection2 .subSection1 .ng img {
		width: 100%;
		height: auto;
	}
	.leadSection2 .subSection1 > .inner {
		display: block;
	}
	.leadSection2 .subSection1 > .inner > .text {
		margin-right: 0;
		padding: 20px 20px 20px;
	}
	.leadSection2 .subSection1 > .inner > .img {
		padding: 0;	
	}
	.leadSection2 .subSection1 > .inner > .img img {
		width: 100%;
	}
	.leadSection2 .subSection1 .hd {
		text-align: center;
	}
	.leadSection2 .subSection1 .hd .l1 {
		font-size: 1.2rem;	
	}
	.leadSection2 .subSection1 .hd .l2 {
		margin-top: 5px;
		font-size: 2.5rem;
		line-height: 1.1;
	}
	.leadSection2 .subSection1 .en {
		margin-top: 15px;
		font-size: 0.9rem;
		text-align: center;
	}
	.leadSection2 .subSection1 .en span {
		position: relative;
	}
	.leadSection2 .subSection1 .en span::before,
	.leadSection2 .subSection1 .en span::after {
		display: none;
	}
	.leadSection2 .subSection1 .excerpt {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.leadSection2 .subSection1 .ft {
		font-size: 1rem;
	}
	.leadSection2 .subSection2 {
		padding-top: 20px;
	}
}













/*****************************************************************************
scenes
*****************************************************************************/
.scenes {
	background: #212121;
	color: #ffffff;
}
.scenes > .hd {
	display: flex;
	justify-content: center;
}
.scenes > .hd > .inner {
	text-align: center;
	padding: 15px 0;
}

.scenes > .hd .dl {
	display: flex;
	align-items: center;
}
.scenes > .hd .dt {
	font-size: 2.6rem;
}
.scenes > .hd i {
	padding-left: 190px;
	position: relative;
	line-height: 1.2;
}
.scenes > .hd i img {
	position: absolute;
	left: 0;
	bottom: -30px;
}
.scenes > .hd i br {
	display: none;
}
.scenes > .hd .dd {
	text-align: left;
	opacity: 0.7;
	padding-left: 15px;
}
.scenes ul {
	display: flex;
}
.scenes li {
	margin: 0 10px;
}
.scenes li .img img {
	width: 100%;
}
.scenes li .caption {
	padding: 10px;
	text-align: center;
}
.scenes .ft {
	background: #292c48;
}
.scenes .ft .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scenes .ft .inner .dd {
	margin-left: 30px;
}

@media screen and (max-width: 600px) {
	.scenes > .hd > .inner {
		padding: 40px 0 15px;
		font-size: 1.6rem;
	}
	.scenes > .hd .dl {
		display: block;
		margin: 0 auto;
	}
	.scenes > .hd .dt {
		font-size: 2rem;
		display: flex;
		justify-content: center;
		margin-top: -15px;
	}
	.scenes > .hd .dt i {
		padding-left: 110px;
	}
	.scenes > .hd i img {
		width: 120px;
		bottom: -5px;
		left: -20px;
	}
	.scenes > .hd i br {
		display: inline;
	}
	.scenes > .hd .dd {
		display: block;
		font-size: 1rem;
		width: 80%;
		margin: 15px auto 0;
	}
	.scenes ul {
		display: block;
	}
	.scenes .ft .inner {
		width: 80%;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.scenes .ft .inner .dd {
		margin-left: 0;
	}
}



























