@charset "utf-8";

/* お問い合わせ */

#mv{
	background:url(../../fc/img/cover.jpg) no-repeat 50% 50%;
	background-size:cover;
}

#sub {
	margin-bottom: 50px;
}

.mailButton {
	color: white;
	font-size: 12px;
	font-weight: bold;
	
	border: none;
	border-radius: 10px;
	box-shadow:1px 2px 3px #c0c0c0;
	
	padding: 10px;
	margin: 0px 3px 10px 0px;
	
	-webkit-appearance: none;
	
	background-color: #0070ad;

	cursor: pointer;
}

.huge{
	font-size: 150%;
}

.box_area{
	display: block;
}

.auction{
	width: 80%;
	padding: 2.5rem 1.5rem 3.5rem;
	margin: 2.5rem auto 0;

}

.blue{
	background: url(../../fc/img/blue.png);
	background-repeat: repeat;
}

.green{
	background: url(../../fc/img/green.png);
	background-repeat: repeat;
}

.pink{
	background: url(../../fc/img/pink.png);
	background-repeat: repeat;
}

.gmap {
}

.gmap iframe {

height: 400px;
width: 100%;
}

.box_left{
	width: 100%;
	text-align: center;
}
.box_right{
	width: 100%;
	text-align: center;
}

.under2 {
  background: linear-gradient(transparent 60%, #92cc6e 60%);
}

.under3 {
  background: linear-gradient(transparent 60%, #99e3f0 60%);
}

.net{
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 980px){

.auction{
	width: 70%;
	padding: 2.5rem 1.5rem 3.5rem;
	margin: 2.5rem auto 0;

}
	
.box_left{
		width: 60%;
		float: left;
	text-align: left;
}
.box_right{
		width: 40%;
		float:right;
}
	
.mega1{
		width:50%;
		padding-left: 10%;
		box-sizing: border-box;
}
.mega2{
		width:50%;
}

.net{
	margin-top:80px;
}	

}


@media print, screen and (min-width: 980px){
	#sub {
		font-size: 30px;
		margin-bottom: 50px;
	}
	
	.mailButton {
		color: white;
		font-size: 14px;
		font-weight: normal;
		
		border: none;	
		border-radius: 10px;
		box-shadow: 1px 2px 3px #c0c0c0;
		
		padding: 10px;
		margin: 0px 5px 10px 0px;
		
		-webkit-appearance: none;
		
		background-color: #0070ad;

		cursor: pointer;
	}
	
	.box_area{
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.auction{
	width: 25%;
	padding: 2.5rem 1.5rem 3.5rem;
}
	
.gmap iframe {

height: 450px;
	}

}
