@charset "utf-8";

/* load setting -------------------------- */
body.hide {
	overflow: hidden;
}

#LOADMASK {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 15000;
}

#LOADMASK .loaderWrap {
	max-width: 800px;
	margin: 400px auto auto auto;
	padding: 0 20px;
}

#LOADMASK .loaderWrap .loader {
	width: 100%;
	position: relative;
}

#LOADMASK .loaderWrap .loader .mask {
	width: 100%;
	position: relative;
	text-align: center;
}

#LOADMASK .loaderWrap .loader .mask img {
	width: 30%;
	height: auto;
	opacity: 0;
}

#LOADMASK .loaderWrap .loader .prg {
	/*background-color: #000;*/
	position: absolute;
	width: 100%;
	top: 0;
	opacity: 0;
}

p.jaTtl {
	color: #fff;
	text-align: center;
	font-size: 11px;
}

.lbBody .roomTtl {
	text-align: center;
	font-size: 11px;
	margin: -30px 0 40px 0;
}

@media only screen and (max-width: 640px) {
	#LOADMASK .loaderWrap {
		margin: 200px auto auto auto;
	}
}

/* ------------------------------------- */


br.sp {
	display: none;
}

@media only screen and (max-width: 640px) {
	br.sp {
		display: inline;
	}
}

#lead {
	position: relative;
	background-image: url(../imgs/lead.jpg);
	background-position: center;
	background-size: cover;
}

#lead h2 {
	position: absolute;
	left: 0;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}

@media only screen and (max-width: 640px) {

	#lead {
		height: 300px;
	}

	#lead p {
		display: none;
	}

	#lead h2 {
		width: 80%;
	}

}


.topTitle {
	padding: 60px 0;
	text-align: center;
}




.blockTitle {
	font-size: 40px;
	font-family: "Brown-Bold", sans-serif;
	line-height: 45px;
	position: relative;
	padding-bottom: 10px;
	z-index: 100;
	letter-spacing: 0.07em;
}

.blockTitle span {
	transition: all 0.5s;
	opacity: 0;
}

.blockTitle span.visible {
	opacity: 1;
}

.blockTitle:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	height: 4px;
	content: "";
	background-color: #000;
	transition: all 0.5s;
}

.blockTitle.on:after {
	width: 55px;
}



@media only screen and (max-width: 640px) {
	.blockTitle {
		font-size: 24px;
		line-height: 28px;
	}

	.blockTitle:after {
		height: 2px;
	}

	.blockTitle.on:after {
		width: 30px;
	}
}





.typewriter span {
	display: inline-block;
	transition: all 0.6s;
	opacity: 0;
}

.typewriter span.visible {
	opacity: 1;
}

h5.typewriter {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.typewriter br.SP {
	display: none;
}

@media only screen and (max-width: 640px) {

	.typewriter {
		font-size: 12px;
	}

	h5.typewriter {
		font-size: 16px;
	}

	.typewriter br.SP {
		display: inline;
	}
}

.blind {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 30;
	transition-property: opacity, transform;
	transition-duration: 1.5s;
	transform: translateY(30px);
	opacity: 0;
}

.blind.subImage {
	transition-property: opacity;
	transform: translateY(0px);
	z-index: 50;
}

.blind.visible {
	opacity: 1;
	transform: translateY(0px);
}



.blind img.image {
	opacity: 1;
	max-width: 100%;
	height: auto;
}

.blind .mask {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #dbdfdf;
	display: block;
	width: 0%;
	height: 100%;
}

.blockText {
	z-index: 200;
}


.wrap {
	width: 960px;
	margin: auto;
}

#gHeaderId .wrap {
	width: 1160px;
}
@media only screen and (max-width: 960px) {
	#gHeaderId .wrap {
		box-sizing: border-box;
		width: 100%;
	}
}



/* content block -----------------------------*/

.blockWrap {
	position: relative;
	width: 100%;
}

.block1 {
	margin-top: 150px;
}

.block1 p.typewriter {
	width: 35%;
	position: absolute;
	left: 10.9%;
	top: 17%;
}

.block1 p.blind {
	width: 30.73%;
	position: absolute;
	left: 54%;
	top: 0;
}

@media only screen and (max-width: 960px) {

	.block1 {
		margin-top: 100px;
	}

	.block1 p.typewriter {
		top: 3%;
		line-height: 20px;
	}
}


.blockWrap .base img.SP {
	display: none;
}

@media only screen and (max-width: 640px) {

	.blockWrap .base img.PC {
		display: none;
	}

	.blockWrap .base img.SP {
		display: inline-block;
	}

	.block1 {
		margin-top: 50px;
		text-align: center;
	}

	.block1 p.typewriter {
		text-align: center;
	}

	.block1 p.typewriter,
	.block1 p.blind {
		position: relative;
		width: auto;
		top: 0;
		left: 0;
		margin-bottom: 30px;
	}

	.block1 p.blind {
		display: inline-block;
		width: 50%;
	}

	.wrap {
		width: auto;
	}

}


.block2 {
	margin-top: 150px;
}

.block2 h4 {
	position: absolute;
	left: 16%;
	top: 0;
}

.block2 .image1 {
	position: absolute;
	top: 8%;
	left: 3.424%;
	width: 54.8%;
}

.block2 .blockText {
	position: absolute;
	left: 65%;
	top: 15%;
}

.block2 .subImage {
	position: absolute;
	left: 55%;
	width: 25.68%;
	z-index: 110;
}

@media only screen and (max-width: 960px) {

	.block2 {
		margin-top: 100px;
	}

	.block2 p.typewriter {
		line-height: 20px;
	}

	.block2 h5 {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 640px) {

	.block2 {
		margin-top: 80px;
	}


	.block2 h4 {
		top: 0;
		left: 44.375%;
	}

	.block2 .image1 {
		width: 75%;
		top: 25%;
		left: 5%;
	}

	.block2 .subImage {
		width: 27%;
		left: 65%;
		top: 50%;
	}

	.block2 .blockText {
		left: 9.3%;
		top: 75%;
	}

}


.block3 {
	margin-top: 150px;
}

.block3 h4 {
	position: absolute;
	left: 37.24%;
	top: 10%;
}

.block3 .image1 {
	position: absolute;
	top: 0%;
	left: 62.5%;
	width: 34.24%;
}

.block3 .blockText {
	position: absolute;
	left: 10.9589%;
	top: 37%;
}

.block3 .subImage {
	position: absolute;
	left: 42.808%;
	width: 36.3458%;
}

@media only screen and (max-width: 960px) {
	.block3 {
		margin-top: 100px;
	}

	.block3 h4,
	.block3 .blockText {
		left: 5%
	}

	.block3 .blockText {
		top: 45%;
	}

	.block3 p.typewriter {
		line-height: 20px;
	}

	.block3 h5 {
		font-size: 14px;
		line-height: 20px;
	}
}


@media only screen and (max-width: 640px) {

	.block3 {
		margin-top: 100px;
	}

	.block3 h4 {
		top: 0;
		left: 18.28%;
	}

	.block3 .image1 {
		width: 51.25%;
		left: 42%;
		top: 7%;
	}

	.block3 .subImage {
		width: 45%;
		left: 8%;
		top: 32%;
	}

	.block3 .blockText {
		top: 70%;
		left: 6.25%;
	}

}




.block4 {
	margin-top: 150px;
}

.block4 h4 {
	position: absolute;
	left: 53%;
	top: 0%;
}

.block4 .image1 {
	position: absolute;
	top: 10%;
	left: 4.7%;
	width: 50.51%;
}

.block4 .blockText {
	position: absolute;
	left: 63%;
	top: 25%;
}

@media only screen and (max-width: 960px) {
	.block4 {
		margin-top: 100px;
	}

	.block4 h4,
	.block4 .blockText {
		left: 10%
	}

	.block4 .image1 {
		left: 50%;
	}

	.block4 .blockText {
		top: 45%;
	}

	.block4 p.typewriter {
		line-height: 20px;
	}

	.block4 h5 {
		font-size: 14px;
		line-height: 20px;
	}
}


@media only screen and (max-width: 640px) {

	.block4 {
		margin-top: 60px;
	}

	.block4 h4 {
		top: 0;
		left: 36%;
	}

	.block4 .image1 {
		width: 78.1%;
		left: 10.7%;
		top: 15%;
	}

	.block4 .subImage {
		display: none;
	}

	.block4 .blockText {
		left: 6%;
		top: 55%;
	}

}




.block5 {
	margin-top: 150px;
}

.block5 h4 {
	position: absolute;
	left: 19%;
	top: 2%;
}

.block5 .image1 {
	position: absolute;
	top: 0%;
	left: 45.2%;
	width: 52.226%;
}

.block5 .blockText {
	position: absolute;
	left: 57%;
	top: 54.5%;
}

.block5 .subImage {
	position: absolute;
	left: 28.16%;
	width: 19.52%;
	z-index: 50;
}

@media only screen and (max-width: 960px) {
	.block5 {
		margin-top: 100px;
	}

	.block5 h4,
	.block5 .blockText {
		left: 5%
	}

	.block5 .image1 {
		left: 40%;
	}

	.block5 .blockText {
		top: 45%;
	}

	.block5 p.typewriter {
		line-height: 20px;
	}

	.block5 h5 {
		font-size: 14px;
		line-height: 20px;
	}
}


@media only screen and (max-width: 640px) {

	.block5 {
		margin-top: 40px;
	}

	.block5 h4 {
		top: 0;
		left: 21.8%;
	}

	.block5 .image1 {
		width: 74.6%;
		left: 6.25%;
		top: 18%;
	}

	.block5 .subImage {
		width: 27.3%;
		left: 67.1%;
		top: 42%;
	}

	.block5 .blockText {
		left: 9.3%;
		top: 60%;
	}

}





.block6 {
	margin-top: 150px;
}

.block6 h4 {
	position: absolute;
	left: 47%;
	top: 5%;
}

.block6 .image1 {
	position: absolute;
	top: 0%;
	left: 9.8%;
	width: 33%;
}

.block6 .blockText {
	position: absolute;
	left: 56.5%;
	top: 30%;
}

.block6 .subImage {
	position: absolute;
	left: 59.41%;
	width: 18.75%;
}

@media only screen and (max-width: 960px) {
	.block6 {
		margin-top: 100px;
	}

	.block6 h4,
	.block6 .blockText {
		left: 5%;
		top: 5%;
	}

	.block6 .blockText {
		top: 35%;
	}

	.block6 .image1 {
		left: 50%;
	}

	.block6 .subImage {
		left: 36%;
	}

	.block6 p.typewriter {
		line-height: 20px;
	}

	.block6 h5 {
		font-size: 14px;
		line-height: 20px;
	}
}


@media only screen and (max-width: 640px) {

	.block6 {
		margin-top: 25px;
	}

	.block6 h4 {
		top: 0;
		left: 43%;
	}

	.block6 .image1 {
		width: 57.8%;
		left: 10.6%;
		top: 15%;
	}

	.block6 .subImage {
		display: none;
	}

	.block6 .blockText {
		left: 19.5%;
		top: 65%;
	}

}



.block7 {
	margin-top: 150px;
}

.block7 h4 {
	position: absolute;
	left: 30%;
	top: 15%;
}

.block7 .image1 {
	position: absolute;
	top: 0%;
	left: 60%;
	width: 32%;
}

.block7 .blockText {
	position: absolute;
	left: 16.7%;
	top: 45%;
}

@media only screen and (max-width: 960px) {
	.block7 {
		margin-top: 100px;
	}

	.block7 h4,
	.block7 .blockText {
		left: 2%
	}

	.block7 .image1 {
		left: 50%;
	}

	.block7 .blockText {
		top: 50%;
	}

	.block7 p.typewriter {
		line-height: 20px;
	}

	.block7 h5 {
		font-size: 14px;
		line-height: 20px;
	}
}


@media only screen and (max-width: 640px) {

	.block7 {
		margin-top: 60px;
	}

	.block7 h4 {
		top: 0;
		left: 24.3%;
	}

	.block7 .image1 {
		width: 62.5%;
		left: 9.3%;
		top: 7%;
	}

	.block7 .subImage {
		display: none;
	}

	.block7 .blockText {
		left: 15.6%;
		top: 65%;
	}

}

@media only screen and (max-width: 380px) {
	.block7 h4 {
		left: 21.3%;
	}

}




.block8 {
	margin-top: 150px;
}

.block8 h4 {
	position: absolute;
	left: 9.4%;
	top: 8.75%;
}

.block8 .image1 {
	position: absolute;
	top: 0%;
	left: 39.5547%;
	width: 48.8013%;
}

.block8 .blockText {
	position: absolute;
	left: 48%;
	top: 55.625%;
}

.block8 .subImage {
	position: absolute;
	left: 22%;
	width: 31.164%;
	z-index: 60;
}

@media only screen and (max-width: 960px) {
	.block8 {
		margin-top: 50px;
	}

	.block8 h4,
	.block8 .blockText {
		left: 5%;
		top: 5%;
	}

	.block8 .blockText {
		top: 35%;
	}

	.block8 .image1 {
		left: 45%;
	}

	.block8 .subImage {
		left: 65%;
	}

	.block8 p.typewriter {
		line-height: 20px;
	}

	.block8 h5 {
		font-size: 14px;
		line-height: 20px;
	}
}


@media only screen and (max-width: 640px) {

	.block8 {
		margin-top: 80px;
	}

	.block8 h4 {
		top: 0;
		left: 48%;
	}

	.block8 .image1 {
		width: 68.75%;
		left: 3%;
		top: 15%;
	}

	.block8 .subImage {
		width: 31.25%;
		top: 30%;
	}

	.block8 .blockText {
		left: 7.8%;
		top: 50%;
	}

}




/* ---------------  titlecopy -----------*/

.INITIAID_titleCopy {
	text-align: center;
	padding: 100px 0 30px 0;
}

.INITIAID_titleCopy p {
	font-weight: 600;
	margin-bottom: 15px;
	transition: all 1.5s;
	opacity: 0;
}

.INITIAID_titleCopy.visible p {
	opacity: 1;
}

.INITIAID_titleCopy h3 {
	max-width: 293px;
	padding: 0 10px;
	margin: 0 auto;
	transition: all 3s;
	opacity: 0;
}

.INITIAID_titleCopy.visible h3 {
	opacity: 1;
}

.INITIAID_titleCopy h3 img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 960px) {
	.INITIAID_titleCopy {
		padding: 100px 0 30px 0;
	}
}

@media only screen and (max-width: 640px) {
	.INITIAID_titleCopy {
		padding: 0px 0 30px 0;
	}
}


/*  ------------------------ linkContent --------------------*/

.linkContentWrap {
	transition: all 1s;
	opacity: 0;
}

.linkContentWrap.visible {
	opacity: 1;
}

.linkContentWrap2 {
	transition: all 1s;
	opacity: 0;
}

.linkContentWrap2.visible {
	opacity: 1;
}

/* -------------------------- ROOM -------------------------------*/
#contentRoom {
	padding: 100px 0;
}


#contentRoom h3 {
	text-align: center;
	font-size: 40px;
	font-family: "Brown-Bold", sans-serif;
	letter-spacing: 0.1em;
}

#contentRoom h3 span {
	display: inline-block;
	font-size: 11px;
	font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
	margin-top: 5px;
}

@media only screen and (max-width: 640px) {
	#contentRoom h3 {
		font-size: 30px;
	}
}

#contentRoom .colmn {
	max-width: 1000px;
	margin: 45px auto 0 auto;
	text-align: center;
}

#contentRoom .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contentRoom .list li {
	max-width: 440px;
	margin-bottom: 50px;
	vertical-align: top;
}

#contentRoom .list li:nth-last-child(-n + 3) {
	margin-bottom: 0;
}

#contentRoom .colmn h4 {
	font-family: "Brown-Bold", sans-serif;
	font-size: 22px;
	margin-top: 20px;
	text-align: center;
}
#contentRoom .colmn h4 span {
	display: block;
	font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
	font-size: 11px;
}


#contentRoom .colmn a.btn {
	position: relative;
	display: inline-block;
	border: 1px solid #939a9a;
	box-sizing: border-box;
	background-color: #939a9a;
	width: 200px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 13px;
	line-height: 40px;
	text-decoration: none;
	transition: all 0.3s;
	margin-top: 20px;
	color: #fff;
}

#contentRoom .colmn a.btn:before {
	content: '+';
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50px; */
}

#contentRoom .colmn a.btn:hover {
	background-color: #FFF;
	color: #000;
	border: 1px solid #000;
}

#contentRoom .pht a img {
	transition: all 0.3s;
	transform: scale(1);
}

#contentRoom .pht a:hover img {
	transform: scale(1.03);
}

@media only screen and (max-width: 640px) {
	#contentRoom .list li {
		margin: 0 auto 50px;
	}

	#contentRoom .list li:nth-last-child(-n + 3) {
		margin-bottom: 50px;
	}

	#contentRoom .list li:last-child {
		margin-bottom: 0;
	}
}


/* ----------------------- infoArea ---------------------------*/

#infoArea {
	max-width: 1000px;
	padding: 15px 10px;
	margin: 0 auto;
}

#infoArea h3 {
	margin-top: 10px;
	padding-top: 40px;
	text-align: center;
	color: #222;
	font-size: 40px;
	font-family: "Brown-Bold", sans-serif;
	letter-spacing: 0.1em;
}

#infoArea h3 span {
	display: inline-block;
	font-size: 11px;
	font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
	margin-top: 5px;
}

#infoArea .eventArea {
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
}

#infoArea .eventArea h4 {
	position: relative;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 25px;
}

#infoArea .eventArea h4 span {
	font-size: 12px;
	line-height: 26px;
}

#infoArea .eventArea dl {
	max-width: 780px;
	margin: 0 auto 20px;
	zoom: 1;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	border-top: 1px solid #ebebeb;
	text-align: left;
}

#infoArea .eventArea dl:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

#infoArea .eventArea dl dt,
#infoArea .eventArea dl dd {
	float: left;
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0;
}

#infoArea .eventArea dl dt {
	clear: both;
	text-align: center;
	width: 45%;

}

#infoArea .eventArea dl dd {
	width: 55%;
}

#infoArea .eventArea .text {
	font-size: 11px;
	color: #999;
	clear: both;
}

#infoArea .eventArea a.btn {
	display: inline-block;
	border: 1px solid #000;
	box-sizing: border-box;
	width: 200px;
	font-size: 14px;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
	margin-top: 30px;
	margin-bottom: 50px;
}

#infoArea .eventArea a.btn:hover {
	color: #fff;
	background-color: #000;
}

@media only screen and (max-width: 1000px) {

	#infoArea ul,
	#infoArea ul li {
		width: 100%;
		display: block;
	}

	#infoArea ul li:last-child {
		border-width: 1px 0 0 0;
		border-color: #DDD;
	}

	#infoArea ul li>div.tel {
		pointer-events: auto;
	}
}

@media only screen and (max-width: 640px) {
	#infoArea .eventArea h3 {
		font-size: 18px;
	}

	#infoArea .eventArea dl {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		text-align: left;
	}

	#infoArea .eventArea dl dt {
		float: none;
		border-bottom: none;
		width: 100%;
		text-align: left;
		color: #666;
		padding: 20px 0 0;
	}

	#infoArea .eventArea dl dd {
		float: none;
		padding-top: 0;
		width: 100%;
	}

	#infoArea .eventArea .text {
		font-size: 10px;
		/*text-align: left;*/
	}
}

@media only screen and (max-width: 330px) {
	#infoArea .eventArea dl dt {
		padding: 10px 0 0;
	}

	#infoArea .eventArea dl dd {
		padding: 10px 0;
	}

}

/* -------------------------- NEW -------------------------------*/
#contentNew {
	background-color: #94b4a5;
	padding: 100px 0;
}

#contentNew h3 {
	text-align: center;
	color: #222;
	font-size: 40px;
	font-family: "Brown-Bold", sans-serif;
	letter-spacing: 0.1em;
}

#contentNew h3 span {
	display: inline-block;
	font-size: 11px;
	font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
	margin-top: 5px;
}

#contentNew .wrap {
	max-width: 1000px;
	margin: 45px auto 0;
	text-align: center;
}

#contentNew .pht {
	margin-bottom: 30px;
}

#contentNew .pht a img {
	transition: all 0.3s;
	transform: scale(1);
}

#contentNew .pht a:hover img {
	transform: scale(1.03);
}

#contentNew .lead {
	font-family: "Brown-Bold", sans-serif;
	font-size: 21px;
}

#contentNew .lead span {
	display: block;
	font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
	font-size: 11px;
}
#contentNew a.detailBtn {
	position: relative;
	display: inline-block;
	border: 1px solid #939a9a;
	box-sizing: border-box;
	background-color: #939a9a;
	width: 200px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 13px;
	line-height: 40px;
	text-decoration: none;
	transition: all 0.3s;
	margin-top: 20px;
	color: #fff;
}

#contentNew a.detailBtn:before {
	content: '+';
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50px; */
}

#contentNew a.detailBtn:hover {
	background-color: #FFF;
	color: #000;
	border: 1px solid #000;
}

@media only screen and (max-width: 640px) {
	#contentNew h3 {
		font-size: 30px;
	}

	#contentNew .pht {
		padding: 0 5px;
	}
}

/* -------------------------- SPECIAL -------------------------------*/

#contentSpecial {
	background-color: #F4EBDD;
	padding: 100px 0;
}


#contentSpecial h3 {
	text-align: center;
	color: #222;
	font-size: 40px;
	font-family: "Brown-Bold", sans-serif;
	letter-spacing: 0.1em;
}

#contentSpecial h3 span {
	display: inline-block;
	font-size: 11px;
	font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
	margin-top: 5px;
}

@media only screen and (max-width: 640px) {
	#contentSpecial h3 {
		font-size: 30px;
	}
}

#contentSpecial .colmn {
	margin: 45px auto 0 auto;
	text-align: center;
	max-width: 1000px;
}

#contentSpecial .colmn>div {
	display: inline-block;
	width: 500px;
	margin: 0;
	vertical-align: top;
	text-align: center;
}

#contentSpecial .colmn .logo {
	margin-top: 30px;
}

#contentSpecial .colmn .special {
	margin-top: 15px;
}

#contentSpecial .colmn h4 {
	color: #222;
	font-size: 26px;
	margin-top: 30px;
	text-align: center;
	font-weight: 600;
}

#contentSpecial .colmn .txt {
	margin-top: 30px;
}

#contentSpecial .colmn a.btn {
	display: inline-block;
	border: 1px solid #222;
	box-sizing: border-box;
	width: 200px;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-size: 14px;
	line-height: 40px;
	color: #222;
	text-decoration: none;
	transition: all 0.3s;
	margin-top: 30px;
}

#contentSpecial .colmn a.btn:hover {
	background-color: #222;
	color: #FFF;
}

@media only screen and (max-width: 640px) {
	#contentSpecial .colmn>div {
		margin: 0 15px 50px 15px;
		max-width: 500px;
		width: auto;
	}
}

#contentSpecial .pht a img {
	transition: all 0.3s;
	transform: scale(1);
}

#contentSpecial .pht a:hover img {
	transform: scale(1.03);
}

#contentSpecial .sp {
	display: none;
}

@media only screen and (max-width: 440px) {
	#contentSpecial .sp {
		display: block;
	}
}



/* -------------------------- MEMBER -------------------------------*/

#contentMember {
	background-color: #FFF;
	padding: 100px 0;
}


#contentMember h3 {
	text-align: center;
	color: #222;
	font-size: 40px;
	font-family: "Brown-Bold", sans-serif;
	letter-spacing: 0.1em;
}

#contentMember h3 span {
	display: inline-block;
	font-size: 11px;
	font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
	margin-top: 5px;
}

@media only screen and (max-width: 640px) {
	#contentMember h3 {
		font-size: 30px;
	}
}

#contentMember .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 45px auto 0 auto;
	text-align: center;
	max-width: 1000px;
}

#contentMember .list li {
	width: 320px;
	margin: 0;
	vertical-align: top;
	padding-bottom: 80px;
}

#contentMember .list li:nth-child(1) {
	width: 100%;
}

#contentMember .list h4 {
	color: #222;
	margin-top: 10px;
	font-weight: 600;
	text-align: center;
	font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
	letter-spacing: 0.05em;
}

#contentMember .list p {
	font-size: 11px;
	color: #666;
}

#contentMember .list .area {
	margin-top: 20px;
	color: #acacac;
}


@media only screen and (max-width: 640px) {
	#contentMember .list li {
		margin: 0;
		padding-bottom: 60px;
		width: 50%;
		letter-spacing: 1.1px;
	}

	#contentMember .list li:nth-child(1) {
		width: 50%;
	}

	#contentMember .list li:nth-last-child(-n + 2) {
		padding-bottom: 0;
	}
}




/* -------------------------------------- insta --------------------------------------- */

#insta {
	background-image: url(../imgs/insta-bg.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 512px;
	box-sizing: border-box;
	padding: 120px 10px 0 10px;
	text-align: center;
}

#insta h3 {
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	color: #FFF;
	margin-top: 25px;
}

#insta h3 br {
	display: none;
}

#insta h3 span {
	font-size: 30px;
	padding-right: 5px;
}



#insta a.btn {
	display: inline-block;
	border: 1px solid #FFF;
	box-sizing: border-box;
	width: 200px;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	transition: all 0.3s;
	margin-top: 30px;
}

#insta a.btn:hover {
	background-color: #FFF;
	color: #333;
}

@media only screen and (max-width: 640px) {

	#insta h3 {
		font-size: 24px;
	}

	#insta h3 br {
		display: inline;
	}
}



/* ----------------------- contact ---------------------------*/

#contact {
	max-width: 1000px;
	padding: 15px 10px;
	border: 1px solid #EBEBEB;
	border-width: 1px 0;
	margin: 80px auto 0 auto;
}

#contact ul {
	text-align: center;
	display: table;
	display: flex;
	justify-content: center;
}

#contact ul li {
	width: 500px;
	padding: 25px 0;
	display: table-cell;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}

#contact ul li>div {
	display: inline-block;
	text-align: left;
	letter-spacing: 0;
}

#contact ul li>div.tel {
	pointer-events: none;
	letter-spacing: 0;
	font-size: 14px;
}

#contact ul li>div.tel p {
	margin-top: 0;
	line-height: 14px;
}

#contact ul li a {
	display: block;
	line-height: 24px;
	background-image: url(../imgs/links-icn.png);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding-left: 20px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 640px) {
	#contact ul li a {
		display: block;
	}

}

#contact ul li a span.num {
	font-weight: 600;
	font-size: 20px;
}

#contact ul li a:hover {
	text-decoration: underline;
}

#contact ul li p {
	font-size: 11px;
	color: #999;
	line-height: 18px;
	padding-left: 20px;
	margin-top: 10px;
}

/*#contact ul li:last-child {*/
/*border: 1px solid #CCC;*/
/*border-width: 0 0 0 1px;*/
/*}*/
#contact .eventArea {
	border-top: 1px solid #CCC;
	margin-top: 10px;
	padding-top: 40px;
	font-family: 'Noto Sans Japanese', sans-serif;
}

#contact .eventArea h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

#contact .eventArea dl {
	max-width: 535px;
	margin: 0 auto 20px;
	zoom: 1;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
}

#contact .eventArea dl:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

#contact .eventArea dl dt {
	float: left;
	clear: both;
}

#contact .eventArea dl dt span.singleDigit {
	padding-left: 9px;
}

#contact .eventArea dl dt.text {
	font-size: 13px;
	color: #999;
}

@media only screen and (max-width: 1000px) {

	#contact ul,
	#contact ul li {
		width: 100%;
		display: block;
	}

	#contact ul li:last-child {
		border-width: 1px 0 0 0;
		border-color: #DDD;
	}

	#contact ul li>div.tel {
		pointer-events: auto;
	}
}

@media only screen and (max-width: 640px) {
	#contact .eventArea h3 {
		font-size: 18px;
	}

	#contact .eventArea dl {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
	}

	#contact .eventArea dl dt {
		float: none;
	}

	#contact .eventArea dl dd {
		margin-bottom: 30px;
	}

	#contact .eventArea dl dt.text {
		font-size: 10px;
	}

	#contact ul li a span.num {
		display: block;
	}
}






/* ------------------ LB --------------------*/

#LB,
#LB2 {
	position: absolute;
	z-index: 20000;
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: 'Work Sans', 'Noto Sans Japanese', sans-serif;
	display: none;
}

#LB .lbWrap,
#LB2 .lbWrap {
	max-width: 850px;
	margin: 0 auto;
}

#LB .close,
#LB2 .close {
	font-family: "Brown-Bold", sans-serif;
	text-align: right;
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	background-image: url(../imgs/close.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
}

#LB .lbBody,
#LB2 .lbBody {
	background-color: #FFF;
	display: none;
}

#LB .lbWrap h3,
#LB2 .lbWrap h3 {
	font-size: 40px;
	font-family: "Brown-Bold", sans-serif;
	padding: 60px 60px 35px 60px;
	text-align: center;
}

#LB .lbPhoto {
	padding: 0 60px 60px;
	position: relative;
}

#LB2 .lbPhoto {
	position: relative;
	padding: 0 60px 60px;
}


#LB .lbPhoto .photo,
#LB2 .lbPhoto .photo {
	position: relative;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}


#LB .lbPhoto .photo p,
#LB2 .lbPhoto .photo p {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	opacity: 0;
}


#LB .lbPhoto .photo p img,
#LB2 .lbPhoto .photo p img {
	display: block;
	width: 100%;
	height: auto;
}

#LB .lbPhoto .photo .mask,
#LB2 .lbPhoto .photo .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #dbdfdf;
	display: none;
}

#LB .lbPhoto .arr,
#LB2 .lbPhoto .arr {
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 100%;
	width: 60px;
}

#LB .lbPhoto .arrL,
#LB2 .lbPhoto .arrL {
	background-image: url(../imgs/lb-arrL.png);
	top: 0;
	left: 0;
}

#LB .lbPhoto .arrR,
#LB2 .lbPhoto .arrR {
	background-image: url(../imgs/lb-arrR.png);
	top: 0;
	right: 0;
}

#LB .indicator,
#LB2 .indicator {
	text-align: center;
	line-height: 0;
	letter-spacing: 0;
	width: 100%;
	margin-top: 40px;
}

#LB .indicator li,
#LB2 .indicator li {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #939a9a;
	border-radius: 50%;
	opacity: 0.3;
	margin: 0 5px;
}

#LB .indicator li.on,
#LB2 .indicator li.on {
	opacity: 1;
}

#LB .nextBack {
	padding: 0 0 30px;
}

#LB .nextBack ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#LB .nextBack li {
	position: relative;
	width: 200px;
	padding: 20px 0;
	background-color: #939a9a;
	line-height: 1;
	text-align: center;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}

#LB .nextBack li.narrow {
	letter-spacing: 0;
}

#LB .nextBack li:hover {
	opacity: 0.7;
}


#LB .nextBack .back:before {
	content: '<';
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -6px;
}

#LB .nextBack .next:after {
	content: '>';
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -6px;
}

#LB .lbContent,
#LB2 .lbContent {
	padding: 0 60px 60px 60px;
}

#LB .lbContent .photoTitle,
#LB2 .lbContent .photoTitle {
	font-size: 12px;
	letter-spacing: 0;
}

#LB .lbContent .photoTitle p,
#LB2 .lbContent .photoTitle p {
	display: none;
}

#LB .lbContent .photoTitle p.visible,
#LB2 .lbContent .photoTitle p.visible {
	display: block;
}

#LB .lbContent .spec,
#LB2 .lbContent .spec {
	width: auto;
	margin: 30px auto;
	font-size: 14px;
}

#LB .lbContent .spec th,
#LB2 .lbContent .spec th {
	width: 150px;
}

#LB .lbContent .spec th,
#LB2 .lbContent .spec th,
#LB .lbContent .spec td,
#LB2 .lbContent .spec td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: 15px;
}

#LB .lbContent .spec span,
#LB2 .lbContent .spec span {
	font-size: 10px;
	color: #666;
}

#LB .lbContent .btn,
#LB2 .lbContent .btn {
	text-align: center;
	padding-top: 25px;
}

#LB .lbContent .btn a,
#LB2 .lbContent .btn a {
	display: inline-block;
	line-height: 40px;
	padding: 0 50px;
	border: 1px solid #333;
	transition: all 0.3s;
	color: #333;
	text-decoration: none;
}

#LB .lbContent .btn a:hover,
#LB2 .lbContent .btn a:hover {
	background-color: #333;
	color: #FFF;
}

@media only screen and (max-width: 640px) {

	#LB,
	#LB2 {
		box-sizing: border-box;
		padding: 0 10px;
	}

	#LB .lbWrap h3,
	#LB2 .lbWrap h3 {
		font-size: 20px;
		padding: 50px 20px 20px 20px;
	}

	#LB .lbPhoto {
		padding: 0 20px 50px;
	}

	#LB2 .lbPhoto {
		padding: 0 20px 50px;
	}

	#LB .lbPhoto .arr,
	#LB2 .lbPhoto .arr {
		width: 20px;
		background-size: 15px auto;
	}

	#LB .lbPhoto .arrL,
	#LB .lbPhoto .arrR {
		top: -35px;
	}

	#LB2 .lbPhoto .arrL,
	#LB2 .lbPhoto .arrR {
		top: -35px;
	}

	#LB .nextBack ul {
		flex-direction: column;
		align-items: center;
	}

	#LB .nextBack li:hover {
		opacity: 1;
	}

	#LB .nextBack .back {
		margin-bottom: 20px;
	}

	#LB .lbContent,
	#LB2 .lbContent {
		padding: 0 20px 40px 20px;
	}

	#LB .lbContent .photoTitle,
	#LB2 .lbContent .photoTitle {
		font-size: 10px;
	}

	#LB .lbContent .spec,
	#LB2 .lbContent .spec {
		font-size: 12px;
	}

	#LB .lbContent .spec th,
	#LB2 .lbContent .spec th {
		width: 100px;
		letter-spacing: 0;
		font-size: 10px;
	}

	#LB .lbContent .btn,
	#LB2 .lbContent .btn {
		padding-top: 10px;
	}
}

@media only screen and (max-width: 380px) {
	#LB .lbPhoto .arr {
		background-size: 10px auto;
	}
}


.inline {
	display: inline;
}

.copyright {
	color: #1f73b9;
	font-size: 10px;
	letter-spacing: .01em;
	font-smoothing: antialiased;
	padding: 10px 0;
}
