@charset "utf-8";

/* トップページ
============================ */

/* ビジュアル
----------------------------------------------------*/
.index .visual {
	width: 100%;
	background: url("../images/visual.jpg") center center no-repeat;
	background-size: cover;
	padding: 0;
}

/* 目黒ノ杜について
----------------------------------------------------*/
.index #about {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 1000px;
	background: url("../images/bg_about.jpg") bottom left no-repeat;
	background-size: cover;
	color: #fff;
}
.index #about .txt_box {
	width: 530px;
	margin: 0 0 0 8%; 
}
@media screen and (max-width:1024px) {
	.index #about {
		position: relative;
		width: 100%;
		height: auto;
		background: url("../images/bg_about.jpg") bottom center no-repeat;
		background-size: cover;
	}
	.index #about::after {
		position: absolute;
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(26,27,28,0.7);
		z-index: 0;
	}
	.index #about .txt_box {
		position: relative;
		width: 100%;
		margin: 0 8%; 
		z-index: 1;
	}
}

/* ご使用例
----------------------------------------------------*/
.index #gallery {
	text-align: center;
	margin-top: 110px;
}
.index #gallery .col {
	align-items: center;
	justify-content: space-between;
}
.index #gallery div[class^="pic_box"] {
	width: calc((100% - 500px) / 2 );
}
.index #gallery .txt_box {
	width: 500px;
}
.index #gallery .pic_box01 figure:first-child {
	width: 80%;
}
.index #gallery .pic_box01 figure:last-child {
	width: 60%;
	margin: 10% 5% 0 auto;
}
.index #gallery .pic_box02 figure:first-child {
	width: 90%;
	margin: 0 10% 15% 0;
}
.index #gallery .pic_box02 figure:last-child {
	width: 80%;
	margin-left: auto;
}
.index #gallery ul {
	display: flex;
	justify-content: space-between;
}
.index #gallery ul li {
	width: 32.5%;
	margin-top: 80px;
}
@media screen and (max-width:1024px) {
	.index #gallery {
		margin-top: 0;
		padding-bottom: 0;
	}
	.index #gallery .col {
		display: block;
	}
	.index #gallery div[class^="pic_box"] {
		display: flex;
		width: 100%;
	}
	.index #gallery .txt_box {
		width: 100%;
		padding: 40px 7% 20px;
	}
	.index #gallery .txt_box p {
		text-align: left;
	}
	.index #gallery .pic_box01 figure:first-child {
		width: 60%;
	}
	.index #gallery .pic_box01 figure:last-child {
		width: 35%;
		margin: 18% 0 0 auto;
	}
	.index #gallery .pic_box02 figure:first-child {
		width: 50%;
		margin: 10% 0 0 0;
	}
	.index #gallery .pic_box02 figure:last-child {
		width: 45%;
		margin-left: auto;
	}
	.index #gallery ul {
		display: block;
	}
	.index #gallery ul li {
		width: 86%;
		margin: 20px auto 0;
	}
}

/* 設備
----------------------------------------------------*/
.index #info {
	text-align: center;
}
.index #info .col {
	align-items: center;
}
.index #info ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 540px;
}
.index #info ul li {
	width: 260px;
	height: 260px;
	border: solid 1px #333;
	border-radius: 50%;
	margin-bottom: 20px;
}
.index #info ul li img {
	width: auto;
	padding: 38px 0 15px;
}
.index #info ul li p {
	font-size: 2.4rem;
	line-height: 1.4;
	margin: 0;
}
.index #info ul li p span {
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0;
}
.index #info .txt_box {
	width: calc(95% - 540px);
	text-align: left;
}
.index #info .btn {
	text-align: right;
	margin-top: 40px;
}
.index #info .btn a {
	display: inline-block;
	width: 100%;
	max-width: 330px;
	font-size: 1.8rem;
	text-align: center;
	border: solid 1px #333;
	padding: 15px;
}
.index #info .newwin::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(../images/icon_newwin.png);
	background-size: contain;
	vertical-align: middle;
	margin: -3px 0 0 10px;
}
@media screen and (max-width:1024px) {
	.index #info .col {
		display: block;
	}
	.index #info ul {
		justify-content: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.index #info ul li {
		width: 136px;
		height: 136px;
		margin: 0 8px 16px;
	}
	.index #info ul li img {
		width: 60px;
		padding: 15px 0 5px;
	}
	.index #info ul li p {
		font-size: 1.8rem;
	}
	.index #info ul li p span {
		font-size: 1rem;
		line-height: 1.2;
	}
	.index #info .txt_box {
		width: 100%;
		text-align: center;
	}
	.index #info .btn {
		margin-top: 30px;
	}
	.index #info .btn a {
		font-size: 1.5rem;
		padding: 15px;
	}
	.index #info .newwin::after {
		width: 12px;
		height: 12px;
	}
}

/* ご利用料金
----------------------------------------------------*/
.index #price .bg {
	text-align: center;
	background: url("../images/bg_pattern.jpg") top center;
	background-size: cover;
	padding: 110px 0;
}
.index #price .txtC {
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.index #price table {
	width: 900px;
	margin: 0 auto;
}
.index #price table th,
.index #price table td {
	display: table-cell;
	border-bottom: 1px solid #c7c7bb;
	text-align: left;
	vertical-align: middle;
	padding: 5px 20px;
}
.index #price table th {
	width: 420px;
	font-size: 1.8rem;
}
.index #price table th.ttl_bg {
	width: auto;
	background: #c7c7bb;
}
.index #price table td {
	width: calc((100% - 420px) / 2 );
}
.index #price table td span {
	font-size: 3rem;
}
.index #price .txtR {
	font-size: 1.4rem;
}
.index #price ul {
	font-size: 1.4rem;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width:1024px) {
	.index #price {
		padding: 0;
	}
	.index #price .bg {
		background: url("../images/bg_pattern.jpg") top right;
		background-size: cover;
		padding: 50px 0 80px;
	}
	.index #price .txtC {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	.index #price table {
		width: 540px;
		margin: 0 auto;
	}
	.index #price table th,
	.index #price table td {
		padding: 5px 10px;
	}
	.index #price table th {
		width: 250px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.index #price table td {
		width: calc((100% - 250px) / 2 );
	}
	.index #price table td span {
		font-size: 2rem;
	}
	.index #price .txtR {
		max-width: 540px;
		font-size: 1.2rem;
		margin: 12px auto 10px;
	}
	.index #price ul {
		max-width: 540px;
		font-size: 1.2rem;
		margin: 0 auto;
	}
}

/* 所在地
----------------------------------------------------*/
.index #access .col {
	align-items: center;
	flex-direction: row-reverse;
}
.index #access .map_box {
	width: 60%;
}
.index #access .txt_box {
	width: 40%;
	text-align: center;
	padding: 5%;
}
.index #access h3 {
	margin-top: 40px;
}
@media screen and (max-width:1024px) {
	.index #access {
		padding-bottom: 0;
	}
	.index #access .map_box {
		width: 100%;
	}
	.index #access .map_box iframe {
		height: 300px;
	}
	.index #access .txt_box {
		width: 100%;
		padding: 0 7% 40px;
	}
	.index #access h3 {
		margin-top: 35px;
	}
}

/* ご予約・お問い合わせ
----------------------------------------------------*/
.index #contact {
	text-align: center;
	background: url("../images/bg_ftr.jpg") top center;
	background-size: cover;
	color: #fff;
	padding: 130px 0 110px;
}
.index #contact img {
	width: auto;
}
.index #contact p span {
	font-size: 3rem;
}
.index #contact .instagram a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: solid 1px rgba(255,255,255,0.4);
	border-radius: 50%;
	margin: 40px auto 150px;
}
@media screen and (max-width:1024px) {
	.index #contact {
		padding: 80px 0 60px;
	}
	.index #contact .instagram a {
		margin: 30px auto 60px;
	}
}


