@CHARSET "ISO-8859-1";

/* * COMMON SUB
 * --------------------------------------- */

#hakone .text01 {
	text-align: left;
}
.subKV {
	background: #fff;
}
/* .text01 .txtLead {
	white-space: normal;
} */

.subIntro.section {
	padding-top: 100px;
}
.subIntro .grid02 {
	align-items: center;
}
.subIntro .grid02 .text01 {
	width: calc(60% - 50px);
	margin-right: 50px;
}
.subIntro .grid02 .image01 {
	width: 40%;
	margin-top: 0;
}
.subIntro .nextpart {
	padding-top: 0;
}
#sincerity .text01 .txtLead {
	text-align: center;
}
#history .subIntro .text01 {
	margin-top: 0;
}

.subContent .js-toggle .text01 {
	width: 768px;
    margin: 0 auto;
}
.subContent .js-toggle .text01.w-100p {
	width: 100%;
}
.subContent .js-toggle .text01 ~ .imageList {
	margin-top: 50px;
}
.subContent .js-toggle .text01 .txtLead {
	text-align: center;
	margin-bottom: 30px;
}
.subContent .js-toggle .grid02 .image02 {
	width: 332px;
}
.subContent .js-toggle .imageList {
	margin-bottom: 30px;
}
.subContent .js-toggle .imageList > *{
	margin-top: 0;
	vertical-align: top;
	max-width: 332px
}
.subContent .js-toggle .imageList > * + *{
	margin-left: 20px;
}
.subContent .imgHead03 .txtCaption {
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
	font-weight: normal;
}


/* * head03Image
 * --------------------------------------- */
.head03Image {
	position: relative;
	text-shadow: 3px 3px 1px rgba(0,0,0,1);
}
.head03Image h3 {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
	padding: 30px 0px 70px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.head03Image h3 > span {
	font-size: 44px;
	display: block;
	line-height: 1;
	padding-top: 6px;
	font-family: 'Yu Gothic';
}


/* * js-toggle
 * --------------------------------------- */
.js-toggle {
	opacity: 0;
	height: 0;
	min-height: 180px;
	overflow: hidden;
}
.js-toggle.active {
	height: auto;
}
.js-toggle-title {
	position: relative;
	cursor: pointer;
}
.js-toggle-title:hover {
	opacity: 0.7;
}
.js-toggle-title:after {
	content:"";
	width: 28px;
	height: 28px;
	background: url('/en-brand/common_v2/img/icon_arrow_01.png') no-repeat;
	background-size: 100%;
	position: absolute;
	top: 135px;
	left: 50%;
	margin-left: -14px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.js-toggle.active .js-toggle-title:after {
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.js-toggle-title .head02Image h2 {
	padding-bottom: 30px
}
.js-toggle-body {
	padding: 50px 0;

}

.js-toggle-wrap .js-toggle + .js-toggle {
	border-top: 3px solid #fff
}


@media screen and (min-width: 767px){
	body, #header, #footer {
		min-width: 1250px;
	}
	.wrap {
		padding-left: 50px;
		padding-right: 50px;
	}
	#header .subNav {
		right: 50px;
	}
	.subKV .wrap{
		padding: 0;
		width: 1250px;
	}
	
	#hakone .imgHead03 .img06,
	#architecture .imgHead03 .img04 {
		position: relative;
	}
	#hakone .img06 .grid01.txtCaption,
	#architecture .img04 .grid01.txtCaption {
		display: flex;
		margin-top: 0;
		text-align: center;
		font-size: 14px;
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 100%;
		line-height: 1.5;
	}
	#hakone .img06 .grid01.txtCaption > *,
	#architecture .img04 .grid01.txtCaption > * {
		width: calc(100%/3);
		font-weight: bold;
	}
	#hakone .img06 .grid01.txtCaption span,
	#architecture .img04 .grid01.txtCaption span {
		font-size: 16px;
	}
	#hakone .img06 .grid01.txtCaption strong,
	#architecture .img04 .grid01.txtCaption strong {
		font-family: 'Roboto Condensed', sans-serif;
	}
	
	#architecture .subIntro .image02,
	#architecture .subIntro .image02 ~ *{
		margin: 70px 0 0 0;
	}
	#architecture .subIntro .grid02 {
		margin-top: 50px;
	}
	
	.subContent .js-toggle .imageList {
		display: flex !important;
		justify-content: center;
	}
	.subContent .js-toggle .imageList .image01 .txtCaption {
		text-align: center;
	}
	.txt-c-pc {
		text-align: center;
	}
}

@media screen and (max-width: 767px){
	.wrap {
		width: 100%;
		padding: 0 5vw;
	}
	.subKV .wrap,
	.subContent .wrap.js-toggle-wrap {
		padding: 0;
	}
	.section {
		padding-top: 20vw;
	}
	.subIntro.section {
		padding-top: 10vw;
	}
	
	
	/* * subKV
	 * --------------------------------------- */
	#architecture .head02 {
		font-size: 9vw;
	}
	.subKV {
		padding-bottom: 7vw;
		padding-top: 17vw;
	}
	.subKV .gridTitle {
		margin: 12vw 5vw 5vw;
	}
	.subKV .gridTitle .head02 span {
		color: #000;
	}
	
	
	/* * subIntro
	 * --------------------------------------- */
	.subIntro .text01 {
		text-align: center !important;
		padding: 0 5vw;
	}
	.subIntro .grid02 {
		display: block;
	}
	.subIntro .grid02 .text01,
	.subIntro .grid02 .image01 {
		width: auto;
		margin-right: 0;
	}
	.subIntro .grid02 .image01 {
		margin-top: 7vw;
	}
	#architecture .subIntro .grid02 {
		margin-top: 5vw;
	}
	
	
	/* * subContent
	 * --------------------------------------- */
	.subContent .js-toggle .grid02 {
		display: block;
	}
	.subContent .js-toggle .grid02 .image02 {
		width: 100%;
		max-width: 350px;
		margin: 5vw auto;
	}
	.subContent .js-toggle .text01 {
		width: auto;
	}
	.subContent .js-toggle .text01 ~ .imageList {
		margin-top: 5vw;
		margin-bottom: 0;
	}
	.subContent .js-toggle .imageList {
		display: block;
		text-align: center;
	}
	.subContent .js-toggle .imageList > * {
		max-width: 350px;
	}
	.subContent .js-toggle .imageList > * + * {
		margin: 2vw 0 0 0;
	}
	.subContent .imgHead03 .txtCaption {
		font-size: 2vw;
		margin: 2vw 5vw 0 0;
	}
	#hakone .img06 .grid01.txtCaption,
	#architecture .img04 .grid01.txtCaption {
		display: none !important;
	}
	
	/* * head02Image
	 * --------------------------------------- */
	.head03Image {
		position: relative;
		text-shadow: 3px 1px 3px rgba(0,0,0,1);
	}
	.head03Image h3 {
		font-size: 4vw;
		padding: 8vw 0 12.5vw;
	}
	.head03Image h3 > span{
		font-size: 8vw;
	}
	
	
	
	
	
	/* * js-toggle
	 * --------------------------------------- */
	.js-toggle {
		min-height: 36vw;
	}
	.js-toggle-title:after{
		width: 5vw;
		height: 5vw;
		margin-left: -2.5vw;
		top: 27vw;
	}
	.js-toggle-body {
		padding: 10vw 5vw 7vw;
		margin-bottom: 0;
	}
	
	.js-toggle-wrap .js-toggle + .js-toggle {
		border-top: 2px solid #fff
	}

}