/* CSS Document */


.pageHead {
	background-image: url("../images/convention/bg_pagehead.jpg");
}
@media screen and (max-width: 767px) {
	.pageHead {
		background-image: url("../images/convention/bg_pagehead_sp.jpg");
	}
}

.headline {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 42px;
}
.headline span {
	font-size: 1.6rem;
	display: block;
}

@media screen and (max-width: 767px) {
	.headline {
		font-size: 2.3rem;
		margin-bottom: 45px;
	}
	.headline span {
		font-size: 1.3rem;
		letter-spacing: 1px;
	}
}

/* ------------------------------
    lead
------------------------------ */
.lead {
	padding: 55px 0;
}
.lead .headline {
	font-size: 2.6rem;
	margin-bottom: 35px;
}

.lead p {
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.lead p + p {
	margin-top: 28px;
}

@media screen and (max-width: 767px) {
	.lead {
		padding: 45px 0;
	}
	.lead .headline {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.lead p {
		line-height: 1.8;
		text-align: left;
	}
	.lead p + p {
		margin-top: 0;
	}
}
/* ------------------------------
    anchor
------------------------------ */
.anchor {
	padding-bottom: 40px;
}
.anchor ul {
	display: flex;
	flex-wrap: wrap;
}
.anchor ul li {
	margin: 0 2.75% 20px 0;
	width: 31.5%;
}
.anchor ul li:nth-child(3n) {
	margin-right: 0;
}
.anchor ul li a {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;	
	height: 145px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}
.anchor ul li a:hover {
	opacity: 0.7;
}
.anchor ul li a p {
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
}
.anchor ul li a span {
	font-size: 1.4rem;
	display: inline-block;
	text-align: center;
	width: 100%;	
}
.anchor ul li a:after {
	background: url("../images/ico_arrow_anchor.png") no-repeat center / cover;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
	height: 12px;
	width: 39px;
}
.anchor ul li a.anc01{
	background: url("../images/convention/bg_anchor01.jpg") no-repeat center center / cover;
}
.anchor ul li a.anc02{
	background: url("../images/convention/bg_anchor02.jpg") no-repeat center center / cover;
}
.anchor ul li a.anc03{
	background: url("../images/convention/bg_anchor03.jpg") no-repeat center center / cover;
}
.anchor ul li a.anc04{
	background: url("../images/convention/bg_anchor04.jpg") no-repeat center center / cover;
}
.anchor ul li a.anc05{
	background: url("../images/convention/bg_anchor05.jpg") no-repeat center center / cover;
	padding-bottom: 10px;
}
.anchor ul li a.anc06{
	background: url("../images/convention/bg_anchor06.jpg") no-repeat center center / cover;
	padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.anchor {
		padding-bottom: 25px;
	}
	.anchor ul {
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	.anchor ul li {
		margin: 0 0 10px;
		width: 100%;
	}
	.anchor ul li:nth-child(2n) {
		margin-right: 0;
	}
	.anchor ul li a {		
		height: 108px;
		padding-bottom: 20px;
	}
	.anchor ul li a p {
		font-size: 2rem;
	}
	.anchor ul li a:after {
		width: 28px;
		height: 8px;
		bottom: 15px;
	}
}

/* ------------------------------
    room
------------------------------ */

.room {
	padding: 60px 0;
}
.room.bg {
	background: #EEE8DE;
}
.room .flex {
	align-items: center;
}
.room .img {
	display: block;
	min-height: 400px;
	width: 50%;
}
.room .wrap {
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	width: 45%;
}
.room .txt .name {
	font-size: 3rem;
}
.room .txt .name span {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.room .txt p {
	line-height: 2;
	margin-top: 15px;
}
.room.hasSubImg .flex {
	align-items: flex-start;
	position: relative;
}

.room.hasSubImg .txt {
	padding-bottom: 210px;
}
.room .txt .subImg {
	display: block;
	position: absolute;
	width: 325px;
	right: calc(50% - 345px);	
	bottom: 0;
}
.room .fdr .txt .subImg {
	left: auto;
	left: calc(50% - 345px);
}
@media screen and (max-width: 960px) {
	.room.hasSubImg .txt .name {
		font-size: 2rem;
	}
	.room.hasSubImg .txt p {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 767px) {
	.room {
		padding: 30px 0;
	}
	.room .img {
		margin-bottom: 15px;
		min-height: auto;
		width: 100%;
	}
	.room .txt .subImg {
		position: static;
		width: 100%;
	}
	.room .wrap {
		display: block;
		width: 100%;
	}
	.room .txt .name {
		font-size: 2.25rem;
	}
	.room .txt p {
		font-size: 1.3rem;
	}
	.room.hasSubImg .txt {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 0;
	}
	.room.hasSubImg .txt .name {
		font-size: 2.25rem;
		width: 100%;
	}
	.room.hasSubImg .txt p {
		font-size: 1.3rem;
		margin-top: 20px;		
		width: 49%;
	}
	.room.hasSubImg .txt p.w100 {
		width: 100%;
	}
	.room.hasSubImg .txt .subImg {
		margin-top: 20px;
		min-height: 112px;
		width: 49%;
	}
}