@charset "utf-8";

/*********************
* base
*********************/
* {
	box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.65em;
	color: #000;
}

/*********************
* common tags
*********************/
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { min-height: 1px; }

ul,ol {
	list-style: none;
}

.alert {
	color: #dc000c;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	box-shadow: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: #f2f2f2;
}

form input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
	border: none;
}

form textarea {
	width: 100%;
	resize: none;
}

a {
	text-decoration: underline;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex.aic {
	align-items: center;
}

.flex.jsb {
	justify-content: space-between;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

.f_en {
	font-family: "Albert Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing: .1em;
}

/*********************
* main structure
*********************/

main {
	width: 100%;
}

main .fade {
	clip-path: inset(0 100% 0 0);
	z-index: 5;
}

/* PC */
@media print,screen and (min-width: 1001px) {

/*********************
* common tags
*********************/

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

p + p {
	margin-top: 1em;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
	padding: 15px;
}

form input[type="submit"] {
	font-size: 1.143em;
}

form textarea {
	height: 200px;
}

a:hover {
	text-decoration: none;
}

a img {
	transition: ease all .5s;
}

a img:hover {
	opacity: .7;
}

/*********************
* main structure
*********************/

.pc_none {
	display: none !important;
}

.go_top {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 40px;
	z-index: 2980;
}

.sp_bottom_menu {
	display: none;
}

.btn1 {
	display: block;
	width: 325px;
	font-size: 1.286em;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
	letter-spacing: .1em;
	background: #425744 url(../images/common/icon_arrow01_w.png) no-repeat right 30px center;
	background-size: 40px auto;
	border-radius: 40px;
	padding: 27px 70px 27px 30px;
	transition: ease all .5s;
}

.btn1:hover {
	background-color: rgba(66, 87, 68, .7);
}

.link {
	text-align: right;
}

.link .btn2 {
	display: inline-block;
	align-items: center;
	font-size: 1.286em;
	font-weight: 700;
	color: #425744;
	line-height: 1.3;
	text-decoration: none;
	letter-spacing: .1em;
	padding: 20px 80px 20px 0;
	position: relative;
	transition: ease all .5s;
}

.link .btn2::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background-color: #425744;
	border-radius: 50%;
}

.link .btn2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY( calc(-50% - 3px));
	width: 30px;
	height: 8px;
	background: url(../images/common/icon_arrow01_w.png) no-repeat center;
	background-size: contain;
}

.link .btn2:hover {
	opacity: .7;
}

.caption {
	font-size: 3.143em;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: .1em;
}

.caption .f_en {
	font-size: .409em;
	line-height: 1.3;
	margin-bottom: 20px;
}

.caption .border {
	height: 4px;
	background-color: #dc000c;
	margin-bottom: 5px;
}

/*********************
* HEADER
*********************/

header {
	position: fixed;
	top: 0;
	z-index: 3000;
	width: 100%;
	background-color: rgb(255, 255, 255, .6);
	transition: ease all .5s;
}

header.active,
header.white {
	background-color: transparent;
}

header .header_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	height: 118px;
	padding: 2.25vw 1.875vw;
	position: relative;
}

header .logo {
	position: absolute;
	top: 1.5vw;
	left: 1.875vw;
	display: flex;
	align-items: center;
}

header .logo a {
	display: block;
	width: calc(110px + 1px + 1vw);
	height: 68px;
	padding-right: 1vw;
	border-right: 1px solid rgba(66, 87, 68, .3);
	position: relative;
	opacity: 1;
	transition: ease all .5s;
}

header.white .logo a {
	border-right-color: rgba(255, 255, 255, .3);
}

header.active .logo a {
	border-right-color: rgba(66, 87, 68, .3);
}

header .logo a img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 110px;
	height: 100%;
	transition: none;
}

header .logo a img.logo_g {
	opacity: 1
}

header.white .logo a img.logo_w {
	opacity: 1;
}

header.white .logo a img.logo_g {
	opacity: 0;
}

header.active .logo a img.logo_w {
	opacity: 0;
}

header.active .logo a img.logo_g {
	opacity: 1;
}

header .logo p {
	font-size: 1.143em;
	color: #425744;
	line-height: 1.3;
	padding-left: 1vw;
	transition: ease all .5s;
}

header.white .logo p {
	color: #fff;
}

header.active .logo p {
	color: #425744;
}

header .logo p .f_en {
	display: block;
	font-size: .75em;
}

header .h_nav {
	margin-right: .625vw;
}

header .g_nav_box {
	display: flex;
}

header .h_nav .menu1 {
	display: flex;
	align-items: center;
	margin-right: 2.75vw;
	transition: ease all .5s;
}

header.active .h_nav .menu1 {
	display: none;
}

header .h_nav .menu1 > li {
	color: #425744;
}

header.white .h_nav .menu1 > li {
	color: #fff;
}

header .h_nav .menu1 > li + li {
	margin-left: 2.75vw;
}

header .h_nav .menu1 > li > a {
	color: inherit;
	text-decoration: none;
}

header .h_nav .menu1 > li > a:hover {
	text-decoration: underline;
}

header .h_nav .menu1 .submenu_box {
	display: none;
}

header .h_nav .menu1 .bg_submenu {
	position: fixed;
	top: 118px;
	left: 0;
	height: calc(100% - 118px);
	background-color: #fff;
	display: flex;
}

header .h_nav .menu1 .bg_submenu > p {
	width: 34vw;
	font-size: 2.857em;
	font-weight: 700;
	color: #fff;
	text-align: right;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 4.5vw 3vw 0 0;
}
header .h_nav .menu1 .bg_submenu.submenu1 > p {
	background-image: url(../images/common/bg_submenu01.jpg);
}
header .h_nav .menu1 .bg_submenu.submenu2 > p {
	background-image: url(../images/common/bg_submenu02.jpg);
}
header .h_nav .menu1 .bg_submenu.submenu3 > p {
	background-image: url(../images/common/bg_submenu03.jpg);
}
header .h_nav .menu1 .bg_submenu.submenu4 > p {
	background-image: url(../images/common/bg_submenu04.jpg);
}
header .h_nav .menu1 .bg_submenu.submenu5 > p {
	background-image: url(../images/common/bg_submenu05.jpg);
}

header .h_nav .menu1 .bg_submenu > p .f_en {
	display: block;
	font-size: .611em;
	color: #dc000c;
}

header .h_nav .menu1 .bg_submenu > ul {
	width: 66vw;
	padding: 3.75vw 0 0 5.625vw;
}

header .h_nav .menu1 .bg_submenu > ul > li {
	width: 48vw;
	font-size: 1.286em;
	line-height: 1.3;
	border-bottom: 1px dashed rgba(0, 0, 0, .3);
}

header .h_nav .menu1 .bg_submenu > ul > li > a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	padding: 1.625vw 0;
}

header .h_nav .menu1 .bg_submenu > ul > li > a:hover {
	text-decoration: underline;
}

header .h_nav .menu2 {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 40px;
	padding: 2px;
	transition: ease all .5s;
}

header.active .h_nav .menu2 {
	border-color: #425744;
}

header .h_nav .menu2 > li {
	width: 110px;
	text-align: center;
	overflow: hidden;
}

header .h_nav .menu2 > li.reservation {
	background-color: #425744;
	border-radius: 40px 0 0 40px;
}

header .h_nav .menu2 > li.contact {
	border-left: 1px solid #fff;
	background-color: #425744;
	border-radius: 0 40px 40px 0;
}

header .h_nav .menu2 > li.english {
	width: 125px;
}

header .h_nav .menu2 > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	transition: ease all .5s;
}

header .h_nav .menu2 > li.english > a {
	color: #425744;
}

header .h_nav .menu2 > li > a::before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 7px;
	vertical-align: middle;
}

header .h_nav .menu2 > li.reservation > a::before {
	width: 19px;
	height: 16px;
	background-image: url(../images/common/icon_reservation.png);
}

header .h_nav .menu2 > li.contact > a::before {
	width: 16px;
	height: 15px;
	background-image: url(../images/common/icon_contact.png);
}

header .h_nav .menu2 > li.english > a::before {
	width: 18px;
	height: 18px;
	background-image: url(../images/common/icon_english.png);
}

header .h_nav .menu2 > li.reservation > a:hover,
header .h_nav .menu2 > li.contact > a:hover {
	background-color: rgba(255, 255, 255, .3);
}

header .h_nav .menu2 > li.english > a:hover {
	text-decoration: underline;
}

header .toggle {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #425744;
	border-radius: 50%;
	position: relative;
}

header .toggle span {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;
	transition: ease all .5s;
}

header .toggle span:nth-child(1) {
	top: calc(50% - 7px);
}
header .toggle span:nth-child(2) {
	top: calc(50% - 1px);
}
header .toggle span:nth-child(3) {
	top: calc(50% + 5px);
}

header.active .toggle span:nth-child(1) {
	top: calc(50% - 1px);
	transform: translate(-50%, 0) rotate(45deg);
}
header.active .toggle span:nth-child(2) {
	display: none;
}
header.active .toggle span:nth-child(3) {
	top: calc(50% - 1px);
	transform: translate(-50%, 0) rotate(-45deg);
}

/*********************
* FOOTER
*********************/

footer {
	width: 100%;
	height: 100vh;
	background: url(../images/common/bg_footer.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 160px 0 30px;
	position: relative;
	overflow: hidden;
}

footer * {
	color: #fff;
}

footer .footer_inner {
	max-width: 1220px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

footer .footer_top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

footer .footer_top .shop_info {
	width: 64.5%;
}

footer .footer_top .shop_info dt {
	font-size: 1.714em;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

footer .footer_top .shop_info dd address {
	display: inline;
	font-style: normal;
	margin-left: 10px;
}

footer .footer_top .shop_info dd span::before {
	content: "/";
	margin: 0 1em 0 1.5em;
}

footer .footer_top .btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 35.5%;
}

footer .footer_top .btns li {
	width: 48.5%;
	font-size: 1.143em;
	font-weight: 700;
}

footer .footer_top .btns li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	text-decoration: none;
	letter-spacing: .1em;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 13px 25px;
	transition: ease all .5s;
}

footer .footer_top .btns li a::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
}

footer .footer_top .btns li.reservation a::before {
	width: 26px;
	height: 22px;
	background-image: url(../images/common/icon_reservation.png);
}

footer .footer_top .btns li.contact a::before {
	width: 24px;
	height: 22px;
	background-image: url(../images/common/icon_contact.png);
}

footer .footer_top .btns li a::after {
	content: "";
	width: 30px;
	height: 8px;
	background: url(../images/common/icon_arrow01_w.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: auto;
}

footer .footer_top .btns li a:hover {
	background-color: rgba(255, 255, 255, .3);
}

footer .footer_bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 220px;
}

footer .footer_bottom .left {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 60%;
}

footer .footer_bottom .left > .menu_box,
footer .footer_bottom .left > div {
	width: 30%;
}

footer .footer_bottom .left > div {
	margin-left: 1vw;
}

footer .footer_bottom .left > div .menu_box + .menu_box {
	margin-top: 40px;
}

footer .footer_bottom .left .menu_box dt {
	font-size: 1.286em;
	font-weight: 700;
	margin-bottom: 1.25vw;
}

footer .footer_bottom .left .menu_box dd ul li {
	font-weight: 700;
	text-indent: -10px;
	padding-left: 10px;
}

footer .footer_bottom .left .menu_box dd ul li::before {
	content: "-";
	margin-right: 5px;
}

footer .footer_bottom .left .menu_box dd ul li + li {
	margin-top: 1vw;
}

footer .footer_bottom .left .menu_box dd ul li a {
	color: inherit;
	text-decoration: none;
}

footer .footer_bottom .left .menu_box dd ul li a:hover {
	text-decoration: underline;
}

footer .footer_bottom .right {
	display: flex;
	width: 40%;
}

footer .footer_bottom .right .menu1 {
	width: 55%;
	padding-top: 1vw;
}

footer .footer_bottom .right .menu1 li {
	font-size: 1.286em;
	font-weight: 700;
}

footer .footer_bottom .right .menu1 li + li {
	margin-top: .625vw;
}

footer .footer_bottom .right .menu2 {
	width: 45%;
	border-left: 1px solid #fff;
	padding: 1vw 1.5vw 0;
}

footer .footer_bottom .right .menu2 li {
	font-size: 1.143em;
	font-weight: 700;
	text-indent: -25px;
	padding-left: 25px;
}

footer .footer_bottom .right .menu2 li::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/common/icon_shop.png) no-repeat center;
	background-size: contain;
	margin-right: 7px;
	vertical-align: middle;
}

footer .footer_bottom .right .menu2 li + li {
	margin-top: .625vw;
}

footer .footer_bottom .right ul li a {
	color: inherit;
	text-decoration: none;
}

footer .footer_bottom .right ul li a:hover {
	text-decoration: underline;
}

footer .copyright {
	font-size: .857em;
	text-align: center;
}

/*********************
* ナビ
*********************/

.g_nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2990;
	width: 100%;
	height: 100vh;
	background-color: #eee;
}

.g_nav .g_nav_box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.g_nav .g_nav_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}

.g_nav .g_nav_box .left {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 76.25%;
	padding-top: 4.375vh;
}

.g_nav .g_nav_box .left > .menu_box,
.g_nav .g_nav_box .left > div {
	width: 31.7%;
}

.g_nav .g_nav_box .left .menu_box {
	background-color: #fff;
	border-radius: 20px;
	padding: 1.875vw;
}

.g_nav .g_nav_box .left > div .menu_box + .menu_box {
	margin-top: 10px;
}

.g_nav .g_nav_box .left .menu_box dt {
	font-size: 1.429em;
	font-weight: 700;
	color: #425744;
	background: url(../images/common/icon_menu.png) no-repeat left 5px;
	background-size: 25px auto;
	margin-bottom: 1.875vw;
	padding-left: 32px;
}

.g_nav .g_nav_box .left .menu_box dd {
	padding-left: 1vw;
}

.g_nav .g_nav_box .left .menu_box dd ul li {
	font-size: 1.143em;
	text-indent: -10px;
	padding-left: 10px;
}

.g_nav .g_nav_box .left .menu_box dd ul li::before {
	content: "-";
	margin-right: 5px;
}

.g_nav .g_nav_box .left .menu_box dd ul li + li {
	margin-top: 1.25vw;
}

.g_nav .g_nav_box .left .menu_box dd ul li a {
	color: inherit;
	text-decoration: none;
}

.g_nav .g_nav_box .right {
	width: 18.5%;
	padding-top: 4.375vh;
}

.g_nav .g_nav_box .right .menu1 {
	margin-bottom: 2.5vw;
}

.g_nav .g_nav_box .right .menu1 li {
	font-size: 1.286em;
	font-weight: 700;
	color: #425744;
}

.g_nav .g_nav_box .right .menu1 li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: rgba(66, 87, 68, .2);
	border-radius: 50%;
	margin-right: 7px;
	vertical-align: middle;
}

.g_nav .g_nav_box .right .menu1 li + li {
	margin-top: .625vw;
}

.g_nav .g_nav_box .right .menu1 li a {
	color: inherit;
	text-decoration: none;
}

.g_nav .g_nav_box .right .menu2 li {
	font-size: 1.429em;
}

.g_nav .g_nav_box .right .menu2 li + li {
	margin-top: 7px;
}

.g_nav .g_nav_box .right .menu2 li a {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	background-color: #425744;
	border-radius: 40px;
	padding: 9px 0 9px 40px;
	transition: ease all .5s;
}

.g_nav .g_nav_box .right .menu2 li a::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 15px;
}

.g_nav .g_nav_box .right .menu2 li.reservation a::before {
	width: 19px;
	height: 16px;
	background-image: url(../images/common/icon_reservation.png);
}

.g_nav .g_nav_box .right .menu2 li.contact a::before {
	width: 20px;
	height: 19px;
	background-image: url(../images/common/icon_contact.png);
}

.g_nav .g_nav_box .right .menu2 li a:hover {
	opacity: .7;
}

/*********************
* CONTENTS
*********************/

.contents_inner {
	max-width: 1220px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

/* Page Header
-------------------- */
.page_header {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 678px;
	background: no-repeat center bottom;
	background-size: cover;
}

.page_header_inner {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}

.page_header h1 {
	font-size: 4.286em;
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .1em;
	margin-bottom: 50px;
}

.page_header h1 .f_en {
	display: block;
	font-size: .367em;
	color: #dc000c;
	margin-bottom: 20px;
}

/* breadcrumbs
-------------------- */
.breadcrumbs_inner {
	text-align: center;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
}

.breadcrumbs li {
	font-size: .857em;
	color: rgba(255, 255, 255, .6);
}

.breadcrumbs li + li:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: rgba(255, 255, 255, .5);
	margin: 0 15px;
	vertical-align: middle;
}

.breadcrumbs li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}

.breadcrumbs li a:hover {
	border-bottom: none;
}

} /* @media print,screen and (min-width: 1001px) */



/* SP */
@media screen and (max-width: 1000px) {

/*********************
* base
*********************/
* {
	background-repeat: no-repeat;
}

body, h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font-size: 16px;
}

/*********************
* common tags
*********************/

img {
	border: 0;
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: top;
}

p + p {
	margin-top: 1em;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
	padding: 3vw;
}

form input[type="submit"] {
	font-size: inherit;
}

form textarea {
	height: 43.75vw;
}

/*********************
* main structure
*********************/

#container {
	width: 100%;
}

.sp_none {
	display: none !important;
}

.go_top {
	display: none;
	position: fixed;
	right: 2.5vw;
	bottom: 4.6875vw;
	width: 2.65625vw;
	z-index: 1000;
}

.go_top img {
	width: 100%;
}

.sp_bottom_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	background-color: #425744;
	border-radius: 10px 10px 0 0;
}

.sp_bottom_menu li {
	width: calc(100% / 3);
}
.sp_bottom_menu li.m3 {
	font-size: 1.077em;
}

.sp_bottom_menu li + li {
	background: url(../images/common/bg_sp_bottom_menu.png) no-repeat left center;
	background-size: .625vw auto;
}

.sp_bottom_menu li a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	padding: 2vw 0;
}

.sp_bottom_menu li a::before {
	content: "";
	display: block;
	height: 28px;
	background: no-repeat center;
	background-size: contain;
	margin: 0 auto 1vw;
}
.sp_bottom_menu li.m1 a::before {
	background-image: url(../images/common/icon_sp_bottom_menu01.png);
}
.sp_bottom_menu li.m2 a::before {
	background-image: url(../images/common/icon_sp_bottom_menu02.png);
}
.sp_bottom_menu li.m3 a::before {
	background-image: url(../images/common/icon_sp_bottom_menu03.png);
}

.btn1 {
	display: block;
	width: 80.625vw;
	font-size: 1.077em;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
	letter-spacing: .1em;
	background: #425744 url(../images/common/icon_arrow01_w.png) no-repeat right 20px center;
	background-size: 35px auto;
	border-radius: 40px;
	padding: 5vw 55px 5vw 7vw;
	transition: ease all .5s;
}

.link {
	text-align: right;
}

.link .btn2 {
	display: inline-block;
	align-items: center;
	font-size: 1.077em;
	font-weight: 700;
	color: #425744;
	line-height: 1.3;
	text-decoration: none;
	letter-spacing: .1em;
	padding: 9px 50px 9px 0;
	position: relative;
}

.link .btn2::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #425744;
	border-radius: 50%;
}

.link .btn2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY( calc(-50% - 1px));
	width: 20px;
	height: 5px;
	background: url(../images/common/icon_arrow01_w.png) no-repeat center;
	background-size: contain;
}

.caption {
	font-size: 1.538em;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
}

.caption .f_en {
	font-size: .65em;
	line-height: 1.3;
	margin-bottom: 3vw;
}

.caption .border {
	height: 4px;
	background-color: #dc000c;
	margin-bottom: 1.5vw;
}

/*********************
* HEADER
*********************/

header {
	position: fixed;
	top: 0;
	z-index: 3000;
	width: 100%;
	transition: ease all .5s;
}

header .header_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	/*height: 118px;*/
	padding: 3.125vw 5vw;
	position: relative;
}

header .logo {
	position: absolute;
	top: 3.125vw;
	left: 5vw;
	display: flex;
	align-items: center;
}

header .logo a {
	display: block;
	width: calc(20.3125vw + 1px + 3vw);
	height: 12.5vw;
	padding-right: 3vw;
	border-right: 1px solid rgba(66, 87, 68, .3);
	position: relative;
	opacity: 1;
}

header.white .logo a {
	border-right-color: rgba(255, 255, 255, .3);
}

header.active .logo a {
	border-right-color: rgba(66, 87, 68, .3);
}

header .logo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 20.3125vw;
	transition: none;
}

header .logo a img.logo_g {
	opacity: 1
}

header.white .logo a img.logo_w {
	opacity: 1;
}

header.white .logo a img.logo_g {
	opacity: 0;
}

header.active .logo a img.logo_w {
	opacity: 0;
}

header.active .logo a img.logo_g {
	opacity: 1;
}

header .logo p {
	font-size: .692em;
	color: #425744;
	line-height: 1.3;
	padding-left: 3vw;
}

header.white .logo p {
	color: #fff;
}

header.active .logo p {
	color: #425744;
}

header .logo p .f_en {
	display: block;
	font-size: .777em;
}

header .h_nav {
	display: none;
}

header .toggle {
	display: block;
	width: 12.5vw;
	height: 12.5vw;
	background-color: #425744;
	border-radius: 50%;
	position: relative;
}

header .toggle span {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;
	transition: ease all .5s;
}

header .toggle span:nth-child(1) {
	top: calc(50% - 6px);
}
header .toggle span:nth-child(2) {
	top: 50%;
}
header .toggle span:nth-child(3) {
	top: calc(50% + 6px);
}

header.active .toggle span:nth-child(1) {
	top: calc(50% - 1px);
	transform: translate(-50%, 0) rotate(45deg);
}
header.active .toggle span:nth-child(2) {
	display: none;
}
header.active .toggle span:nth-child(3) {
	top: calc(50% - 1px);
	transform: translate(-50%, 0) rotate(-45deg);
}

/*********************
* FOOTER
*********************/

footer {
	width: 100%;
	background: #1b80da url(../images/common/bg_footer_sp.jpg) no-repeat center bottom;
	background-size: contain;
	padding: 25vw 0 5vw;
}

footer * {
	color: #fff;
}

footer .footer_inner {
	padding-left: 5vw;
	padding-right: 5vw;
}

footer .footer_top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	margin-bottom: 5vw;
	padding-bottom: 5vw;
}

footer .footer_top .shop_info {
	width: 55%;
}

footer .footer_top .shop_info dt {
	font-size: 1.333em;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .1em;
	margin-bottom: 3vw;
}

footer .footer_top .shop_info dd address {
	font-style: normal;
}

footer .footer_top .shop_info dd span {
	display: block;
}

footer .footer_top .btns {
	width: 40%;
}

footer .footer_top .btns li {
	font-weight: 700;
}

footer .footer_top .btns li + li {
	margin-top: 2vw;
}

footer .footer_top .btns li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	text-decoration: none;
	letter-spacing: .1em;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 1.5vw 3vw;
}

footer .footer_top .btns li a::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 1.5vw;
}

footer .footer_top .btns li.reservation a::before {
	width: 26px;
	height: 22px;
	background-image: url(../images/common/icon_reservation.png);
}

footer .footer_top .btns li.contact a::before {
	width: 24px;
	height: 22px;
	background-image: url(../images/common/icon_contact.png);
}

footer .footer_bottom {
	margin-bottom: 21.875vw;
}

footer .footer_bottom .left {
	margin-bottom: 7vw;
}

footer .footer_bottom .left .menu_box {
	margin-bottom: 3vw;
}

footer .footer_bottom .left .menu_box dt {
	font-weight: 700;
	margin-bottom: 2vw;
	position: relative;
}

footer .footer_bottom .left .menu_box dt::before,
footer .footer_bottom .left .menu_box dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3vw;
	transform: translateY(-50%);
	width: 15px;
	height: 1px;
	background-color: #fff;
	opacity: 1;
	transition: ease all .5s;
}

footer .footer_bottom .left .menu_box dt::after {
	transform: translateY(-50%) rotate(90deg);
}

footer .footer_bottom .left .menu_box dt.active::after {
	opacity: 0;
}

footer .footer_bottom .left .menu_box dd {
	display: none;
	padding: 0 0 3vw 5vw;
}

footer .footer_bottom .left .menu_box dd ul li {
	font-weight: 700;
	text-indent: -10px;
	padding-left: 10px;
}

footer .footer_bottom .left .menu_box dd ul li::before {
	content: "-";
	margin-right: 5px;
}

footer .footer_bottom .left .menu_box dd ul li + li {
	margin-top: 1vw;
}

footer .footer_bottom .left .menu_box dd ul li a {
	color: inherit;
	text-decoration: none;
}

footer .footer_bottom .right .menu1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 5vw;
}

footer .footer_bottom .right .menu1 li {
	width: 49%;
	/*width: 43%;*/
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 3vw;
}

/*footer .footer_bottom .right .menu1 li:nth-child(even) {
	width: 57%;
}

footer .footer_bottom .right .menu1 li:last-child {
	width: 100%;
}*/

footer .footer_bottom .right .menu2 {
	border-top: 1px solid #fff;
	padding-top: 5vw;
}

footer .footer_bottom .right .menu2 li {
	font-weight: 700;
	text-indent: -25px;
	padding-left: 25px;
}

footer .footer_bottom .right .menu2 li::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/common/icon_shop.png) no-repeat center;
	background-size: contain;
	margin-right: 7px;
	vertical-align: middle;
}

footer .footer_bottom .right .menu2 li + li {
	margin-top: 1vw;
}

footer .footer_bottom .right ul li a {
	color: inherit;
	text-decoration: none;
}

footer .copyright {
	font-size: .917em;
	text-align: center;
	line-height: 1.3;
}

/*********************
* ナビ
*********************/

.g_nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2990;
	width: 100%;
	height: 100vh;
	background-color: #eee;
	padding-top: 21.875vw;
	overflow-y: scroll;
}

.g_nav .g_nav_inner {
	padding: 0 5vw;
}

.g_nav .g_nav_box .left {
	margin-bottom: 7vw;
}

.g_nav .g_nav_box .left .menu_box {
	background-color: #fff;
	border-radius: 40px;
	padding: 3.75vw 5vw;
}

.g_nav .g_nav_box .left .menu_box {
	margin-bottom: 3vw;
}

.g_nav .g_nav_box .left .menu_box dt {
	min-height: 30px;
	font-size: 1.077em;
	font-weight: 700;
	color: #425744;
	background: url(../images/common/icon_menu.png) no-repeat left top;
	background-size: 30px auto;
	padding-left: 40px;
	position: relative;
}

.g_nav .g_nav_box .left .menu_box dt::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2vw;
	transform: translateY(-50%);
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(../images/common/icon_arrow02_grn.png) no-repeat center;
	background-size: contain;
	transition: ease all .5s;
}

.g_nav .g_nav_box .left .menu_box dt.active::before {
	transform: translateY(-50%) rotate(180deg);
}

.g_nav .g_nav_box .left .menu_box dd {
	display: none;
	width: 90%;
	margin: 3vw auto 0;
	padding-bottom: 1.5vw;
}

.g_nav .g_nav_box .left .menu_box dd ul li {
	text-indent: -10px;
	padding-left: 10px;
}

.g_nav .g_nav_box .left .menu_box dd ul li::before {
	content: "-";
	margin-right: 5px;
}

.g_nav .g_nav_box .left .menu_box dd ul li + li {
	margin-top: 3vw;
}

.g_nav .g_nav_box .left .menu_box dd ul li a {
	color: inherit;
	text-decoration: none;
}

.g_nav .g_nav_box .right .menu1 {
	width: 90%;
	margin: 0 auto 10vw;
}

.g_nav .g_nav_box .right .menu1 li {
	font-weight: 700;
	color: #425744;
}

.g_nav .g_nav_box .right .menu1 li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: rgba(66, 87, 68, .2);
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}

.g_nav .g_nav_box .right .menu1 li + li {
	margin-top: 3vw;
}

.g_nav .g_nav_box .right .menu1 li a {
	color: inherit;
	text-decoration: none;
}

.g_nav .g_nav_box .right .menu2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.g_nav .g_nav_box .right .menu2 li {
	width: 100%;
	font-size: 1.231em;
}

.g_nav .g_nav_box .right .menu2 li:not(.english) {
	width: 50%;
	font-weight: 700;
}

.g_nav .g_nav_box .right .menu2 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 3.5vw 0;
}

.g_nav .g_nav_box .right .menu2 li:not(.english) a {
	color: #fff;
	background-color: #425744;
}

.g_nav .g_nav_box .right .menu2 li.reservation a {
	border-radius: 40px 0 0 40px;
}

.g_nav .g_nav_box .right .menu2 li.contact a {
	border-radius: 0 40px 40px 0;
	border-left: 1px solid #fff;
}

.g_nav .g_nav_box .right .menu2 li.english a {
	color: #425744;
}

.g_nav .g_nav_box .right .menu2 li a::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 15px;
}

.g_nav .g_nav_box .right .menu2 li.reservation a::before {
	width: 29px;
	height: 24px;
	background-image: url(../images/common/icon_reservation.png);
}

.g_nav .g_nav_box .right .menu2 li.contact a::before {
	width: 28px;
	height: 26px;
	background-image: url(../images/common/icon_contact.png);
}

.g_nav .g_nav_box .right .menu2 li.english a::before {
	width: 20px;
	height: 20px;
	background-image: url(../images/common/icon_english.png);
}

/*********************
* CONTENTS
*********************/

.contents_inner {
	padding-left: 5vw;
	padding-right: 5vw;
}

/* Page Header
-------------------- */
.page_header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 122.65625vw;
	background: no-repeat center;
	background-size: contain;
}

.page_header_inner {
	padding: 0 5vw;
}

.page_header h1 {
	font-size: 1.846em;
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .1em;
	margin-bottom: 10vw;
}

.page_header h1 .f_en {
	display: block;
	font-size: .542em;
	color: #dc000c;
	margin-bottom: 5vw;
}

/* breadcrumbs
-------------------- */
.breadcrumbs_inner {
	text-align: center;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
}

.breadcrumbs li {
	font-size: .846em;
	color: rgba(255, 255, 255, .6);
}

.breadcrumbs li + li:before {
	content: "";
	display: inline-block;
	width: 4.6875vw;
	height: 1px;
	background-color: rgba(255, 255, 255, .5);
	margin: 0 1.5vw;
	vertical-align: middle;
}

.breadcrumbs li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}

} /* @media screen and (max-width: 1000px) */