@charset "UTF-8";

.form{
	padding: 0 0 6%;
	background: #f3f3f3;
}

.form-wrap{
	width: 100%;
	max-width: 1200px;
	height: 300px;
	margin: 0 auto;
	padding: 50px 100px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
}

.container_intro .main dl dt{
	color: #0075c2;
}

body{
	/* background: #fff2f0; */
}

a {
    color: #e85471;
}

div.notes .holding-event{
	margin-top: 0;
}

.comming-soon-list{
	box-sizing: border-box;
}

.title-mainvisual {
	margin: 0 0 50px;
	background: #fff2f0;
}

.title-mainvisual figure::before{
	padding-top: calc(750/1200*100%);
}

.about .privilege-big {
	margin-bottom: 20px;
}

.about .privilege-big figure {
	position: relative;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

.about .privilege-big figure::before{
	content: "";
	display: block;
	padding-top: calc(391/1200*100%);
}

.about .privilege-big figure img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 100%;
	max-width: 850px;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	margin: 0 auto;
}

.about .privilege-list li:first-child{
	width: 100%;
	margin: 0 0 40px;
}

.about .privilege-list li:nth-child(2){
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.about .privilege-list li figure::before{
	padding-top: calc(177/721*100%);
}

.about .privilege-list li:first-child figure:before{
	padding-top: calc(240/1200*100%);
}

.about .privilege-list li a{ /* 【イベント終了後対応】バナーのクリックイベントを無効化にする */
	pointer-events: auto;
	/* pointer-events: none; */
}

.about .privilege-list li a figure::before{
	padding-top: calc(166/700*100%);
}

.about .event-list{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 25px;
}

.about .event-list li{
	width: 49%;
}

.about .event-list li:first-child{
	background: #fbdad2;
	padding: 13px 0;
}

.about .event-list figure {
	position: relative;
	width: 100%;
}

.about .event-list figure {
	position: relative;
	width: 100%;
}

.about .event-list li figure::before{
	content: "";
	display: block;
	padding-top: calc(1568/4167*100%);
}

.about .event-list li a figure::before{
	content: "";
	display: block;
	padding-top: calc(420/1000*100%);
}

.about .event-list figure img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

footer,
p.copy{
	background: #3e3a39;
}

.alert_career {
	border: 1px solid #e85471;
}

.alert_career p:first-child {
	color: #e85471;
	background-color: #f9e0e5;
}

.btn_submit, .btn_back {
	background-color: #e85471;
}

.about .coming-solution dl dt {
	background: #e85471;
}

.about .coming-solution dl dd ul li{
	color: #e85471;
}

.thanks-msg a{
	background: #e85471;
}

.model-list li {
	border: 5px solid #0075c2;
}

.model-list li dl dt{
	color: #0075c2;
}

.map{
	width: 100%;
	margin: 0 auto 40px;
	padding: 60px 0 40px;
	border: 10px solid #f0f0f0;
	text-align: center;
	box-sizing: border-box;
	background-color: #FFF;
}

.map figure{
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.map figure::before{
	content: "";
	display: block;
}

.map .outside_map::before{
	padding-top: calc(579/792*100%);
}

.map .inside_map::before{
	padding-top: calc(615/792*100%);
}

.map figure img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 650px;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	margin: 0 auto;
}

.map figure:not(:last-child){
	margin-bottom: 40px;
}

.map > figure{
	border: 5px solid #f0f0f0;
	box-sizing: border-box;
}

.map h2{
	margin: 0 auto 4%;
}

.map h2 figure{
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.map h2 figure::before{
	content: "";
	display: block;
	padding-top: calc(44/650*100%);
}

.map h2 figure img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 650px;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.hokugin_form{
	margin: 10% 0 0;
	padding: 50px 25px;
	background: #f0f0f0;
}

.alert_career{
	margin: 10% 0 0;
}

.container_intro .main dl{
	background: #FFF;
}

.container_form dd label {
	width: 260px;
}

.container_form dd label[for="maker_113"],
.container_form dd label[for="maker_213"],
.container_form dd label[for="maker_313"]{
	width: 200px;
}

.house_maker + .reserve-form{
	/* background: transparent; */
	background: #fff2f0;
}

.house_maker + .reserve-form a{
	/* pointer-events: auto; */
	max-width: 750px;
}

.fix-reservation.top{
	bottom: 185px;
}


.house_maker img.hm_logo.lh{
	height: 150px;
}


@media screen and (max-width: 840px){
.house_maker img.hm_logo.lh{
	height: 120px;
}

.about .privilege-big img {
	width: 100%;
}

.map{
	padding: 60px 20px 40px;
}

#wrap{
	padding-bottom: 67px;
	/* padding-bottom: 0; 【イベント終了後対応】SP版追従バナー分の余白を削除 */
}

.fix-reservation a {
	/* border: 5px solid #f77f3c; */
	border: none;
	background: transparent;
}

.fix-reservation,
.fix-reservation a {
	/* height: 80px; */
	height: auto;
}

.fix-reservation.top{
	bottom: 0;
}

.fix-reservation a img{
	max-width: 100%;
}

.about .privilege-list li:first-child{
	margin: 0 0 20px;
}

/* .about .privilege-list li:first-child figure:before{
	padding-top: calc(380/750*100%);
} */

.about .privilege-list li:nth-child(2),
.about .privilege-list li{
	width: 100%;
}

.about .event-list li {
	width: 100%;
	margin-bottom: 30px;
}

.about .event-list li:first-child{
	padding: 0;
}
}

@media screen and (max-width: 640px){
body{
	overflow-x: hidden;
}

.form-wrap{
	padding: 30px;
}

.title-mainvisual figure::before{
	padding-top: calc(1485/750*100%);
}

.hokugin_form{
	position: relative;
	padding: 30px 0;
}

.hokugin_form::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	z-index: -1;
	background: #f0f0f0;
}

.map{
	/* padding: 15px 0 0; */
	padding: 15px 10px 10px;
	border: none;
}

.map > figure{
	border-width: 3px;
}

.map h2{
	margin-bottom: 5%;
}

.about .privilege-list li:first-child figure:before{
	padding-top: calc(397/750*100%);
}

.house_maker + .reserve-form{
	margin: 0;
	background: none;
}
}
