@charset "utf-8";

/*
  File Name   : merit.css
  Description : モデルハウス見学予約のススメ！
*/


/* Common 下層用ヘッダ
============================================================ */
.header__video{
	display: none;
}

.toggle__scroll{
	display: none;
}

.side-nav__event-btn{
	margin: 5rem 0 0 0;
}

/* Common 下層用ヘッダ photo
============================================================ */
.under__header__img{
	display: block;
	width: 100%;
	height: 280px;
	background-image: url(../../img/user/merit/header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/* PC Layout ******************************************************************************************* */


/* --main title--
============================================================ */
.home__sec--h1{
	/*border-top: 1px solid #999;*/
	background-image: url(../../img/user/top/line_house.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right bottom;
	width: 70%;
	max-width: 1000px;
	padding: 0 0 6%;
	text-align: center;
	margin: 4.5% auto;
}
.merit-ttl {
	display: inline-block;
	padding: 0 1vw 2rem;
	background-image: url(../../img/user/merit/mr-line-l.png), url(../../img/user/merit/mr-line-r.png);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: top left, bottom right;
	margin: 0 auto;
}

.title-01__subttl {
    margin: 1rem 0 1.5rem;
}

.sec__w1120__cont {
	padding-top: 25px;
	max-width: 772px;
	text-align: center;
}

.title-01{
	font-family: 'Noto Sans JP', sans-serif;
	color: #0082C8;
	font-weight: bolder;
	padding-top: 25px;
}

.header__navi{
	display: none;
}

.merit-ttl01{
	font-size: 2.5rem;
	text-align: center;
	/*margin-bottom: 10rem;*/
	line-height: 1.6;
	font-weight: bolder;
	padding-bottom: 2rem;
}

.merit-ttl01 span{
	display: inline-block;
	padding: 5px 15px;
	font-weight: 600;
	/*border-bottom: 1px solid #828282;*/
}

.merit-ttl02{
	font-size: 2.5rem;
	line-height: 1.3;
	margin: 2rem 0;
	color: #0082C8;
	font-weight: 500;
}

.merit-ttl02--no{
	position: absolute;
	top: -30px;
	left: -25px;
}

.merit-ttl03{
	font-size: 2.5rem;
	text-align: center;
	/*margin-bottom: 10rem;*/
	line-height: 1.6;
	font-weight: bolder;
	padding-bottom: 2rem;
}

.merit-ttl03 span{
	display: inline-block;
    padding: 25px 15px 0;
    font-weight: 600;
    color: #0082CB;
}


/* merit -point-
============================================================ */
.merit__point{
	margin-bottom: 7rem;
}

.merit__point__container{
	display: flex;
  flex-wrap: wrap;
}

.merit__point__cont{
	width: calc(100% / 3);
	/*border-left: 1px solid #828282;*/
}

.merit__point__cont.point__cont03{
	/*border-right: 1px solid #828282;*/
}

.merit__point__cont--inner{
	display: block;
	padding: 2rem 5rem 6rem;
}

.point__icon{
	display: block;
  /*height: 250px;*/
  margin-left: -30px;
  text-align: center;
  vertical-align: middle;
}

.point__icon img{
	display: inline;
	width: 100%;
  height: auto;
}

/*.merit__point__cont.point__cont02 .point__icon{
	width: 127px;
	padding-top: 2%;
}*/

.merit__point__cont--txt{
	font-size: 1.5rem;
	color: #000000;
	line-height: 2;
	letter-spacing: 0.2rem;
}

/* パンくずリスト
============================================================ */

.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	margin: 1em auto;
    padding: 1.6em 16em 1em;
	border-radius: 0.5em;
}
.cp_breadcrumb a {
	text-decoration: none;
	color: #0082C8;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
    font-size: 14px;
	margin-right: 8px;
	color: #434343;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #434343;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}



/* Liquid layout
============================================================ */
@media screen and (max-width: 1200px) {

	.merit__point__cont--inner{
		padding: 1rem 2rem 4rem;
	}

}


/* merit -step -
============================================================ */

.merit__step{
	margin-bottom: 10rem;
	padding: 8rem 0 10rem;
	background-color: #ebfaff;
}

.merit__step__cont{
	background-color: #FFF;
	position: relative;
}

.merit__step__cont:not(.step__cont03){
	margin-bottom: 8rem;
}

.merit__step__cont:not(.step__cont03)::after{
	content: "";
	width: 14px;
	height: 8rem;
	background-color: #0082C8;
	position: absolute;
	left: 50%;
	bottom: -8rem;
	margin-left: -7px;
}

.merit__step__cont--inner{
	padding: 6rem 6rem;
	display: flex;
  align-items: center;
}

.merit__step__cont__icon{
	width: 40%;
	text-align: center;
}

.step__cont01 .merit__step__cont__icon img{
	width: 100%;
	float: left;
}

.step__cont02 .merit__step__cont__icon img{
	width: 100%;
	float: left;
}

.step__cont03 .merit__step__cont__icon img{
	width: 100%;
	float: left;
}

.merit__step__cont__desc{
	width: 50%;
    padding-left: 4rem;
    display: inline;
}

.merit__step__cont__desc--txt{
	font-size: 1.5rem;
	line-height: 2;
	color: #000000;
}

/*.merit__step__cont__desc__link{
	margin-top: 1rem;
	font-size: 1.5rem;
}*/

.merit_btn_top {
    display: inline-block;
    margin: 3rem auto 0;
    padding: 1rem 2rem;
    border: 2px solid #0082C8;
    background-color: #fff;
    color: #0082C8 !important;
    box-shadow: 4px 4px 0 #0082C8;
    font-size: 1.4rem;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    text-align: center;
    width: 57%;
    position: relative;
}

.merit_btn_top:hover {
    transform: translate3d(0, 4px, 0);
    color: #0082C8;
    box-shadow: none;
    background: #fff;
}
.merit_btn_top::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 12px;
    background-image: url(../../img/user/top/arrow_u@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: sub;
    top: 13px;
    right: 15px;
}


.merit_btn {
	display: inline-block;
    margin: 2rem auto 0;
    padding: 1rem 2rem;
    border: 2px solid #0082C8;
    background-color: #fff;
    color: #0082C8 !important;
	box-shadow: 4px 4px 0 #0082C8;
    font-size: 1.4rem;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
	text-align: center;
}

.merit_btn:hover {
	transform: translate3d(0, 4px, 0);
	color: #0082C8;
	box-shadow: none;
	background: #fff;
	
}

/* merit -reserved-
============================================================ */
.merit__reserved{
	margin-bottom: 10rem;
}

.reserved__intro{
	background-color: #0082C8;
	color: #FFF;
}

.reserved__intro--inner{
	padding: 6rem 100px;
	text-align: center;
}

.reserved__intro--ttl{
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
	line-height: 1.6;
}

.reserved__intro--text{
	font-size: 1.6rem;
	line-height: 1.8;
	/*font-family: 'Noto Serif', serif;*/
	font-weight: 200;
}

.reserved__modelhouse{
	padding-top: 6rem;
}

.reserved__modelhouse--ttl{
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.6;
    font-weight: 500;
}

.reserved__modelhouse__list{
	display: flex;
	align-items: center;
  flex-wrap: wrap;
}

.reserved__modelhouse__list__item{
	width: 22%;
	margin: 1.5% 3.5% 0 0;
	font-size: 1.5rem;
	color: #0082C8;
	font-weight: 500;
}

.reserved__modelhouse__list__item:nth-child(4n){
	margin-right: 0;
}

.reserved__modelhouse__list__item a{
	width: 100%;
	display: block;
	/*text-align: center;
	border: 2px solid #0082C8;*/
	padding: 0 1.5rem;
	/*color: #0082C8;
	font-weight: 600;
	box-shadow: 4px 4px 0 #0082C8;
	font-size: 14px;
    margin: 2rem auto 0;*/
    background-color: #fff;
	border: 0.1rem solid #cccccc;
	box-shadow: 0.5rem 0.5rem 0.5rem #cccccc;
    transition: all 0.4s ease-in-out;
}
.reserved__modelhouse__list__item a img{
	width: 100%;
}

.reserved__modelhouse__list__item a:hover{
	box-shadow: none;
	opacity: .6;
	transform: translate3d(0, 4px, 0);
	/*color: #0082C8;
	box-shadow: none;
	background: #fff;*/
}

/* Liquid layout
============================================================ */
@media screen and (max-width: 1200px) {
	.reserved__modelhouse__list__item{
		width: 32%;
		margin-right: 2%;
	}
	.reserved__modelhouse__list__item:nth-child(4n){
		margin-right: 2%;
	}
	.reserved__modelhouse__list__item:nth-child(3n){
		margin-right: 0;
	}
}

@media screen and (max-width: 900px) {
	.reserved__modelhouse__list__item{
		width: 48%;
		margin-right: 4%;
	}
	.reserved__modelhouse__list__item:nth-child(3n){
		margin-right: 4%;
	}
	.reserved__modelhouse__list__item:nth-child(2n),
	.reserved__modelhouse__list__item:nth-child(4n){
		margin-right: 0;
	}
}


/* merit -campaign-
============================================================ */
.merit__campaign{
	margin-bottom: 20rem;
	padding-top: 30px;
}

.merit__campaign__cont{
	max-width: 1000px;
	margin: 0 auto;
}

.merit__campaign__cpindex{
	text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #0082C8;
}

.merit__campaign__cont__img{
	margin-bottom: 35px;
}

.merit__campaign__cont__img img{
	width: 100%;
	height: auto;
}

.merit__campaign__cont__desc{
	padding: 0 1rem;
}

.merit__campaign__cont__desc--text{
	font-size: 2.5rem;
	line-height: 1.8;
	margin-bottom: 4rem;
	text-align: center;
	letter-spacing: -.1rem;
}

.merit__campaign__cont__desc--list{
	font-size: 1.6rem;
	line-height: 2;
	padding-bottom: 2rem;
}

.merit__campaign__cont__desc--list p span{
	color: #ff0000;
}

.merit__campaign__cont__desc--notes{
	font-size: 1.6rem;
	line-height: 2;
	margin: 2rem 0;
}

.merit__campaign__cont--notes_pre_main {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
}

.merit__campaign__cont--notes_pre_subtxt {
	font-size: 18px;
	line-height: 35px;
	padding: 20px 0;
    background-image: linear-gradient(to right, #C8E7EE 15px, transparent 15px);
    background-size: 22px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.merit__campaign__cont--notes_pre_subtxt:last-child {
	font-size: 18px;
	line-height: 35px;
	padding: 20px 0;
    background-image: none;
    background-size: none;
    background-repeat: none;
    background-position: none;
}

.merit__campaign__cont--notes_pre_subtxt span {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 10px;
    display: inline-block;
}

.merit__campaign__cont--notes_pre_subtxt span.red {
	color: #ff0000;
	font-size: 18px;
	margin: 0;
}

/*.sec-merit_maintitle {
    width: auto;
    height: 75px;
    aspect-ratio: 465.18/74.29;
    margin-left: auto;
    margin-right: auto;
}
*/
.sec-merit_maintitle img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.merit__campaign--inner {
	position: relative;
}

.merit__campaign--inner::before,
.merit__campaign--inner::after{
    display: block;
    content: "";
    width: min(448px,calc(448 / 1600 * 100vw));
    aspect-ratio: 448.1/368.02;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: -1;
}

.merit__campaign--inner::before {
    background-image: url(../../img/user/merit/merit_info_bg_left.png);
    left: 0;
    transform: translate(15%, -35%);
}


.merit__campaign--inner::after {
    background-image: url(../../img/user/merit/merit_info_bg_right.png);
    right: 0;
    transform: translate(-10%, -30%);
}

@media screen and (max-width: 767px) {
	.merit__campaign__cont__desc--list {
		font-size: 1.3rem;
	}
	
	/*.merit__campaign__cont__desc--notes {
		padding: 1.4rem;
	}*/
	
	.merit__campaign__cont--notes_pre_main {
		font-size: 1.4rem;
		padding-bottom: 1.4rem;
	}

	.merit__campaign__cont--notes_pre_subtxt {
		font-size: 14px;
		line-height: 28px;
		background-size: 22px 2px;
	}
	
	.merit__campaign__cont--notes_pre_subtxt:last-child {
		font-size: 14px;
		line-height: 28px;
	}
	
	/*.sec-merit_maintitle {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 45px;
	}*/
	
	.merit-ttl03 {
		line-height: 1.5;
		font-size: 2.2rem;
		margin-top: 20px;
		text-align: center;
		padding-bottom: 10px;
	}
	
	.merit-ttl03 span {
		padding: 0;
		display: inline;
		font-size: 15px;
	}
	
	.merit__campaign__cpindex {
		font-size: 18px;
		padding-top: 20px;
	}
	
	.merit__campaign__cont--notes_pre_subtxt span {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.merit__campaign__cont--notes_pre_subtxt span.red {
		font-size: 14px;
		display: inline;
	}
	
	.merit__campaign--inner::before {
		transform: translate(-10%, -65%);
	}
	
	.merit__campaign--inner::after {
		transform: translate(20%, -65%);
	}
	
	.merit__campaign--inner::before, .merit__campaign--inner::after {
		width: min(170px,calc(170 / 375 * 100vw));
	}
	
	.sec-maintitle-202305 img {
		width: 330px;
	}
}

/* merit -other-
============================================================ */

.merit__other{
	margin-bottom: 20rem;
}

.merit__other__cont--inner{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.merit__other__cont__link{
	width: 23%;
	max-width: 243px;
}

.merit__other__cont__link img{
	width: 100%;
}


/* tel pc none
============================================================ */
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}




/* SP Layout ******************************************************************************************* */
@media screen and (max-width: 767px) {
	
/* common
============================================================ */
	.home__sec--h1{
		/*border-top: 1px solid #999;*/
		background-image: url(../../img/user/top/sp/line_house.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: right bottom;
		width: calc(100% - 80px);
		max-width: 767px;
		padding: 10px 0 50px;
		text-align: center;
		margin: 0 auto 55px;
	}
	
	.home__header__logo__sp{
		display: none;
	}

	.under__header__img{
		height: 88px;
	}
	
	.sec__w1120__cont {
		color: #000000;
		white-space: nowrap;
	}
	
	.merit-ttl {
		display: inline-block;
		padding: 0 1vw 1rem;
		background-image: url(../../img/user/merit/mr-line-l.png), url(../../img/user/merit/mr-line-r.png);
		background-repeat: no-repeat;
		background-size: 25px;
		background-position: top left, bottom right;
		margin: 0 auto;
	}
	
	.title-01{
		font-family: 'Lato', sans-serif;
		color: #0082C8;
		font-weight: bolder;
		padding-top: 20px;
		font-size: 30px;
	}
	
	.title-01__subttl {
		margin: 1rem 0 1rem;
		font-size: 14px;
	}
	
	/* merit
	============================================================ */

	.merit-ttl01{
		/*margin-bottom: 5rem;*/
        line-height: 1.5;
        font-size: 2.2rem;
        margin-top: 1.0em;
        text-align: center;
	}

	.merit-ttl01 span{
		padding: 0;
		display: inline;
		font-size: 20px;
	}

	.merit-ttl02{
		font-size: 2rem;
	}

	.merit-ttl02 span{
		font-size: 1.8rem;
	}
	
	.merit-ttl02--no{
		position: absolute;
		top: -6px;
		left: -1px;
	}
	
	.merit-ttl02--no img{
		width: 80%;
	}
	
	.merit_btn {
		padding: 1rem 3rem;
		display: block;
	}
	
	.merit__point,
	.merit__reserved,
	.merit__campaign{
		margin-bottom: 2rem;
		position: relative;
	}

	.merit__point__cont{
		width: 100%;
		border-left: none;
		/*border-bottom: 1px solid #828282;*/
	}
    
    .merit_btn_top{
        width: 100%;
    }

    .merit_btn_top::after {
        top: 20px;
    }
	
	.step__cont01 .merit__step__cont__icon img{
		width: 265px;
		float: none;
		margin-top: -20px;
	}
	
	.step__cont02 .merit__step__cont__icon img{
		width: 265px;
		float: none;
		margin-top: -20px;
	}
	
	.step__cont03 .merit__step__cont__icon img{
		width: 265px;
		float: none;
		margin-top: -20px;
	}

	.merit__point__cont.point__cont03{
		border-right: none;
		border-bottom: none;
	}

	/*.point__icon{
		margin-bottom: 5rem;
	}*/

	.merit__step{
		padding: 5rem 0;
		margin-bottom: 5rem;
	}

	.merit__step__cont--inner{
		padding: 5rem 4rem;
		display: block;
	}

	.merit__step__cont__icon{
		width: 30%;
	}

	.merit__step__cont__desc{
		width: 70%;
		padding-left: 0;
	}

	.merit__step__cont__desc__link a{
		padding-right: 0;
		padding-bottom: 1rem;
		background-position: right bottom;
	}

	.reserved__intro--inner{
		padding: 7rem 40px;
	}

	.reserved__intro--text{
		font-size: 1.6rem;
	}

	.reserved__intro--ttl,
	.reserved__modelhouse--ttl{
		font-size: 2.2rem;
        font-weight: 500;
	}

	/*.reserved__modelhouse--ttl span{
		border-bottom: 1px solid #828282;
	}*/

	.reserved__modelhouse__list__item{
		font-size: 3vw;
	}
    
    .reserved__modelhouse__list__item a {
        padding: 0 1.0rem;
        font-size: 14px;
        margin: 1rem auto 0;
    }
	.merit__campaign__cont__img{
		padding: 0 1rem;
		margin-bottom: 1rem;
	}

	.merit__campaign__cont__desc{
		padding: 0;
	}

	.merit__campaign__cont__desc--text{
		font-size: 1.8rem;
	}

	.merit__other__cont--inner{
		max-width: 520px;
		margin: 0 auto;
	}

	.merit__other__cont__link{
		width: 48%;
		margin-bottom: 4%;
	}
		
	/* パンくずリスト
============================================================ */

	.cp_breadcrumb {
		margin: 1em auto;
        padding: 0em 8em;
		border-radius: 0.5em;
	}

	


	
}/* End media screen */

