@charset "UTF-8";

.rwd-fadein{
	opacity: 0;
	-webkit-transition: 4s;
	-moz-transition: 4s;
	-ms-transition: 4s;
	transition: 4s;
}

.rwd-fadein.rwd-view{
	opacity: 1;
	-webkit-transition: 4s;
	-moz-transition: 4s;
	-ms-transition: 4s;
	transition: 4s;
}

.rwd-fadeup{
	opacity: 0;
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	transition: 2s;

}

.rwd-fadeup.rwd-view{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	transition: 2s;
}

.rwd-slideright{
opacity: 0;
-webkit-transform: translateX(50%);
transform: translateX(50%);
-webkit-transition: 2s;
-moz-transition: 2s;
-ms-transition: 2s;
transition:2s;
}

.rwd-slideright.rwd-view{
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: 2s;
-moz-transition: 2s;
-ms-transition: 2s;
transition:2s;
}

.rwd-slideleft{
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: 2s;
-moz-transition: 2s;
-ms-transition: 2s;
transition:2s;
}

.rwd-slideleft.rwd-view{
 opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: 2s;
-moz-transition: 2s;
-ms-transition: 2s;
transition:2s;
}



.rwd-prestigef43-bg{
	overflow-x: hidden;
	margin-top: -12px;
	background: rgb(243,232,209);
}

.rwd-prestigef43-container{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.rwd-prestigef43-head{
	padding: 30px 0;
	margin-bottom: 0;
}

.rwd-prestigef43-head img{
	max-width: 280px;
}

.rwd-prestigef43-main{
	position: relative;
	z-index: 1;
}

.rwd-prestigef43-main img{
	width: 100%;
	height: auto;
}

.rwd-prestigef43-maintxt{
	position: relative;
	z-index: 2;
	margin-top: -150px;
}

.rwd-prestigef43-maintxt img{
	width: 100%;
	max-width: 500px;
	height: auto;
	margin-bottom: 80px;
}

.rwd-prestigef43-maintxt p{
	font-size: 20px;
	letter-spacing: .1em;
}

.rwd-prestigef43-submain{
	position: relative;
	z-index: 1;
	padding-top: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.rwd-prestigef43-submain img{
	width: 100%;
	height: auto;
}

.rwd-prestigef43-submain li:nth-of-type(2){
	margin-top: -150px;
}

.rwd-prestigef43-submain li:nth-of-type(3){
	margin-top: -300px;
}

.rwd-prestigef43-debut .rwd-prestigef43-container{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 140px;
}

.rwd-prestigef43-debut .rwd-prestigef43-debut-title img{
	width: 100%;
	max-width: 760px;
	height: auto;
	margin-bottom: 40px;
}

.rwd-prestigef43-debut .rwd-prestigef43-debut-read{
margin-bottom: 40px;
font-size: 18px!important;
}

.rwd-prestigef43-linkcard{
	max-width: 240px;
	margin: 0 auto;
	padding:30px;
	background: #fff;
}

.rwd-prestigef43-linkcard .rwd-prestigef43-en{
	display: block;
	text-emphasis: center;
	font-size: 22px;
	font-weight: bold;
	list-style:1.8em;
	color: #172a88;
}

.rwd-prestigef43-linkcard .rwd-prestigef43-day{
	display: block;
	text-emphasis: center;
	font-size: 13px;
	padding: 10px 0;
}

.rwd-prestigef43-linkcard .rwd-prestigef43-txt{
	display: block;
	text-emphasis: center;
	font-size: 13px;
	margin-bottom: 15px;
}

.rwd-prestigef43-linkbtn{
	display: inline-block;
	position: relative;
	background-color: #aaa;
	color: #fff!important;
	padding: 8px 15px;
	text-align: left;
	width: 100%;
	max-width: 200px;
	transition: 0.5s;
}

.rwd-prestigef43-linkbtn:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top:1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.5s;
}

.rwd-prestigef43-linkbtn:hover{
	background-color: #172a88;
	transition: 0.5s;
}

.rwd-prestigef43-linkbtn:after{
	right: 10px;
	transition: 0.5s;
}

.rwd-prestigef43-concept img{
	width: 100%;
	height: auto;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-title{
	display: block;
	text-align: center;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-title img{
	max-width: 540px;
	margin-bottom: 60px;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-read{
	text-align: center;
	margin-bottom: 40px;
	font-size: 20px;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-block{
	position: relative;
	z-index: 1;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-block .rwd-prestigef43-concept-blocktxt{
position: absolute;
bottom: -50px;
left: 20%;
max-width: 190px;
padding: 50px 40px;
background: #f3e8d1;
z-index: 2;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-block:nth-of-type(2) .rwd-prestigef43-concept-blocktxt{
left: auto;
right: 20%;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-block:nth-of-type(1){ z-index: 30; }
.rwd-prestigef43-concept .rwd-prestigef43-concept-block:nth-of-type(2){ z-index: 20; }
.rwd-prestigef43-concept .rwd-prestigef43-concept-block:nth-of-type(3){ z-index: 10; }

.rwd-prestigef43-designbox{
	padding-top: 150px;
	text-align: center;
}

.rwd-prestigef43-designbox .rwd-prestigef43-design-title img{
	max-width: 440px;
	margin-bottom: 60px;
}

.rwd-prestigef43-designbox .rwd-prestigef43-interior-title img{
		max-width: 540px;
	margin-bottom: 60px;
}

.rwd-prestigef43-designbox p{
	font-size: 18px;
}

.rwd-prestigef43-designbox ul{
	padding-top: 40px;
	display: grid;
	grid-template-columns:1fr 1fr;
}

.rwd-prestigef43-designbox ul li:nth-of-type(1){
  grid-column: 1 / -1;
}

.rwd-prestigef43-designbox ul img{
	width: 100%;
	height: auto;
}

.rwd-prestigef43-designbox .rwd-prestigef43-design-read{
max-width: 280px;
margin: 0 auto;
padding-top: 40px;
text-align: left;
font-size: 16px;
}

.rwd-prestigef43-fdebut{
padding-top: 180px;
position: relative;
}

.rwd-prestigef43-fdebut img{
width: 100%;
height: auto;
}

.rwd-prestigef43-fdebut .rwd-prestigef43-fdebut-read{
text-align: center;
margin-bottom: -6vw;
font-size: 21px;
letter-spacing: .2em;
}

.rwd-prestigef43-fdebut-figtxt{
	position: absolute;
	z-index: 2;
	bottom: 12vw;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	font-size: 20px;
	letter-spacing: .1em;
}

.rwd-prestigef43-fdebut-figtxt img{
	max-width: 960px;
	height: auto;
	margin-bottom: 40px;
}

.rwd-prestigef43-notice{
	background: #a48b78;
	text-align: center;
	padding-bottom: 100px;
}

.rwd-prestigef43-notice .rwd-prestigef43-noticecard{
	max-width: 680px;
	background: #fff;
	margin: 0 auto;
	transform: translateY(-80px);
	text-align: center;
}

.rwd-prestigef43-notice .rwd-prestigef43-noticecard-dec{
	background:#98afc0 ;
	padding: 15px 0;
	color: #fff;
	margin-bottom: 30px;
}

.rwd-prestigef43-notice .rwd-prestigef43-noticecard-title{
	display: block;
	color: #172a88;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.rwd-prestigef43-noticecard-day{
	display: block;
	color: #172a88;
	margin-bottom: 10px;
}

.rwd-prestigef43-noticecard-place{
	display: block;
	margin-bottom: 20px;
}

.rwd-prestigef43-noticecard-txt01{
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
}

.rwd-prestigef43-noticecard-txt02{
	color: #172a88;
}

.rwd-prestigef43-noticecard ul{
	display: flex;
	flex-wrap: wrap;
}

.rwd-prestigef43-noticecard ul li{
  width: 50%;
}

.rwd-prestigef43-noticecard ul li:nth-of-type(1){
  width: 100%;
}

.rwd-prestigef43-noticecard ul li img{
	width: 100%;
	height: auto;
}

.rwd-prestigef43-noticecard ul li:nth-of-type(1) img{
	width: 60%;
	height: auto;
}

.rwd-prestigef43-noticecard-caption{
	display: block;
	padding: 20px 0;
	font-size: 13px;
}

#rwd-prestigef43-spec{
	padding-top: 30px;
}




@media screen and (min-width: 768px){
/* ================================================
画面幅が
768px 以上の場合の表示設定
================================================ */

}

@media screen and (max-width: 767px){
/* ================================================
画面幅が
768px 未満の場合の表示設定
================================================ */

.rwd-prestigef43-head{
	padding: 30px 5%;
	margin-bottom: 0;
}

.rwd-prestigef43-head img{
	width: 100%;
	max-width: 200px;
}

.rwd-prestigef43-maintxt{
	position: relative;
	z-index: 2;
	margin-top: -120px;
	margin-left: 5%;
}

.rwd-prestigef43-maintxt img{
	width: 100%;
	max-width:60%;
	height: auto;
	margin-bottom: 40px;
}

.rwd-prestigef43-maintxt p{
	font-size: 16px;
}

.rwd-prestigef43-submain{
	position: relative;
	z-index: 1;
	padding-top: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.rwd-prestigef43-submain img{
	width: 100%;
	height: auto;
}

.rwd-prestigef43-submain li:nth-of-type(2){
	margin-top: -75px;
}

.rwd-prestigef43-submain li:nth-of-type(3){
	margin-top: -150px;
}

.rwd-prestigef43-debut .rwd-prestigef43-container{
	padding-bottom: 80px;
}

.rwd-prestigef43-debut .rwd-prestigef43-debut-title img{
	max-width: 80%;
	height: auto;
	margin-bottom: 40px;
}

.rwd-prestigef43-debut .rwd-prestigef43-debut-read{
margin-bottom: 40px;
}

.rwd-prestigef43-concept img{
	width: 100%;
	height: auto;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-title{
	display: block;
	text-align: center;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-title img{
	max-width: 70%;
	margin-bottom: 30px;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-read{
	margin-bottom: 30px;
	font-size: 16px;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-block{
	position: relative;
	z-index: 1;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-block .rwd-prestigef43-concept-blocktxt{
position: inherit;
bottom: auto;
left: auto;
max-width: calc(100% - 60px);
padding: 30px;
background: #f3e8d1;
z-index: 2;
font-size: 12px;
}

.rwd-prestigef43-concept .rwd-prestigef43-concept-block:nth-of-type(2) .rwd-prestigef43-concept-blocktxt{
left: auto;
right: auto;
}

.rwd-prestigef43-designbox{
	padding-top: 50px;
	text-align: center;
}

.rwd-prestigef43-designbox .rwd-prestigef43-design-title img{
	max-width: 60%;
	margin-bottom: 30px;
}

.rwd-prestigef43-designbox .rwd-prestigef43-interior-title img{
	max-width: 60%;
	margin-bottom: 30px;
}

.rwd-prestigef43-designbox p{
	font-size: 16px;
}

.rwd-prestigef43-designbox ul{
	padding-top: 20px;
}

.rwd-prestigef43-designbox .rwd-prestigef43-design-read{
max-width: calc(100% - 60px);
padding: 30px 30px 0;
font-size: 16px;
}

.rwd-prestigef43-fdebut{
padding-top: 80px;
position: relative;
}

.rwd-prestigef43-fdebut img{
width: 100%;
height: auto;
}

.rwd-prestigef43-fdebut .rwd-prestigef43-fdebut-read{
text-align: center;
margin-bottom: -6vw;
font-size: 18px;
letter-spacing: .2em;
}

.rwd-prestigef43-fdebut-figtxt{
	position: absolute;
	z-index: 2;
	bottom: 5vw;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	font-size: 16px;
	white-space: nowrap;
}

.rwd-prestigef43-fdebut-figtxt img{
	margin-bottom: 20px;
}

.rwd-prestigef43-notice{
	background: #a48b78;
	text-align: center;
	padding:50px 5% 50px;
}

.rwd-prestigef43-notice .rwd-prestigef43-noticecard{
	max-width: 680px;
	background: #fff;
	margin: 0 auto;
	transform: translateY(0);
	text-align: center;
}

.rwd-prestigef43-notice .rwd-prestigef43-noticecard-dec{
	margin-bottom: 30px;
	font-size: 12px;
}

.rwd-prestigef43-notice .rwd-prestigef43-noticecard-title{
	font-size: 18px;
	margin-bottom: 15px;
}

.rwd-prestigef43-noticecard-day{
	font-size: 12px;
}

.rwd-prestigef43-noticecard-place{
	font-size: 12px;
}

.rwd-prestigef43-noticecard-txt01{
	margin-top: 30px;
	font-size: 16px;
}

.rwd-prestigef43-noticecard-txt02{
	font-size: 12px;
	padding: 0 5%;
}

.rwd-prestigef43-noticecard ul{
	display: flex;
	flex-wrap: wrap;
}

.rwd-prestigef43-noticecard ul li{
  width: 50%;
}

.rwd-prestigef43-noticecard ul li:nth-of-type(1){
  width: 100%;
}

.rwd-prestigef43-noticecard ul li img{
	width: 100%;
	height: auto;
}

.rwd-prestigef43-noticecard ul li:nth-of-type(1) img{
	width: 60%;
	height: auto;
}

.rwd-prestigef43-noticecard-caption{
	display: block;
	padding: 20px;
	font-size: 13px;
}

#rwd-prestigef43-spec{
	padding-top: 30px;
}
}
