@charset "UTF-8";

.c-room__title-ja,
.c-room__lead,
.c-room__table-th,
.c-room__table-td,
.c-room__table-note-item,
.c-room__btn {
	font-family: 'Zen Old Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

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

.c-room__title-ja {
	font-weight: 400;
}

.c-room__table-td {
	font-weight: 500;
}

.c-room__title-en,
.c-room__lead,
.c-room__table-th {
	font-weight: 500;
}

.c-room__btn {
	font-weight: 700;
}

.c-room__slider-arrow:hover,
.c-room__btn:hover {
	transition: .6s;
	opacity: .5;
}

.c-room__slider-arrow {
	font: 0/0 a;
	color: transparent;
}

.c-room__body,
.c-room__table,
.c-room__btn {
	display: flex;
	flex-wrap: wrap;
}

.c-room__slider-arrow:before,
.c-room__thumbnails-item:before,
.c-room__btn:before {
	position: absolute;
	display: block;
	content: '';
}

/* 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-room {
	padding: 100px 0;
}

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

.c-room:nth-of-type(odd) .c-room__btn {
	color: #6f5f64 !important;
	background: #fff;
}

.c-room:nth-of-type(odd) .c-room__btn:before {
	border-top: #6f5f64 1px solid;
	border-right: #6f5f64 1px solid;
}

.c-room:nth-of-type(odd) .c-room__table-column {
	border-top: #93878b 1px solid;
}

.c-room:nth-of-type(odd) .c-room__table-tr {
	border-bottom: #93878b 1px solid;
}

.c-room:nth-of-type(odd) .c-room__table-th {
	border-right: #93878b 1px solid;
}

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

.c-room:nth-of-type(even) .c-room__btn {
	color: #fff !important;
	background: #6f5f64;
}

.c-room:nth-of-type(even) .c-room__btn:before {
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
}

.c-room:nth-of-type(even) .c-room__table-column {
	border-top: #e6e6e6 1px solid;
}

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

.c-room:nth-of-type(even) .c-room__table-th {
	border-right: #e6e6e6 1px solid;
}

.c-room__slider-arrow {
	position: absolute;
	z-index: 100;
	top: 50%;
	width: 36px;
	height: 36px;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background: #b49531;
	transfomr: translateY(-50%);
}

.c-room__slider-arrow:before {
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: #fff 2px solid;
	border-left: #fff 2px solid;
}

.c-room__slider-arrow.arrow-prev {
	left: 20px;
}

.c-room__slider-arrow.arrow-prev:before {
	transform: translate(-4px, -50%) rotate(-45deg);
}

.c-room__slider-arrow.arrow-next {
	right: 20px;
}

.c-room__slider-arrow.arrow-next:before {
	transform: translate(-8px, -50%) rotate(135deg);
}

.c-room__slider-item {
	height: 550px;
}

.c-room__picture {
	height: 550px;
}

.c-room__body {
	margin-top: 45px;
	padding: 0 35px;
	justify-content: space-between;
}

.c-room__summary {
	width: 50%;
}

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

.c-room__title-ja {
	font-size: 45px;
	line-height: 1.33333333;
	display: block;
	margin-top: .25em;
}

.c-room__lead {
	font-size: 18px;
	line-height: 2.22222222;
	margin-top: 1.25em;
}

.c-room__thumbnails {
	width: 470px;
}

.c-room__thumbnails .slick-track {
	transform: unset !important;
}

.c-room__thumbnails-item {
	position: relative;
	width: 230px !important;
	height: 112px;
	margin: 5px 0 0 5px;
	cursor: pointer;
}

.c-room__thumbnails-item:before {
	z-index: 5;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transition: .6s;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, .5);
}

.c-room__thumbnails-item:hover:before {
	background: rgba(0, 0, 0, .25);
}

.c-room__thumbnails .slick-current:before {
	opacity: 0;
}

.c-room__table {
	margin-top: 45px;
	padding: 0 35px;
	justify-content: space-between;
}

.c-room__table-column {
	width: 504px;
}

.c-room__table-tr {
	display: flex;
	padding: 12px 0;
	align-items: center;
}

.c-room__table-th {
	font-size: 16px;
	width: 86px;
	padding: 0 .5em;
}

.c-room__table-td {
	font-size: 15px;
	line-height: 1.6;
	width: 420px;
	padding-left: 20px;
}

.c-room__table-note {
	margin-top: 20px;
}

.c-room__table-note-item {
	font-size: 13px;
	margin: .5em 0 0 1em;
	text-indent: -1em;
}

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

.c-room__btn {
	font-size: 16px;
	position: relative;
	width: 320px;
	height: 60px;
	margin: 50px auto 0 auto;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.c-room__btn:hover {
	text-decoration: none;
}

.c-room__btn:before {
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 1129px) {

.c-room__btn {
	width: 28.318584%;
	height: 5.309735vw;
}

}


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