@font-face{
	font-family:NotoSansJP-Regular;
	font-style:normal;
	text-rendering:optimizeLegibility;
	src:url(../fonts/NotoSansJP-Regular.otf) format("opentype");
}
@font-face{
	font-family:NotoSansJP-Bold;
	font-weight:400;
	font-style:normal;
	text-rendering:optimizeLegibility;
	src:url(../fonts/NotoSansJP-Bold.otf) format("opentype");
}
@font-face{
	font-family:NotoSerifJP-Light;
	font-style:normal;
	text-rendering:optimizeLegibility;
	src:url(../fonts/NotoSerifJP-Light.otf) format("opentype");
}
@font-face{
	font-family:NotoSerifJP-Regular;
	font-style:normal;
	text-rendering:optimizeLegibility;
	src:url(../fonts/NotoSerifJP-Regular.otf) format("opentype");
}
@font-face{
	font-family:DancingScript-Regular;
	font-style:normal;
	text-rendering:optimizeLegibility;
	src:url(../fonts/DancingScript-Regular.ttf) format("truetype");
}


.ib{
	display: inline-block;
}
.flex{
	display: flex !important;
	display : -webkit-flex;
	display : -ms-flexbox;
}
.block {
	display:block !important;
}
.just-center {
	justify-content: center;
}
.space-between {
	justify-content: space-between;
}
.space-around {
	justify-content: space-around;
}
.flex-end {
	justify-content: flex-end;
}
.val-center {
	align-items: center;
}

.maxwidth-1920 {
	max-width:1920px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

.pt-10 {
	padding-top: 6rem !important;
}
.pb-10 {
	padding-bottom: 6rem !important;
}
.mt-10 {
	margin-top: 6rem !important;
}
.mb-10 {
	margin-bottom: 6rem !important;
}

.mobile_only {
	display: none;
}

@media (max-width: 991.98px){
	.mobile-none {
		display: none!important;
	}
	.mobile_flex {
		display: flex!important;
	}
	.mobile_only, .mobile-block {
		display: block!important;
	}
	.mobile-padding-none {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.mobile-padding-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.mobile-padding-2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.mobile-pt1 {
		padding-top: 1rem !important;
	}
	.mobile-pb0 {
		padding-bottom: 0 !important;
	}
	.mobile-pl1 {
		padding-left: 1rem !important;
	}
	.mobile-pr1 {
		padding-right: 1rem !important;
	}
	.mobile-mt1 {
		margin-top: 1rem !important;
	}
	.mobile-mt2 {
		margin-top: 2rem !important;
	}
	.mobile-mb1 {
		margin-bottom: 1rem !important;
	}
	.mobile-mb2 {
		margin-bottom: 2rem !important;
	}
	.mobile-ml1 {
		margin-left: 1rem !important;
	}
	.mobile-mr1 {
		margin-right: 1rem !important;
	}
	.mobile-bg-white {
		background-color: #fff !important;
	}
	.mobile-bg-gray {
		background-color: #f3f3f3 !important;
	}
	.mobile-bg-grayef {
		background-color: #efefef !important;
	}
	.mobile-bg-black {
		background-color: #000 !important;
	}
	.mobile-fullwidth {
		width: 100% !important;
	}
	.mobile-width45 {
		width: 45% !important;
	}
}

@media (min-width: 1025px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}


.bg-y {
	background-color: #ffd65d;
}

* {
	font-family: "NotoSerifJP-Light";
}

.en {
	font-family: "DancingScript-Regular";
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	cursor: pointer;
}
a:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.7;
}
.padding-lr-none {
	padding-left: 0;
	padding-right: 0;
}
.margin-lr-none {
	margin-left: 0;
	margin-right: 0;
}



.fadein {
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}

.fadein.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}

@keyframes fadein-key {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.svgs {
    display: none;
}

.line1 {
	height: 5px;
	background-color: #ffd65d;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}


header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	height: 0;
	left: 0;
	z-index: 10;
}
.head-bar {
	position: relative;
	width: 100%;
	height: 60px;
	left: 0;
	background-color: #ffd65d;
	opacity: 0.9;
	z-index: 11;
}
.nav-logo-link {
	position: absolute;
	top: 5px;
	width: 50px;
}
.nav-logo-link svg{
	width: 50px;
	height: 50px;
}

#nav-drawer {
	position: relative;
	text-align: right;
	top: 20px;
	right: 15px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	cursor: pointer;
}

/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #693905;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	right: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;/*最前面に*/
	width: 75%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅*/
	height: 100%;
	background: #000;/*背景色*/
	opacity: 0.7;
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(105%);/*左に隠しておく*/
	
	color: #fff;
	text-align: center;
	padding-top: 65px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.nav-menu {
	list-style: none;
	padding: 0;
}
.nav-menu li {
	padding: 10px 0;
}
.nav-menu a {
	color: #fff;
}
.top-logo-area {
	height: calc(100vh - 60px);
}
.top-logo-box {
	height: calc(100vh - 60px);
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-logo-box ul {
	height: 100%;
	list-style: none;
}

.top-logo-box li {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	background: no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.top-logo-box svg {
	height: 180px;
	overflow: visible;
	top: -30px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	vertical-align: top;
	animation: fadein-key 5s ease 0s 1 normal;
	-webkit-animation: fadeIn 5s ease 0s 1 normal;
}
.store-img50 {
	width: 50%;
}
.store-img100 {
	width: 100%;
}

.contents-box1 {
	font-size: 0.8rem;
	width:600px;
	overflow-wrap: break-word;
	line-height: 1.8rem;
}
.contents-box2 {
	font-size: 0.8rem;
	width:40%;
	max-width: 600px;
	overflow-wrap: break-word;
	line-height: 1.8rem;
}
.contents-box3 {
	font-size: 0.8rem;
	width:50%;
	max-width: 300px;
	overflow-wrap: break-word;
	line-height: 1.8rem;
}
.content-text1 {
	width: 80%;
}

.top-info-box {
	max-width: 640px;
	margin: 0 auto;
	border: 1px solid #bbb;
}
.top-info-box h3 {
	font-size: 1.4rem;
}
.top-info-box p {
	margin-bottom: 0.5rem;
}
@media only screen and (max-width:1024px) {
	.top-info-box {
		margin-left: 20px;
		margin-right: 20px;
	}
	.top-info-box h3 {
		font-size: 1.2rem;
	}
}


.video {
	width: 640px;
}
@media only screen and (max-width:1024px) {
	.video {
		width: 100%;
	}
}

.shop-info {
	padding-top: 20px;
}
.gallery {
	padding-top: 20px;
}
.access {
	padding-top: 60px;
}
.map {
	width:600px;
	height:450px; 
}
@media only screen and (max-width:1024px) {
	.shop-info {
		padding-top: 15px;
	}
	.gallery {
		padding-top: 20px;
	}
	.access {
		padding-top: 20px;
	}
	.map {
		width:100%;
		height:250px; 
	}
}

.gallery1 {
	width: 100%;
}
.gallery2 {
	width: 95%;
}
.swiper-container {
	max-width: 1200px;
	max-height: 400px;
	margin: 30px 0;
}
.swiper-slide img {
	width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.swiper-slide-prev img,
.swiper-slide-next img {
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


:root {
  --swiper-theme-color: #ffd65d !important;
}


.title1 {
	display        : inline-block;
	color          : #fffec4;            /* 文字の色 */
	font-size      : 30pt;               /* 文字のサイズ */
	letter-spacing : 4px;                /* 文字間 */
	text-shadow    : 
		2px  2px 1px #ffd65d,
		-2px  2px 1px #ffd65d,
		2px -2px 1px #ffd65d,
		-2px -2px 1px #ffd65d,
		2px  0px 1px #ffd65d,
		0px  2px 1px #ffd65d,
		-2px  0px 1px #ffd65d,
		0px -2px 1px #ffd65d;        /* 文字の影 */
}

.title2 {
	font-size: 2.8rem;
	font-family: "NotoSansJP-Regular";
	font-weight: bold;
}
@media only screen and (max-width:1024px) {
	.title1 {
		font-size: 16pt;
	}
}

.btn,
a.btn,
button.btn {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

a.btn-border {
  border: 2px solid #ffc20d;
  border-radius: 0;
  color: #fff;
  background: #ffc20d;
  border-radius: 2vh;
}
a.btn-border span {
	font-size: 1.6rem;
}
a.btn-border:hover {
  border: 2px solid #000;
  color: #000;
  background: #ffc20d;
}
a.btn-border svg {
	width: 100px;
	padding-top: 1rem;
	fill: #a35f00;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
a.btn-border:hover svg {
	fill: #000;
}

.bar-title:after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    background-color: #000;
    margin-top: 15px;
}

.menu-table1 {
	width: 700px;
	border-left: 3px solid #ffd65d;
	border-right: 3px solid #ffd65d;
}
.menu-table1 tr {
}
.menu-table1 td {
	height: 3rem;
}
.menu-table1 .cells-L {
	padding-left: 6rem;
}
.menu-table1 .cells-R {
	padding-right: 6rem;
}

.menu-table1 .small-cells {
	width: 100px;
}
.takeout-notice {
	border-bottom: solid 1px #000;
}
.menu-en {
	font-size: 0.9rem;
}
.img-wrap img {
	transition: transform .6s 0s, filter .6s 0s;
}
.img-wrap:hover img {
	-webkit-filter: grayscale(100%);
	filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
	filter: grayscale(100%);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

@media only screen and (max-width:1024px) {
	.title2 {
		font-size: 1.5rem;
	}
	.menu-table1 {
		width: 100%;
	}
	.menu-table1 .cells-L {
		padding-left: 1rem;
		min-width: 180px;
	}
	.menu-table1 .cells-R {
		padding-right: 1rem;
	}
	.takeout-notice-text {
		padding-left: 1rem;
	}
}

.privacy-policy p {
	font-size: 0.7rem;
	margin-bottom: 0;
}
.privacy-policy-title {
	font-size: 0.9rem;
	font-weight: bold;
	margin-top: 5px;
}

.privacy-policy h2, .company h2 {
	font-size: 1.2rem;
	font-weight: bold;
}
.company-table {
	text-align: left;
	font-size: 0.9rem;
}
.company-area1 {
	width: 100px;;
}
.company-area2 {
	width: 250px;
}

footer svg {
	height: 50px;
}
footer .sns-icon {
	width: 30px;
}
.copyright {
	font-size: 0.8rem;
}

.to-top{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	right: 15px;
	bottom: 40px;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1;
}
