@charset "utf-8";
/* CSS Document */
.torigakkai .sp {
	display: none;
}
.torigakkai .wrap{
	background-color: #fff;
	padding: 50px 0 90px;
	font-family: 'Kosugi Maru', sans-serif;
}
.torigakkai .wrap h2.logo {
	border: none;
	text-align: center;
	margin: 0 0 70px;
}
.torigakkai .wrap .btn {
	width: 300px;
	margin: auto;
}
.torigakkai .wrap .btn a{
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background-color: #503C32;
	display: block;
	border-radius: 20px;
	text-decoration: none;
	padding: 16px 0;
	box-sizing: border-box;
	transition: 0.3s;
	position: relative;
}
.torigakkai .wrap .btn a:hover {
	background-color: #AF0007;
	transition: 0.3s;
}
.torigakkai .wrap .coming-soon {
	text-align: center;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding: 150px 0;
	margin: 0 0 164px;
	min-height: 694px;
	box-sizing: border-box;
}
.torigakkai .wrap .coming-soon h3{
	text-align: center;
	font-size: 100px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #AF0007;
}
.torigakkai .wrap .coming-soon p{
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.05em;
	color: #AF0007;
	margin: 60px 0 100px;
}
.torigakkai .wrap .coming-soon .pdf a::before {
	content: "";
	position: absolute;
	right: 30px;
	width: 19px;
	height: 25px;
	background-image: url("../img/pdf_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	top: 12px;
	display: block;
}
.torigakkai .wrap .area {
	max-width: 828px;
	margin: auto;
}
.torigakkai .wrap .area .map {
	text-align: right;
	margin: 0 0 100px;
}
.torigakkai .wrap .area h3{
	font-size: 32px;
	line-height: 1;
	margin: 0 0 45px;
	font-weight: normal;
	color: #AF0007;
}
.torigakkai .wrap .area p{
	font-size: 16px;
	text-align: justify;
	line-height: 1.875;
	letter-spacing: 0.2em;
	color: #AF0007;
	margin: 0 0 120px;
}

.torigakkai .wrap .ryori_list {
	max-width: 935px;
	margin: 0 auto 120px;
}
.torigakkai .wrap .ryori_list h3 {
	text-align: center;
	font-size: 24px;
	line-height: 1;
	padding: 20px 0;
	color: #fff;
	background-color: #AF0007;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin: 0 0 35px;
}
.torigakkai .wrap .ryori_list .box {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin: 0 0 50px;
}
.torigakkai .wrap .ryori_list .box .ryori {
	width: 446px;
}
.torigakkai .wrap .ryori_list .box .ryori h4 {
	font-size: 24px;
	line-height: 1.2;
	color: #AF0007;
	margin: 25px 0;
	letter-spacing: 0.1em;
}
.torigakkai .wrap .ryori_list .box .ryori p {
	font-size: 14px;
	line-height: 1.857;
}
.torigakkai .wrap .ryori_list .box .ryori p.price {
	margin: 25px 0 0;
}

.torigakkai .wrap .ryori_list .box .access {
	width: 446px;
	border: 1px solid #AF0007;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 25px 25px 36px;
}
.torigakkai .wrap .ryori_list .box .access h4 {
	font-size: 24px;
	line-height: 1.2;
	color: #AF0007;
	letter-spacing: 0.1em;
	margin: 0 0 25px;
}
.torigakkai .wrap .ryori_list .box .access dl {
	margin: 0;
	display: flex;
	min-height: 60px;
}
.torigakkai .wrap .ryori_list .box .access dl dt {
	width: 45px;
}
.torigakkai .wrap .ryori_list .box .access dl dd {
	margin: 0;
	padding: 5px 0 0;
	font-size: 14px;
	line-height: 1.57;
}
.torigakkai .wrap .ryori_list .box .access .map {
	width: 340px;
	margin: auto;
}
.torigakkai .wrap .ryori_list .box .access .map iframe {
	width: 100%;
	height: 254px;
}