/***********
 * common
 ***********/
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	word-wrap: break-word;
	word-break: break-all;
}

html,body {
	height: 100%;
}

body,
body * {
	font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
}
body {
	font-size: 14px;
	color:#333;
	/* 通常文字色 */
	background:#fff ;
}

h2 {
	font-size: 30px;
	letter-spacing: 3px;
}
h3 {
	font-size: 24px;
	letter-spacing: 3px;
}

ul,ul li {
	list-style: none;
}

/* a リンク文字色 */
a,
a:visited {
	color:#666; /* a リンク文字色 */
	text-decoration: none;
}

a:hover,
button:hover {
	color:#f00; /* hoverリンク文字色 */
	text-decoration: none;
	opacity: 0.7;
}

a:hover * {
	opacity: .7;
}

input[type='text'],
input[type='password'] {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	border: #d1d1d1 solid 1px;
}

input[type='checkbox'] {
	margin-right: 4px;
}

textarea {
	width: 100%;
	border: #d1d1d1 solid 1px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	border-spacing: 0;
	border-collapse: collapse ;
	vertical-align: middle;
	border: none;
}

table.tbl {
	width: auto;
	margin-bottom: 20px;
}

table.tbl tr th {
	font-size: 13px;
	font-weight: normal;
	position: relative;
	width: 125px;
	padding: 10px 14px;
	text-align: left;
	border: #c8b07e solid 1px;
	background-color: #e4d4b4;
}

table.tbl tr td {
	font-size: 13px;
	padding: 10px 40px;
	text-align: left;
	border: #c8b07e solid 1px;
}

@media only screen and (max-width: 600px) {
	table.tbl {
		width: 100%;
	}
	table.tbl tr th {
		font-size: 12px;
		font-weight: normal;
		width: 105px;
		padding: 4px 10px;
		text-align: left;
	}
	table.tbl tr td {
		font-size: 12px;
		padding: 4px 15px;
		text-align: left;
	}
}

img {
	max-width: 100%;
	word-break: normal;
	border: none;
}

b {
	font-weight: bold;
}
pre {
	white-space: pre-wrap;
}
ul.list1 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}
ul.list1 li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 6px;
	background-color: #b08838;
}
ul.list1 li:after {
	position: absolute;
	top: 7px;
	left: 2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 4px;
	background-color: #fff;
}
@media only screen and (max-width: 600px) {
	ul.list1 li:before {
		position: absolute;
		top: 5px;
		left: 0;
		display: inline-block;
		width: 12px;
		height: 12px;
		content: '';
		border-radius: 6px;
		background-color: #b08838;
	}
	ul.list1 li:after {
		position: absolute;
		top: 7px;
		left: 2px;
		display: inline-block;
		width: 8px;
		height: 8px;
		content: '';
		border-radius: 4px;
		background-color: #fff;
	}
}

ul.list2 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}
ul.list2 li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-list.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/***********
 * layout
 ***********/
#wrapper,
.wrapper {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}

.main-contents {
	padding-bottom: 60px;
}

.top {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.contents {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 0;
}

.page {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0;
}

.row {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	#wrapper,
	.wrapper {
		min-width: 100%;
	}
	.main-contents {
		padding-bottom: 40px;
	}
	.top {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.contents {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.page {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.row {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}

/***********
 * clearfix
 ***********/
.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

label:after {
	display: none;
}


/***********
 * header
 ***********/
#header {
	width: 100%;
	height: 115px;
	border-bottom: #d6c299 1px solid;
	background-color: #fff;
}
#header-cart {
	width: 100%;
	height: 65px;
}

.header-top {
	height: 65px;
	margin-bottom: 50px;
	padding: 0;
	color: #fff;
	background-color: #1e1203;
}
#header-cart .header-top {
	height: 65px;
	padding: 0;
	color: #fff;
	background-color: #1e1203;
}

.logo {
	position: relative;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 10px;
	display: block;
	overflow: hidden;
	width: 170px;
	height: 65px;
	text-align: center;
}

.logo a {
	display: block;
}

.logo-text {
	font-size: 13px;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	overflow: hidden;
	width: 158px;
	max-height: 4em;
	padding: 0 10px;
	-webkit-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
	text-align: center;
	word-break: break-all;
	color: #b08838;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.logo-text-footer {
	position: static;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	transform: translate(0,0);
}

.logo-text-footer a {
	color: #b08838;
}

#header-cart .logo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	margin-left: -85px;
}

.logo h1 {
	line-height: 65px;
}

.logo img {
	width: auto;
	height: auto;
	max-width: 170px;
	max-height: 60px;
	vertical-align: middle;
}

.header-menu-sp {
	display: none;
}

.nav-close {
	display: none;
}

.header-search {
	float: left;
	margin-top: 14px;
	margin-left: 220px;
}

.header-search-form {
	position: relative;
	border-radius: 2px;
	background-color: #fff;
	background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-search.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

.header-search input[type=text] {
	font-size: 14px;
	line-height: 35px;
	display: inline-block;
	width: 300px;
	height: 37px;
	padding: 0 50px 0 40px;
	color: #876116;
	border: none;
	border-radius: 2px;
	outline: 0 none;
	background: none;
}

.header-search input[type=text]::-webkit-input-placeholder {
	font-weight: normal;
	color: #876116;
}

.header-search input[type=text]:-ms-input-placeholder {
	font-weight: normal;
	color: #876116;
}

.header-search input[type=text]::-moz-placeholder {
	font-weight: normal;
	color: #876116;
}

.header-search-form-btn {
	line-height: 37px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	overflow: hidden;
	width: 48px;
	padding: 0;
	cursor: pointer;
	text-align: center;
	border: none;
	-webkit-border-radius: 0;
		    border-radius: 0 2px 2px 0;
	background: none;
	-webkit-appearance: none;
}

.search-btn {
	display: block;
	width: 48px;
	height: 37px;
	vertical-align: middle;
	color: #fff;
	border: none;
	border-radius: 0 2px 2px 0;
	background-color: #b08838;
}
/* header-menu */
.header-top ul.header-menu {
	float: right;
	height: 65px;
}

.header-top ul.header-menu > li {
	float: left;
	height: 65px;
	text-align: center;
}

.header-top ul.header-menu > li > a {
	position: relative;
	color: #b08838;
}

.header-top ul.header-menu li.mypage a {
	font-size: 12px;
	position: relative;
	display: block;
	width: 80px;
	height: 60px;
	padding-top: 36px;
}

.header-top ul.header-menu li.mypage a:before {
	position: absolute;
	top: 10px;
	left: 50%;
	display: inline-block;
	width: 21px;
	height: 24px;
	margin-left: -10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-mypage.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.header-top ul.header-menu li.cart a {
	font-size: 12px;
	position: relative;
	display: block;
	width: 80px;
	height: 60px;
	padding-top: 36px;
}

.header-top ul.header-menu li.cart a:before {
	position: absolute;
	top: 10px;
	left: 50%;
	display: inline-block;
	width: 26px;
	height: 24px;
	margin-left: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-cart.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.header-top ul.header-menu li.sns {
	padding-right: 8px;
	padding-left: 10px;
}

.header-top ul.header-menu li.sns ul li {
	line-height: 60px;
	display: inline-block;
	width: 35px;
	margin-right: 13px;
}

.header-top ul.header-menu li.sns ul li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.header-bottom {
	float: left;
	width: 100%;
	padding-left: 15px;
}

.header-bottom .entry ,
.header-bottom .logout {
	line-height: 50px;
	position: relative;
	float: left;
	text-align: left;
}

.header-bottom .entry a ,
.header-bottom .logout a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 49px;
	padding-right: 2px;
	padding-left: 20px;
	color: #b08838;
	border-bottom: #b08838 solid 1px;
}

.header-bottom .entry a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-top: -7px;
	margin-right: 8px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-entry.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.header-bottom .logout a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	margin-right: 0;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-logout.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* category-nav */
.category-nav {
	float: right;
	padding-right: 25px;
}

.category-nav > ul > li {
	font-size: 14px;
	line-height: 50px;
	position: relative;
	float: left;
	color: #000;
}

.category-nav > ul > li > a,
.category-nav > ul > li > div {
	padding-right: 25px;
	padding-left: 25px;
}

.category-nav > ul > li.active > a,
.category-nav > ul > li.active > div {
	opacity: 1;
	color: #fff;
	background-color: #b08838;
}

.category-nav > ul > li > a:hover,
.category-nav > ul > li > a:hover p {
	opacity: 1;
}

.category-nav > ul li a,
.category-nav > ul li div {
	position: relative;
	display: block;
	width: 100%;
}

.category-nav-l2 {
	position: absolute;
	z-index: 55;
	top: 50px;
	right: 0;
	display: none;
	width: 270px;
	padding:;
	text-align: left;
	background-color: rgba(176,136,56,.9);
}

.active .category-nav-l2 {
	display: block;
}

.category-nav-l2 > li {
	font-size: 14px;
	line-height: 1.2;
}

.category-nav-l2 > li > a {
	padding: 18px;
	color: #fff;
}

.category-nav-l3 > li > a {
	font-size: 14px;
	padding: 18px 18px 18px 36px;
	color: #fff;
}
@media only screen and (max-width: 600px) {
	#header {
		width: 100%;
		min-height: 52px;
		height: auto;
	}
	#header-cart {
		width: 100%;
		height: 52px;
	}
	.header-top {
		height: auto;
		margin-bottom: 0;
		padding: 0;
	}
	#header-cart .header-top {
		height: 52px;
	}
	.logo {
		position: inherit;
		right: 0;
		left: 0;
		display: block;
		width: 100%;
		min-height: 52px;
		height: auto;
		text-align: center;
	}
	.logo-text {
		max-height: 2.8em;
		-webkit-line-clamp: 2;
	}
	#header-cart .logo {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		margin-left: 0;
	}
	.logo h1 {
		line-height: 50px;
	}
	.logo img {
		width: auto;
		max-height: 60px;
		margin: 9px auto;
		vertical-align: middle;
	}
	.header-menu-sp {
		position: absolute;
		z-index: 99;
		top: 10px;
		right: 10px;
		display: block;
		width: 25px;
	}
	.header-menu-sp img {
		width: 100%;
		height: auto;
	}
	.header-nav {
		position: fixed;
		z-index: 9999;
		top: -1000px;
		left: 0;
		overflow: scroll;
		width: 100%;
		height: 100%;
		padding-bottom: 50px;
		-webkit-transition: top .6s cubic-bezier(.19,1,.22,1);
		        transition: top .6s cubic-bezier(.19,1,.22,1);
	}
	.nav-open .header-nav {
		top: 0;
	}
	.nav-close {
		line-height: 50px;
		display: block;
		text-align: right;
		border-bottom: #1e1203 solid 1px;
		background-color: #1e1203;
	}
	.nav-close a {
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 0 15px 0;
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header-search {
		float: none;
		margin-top: 0;
		margin-left: 0;
		padding: 17px 10px;
		background-color: rgba(30,18,3,.9);
	}
	.header-search-form {
		border-radius: 2px;
		background-color: #fff;
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-search_sp.png);
		background-repeat: no-repeat;
		background-position: 8px 8px;
		background-size: 20px;
	}
	.header-search input[type=text] {
		font-size: 16px;
	}
	.header-search-form-btn {
	}
	.search-btn {
		-webkit-appearance: none;
	}
	.header-top ul.header-menu {
		font-size: 0;
		float: none;
		height: auto;
		border-top: rgba(176,136,56,.3) solid 1px;
		background-color: rgba(30,18,3,.9);
	}
	.header-top ul.header-menu > li {
		float: none;
		height: auto;
		text-align: center;
	}
	.header-top ul.header-menu > li > a {
		position: relative;
		color: #b08838;
	}
	.header-top ul.header-menu li.mypage {
		line-height: 50px;
		display: inline-block;
		width: 50%;
	}
	.header-top ul.header-menu li.mypage a {
		font-size: 16px;
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-left: 20px;
		text-align: center;
	}
	.header-top ul.header-menu li.mypage a:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		width: 23px;
		height: 24px;
		margin-top: -12px;
		margin-left: -60px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-mypage_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header-top ul.header-menu li.cart {
		line-height: 50px;
		display: inline-block;
		width: 50%;
	}
	.header-top ul.header-menu li.cart a {
		font-size: 16px;
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-left: 20px;
		text-align: center;
	}
	.header-top ul.header-menu li.cart a:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		width: 25px;
		height: 22px;
		margin-top: -11px;
		margin-left: -53px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-cart_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header-top ul.header-menu li.sns {
		display: none;
	}

	.header-bottom {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.header-bottom .entry ,
	.header-bottom .logout {
		line-height: 50px;
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		background-color: rgba(255,255,255,.9);
	}
	.header-bottom .entry a ,
	.header-bottom .logout a {
		font-size: 16px;
		font-weight: normal;
		display: block;
		height: 50px;
		padding-right: 10px;
		padding-left: 10px;
		border: none;
	}
	.header-bottom .entry a:before {
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		display: inline-block;
		width: 8px;
		height: 15px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-nav02_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header-bottom .logout a:before {
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		display: inline-block;
		width: 10px;
		height: 19px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-logout_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	/* category-nav */
	.category-nav {
		float: none;
		margin-left: 0;
		padding-right: 0;
		background-color: rgba(176,136,56,.9);
	}
	.category-nav > ul > li {
		font-size: 16px;
		line-height: 1.2;
		position: relative;
		float: none;
		color: #fff;
	}
	.category-nav > ul > li > a,
	.category-nav > ul > li > div {
		padding-right: 10px;
		padding-left: 10px;
		color: #fff;
	}
	.category-nav > ul > li.active > a,
	.category-nav > ul > li.active > div {
		color: #fff;
	}
	.category-nav > ul li a,
	.category-nav > ul li div {
		position: relative;
		display: block;
		width: 100%;
		padding: 15px 30px 15px 10px;
		text-align: left;
	}
	.category-nav > ul > li > div {
		padding-left: 34px;
	}
	.category-nav > ul li a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		display: inline-block;
		width: 8px;
		height: 15px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-nav_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.category-nav > ul li div:after {
		position: absolute;
		top: 50%;
		left: 10px;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-plus.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.category-nav > ul li.open div:after {
		position: absolute;
		top: 50%;
		left: 10px;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-minus.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.category-nav-l2 {
		position: inherit;
		z-index: 33;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		margin-left: 0;
		padding: 0;
		background-color: inherit;
		background-color: rgba(255,255,255,.9);
	}
	.active .category-nav-l2 {
		display: none;
	}
	.open .category-nav-l2 {
		display: block;
	}
	.category-nav-l2:before {
		display: none;
	}
	.category-nav-l2 > li {
		font-size: 16px;
		line-height: 1.2;
	}
	.category-nav-l2 > li a {
		position: relative;
		padding: 0 0;
		padding-left: 50px !important;
		color: #b08838 !important;
	}
	.category-nav-l2 > li a:before {
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		display: inline-block;
		width: 8px;
		height: 15px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-nav02_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.category-nav-l3 > li a,
	.category-nav-l3 > li div {
		padding-left: 65px !important;
	}
}

/***********
 * footer
 ***********/
#footer {
	position: relative;
	width: 100%;
}

.footer-top {
	width: 100%;
	padding: 40px 0 0;
	background-color: #1e1203;
}

.footer-top-tbl {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

.footer-top-th {
	line-height: 1.2;
	display: table-cell;
	width: 190px;
	padding: 10px 0;
	border-right: #b08838 solid 1px;
}

.footer-top-td {
	font-size: 14px;
	line-height: 1.2;
	display: table-cell;
	padding: 10px 0 10px 44px;
	vertical-align: top;
}

.footer-top-th h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	letter-spacing: 1px;
	color: #b08838;
}

.footer-top-th p {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
}

.footer-shoppingguide {
	margin-bottom: 0;
	padding-right: 100px;
}

.footer-shoppingguide ul li {
	font-size: 14px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.footer-shoppingguide ul li a {
	color: #fff;
}

.footer-shoppingguide ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

/* schedule-area */
.schedule-area {
	text-align: left;
}

.schedule_wrapper {
	display: inline-block;
	width: 245px;
}

.schedule_wrapper:nth-of-type(odd) {
	margin-right: 50px;
}

.schedule-area h4 {
	font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	width: 104px;
	height: 24px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	color: #b08838;
	border: #b08838 solid 1px;
	border-radius: 2px;
}

.schedule {
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
}

.schedule table {
	width: auto;
	margin: 0 auto 10px;
}

.schedule table th {
	font-size: 13px;
	font-weight: normal;
	padding: 4px 5px;
	text-align: center;
	color: #fff;
}

.schedule table th.sun {
	color: #c00000;
}

.schedule table th.sat {
	color: #006de8;
}

.schedule table td {
	font-size: 13px;
	font-weight: normal;
	padding: 4px 5px;
	text-align: center;
	color: #fff;
}

.schedule-date {
	line-height: 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
}

.e1 .schedule-date {
	color: #fff;
	background-color: #149bf3;
}

.e2 .schedule-date {
	color: #fff;
	background-color: #dc1313;
}

.e3 .schedule-date {
	color: #b08838;
	border: #b08838 solid 1px;
}

.event-list {
	display: block;
	margin-top:25px;
	vertical-align: top;
}

.event-list li {
	line-height: 24px;
	position: relative;
	min-height: 24px;
	margin-right: 15px;
	margin-bottom: 6px;
	padding-left: 35px;
	text-align: left;
	color: #fff;
}

.event-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
}

.event-list li.event1:before {
	background-color: #149bf3;
}

.event-list li.event2:before {
	background-color: #dc1313;
}

.event-list li.event3:before {
	border: #b08838 solid 1px;
}

@media only screen and (max-width: 600px) {
	.schedule_wrapper {
		width: auto;
	}
	.schedule_wrapper:nth-of-type(odd) {
		margin-right: 0;
	}
}

.footer-sns {
	text-align: left;
}

.footer-sns ul li {
	display: inline-block;
	margin-right: 12px;
}

.footer-sns ul li img {
	width: 35px;
	height: auto;
}

.footer-bottom {
	width: 100%;
	padding: 24px 0;
	text-align: center;
	background-color: #f7f7f3;
}

.footer-logo {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.footer-logo img {
	width: auto;
	height: auto;
	max-width: 170px;
	max-height: 60px;
}

.copyright {
	font-size: 14px;
	color: #1e1203;
}

@media only screen and (max-width: 600px) {
	#footer {
	}
	.footer-top {
		width: 100%;
		padding: 22px 10px;
	}
	.footer-top-tbl {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.footer-top-th {
		line-height: 1.2;
		display: inline-block;
		width: 160px;
		margin: 0 auto 15px;
		padding: 10px 0;
		text-align: center;
		border-right: none;
		border-bottom: #b08838 solid 1px;
	}
	.footer-top-td {
		font-size: 13px;
		line-height: 1.2;
		display: block;
		padding: 0;
		vertical-align: top;
	}
	.footer-top-th h3 {
		font-size: 16px;
		display: inline-block;
		margin-bottom: 0;
		text-align: center;
	}
	.footer-top-th p {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
	}

	.footer-shoppingguide {
		margin-bottom: 20px;
		padding-right: 0;
	}
	.footer-shoppingguide ul {
		width: 100%;
		text-align: left;
	}
	.footer-shoppingguide ul li {
		font-size: 13px;
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	.footer-shoppingguide ul li a {
		position: relative;
		display: block;
		width: 100%;
		padding: 12px 0;
		color: #fff;
	}
	.footer-shoppingguide ul li a:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 8px;
		height: 15px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/icn-arrow-nav02_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	/* schedule-area */
	.schedule-area {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.schedule-area h4 {
		font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
		font-size: 13px;
		font-weight: normal;
		line-height: 24px;
		display: inline-block;
		width: 124px;
		height: 26px;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
		border-radius: 2px;
	}
	.schedule {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.schedule table {
		width: 100%;
		margin: 0 auto 10px;
	}
	.schedule table th {
		font-size: 13px;
		font-weight: normal;
		padding: 6px 8px;
		text-align: center;
	}
	.schedule table td {
		font-size: 13px;
		font-weight: normal;
		padding: 6px 8px;
		text-align: center;
		color: #fff;
	}
	.schedule-date {
		line-height: 25px;
		display: inline-block;
		width: 25px;
		height: 25px;
		text-align: center;
	}
	.event-list {
		display: block;
	}
	.event-list:after {
		display: block;
		clear: both;
		margin-bottom: 15px;
		content: '';
	}
	.event-list li {
		float: left;
		margin-right: 6px;
		margin-bottom: 10px;
		padding-left: 30px;
	}
	.footer-sns {
		text-align: center;
	}
	.footer-sns ul li {
		display: inline-block;
		margin: 0 8px;
	}
	.footer-sns ul li img {
		width: 40px;
		height: auto;
	}

	.footer-bottom {
		width: 100%;
		padding: 30px 0;
	}

	.footer-logo {
		width: 100%;
		margin-bottom: 0;
		text-align: center;
	}

	.footer-logo img {
		width: auto;
		max-height: 60px;
		margin: 9px auto;
		vertical-align: middle;
	}

	.copyright {
		font-size: 12px;
		word-break: break-word;
	}
}

/***********
 * main
 ***********/
.main {
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	.main {
		width: 100%;
	}
}

/* main-image */

#main-image {
	position: relative;
	width: 1000px;
	margin-top: 30px;
	text-align: center;
}

#main-image img {
	max-width: 100%;
	max-height: 100%;
}

.main-image-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto 10px;
}

.main-image-slider > ul {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
}

.main-image-slider > ul > li {
	display: inline;
	float: left;
	overflow: hidden;
		width: 100%;
	list-style-type: none;
}

.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.main-image-prev {
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 999;
	font-size: 36px;
	margin-top: -18px;
}

.main-image-next {
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 999;
	font-size: 36px;
	margin-top: -18px;
}

.main-image-prev a,
.main-image-next a {
	display: block;
	height: 100%;
}

.main-image-indicator {
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: 10px;
	left: 0;
}

.main-image-indicator ul {
	text-align: center;
}

.main-image-indicator ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	opacity: .6;
	border: #fff solid 1px;
	border-radius: 50%;
	background-color: none;
}

.main-image-indicator ul li.active {
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	#main-image {
		position: relative;
		width: 100%;
		margin: 0;
		text-align: center;
		background-color: #f5f5f5;
	}
	#main-image img {
		max-width: 100%;
		max-height: 100%;
	}
	.main-image-slider {
		position: relative;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	.main-image-slider > ul {
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		display: inline-block;
		overflow: hidden;
		height: 336px;
	}
	.main-image-slider > ul > li {
		display: inline;
		float: left;
		overflow: hidden;
		width: 100%;
		height: 336px;
		list-style-type: none;
	}
	.main-image-indicator {
		position: absolute;
		z-index: 999;
		right: 5px;
		bottom: 5px;
	}
	.main-image-indicator ul {
		text-align: center;
	}
	.main-image-indicator ul li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		opacity: .6;
		border: #fff solid 1px;
		border-radius: 50%;
		background-color: none;
	}
	.main-image-indicator ul li.active {
		background-color: #fff;
	}
}

/* ttl */
.ttl {
	position: relative;
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: #d6c299 solid 1px;
}

.ttl h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #4a3010;
}

.ttl h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #4a3010;
}

@media only screen and (max-width: 600px) {
	.ttl {
		margin-bottom: 10px;
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.ttl h2 {
		font-size: 20px;
	}
}


/* top-content */
#top-content {
	position: relative;
	padding-top: 30px;
}

@media only screen and (max-width: 600px) {
	#top-content {
		padding-top: 30px;
	}
}

/* news-list */

.news-list {
	margin-bottom: 20px;
}

.news-list dl {
	display: table;
	width: 100%;
}

.news-list dl dt {
	font-size: 14px;
	display: table-cell;
	width: 115px;
	padding: 10px 0;
}

.news-list dl dd {
	font-size: 14px;
	display: table-cell;
	padding: 10px 0;
}

.news-list dl dd a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.news-list {
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.news-list dl {
		display: block;
		width: 100%;
	}
	.news-list dl dt {
		font-size: 12px;
		display: block;
		width: 100%;
		margin-bottom: 4px;
		padding: 0 0 0 6px;
	}
	.news-list dl dd {
		font-size: 12px;
		display: block;
		margin-bottom: 18px;
		padding: 0;
	}
}

#top-shop-message2 {
	margin-top: 30px;
}


@media only screen and (max-width: 600px) {
	#top-shop-message2 {
		margin-top: 15px;
	}
}

/* pagetop */
.btn-pagetop {
	width: 100%;
	height: 44px;
	background-color: #133193;
}

.btn-pagetop a {
	font-size: 14px;
	line-height: 44px;
	position: relative;
	display: block;
	float: right;
	padding-right: 24px;
	color: #b08838;
}

.btn-pagetop a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00003/img/btn-pagetop.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.btn-pagetop {
		height: 42px;
		text-align: center;
	}
	.btn-pagetop a {
		line-height: 42px;
		display: inline-block;
		float: none;
		padding: 0;
	}
	.btn-pagetop a:after {
		position: inherit;
		top: auto;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 14px;
		height: 10px;
		margin-top: 0;
		margin-left: 10px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/btn-pagetop_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/***********
 * module
 ***********/
.sp {
	display: none !important;
}
@media only screen and (max-width: 600px) {
	.sp {
		display: inline-block !important;
	}
}


/***********
 * login
 ***********/
.body-login #header {
	height: 65px;
	border-bottom: #d0d0d0 1px solid;
	background-color: #133193;
}

.body-login #header .logo {
	position: relative;
	width: 170px;
	margin: 0 auto;
}

.body-login .main {
	width: 785px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.body-login #main-image {
	width: 785px;
}

.body-login .footer-top {
	padding: 40px 0;
	background-color: #f7f7f3;
}

.body-login .footer-top .footer-logo {
	margin-bottom: 0;
}

.body-login .footer-top .footer-logo img {
	display: block;
	margin: 0 auto;
}

.body-login .footer-bottom {
	padding: 20px 0;
	background-color: #fff;
}

.body-login .footer-top-td {
	display: block;
	padding: 0;
}

#login-error-message {
	font-size: 14px;
	margin: 30px 0 40px;
	padding: 8px 15px;
	text-align: left;
	color: #e6503f;
	border: #e6503f solid 1px;
}

#login-message {
	margin: 30px 0;
	text-align: center;
}

.login-tbl {
	width: 785px;
	margin: 15px auto;
}

.login-tbl th {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	width: 240px;
	padding: 12px 12px 12px 0;
	text-align: left;
	vertical-align: top;
}

.login-tbl td {
	padding: 12px 0;
	text-align: left;
}

.login-tbl td input[type=text],
.login-tbl td input[type=password] {
	line-height: 36px;
	width: 100%;
	height: 36px;
	padding: 0 10px;
	border: #d0d0d0 solid 1px;
}

.login-btn {
	font-size: 15px;
	margin-bottom: 25px;
	text-align: center;
}

.login-btn a {
	font-size: 16px;
	font-weight: normal;
	line-height: 44px;
	position: relative;
	display: inline-block;
	width: 180px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 17px;
	background-color: #141605;
}

.login-link ul li {
	text-align: center;
}

.login-link ul li a {
	text-decoration: underline;
}

@media only screen and (max-width: 600px) {
	.body-login #header {
		height: 50px;
	}
	.body-login .main {
		width: 100%;
	}
	.body-login #main-image {
		width: 100%;
	}
	#login-error-message {
		font-size: 12px;
		margin: 20px 10px;
		padding: 10px;
		text-align: center;
	}
	#login-message {
		margin:0 10px;
	}
	.login-tbl {
		display: block;
		width: calc(100% - 20px);
		margin: 20px 10px 20px;
	}
	.login-tbl tbody,
	.login-tbl tbody tr {
		display: block;
		width: 100%;
	}
	.login-tbl th {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.2;
		display: block;
		width: 100%;
		padding: 0 0 10px;
		text-align: left;
	}
	.login-tbl td {
		font-size: 14px;
		font-weight: normal;
		display: block;
		width: 100%;
		padding: 0 0 20px;
		vertical-align: top;
	}
	.login-btn a {
		width: calc(100% - 20px);
	}
	.login-link ul li {
		margin-top: 1em;
	}
}


/***********
 * wysiwyg
 ***********/

.wysiwyg-data html, .wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body, .wysiwyg-data dd,.wysiwyg-data  div,
.wysiwyg-data dl, .wysiwyg-data dt, .wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data frame, .wysiwyg-data frameset,
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data noframes,
.wysiwyg-data ol, .wysiwyg-data p, .wysiwyg-data ul, .wysiwyg-data center,
.wysiwyg-data dir, .wysiwyg-data hr, .wysiwyg-data menu, .wysiwyg-data pre   { display: block; unicode-bidi: embed;}
.wysiwyg-data li              { display: list-item;}
.wysiwyg-data head            { display: none;}
.wysiwyg-data table           { display: table;}
.wysiwyg-data tr              { display: table-row;}
.wysiwyg-data thead           { display: table-header-group;}
.wysiwyg-data tbody           { display: table-row-group;}
.wysiwyg-data tfoot           { display: table-footer-group;}
.wysiwyg-data col             { display: table-column;}
.wysiwyg-data colgroup        { display: table-column-group;}
.wysiwyg-data td, .wysiwyg-data th          { display: table-cell;}
.wysiwyg-data caption         { display: table-caption;}
.wysiwyg-data th              { font-weight: bolder; text-align: center;}
.wysiwyg-data caption         { text-align: center;}
.wysiwyg-data body            { margin: 8px;}
.wysiwyg-data h1              { font-size: 2em; margin: .67em 0;}
.wysiwyg-data h2              { font-size: 1.5em; margin: .75em 0;}
.wysiwyg-data h3              { font-size: 1.17em; margin: .83em 0;}
.wysiwyg-data h4, .wysiwyg-data p,
.wysiwyg-data blockquote, .wysiwyg-data ul,
.wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data ol, .wysiwyg-data dl, .wysiwyg-data dir,
.wysiwyg-data menu            { margin: 1.12em 0; color: #333;}
.wysiwyg-data h5              { font-size: .83em; margin: 1.5em 0;}
.wysiwyg-data h6              { font-size: .75em; margin: 1.67em 0;}
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data b,
.wysiwyg-data strong          { font-weight: bolder; color: #333;}
.wysiwyg-data blockquote      { margin-left: 40px; margin-right: 40px;}
.wysiwyg-data i, .wysiwyg-data cite, .wysiwyg-data em,
.wysiwyg-data var, .wysiwyg-data address    { font-style: italic;}
.wysiwyg-data pre, .wysiwyg-data tt, .wysiwyg-data code,
.wysiwyg-data kbd, .wysiwyg-data samp       { font-family: monospace;}
.wysiwyg-data pre             { white-space: pre;}
.wysiwyg-data button, .wysiwyg-data textarea,
.wysiwyg-data input, .wysiwyg-data select   { display: inline-block;}
.wysiwyg-data big             { font-size: 1.17em;}
.wysiwyg-data small, .wysiwyg-data sub, .wysiwyg-data sup { font-size: .83em;}
.wysiwyg-data sub             { vertical-align: sub;}
.wysiwyg-data sup             { vertical-align: super;}
.wysiwyg-data table           { border-spacing: 2px;;}
.wysiwyg-data thead, .wysiwyg-data tbody,
.wysiwyg-data tfoot           { vertical-align: middle;}
.wysiwyg-data td, .wysiwyg-data th, .wysiwyg-data tr      { vertical-align: inherit;}
.wysiwyg-data s, .wysiwyg-data strike, .wysiwyg-data del  { text-decoration: line-through;}
.wysiwyg-data hr              { border: 1px inset;}
.wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir,
.wysiwyg-data menu, .wysiwyg-data dd        { margin-left: 40px;}
.wysiwyg-data ol              { list-style-type: decimal;}
.wysiwyg-data ol ul, .wysiwyg-data ul ol,
.wysiwyg-data ul ul, .wysiwyg-data ol ol    { margin-top: 0; margin-bottom: 0;}
.wysiwyg-data u, .wysiwyg-data ins          { text-decoration: underline;}
.wysiwyg-data br:before       { content: "\A"; white-space: pre-line;}
.wysiwyg-data center          { text-align: center;}
.wysiwyg-data :link, .wysiwyg-data :visited { text-decoration: underline;}
.wysiwyg-data :focus          { outline: thin dotted invert;}

.wysiwig-data a{color: #666;}
.wysiwig-data a:hover{color: #f00;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fff;}
.wysiwyg-data ul, .wysiwyg-data ul li{list-style-type: disc;}
.wysiwyg-data ol{list-style-type: decimal;}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override;}
.wysiwyg-data BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override;}

.wysiwyg-data *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed;}
.wysiwyg-data *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed;}

@media print {
  .wysiwyg-data h1            { page-break-before: always;}
  .wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3,
  .wysiwyg-data h4, .wysiwyg-data h5, .wysiwyg-data h6    { page-break-after: avoid;}
  .wysiwyg-data ul, .wysiwyg-data ol, .wysiwyg-data dl    { page-break-before: avoid;}
}
