@charset "UTF-8";
/* Sass Document */
body {
	background-color: #ee6d2b;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	min-width: inherit;
	min-height: 100vh;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:hover {
	opacity: 0.7;
}

a[href*="tel:"] {
	color: currentColor;
}

@media (min-width: 768px) {
	a[href*="tel:"] {
		text-decoration: none;
		cursor: default;
		pointer-events: none;
	}
}
.nbrt {
	background-color: #fff;
	max-width: 1178px;
	margin: 52px auto 30px;
	border-radius: 16px;
}

@media screen and (max-width: 767px) {
	.nbrt {
		width: 92.1052631579%;
		border-radius: 5px;
		margin: 15px auto;
		/* padding: 25px 0; */
	}
}
.nbrt__title {
	font-size: 50px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1;
}
.nbrt__title img {
	width: 613px;
	display: block;
	margin: auto auto auto;
}

@media screen and (max-width: 767px) {
	.nbrt__title {
		font-size: 22px;
	}
	.nbrt__title img {
		width: 52.8571428571%;
	}
}
.oshirase {
	margin-top: 55px;
}
@media screen and (max-width: 767px) {
	.oshirase {
		margin-top: 20px;
	}
}
.oshirase__title {
	text-align: center;
	font-size: 40px;
	line-height: 1.7692307692;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.oshirase__title {
		font-size: 17px;
	}
}
.oshirase__text {
	text-align: center;
	font-size: 26px;
	line-height: 1.7692307692;
	font-weight: bold;
}
.oshirase__text .large.red {
	font-size: 130%;
	color: #f00;
	vertical-align: -1px;
}
@media screen and (max-width: 767px) {
	.oshirase__text {
		font-size: 11px;
	}
}
.oshirase__note {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
@media screen and (max-width: 767px) {
	.oshirase__note {
		margin-top: 10px;
		width: 86.8571428571%;
		margin-left: auto;
		margin-right: auto;
	}
}
.oshirase__note ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 21px;
	line-height: 1.7619047619;
	color: #C67830;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.oshirase__note ul li {
		font-size: 10px;
	}
}

.content-inner {
	max-width: 690px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.content-inner {
		width: 86.8571428571%;
	}
}
.nbrt-content {
	margin-top: 38px;
}

@media screen and (max-width: 767px) {
	.nbrt-content {
		margin-top: 22px;
	}
}
.nbrt-content .title-wrapper {
	max-width: 685px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.nbrt-content .title-wrapper {
		width: 100%;
	}
}
.nbrt-content__title {
	font-size: 29px;
	background-color: #fac94d;
	text-align: center;
	outline: 1px dashed #000;
	outline-offset: -5px;
	border: 2px solid #000;
	padding: 8px;
	position: relative;
	margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
	.nbrt-content__title {
		font-size: 12px;
		outline-offset: -4px;
		padding: 5px;
	}
}
.nbrt-content__title::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/stripe.png) bottom right;
	/* background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(
		135deg,
		transparent,
		transparent 1px,
		rgba(35, 24, 21, 1) 1px,
		rgba(35, 24, 21, 1) 2px
	); */
	top: 8px;
	right: -5px;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.nbrt-content__title::before {
		top: 5px;
		background-size: 6% auto;
		/* background-image: repeating-linear-gradient(
			135deg,
			transparent,
			transparent 1px,
			rgba(0, 0, 0, 1) 1px,
			rgba(0, 0, 0, 1) 2px
		); */
	}
}
.floor3 {
	margin-top: 37px;
}

@media screen and (max-width: 767px) {
	.floor3 {
		margin-top: 15px;
	}
}
.floor2 {
	margin-top: 72px;
}

@media screen and (max-width: 767px) {
	.floor2 {
		margin-top: 32px;
	}
}
.floor1 {
	margin-top: 54px;
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	.floor1 {
		margin-top: 22px;
		margin-right: 10px;
	}
}
.aside {
	margin-top: 33px;
}

@media screen and (max-width: 767px) {
	.aside {
		margin-top: 5px;
	}
}
/* ----------------------------------------------------------------------------------------------------
*	営業時間と電話番号
* --------------------------------------------------------------------------------------------------*/
.shop-info {
	margin-top: 76px;
}

@media screen and (max-width: 767px) {
	.shop-info {
		margin-top: 33px;
	}
}
@media screen and (max-width: 767px) {
	.scroll {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
.table-wrapper {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.table-wrapper {
		margin-top: 10px;
	}
}
.table-floor {
	font-size: 16px;
	border: 2px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.table-floor {
		font-size: 7px;
	}
}
.table-floor td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2px 5px;
	white-space: nowrap;
}

.table-floor td.bb {
	border-bottom: 2px solid #000;
}

.table-floor td.line-2 {
	padding: 10px 5px;
}

.table-floor .blank {
	background-color: #ededed;
	padding: 5px;
}

.table-floor .shop-name {
	letter-spacing: -0.1em;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	padding-right: 0;
	padding-left: 0;
}

.table-floor .shop-name .text-large {
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.table-floor .shop-name .text-large {
		font-size: 9px;
	}
}
.table-floor .shop-name .text-choutai {
	-webkit-transform: scale(0.9, 1);
			transform: scale(0.9, 1);
	-webkit-transform-origin: 0 0;
			transform-origin: 0 0;
	width: 125%;
}

.table-floor .shop-tel {
	width: 120px;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.table-floor .shop-tel {
		width: auto;
	}
}
.table-floor .open-time {
	width: 264px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.table-floor .open-time {
		width: auto;
		white-space: nowrap;
	}
}
_::-webkit-full-page-media,
_:future,
:root .shop-name {
	font-size: 13px;
}

.floor-f {
	width: 12px;
	background-color: #fffde5;
	text-align: center;
}

.note {
	font-size: 18px;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.note {
		font-size: 8px;
		margin-top: 5px;
	}
}
/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
.station-info {
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	.station-info {
		margin-top: 30px;
	}
}
.station-detail {
	font-size: 19px;
	line-height: 1.6;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
	.station-detail {
		font-size: 8px;
		padding: 2px 0 5px;
		line-height: 1.4;
	}
}
/* ----------------------------------------------------------------------------------------------------
*	googleMap
* --------------------------------------------------------------------------------------------------*/
.g-map {
	width: 100%;
	height: 348px;
}

@media screen and (max-width: 767px) {
	.g-map {
		height: 50vw;
	}
}
.g-map iframe {
	width: 100%;
	height: 100%;
}

/* ----------------------------------------------------------------------------------------------------
*	リンク
* --------------------------------------------------------------------------------------------------*/
.top-link-wrapper {
	margin-top: 24px;
}

@media screen and (max-width: 767px) {
	.top-link-wrapper {
		display: block;
	}
}
.pagetop {
	color: currentColor;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

@media screen and (max-width: 767px) {
	.pagetop {
		font-size: 6px;
		padding: 10px 0;
	}
}
.pagetop span {
	font-size: 10px;
	padding-right: 0.5em;
}

.pc-nav--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
	max-width: 1178px;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-left: 50px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.pc-nav--wrapper {
		padding-bottom: 15px;
		padding-right: 50px;
		display: block;
	}
}
::-webkit-full-page-media,
_:future,
:root .link__list a::after {
	font-size: 13px;
}

.link__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.link__list {
		font-size: 6px;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		margin-left: auto;
		margin-bottom: 10px;
		-webkit-box-pack: end;
			-ms-flex-pack: end;
				justify-content: flex-end;
	}
}
.link__list a {
	position: relative;
	padding-right: 10px;
	padding-left: 15px;
	color: currentColor;
}

@media screen and (max-width: 767px) {
	.link__list a {
		display: inline-block;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
	}
}
.link__list a::after {
	position: absolute;
	content: "＞";
	font-size: 16px;
	top: 52%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	left: 0;
}

@media screen and (max-width: 767px) {
	.link__list a::after {
		font-size: 9px !important;
	}
}
.privacy-copy-wrapper {
	font-size: 15px;
}

.privacy-copy-wrapper a {
	color: currentColor;
}

@media screen and (max-width: 767px) {
	.privacy-copy-wrapper {
		font-size: 8px;
	}
}
