@charset "utf-8";

#gNav.fixed {
	display: none;
}

/*------------------------*/
/*	bread
/*------------------------*/
.pankuzuArea {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    width: auto;
		max-width: 1160px;
    margin: auto;
		padding: 15px 0;
    font-size: 12px;
    background: transparent;
		color: #fff;
		z-index: 99;
}
.pankuzuArea a {
		color: #fff;
}
.pankuzuArea .present {
		color: #fff !important;
}
@media only screen and (max-width:640px) {
	.pankuzuArea {
		display: none;
	}
}

@media only screen and (max-width:640px) {
	#container {
		padding-top: 0 !important;
	}
}

	#mainContent .wrap {
		max-width: 1000px;
	}

	.lowMv {
		position: relative;
		background: url(../imgs/img-mv@2x.jpg) no-repeat center center;
		background-size: cover;
	}
	.lowMv .copy {
		margin-top: -40px;
	}

	.section--flow {
		padding-top: 120px;
	}

	.section--flow .lowHeading + .lowTxt {
		margin-top: 20px;
	}

	.flow__row + .flow__row {
		margin-top: 30px;
	}
	.flowDetails__row + .flowDetails__row {
		margin-top: 30px;
	}

	.clm2__item--period {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
/*
		flex-direction: column;
*/
		justify-content: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;

		width: 25px;
	}
	.clm2__item--period::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		display: inline-block;
	}
	.clm2__item--period.bg__lblue::after {
		border-top: 8px solid #bfd3e3;
		border-left: 12.5px solid #fff;
		border-right: 12.5px solid #fff;
	}

	.clm2__item--period.bg__blue::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		display: inline-block;
		border-bottom: 8px solid #8ba8bc;
		border-left: 12.5px solid #fff;
		border-right: 12.5px solid #fff;
	}
	.clm2__item--period.bg__blue::after {
		border-top: 8px solid #8ba8bc;
		border-left: 12.5px solid #fff;
		border-right: 12.5px solid #fff;
	}

	.clm2__item--period.bg__dblue::after {
		top: 0;
		bottom: auto;
		border-bottom: 8px solid #436984;
		border-left: 12.5px solid #fff;
		border-right: 12.5px solid #fff;
	}

	.clm2__item--period .gothic {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;

		-webkit-text-orientation: upright;
		text-orientation: upright;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: .2em;
		line-height: 25px;
		text-align: center;
		color: #fff;
	}

	.clm2__item--flow {
		width: calc(100% - 66px);
	}

	.clm2__item--left {
		width: calc(350/934*100%);
	}
	.clm2__item--right {
		width: calc(540/934*100%);
	}

	.clm__item--step {
		position: relative;
		width: calc(100/350*100%);
		background: #eee;
		font-size: 20px;
		font-weight: 700;
		line-height: 1;
		color: #224a6e;
		text-align: center;
	}
	.clm__item--step .gothic {
		padding: 15px 0;
	}
	.clm__item--step span {
		display: block;
		margin-top: 12px;
		font-size: 30px;
		line-height: .8;
	}
	.clm__item--step.down::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		display: inline-block;
		border-right: 50px solid #fff;
		border-top: 25px solid #eee;
		border-left: 50px solid #fff; 
	}

	.clm__item--image {
		width: calc(240/350*100%);
	}

	.label__details {
		display: inline-block;
		margin-top: 20px;
		padding: 8px 15px 6px;
		border: solid 1px #a0a0a0;

		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		-webkit-font-smoothing: antialiased;
		font-size: 12px;
	}
	.label__details span {
		display: inline-block;
	}
	.label__details span + span {
		margin-left: 25px;
	}
@media only screen and (max-width:640px) {
	.section--flow {
		padding-top: 60px;
		padding-bottom: 80px;
	}


	.section--flow .lowHeading + .lowTxt {
		margin-top: 15px;
	}

	.flow__row + .flow__row {
	}
	.flowDetails__row + .flowDetails__row {
	}

	.clm2__item--period {
		width: 25px;
	}


	.clm2__item--period .gothic {
		font-size: 14px;
	}

	.clm2__item--flow {
		width: calc(100% - 45px);
	}

	.clm2__item--left {
		width: 100%;
	}
	.clm2__item--right {
		width: 100%;
		margin-top: 30px;
	}

	.clm__item--step {
		font-size: 16px;
	}
	.clm__item--step span {
		margin-top: 8px;
		font-size: 24px;
		line-height: 1;
	}

	.label__details {
		font-size: 12px;
	}

	.label__details span {
		display: block;
	}
	.label__details span + span {
		margin-top: 5px;
		margin-left: 0;
	}
}

	.section--modelroom {
		position: relative;
		padding-top: 180px;
		background: #fff;
	}
	.section--modelroom .wrap {
		position: relative;
		z-index: 1;
	}
	.section--modelroom::before {
		content: "";
		position: absolute;
		top: 225px;
		bottom: 45px;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		background: #efefef;
	}
@media only screen and (max-width:640px) {
	.section--modelroom {
		padding-top: 50px;
		padding-bottom: 50px;
		background: #efefef;
	}
	.section--modelroom::before {
		display: none;
	}
}

	.section--3d {
		padding-top: 180px;
	}

	.sim__row {
		margin-top: 60px;
	}
	.sim__row + .sim__row {
		margin-top: 40px;
	}
	.section--3d .clm2__item {
		position: relative;
	}
	.section--3d .clm2__item .imgTxt {
		margin-top: 15px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: .25em;
		line-height: 1;
		color: #636363;
	}

	.section--3d .clm2__item:first-child:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -28px;
		margin-top: -30px;
		display: inline-block;
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 15px solid #7a99a8;
	}
@media only screen and (max-width:640px) {
	.section--3d {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sim__row {
		margin-top: 30px;
	}
	.sim__row + .sim__row {
		margin-top: 30px;
	}
	.section--3d .clm2__item:nth-child(n+2) {
		margin-top: 40px;
	}
	.section--3d .clm2__item .imgTxt {
		margin-top: 10px;
		font-size: 12px;
	}

	.section--3d .clm2__item:first-child:after {
		content: "";
		position: absolute;
		top: auto;
		bottom: -55px;
		right: 50%;
		display: block;
		margin: auto -15px auto auto;
		border-right: 30px solid transparent;
		border-top: 15px solid #7a99a8;
		border-left: 30px solid transparent; 
	}
}

	.section--support {
		position: relative;
		padding-top: 180px;
		padding-bottom: 180px;
	}
	.section--support .wrap {
		position: relative;
		z-index: 1;
	}
	.section--support::before {
		content: "";
		position: absolute;
		top: 225px;
		left: 0;
		right: 0;
		width: auto;
		max-width: 1160px;
		height: 410px;
		margin-left: auto;
		margin-right: auto;
		background: #d8e3eb;
	}
	.section--support .flex + .btn__Normal {
		margin-top: 80px;
	}
	.section--support .btn__Normal {
		text-align: center;
	}

	.text__list {
		margin-top: 50px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		-webkit-font-smoothing: antialiased;
		font-size: 16px;
		line-height: 1.4;
		color: #22496e;
		white-space: nowrap;
	}
	.text__list li {
		position: relative;
		padding-left: 15px;
	}
	.text__list li::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		width: 10px;
		height: 10px;
		background: #22496e;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
	}

	.text__list li + li {
		margin-top: 25px;
	}
	.text__list .note{
		font-size: smaller;
		margin-top: 30px;
	}
@media only screen and (max-width:640px) {
	.section--support {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.section--support::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		max-width: inherit;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		background: #d8e3eb;
	}
	.section--support .flex + .btn__Normal {
		margin-top: 50px;
	}
	.section--support .btn__Normal {
		text-align: center;
	}

	.text__list {
		margin-top: 20px;
		font-size: 12px;
		line-height: 1.4;
		color: #22496e;
		white-space: normal;
	}
	.text__list li {
	}
	.text__list li::before {
		top: 5px;
	}

	.text__list li + li {
		margin-top: 10px;
	}
	.text__list .note{
		margin-top: 20px;
	}
}


	.section--contact {
		padding-top: 80px;
		padding-bottom: 80px;
		background: #efefef;
		font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
	}
	.section--contact .contact__list {
		margin-top: 30px;
	}
	.section--contact .contact__list ul {
		font-size: 0;
		letter-spacing: -.4em;
		line-height: 0;
	}
	.section--contact .contact__list ul li {
		position: relative;
		display: inline-block;
		margin: 0 40px;
		padding-left: 55px;
		vertical-align: middle;
	}
	.section--contact .contact__list ul li.icon__tel::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 42px;
		height: 28px;
		background: url(../../imgs/top/icon-tel.png) no-repeat center center;
	}
	.section--contact .contact__list ul li.icon__mail::before {
		content: "";
		position: absolute;
		top: -6px;
		left: 0;
		width: 38px;
		height: 28px;
		background: url(../../imgs/top/icon-mail.png) no-repeat center center;
	}
	.section--contact .caption__time {
		margin-top: 20px;
		font-size: 14px;
		color: #707070;
	}
	.section--contact img {
		width: auto;
	}
@media only screen and (max-width:640px) {
	.section--contact {
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 14px;
	}
	.section--contact .contact__list {
		margin-top: 30px;
		margin-left: 40px;
		margin-right: 40px;
	}
	.section--contact .contact__list ul {
		font-size: 0;
		letter-spacing: -.4em;
		line-height: 0;
		text-align: left;
	}
	.section--contact .contact__list ul li {
		display: inline-block;
		margin: 0;
		padding-left: 45px;
	}
	.section--contact .contact__list ul li + li {
		margin-top: 20px;
	}
	.section--contact .contact__list ul li.icon__tel::before {
		top: -6px;
		width: 32px;
		background-size: 100% auto;
	}
	.section--contact .contact__list ul li.icon__tel img {
		width: calc(262/480*100%)
	}
	.section--contact .contact__list ul li.icon__mail::before {
		top: -6px;
		left: 2px;
		width: 28px;
		height: 28px;
		background-size: 100% auto;
	}
	.section--contact .contact__list ul li.icon__mail img {
		width: calc(339/480*100%)
	}
	.section--contact .caption__time {
		margin-top: 20px;
		font-size: 10px;
	}
}


	.btn__Normal + .btn__request {
		margin-top: 60px;
	}
@media only screen and (max-width: 640px) {
	.btn__Normal + .btn__request {
		margin-top: 60px !important;
	}
}

	.section--modelroom .clm2__item--lead {
    width: calc(440 / 1000 * 100%);
	}
@media only screen and (max-width: 640px) {
	.section--modelroom .clm2__item--lead {
		width: 100%;
	}
}


	.section--modelroom .btn__request {
		max-width: inherit;
		margin-top: 40px;
	}
@media only screen and (max-width: 640px) {
	.section--modelroom .btn__request {
		margin-top: 20px;
	}
}

