@charset "utf-8";
/* ----------------------------------------
 * CSS | LIBELARA BLACK
 * /shop/css/article.css
 * ---------------------------------------- */


/* --------------------------------------------------
 * HEADLINE
 * --------------------------------------------------
 */
#headline {}
#headline_wrap {}
/* title */
#headline .ttl .en {
	display: block;
	font-size: 143%;
	line-height: 1.10;
}
#headline .ttl .jp {
	display: block;
	margin-top: 12px;
	font-size: 236%;
	font-weight: bold;
	line-height: 1.10;
}
#headline .ttl .tel {
	display: table;
	margin: 0 auto;
	margin-top: 14px;
}
#headline .ttl .tel dt {
	display: table-cell;
	width: 53px;
	height: 20px;
	border: 1px solid #0000c9;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 72%;
	font-weight: bold;
	color: #0000c9;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.02em;
}
#headline .ttl .tel dd {
	display: table-cell;
	padding-left: 10px;
	font-size: 158%;
	line-height: 1.10;
	vertical-align: middle;
}


/* --------------------
 * mainview
 */
#mainview {
	clear: both;
}
/* mainview : wrap */
#mainview_wrap {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
#mainview_wrap .article {}
#mainview_wrap .article_wrap {}
#mainview_wrap .article .item {
	display: block;
	width: 600px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
}
#mainview_wrap .aside {
	clear: both;
}
#mainview_wrap .aside .prev {
	position: absolute;
	left: -38px;
	top: 181px;
	display: block;
	width: 38px;
	height: 38px;
	background-color: #0000c9;
	background-image: url(/liberala/asset/img/body/ico_prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9px auto;
	opacity: 0.7;
	cursor: pointer;
}
#mainview_wrap .aside .next {
	position: absolute;
	right: -38px;
	top: 181px;
	display: block;
	width: 38px;
	height: 38px;
	background-color: #0000c9;
	background-image: url(/liberala/asset/img/body/ico_next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9px auto;
	opacity: 0.7;
	cursor: pointer;
}


/* mainview : thumb */
#mainview_thumb {
	height: 90px;
	overflow: hidden;
}
#mainview_thumb .article {
	margin: 0 auto;
	/*background-color: rgba(0,255,0,0.2);*/
}
#mainview_thumb .article ul {
	padding-top: 7px;
	padding-right: 7px;
}
#mainview_thumb .article li {
	display: block;
	width: 114px;
	height: 76px;
	margin-left: 7px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
}


/* --------------------
 * contents
 */
.contents {}
.contents_wrap {}


/* --------------------
 * access
 */
#access {
	clear: both;
}
#access_wrap {}
/* access : header */
#access .header {
	padding: 60px 0;
}
#access .header p {
	font-size: 143%;
	font-weight: bold;
	line-height: 1.550;
	text-align: center;
}
/* access : article */
#access .article {}
#access .article .map {
	width: 800px;
	height: 500px;
	background-color: #f5f5f5;
	float: left;
}
#access .article .content {
	width: 355px;
	float: right;
}
#access .article .content .ttl {
	font-size: 129%;
	font-weight: bold;
}
#access .article .content .address {
	font-size: 100%;
	line-height: 1.429;
}
/* table */
#access .article .content .table {
	display: table;
}
#access .article .content .table dt {
	display: table-cell;
	font-weight: bold;
}
#access .article .content .table dd {
	display: table-cell;
}
/* tel */
#access .article .content .tel {
	padding-top: 12px;
	font-size: 122%;
}
#access .article .content .tel dt {
	padding-right: 0.3em;
}
#access .article .content .tel dd {
	font-weight: bold;
}
/* fax */
#access .article .content .fax {
	font-size: 100%;
	line-height: 1.429;
}
#access .article .content .fax dt {
	padding-right: 0.3em;
}
#access .article .content .fax dd {}
/* email */
#access .article .content .email {
	font-size: 100%;
	line-height: 1.429;
}
#access .article .content .email dt {
	padding-right: 0.3em;
}
#access .article .content .email dd {}
#access .article .content .email dd a {
	color: #0000ff;
}
/* time */
#access .article .content .time {
	padding-top: 12px;
	font-size: 100%;
	line-height: 1.429;
}
#access .article .content .time dt {
	padding-right: 1em;
}
#access .article .content .time dd {}
/* route */
#access .article .content .route {
	font-size: 100%;
	line-height: 1.429;
}
#access .article .content .route dt {
	padding-right: 1em;
}
#access .article .content .route dd {}
/* announce */
#access .article .content .announce {
	margin-top: 26px;
	padding-top: 4px;
	border-top: 1px solid #e5e5e5;
}
#access .article .content .announce li {}
#access .article .content .announce li dl {
	padding-top: 20px;
}
#access .article .content .announce li dt {
	font-size: 86%;
	font-weight: bold;
	line-height: 1.542;
}
#access .article .content .announce li dd {
	font-size: 86%;
	line-height: 1.542;
}
/* access : footer */
#access .footer {
	padding-top: 9px;
}
#access .footer ul {
	display: table;
}
#access .footer li {
	display: table-cell;
	padding-right: 8px;
	vertical-align: top;
}


/* --------------------
 * interior
 */
#interior {
	clear: both;
	padding-top: 55px;
}
#interior_wrap {
	width: 1200px;
	height: 600px;
	background-color: #e5e3df;
}


/* --------------------
 * staff
 */
#staff {
	clear: both;
}
#staff_wrap {}
/* staff : header */
#staff .header {
	padding-top: 60px;
	text-align: center;
}
#staff .header .en {
	display: block;
	font-size: 216%;
	line-height: 1.10;
}
#staff .header .jp {
	display: block;
	padding-top: 10px;
	font-size: 108%;
	line-height: 1.10;
}
/* staff : article */
#staff .article {
	margin-left: -42px;
	padding-top: 36px;
}
#staff .article .item {
	width: 165px;
	margin-left: 42px;
	float: left;
}
#staff .article .item .img {
	width: 100%;
	height: 165px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#staff .article .item .name {
	padding-top: 12px;
}
#staff .article .item .name .jp {
	display: block;
	font-size: 93%;
	font-weight: bold;
}
#staff .article .item .name .en {
	display: block;
	font-size: 86%;
	color: #808080;
}
#staff .article .item .txt {
	display: block;
	margin-top: 10px;
	padding-top: 11px;
	padding-bottom: 40px;
	border-top: 1px solid #e4e4e4;
	font-size: 79%;
	line-height: 1.545;
}
/* staff : article.since202112 */
#staff_wrap .article.cfx.since202112 {
	align-items: normal;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 36px 0 0;
	width: 1200px;
}
#staff_wrap .article.cfx.since202112 .item {
	flex-basis: 165px;
	margin: 0 0 40px 42px;
	width: 165px;
}
#staff_wrap .article.cfx.since202112 .item:nth-child(6n+1) {
	margin: 0 0 40px 0;
}
#staff_wrap .article.cfx.since202112 .item .img {
	background-color: #ececec;
}
#staff_wrap .article.cfx.since202112 .item .img span {
	display: block;
	max-height: 165px;
	min-height: 165px;
	max-width: 100%;
	min-width: 165px;
	overflow: hidden;
	position: relative;
}
#staff_wrap .article.cfx.since202112 .item .img span img {
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
#staff_wrap .article.cfx.since202112 .item .name {
	font-size: 93%;
	font-weight: bold;
}
#staff_wrap .article.cfx.since202112 .item .txt {
	border-top: 1px solid #e4e4e4;
	font-size: 79%;
	line-height: 1.545;
	margin: 10px 0 0;
	padding: 11px 0 0;
}

/* --------------------
 * blog
 */
#blog {
	clear: both;
	margin-top: 20px;
	border: 1px solid #d1d1d1;
}
#blog_wrap {
	display: table;
	width: 100%;
}
/* blog : header */
#blog .header {
	display: table-cell;
	width: 200px;
	background-color: #e4e4e4;
	font-size: 216%;
	text-align: center;
	vertical-align: middle;
}
/* blog : article */
#blog .article {
	position: relative;
	display: table-cell;
	padding: 30px 35px;
}
#blog .article .ttl {
	font-size: 115%;
	font-weight: bold;
}
#blog .article .date {
	padding-top: 2px;
	font-size: 86%;
}
#blog .article .txt {
	padding-top: 10px;
	font-size: 86%;
	line-height: 1.583;
}
#blog .article .link {
	position: absolute;
	right: 20px;
	top: 20px;
}
/* only button */
#blog_ready {
	clear: both;
	margin-top: 20px;
}


/* --------------------
 * stock
 */
#stock {}
#stock_wrap {
	padding-bottom: 32px;
}
/* stock : header */
#stock .header {
	padding-top: 28px;
	padding-bottom: 30px;
}
#stock .header .jp {
	display: block;
	padding-top: 0;
	font-size: 93%;
}
#stock .header .en {
	display: block;
	padding-top: 6px;
	font-size: 248%;
}
#stock .header .link {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#stock .header .link a {
	margin: 0 auto;
}
#stock_footer {
	clear: both;
	padding-top: 56px;
	padding-bottom: 76px;
	background-color: #fff;
}
#stock_footer a {
	width: 300px;
	height: 80px;
}
#stock_footer a span {}
#mainview .btn_area {
	background: #313131;
	padding: 0 0 40px 0;
}
#mainview .txt {
	text-align: center;
	font-size: 22px;
	padding: 18px 0 10px 0;
}
#mainview .btn_area_list {
	display: table;
	margin: 0 auto;
}
#mainview .btn_area_list li {
	display: table-cell;
	padding: 0 19px;
}
#mainview .btn_area_list li .btn_gray_large, #mainview .btn_area_list li .btn_blue_large {
	display: block;
	width: 326px;
	height: 60px;
	vertical-align: middle;
	line-height: 60px;
	background-image: url(/liberala/asset/img/body/ico_next_l_white.png);
	background-repeat: no-repeat;
	background-position: 305px;
	background-size: auto 16px;
	padding: 0 10px 0 0;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
#mainview .btn_area_list li .btn_gray_large {
	background-color: #ddd;
	color: #444;
}
#mainview .btn_area_list li .btn_blue_large {
	background-color: #0000c9;
}
#mainview .btn_area_list li .btn_gray_large:hover, #mainview .btn_area_list li .btn_blue_large:hover {
	text-decoration: none;
}
#access_wrap .store_txt {
	font-size: 143%;
	font-weight: bold;
	line-height: 1.550;
	text-align: center;
	margin-bottom: 30px;
	padding: 10px 0;
	background-color: #eeeeee;
	border-top-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-ms-border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-ms-border-top-right-radius: 20px;
}
#access_wrap .store_txt span {
	font-size: 163%;
	color: #7a7a7a;
	border-bottom: 2px solid #7a7a7a;
}


/* --------------------
 * schedule
 */
#schedule {
	width: 100%;
	min-width: 900px;
	background: #f4f7f8;
	padding: 0 0 40px 0;
}

#schedule_wrap {
	width: 900px;
	margin: 0 auto;
}

#schedule .header {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #333;
	line-height: 1;
}

#schedule .header .jp {
	display: block;
	padding-top: 0;
	font-size: 13px;
}

#schedule .header .en {
	display: block;
	padding-top: 6px;
	font-size: 248%;
}

#schedule .calender_wrap {
	display: flex;
}

#schedule .calender_wrap > div {
	background: #fff;
	width: 440px;
}

#schedule .calender_wrap > div:first-child {
	margin: 0 20px 0 0;
}

#schedule .calender_wrap .calender_ttl {
	position: relative;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-family: Helvetica;
	color: #333;
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 10px;
}

#schedule .calender_wrap .calender_ttl .month {
	font-size: 30px;
}

#schedule .calender_wrap .calender_ttl .year_month {
	position: absolute;
	right: 10px;
	bottom: 15px;
	font-size: 15px;
}

#schedule .calender_table {
	width: 96%;
	margin: 0 auto;
}

#schedule .calender_table th,
#schedule .calender_table td {
	width: calc(100% / 7);
	height: 46px;
	text-align: center;
	color: #333;
	font-family: Helvetica;
}

#schedule .calender_table th {
	font-size: 14px;
	font-weight: bold;
}

#schedule .calender_table td {
	font-size: 18px;
	font-weight: normal;
}

#schedule .calender_table td span {
	background: #fff;
	margin: 0 auto;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	text-align: center;
	justify-content: center;
	border-radius: 20px;
	border: 3px solid #fff;
	box-sizing: border-box;
}

#schedule .calender_table .calender_sunday {
	color: #c51313;
}

#schedule .calender_table .calender_saturday {
	color: #13a7c5;
}

#schedule .calender_table td.calender_closed span {
	background: #efefef;
	border: 3px solid #efefef;
	color: #999;
}

#schedule .calender_table td.calender_today span {
	border: 3px solid #c7aa58;
}

#schedule .schedule_info {
	font-size: 16px;
	color: #333;
	margin: 10px 0 0 10px;
}

#schedule .schedule_info .calender_closed {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #e3e3e3;
	box-sizing: border-box;
	border: 3px solid #fff;
	vertical-align: middle;
	border-radius: 15px;
	margin: 0 5px 10px 0;
}

#schedule .evidence {
	font-size: 12px;
}


