body {
	font-family: "Shippori Mincho", serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.access {
	-o-object-fit: cover;
	background-image: url(../images/common/black-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}

.access__title-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 6.25rem;
}

.access__title {
	color: white;
	font-size: 1.875rem;
	text-align: center;
}

.access__map {
	display: flex;
	justify-content: center;
	margin-top: 3.125rem;
}

.access__nav-container {
	background-color: white;
	margin-top: 5rem;
	padding-bottom: 6.25rem;
	width: 100%;
}

.access__nav-title-wrap {
	border-bottom: 0.0625rem solid black;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3.125rem;
	text-align: center;
	width: 70%;
}

.access__nav-items {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.access__nav-item {
	margin-top: 3rem;
	vertical-align: bottom;
}

.access__nav-item img {
	-o-object-fit: cover;
	aspect-ratio: 4/3;
	height: auto;
	object-fit: cover;
}

.access__nav-text {
	display: flex;
	justify-content: center;
	margin-top: 1.5625rem;
	text-align: left;
}

.contact {
	-o-object-fit: cover;
	background-image: url(../images/common/black-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}

.contact__inner {
	padding-bottom: 1.875rem;
}

.contact__items {
	padding-top: 5.625rem;
}

.contact__logo {
	width: 40%;
}

.contact__logo img {
	-o-object-fit: cover;
	aspect-ratio: 187/138;
	height: auto;
	object-fit: cover;
}

.contact__title-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact__title {
	font-size: 2rem;
	margin-top: 0.625rem;
}

.contact__title-logo {
	margin-top: -1.25rem;
	width: 50%;
}

.contact__title-logo img {
	-o-object-fit: cover;
	aspect-ratio: 336/82;
	height: auto;
	object-fit: cover;
}

.contact__items {
	color: white;
}

.contact__info-item {
	align-items: center;
	border-bottom: 0.0625rem solid white;
	display: flex;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.contact__info {
	font-size: 0.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	width: 100%;
}

.contact__info-title {
	display: flex;
	width: 30%;
}

.contact__tell-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 3.125rem;
	position: relative;
}

.contact__tell-item {
	display: flex;
	flex-direction: column;
}

.contact__tell-text {
	font-size: 1.25rem;
	text-align: center;
}

.contact__tell-number {
	font-size: 1.875rem;
	letter-spacing: 0.25rem;
}

.contact__access-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 1.875rem;
}

.contact__access-title {
	font-size: 1.875rem;
	position: relative;
}

.contact__access-title::after {
	background: white;
	content: "";
	height: 0.3125rem;
	left: 1.875rem;
	position: absolute;
	top: 3.125rem;
	width: 11.25rem;
}

.contact__button-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 3.125rem;
}

.contact__button-izakaya {
	margin-top: 0.9375rem;
}

.copyright {
	-o-object-fit: cover;
	background-image: url(../images/common/copyright-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	object-fit: cover;
}

.copyright__nav {
	display: flex;
	justify-content: space-between;
	padding-top: 0.625rem;
	width: 100%;
}

.copyright__logo {
	width: 45%;
}

.copyright__logo img {
	-o-object-fit: cover;
	aspect-ratio: 140/230;
	height: auto;
	object-fit: cover;
}

.copyright__links {
	color: black;
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	font-weight: 700;
	height: inherit;
	justify-content: space-evenly;
	margin-top: 1.25rem;
	width: 40%;
}

.copyright__link {
	height: inherit;
}

.copyright__link a {
	align-items: center;
	display: flex;
	height: inherit;
	position: relative;
}

.copyright__link a::after {
	background-color: white;
	bottom: -0.3125rem;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 100%;
}

.copyright__link a:hover::after {
	transform: scale(1, 1);
	transform-origin: center top;
}

.copyright__wrap {
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	text-align: center;
}

.drawer-menu {
	background-color: #141414;
	color: white;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: scroll;
	position: fixed;
	top: 0;
	transition: all 0.6s;
	width: 100%;
	z-index: 5000;
}

.is-open {
	display: block;
	opacity: 1;
}

.drawer-menu__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 3.125rem;
	position: relative;
	width: 100%;
}

.drawer-menu__logo {
	left: 0;
	position: absolute;
	top: 0;
}

.drawer-menu__items {
	display: flex;
	flex-direction: column;
	margin-top: 4.5rem;
	text-align: left;
	text-transform: uppercase;
	z-index: 10;
}

.drawer-menu__item {
	color: white;
	display: inline-block;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
	width: 100%;
}

.drawer-menu__item a {
	display: block;
	padding: 0.75rem 0;
}

.drawer-menu__item::after {
	background-color: white;
	bottom: 0.5rem;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 100%;
}

.drawer-menu__item:hover::after {
	transform: scale(1, 1);
	transform-origin: center top;
}

.drawer-menu__contact {
	margin-top: 3rem;
}

.drawer-menu__icons {
	font-size: 1.375rem;
	margin-top: 3.125rem;
	padding-bottom: 9.375rem;
	text-align: left;
	width: 100%;
}

.drawer-menu__icon {
	color: white;
	overflow: hidden;
	padding: 0 0.625rem;
}

.drawer-menu__icon i {
	transition: transform 0.6s ease;
}

.drawer-menu__icon:hover i {
	transform: scale(1.5);
}

.drawer-menu__text-item {
	border-bottom: 0.0625rem solid white;
	border-top: 0.0625rem solid white;
	display: flex;
	flex-direction: column;
	margin-bottom: 3.125rem;
	margin-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.drawer-menu__tell {
	font-size: 1.5rem;
}

.drawer-menu__text {
	padding-top: 0.625rem;
}

.fv {
	height: 100vh;
	width: 100%;
}

.fv__inner {
	height: inherit;
	position: relative;
}

.fv__slider {
	height: inherit;
	overflow: hidden;
}

.fv__mask {
	background-image: linear-gradient(90deg, rgb(0, 0, 0) 15%, rgba(18, 18, 18, 0.75) 30%, rgba(0, 0, 0, 0.2) 35%);
	height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.fv__title {
	color: white;
	font-size: 1.25rem;
	font-weight: 700;
	position: absolute;
	right: 8%;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	top: 15%;
	writing-mode: vertical-rl;
}

.fv__flex-items {
	display: flex;
	left: 0;
	position: absolute;
	top: 0;
}

.fv__logo {
	display: flex;
	height: auto;
	max-width: 6.25rem;
}

.fv__nav-item a::after {
	background-color: white;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	margin: auto;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	width: 100%;
}

.fv__nav-item a:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}

.fv__contact-inner {
	border-bottom: 0.0625rem solid white;
	border-top: 0.0625rem solid white;
	padding-bottom: 0.8125rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
	padding-top: 0.8125rem;
}

.fv__contact-inner p {
	padding-top: 0.3125rem;
}

.fv__contact-inner span {
	font-size: 1.25rem;
}

.header {
	background-color: white;
	display: none;
	opacity: 0.7;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.header__logo img {
	aspect-ratio: 1/1;
	height: auto;
}

.news {
	background-color: #141414;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.news__items {
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news__text-item {
	display: flex;
}

.news__text-item:not(:first-child) {
	margin-top: 2.25rem;
}

.news__time {
	font-size: 0.875rem;
}

.news__texts {
	margin-top: 2.1875rem;
}

.news__text {
	font-size: 0.875rem;
	margin-left: 1.875rem;
}

.news__text-item--sns {
	font-size: 0.875rem;
	margin-top: 1.5625rem;
}

.news__sns-icon {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-top: 0.9375rem;
	text-align: left;
}

.news__sns-icon a {
	margin-left: 0.9375rem;
	transition: all 0.2s ease-in-out;
}

.news__sns-icon a:hover {
	animation: swing 1s ease;
	animation-iteration-count: 1;
}

/*newsアコーディオン*/

.news__accordion {
	margin-top: 1.25rem;
}

.news__accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.news__accordion-toggle {
	background-color: #f0f0f0;
	border: none;
	cursor: pointer;
	padding: 10px;
	text-align: left;
	transition: background-color 0.3s ease;
	width: 100%;
}

.news__accordion-toggle:hover {
	background-color: #e0e0e0;
}

.news__accordion-toggle::after {
	content: "▼";
	float: right;
	transition: transform 0.3s ease;
}

.news__accordion-toggle.active::after {
	transform: rotate(180deg);
}

.service {
	-o-object-fit: cover;
	background-image: url("../images/common/service-asa-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	padding-top: 3.75rem;
	position: relative;
}

.service__title {
	color: white;
	font-size: 1.5rem;
}

.service__inner {
	margin: auto;
	width: 100%;
}

.tab__wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.tab {
	text-wrap: nowrap;
	border-bottom: 0.0625rem solid white;
	cursor: pointer;
	float: left;
	font-size: 0.875rem;
	text-align: center;
	width: 100%;
}

.selected {
	border-bottom: none;
	border-left: 0.0625rem solid white;
	border-right: 0.0625rem solid white;
	border-top: 0.0625rem solid white;
}

.tab__title-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tab__title {
	font-size: 2rem;
}

.tab__title-image {
	margin-top: -1.25rem;
	width: 50%;
}

.tab__list {
	overflow: hidden;
	position: relative;
}

.tab__menu {
	overflow: hidden;
}

.works__bg--menu {
	background-image: url(../images/common/menu-bg1.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
}

.works__bg--sake {
	background-image: url(../images/common/menu-bg2.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.125rem;
}

.works__article {
	padding-top: 3.125rem;
}

.access-header {
	background-color: white;
	position: fixed;
	width: 100%;
}

.access-header__inner {
	height: 4.0625rem;
}

.access-header__logo {
	display: block;
	margin-left: 1.5rem;
	max-width: 4.0625rem;
	width: 100%;
}

/*アコーディオン全体*/

.accordion-area {
	list-style: none;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.accordion-area li {
	margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/

.title {
	cursor: pointer;
	font-size: 1rem;
	font-weight: normal;
	padding-left: 3.125rem;
	position: relative; /*+マークの位置基準とするためrelative指定*/
	transition: all 0.5s ease;
}

/*アイコンの＋と×*/

.title::before,
.title::after {
	background-color: #333;
	content: "";
	height: 2px;
	position: absolute;
	transition: transform 0.3s ease;
	width: 15px;
}

.title::before {
	left: 15px;
	top: 15px;
	transform: rotate(0deg);
}

.title::after {
	left: 15px;
	top: 15px;
	transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/

.title.close::before {
	transform: rotate(45deg);
}

.title.close::after {
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/

.box {
	background: #f3f3f3;
	display: none; /*はじめは非表示*/
	margin: 0 3% 3% 3%;
	padding: 3%;
}

.arrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	color: #333; /* 矢印の色 */
	cursor: pointer; /* マウスカーソルをポインターに変更 */
	font-size: 24px; /* 矢印のサイズ */
	font-weight: bold;
	margin: 0 5px; /* 矢印の間隔 */
	padding: 5px 10px; /* 矢印の周りの余白 */
	transition: color 0.3s; /* 色の変化を滑らかに */
	user-select: none; /* テキスト選択の無効化 */
}

.arrow:hover {
	color: #666; /* マウスオーバー時の矢印の色 */
}

.article__image-box--1 img {
	-o-object-fit: cover;
	aspect-ratio: 504/513;
	height: auto;
	object-fit: cover;
}

.article__image-box--2 img {
	-o-object-fit: cover;
	aspect-ratio: 365/384;
	height: auto;
	object-fit: cover;
}

.article__image--2 {
	-webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 10% 100%);
	clip-path: polygon(0% 0, 100% 0, 100% 100%, 10% 100%);
	margin-top: 0.625rem;
}

.article__image-box--3 img {
	-o-object-fit: cover;
	aspect-ratio: 440/227;
	height: auto;
	object-fit: cover;
}

.article__image-box--4 img {
	-o-object-fit: cover;
	aspect-ratio: 352/190;
	height: auto;
	object-fit: cover;
}

.article__image--4 {
	-webkit-clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
	clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
	margin-top: 0.625rem;
}

.article__text-title {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

.article__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	width: 80%;
}

.btn {
	-webkit-text-decoration: none;
	background: #333;
	border: 1px solid white;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	outline: none;
	padding: 8px 50px 8px 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: ease 0.3s;
}

.btn:hover {
	background: #555;
}

/* 矢印が右に移動 */

.btn__arrow1::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	height: 10px; /*絶対配置で矢印の位置を決める*/
	position: absolute;
	right: 25px;
	top: 42%;
	transform: rotate(45deg); /*アニメーションの指定*/
	transition: all 0.3s; /*矢印の形状*/
	width: 10px;
}

/*hoverした際の移動*/

.btn__arrow1:hover::after {
	right: 11px;
}

#calendar {
	color: #f3f3f3;
	margin: 0.625rem auto 0;
	max-width: 47.5rem;
	width: 100%;
}

.calendar-header {
	align-items: center;
	background-color: #f3f3f3;
	color: #111;
	display: flex;
	font-size: 1rem;
	justify-content: space-between;
	padding: 0.625rem;
	white-space: nowrap;
}

.calendar-body {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
}

.day {
	border: 1px solid #ddd;
	padding: 0.625rem;
}

.calendar__text {
	color: #fff;
	margin-top: 2.5rem;
}

.hamburger {
	background: #191919;
	cursor: pointer;
	height: 3.125rem;
	position: fixed;
	right: 0rem;
	top: 0rem;
	width: 3.125rem;
	z-index: 9999;
}

.hamburger span {
	display: inline-block;
	height: 0.125rem;
	left: 0;
	position: absolute;
	transition: 0.3s;
	width: 100%;
}

.hamburger span:first-child {
	background-color: white;
	left: 0.78125rem;
	top: 1.125rem;
	width: 1.5625rem;
}

.hamburger span:nth-child(2) {
	background-color: white;
	left: 0.78125rem;
	top: 1.5625rem;
	width: 1.5625rem;
}

.hamburger span:nth-child(3) {
	background-color: white;
	left: 0.78125rem;
	top: 2rem;
	width: 1.5625rem;
}

.hamburger span:nth-of-type(1) {
	animation: menu07-bar01 0.75s forwards;
}

.hamburger span:nth-of-type(2) {
	opacity: 1;
	transition: all 0.25s 0.25s;
}

.hamburger span:nth-of-type(3) {
	animation: menu07-bar03 0.75s forwards;
}

.hamburger.is-active span:nth-of-type(1) {
	animation: active-menu07-bar01 0.75s forwards;
}

.hamburger.is-active span:nth-of-type(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-of-type(3) {
	animation: active-menu07-bar03 0.75s forwards;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.menu-list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
	position: relative;
}

.menu-list__item-img {
	width: 100%;
}

.menu-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 450/340;
	height: auto;
	object-fit: cover;
}

.menu-list__item-number {
	font-size: 1.125rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: -1.25rem;
	position: relative;
	text-align: center;
}

.menu-list__item-title {
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 0.9375rem;
	text-align: center;
}

.menu-list__item-text {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.seasonal {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.seasonal-item {
	margin-top: 3.75rem;
}

.seasonal-item__inner {
	padding: 1.25rem 2.5rem 3.75rem;
}

.seasonal-item__title {
	color: white;
	font-size: 1.375rem;
	text-align: center;
}

.seasonal-item__box {
	margin-top: 1.25rem;
}

.seasonal-item__box p {
	color: white;
	font-size: 1.125rem;
	text-align: center;
}

.seasonal-item__box img {
	height: 285px;
	margin-top: 1.25rem;
	max-width: 300px;
}

.seasonal-item__spring {
	background-image: url(/assets/images/common/season-spring-bg.webp);
	background-size: cover;
}

.seasonal-item__summer {
	background-image: url(/assets/images/common/season-summer-bg.webp);
	background-size: cover;
}

.seasonal-item__autumn {
	background-image: url(/assets/images/common/season-autumn-bg.webp);
	background-size: cover;
}

.seasonal-item__winter {
	background-image: url(/assets/images/common/season-winter-bg.webp);
	background-size: cover;
}

.seasonal__items {
	margin: 0 auto;
	width: 80%;
}

.seasonal-item {
	text-align: center;
}

.seasonal-item__box img {
	height: auto;
	max-width: 100%;
}

.seasonal__title-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.seasonal__title {
	font-size: 2rem;
}

.seasonal__title-image {
	margin-top: -1.25rem;
	width: 50%;
}

.seasonal__title--white {
	color: white;
}

.seasonal__text {
	color: white;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	text-align: center;
	width: 80%;
}

/*==================================================
スライダーのためのcss
===================================*/

.slider {
	margin: 0 auto; /*横幅94%で左右に余白を持たせて中央寄せ*/
	width: 94%;
}

.slider img {
	height: auto;
	width: 100%; /*スライダー内の画像を横幅100%に*/
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
	margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/

.slick-prev,
.slick-next {
	border-right: 2px solid #666; /*矢印の色*/
	border-top: 2px solid #666; /*矢印の色*/
	cursor: pointer; /*マウスカーソルを指マークに*/
	height: 15px;
	outline: none; /*クリックをしたら出てくる枠線を消す*/
	position: absolute; /*絶対配置にする*/
	top: 40%;
	width: 15px;
}

.slick-prev { /*戻る矢印の位置と形状*/
	left: -1.5%;
	transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
	right: -1.5%;
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	margin: 20px 0 0 0;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	background: #ccc; /*ドットボタンの色*/
	border-radius: 50%;
	color: transparent;
	display: block;
	height: 8px; /*ドットボタンのサイズ*/
	outline: none;
	width: 8px; /*ドットボタンのサイズ*/
}

.slick-dots .slick-active button {
	background: white; /*ドットボタンの現在地表示の色*/
}

.slide-image__item img {
	-o-object-fit: cover;
	aspect-ratio: 375/270;
	height: auto;
	object-fit: cover;
	width: 100%; /*スライダー内の画像を横幅100%に*/
}

/*==================================================
スライダーのためのcss
===================================*/

.slider {
	margin: 0 auto; /*横幅94%で左右に余白を持たせて中央寄せ*/
	width: 94%;
}

.slider img {
	height: auto;
	width: 100%; /*スライダー内の画像を横幅100%に*/
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
	margin: 0 10px;
}

.tab-list {
	margin-top: 1.875rem;
	padding: 0 1.25rem;
}

.tab-list__item {
	display: flex;
	flex-direction: column;
}

.tab-list__image {
	width: 100%;
}

.tab-list__image img {
	-o-object-fit: cover;
	aspect-ratio: 700/452;
	height: auto;
	object-fit: cover;
}

.tab-list__text-wrap {
	background-color: white;
	padding: 1.6875rem 2.5rem;
	width: 100%;
}

.tab-list__title {
	display: flex;
	font-size: 1.5rem;
	justify-content: center;
}

.tab-list__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 2.8125rem;
}

.tab-menu__title {
	display: flex;
	font-size: 1rem;
	justify-content: center;
	margin-top: 1.5625rem;
	text-align: center;
}

.tab-menu__inner {
	margin: auto;
	margin-bottom: 1.5625rem;
	margin-top: 0.625rem;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.works__movie {
	margin: 0 auto;
	margin-top: 3.75rem;
	text-align: center;
	width: 100%;
}

.works__movie-inner {
	margin: 0 auto;
	max-width: 800px;
	padding: 20px;
}

.works__movie-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.works__movie-wrap {
	overflow: hidden;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	position: relative;
	width: 100%;
}

.works__movie-content {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.works__movie-text {
	font-size: 16px;
	margin-top: 20px;
}

.works-menu__food-layout {
	margin-top: 2.5rem;
}

.works-menu__drink-layout {
	margin-top: 2.5rem;
}

.works-menu__title {
	text-align: center;
}

.works-menu__tab-wrap {
	align-items: center;
	display: flex;
	margin-top: 1.875rem;
	width: 100%;
}

.works-menu__tab {
	border-bottom: 0.0625rem solid black;
	cursor: pointer;
	text-align: center;
	width: 100%;
}

.active {
	border-left: 0.0625rem solid black;
	border-right: 0.0625rem solid black;
	border-top: 0.0625rem solid black;
}

.works-menu__tab.active {
	border-bottom: none;
}

.works-menu__box {
	background-color: white;
	margin-top: 1.875rem;
	padding: 4%;
	width: 100%;
}

.works-menu__lead {
	font-size: 1rem;
	line-height: 2;
}

.works-menu__text-wrap {
	margin-top: 1.25rem;
}

.works-menu__text-item {
	display: flex;
	width: 100%;
}

.works-menu__text-item:not(first-child) {
	margin-top: 0.625rem;
}

.works-menu__text-title {
	-webkit-text-decoration: underline;
	text-wrap: nowrap;
	font-size: 1rem;
	line-height: 2;
	text-decoration: underline;
	width: 60%;
}

.works-menu__text {
	font-size: 1rem;
	font-weight: 600;
	width: 60%;
}

.works-menu__image {
	-o-object-fit: cover;
	margin-top: 1.875rem;
	object-fit: cover;
	width: 35%;
}

.works-menu__image img {
	display: contents;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.access__title-wrap {
	padding-top: 11.25rem;
}

.access__title {
	font-size: 2.75rem;
}

.access__nav-container {
	margin-top: 6.25rem;
	padding-bottom: 11.25rem;
}

.access__nav-title-wrap {
	padding-top: 6.25rem;
}

.access__nav-title {
	font-size: 2.25rem;
}

.access__nav-item {
	margin-top: 5rem;
}

.access__nav-text {
	font-size: 1.125rem;
}

.contact__inner {
	padding-bottom: 0;
}

.contact__logo {
	width: 17%;
}

.contact__title {
	font-size: 2.75rem;
}

.contact__title-logo {
	width: 30%;
}

.contact__info {
	font-size: 1rem;
	width: 50%;
}

.contact__info-text {
	text-wrap: nowrap;
}

.contact__tell-number {
	font-size: 2.25rem;
}

.contact__access-wrap {
	margin-top: 5.625rem;
}

.contact__access-title {
	font-size: 2rem;
	font-weight: 600;
}

.contact__access-title::after {
	left: 2.25rem;
}

.contact__button-wrap {
	flex-direction: row;
}

.contact__button-izakaya {
	margin-top: 0;
	padding-left: 4.375rem;
}

.copyright {
	margin-top: 9.375rem;
	padding-top: 4.375rem;
}

.copyright__nav {
	padding-top: 0;
}

.copyright__links {
	display: flex;
	flex-direction: row;
	font-size: 1.125rem;
	height: inherit;
	width: 100%;
}

.copyright__link {
	height: inherit;
}

.copyright__link a {
	align-items: center;
	display: flex;
	height: inherit;
	position: relative;
}

.copyright__link a::after {
	bottom: -0.3125rem;
	content: "";
	height: 0.125rem;
	left: 0;
	margin: auto;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 100%;
}

.copyright__link a:hover::after {
	transform: scale(1, 1);
	transform-origin: center top;
}

.copyright__wrap {
	padding-bottom: 2.1875rem;
	padding-top: 2.1875rem;
	text-align: center;
}

.fv__title {
	font-size: 1.875rem;
}

.fv__logo {
	margin-top: 1rem;
	max-width: 10rem;
	width: 100%;
}

.fv__nav {
	color: white;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-left: 1.5625rem;
}

.fv__nav-items {
	display: inline-block;
	text-align: left;
}

.fv__nav-item {
	position: relative;
}

.fv__nav-item:not(:first-of-type) {
	margin-top: 1.25rem;
}

.fv__contact {
	color: white;
	display: flex;
	flex-direction: column;
	margin-top: 6.25rem;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 6.25rem;
}

.header__logo {
	display: flex;
	height: 4.75rem;
	margin-left: 5.5rem;
	max-width: 4.75rem;
	width: 100%;
}

.header__nav {
	height: inherit;
	width: 100%;
}

.nav__links {
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	height: inherit;
	justify-content: space-evenly;
	width: 100%;
}

.nav__link {
	height: inherit;
}

.nav__link a {
	align-items: center;
	display: flex;
	height: inherit;
	position: relative;
}

.nav__link a::after {
	background-color: black;
	bottom: 1.875rem;
	content: "";
	height: 0.125rem;
	left: 0;
	margin: auto;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 100%;
}

.nav__link a:hover::after {
	transform: scale(1, 1);
	transform-origin: center top;
}

.nav__contact {
	align-items: center;
	display: flex;
	height: inherit;
}

.news {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.news__items {
	color: white;
	flex-direction: row;
}

.news__texts {
	margin-left: 9.375rem;
}

.news__time {
	font-size: 1rem;
}

.news__texts {
	margin-top: 0;
}

.news__text {
	font-size: 1rem;
}

.news__text-item--sns {
	font-size: 1rem;
	margin-top: 2.25rem;
}

.news__sns-icon {
	margin-top: 0.9375rem;
}

.news__sns-icon a {
	margin-left: 1.875rem;
}

.service {
	padding-top: 5.625rem;
}

.tab__wrap {
	margin-top: 5.625rem;
}

.tab {
	font-size: 1.5rem;
}

.tab__title {
	font-size: 3rem;
}

.tab__title-image {
	width: 30%;
}

.tab__menu {
	padding-bottom: 3.125rem;
}

.works__bg--menu {
	padding-bottom: 10rem;
}

.works__bg--sake {
	padding-bottom: 15.625rem;
}

.works__article {
	padding-bottom: 9.375rem;
	padding-top: 7.8125rem;
}

.works__menu--sake {
	margin-top: 6.25rem;
}

.access-header {
	z-index: 10;
}

.access-header__inner {
	align-items: center;
	display: flex;
	height: 6.25rem;
}

.access-header__logo {
	display: flex;
	height: 4.75rem;
	max-width: 4.75rem;
	width: 100%;
}

.access-header__nav {
	height: inherit;
	width: 100%;
}

.title::before {
	top: 14px;
}

.title::after {
	top: 14px;
}

.article__box {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.article__box--sake {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.article__image {
	width: 40%;
}

.article__image--1 {
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.article__image--2 {
	-webkit-clip-path: polygon(20% 0, 80% 0, 80% 70%, 30% 70%);
	clip-path: polygon(20% 0, 80% 0, 80% 70%, 30% 70%);
	left: 9.375rem;
	margin-top: 0;
	position: absolute;
	top: 15.625rem;
	width: 42%;
}

.article__image--3 {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.article__image--4 {
	-webkit-clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
	clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
	left: 35.5rem;
	margin-top: 0;
	position: absolute;
	top: 13.125rem;
	width: 32%;
}

.article__text-item {
	width: 40%;
}

.article__text-title {
	font-size: 3rem;
	text-align: left;
	text-align: initial;
}

.article__text {
	font-size: 1.125rem;
	margin-top: 4.0625rem;
	width: 100%;
}

.calendar-header {
	font-size: 1.25rem;
}

.calendar__text {
	text-align: center;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.menu-list {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	row-gap: 3.125rem;
	width: 100%;
}

.menu-list__item {
	width: 33%;
}

.menu-list__item-number {
	font-size: 1.25rem;
}

.menu-list__item-title {
	font-size: 1.5rem;
	margin-top: 1.25rem;
}

.menu-list__item-text {
	font-size: 1rem;
	margin-top: 1.5625rem;
}

.nav-contact__item {
	display: flex;
	flex-direction: column;
}

.nav-contact__text {
	font-size: 0.875rem;
}

.seasonal {
	padding-bottom: 7.5rem;
}

.seasonal-item__inner {
	padding: 3.75rem 5.625rem 7.5rem;
}

.seasonal-item__title {
	font-size: 2rem;
}

.seasonal-item__flexbox {
	display: flex;
	gap: 3.75rem;
	justify-content: space-around;
}

.seasonal-item__box {
	margin-top: 2.5rem;
}

.seasonal-item__box p {
	font-size: 1.5rem;
}

.seasonal-item__box img {
	margin-top: 2.5rem;
}

.seasonal__title {
	font-size: 3rem;
}

.seasonal__title-image {
	width: 30%;
}

.seasonal__text {
	font-size: 1.375rem;
	margin-top: 2.5rem;
}

.tab-list__item {
	flex-direction: row-reverse;
	margin-top: 3.125rem;
}

.tab-list__image {
	height: auto;
	margin-right: calc(50% - 50vw);
	width: 50%;
}

.tab-list__text-wrap {
	left: 6.25rem;
	padding: 1.6875rem 2.5rem;
	position: absolute;
	top: 6.25rem;
	width: 50%;
}

.tab-menu__title {
	font-size: 2rem;
	margin-top: 3.125rem;
}

.tab-menu__inner {
	margin-top: 3.125rem;
	max-width: 75rem;
	padding: 0 1.5625rem;
}

.works-menu__food-layout {
	margin-top: 5.3125rem;
}

.works-menu__drink-layout {
	margin-top: 5rem;
}

.works-menu__title {
	font-size: 3rem;
	font-weight: 600;
}

.works-menu__tab-wrap {
	font-size: 1.5rem;
	margin-top: 3.75rem;
	width: 100%;
}

.works-menu__tab {
	text-wrap: nowrap;
	border-bottom: 0.0625rem solid black;
	font-size: 1.5rem;
	width: 100%;
}

.works-menu__box {
	margin-top: 4.6875rem;
	padding-bottom: 4.6875rem;
	padding-left: 5.3125rem;
	padding-right: 5.3125rem;
	padding-top: 4.6875rem;
}

.works-menu__lead {
	font-size: 1.25rem;
	font-weight: 600;
}

.works-menu__flex-box {
	display: flex;
	justify-content: space-between;
	margin-top: 1.25rem;
}

.works-menu__text-wrap {
	width: 65%;
}

.works-menu__text-item:not(first-child) {
	margin-top: 2.5rem;
}

.works-menu__text-title {
	font-size: 1.25rem;
	font-weight: 600;
}

.works-menu__text {
	font-size: 1.125rem;
}

.works-menu__image {
	width: 30%;
}

.works-menu__image img {
	-o-object-fit: cover;
	aspect-ratio: 4/3;
	display: block;
	object-fit: cover;
}

}

@media screen and (min-width: 1024px) {

.title::before {
	top: 19px;
}

.title::after {
	top: 19px;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes swing {

15% {
	transform: translateX(5px);
}

30% {
	transform: translateX(-5px);
}

50% {
	transform: translateX(3px);
}

65% {
	transform: translateX(-3px);
}

80% {
	transform: translateX(2px);
}

100% {
	transform: translateX(0);
}

}

@keyframes menu07-bar01 {

0% {
	transform: translateY(5px) rotate(45deg);
}

50% {
	transform: translateY(5px) rotate(0);
}

100% {
	transform: translateY(0) rotate(0);
}

}

@keyframes menu07-bar03 {

0% {
	transform: translateY(-10px) rotate(-45deg);
}

50% {
	transform: translateY(-10px) rotate(0);
}

100% {
	transform: translateY(0) rotate(0);
}

}

@keyframes active-menu07-bar01 {

0% {
	transform: translateY(0) rotate(0);
}

50% {
	transform: translateY(5px) rotate(0);
}

100% {
	transform: translateY(5px) rotate(45deg);
}

}

@keyframes active-menu07-bar03 {

0% {
	transform: translateY(0) rotate(0);
}

50% {
	transform: translateY(-10px) rotate(0);
}

100% {
	transform: translateY(-10px) rotate(-45deg);
}

}


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