@charset "UTF-8";

/*--------------
num01
---------------*/

/* torikagoBox */
.torikagoBox {
	width: 38.18181818181819%;
	margin-left: 15px;
}
.torikagoBox img {
	width: 100%;
	margin-bottom: 43px;
}
@media only screen and (max-width: 768px) {	
	.torikagoBox {
		width: 80%;
		margin: 0 auto;
	}
	.torikagoBox img {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 768px) {	
	.plantype--slider {
		padding-top: 40px;
	}
}
/* planBtn */
.planBtn {
	position: relative;
}

/* planBtn--name */
.planBtn .planBtn--name {
	color: #333333;
	font-size: 120px;
	line-height: 1;
	letter-spacing: 0;

	position: absolute;
	left: 0.045em;
	bottom: -0.09em;
}
/*hover時:上*/
.planBtn:before {
	content: '';
	width: 0;
    height: 1px;
    background: #eee;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	transition: .4s;
}
.planBtn:hover:before {
	width: 95%;
}
/*hover時:右*/
.planBtn:after {
	content: '';
	width: 1px;
    height: 0;
    background: #eee;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	transition: .4s;
}
.planBtn:hover:after {
    height: 84.61538461538461%;
}
.planBtn .planBtn--inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
/*hover時:下*/
.planBtn .planBtn--inner:before {
	content: '';
	width: 0;
    height: 1px;
    background: #eee;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	transition: .4s;
}
.planBtn:hover .planBtn--inner:before {
	width: 95%;
}
/*hover時:左*/
.planBtn .planBtn--inner:after {
	content: '';
	width: 1px;
    height: 0;
    background: #eee;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 2;
	transition: .4s;
}
.planBtn:hover .planBtn--inner:after {
    height: 84.61538461538461%;
}
.planBtn a {
	width: 100%;
	height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #cccccc;
	padding: 25px 30px 25px 50px;
	box-sizing: border-box;
	position: relative;
}
.planBtn a:before {
	content: '';
	width: 97.53086419753086%;
	height: 92.3076923076923%;
	border:solid 1px #444444;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
.planBtn a:after {
	content: '';
	width: 97.53086419753086%;
	height: 92.3076923076923%;
	border:solid 1px #444444;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	bottom: 0;
}
.planBtn .planBtn--type {
	font-size: 14px;
	letter-spacing: 0.4em;
}
.planBtn .planBtn--type strong {
	font-size: 18px;
	color: #b9af8f;
	margin-right: 5px;
}
.planBtn .planBtn--spec {
	text-align: right;
}
.planBtn .planBtn--spec .planBtn--spec__ldk {
	font-size: 24px;
	font-weight: 100;
}
.planBtn .planBtn--spec .planBtn--spec__ldk strong {
	font-size: 32px;
	color: #eeeeee;
}
.planBtn .planBtn--spec .planBtn--spec__size {
	font-size: 18px;
	font-weight: 100;
}
.planBtn .planBtn--spec .planBtn--spec__size strong {
	font-size: 32px;
	color: #eeeeee;
}

@media only screen and (max-width: 768px) {	
	/* planBtn--name */
	.planBtn .planBtn--name {
		font-size: 110px;
	}
	.planBtn a {
		height: auto;
		padding: 25px 25px 25px 30px;
	}
	.planBtn .planBtn--spec .planBtn--spec__ldk {
		font-size: 18px;
	}
	.planBtn .planBtn--spec .planBtn--spec__ldk strong {
		font-size: 28px;
	}
	.planBtn .planBtn--spec .planBtn--spec__size {
		font-size: 14px;
	}
	.planBtn .planBtn--spec .planBtn--spec__size strong {
		font-size: 26px;
	} 
}

/* iphone5以下 */
@media only screen and (max-width: 320px) {	
	.planBtn a {
		flex-wrap: wrap;		
	}
	.planBtn .planBtn--type,
	.planBtn .planBtn--spec {
		width: 100%;
	}

}

/*--------------
num02
---------------*/


/*--------------
num03
---------------*/
/* stepBox */
.stepBox {
	position: relative;
	margin-bottom: 30px;
}
.stepBox:after {
	content: '';
	width: 2px;
	height: 83%;
	background: #444444;
	position: absolute;
    left: 6.5px;
    top: 29px;
}
.stepBox .stepBox--clmBox:nth-child(n+2) {
	padding-top: 55px;
}
.stepBox .stepBox--name {
	width: 35.22727272727273%;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
	color: #eeeeee;
	border-right: double 4px #444444;
}
.stepBox .stepBox--name:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: solid 2px #b9af8f;
	background: #333333;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 1em;
	z-index: 2;
}
.stepBox .stepBox--name .stepBox--name__select {
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-family: "Noto Serif Japanese";
	padding-left: 55px;
	position: relative;
}
.stepBox .stepBox--name .stepBox--name__select small {
	display: block;
	font-size: 14px;
	color: #b9af8f;
}
.stepBox .stepBox--name .stepBox--name__select:before {
	content: '無償';
	display: inline-block;
	color: #111111;
	font-family: 'YuGothicStd';
	font-size: 10px;
	line-height: 1;
	padding: 2px 7px;
	background: #b9af8f;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.stepBox .stepBox--name .stepBox--name__select:before {
		padding: 5px 7px 0;
	}
}
.stepBox .stepBox--name .stepBox--name__select.compensation:before  {
	content: '有償';
	font-family: 'YuGothicStd';
	color: #b9af8f;
	background: none;
	border:solid 1px #b9af8f;
	box-sizing: border-box;
}
.stepBox .stepBox--text {
	width: 64.7727272727%;
	padding-left: 20px;
	font-size: 12px;
	letter-spacing: 0.07em;
	color:#cccccc;
	box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	.stepBox:after {
		height: 76%;
	}
	.stepBox .stepBox--name {
		width: 100%;
		border:none;
	}
	.stepBox .stepBox--text {
		width: 100%;
		margin-top: 20px;
		padding-left: 30px;
	}
}

/*--------------------------------------------
各タイプ.css
---------------------------------------------*/
/* plantype--nav */
.plantype--nav {
	display: none;
}
@media only screen and (max-width: 768px) {
	.plantype--nav {
		display: block;
		margin-bottom: 50px;
	}
	.plantype--nav ul {	
	}
	.plantype--nav ul li:nth-child(n+2) {
		margin-left: 20px;
	}
	.plantype--nav ul li {
		box-sizing: border-box;
	}
	.plantype--nav ul li a {
		display: block;
		color: #ccc;
		font-size: 14px;
		font-weight: 100;
		padding-bottom: 5px;
		border-bottom: solid 1px #222
	}
	.plantype--nav ul li.on {
		border-bottom: solid 1px #fff;
	}
	.plantype--nav ul li.on a {
		color: #b9af8f;
		font-weight: 300;
		pointer-events: none;
	}
}

/* plantype--content */
.plantype--content {
	position: relative;
}

/* NextBack__btn */
.NextBack__btn {
	position: absolute;
	top: 60%;
	width: 30px;
}
.NextBack__btn--back {
	left: -5%;
}
.NextBack__btn--next {
	right: -5%;
}
.NextBack__btn .arrow {
	transition: .4s;
	fill: #ddd;
}
.NextBack__btn:hover .arrow {
	fill: #6e6e6e;
}
@media only screen and (max-width:768px) {
	.NextBack__btn {
		top: 68%;
		width: 17px;
	}
	.NextBack__btn--back {
		left: -20px;
	}
	.NextBack__btn--next {
		right: -20px;
	}
	.NextBack__btn:hover .arrow {
		fill: #ddd;
	}
}

/* plantypeBox */
.plantypeBox {
	text-align: center;
}
.plantypeBox .plantypeBox--type {
	font-size: 14px;
	line-height: 1;
}
.plantypeBox .plantypeBox--type strong {
	display: block;
	font-size: 70px;
	color: #b9af8f;
	margin-bottom: 3px;
}
.plantypeBox .plantypeBox--type .en {
    letter-spacing: 0.4em;	
}
.plantypeBox .plantypeBox--ldk {
	font-size: 26px;
	line-height: 1;
	margin: 30px 0 10px;
}
.plantypeBox .plantypeBox--ldk strong {
	font-size: 36px;
	color: #eeeeee;
}
.plantypeBox .plantypeBox--size {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	line-height: 1;
}
.plantypeBox .plantypeBox--size li {
	font-size: 12px;
}
.plantypeBox .plantypeBox--size li:nth-child(n+2) {
	margin-left: 15px;
}
.plantypeBox .plantypeBox--size li small {
	margin-right: 5px;
}
.plantypeBox .plantypeBox--size li strong {
	font-size: 36px;
	color: #eeeeee;
}
.plantypeBox .caption {
	text-align: center;
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.plantypeBox .plantypeBox--type strong {
		font-size: 60px;
	}
	.plantypeBox .plantypeBox--size {		
		margin-top: 20px;
	}
	.plantypeBox .plantypeBox--size li {
		width: 100%;
	}
	.plantypeBox .plantypeBox--size li strong {
		font-size: 30px;
	}
	.plantypeBox .caption {
		margin-top: 20px;
	}
}


/* plantype--meritBox */
.plantype--meritBox {
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
	padding:55px 0;
	margin: 80px 0;
}
.plantype--meritBox .plantype--meritBox__ttl {
	width: 27.84090909090909%;
	padding-left: 30px;
	font-size: 14px;
	color: #b9af8f;
	box-sizing: border-box;
}
.plantype--meritBox .plantype--meritBox__text {
	width: 72.1590909091%;
	text-align: left;
}
.plantype--meritBox .plantype--meritBox__text ul li {
	position: relative;
	padding-left: 2.1em;
	text-indent: -2.1em;
}
.plantype--meritBox .plantype--meritBox__text ul li:before {
    color: #b9af8f;
    margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	letter-spacing: 0.05em;
	transform: scale(0.9,1);
	transform-origin: top left;
	width: 111.1111111111%;
}
.plantype--meritBox .plantype--meritBox__text ul li:nth-child(1):before{
    content: '01';
}
.plantype--meritBox .plantype--meritBox__text ul li:nth-child(2):before{
    content: '02';
}
.plantype--meritBox .plantype--meritBox__text ul li:nth-child(3):before{
    content: '03';
}
.plantype--meritBox .plantype--meritBox__text ul li:nth-child(4):before{
    content: '04';
}
@media only screen and (max-width: 768px) {
	.plantype--meritBox {
		padding:40px 0;	
		margin: 50px 0;	
	}
	.plantype--meritBox .plantype--meritBox__ttl {
		width: 100%;
		text-align: center;
		padding:0;
	}
	.plantype--meritBox .plantype--meritBox__text {
		width: 100%;
		margin-top: 30px;
	}
	.plantype--meritBox .plantype--meritBox__text ul li:nth-child(n+2) {
		margin-top: 15px;
	}
}


/* plantype--img */
.plantype--img {
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 80px 0 60px;
	position: relative;
}
.plantype--img img {
	width: 70%;
}

@media only screen and (max-width: 768px) {
	.plantype--img {
		width: 100%;
		padding: 40px 0 30px;
		margin:0 auto;
	}
	.plantype--img img {
		width: 84%;
	}
}

/* specCaption */
.plantype--specCaption {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	font-size: 10px;
	color: #999999;
	margin-top: 15px;
}
.plantype--specCaption li:nth-child(n+2) {
	margin-left: 15px;
}
.plantype--specCaption span {
	display: inline-block;
	width: 20px;
	height: 10px;
	margin-right: 3px;	
}
.plantype--specCaption span:nth-child(n+2) {
	margin-left: 15px;
}
.plantype--specCaption .warm {
	background: #f4eaec;
}
.plantype--specCaption .cloth {
	background: #e5e3da;
}
@media only screen and (max-width: 768px) {
	.plantype--specCaption li {
		width: 100%;
		text-align: right;
	}
	.plantype--specCaption li:nth-child(n+2) {
		margin-left: 0;
	}
}










