@charset "UTF-8";

/*--------------------------------------------------------------------
houmon.html
houmon.css
--------------------------------------------------------------------*/

/*------------Title---------------------------------------------------------------*/
div#Title {
	background-image: url(../../img/title/common.jpg);
}

div#buy {
	padding-top: 40px;
}
/*------------title------------*/
.title {
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.8em;
	font-weight: bolder;
}

div#rental .title {
	color: #cf0073;
}

div#buy .title {
	color: #6e2775;
}

div#consult .title {
	color: #0052b0;
}

/*------------grandTxt------------*/
p.gradTxt {
	margin-top: 20px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

p.gradT03 {
	font-size: 3em;
	font-weight: bolder;
}

p.gradT03 strong {
	font-size: 5rem;
}

div#rental p.gradT03 {
	color: #cf0073;
}

div#buy p.gradT03 {
	color: #6e2775;
}

/*------------bunefit------------*/
ul#benefit {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 1em 0 2em;
}
ul#benefit li {
	width: 49%;
	height: 200px;
	margin-right: 2%;
}
ul#benefit li:last-of-type {
	margin-right: 0;
}
ul#benefit li * {
	display: none;
}
div#rental ul#benefit li:nth-of-type(1) {
	background: url(../../img/houmon/rental_t01.png) no-repeat center center / cover;
}
div#rental ul#benefit li:nth-of-type(2) {
	background: url(../../img/houmon/rental_t02.png) no-repeat center center / cover;
}
div#buy ul#benefit li:nth-of-type(1) {
	background: url(../../img/houmon/buy_t01.png) no-repeat center center / cover;
}
div#buy ul#benefit li:nth-of-type(2) {
	background: url(../../img/houmon/buy_t02.png) no-repeat center center / cover;
}

/*------------setTxt01------------*/
div#setTxt01 {}
div#setTxt01 .planL {}
div#setTxt01 .planR {
	margin-top: 1.5em;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
div#setTxt01 .planR h4 {
	padding: 0.5em;
	line-height: 1.2;
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
	color: #fff;
}
div#setTxt01 .planR dl {
	border: 1px solid #d4d5d5;
	padding: 1em;
}
div#setTxt01 .planR dd {
	text-align: center;
}
div#setTxt01 .planR .main {
	font-size: 1.6em;
}
div#setTxt01 .planR .price {
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.5em;
	font-weight: lighter;
	display: flex;
	align-items: center;
	justify-content: center;
}
div#setTxt01 .planR .price span {
	line-height: 1.2;
	font-size: 4rem;
	font-weight: bolder;
}
div#rental div#setTxt01 .planR h4 {
	background: #cf0073;
}
div#rental div#setTxt01 .planR .price span {
	color: #cf0073;
}
div#rental div#setTxt01 .planR .sub {
	font-size: 1.2em;
}
div#buy div#setTxt01 .planR h4 {
	background: #6e2775;
}
div#buy div#setTxt01 .planR .price span {
	color: #6e2775;
}
div#buy div#setTxt01 .planR .sub {
	font-size: 1.1em;
}

/*------------collectItem------------*/
div#collectItem {
	position: relative;
}
div#collectItem ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	list-style: none;
}
div#collectItem ul li {
	width: 100%;
}
div#buy div#collectItem ul li {
	width: 100%;
}
div#collectItem ul li:last-of-type {
	margin-right: 0;
}
div#collectItem ul li dl {
	margin-top: 15px;
}
div#collectItem ul li dl dt {
	padding: 0.25em 0;
	text-align: center;
	color: #fff;
}
div#collectItem ul li dl dd {
	padding: 0.25em 0;
	text-align: center;
	font-size: 1.2em;
}
div#rental div#collectItem ul li dl dt {
	background: #cf0073;
}
div#buy div#collectItem ul {
	justify-content: center;
}
div#buy div#collectItem ul li dl dt {
	background: #6e2775;
}
div#buy div#collectItem .text {
	text-align: center;
	margin-top: 1em;
	font-size: 1.1em;
}

/*------------flow------------*/
div#flow {
	margin-top: 40px;
}
div#flow h4 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 0.5em;
	line-height: 1.2;
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
	color: #fff;
}
div#flow .In950 {
	margin-top: 1.5em;
}
div#rental div#flow h4 {
	background: #cf0073;
}
div#buy div#flow h4 {
	background: #6e2775;
}
div#flow .In950 div#flowPho {}
div#flow .In950 div#flowTxt {
	margin-top: 1.5em;
}
div#flow .In950 div#flowTxt ul>li {
	margin-bottom: 1.2em;
}
div#flow .In950 div#flowTxt ul li dl dt {
	line-height: 1.2;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.5em;
	position: relative;
	padding-left: 30px;
}
div#flow .In950 div#flowTxt ul li dl dt em {
	vertical-align: baseline;
	font-size: 1.1em;
	position: absolute;
	left: 0;
	line-height: 1;
}
div#rental div#flow .In950 div#flowTxt ul li dl dt em {
	color: #cf0073;
}
div#buy div#flow .In950 div#flowTxt ul li dl dt em {
	color: #6e2775;
}
div#flow .In950 div#flowTxt ul li dl dd {
	font-size: 1em;
	margin-top: 0.5em;
	padding-left: 32px;
}

/*------------consult------------*/
div#consult {
	padding-top: 40px;
}
div#consult .text {
	text-align: center;
}
div#consult .text p {
	display: inline-block;
	width: 92%;
	margin: 1em auto 0;
	text-align: left;
}
div#consult div#point ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 2em 0;
}
div#consult div#point ul li {
	width: 30%;
	padding-top: 30%;
	margin-right: 2%;
}
div#consult div#point ul li:last-of-type {
	margin-right: 0;
}
div#consult div#point ul li * {
	display: none;
}
div#consult div#point ul li:nth-of-type(1) {
	background: url(../../img/houmon/consult_p01.png) no-repeat center center / cover;
}
div#consult div#point ul li:nth-of-type(2) {
	background: url(../../img/houmon/consult_p02.png) no-repeat center center / cover;
}
div#consult div#point ul li:nth-of-type(3) {
	background: url(../../img/houmon/consult_p03.png) no-repeat center center / cover;
}
div#consult div#point span {
	display: block;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2;
	border: 1px solid #000;
	padding: 0.75em 2em;
}

/*------------contStep01------------*/
div#contStep01 a {
	display: block;
	padding: 30px 20px;
	border: 1px solid #d4d5d5;
}
div#contStep01 h3 {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.71em;
	color: #6e2775;
}
div#contStep01 div {
	position: relative;
	width: 90%;
	margin: 20px auto 0;
	padding: 0.45em 1em;
	background-color: #6e2775;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
}
div#contStep01 div:before {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #fff;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}