/*
tableStyle
---------------------------*/
.tableStyle {
	text-align: left;
	border-top: 1px solid #C9A536;
}
.tableStyle.t-center {
	text-align: center;
}
.tableStyle .tableCaption {
	text-align: center;
}
.tableStyle .tableCaption dt, .tableStyle .tableCaption dd {
	color: #fff;
	padding: 5px 0;
}
.tableStyle .tableCaption dt {
	background-color: #cc3d47;
	border-bottom: none;
}
.tableStyle .tableCaption dd {
	background-color: #cc3d47;
	border-bottom: none;
}
.tableStyle dl {
	display: flex;
	border-bottom: none;
	padding: 0;
}
.tableStyle dl dt, .tableStyle dl dd {
	padding: 10px 2%;
}
.tableStyle dl dt {
	width: 25%;
	border-bottom: 1px solid #C9A536;
}
.tableStyle dl dd {
	width: 75%;
	border-bottom: 1px solid rgba(201, 165, 54, 0.5);
}
.tableStyle.priceTable dl dt, .tableStyle.priceTable dl dd {
	padding: 10px 4.8%;
	text-align: center;
	width: 300%;
}
.tableStyle.priceTable .tableCaption dd:last-of-type {
	text-align: center;
}
@media (min-width: 1000px) {
	.tableStyle dl dt, .tableStyle dl dd {
		padding: 20px 24px;
	}
	.tableStyle .tableCaption dt, .tableStyle .tableCaption dd {
		padding: 10px 0;
	}
}

.scrollTableWrap {
	overflow-x: scroll;
	margin-bottom: 10px;
}
.scrollTableWrap .tableStyle {
	width: 600px;
}
.scrollTableWrap.wide .tableBase {
	width: 700px;
}
@media (min-width: 768px) {
	.scrollTableWrap {
		overflow-x: auto;
	}
	.scrollTableWrap .tableStyle {
		width: 100%;
	}
	.scrollTableWrap.wide .tableBase {
		width: 100%;
	}
}

.tableinfo {
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	padding: 8px 0 0;
}
.tableinfo:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 3px;
	border-bottom: 1px solid #CC3D47;
	border-right: 1px solid #CC3D47;
	transform: skew(45deg);
}
@media (min-width: 768px) {
	.tableinfo {
		display: none;
	}
}

.tableTitle {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px;
}
@media (min-width: 769px) {
	.tableTitle {
		font-size: 18px;
	}
}

/*
.newsList
---------------------------*/
.newsWrap {
	background-color: #F2F3F7;
}

.newsList {
	margin-bottom: 20px;
}
.newsList p {
	line-height: 1.4;
}
.newsList li {
	position: relative;
	border-bottom: 1px solid #eee;
}
.newsList li:last-of-type {
	border-bottom: none;
}
.newsList li:hover .date > p:before {
	left: 5px;
}
.newsList li a {
	display: block;
	padding: 20px 20px 20px 0;
}
.newsList .date {
	vertical-align: middle;
	padding-bottom: 10px;
}
.newsList .date > p {
	position: relative;
	min-width: 6rem;
}
.newsList .date p {
	display: inline-block;
}
.newsList .category {
	display: inline-block;
	min-width: 90px;
	background-color: #C9A536;
	text-align: center;
	padding: 1px 5px;
	margin-left: 10px;
}
.newsList .category p {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
@media (min-width: 1000px) {
	.newsList {
		margin-bottom: 40px;
	}
	.newsList p {
		line-height: 1.6;
	}
	.newsList li a {
		display: flex;
		align-items: center;
		padding: 30px 30px 30px 0;
	}
	.newsList .date {
		width: 150px;
	}
	.newsList .date > p {
		min-width: 10rem;
	}
	.newsList .title {
		width: calc(100% - 150px);
	}
	.newsList .date,
	.newsList .title {
		display: inline-block;
		padding-bottom: 0;
	}
	.newsList .category {
		margin-left: 20px;
	}
	.newsList .category p {
		font-size: 14px;
	}
}

#mainVisual {
	position: relative;
	padding: 15px;
	text-align: center;
	background-image: url(../../img/top/main-visual-bg.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
#mainVisual:before {
	content: "";
	display: block;
	width: 222px;
	height: 222px;
	background-image: url(../../img/common/bg-decoration.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: -50px;
	right: -50px;
	z-index: 0;
}
#mainVisual .mainVisualInner {
	position: relative;
	background-image: url(../../img/top/main-visual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#mainVisual.lower {
	background-image: url(../../img/common/main-visual-bg.svg);
}
#mainVisual.lower .mainVisualInner {
	position: relative;
	background-image: url(../../img/common/main-visual-lower.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#mainVisual.lower h1 {
	padding: 80px 0;
}
#mainVisual.lower h1 img {
	width: auto;
	height: 15px;
}
#mainVisual h1 {
	padding: 150px 0;
}
#mainVisual h1 img {
	width: 70%;
}
@media (min-width: 769px) {
	#mainVisual {
		padding: 78px 30px 30px;
	}
	#mainVisual:before {
		width: 333px;
		height: 333px;
	}
	#mainVisual .main_visual {
		margin: 0 50px 50px;
	}
	#mainVisual .main_visual img {
		border-bottom-right-radius: 75px;
	}
	#mainVisual h1 {
		padding: 250px 0;
	}
	#mainVisual h1 img {
		width: auto;
	}
	#mainVisual.lower h1 {
		padding: 160px 0;
	}
	#mainVisual.lower h1 img {
		height: 30px;
	}
}

.topMessage {
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	padding: 40px 0 10px;
	z-index: 2;
}
@media (min-width: 769px) {
	.topMessage {
		font-size: 20px;
		line-height: 1.8;
		padding: 40px 0 20px;
	}
}
@media (max-width: 350px) {
	.topMessage {
		font-size: 12px;
	}
}

/*
#main
---------------------------*/
#main {
	position: relative;
	padding-bottom: 40px;
}
#main .mainTitle {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
	padding-bottom: 0.5em;
}
@media (min-width: 769px) {
	#main {
		padding-bottom: 80px;
	}
	#main .mainTitle {
		font-size: 24px;
	}
}

#lineUp {
	padding-bottom: 40px;
}
#lineUp .bdContentBox {
	margin-top: 30px;
}
#lineUp .component .tableStyle {
	margin-top: 10px;
}
#lineUp .componentList dl {
	display: flex;
}
#lineUp .componentList dl + dl {
	padding-top: 20px;
}
#lineUp .componentList dl dt {
	width: 7em;
	font-weight: 600;
}
#lineUp .componentList dl dd {
	width: calc(100% - 7em);
}
#lineUp #priceList {
	text-align: center;
	padding-top: 30px;
}
@media (min-width: 769px) {
	#lineUp {
		padding-bottom: 80px;
	}
	#lineUp .component .tableStyle {
		margin-top: 20px;
	}
}

.lineUpContent {
	padding: 15px 0;
}
.lineUpContent > div {
	padding: 0 15px;
}
.lineUpContent > div + div {
	border-top: 1px solid #C9A536;
	padding-top: 20px;
}
.lineUpContent dt {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	padding-bottom: 15px;
}
.lineUpContent dt span {
	display: inline-block;
}
.lineUpContent dd {
	line-height: 1.8;
	padding-bottom: 10px;
}
.lineUpContent dd span {
	display: block;
}
.lineUpContent .price {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	color: #CC3D47;
	padding-bottom: 10px;
}
.lineUpContent .lineUpImage {
	text-align: center;
}
.lineUpContent .lineUpBottom {
	margin-top: 15px;
}
@media (min-width: 769px) {
	.lineUpContent {
		padding: 30px 0;
	}
	.lineUpContent > div {
		padding: 0 30px;
	}
	.lineUpContent > div + div {
		padding-top: 0;
		border-top: none;
		border-left: 1px solid #C9A536;
	}
	.lineUpContent dt {
		font-size: 24px;
		padding-bottom: 30px;
	}
	.lineUpContent dd {
		font-size: 18px;
		line-height: 1.8;
		padding-bottom: 20px;
	}
	.lineUpContent dd span {
		font-size: 14px;
		display: block;
	}
	.lineUpContent .price {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.lineUpContent .lineUpImage {
		margin-left: 5%;
	}
	.lineUpContent .lineUpBottom {
		margin-top: 0;
	}
}

#about {
	background: url(../../img/top/about-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 40px;
}
#about .columnContent2 {
	margin-top: 20px;
}
@media (min-width: 769px) {
	#about {
		padding-bottom: 80px;
	}
	#about .columnContent2 {
		margin-top: 50px;
	}
}

.ec-newsRole .ec-newsRole__news {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	border: none;
}

.ec-newsRole .ec-newsRole__newsDate {
	padding-left: 15px;
}

.ec-newsRole .ec-newsRole__newsDate,
.ec-newsRole .ec-newsRole__newsTitle {
	margin: 0;
}

.ec-newsRole .ec-newsRole__newsItem {
	position: relative;
}
.ec-newsRole .ec-newsRole__newsItem:before {
	position: absolute;
	top: 17px;
	left: 0;
	content: "";
	display: block;
	background-image: url(../../img/common/arrow.svg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 8px;
	height: 5px;
	background-size: contain;
	margin: auto;
}
@media (min-width: 769px) {
	.ec-newsRole .ec-newsRole__newsItem:before {
		position: absolute;
		top: 29px;
	}
}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
	border-bottom: 1px solid #C9A536;
	padding: 10px 0 10px 20px;
}
@media (min-width: 769px) {
	.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
		padding: 20px 0 20px 25px;
	}
}

.btnWrap {
	padding-top: 30px;
}

.mainVisual {
	position: relative;
}
.mainVisual video {
	max-width: 100%;
}
.mainVisual .item {
	position: relative;
}
.mainVisual .mainVisualInner h1 {
	position: absolute;
	bottom: 50px;
	right: 0;
	padding: 20px;
	display: inline-block;
	text-align: right;
	width: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 769px) {
	.mainVisual .mainVisualInner h1 {
		width: 40%;
		padding: 40px;
		bottom: 50px;
	}
}

.topMainWrap {
	position: relative;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.topMainWrap .textBox p + p {
	padding-top: 1em;
}
.topMainWrap.first:after {
	position: absolute;
	top: -120px;
	left: -40px;
	content: "";
	display: block;
	background-image: url(../../img/top/illust01.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 150px;
	height: 260px;
	margin: auto;
	z-index: 1;
}
.topMainWrap.first:before {
	position: absolute;
	bottom: 0;
	right: -20px;
	content: "";
	display: block;
	background-image: url(../../img/top/illust05.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 150px;
	height: 68px;
	margin: auto;
	z-index: 0;
}
.topMainWrap.first > div:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	background-image: url(../../img/common/bg-decoration-line.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 90px;
	margin: auto;
	z-index: 0;
}
.topMainWrap#jobMain .inner {
	padding-top: 50px;
}
.topMainWrap#jobMain.first:after {
	position: absolute;
	top: 160px;
	left: -50px;
	content: "";
	display: block;
	background-image: url(../../img/top/illust03.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 150px;
	height: 357px;
	margin: auto;
	z-index: 0;
}
.topMainWrap#jobMain .imageBlock {
	text-align: center;
}
.topMainWrap#jobMain .imageBlock img {
	width: 70%;
}
.topMainWrap#jobMain + .second .image {
	padding-bottom: 50px;
	text-align: center;
}
.topMainWrap#jobMain + .second .image img {
	width: 70%;
}
.topMainWrap#jobMain + .second .inner {
	position: relative;
}
.topMainWrap#jobMain + .second .inner:before {
	position: absolute;
	bottom: 60px;
	right: 0;
	content: "";
	display: block;
	background-image: url(../../img/top/illust05.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 150px;
	height: 68px;
	margin: auto;
	z-index: 0;
}
.topMainWrap#jobMain + .second h4 {
	text-align: center;
	color: #472E12;
	font-size: 16px;
	line-height: 1.4;
}
.topMainWrap.second {
	padding-top: 50px;
}
.topMainWrap .topMain > div {
	position: relative;
	z-index: 1;
}
.topMainWrap .topMain .mainTitle {
	writing-mode: vertical-rl;
	font-size: 18px;
	line-height: 2;
	padding-right: 1em;
}
.topMainWrap .topMain .innerTitle {
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 0.5em;
}
.topMainWrap .topMain .mainTitleBlock {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}
.topMainWrap .topMain .mainTitleBlock .title {
	width: 35%;
}
.topMainWrap .topMain .mainTitleBlock .image {
	width: 65%;
}
.topMainWrap .topMain .mainTitleBlock .image img {
	width: 80%;
}
@media (min-width: 768px) {
	.topMainWrap .topMain .flexBlock {
		justify-content: space-between;
		align-items: center;
	}
	.topMainWrap.first > div {
		padding-top: 70px;
	}
	.topMainWrap.first > div > div {
		background-size: 60% auto;
	}
	.topMainWrap#jobMain .flexBlock {
		align-items: flex-start;
	}
	.topMainWrap#jobMain .flexBlock .textblock {
		padding-top: 50px;
	}
	.topMainWrap#jobMain .imageBlock {
		text-align: center;
	}
	.topMainWrap#jobMain .imageBlock img {
		width: auto;
	}
	.topMainWrap#jobMain .inner {
		position: relative;
		padding-top: 100px;
		padding-bottom: 120px;
	}
	.topMainWrap#jobMain .inner:after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		content: "";
		display: block;
		width: 400px;
		height: 400px;
		background-image: url(../../img/job/job-image02.jpg);
		background-size: contain;
		background-position: center top;
		background-repeat: no-repeat;
		z-index: 2;
	}
	.topMainWrap#jobMain.first:after {
		right: auto;
		top: -30px;
		left: -55px;
		width: 263px;
		height: 570px;
	}
	.topMainWrap#jobMain + .second .image {
		padding-bottom: 120px;
	}
	.topMainWrap#jobMain + .second .image img {
		width: auto;
	}
	.topMainWrap#jobMain + .second .inner {
		position: relative;
	}
	.topMainWrap#jobMain + .second .inner:before {
		bottom: 100px;
		right: -40px;
		width: 303px;
		height: 139px;
	}
	.topMainWrap#jobMain + .second h4 {
		font-size: 24px;
	}
	.topMainWrap.second > div {
		background-size: 50% auto;
		background-position: left bottom;
	}
	.topMainWrap.second .textBox {
		padding: 0;
	}
}
@media (min-width: 769px) {
	.topMainWrap.first:after {
		top: -30px;
		left: -20px;
		width: 226px;
		height: 427px;
	}
	.topMainWrap.first:before {
		bottom: -80px;
		right: auto;
		left: -20px;
		width: 303px;
		height: 139px;
	}
	.topMainWrap.first .textBox {
		padding: 160px 0 210px 8%;
	}
	.topMainWrap .topMain .mainTitle {
		font-size: 24px;
		padding-right: 0;
	}
	.topMainWrap .topMain .innerTitle {
		font-size: 24px;
		line-height: 2;
		padding-bottom: 1em;
	}
}

.onlineWrap {
	position: relative;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding-top: 50px;
}
.onlineWrap .textBox p + p {
	padding-top: 1em;
}
.onlineWrap.first:after {
	position: absolute;
	top: 60px;
	right: -20px;
	content: "";
	display: block;
	background-image: url(../../img/top/illust04.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 200px;
	height: 357px;
	margin: auto;
	z-index: 0;
}
.onlineWrap.second {
	padding-top: 50px;
}
.onlineWrap .topMain > div {
	position: relative;
	z-index: 1;
}
.onlineWrap .topMain .mainTitle {
	writing-mode: vertical-rl;
	font-size: 20px;
	line-height: 2;
	padding-right: 1em;
}
.onlineWrap .topMain .mainTitleBlock {
	display: flex;
}
.onlineWrap.shopdetail .flexBlock + .flexBlock {
	margin-top: 30px;
}
.onlineWrap.shopdetail .imageBox {
	border: 1px solid #eee;
}
@media (min-width: 768px) {
	.onlineWrap {
		padding-top: 80px;
	}
	.onlineWrap .topMain > div > div {
		align-items: center;
		padding-top: 0;
	}
	.onlineWrap.second {
		padding: 0 0 80px;
	}
	.onlineWrap.second .textBox {
		padding: 0;
	}
	.onlineWrap.shopdetail .flexBlock + .flexBlock {
		margin-top: 0;
	}
}
@media (min-width: 769px) {
	.onlineWrap.first:after {
		background-image: url(../../img/top/illust03.png);
		right: auto;
		top: -30px;
		left: -55px;
		width: 263px;
		height: 570px;
	}
	.onlineWrap.first > div {
		padding-top: 0;
	}
	.onlineWrap.first > div > div {
		background-size: 50% auto;
	}
	.onlineWrap.first .textBox {
		padding: 100px 0 0;
	}
	.onlineWrap.second {
		padding: 20px 0 70px;
	}
	.onlineWrap.second:before {
		position: absolute;
		bottom: -180px;
		right: -50px;
		content: "";
		display: block;
		background-image: url(../../img/top/illust02.png);
		background-size: contain;
		background-position: center top;
		background-repeat: no-repeat;
		width: 380px;
		height: 317px;
		margin: auto;
		z-index: 0;
	}
	.onlineWrap.second .textBox {
		padding: 100px 0;
	}
	#page_user_data .onlineWrap:before {
		content: none;
	}
	.onlineWrap .topMain .mainTitle {
		font-size: 30px;
		padding-right: 0;
	}
	.onlineWrap .topMain .mainTitleBlock {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 30px;
	}
	.onlineWrap .topMain .mainTitleBlock .title {
		width: auto;
	}
	.onlineWrap .topMain .mainTitleBlock .image {
		width: auto;
	}
	.onlineWrap .topMain .mainTitleBlock .image img {
		width: auto;
	}
}

.menuBoxWrap {
	padding: 40px 0 30px;
}
@media (min-width: 769px) {
	.menuBoxWrap {
		padding: 50px 0 100px;
	}
}

.menuBox {
	position: relative;
}
.menuBox.first .menuContentWrap {
	padding-top: 20px;
}
.menuBox.first:before, .menuBox.first:after {
	content: "";
	display: block;
	width: 111px;
	height: 111px;
	background-image: url(../../img/common/bg-decoration.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	z-index: 0;
}
.menuBox.first:before {
	top: -50px;
	left: -50px;
}
.menuBox.first:after {
	background-image: url(../../img/common/bg-decoration02.svg);
	bottom: 50px;
	right: -50px;
}
.menuBox.tird {
	padding-bottom: 50px;
}
.menuBox.tird:before {
	content: "";
	display: block;
	width: 111px;
	height: 111px;
	background-image: url(../../img/common/bg-decoration02.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: -50px;
	left: -50px;
	z-index: 0;
}
.menuBox.tird:after {
	position: absolute;
	bottom: 0;
	right: -80px;
	content: "";
	display: block;
	background-image: url(../../img/top/illust04.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 200px;
	height: 357px;
	margin: auto;
	z-index: 0;
}
.menuBox.tird .inner {
	position: relative;
}
.menuBox.tird .inner:before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: block;
	background-image: url(../../img/top/illust05.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 150px;
	height: 68px;
	margin: auto;
	z-index: 0;
}
@media (min-width: 769px) {
	.menuBox.first .menuContentWrap {
		padding-top: 50px;
	}
	.menuBox.first:before, .menuBox.first:after {
		width: 333px;
		height: 333px;
	}
	.menuBox.first:after {
		bottom: 250px;
	}
	.menuBox.first:before {
		top: 80px;
	}
	.menuBox.second:before {
		content: "";
		display: block;
		width: 326px;
		height: 427px;
		background-image: url(../../img/top/illust01.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		position: absolute;
		top: -200px;
		left: -30px;
		z-index: 0;
	}
	.menuBox.tird {
		padding-bottom: 60px;
	}
	.menuBox.tird:before {
		width: 333px;
		height: 333px;
	}
	.menuBox.tird:after {
		width: 327px;
		height: 585px;
		bottom: 190px;
		right: -60px;
	}
	.menuBox.tird .inner:before {
		bottom: 200px;
		right: 40px;
		width: 303px;
		height: 139px;
	}
}

.menuWrap {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.menuWrap .menuContentWrap {
	max-width: 670px;
	margin: auto;
}
.menuWrap .menuContent {
	display: flex;
}
.menuWrap .menu {
	width: 48%;
	text-align: left;
}
.menuWrap .menu + .menu {
	margin-left: 4%;
	margin-top: 80px;
}
.menuWrap .menu .imgWrap {
	text-align: center;
	margin-bottom: 20px;
}
.menuWrap .menu .imgWrap img {
	width: 80%;
}
.menuWrap .menu p + p {
	padding-top: 0.5em;
}
.menuWrap .menu .menuName {
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	padding-left: 30px;
	margin-top: 10px;
}
.menuWrap .menu .menuName:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 20px;
	height: 15px;
	background-image: url(../../img/common/icon-bard.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: auto;
}
.menuWrap .menu .menuName + p {
	font-size: 12px;
}
.menuWrap .menu .price {
	text-align: right;
	font-size: 16px;
}
@media (min-width: 769px) {
	.menuWrap {
		text-align: center;
	}
	.menuWrap .menu + .menu {
		margin-top: 150px;
	}
	.menuWrap .menu .imgWrap {
		margin-bottom: 30px;
	}
	.menuWrap .menu .imgWrap img {
		width: auto;
	}
	.menuWrap .menu .menuName {
		font-size: 24px;
		padding-left: 40px;
	}
	.menuWrap .menu .menuName:after {
		width: 30px;
		height: 25px;
	}
	.menuWrap .menu .menuName + p {
		font-size: 14px;
	}
	.menuWrap .menu .price {
		font-size: 18px;
	}
}

.newsContent {
	position: relative;
	display: block;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.newsContent:after {
	content: "";
	display: block;
	width: 111px;
	height: 111px;
	background-image: url(../../img/common/bg-decoration.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	bottom: 50px;
	right: -50px;
	z-index: 0;
}
.newsContent .ec-newsRole__newsItem {
	position: relative;
	z-index: 1;
}
@media (min-width: 769px) {
	.newsContent {
		padding: 80px 0;
	}
	.newsContent:after {
		width: 333px;
		height: 333px;
	}
}

.shopDetailWrap {
	position: relative;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding: 50px 4%;
}
.shopDetailWrap:before {
	position: absolute;
	top: -80px;
	right: -80px;
	content: "";
	display: block;
	background-image: url(../../img/top/illust02.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 200px;
	height: 167px;
	margin: auto;
	z-index: 0;
}
#page_user_data .shopDetailWrap:before {
	top: auto;
	bottom: -40px;
	z-index: 2;
}
.shopDetailWrap:after {
	content: "";
	display: block;
	width: 111px;
	height: 111px;
	background-image: url(../../img/common/bg-decoration.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 100px;
	left: -50px;
	z-index: 0;
}
.shopDetailWrap .shopDetailInner {
	position: relative;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #C9A536;
	padding: 40px 0;
	margin-bottom: 40px;
	z-index: 1;
}
.shopDetailWrap .shopDetail {
	padding: 0 4%;
}
.shopDetailWrap .gallery {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.shopDetailWrap .gallery > div {
	width: 32.5%;
}
.shopDetailWrap .contactBtn img {
	width: 80%;
	max-width: 420px;
}
@media (min-width: 769px) {
	.shopDetailWrap {
		padding-top: 80px;
	}
	.shopDetailWrap:before {
		width: 380px;
		height: 317px;
	}
	.shopDetailWrap:after {
		width: 333px;
		height: 333px;
	}
	.shopDetailWrap .shopDetail {
		padding: 0;
	}
	.shopDetailWrap .shopDetailInner {
		padding: 80px 0;
	}
}

.map iframe {
	width: 100%;
	height: 300px;
}
@media (min-width: 769px) {
	.map iframe {
		height: 400px;
	}
}

.topMain #shopdetail {
	padding-top: 30px;
}
.topMain #shopdetail img {
	padding-bottom: 10px;
}
@media (min-width: 769px) {
	.topMain #shopdetail {
		padding-top: 60px;
	}
}

.captionSet .caption {
	font-size: 14px;
	line-height: 1.4;
	padding-bottom: 3px;
}
.captionSet .captionDetail {
	line-height: 1.6;
	font-size: 12px;
}
.captionSet .captionDetail + .captionDetail {
	padding-top: 5px;
}
@media (min-width: 769px) {
	.captionSet .caption {
		font-size: 18px;
		padding-bottom: 5px;
	}
	.captionSet .captionDetail {
		font-size: 16px;
	}
}

/*# sourceMappingURL=top.css.map */