@charset "utf-8";

/**
 * style.css にフォルダ内共通スタイルを記述してください。
 */
.mix-blend-mode {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 60%;
	background: rgba(115,99,71,.9);
	mix-blend-mode: multiply;
	z-index: 2;
}
.titelfukidashi{
	width: 16%;
	position: absolute;
	top: 28%;
	left: 68%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
.botan1 {
	background-color: #205289;
	color: #FFFFFF !important;
	width: 46%;
	margin: 0px auto;
	display: block;
	padding: 15px;
	border-radius: 12px;
	text-align: center;
	font-size: 1.1em;
}
.botan1:hover {
	background-color: #CEE4E9;
	text-decoration: none;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 0px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed,
.ggmap div {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



@media screen and (max-width:767px) {
.mix-blend-mode {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 60%;
	background: rgba(115,99,71,.9);
	mix-blend-mode: multiply;
	z-index: 2;
}
.titelfukidashi{
	width: 26%;
	position: absolute;
	top: 26%;
	left: 79%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
	
}




@media screen and (max-width:575px) {
.mix-blend-mode {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 78%;
	background: rgba(115,99,71,.9);
	mix-blend-mode: multiply;
	z-index: 2;
}
.titelfukidashi{
	width: 26%;
	position: absolute;
	top: 26%;
	left: 79%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
.botan1 {
	background-color: #205289;
	color: #FFFFFF !important;
	width: 100%;
	margin: 0px auto;
	display: block;
	padding: 15px;
	border-radius: 0px;
	text-align: center;
	font-size: 1.2em;
}
	
	
}	




@media screen and (max-width:425px) {
.mix-blend-mode {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 78%;
	background: rgba(115,99,71,.9);
	mix-blend-mode: multiply;
	z-index: 2;
}
.botan1 {
	background-color: #205289;
	color: #FFFFFF !important;
	width: 100%;
	margin: 0px auto;
	display: block;
	padding: 15px;
	border-radius: 0px;
	text-align: center;
	font-size: 1.2em;
}
	
}
