@charset "UTF-8";

.c-fitness__title-ja,
.c-fitness__lead,
.c-fitness__dt,
.c-fitness__dd,
.c-fitness__note-item {
	font-family: 'Zen Old Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.c-fitness__title-en {
	font-family: 'Cormorant Garamond', serif;
}

.c-fitness__title-ja,
.c-fitness__dd {
	font-weight: 400;
}

.c-fitness__title-en,
.c-fitness__dt {
	font-weight: 500;
}

.c-fitness__dl {
	display: flex;
	flex-wrap: wrap;
}

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

a,
button {
	cursor: pointer;
	color: #382b2c;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

em {
	font-style: normal;
}

picture {
	display: block;
	overflow: hidden;
}

picture img {
	font-family: 'object-fit: cover; object-position: center;';
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-fitness {
	padding: 100px 0;
}

.c-fitness:nth-of-type(odd) {
	color: #fff;
	background-color: #6f5f64;
}

.c-fitness:nth-of-type(even) {
	color: #382b2c;
	background-color: #fff;
}

.c-fitness:nth-of-type(even) > .l-inner__flex {
	flex-direction: row-reverse;
}

.c-fitness:nth-of-type(even) .c-fitness__dl {
	border-bottom: #e6e6e6 1px solid;
}

.c-fitness:nth-of-type(even) .c-fitness__dl:first-of-type {
	border-top: #e6e6e6 1px solid;
}

.c-fitness__picture {
	width: 500px;
	height: 500px;
}

.c-fitness__body {
	width: 546px;
}

.c-fitness__title-en {
	font-size: 20px;
	color: #b49531;
}

.c-fitness__title-ja {
	font-size: 45px;
	display: block;
	margin-top: .25em;
}

.c-fitness__lead {
	font-size: 18px;
	line-height: 2.22222222;
	margin-top: 30px;
	letter-spacing: .05em;
}

.c-fitness__dl {
	padding: .75em;
	border-bottom: #93878b 1px solid;
	align-items: center;
}

.c-fitness__dl:first-of-type {
	margin-top: 30px;
	border-top: #93878b 1px solid;
}

.c-fitness__dt {
	font-size: 16px;
	width: 5em;
}

.c-fitness__dd {
	font-size: 15px;
}

.c-fitness__note {
	margin-top: 20px;
}

.c-fitness__note-item {
	font-size: 13px;
	line-height: 1.6;
}

.c-fitness__note-item:before {
	content: '※';
}


/*# sourceMappingURL=maps/fitness.css.map */
