@charset "utf-8";
/*===========================
add
===========================*/


.v-align {
  display: flex;
/*  justify-content: center; */
  align-items: center;
}

.bg_photo01 {
	background-image: url(../img/content/c.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}

.bg_photo02 {
	background-image: url(../img/content/6.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}

.bg_photo03 {
	background-image: url(../img/content/9.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}

.bg_photo04 {
	background-image: url(../img/content/10.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}

.waterMat {
/*	background: rgba(255,255,255,.8); */
	background: rgba(1,1,1,.5);
	z-index:10;
	text-shadow: 0 0 1px #111,0 0 2px #111, 0 0 4px #111, 0 0 6px #111, 0 0 8px #111,0 0 10px #111,0 0 12px #111, 0 0 14px #111, 0 0 16px #111, 0 0 18px #111;
	color: #fff;
	padding: 5em 5em;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 600px) {
.waterMat {
	padding: 2em 1em;
}	
}

.btn {
  display: flex;
  justify-content: center;
}
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn a:hover {
	color: #f2f2f2;
}
.btn02 a {
	background-color: var(--basic-color);
	border: 1px solid var(--basic-color);
	border-radius: 35px;
}

.btn02 a:hover {
	background-color: #c02337;
	border: 1px solid #333;
}

.btn02 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #fff;
}

.btn02 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #fff;
}
