@charset "utf-8";

/***************************************************************************
*
* JAPAN STYLE
*
***************************************************************************/
#header .headerTop .mainMenu {
    min-height: 5vw;
}

#header .headerTop .social {
	margin-top: 60px;
}
body {
	background: #d0d2c6;
}

#content .wrapContent .pageTitle{
	margin-bottom: 50px;
}
#content .wrapContent .wrapArea {
	background: transparent;
	width: 790px;
	margin: 0 auto;
	margin-bottom: 100px;
}

#content .pageTitle {
	text-align: center;
	font-family: 'Helvetica Neue', sans-serif;
}
.wrapArea .areaTitle {
	text-align: center;
	font-weight: bold;
	font-family: 'Helvetica Neue', sans-serif;
	color: #3F4E4E;
}
.wrapArea .row {
	width: 100%;
	font-family: 'KozGoPro-Regular', sans-serif;
	margin-top: 48px;
}
.wrapArea .row .rowTitle {
	position: relative;
    font-family: 'ms gothic';
} 
.wrapArea .row .rowTitle:after{
	content: "";
	border-bottom: 2px dotted #808080;
	bottom: -2px;
	left: 0;
	position: absolute;
	width: 100%;
}
.wrapArea .row .rowTable .table-item {
	float: left;
}
.wrapArea .row .rowTable .table-item:nth-child(1) {
	width: 245px;
	margin-left: 50px;
}
.wrapArea .row .rowTable .table-item:nth-child(2) {
	width: calc(100% - 295px);
}
.wrapArea .row .rowTable table td {
	padding: 24px 0 0;
	font-size: 13px;
	line-height: 1.75;
	vertical-align: top;
}
.wrapArea .row .rowTable table td.pt {
	padding-top: 47px;
}
.wrapArea .row .rowTable table td.name {
	font-weight: bold;
}
.wrapArea .row .rowTable table td.number {
	width: 79px;
}
.wrapArea .row .rowTable table td.note {
	width: 250px;
}
.wrapArea .row .rowTable table td.tel {
	width: 91px;
}
.wrapArea .row .rowTable table td.site,
.wrapArea .row .rowTable table td.site a {
	text-align: right;
	color: #333333;
}

@media (max-width: 768px) {
	#header .headerTop .mainMenuSmall {
		margin-left: 0;
	}
	#content .wrapContent .wrapArea {
		width: 100%;
		margin-bottom: 70px;
	}
	.wrapArea .wraptable,
	.wrapArea .wraptable .row {
		width: 100%;
	}
	.wrapArea .wraptable .row {
	}
	.wrapArea .wraptable .rowTable {
		width: 100%;
	}
	.wrapArea .row .rowTable .table-item:nth-child(1) {
		margin-left: 0;
	}
	.wrapArea .row .rowTable .table-item:nth-child(2) {
		width: calc(100% - 245px);
		overflow-x: auto;
	}
	.wrapArea .row .rowTable .table-item:nth-child(2) table {
		width: 500px;
	}

}