@charset "UTF-8";

@import url("./normalize.css");
@import url("./general.css");
@import url("./font.css");
@import url("./nla.css");



body {
	font-size: 20px;
}

.sp,
.spimage,
img[src*="_sp."],
.hidden {
	display: none !important;
}

a[href^="tel:"] {
	pointer-events: none;
}

div.container {
	width: 100%;
	max-width: 1080px;
}





/* ▼header */
/* ----------------------------------------------------- */
header {
	height: 75px;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

header > p {
	order: 1;
	width: 175px;
}

header > p a {
	height: 75px;
	font-size: 0.7em;
}

header > h1 {
	order: 0;
	padding: 7px 10px 13px 10px;
}





/* ▼main */
/* ----------------------------------------------------- */
div#main {
	margin: 0;
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
section#keyvisual {
	min-height: 300px;
	background: url(../img/nla_keyvisual_pc.jpg) no-repeat center top;
}

section#keyvisual div.container {
	display: table;
	max-width: 300px;
}

section#keyvisual div.container h2 {
	display: table-cell;
	height: 300px;
	text-align: center;
	vertical-align: middle;
}

section#keyvisual div.container h2 strong {
	margin: 1em 0 0 0;
	font-size: 0.8em;
}

section#keyvisual div.container::after {
	display: none;
}





/* ▼content */
/* ----------------------------------------------------- */
section#content {
	background: #f8f8f8;
}

section#content div.container {
	max-width: 945px;
	padding: 1.72em 7.937%;
	background: #ffffff;
}

section#content div#lead {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

section#content div#lead h3 {
	width: 100%;
	margin: 0 0 1.5em 0;
	font-size: 2.25em;
}

section#content div#lead div.text {
	width: 55.783%;
}

section#content div#lead div.text p {
	margin: 2em 0 0 0;
	font-size: 0.7em;
}

section#content div#lead div.text p:first-child {
	margin-top: 0;
}

section#content div#lead figure {
	margin: 0;
	width: 37.415%;
}



section#content div#feature h4,
section#content div#place h4,
section#content div#contact h4 {
	margin: 0 0 1em 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

section#content div#feature h4 i,
section#content div#place h4 i,
section#content div#contact h4 i {
	margin-right: 2em;
	line-height: 0;
}

section#content div#feature h4 span,
section#content div#place h4 span,
section#content div#contact h4 span {
	font-size: 0.65em;
}



section#content div#feature {
	margin: 3em 0 6em 0;
}

section#content div#feature article {
	margin: 0 0 2.5em 0;
}

section#content div#feature article div.lead {
	background: #f8f8f8;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

section#content div#feature article div.lead figure {
	order: 1;
	width: 36.055%;
	margin: 0;
}

section#content div#feature article div.lead div.bodycopy {
	order: 0;
	width: 63.945%;
	padding: 1em 4.762% 1em 5.442%;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

section#content div#feature article div.lead div.bodycopy h5 {
	margin: 0;
	font-size: 2.15em;
}

section#content div#feature article div.lead div.bodycopy h5 ruby rt {
	font-size: 0.4em;
}

section#content div#feature article div.lead div.bodycopy p {
	margin: 1.5em 0 0 0;
	font-size: 0.7em;
}

section#content div#feature article dl {
	margin: 0.3em 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

section#content div#feature article dl dt {
	width: 17.415%;
	padding: 0 1em;
	font-size: 0.6em;
	text-align: center;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

section#content div#feature article dl dd {
	width: 82.585%;
}

section#content div#feature article dl dd ul li {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 0.6em;
	text-align: left !important;
}

section#content div#feature article dl dd ul li::before {
	content: "・";
}



section#content div#place {
	margin: 3em 0 6em 0;
}

section#content div#place h5 {
	margin: 3em 0 0 0;
	font-size: 1.5em;
}

section#content div#place p {
	margin: 1em 0;
	font-size: 0.7em;
}

section#content div#place table th {
	font-size: 0.65em;
}

section#content div#place table td {
	font-size: 0.6em;
}

section#content div#place table td strong span {
	font-size: 0.917em;
}



section#content div#contact {
	margin: 6em 0 3em 0;
}

section#content div#contact p {
	margin: 1em 0;
	font-size: 0.9em;
}

section#content div#contact p img {
	background: #dc007a url(../img/nla_optin_pc.png) no-repeat left bottom;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer div.wrap {
	margin: 1em 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

footer p,
footer address {
	width: 50%;
	font-size: 0.6em;
}

footer p {
	text-align: left;
}

footer address {
	text-align: right;
}