@charset "UTF-8";
/*
style.css
*/
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;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/* = slick
----------------------------------------------- */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track::before,
.slick-track::after {
	display: table;
	content: '';
}
.slick-track::after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* loading */
.slick-loading .slick-list {
	background: #fff url(../img/shared/icon_loader.gif) center center no-repeat;
}
/* arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
	opacity: .8;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
	opacity: .1;
	cursor: default;
}
.slick-prev::before,
.slick-next::before {
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
.slick-prev::before {
	content: '←';
}
.slick-next {
	right: -25px;
}
.slick-next::before {
	content: '→';
}
/* dots */
.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px;
}
.slick-dots li button {
	display: block;
	width: 14px;
	height: 14px;
	cursor: pointer;
	border: 0;
	outline: none;
	color: transparent;
	background: #7d7d7d;
	border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	background: #dcdcdc;
	outline: none;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
}
.slick-dots li.slick-active button {
	background: #dcdcdc;
}

/* = base */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #1b1b1b;
	font-family: "游明朝 Regular", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
body.ie {
	font-family: "游明朝","HG明朝E","MS P明朝", "MS PMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	color: #7e0043;
	text-decoration: none;
	transition: .3s;
}
a:hover {
	color: #7e0043;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
}
button,
select {
	cursor: pointer;
}
/* = header */
.header {
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	color: #fff;
	transition: background .5s;
}
.header a {
	color: #fff;
}
.header .logo {
	position: absolute;
}
.header .logo span,
.header .logo img {
	display: inline-block;
	vertical-align: middle;
}
.header .g_nav a:hover {
	text-decoration: none;
}
/* = footer */
.footer {
	color: #fff;
	background: #000;
}
.footer a {
	color: #fff;
}
.footer .f_nav {
	color: #fff;
	background: url(../img/shared/bg_contents01.jpg) 50% 0;
}
.footer small {
	display: block;
	text-align: center;
}
/*--------------------------------------------------------
00-common for PC
----------------------------------------------------------*/
/* @media print, screen and (max-width: 1168px) {
.header .logo img {
	width: 10rem;
}
} */
/* @media print, screen and (min-width: 1169px) {
.header .logo img {
	width: 24rem;
}
} */
@media print, screen and (min-width: 768px) {
html {
	font-size: 62.5%;
}
body {
	min-width: 1040px;
}
a[href^="tel:"] {
	pointer-events: none;
}
.sp {
	display: none;
}
/* = header */
.header {
	position: fixed;
	min-width: 1000px;
	text-align: right;
}
.header.js-scroll {
	background: #000;
}
.header .logo {
	top: 10px;
	left: 7.6%;
	width:240px;
}
.header .logo span {
	margin-right: 1em;
	font-size: 2rem;
}
.header .logo span:last-child {
	margin-left: 1em;
	font-size: 1.4rem;
}
.header .logo img {
	width: 90%;
}
.page_top .header .logo {
	opacity: 0;
	transition: opacity .5s;
}
.page_top .header.js-scroll .logo {
	opacity: 1;
}
.header .g_nav {
	display: block !important;
	padding: 30px 6% 30px 30%;
}
.header .g_nav li {
	display: inline-block;
	margin: 0 8px;
	font-size: 1.35rem;
}
.header .g_nav li.sp {
	display: none;
}
.header .g_nav a:hover {
	color: #c9c9c9;
}
/* = footer */

.footer .f_nav {
	padding: 32px 0;
	text-align: center;
}
.footer .f_nav li {
	display: inline-block;
	margin: 10px 0;
	padding: 0 15px 0 14px;
	border-right: 1px solid #fff;
	font-size: 1.5rem;
}
.footer .f_nav li:nth-child(1) {
	border-left: 1px solid #fff;
}
.footer small {
	padding: 25px 0 42px;
	font-size: 1.4rem;
}
.cmn_movie{
	width:960px;
}

}/* @media */
@media print, screen and (min-width: 1208px) {
.header .g_nav li {
	font-size: 1.6rem;
		margin: 0 12px;
}
.header .logo img {
	width: 100%;
}
}

/*--------------------------------------------------------
00-common for SP
----------------------------------------------------------*/
@media screen and (max-width: 767px) {
html {
	font-size: calc(100vw / 75);
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
.pc {
	display: none;
}
/* = header */
.header {
	position: absolute;
	height: 17.33vw;
	background: #000;
}
.page_top .header {
	background: transparent;
}
.header .logo {
	top: 4.26vw;
	left: 5.33vw;
	z-index: 1010;
}
.header .logo span {
	margin-right: 1em;
	font-size: 2.7rem;
}
.header .logo span:last-child {
	margin-left: 1em;
	font-size: 2.2rem;
}

.header .logo img {
	width: 40vw;
}
.header .g_nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	color: #fff;
	background: #000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.header .g_nav ul {
	padding: 17.33vw 0 0;
	border-bottom: 1px solid #333;
}
.header .g_nav li {
	border-top: 1px solid #333;
}
.header .g_nav li a {
	display: block;
	position: relative;
	padding: 3.5vw 13.33vw 3.5vw 5.33vw;
	font-size: 3.2rem;
	line-height: 1.5;
}
.header .g_nav li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 6vw;
	width: 3.33vw;
	height: 100%;
	background: url(../img/shared/icon_btn_arrow_white.svg) no-repeat 0 50%;
	background-size: 100% auto;
}
/* = nav */
.nav_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1010;
	width: 16vw;
	height: 16vw;
	background: #000;
	cursor: pointer;
}
.nav_btn span {
	display: block;
	position: relative;
	width: 16vw;
	height: 16vw;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}
.nav_btn:before,
.nav_btn:after,
.nav_btn span:before {
	content: "";
	display: block;
	position: absolute;
	right: 26.195%;
	width: 47.61%;
	height: 1px;
	background: #fff;
}
.nav_btn:before {
	top: 23%;
}
.nav_btn:after {
	top: 36%;
}
.nav_btn span:before {
	top: 49%;
}
.nav_btn span:after {
	content: "MENU";
	display: block;
	position: absolute;
	bottom: 20%;
	left: 0;
	width: 100%;
	text-align: center;
}
.js-gnav_opened {
	overflow: hidden;
}
.js-gnav_opened .nav_btn span:after {
	content: "CLOSE";
}
.js-gnav_opened .nav_btn:before {
	top: 38%;
	right: 30%;
	width: 40%;
	transform: rotate(-45deg);
}
.js-gnav_opened .nav_btn:after {
	display: none;
}
.js-gnav_opened .nav_btn span:before {
	top: 38%;
	right: 30%;
	width: 40%;
	transform: rotate(45deg);
}
/* = footer */
.footer .f_nav ul {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.footer .f_nav ul::before {
	top: 0;
}
.footer .f_nav ul::after {
	bottom: 0;
}
.footer .f_nav li {
	width: 50%;
	font-size: 2.8rem;
}
.footer .f_nav li a {
	display: block;
	padding: 4.8vw;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer .f_nav li a:hover {
	text-decoration: none;
}
.footer .f_nav li:nth-child(2n-1) a {
	border-right: 1px solid rgba(255,255,255,0.3);
}
.footer .f_nav li:last-child a {
	border-bottom: none;
}
.footer small {
	padding: 5.6vw 0;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 2.4rem;
}
.cmn_movie{
	width:100% !important;
}
}/* @media */
/*--------------------------------------------------------
01-template parts
----------------------------------------------------------*/
/* = page_title */
.page_title {
	background: url(../img/shared/bg_page_title01.jpg) no-repeat 50% 50%;
	line-height: 1.3;
	text-align: center;
}
.page_title.about {
	background: url(../img/shared/bg_page_title_about.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.page_title.news {
	background: url(../img/shared/bg_page_title_news.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.page_title.menu {
	background: url(../img/shared/bg_page_title_menu.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.page_title.takeout {
	background: url(../img/shared/bg_page_title_takeout.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.page_title.restaurant {
	background: url(../img/shared/bg_page_title_restaurant.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.page_title.access {
	background: url(../img/shared/bg_page_title_access.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.page_title.reservation {
	background: url(../img/shared/bg_page_title_reservation.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.page_title.recruit {
	background: url(../img/shared/bg_page_title_recruit.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.page_title.sitemap {
	background: url(../img/shared/bg_page_title_sitemap.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.page_title .jp {
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	letter-spacing: 0.04em;
}
.page_title .en {
	display: block;
	color: rgba(255,255,255,0.5);
	letter-spacing: 0.15em;
}
/* = breadcrumbs */
.breadcrumbs ol {
	text-align: right;
}
.breadcrumbs li {
	display: inline-block;
	position: relative;
}
.breadcrumbs li:nth-child(1) a {
	display: block;
	position: relative;
}
.breadcrumbs li:nth-child(1) a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../img/shared/icon_breadcrumbs.svg) no-repeat;
}
.breadcrumbs li + li::before,
.breadcrumbs li + li::after {
	content: "/";
	display: block;
	position: absolute;
	top: 0;
}
.breadcrumbs li + li::before {
	color: #b5b5b5;
}
.breadcrumbs li + li::after {
	color: #707070;
}
/* = heading */
.heading02 {
	position: relative;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	line-height: 1.3;
	text-align: center;
}
.heading02::before,
.heading02::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #898989;
}
.heading03 {
	position: relative;
	background: #f7f4ed;
	line-height: 1.3;
	text-align: center;
}
.heading03::before,
.heading03::after {
	content: "";
	display: block;
	position: absolute;
}
.heading03::before {
	top: 0;
	left: 0;
	background: url(../img/shared/bg_heading03_01.png) no-repeat;
}
.heading03::after {
	bottom: 0;
	right: 0;
	background: url(../img/shared/bg_heading03_02.png) no-repeat;
}
.heading04 {
	line-height: 1.3;
	text-align: center;
}
/* = text */
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
/* = note */
.note01 {
	line-height: 2;
}
.note01 li {
	margin-left: 2em;
	text-indent: -2em;
}
.note01 li + li {
	margin-top: 1em;
}
/* = box */
.box01 {
	position: relative;
	color: #6b6589;
	line-height: 2.2;
	text-align: center;
}
.box01::before,
.box01::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
}
.box01::before {
	top: 0;
}
.box01::after {
	bottom: 0;
}
.box02 {
	position: relative;
	background: #f8f6f9;
	border-top: 1px solid #95879c;
}
.box02::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dfdbe1;
}
/* = list */
.list01 li {
	position: relative;
}
.list01 li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background: url(../img/shared/icon_list01.svg) no-repeat;
}
.list01 li + li {
	margin-top: 0.7em;
}
.list02 {
	list-style-type: decimal;
}
.list02 li {
	margin-left: 2em;
}
.list02 li + li {
	margin-top: 0.7em;
}
.list03 a {
	display: inline-block;
	position: relative;
}
.list03 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background: url(../img/shared/icon_btn_arrow_black.svg) no-repeat;
}
/*a[href$=".pdf"] {
	background: url(../img/shared/icon_pdf.png) no-repeat 100% 50%;
}
a[href$=".xls"],
a[href$=".xlsx"] {
	background: url(../img/shared/icon_xls.png) no-repeat 100% 50%;
}
a[href$=".doc"] {
	background: url(../img/shared/icon_doc.png) no-repeat 100% 50%;
}
a[href$=".ppt"] {
	background: url(../img/shared/icon_ppt.png) no-repeat 100% 50%;
}
a[href$=".txt"] {
	background: url(../img/shared/icon_txt.png) no-repeat 100% 50%;
}
a[href$=".mwv"] {
	background: url(../img/shared/icon_mwv.png) no-repeat 100% 50%;
}*/

li.pdf a{
	background: url(../img/shared/icon_pdf.png) no-repeat 100% 50%;
}
li.excel a{
	background: url(../img/shared/icon_xls.png) no-repeat 100% 50%;
}
li.word a{
	background: url(../img/shared/icon_doc.png) no-repeat 100% 50%;
}

/* = img */
.img01 img {
	text-align: center;
}
.img02,
.img03 {
	display: flex;
	flex-wrap: wrap;
}
.img02 .img_item {
	width: 48%;
}
.img02 .img_item:nth-child(2n-1) {
	margin-right: 2%;
}
.img02 .img_item:nth-child(2n) {
	margin-left: 2%;
}
.img03 .img_item {
	width: 31.25%;
}
.img03 .img_item:nth-child(3n-2) {
	margin-right: 1.5625%;
}
.img03 .img_item:nth-child(3n-1) {
	margin-left: 1.5625%;
	margin-right: 1.5625%;
}
.img03 .img_item:nth-child(3n) {
	margin-left: 1.5625%;
}
.img04 img {
	width: 100%;
}
.caption01 {
	color: #7e6b5a;
	line-height: 1.5;
}
.ch .img_item{
	position:relative;
}
.ch .img_item .caption01{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) transLateX(-50%);
	-webkit-transform:translateY(-50%) transLateX(-50%);
	color:#fff;
	font-size:4.2rem;
	margin:0;
	padding:10px;
	border-bottom:1px solid #fff;
}
/* = table */
.table01 table {
	width: 100%;
}
.table01 th,
.table01 td {
	border: 1px solid #d2d2d2;
	line-height: 2.5;
}
.table01 thead th,
.table01 thead td {
	color: #fff;
	background: #63506d;
}
.table01 tbody th {
	background: #fbf9f6;
}
.table02 table {
	width: 100%;
}
.table02 th,
.table02 td {
	border: 1px solid #d2d2d2;
	line-height: 2.5;
}
.table02 tbody th {
	color: #fff;
	background: #63506d;
}
/* = frame01 */
.frame01 {
	position: relative;
	border-top: solid #95879c;
}
.frame01::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	background: url(../img/shared/icon_frame01.png) no-repeat;
}
/* = frame02 */
.frame01 {
	position: relative;
}
/* = btn */
.btn {
	position: relative;
	border: 1px solid;
	text-align: center;
}
.btn::after {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
}
.btn:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
.btn.type01 {
	color: #1b1b1b;
	border-color: #8d8d8d;
}
.btn.type01::after {
	background-image: url(../img/shared/icon_btn_arrow_black.svg);
}
.btn.type01:hover {
	color: #fff;
}
.btn.type01:hover::after {
	background-image: url(../img/shared/icon_btn_arrow_white.svg);
}
.btn.type02 {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.3);
}
.btn.type02::after {
	background-image: url(../img/shared/icon_btn_arrow_white.svg);
}
/* = pagelink */
.pagelink .btn.type02::after,
.pagelink .btn.type01::after {
	transform: rotate(90deg);
}
/* = menu */
.menu01 {
	background: #fbf9f6;
}
.menu01::after,
.menu01 .menu_item::after {
	content: "";
	display: table;
	clear: both;
}
.menu01 .menu_item,
.menu01 .menu_blank {
	float: right;
	margin-left:30px;
}
.menu01 h2,
.menu01 h3,
.menu01 h4,
.menu01 p {
	float: right;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.menu01 .num {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}
.menu01 h2 .heading {
	position: relative;
	line-height: 1.3;
}
.menu01 h2 .heading::before,
.menu01 h2 .heading::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
}
.menu01 h2 .heading::before {
	left: 0;
	border-left: 1px solid #cdc6cd;
}
.menu01 h2 .heading::after {
	border-left: 1px solid #63506d;
}
.menu01 h3 {
	position: relative;
	line-height: 1.3;
}
.menu01 h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background: url(../img/shared/icon_menu01_h3.svg) no-repeat;
}
.menu01 h4 {
	position: relative;
	color: #6b6589;
	line-height: 1.3;
}
.menu01 h4::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 50%;
	background: #95849c;
}
.menu01 p {
	line-height: 1.875;
}
/* = news */
.news01 {
	position: relative;
	border-top: 2px solid #95879c;
}
.news01::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	background: url(../img/shared/icon_frame01.png) no-repeat;
}
.news01 .list li {
	line-height: 1.5;
}
.news01 .list li time {
	color: #707070;
}
.news01 .list li:nth-child(even) {
	background: #f9f9f9;
}
/* = pagination */
.pagination01 {
	display: flex;
	justify-content: center;
}
.pagination01 li a {
	display: block;
	color: #1d1d1d;
	border: 1px solid #8d8d8d;
	text-align: center;
}
.pagination01 li a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}
.pagination01 li.current a {
	color: #fff;
	background: #63506d;
	cursor: default;
}
/* = contact */
.contact01 {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
.contact01 .lead {
	color: #6b6589;
	line-height: 1.5;
}
.contact01 .tel {
	display: inline-block;
	position: relative;
}
.contact01 .tel::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../img/shared/icon_tel01.svg) no-repeat;
}
.contact01 .tel a {
	color: #1d1d1d;
}

.gmap{
display:inline-block;
position:relative;
height:450px;
width:100%;
}
.gmap iframe{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
}

/*--------------------------------------------------------
01-template parts for PC
----------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
/* = margin */
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
/* = page_title */
.page_title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 355px;
	padding: 45px 0 0;
}
.page_title .jp {
	padding: 0 40px 10px;
	font-size: 4.4rem;
}
.page_title .en {
	padding: 13px 0 0;
	font-size: 1.8rem;
}
/* = breadcrumbs */
.breadcrumbs {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0 40px;
}
.breadcrumbs li {
	font-size: 1.4rem;
}
.breadcrumbs li {
	padding-right: 10px;
}
.breadcrumbs li:nth-child(1) a {
	padding-left: 28px;
}
.breadcrumbs li:nth-child(1) a::before {
	width: 16px;
	height: 18px;
	margin-top: -12px;
	background-size: 16px 18px;
}
.breadcrumbs li:last-child {
	padding-right: 0;
}
.breadcrumbs li + li {
	padding-left: 25px;
}
.breadcrumbs li + li::before {
	left: 0;
}
.breadcrumbs li + li::after {
	left: 4px;
}
/* = heading */
.heading02 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 26px 0;
	font-size: 3.6rem;
}
.heading02::before {
	top: 4px;
}
.heading02::after {
	bottom: 4px;
}
.heading03 {
	max-width: 880px;
	margin: 0 auto;
	padding: 20px 60px;
	font-size: 3.2rem;
}
.heading03::before,
.heading03::after {
	width: 64px;
	height: 64px;
}
.heading04 {
	max-width: 960px;
	margin: 0 auto;
	font-size: 2.8rem;
}
/* = text */
.text01 {
	max-width: 960px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 2.5;
}

/* = note */
.note01 {
	max-width: 960px;
	margin: 0 auto;
	font-size: 1.3rem;
}
/* = box */
.box01 {
	max-width: 880px;
	margin: 0 auto;
	padding: 30px 40px;
	background: url(../img/shared/bg_box01_02.png) repeat-y;
	font-size: 1.8rem;
}
.box01::before {
	height: 30px;
	background: url(../img/shared/bg_box01_01.png) no-repeat;
}
.box01::after {
	height: 30px;
	background: url(../img/shared/bg_box01_03.png) no-repeat;
}
.box02 {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 30px;
}
.box02::before {
	top: -4px;
}
/* = list */
.list01 {
	max-width: 960px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 2.5;
}
.list01 li {
	padding-left: 26px;
}
.list01 li::before {
	top: 0.7em;
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
}
.list02 {
	max-width: 960px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 2.5;
}
.list03 {
	max-width: 960px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 2.5;
}
.list03 a {
	padding-left: 30px;
	padding-right: 20px;
}
.list03 a::before {
	left: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-size: 10px 9px;
}
/* = img */
.img01,
.img02,
.img03 {
	max-width: 960px;
	margin: 0 auto;
}
.img02 .img_item {
	margin-bottom: 40px;
}
.img03 .img_item {
	margin-bottom: 30px;
}
.caption01 {
	margin: 10px 0 0;
	font-size: 1.4rem;
}
/* = table */
.table01 {
	max-width: 960px;
	margin: 0 auto;
}
.table01 th,
.table01 td {
	padding: 5px 20px;
	font-size: 1.6rem;
}
.table02 {
	max-width: 960px;
	margin: 0 auto;
}
.table02 th,
.table02 td {
	padding: 5px 20px;
	font-size: 1.6rem;
}
/* = frame01 frame02 */
.frame01,
.frame02 {
	display: flex;
	max-width: 960px;
	margin: 0 auto;
	padding: 70px 0 0;
	border-top-width: 2px;
}
.frame01::before {
	top: -8px;
	width: 50px;
	height: 24px;
	margin-left: -25px;
	background-size: 50px 24px;
}
.frame01 .img_item,
.frame02 .img_item {
	width: 48%;
	margin-right: 4%;
	margin-top: 10px;
}
.frame01 .text_item,
.frame02 .text_item {
	width: 48%;
}
.frame02{
	padding: 0 0 60px 0;
}
/* = btn */
.btn {
	display: inline-block;
	min-width: 270px;
	padding: 28px 70px 28px 40px;
	font-size: 2rem;
}
.btn::after {
	top: 50%;
	right: 24px;
	width: 18px;
	height: 16px;
	margin-top: -8px;
	background-size: 18px 16px;
}
/* = pagelink */
.pagelink {
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
}
.pagelink .btn {
	display: block;
	min-width: 0;
	margin-bottom:20px;
}
.pagelink.clm02 li {
	width: 48%;
}
.pagelink.clm02 li:nth-child(2n-1) {
	margin-right: 2%;
}
.pagelink.clm02 li:nth-child(2n) {
	margin-left: 2%;
}
.pagelink.clm03 li {
	width: 31.25%;
}
.pagelink.clm03 li:nth-child(3n-2) {
	margin-right: 1.5625%;
}
.pagelink.clm03 li:nth-child(3n-1) {
	margin-left: 1.5625%;
	margin-right: 1.5625%;
}
.pagelink.clm03 li:nth-child(3n) {
	margin-left: 1.5625%;
}
	
/* = pagetop */
.pagetop_cont{
	max-width:960px;
	margin:0 auto;
	position:relative;
	margin-top:50px;
	height:40px;
}
.pagetop{
	position:absolute;
	right:0;
	bottom:0;
	width:160px;
	line-height:40px;
	background:#f8f6f9;
	text-align:center;
	font-size:1.4rem;
	cursor:pointer;
	border-top:1px solid #95879c;
	font-weight:bold;
}
.pagetop:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dfdbe1;
}
body#top .pagetop_cont {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    /* margin-top: 50px; */
    height: 0;
}
body#top .pagetop{
opacity: 0.4;
transition : all 0.5s ease 0s;
}

body#top .pagetop:hover{
opacity: 0.8;
}
/* = btn_link */
.btn_link {
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
}
.btn_link.clm01 {
	text-align: center;
}
.btn_link.clm01 .btn {
	min-width: 350px;
}
.btn_link.clm01 .btn {
	margin: 0 auto;
}
.btn_link.clm02 .btn,
.btn_link.clm03 .btn {
	display: block;
	min-width: 0;
}
.btn_link.clm02 li {
	width: 48%;
}
.btn_link.clm02 li:nth-child(2n-1) {
	margin-right: 2%;
}
.btn_link.clm02 li:nth-child(2n) {
	margin-left: 2%;
}
.btn_link.clm03 li {
	width: 31.25%;
}
.btn_link.clm03 li:nth-child(3n-2) {
	margin-right: 1.5625%;
}
.btn_link.clm03 li:nth-child(3n-1) {
	margin-left: 1.5625%;
	margin-right: 1.5625%;
}
.btn_link.clm03 li:nth-child(3n) {
	margin-left: 1.5625%;
}
/* = menu */
.menu01 {
	max-width: 922px;
	margin: 0 auto;
	padding: 25px 38px 5px 0;
}
/* コンテンツに合わせて要変更
.menu01 .menu_item01 {
	width: 140px; 
}
.menu01 .menu_item02 {
	width: 140px; 
}
.menu01 .menu_item03 {
	width: 110px;
}
.menu01 .menu_item04 {
	width: 140px; 
}
.menu01 .menu_item05 {
	width: 170px;
}
.menu01 .menu_item06 {
	width: 140px; 
}
.menu01 .menu_blank {
	width: 156px; 
}*/
.menu01 h2 {
	height: 465px;
	margin: 0 0 40px 38px;
	padding: 0 0 0 4px;
}
.menu01 h2 .heading {
	padding: 0 0 0 15px;
	font-size: 3.2rem;
}
.menu01 h2 .heading::after {
	left: 3px;
}
.menu01 h3 {
	height: 438px;
	margin: 0 0 40px 20px;
	padding: 27px 0 0;
	font-size: 2.8rem;
}
.menu01 h3::before {
	width: 11px;
	height: 14px;
	margin-left: -5px;
	background-size: 11px 14px;
}
.menu01 h4 {
	height: 420px;
	margin: 25px 0 40px 10px;
	padding: 20px 0 0;
	font-size: 2.4rem;
}
.menu01 h4::before {
	width: 8px;
	height: 8px;
	margin-left: -4px;
}
.menu01 p {
	height: 418px;
	margin: 47px 0 40px 0;
	font-size: 1.6rem;
}
/* = news */
.news01 {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 0 0;
}
.news01::before {
	top: -8px;
	width: 50px;
	height: 24px;
	margin-left: -25px;
	background-size: 50px 24px;
}
.news01 .list li {
	display: flex;
	padding: 20px 15px;
	font-size: 1.6rem;
}
.news01 .list li time {
	width: 100px;
}
.news01 .list li p {
	flex: 1;
}
/* = pagination */
.pagination01 li {
	margin: 0 10px;
}
.pagination01 li a {
	width: 38px;
	padding: 9px 0;
	font-size: 2rem;
}
/* = contact */
.contact01 {
	max-width: 640px;
	margin: 0 auto;
}
.contact01 .lead {
	margin: 0 0 20px;
	font-size: 2.4rem;
}
.contact01 dl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 10px;
	font-size: 2.4rem;
}
.contact01 dt {
	margin-right: 1em;
}
.contact01 .tel {
	padding-left: 45px;
	font-size: 4rem;
	vertical-align: middle;
}
.contact01 .tel::before {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-size: 32px 32px;
}
.contact01 .person {
	display: inline-block;
	margin-left: 0.5em;
	vertical-align: middle;
}
}/* @media */
/*--------------------------------------------------------
01-template parts for SP
----------------------------------------------------------*/
@media screen and (max-width: 767px) {
/* = margin */
.mb10 {
	margin-bottom: 1.33vw !important;
}
.mb20 {
	margin-bottom: 2.66vw !important;
}
.mb30 {
	margin-bottom: 4vw !important;
}
.mb40 {
	margin-bottom: 5.33vw !important;
}
.mb50 {
	margin-bottom: 6.66vw !important;
}
.mb60 {
	margin-bottom: 8vw !important;
}
.mb70 {
	margin-bottom: 9.33vw !important;
}
.mb80 {
	margin-bottom: 10.66vw !important;
}
.mb90 {
	margin-bottom: 12vw !important;
}
.mb100 {
	margin-bottom: 13.33vw !important;
}
/* = page_title */
.page_title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 71vw;
	padding: 17vw 0 0;
}
.page_title .jp {
	padding: 0 2vw 1.33vw;
	font-size: 6rem;
}
.page_title .en {
	padding: 2vw 0 0;
	font-size: 2.4rem;
}
/* = breadcrumbs */
.contents {
	padding: 0 2.66vw;
	position:relative;
}
/* = breadcrumbs */
.breadcrumbs {
	padding: 4vw 0 6.66vw;
}
.breadcrumbs li {
	font-size: 2rem;
}
.breadcrumbs li {
	padding-right: 2vw;
}
.breadcrumbs li:nth-child(1) a {
	padding-left: 4.5vw;
}
.breadcrumbs li:nth-child(1) a::before {
	width: 2.93vw;
	height: 3.2vw;
	margin-top: -2vw;
	background-size: 100% auto;
}
.breadcrumbs li:last-child {
	padding-right: 0;
}
.breadcrumbs li + li {
	padding-left: 4vw;
}
.breadcrumbs li + li::before {
	left: 0;
}
.breadcrumbs li + li::after {
	left: 4px;
}
/* = heading */
.heading02 {
	padding: 4.66vw 0;
	font-size: 4rem;
}
.heading02::before {
	top: 3px;
}
.heading02::after {
	bottom: 3px;
}
.heading03 {
	padding: 4vw 8.53vw;
	font-size: 3.6rem;
}
.heading03::before,
.heading03::after {
	width: 8.53vw;
	height: 8.53vw;
	background-size: 100% auto;
}
.heading04 {
	font-size: 3.2rem;
}
/* = text */
.text01 {
	font-size: 2.6rem;
	line-height: 2.3;
}
/* = note */
.note01 {
	font-size: 2.2rem;
}
/* = box */
.box01 {
	padding: 5.33vw 6.66vw;
	background: url(../img/shared/bg_box01_02_sp.png) repeat-y;
	background-size: 100% auto;
	font-size: 2.8rem;
}
.box01::before {
	height: 5.33vw;
	background: url(../img/shared/bg_box01_01_sp.png) no-repeat;
	background-size: 100% auto;
}
.box01::after {
	height: 5.33vw;
	background: url(../img/shared/bg_box01_03_sp.png) no-repeat;
	background-size: 100% auto;
}
.box02 {
	padding: 3vw;
}
.box02::before {
	top: -4px;
}
/* = list */
.list01 {
	font-size: 2.6rem;
	line-height: 1.9;
}
.list01 li {
	padding-left: 4vw;
}
.list01 li::before {
	top: 0.5em;
	width: 2.8vw;
	height: 2.8vw;
	background-size: 100% auto;
}
.list02 {
	font-size: 2.6rem;
	line-height: 1.9;
}
.list03 {
	font-size: 2.6rem;
	line-height: 1.9;
}
.list03 a {
	padding-left: 9vw;
	padding-right: 3vw;
	background-size: auto 2.66vw;
}
.list03 a::before {
	left: 3.33vw;
	width: 3.33vw;
	height: 3.33vw;
	margin-top: -1.7vw;
	background-size: 100% auto;
}
/* = img */
.img02 .img_item {
	margin-bottom: 5.33vw;
}
.img03 .img_item {
	margin-bottom: 4vw;
}
.img04 {
	margin-left: -2.66vw;
	margin-right: -2.66vw;
}
.caption01 {
	margin: 1.33vw 0 0;
	font-size: 2.4rem;
}
.ch .img_item .caption01{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) transLateX(-50%);
	-webkit-transform:translateY(-50%) transLateX(-50%);
}
/* = table */
.table01 th,
.table01 td {
	padding: 1vw 2vw;
	font-size: 2.6rem;
}
.table02 th,
.table02 td {
	padding: 1vw 2vw;
	font-size: 2.6rem;
}
/* = frame01 */
.frame01 {
	padding: 9.3vw 0 0;
	border-top-width: 1px;
}
.frame01::before {
	top: -2vw;
	width: 12vw;
	height: 5.73vw;
	margin-left: -6vw;
	background-size: 100% auto;
}
.frame01 .img_item,
.frame02 .img_item {
	margin-bottom: 2.66vw;
}
/* = frame02 */
.frame02 {
	padding: 9.3vw 0 0;
}
/* = btn */
.btn {
	display: block;
	padding: 5.33vw 9.33vw 5.33vw 5.33vw;
	font-size: 3rem;
}
.btn::after {
	top: 0;
	right: 4.2vw;
	width: 3.33vw;
	height: 100%;
	background-position: 0 50%;
	background-size: 100% auto;
}
/* = pagelink */
.pagelink li {
	margin-bottom: 5vw;
}
/* = pagetop */
.pagetop_cont{
	max-width:960px;
	margin:0 auto;
	position:relative;
	margin-top:50px;
	height:41px;
}
.pagetop{
	position:relative;
	margin:0 auto;
	bottom:0;
	width:160px;
	line-height:40px;
	background:#f8f6f9;
	text-align:center;
	font-size:2rem;
	cursor:pointer;
	border-top:1px solid #95879c;
	font-weight:bold;
}
.pagetop:before{
    content: "";
    display: block;
    position: relative;
    left: 0;
	top:0;
    width: 100%;
    height: 0;
    background: none;
}	

/* = btn_link */
.btn_link li {
	margin-bottom: 5vw;
}
/* = menu */
.menu01 {
	padding: 5vw 4.8vw 0.1vw 0.1vw;
}
.menu01 h2,
.menu01 h3,
.menu01 h4,
.menu01 p {
	float: none;
	-webkit-writing-mode:inherit;
	-ms-writing-mode:inherit;
	writing-mode: inherit;
}
.menu01 .num {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}

/* コンテンツに合わせて要変更
.menu01 .menu_item01 {
	width: 30.7vw;  
}
.menu01 .menu_item02 {
	width: 30.7vw;
}
.menu01 .menu_item03 {
	width: 30.7vw; 
}
.menu01 .menu_item04 {
	width: 30.7vw; 
}
.menu01 .menu_item05 {
	width: 37.2vw; 
}
.menu01 .menu_item06 {
	width: 24.2vw;
}
.menu01 .menu_blank {
	width: 24vw; 
} */
.menu01 h2 {
/*	height: 66vw;*/
	margin: 0 0 5vw 5vw;
}
.menu01 h2 .heading {
	padding: 0 0 0 2.3vw;
	font-size: 4rem;
}
.menu01 h2 .heading::after {
	left: 0;
	border:none;
}
.menu01 h3 {
/*	height: 62vw;*/
	margin: 0 0 5vw 5vw;
	padding: 0 0 0 2.3vw;
	font-size: 3.6rem;
}
.menu01 h3::before {
	left:0;
	top:1.5vw;
	width: 2vw;
	height: 2.53vw;
	margin-left: -0.9vw;
	background-size: 100% auto;
}
.menu01 h4 {
/*	height: 58vw;*/
	margin: 0 0 3vw 4vw;
	padding:0 ;
	font-size: 3.2rem;
}
.menu01 h4::before {
/*	width: 1.46vw;*/
	height: 0;
	margin-left:0;
	content:inherit;
}
.menu01 p {
/*	height: 58.6vw;*/
	margin: 0 0 4vw 0 ;
	font-size: 2.6rem;
}
.menu01 .menu_item,
.menu01 .menu_blank {
	float: none;
	margin-left:4vw;
}
/* = news */
.news01 {
	padding: 9.3vw 0 0;
	border-top-width: 1px;
}
.news01::before {
	top: -2vw;
	width: 12vw;
	height: 5.73vw;
	margin-left: -6vw;
	background-size: 100% auto;
}
.news01 .list li {
	padding: 3vw 4vw;
}
.news01 .list li time {
	display: block;
	margin: 0 0 1.5vw;
	font-size: 2rem;
}
.news01 .list li p {
	font-size: 2.6em;
	line-height: 1.8;
}
/* = pagination */
.pagination01 li {
	margin: 0 2vw;
}
.pagination01 li a {
	width: 8vw;
	padding: 2.5vw 0;
	font-size: 3rem;
}
/* = contact */
.contact01 .lead {
	margin: 0 0 2.8vw;
	font-size: 3rem;
}
.contact01 dl {
	padding: 4.5vw 3vw;
	font-size: 3.6rem;
}
.contact01 dt {
	margin-bottom: 4vw;
}
.contact01 .tel {
	padding-left: 7.5vw;
	font-size: 6rem;
}
.contact01 .tel::before {
	width: 5.33vw;
	height: 5.33vw;
	margin-top: -2.9vw;
	background-size: 100% auto;
}
.contact01 .person {
	margin-top: 3vw;
}


}/* @media */
/*--------------------------------------------------------
02-top
----------------------------------------------------------*/
/* = top_main */
.top_main {
	position: relative;
	overflow: hidden;
}
.top_main_slide li span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0;
	z-index: 0;
	animation: imgScale 36s linear infinite 0s;
	transform: translateZ(0);
	transition: all 0.3s ease 0s;
}
.top_main_slide li:nth-child(1) span {
	background-image: url(../img/top/img_main01.jpg);
}
.top_main_slide li:nth-child(2) span {
	background-image: url(../img/top/img_main02.jpg);
	animation-delay: 6s;
}
.top_main_slide li:nth-child(3) span {
	background-image: url(../img/top/img_main03.jpg);
	animation-delay: 12s;
}
.top_main_slide li:nth-child(4) span {
	background-image: url(../img/top/img_main04.jpg);
	animation-delay: 18s;
}
.top_main_slide li:nth-child(5) span {
	background-image: url(../img/top/img_main05.jpg);
	animation-delay: 24s;
}
.top_main_slide li:nth-child(6) span {
	background-image: url(../img/top/img_main06.jpg);
	animation-delay: 30s;
}
@keyframes imgScale { 
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		transform: scale(1.05);
	}
	25% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% {
		opacity: 0
	}
}
.top_main_box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	text-align: center;
}
.top_main_box .scroll a {
	display: block;
	color: #fff;
}
.top_main_box .scroll a:hover {
	text-decoration: none;
}
.top_main_box .scroll span {
	display: block;
}
/* = top_title */
.top_title .jp,
.top_title .en {
	display: block;
}
.top_title .jp {
	letter-spacing: 0.04em;
}
.top_title .en {
	color: rgba(255,255,255,0.5);
	letter-spacing: 0.12em;
}
/* = top_philosophy */
.top_philosophy {
	position: relative;
	color: #fff;
}
/* = top_food */
.top_food {
	color: #fff;
	background: url(../img/top/bg_food01.jpg) 50% 0;
	background-size: cover;
	text-align: center;
}
/* = top_news */
.top_news_block .top_title .en {
	color: #8d8d8d;
}
.top_news_block .list li time {
	display: block;
	color: #707070;
}
.top_news_block .list li span {
	color: #7e0043;
}
.top_news_block .list li a {
	color: #7e0043;
}
.top_news .btn.type01 {
	border-color: #261c2a;
}
/* = top_floor */
.top_floor {
	position: relative;
	text-align: center;
}
.top_floor::before,
.top_floor::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
}
.top_floor::before {
	top: 0;
}
.top_floor::after {
	bottom: 0;
}
.top_floor .top_title .en {
	color: #8d8d8d;
}
.top_floor .btn.type01 {
	border-color: #261c2a;
}
/* = top_access */
.top_access_block .top_title .en {
	color: #8d8d8d;
}

/* = top_reservation */
.top_reservation {
	color: #fff;
	text-align: center;
}
.top_reservation .tel a {
	color: #fff;
}
/*--------------------------------------------------------
02-top for PC
----------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
/* = top_main */
.top_main_slide {
	height: 700px;
}
.top_main_box .logo {
	padding: 200px 0 110px;
}
.top_main_box .logo img {
	height:300px;
}
.top_main_box .scroll img {
	width: 34px;
}
.top_main_box .scroll span {
	margin: 15px 0 0;
	font-size: 2rem;
}
.top_main_box .scroll a:hover {
	opacity: .8;
}
/* = top_title */
.top_title .jp {
	font-size: 4.4rem;
}
.top_title .en {
	font-size: 1.4rem;
}
/* = top_philosophy */
.top_philosophy {
	padding: 55px 0 90px;
	background: url(../img/shared/bg_contents01.jpg) 50% 0;
}
.top_philosophy::before {
	content: "";
	display: block;
	position: absolute;
	top: 130px;
	left: 0;
	width: calc(50% - 275px);
	height: 1px;
	background: rgba(255,255,255,0.5);
}
.top_philosophy_block {
	display: flex;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
.top_philosophy_block .top_title {
	margin-right: 9.8%;
	padding: 10px 0 0;
}
.top_philosophy_block .top_title .jp {
	margin: 0 0 40px;
}
.top_philosophy_block .top_title .en {
	margin-right: 0.6em;
	text-align: right;
}
.top_philosophy_block .box {
	flex: 1;
}
.top_philosophy_block .text {
	margin: 0 0 50px;
	font-size: 1.6rem;
	line-height: 2.5;
}
/* = top_food */
.top_food {
	padding: 90px 0 85px;
}
.top_food .top_title {
	margin: 0 0 60px;
}
.top_food .top_title .jp {
	margin: 0 0 25px;
}
.top_slide {
	margin: 0 0 50px;
	padding: 0 0 45px;
}
.top_slide .slick-slide {
	position: relative;
	margin: 0 5px;
}
.top_slide .slick-slide::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.5);
}
.top_slide .slick-slide.slick-current::after {
	display: none;
}
/* = top_news */
.top_news {
	position: relative;
	padding: 80px 0 95px;
}
.top_news::before {
	content: "";
	display: block;
	position: absolute;
	top: 155px;
	left: 0;
	width: calc(50% - 275px);
	height: 1px;
	background: #898989;
}
.top_news_block {
	display: flex;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
.top_news_block .top_title {
	margin-right: 9.8%;
	padding: 10px 0 0;
}
.top_news_block .top_title .jp {
	margin: 0 0 40px;
}
.top_news_block .top_title .en {
	margin-right: 0.6em;
	text-align: right;
}
.top_news_block .box {
	flex: 1;
}
.top_news_block .list {
	margin: 0 0 55px;
}
.top_news_block .list li {
	display: flex;
	margin: 0 0 25px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.top_news_block .list li time {
	width: 105px;
}
.top_news_block .list li span {
	flex: 1;
	color: #7e0043;
}
.top_news_block .list li a:hover {
	text-decoration: underline;
}
/* = top_floor */
.top_floor {
	height: 1020px;
}
.top_floor::before {
	height: 480px;
	background: url(../img/top/bg_floor01.jpg) no-repeat 100% 0;
	background-size: cover;
}
.top_floor::after {
	height: 540px;
	background: url(../img/top/bg_floor02.jpg) no-repeat 0 100%;
	background-size: cover;
}
.top_floor .top_title {
	margin: 0 0 60px;
	padding: 90px 0 0;
}
.top_floor .top_title .jp {
	margin: 0 0 25px;
}
/* = top_access */
.top_access {
	position: relative;
	padding: 100px 0 0;
}
.top_access::before {
	content: "";
	display: block;
	position: absolute;
	top: 175px;
	left: 0;
	width: calc(50% - 275px);
	height: 1px;
	background: #898989;
}
.top_access::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 390px;
	background: url(../img/top/bg_access01.jpg) no-repeat 100% 0;
	background-size: cover;
}
.top_access_block {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 90px;
}
.top_access_block .top_title {
	margin-right: 9.8%;
	padding: 10px 0 0;
}
.top_access_block .top_title .jp {
	margin: 0 0 40px;
}
.top_access_block .top_title .en {
	margin-right: 0.6em;
	text-align: right;
}
.top_access_block .box {
	flex: 1;
}
.top_access_block .box p {
	margin: 10px 0 0;
	font-size: 2rem;
	line-height: 2;
}
.top_access_block .box p span {
	margin: 20px 0 0 0;
	display:block;
	font-size: 1.8rem;
	line-height: 2;
}
.top_access .map {
	height: 500px;
}
.top_access .map iframe {
	width: 100%;
	height: 500px;
}
/* = top_reservation */
.top_reservation {
	padding: 80px 0 60px;
	background: url(../img/top/bg_reservation01.jpg) 50% 50%;
	background-size: cover;
}
.top_reservation .top_title {
	margin: 0 0 60px;
}
.top_reservation .top_title .jp {
	margin: 0 0 25px;
}
.top_reservation .logo {
	margin: 0 0 45px;
}
.top_reservation .logo img {
	width: 400px;
}
.top_reservation .tel {
	margin: 0 0 25px;
	font-size: 3.2rem;
}
.top_reservation .time {
	margin: 0 0 80px;
	font-size: 2rem;
}
.top_reservation .link {
	display: flex;
	justify-content: center;
}
.top_reservation .link li {
	margin: 0 50px;
}
.top_reservation .link .btn {
	width: 290px;
}
}/* @media */
@media screen and (max-width: 1150px) and (min-width: 768px) {
.top_access::before {
	width: 295px;
}
}/* @media */
/*--------------------------------------------------------
02-top for SP
----------------------------------------------------------*/
@media screen and (max-width: 767px) {
.top_main_slide {
	height: 126vw;
}
.top_main_box .logo {
	width: 25.33vw;
	margin: 0 auto;
	padding: 39.2vw 0 26.6vw;
}
.top_main_box .scroll img {
	width: 8.533vw;
}
.top_main_box .scroll span {
	margin: 3.33vw 0 0;
	font-size: 3.2rem;
}
/* = top_menu */
.top_menu {
	background: url(../img/shared/bg_contents01.jpg);
}
.top_menu ul {
	display: flex;
	flex-wrap: wrap;
}
.top_menu li {
	width: 50%;
	font-size: 3.2rem;
}
.top_menu li:last-child {
	width: 100%;
	font-size: 4rem;
	text-align: center;
}
.top_menu li a {
	display: block;
	padding: 5.33vw 6vw;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.top_menu li:nth-child(2n) a {
	border-left: 1px solid rgba(255,255,255,0.3);
}
.top_menu li a:hover {
	text-decoration: none;
}
/* = top_title */
.top_title .jp {
	font-size: 6rem;
}
.top_title .en {
	font-size: 2.4rem;
}
/* = top_philosophy */
.top_philosophy {
	padding: 10vw 7.4vw;
}
.top_philosophy::before,
.top_philosophy::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top_philosophy::before {
	z-index: -2;
	background: url(../img/shared/bg_contents01.jpg) 50% 0;
}
.top_philosophy::after {
	z-index: -1;
	background: url(../img/top/bg_philosophy01_sp.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
}
.top_philosophy_block .top_title {
	text-align: center;
}
.top_philosophy_block .top_title .jp {
	margin: 0 0 3.3vw;
}
.top_philosophy_block .top_title .en {
	margin: 0 0 5.3vw;
}
.top_philosophy_block .text {
	margin: 0 0 8vw;
	font-size: 2.6rem;
	line-height: 1.94;
}
/* = top_food */
.top_food {
	padding: 9.3vw 2.6vw 10vw;
}
.top_food .top_title .jp {
	margin: 0 0 3.3vw;
}
.top_food .top_title .en {
	margin: 0 0 8.3vw;
}
.top_slide {
	margin: 0 0 8vw;
	padding: 0 0 9vw;
}
.top_food .btn {
	margin: 0 4.8vw;
}
/* = top_news */
.top_news {
	padding: 10vw 2.6vw;
}
.top_news .top_title {
	text-align: center;
}
.top_news .top_title .jp {
	margin: 0 0 3.3vw;
}
.top_news .top_title .en {
	margin: 0 0 8.3vw;
}
.top_news_block .list {
	margin: 0 0 8.3vw;
	border-bottom: 1px dotted #bababa;
}
.top_news_block .list li {
	padding: 4.8vw 2.6vw;
	border-top: 1px dotted #bababa;
}
.top_news_block .list li time {
	margin: 0 0 2vw;
	font-size: 2rem;
}
.top_news_block .list li a {
	font-size: 2.6em;
	line-height: 1.8;
}
.top_news .btn.type01 {
	margin: 0 4.8vw;
}
/* = top_floor */
.top_floor {
	height: 138.66vw;
	padding: 0 2.6vw;
	text-align: center;
}
.top_floor::before {
	height: 100vw;
	background: url(../img/top/bg_floor01_sp.jpg) no-repeat 100% 0;
	background-size: cover;
}
.top_floor::after {
	height: 38.6vw;
	background: url(../img/top/bg_floor02_sp.jpg) no-repeat 100% 0;
	background-size: cover;
}
.top_floor .top_title {
	margin: 0 0 8.3vw;
	padding: 10vw 0 0;
}
.top_floor .top_title .jp {
	margin: 0 0 3.3vw;
}
.top_floor .btn.type01 {
	border-color: #261c2a;
}
/* = top_access */
.top_access {
	padding: 10vw 0 0;
	background: url(../img/top/bg_access01_sp.jpg) right top no-repeat;
	background-size: auto 60%;
	text-align: center;
}
.top_access .top_title .jp {
	margin: 0 0 3.3vw;
}
.top_access .top_title .en {
	margin: 0 0 8vw;
}
.top_access_block .box p {
	margin: 0 0 8vw;
	font-size: 2.8rem;
	line-height: 1.78;
}
.top_access_block .box p span{
	font-size:2.4rem;
	line-height:140%;
	display:block;
	margin-top:10px;
}
.top_access .map {
	position: relative;
	padding-bottom: 65%;
	height: 0;
	overflow: hidden;
}
.top_access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* = top_reservation */
.top_reservation {
	padding: 8vw 7.4vw 5vw;
	background: url(../img/top/bg_reservation01_sp.jpg) 50% 50%;
	background-size: cover;
}
.top_reservation .top_title .jp {
	margin: 0 0 3.3vw;
}
.top_reservation .top_title .en {
	margin: 0 0 8vw;
}
.top_reservation .logo {
	margin: 0 0 11.4vw;
}
.top_reservation .logo img {
	width: 38.93vw;
}
.top_reservation .tel {
	margin: 0 0 4vw;
	font-size: 5.6rem;
}
.top_reservation .time {
	margin: 0 0 10.5vw;
	font-size: 3.2rem;
}
.top_reservation .link li {
	margin: 0 0 6.66vw;
}
}/* @media */

/*--------------------------------------------------------
for print only
----------------------------------------------------------*/
@media print {
.header {
	position: static;
}
}/* @media */
