@charset "UTF-8";
/* CSS Document */
h3{
	color: #FFF;
	background-color: #E5441F;
	font-size: 26px;
	display: inline-block;
	padding: 6px 1.5em;
	font-weight: 900;
}
.main-img{
	padding-top: 105px;
	text-align: center;
}
.yatsunami01{
	text-align: center;
	margin: 60px 0;
	background-image:url(../img/yatsunami/yatsunami01_bg.jpg);
	padding: 60px 0;
}
.yatsunami01 h3{
	margin-bottom: 30px;
}
.yatsunami01 .yatsunami01-box{
	background-color: rgba(255,255,255,0.8);
	padding: 40px 20px 30px;
}
.yatsunami01 p{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

.yatsunami02{
	padding: 0 20px;
}
.yatsunami02 .h3Area{
	text-align: center;
	margin-bottom: 40px;
}
.yatsunami02 .yatsunami02-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.yatsunami02 .yatsunami02-box .txtArea p{
	margin-bottom: 20px;
	font-size: 16px;
}
.yatsunami02 .yatsunami02-box .img{
	flex-shrink: 0;
	margin-left: 30px;
}
.yatsunami02 .photoArea dl .photo-box01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.yatsunami02 .photoArea dl .photo-box01 div{
	width: 23%;
}
.yatsunami02 .photoArea dl .photo-box01 dd{
	text-align: center;
	background-color: #D59F00;
	color: #FFF;
	line-height: 1.5;
	    display: flex;
    align-items: center;
    justify-content: center;
 height: 78px;
 }
.yatsunami02 .photoArea dl .photo-box02{
	background-image: url(../img/yatsunami/yatsunami02-06_bg.jpg);
	padding-bottom: 20px;
	margin-bottom: 70px;
}
.yatsunami02 .photoArea dl .photo-box02 dd{
	text-align: center;
	background-color: #D59F00;
	color: #FFF;
	margin-top: 20px;
	padding: 2px;
 }

 .yatsunami03{
 	text-align: center;
 }
 .yatsunami03 h3{
 	margin-bottom: 40px;
 }
 .yatsunami03 .floor_plan_img{
 	padding: 0 20px 50px;
 }
 .yatsunami03 .floor_plan_txt{
background: rgb(249,241,217);
background: linear-gradient(90deg, rgba(249,241,217,1) 0%, rgba(216,167,20,1) 35%, rgba(213,159,0,1) 65%, rgba(249,241,217,1) 100%);
 	color: #FFF;
 	padding: 6px 0;
 }
 .yatsunami03 .floor_plan_txt p{
line-height: 1.5;
 }
 .reserveArea{
 	text-align: center;
 	padding: 40px 0 80px;
 }
 .reserveArea h3{
color: #CC9900;
background-color: transparent;
font-weight: 900;
position: relative;
padding-bottom: 70px;
 }
 .reserveArea h3:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #E5441F;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
 .reserveArea .btn{
color: #FFF;
background-color: #999999;
padding: 10px 5em;
font-size: 26px;
font-weight: 900;
border-radius: 10px;
display: inline-block;
 }
 .reserveArea .finish{
 	color: #FF0000;
 	padding-top: 10px;
 }
 .reserveArea .finish:before{
 	content:"※";
 }
 .reserveArea .results{
 	margin-top: 100px;
 	text-align: center;
 }
 .reserveArea .results a{
 	background-color: #E5441F;
 	color: #FFF;
 	font-size: 26px;
 	font-weight: 900;
  display : block ;
  outline : 1px solid #FFFFFF;
  outline-offset : -6px;
  padding: 6px;
  width: 300px;
  margin: 0 auto;
  }
 .reserveArea{
    background-image: url(../img/yatsunami/reserve_bg.svg);
    background-position: right;
    background-repeat: no-repeat;
  }
 .reserveArea .results a:hover{
 	opacity: .8;
  }
 .group {
 	text-align: center;
 	padding: 20px;
 	background-color: #FEF3D3;
  }

@media screen and (max-width: 1100px) {
	.yatsunami02 .photoArea dl .photo-box01{
		    justify-content: center;
		    flex-wrap: wrap;
	}
	.yatsunami02 .photoArea dl .photo-box01 div{
    width: 48%;
    text-align: center;
    margin: 0 0 40px;
	}
	.yatsunami02 .photoArea dl .photo-box01 dd{
		margin: 0 auto;
		width: 278px;
	}
}

@media screen and (max-width: 768px) {
	h3{
		font-size: 22px;
	}
.main-img{
	padding-top: 15vw;
}
.yatsunami01{
	margin: 40px 0 60px;
}
.yatsunami01 p{
	text-align: left;
	font-size: 14px;
}
.yatsunami02 .yatsunami02-box{
	display: block;
}
.yatsunami02 .yatsunami02-box .txtArea p{
	font-size: 14px;
}
.yatsunami02 .yatsunami02-box .img{
	margin: 30px 0 0 0;
	text-align: center;
}
.yatsunami02 .yatsunami02-box .img img{
	width: 278px;
}
.yatsunami02 .photoArea dl .photo-box01{
	display: block;
}
.yatsunami02 .photoArea dl .photo-box01 div{
	    width: 278px;
    margin: 0 auto 30px;
}
.yatsunami02 .photoArea dl .photo-box02{
	    width: 278px;
    margin: 0 auto 70px;
}
.yatsunami03 .floor_plan_txt{
	    background: linear-gradient(90deg, rgba(249,241,217,1) 0%, rgba(216,167,20,1) 12%, rgba(213,159,0,1) 88%, rgba(249,241,217,1) 100%);
}
.yatsunami03 .floor_plan_txt p{
	padding: 0 20px;
}
.reserveArea{
    background-size: 140%;
    background-position: right bottom 20%;
    padding: 40px 0 50px;
}
.reserveArea h3{
	font-size: 20px;
}
.reserveArea .btn {
    padding: 10px 2em;
    font-size: 20px;
    }
    .reserveArea .results a{
    	font-size: 20px;
    	width: 200px;
    }
    .reserveArea .finish{
    	line-height: 1.4;
    }
    .group{
    	font-size: 13px;
    }
}