@charset "utf-8";
/*-------------------------------------------------------
common
-------------------------------------------------------*/
.mainArea .w1360 {
	margin: 0 auto;
	width: 100%;
	max-width: 1360px;
}
.mainArea .w380 {
	margin: 0 auto;
	width: 100%;
	max-width: 380px;
}
.mainArea .row {
	display: flex;
	align-items: center;
}
.mainArea .ph {
	width: 50%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.mainArea .ph img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainArea .img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}
.mainArea .txtArea {
	padding: 100px 30px 30px 30px;
	box-sizing: border-box;
	width: 50%;
	height: 400px;
	background-color: #fff;
}
.mainArea .beige {background-color: #EDE3D3;}
.mainArea .sky {
	color: #FFF;
	background-color: #81CDDF;
}
.mainArea .gray {
	color: #FFF;
	background-color: #424242;
}
.mainArea .gold {
	color: #FFF;
	background-color: #BEA574;
}
.mainArea .tit {
	margin: 0 0 35px 0;
	text-align: center;
}
.mainArea .copy {
	margin: 0 0 20px 0;
	text-align: center;
}
.mainArea .copy.mincho {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.mainArea .txt {
	line-height: 2rem;
	font-size: 1.1rem;
}
.mainArea .btnArea {
	padding: 60px 18px;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: center;
}

@media (min-width: 641px) {
	.mainArea [data-sc-sp] {display: none !important;}
}

@media (max-width: 640px) {
	.mainArea [data-sc-pc] {display: none !important;}
	.mainArea .row {
		margin: 0 auto 20px auto;
		padding: 0 18px;
		display: inherit;
		position: relative;
	}
	.mainArea .ph {
		width: 100%;
		height: 205px;
	}
	.mainArea .txtArea {
		padding: 35px 30px;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		min-height: 235px;
	}
	.mainArea .tit {margin: 0 0 24px 0;}
	.mainArea .copy {margin: 0 0 12px 0;}
	.mainArea .txt {
		line-height: 1.5;
		font-size: 1.1rem;
	}
	.mainArea .btnArea {padding: 32px 18px;}
}



/*-------------------------------------------------------
intro
-------------------------------------------------------*/
.intro {
	margin: 55px 0 80px 0;
	padding: 0 18px;
	text-align: center;
}
.intro .tit {margin: 0;}
.intro .tit .img {max-width: 168px;}
.intro .copy {margin: 60px 0 40px;}
.intro .copy.mincho {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.7;
}
.intro .copy .img {max-width: 675px;}
.intro .txt {
	line-height: 3rem;
	color: #333;
	font-size: 1.4rem;
	text-shadow: 2px 2px 0 #fff;
}

@media (max-width: 640px) {
	.intro {margin: 40px 0;}
	.intro .copy {margin: 20px 0;}
	.intro .copy .img {max-width: 300px;}
	.intro .txt {
		font-size: 0.9rem;
		line-height: 1.7rem;
		text-align: left;
	}
}



/*-------------------------------------------------------
pagejump
-------------------------------------------------------*/
.pagejump {
	margin: 30px 0;
	display: flex;
	justify-content: center;
}
.pagejump li {width: 33.33%;}
.pagejump li:nth-child(2) {margin: 0 1px;}
.pagejump a {
	padding: 17px 5px;
	box-sizing: border-box;
	display: block;
	height: 50px;
	color: #FFF;
	background-color: #003764;
	font-size: 1.2rem;
	text-align: center;
}



/*-------------------------------------------------------
floor21
-------------------------------------------------------*/
.floor21 {
	margin: 0 0 80px 0;
	padding: 0 40px;
}
.floor21 .balloon {
	margin: 0 auto;
	padding: 50px 0 0 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 1360px;
	height: 305px;
	color: #FFF;
	background-image: url(../img/granjyour_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(50% + 25px) calc(100% - 25px), 50% 100%, calc(50% - 25px) calc(100% - 25px), 0 calc(100% - 25px));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(50% + 25px) calc(100% - 25px), 50% 100%, calc(50% - 25px) calc(100% - 25px), 0 calc(100% - 25px));
	z-index: 1;
    position: relative;
}
.floor21 .balloon .logo {
	margin: 0 0 25px 0;
	max-width: 192px;
}
.floor21 .balloon .txt {font-size: 1.4rem;}

@media (min-width: 641px) {
	.floor21 .row.lobby ,
	.floor21 .row.banquet {
		flex-direction: row-reverse;
	}
}

/* entrance */
.floor21 .entrance {margin: -25px auto 0 auto !important;}
.floor21 .entrance .tit .img {max-width: 204px;}
.floor21 .entrance .copy .img {max-width: 216px;}

/* lobby */
.floor21 .lobby .tit .img {max-width: 120px;}
.floor21 .lobby .copy .img {max-width: 176px;}


/* hall */
.floor21 .hall .tit .img {max-width: 323px;}
.floor21 .hall .copy .img {max-width: 292px;}

/* banquet */
.floor21 .banquet .tit .img {max-width: 185px;}
.floor21 .banquet .copy .img {max-width: 290px;}

@media (max-width: 640px) {
	.floor21 {
		margin: 0 0 60px 0;
		padding: 0;
	}
	.floor21 .balloon {
		padding: 38px 0;
		height: auto;
		background-image: url(../img/granjyour_bg_sp.jpg);
		-webkit-clip-path: none;
		clip-path: none;
	}
	.floor21 .balloon .logo {
		margin: 0 0 20px 0;
		max-width: 138px;
	}
	.floor21 .balloon .txt {font-size: 1.1rem;}
	.floor21 .entrance {margin: 36px auto 20px auto!important;}
	.floor21 .entrance .tit .img {max-width: 153px;}
	.floor21 .entrance .copy .img {max-width: 196px;}
	.floor21 .lobby .tit .img {max-width: 90px;}
	.floor21 .lobby .copy .img {max-width: 150px;}
	.floor21 .hall .tit .img {max-width: 242px;}
	.floor21 .hall .copy .img {max-width: 249px;}
	.floor21 .banquet .tit .img {max-width: 139px;}
	.floor21 .banquet .copy .img {max-width: 258px;}
}



/*-------------------------------------------------------
floor20
-------------------------------------------------------*/
.floor20 {
	margin: 0 0 80px 0;
	padding: 0 40px;
}
.floor20 .balloon {
	margin: 0 auto;
	padding: 50px 0 0 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 1360px;
	height: 305px;
	color: #FFF;
	background-image: url(../img/no20_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(50% + 25px) calc(100% - 25px), 50% 100%, calc(50% - 25px) calc(100% - 25px), 0 calc(100% - 25px));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(50% + 25px) calc(100% - 25px), 50% 100%, calc(50% - 25px) calc(100% - 25px), 0 calc(100% - 25px));
	z-index: 1;
    position: relative;
}
.floor20 .balloon .logo {
	margin: 0 0 25px 0;
	max-width: 148px;
}
.floor20 .balloon .txt {font-size: 1.4rem;}

@media (min-width: 641px) {
	.floor20 .row.lobby ,
	.floor20 .row.banquet {
		flex-direction: row-reverse;
	}
}

/* entrance */
.floor20 .entrance {margin: -25px auto 0 auto !important;}
.floor20 .entrance .tit .img {max-width: 204px;}
.floor20 .entrance .copy .img {max-width: 170px;}

/* lobby */
.floor20 .lobby .tit .img {max-width: 120px;}
.floor20 .lobby .copy .img {max-width: 246px;}

/* hall */
.floor20 .hall .tit .img {max-width: 323px;}
.floor20 .hall .copy .img {max-width: 343px;}

/* banquet */
.floor20 .banquet .tit .img {max-width: 185px;}
.floor20 .banquet .copy .img {max-width: 252px;}

@media (max-width: 640px) {
	.floor20 {
		margin: 0 0 60px 0;
		padding: 0;
	}
	.floor20 .balloon {
		padding: 38px 0;
		height: auto;
		background-image: url(../img/no20_bg_sp.jpg);
		-webkit-clip-path: none;
		clip-path: none;
	}
	.floor20 .balloon .logo {
		margin: 0 0 20px 0;
		max-width: 138px;
	}
	.floor20 .balloon .txt {font-size: 1.1rem;}
	.floor20 .entrance {margin: 36px auto 20px auto!important;}
	.floor20 .entrance .tit .img {max-width: 153px;}
	.floor20 .entrance .copy .img {max-width: 148px;}
	.floor20 .lobby .tit .img {max-width: 90px;}
	.floor20 .lobby .copy .img {max-width: 218px;}
	.floor20 .hall .tit .img {max-width: 242px;}
	.floor20 .hall .copy .img {max-width: 180px;}
	.floor20 .banquet .tit .img {max-width: 139px;}
	.floor20 .banquet .copy .img {max-width: 227px;}
}



/*-------------------------------------------------------
stripe
-------------------------------------------------------*/
.stripe {
	padding: 80px 0;
	background-image: url(../img/stripe_bg.png);
	background-size: 48px;
}

/* grid */
.grid {
	margin: 0 0 60px 0;
	padding: 0 18px;
}
.grid .column {width: 450px;}
@media (min-width: 641px) {
	.grid .column.brides {
		display: flex;
		flex-direction: column-reverse;
	}
}
.grid .ph {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 405px;
}
.grid .ph img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grid .balloon {
	padding: 100px 45px 20px 45px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 405px;
}
.grid .balloon:before {
	border-style: solid;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	content: "";
}
.grid .gray:before {
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #424242 transparent;
	top: -15px;
}
.grid .sky:before {
	border-width: 15px 15px 0 15px;
	border-color: #81CDDF transparent transparent transparent;
	bottom: -15px;
}
.grid .gold:before {
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #BEA574 transparent;
	top: -15px;
}

/* sora */
.sora .tit .img {max-width: 278px;}
.sora .copy .img {max-width: 282px;}

/* brides */
.brides .tit .img {max-width: 264px;}
.brides .copy .img {max-width: 333px;}

/* waiting */
.waiting .tit .img {max-width: 312px;}
.waiting .copy .img {max-width: 230px;}

/* salon */
.salon {
	padding: 5px 0;
	box-sizing: border-box;
	height: 400px;
	color: #FFF;
	background-color: #003764;
	display: flex;
	flex-direction: row-reverse;
}
@media (min-width: 641px) {
	.salon {
		display: flex;
		flex-direction: row-reverse;
	}
}
.salon .txtArea {
    padding: 85px 18px 18px 18px;
    width: 50%;
    height: 390px;
    background-color: transparent;
}
.salon .w380 {position: relative;}
.salon .circle {
	padding: 22px 0 0 0;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: -105px;
	left: -70px;
	width: 90px;
	height: 90px;
	background-color: #6EC8E2;
	text-align: center;
}
.salon .circle .img {max-width: 62px;}
.salon .tit .img {max-width: 275px;}
.salon .copy .img {max-width: 250px;}
.salon .ph {
	width: 50%;
	height: 390px;
}
.salon .ph img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 640px) {
	.stripe {padding: 60px 0;}
	.grid .row {
		margin: 0 auto;
		padding: 0;
		display: inherit;
	}
	.grid .column {width: 100%;}
	.grid .brides {margin: 20px 0;}
	.grid .ph {height: 205px;}
	.grid .balloon {
		padding: 35px 30px;
		height: auto;
		min-height: 235px;
	}
	.grid .balloon:before {display: none;}
	.sora .tit .img {max-width: 210px;}
	.sora .copy .img {max-width: 250px;}
	.brides .tit .img {max-width: 197px;}
	.brides .copy .img {max-width: 260px;}
	.waiting .tit .img {max-width: 234px;}
	.waiting .copy .img {max-width: 211px;}
	.salon {
		margin: 0 !important;
		padding: 20px 18px !important;
		height: auto;
		min-height: 475px;
	}
	.salon .txtArea {
		padding: 35px 0 0 0;
		width: 100%;
		height: auto;
	}
	.salon .circle {
		padding: 19px 0 0 0;
		top: -90px;
		left: -5px;
		width: 75px;
		height: 75px;
	}
	.salon .circle .img {max-width: 53px;}
	.salon .tit .img {max-width: 207px;}
	.salon .copy .img {max-width: 212px;}
	.salon .ph {
		width: 100%;
		height: 205px;
	}
}

/* type02 */
[data-imgloop01].type02 {margin: 0;}
.mincho {font-family: source-han-serif-japanese,serif;}
.comReportBox p.txt.mincho {font-size: 24px;font-weight: 700;}

@media (max-width: 640px) {
	.intro .copy.mincho {font-size: 4vw;letter-spacing: 0.05em}
	.mainArea .copy.mincho {font-size: 4.0vw;letter-spacing: 0;width: 110%;margin-left: -5%;}
	.comReportBox p.txt.mincho {font-size: 4vw;font-weight: 700;}
}
