@charset "UTF-8";

body{
	background: #e9f7f2;
}

a {
    color: #e85471;
}

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

.title-mainvisual {
	background: #e9f7f2;
}

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

.about .privilege-big:not(:first-child) {
	margin-bottom: 40px;
}

.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(340/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{
	margin-bottom: 40px;
	flex-wrap: nowrap;
	gap: 0 20px;
}

.about .privilege-list li{
	width: calc((100% - 20px) / 3)
}

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


.about .workshop-pc{
	display: block;
}

.about .workshop-sp{
	display: none;
}

.about .workshop-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;
	background: #fff;
}

.about .workshop-list li{
	width: calc(25% - 3px);
}

.about .workshop-list li:not(:last-child){
	border-right: 4px #ffe4db dotted;
}

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

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

.about .workshop-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;
}

.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-justify-content: center;
	justify-content:center;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	gap: 25px;
	width: 100%;
	margin-bottom: 25px;
}

.about .event-list li{
	/* width: 49%; */
	width: calc(50% - 12.5px);
}

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

.about .event-list li figure::before{
	content: "";
	display: block;
	padding-top: calc(420/1000*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;
}

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

/* 【イベント終了後対応】バナーをホバーした際の挙動を無効化にする、イベント時はコメントアウト解除  */
.about .event-list a:hover{
	opacity: .65;
}

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

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

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

.btn_detail {
	background-color: #3c3c3c;
}

.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 #5dc1ae;
}

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

.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_intro .main dl dt {
	color: #e85471;
}

.container_form {
	border-top: 2px solid #e85471;
}

.container_form dl.last {
	border-bottom: 1px solid #e85471;
}

.container_form dl dt p {
	background: url("../images/favore/icon_circle.png") left center no-repeat;
}

.container_form dd label {
	width: 230px;
}

.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: #FFF;
}

.house_maker + .reserve-form a{
	pointer-events: auto;
}

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

.thanks-msg dl dt {
	color: #e85471;
}

@media screen and (max-width: 840px){
.about .privilege-big img {
	width: 100%;
}

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

#wrap{
	/* padding-bottom: 80px; */
	padding-bottom: 67px; /* 【イベント終了後対応】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{
	width: 100%;
}

.about .privilege-list li:first-child{
	width: 100%;
}

.about .privilege-list li:nth-child(3) {
	background: #fff;
	box-sizing: border-box;
}

.about .workshop-pc{
	display: none;
}

.about .workshop-sp{
	display: block;
}

.about .workshop-list {
	margin-bottom: 0;
}

.about .workshop-list .workshop-box {
	width: calc(50% - 6px);
}

.about .workshop-list .workshop-box:first-child {
	border-right: 2px #ffe4db dotted;
}

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

.about .workshop-list .workshop-box figure::before{
	content: "";
	display: block;
	padding-top: calc(1000/750*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;
}

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

.about .event-list{
	gap: 15px;
}

.about .privilege-list{
	margin-bottom: 30px;
	flex-direction: column;
}

.about .privilege-list li:not(:last-child){
	margin-bottom: 30px;
}

.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%;
}
}
