@charset "utf-8";

/* --------------------------------------------------

	
-------------------------------------------------- */

* {
	box-sizing: border-box;
}

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 1.75;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

body::-webkit-scrollbar {
	display: none;
}

.sans {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.display-b {
	display: block;
	width: 100%;
	max-width: none;
}

p {
	margin: 0 0 1.75em;
}

.size-large {
	font-size: 38px;
}

.size-large a {
	color: #221815;
	text-decoration: none;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-middle {
	/* margin-bottom: 40px !important; */
}

.pb-0 {
	padding-bottom: 0 !important;
}
.py-middle {
	padding-top: 40px;
	padding-bottom: 40px;
}

.w-50 {
	width: 50%;
}
.w-100 {
	width: 100%;
}

.pc_mode {
	display: inherit;
}
.sp_mode {
	display: none;
}

@media screen and (max-width: 960px) {
	.pc_mode {
		display: none;
	}
	.sp_mode {
		display: inherit;
	}
}
/* --------------------------------------------------

	link
	
-------------------------------------------------- */

a {
	transition: .5s;
}
a:hover {}

.btn {
	position: relative;
	display: inline-block;
	min-width: 340px;
	max-width: 100%;
	padding: 0 32px;
	border: 1px solid #3e3a3a;
	line-height: 58px;
	color: #3e3a3a;
	text-align: center;
	text-decoration: none;
}

.btn:after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: '＞';
	display: block;
	transform: translateY(-50%);
}

.btn:hover {
	background-color: #3e3a3a;
	color: #fff;
}

.btn-white {
	border-color: #fff;
	color: #fff;
}

.btn-send {
	display: inline-block;
	min-width: 240px;
	max-width: 100%;
	width: 500px;
	padding: 16px 32px;
	background-color: #221815;
	border: none;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.btn-send:hover {
	opacity: .75;
}

.btn-add {
	display: inline-block;
	max-width: 100%;
	padding: 8px 20px;
	background-color: #221815;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}

.btn-box {
	margin: 40px 0 0;
}

.btn-box> :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 960px) {}


/* --------------------------------------------------

	layout
	
-------------------------------------------------- */

.section {
	padding: 60px 0;
}

.inner {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 20px;
}

.inner-small {
	max-width: 1040px;
}

.inner> :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 960px) {

	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

}


.row {
	display: flex;
	flex-wrap: wrap;
}

.col-3 {
	width: 25%;
}

@media screen and (max-width: 960px) {

	.col-md-6 {
		width: 50%;
	}

}


/* --------------------------------------------------

	color
	
-------------------------------------------------- */

.bg-primary {
	background-color: #bdbc9f;
}
.bg-dark {
	background-color: #221815;
}
.bg-black {
	background-color: #000;
}
.bg-light {
	background-color: #efefef;
}


.text-gray {
	color: #9fa0a0;
}
.text-white {
	color: #fff;
}


/* --------------------------------------------------

	heading
	
-------------------------------------------------- */

h2 {
	font-weight: normal;
}

.h2 {
	margin: 0 0 48px;
	padding: 0;
	font-size: 48px;
	text-align: center;
	line-height: 1.45;
}

.h2:after {
	content: '';
	display: block;
	width: 100%;
	max-width: 100px;
	height: 5px;
	margin: 8px auto 0;
	background-color: #c11329;
}

.h2-style01 {
	margin: 0 0 32px;
	padding: 24px 20px;
	background-color: #000;
	color: #fff;
	font-size: 20px;
}

.important-box .h2-style01 {
	margin: 0;
	padding-top: 12px;
	padding-bottom: 8px;
}

@media screen and (max-width: 960px) {

	.h2 {
		margin-bottom: 40px;
		font-size: 22px;
	}

}


.h3-style01 {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	background: url("../images/common/h3-bg.png") no-repeat center right;
	background-size: contain;
	color: #fff;
	line-height: 82px;
	font-size: 20px;
}


.head-parts {
	margin: 0 0 32px;
}

.head-parts__en {
	margin: 0 0 4px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
}

.head-parts__title {
	margin: 0;
	padding: 0;
	font-size: 48px;
	line-height: 1.45;
	white-space: nowrap;
}

@media screen and (max-width: 960px) {

	.head-parts {
		margin-bottom: 20px;
	}

	.head-parts__en {
		margin-bottom: 8px;
		font-size: 16px;
	}

	.head-parts__title {
		font-size: 24px;
	}

}


.key {
	padding: 90px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.key-about {
	background-image: url("../images/about/key-about.jpg");
}
.key-contact {
	background-image: url("../images/contact/key-contact.jpg");
}
.key-info {
	background-image: url("../images/info/key-info.jpg");
}
.key-menu {
	background-image: url("../images/menu/key-menu.jpg");
}
.key-reservation {
	background-image: url("../images/reservation/key-reservation.jpg");
}
.key-takeout {
	background-image: url("../images/takeout/key-takeout.jpg");
}
.key-topics {
	background-image: url("../images/topics/key-topics.jpg");
}

.key-en {
	margin: 0 0 8px;
	padding: 0;
	font-size: 20px;
	line-height: 1.4;
}

.key-title {
	margin: 0;
	padding: 0;
	font-size: 48px;
	line-height: 1.45;
	font-weight: normal;
}

@media screen and (max-width: 960px) {

	.key {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.key-en {
		margin: 0 0 8px;
		font-size: 16px;
	}

	.key-title {
		font-size: 24px;
	}

}


/* --------------------------------------------------

	table
	
-------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	margin-bottom: 40px;
}

.table th,
.table td {
	padding: 8px 0;
	border-bottom: 1px dotted #b6b5b5;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.form-table {
	margin-bottom: 40px;
}

.form-table th,
.form-table td {
	padding: 16px 0;
	border-top: 1px solid #fff;
	text-align: left;
	vertical-align: top;
}

.form-table th {
	width: 240px;
}

.form-table td {
	width: calc(100% - 240px);
}

@media screen and (max-width: 960px) {

	.form-table {
		margin-bottom: 0;
	}

	.form-table th,
	.form-table td {
		display: block;
		width: 100%;
	}

	.form-table td {
		padding-top: 0;
		border-top: none;
	}

}


.reserve-table {
	margin: 0 0 40px;
	background-color: #fff;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}

.reserve-table th,
.reserve-table td {
	padding: 8px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	line-height: 1.4;
	color: #000;
}

.reserve-table td {
	padding-bottom: 20px;
	text-align: center;
}

.status {
	display: block;
	font-size: 20px;
}


/* --------------------------------------------------

	一人焼肉たっちゃんのこだわり
	
-------------------------------------------------- */

.about-photo {
	display: flex;
	flex-wrap: wrap;
	margin: 48px -30px 0;
}

.about-photo__col {
	width: 25%;
	padding: 0 30px;
}

@media screen and (max-width: 960px) {

	.about-photo {
		margin: 24px -5px -5px;
	}

	.about-photo__col {
		width: 50%;
		padding: 5px;
	}

}


/* --------------------------------------------------

	header
	
-------------------------------------------------- */

.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

@media screen and (max-width: 960px) {
	.header-row {
		height: 60px;

	}
}

.header-logo a {
	color: #fff;
	text-decoration: none;
}

.header-logo dl {
	display: flex;
	align-items: center;
	padding: 0;
}

.header-logo dt {
	width: 340px;
	margin: 0;
}

.header-logo dd {
	margin: 0;
	padding: 0 10px;
	font-size: 20px;
	line-height: 1.4;
}

.header-nav ul {
	display: flex;
	align-items: center;
	margin: 0 -12px;
	padding: 0;
	list-style: none;
}

.header-nav li {
	padding: 0 12px;
}

.header-nav a {
	color: #fff;
	text-decoration: none;
}

.header-nav a:hover {
	opacity: .75;
}


@media screen and (max-width: 960px) {
	.header-logo dt {
		width: 200px;
	}
	.header-nav {
		display: none;
	}
}


/* --------------------------------------------------

	footer
	
-------------------------------------------------- */

.footer {
	padding: 60px 0;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 34%;
}

.footer-head__logo {
	width: 150px;
}

.footer-head__text {
	width: calc(100% - 143px);
	padding-left: 15px;
	font-size: 20px;
	line-height: 1.4;
}

.footer-head__add {
	width: 100%;
	margin-top: 20px;
}

.footer-body {
	width: auto;
	padding: 0 80px;
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
}

.footer-body> :last-child {
	margin-bottom: 0;
}

.footer-body dl {
	margin: 0 0 20px;
}

.footer-body dt {
	margin: 0 0 8px;
	padding: 0;
	line-height: 1.4;
}

.footer-body dd {
	margin: 0;
	padding: 0;
	font-size: 32px;
	line-height: 1.4;
}

.footer-body dd a {
	color: #221815;
	text-decoration: none;
}

.footer-body .btn {
	min-width: 100%;
}

.footer-nav {
	width: 18%;
	padding: 0 0 0 80px;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-nav li {
	margin: 4px 0;
}

.footer-nav a {
	color: #221815;
	text-decoration: none;
}

.footer-nav a:hover {
	opacity: .75;
}

@media screen and (max-width: 1360px) {

	.footer-head {
		width: 50%;
	}

	.footer-body {
		width: 50%;
		border-right: none;
	}

	.footer-nav {
		width: 100%;
		padding: 40px 0 0;
	}

	.footer-nav ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -5px;
	}

	.footer-nav li {
		padding: 5px;
	}

}


@media screen and (max-width: 960px) {

	.footer {
		padding: 30px 0;
	}

	.footer-row {
		flex-wrap: wrap;
	}

	.footer-head {
		width: 100%;
	}

	.footer-head__add {
		text-align: center;
	}

	.footer-head__logo {
		width: 200px;
		margin: 0 auto;
	}

	.footer-head__text {
		width: calc(100% - 80px);
	}

	.footer-body {
		text-align: center;
		width: 100%;
		margin: 20px 0;
		padding: 20px 0;
		border-left: none;
		border-top: 1px solid #330000;
		border-bottom: 1px solid #330000;
	}

	.footer-nav {
		width: 100%;
		padding: 0;
	}

	.footer-nav ul {
		justify-content: center;
	}

}


/* --------------------------------------------------

	sp nav

-------------------------------------------------- */

.btn-sp-nav {
	position: fixed;
	top: 10px;
	right: 10px;
	display: none;
	height: 40px;
	width: 40px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #000;
}

.btn-sp-nav span,
.btn-sp-nav span:before,
.btn-sp-nav span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}

.btn-sp-nav span:before {
	bottom: 8px;
}

.btn-sp-nav span:after {
	top: 8px;
}

button.modaal-close:focus:after,
button.modaal-close:focus:before,
button.modaal-close:hover:after,
button.modaal-close:hover:before {
	background-color: #000;
}

div.modaal-container {
	background-color: transparent;
	box-sizing: none;
}

.sp-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sp-nav li {
	margin: 0;
	padding: 16px 0;
	text-align: center;
}

.sp-nav a {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 960px) {

	.btn-sp-nav {
		display: flex;
	}

}


/* --------------------------------------------------

	メニュー

-------------------------------------------------- */

.menu-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -80px;
}

.menu-col {
	width: 50%;
	padding: 0 80px;
}

.menu-photo {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.menu-photo__col {
	padding: 10px;
}

@media screen and (max-width: 1660px) {

	.menu-row {
		margin: 0 -20px;
	}

	.menu-col {
		padding: 0 20px;
	}

}

@media screen and (max-width: 960px) {


	.menu-col {
		width: 100%;
	}

}


/* --------------------------------------------------

	ご予約

-------------------------------------------------- */

.reservation-sevtion {
	margin-bottom: 160px;
}

@media screen and (max-width: 960px) {

	.reservation-sevtion {
		margin-bottom: 0;
	}

}


/* --------------------------------------------------

	店舗情報
	
-------------------------------------------------- */

.company-box {
	margin: 0;
	padding: 0;
}

.company-box dt {
	position: relative;
	top: 53px;
	margin: 0;
	padding: 0 0 0 20px;
	background: url("../images/common/date-bg.png") no-repeat center left;
	background-size: contain;
	color: #fff;
	line-height: 80px;
	font-size: 20px;
}

.company-box dd {
	margin: 0 0 0 100px;
	padding: 24px 20px 24px 260px;
	background-color: #000;
	color: #fff;
	font-size: 20px;
}

.company-box dd a {
	color: #fff;
}

.google-map {
	overflow: hidden;
	position: relative;
	height: 0;
	margin: 64px 0 32px;
	padding-bottom: 56.25%;
}

.google-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.google-map-foot {
	margin: 0;
	padding: 0 0 0 20px;
	background: url("../images/infogoogle-map.png") no-repeat center left;
	background-size: contain;
	color: #fff;
	line-height: 80px;
	font-size: 20px;
}

@media screen and (max-width: 960px) {

	.company-box {
		position: relative;
		margin-bottom: 40px;
		padding-top: 20px;
	}

	.company-box dt {
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 40px;
		font-size: 100%;
	}

	.company-box dd {
		margin: 0;
		padding: 40px 20px 20px;
		font-size: 100%;
	}

	.google-map-foot {
		line-height: 40px;
		font-size: 100%;
	}

}


/* --------------------------------------------------

	おしらせ
	
-------------------------------------------------- */

.topics-box+.topics-box {
	margin-top: 52px;
}

.topics-date {
	position: relative;
	top: 8px;
	margin: 0;
	padding: 0 0 0 20px;
	background: url("../images/common/date-bg.png") no-repeat center left;
	background-size: contain;
	color: #fff;
	line-height: 80px;
	font-size: 20px;
}

.topics-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.topics-photo {
	width: 580px;
}

.topics-text {
	width: 100%;
	padding: 0 20px;
}

.topics-photo+.topics-text {
	width: calc(100% - 580px);
}

.topics-text> :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 960px) {

	.topics-box {
		position: relative;
		margin-bottom: 40px;
		padding-top: 20px;
	}

	.topics-date {
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 40px;
		font-size: 100%;
	}

	.topics-date+.h2-style01 {
		padding: 40px 20px 20px
	}

	.topics-photo {
		width: 100%;
		padding: 0 20px;
	}

	.topics-text {
		width: 100%;
		padding: 0 20px;
	}

	.topics-photo+.topics-text {
		width: 100%;
		margin-top: 20px;
	}

}


.pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 80px -10px 0;
	padding: 0;
	list-style: none;
}

.pagination li {
	padding: 0 10px;
}

.pagination a {
	color: #221815;
}

.pagination-text:hover {
	opacity: .75;
}

.pagination-num {
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #221815;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	text-decoration: none;
}

.pagination-num:hover {
	background-color: #221815;
	color: #fff;
}

@media screen and (max-width: 960px) {

	.pagination ul {
		margin: 40px -10px 0;
	}

	.pagination li {
		padding: 0 5px;
	}

	.pagination-num {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

}


/* --------------------------------------------------

	お問い合わせ
	
-------------------------------------------------- */

input[type="text"],
input[type="number"],
input[type="email"],
textarea {
	width: 100%;
	max-width: 100%;
	padding: 16px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	font-size: 16px;
	outline: none;
}

textarea {
	height: 20em;
}

input[type="text"].w-add {
	width: 10em;
}

forn {
	margin-top: 40px;
}

.is-required {
	display: block;
	width: 4em;
	padding: 8px 4px 6px;
	background-color: #c11329;
	color: #fff;
	line-height: 1;
	text-align: center;
	font-size: 13px;
}

@media screen and (max-width: 960px) {

	.is-required {
		display: inline-block;
		margin-left: 8px;
	}

}


/* --------------------------------------------------

	top
	
-------------------------------------------------- */

.top-key {
	position: relative;
}

.top-key .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	inset: 0;
	width: 100%;
	aspect-ratio: 100 / 47;
}

@media screen and (max-width: 960px) {
	.top-key .inner {
		aspect-ratio: auto;
	}
}


.top-key .inner h1 {
	text-align: center;
	font-size: 5vw;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.top-key .inner p {
	text-align: center;
	font-size: 2.5vw;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	margin-top: 2vw;
}

@media screen and (max-width: 960px) {

	.top-key .inner h1 {
		font-size: 6vw;
	}

	.top-key .inner p {
		font-size: 4vw;
	}

	.top-key__photo img {
		width: 100%;
		height: calc(100dvh - 60px);
		object-fit: cover;
	}

}


.important-box__body {
	padding: 32px 8%;
}

.important-box__body> :first-child {
	margin-top: 0;
}

.important-box__body> :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 960px) {}

.top-service {
	display: flex;
	align-items: center;
	/* margin-top: 120px; */
}

.top-service--reverse {
	flex-direction: row-reverse;
}

.top-service__photo {
	width: 61.5%;
	padding-bottom: 60px;
}

.top-service__photo img {
	margin-top: -60px;
}

.top-service__text {
	width: 38.5%;
	padding: 60px 0 40px;
}

@media screen and (max-width: 960px) {

	.top-service {
		flex-wrap: wrap;
	}

	.top-service--reverse {
		flex-direction: column;
	}

	.top-service__photo {
		width: 100%;
		padding-right: 40px;
		padding-bottom: 30px;
	}

	.top-service--reverse .top-service__photo {
		flex-direction: column;
		padding-right: 0;
		padding-left: 40px;
	}

	.top-service__photo img {
		margin-top: -30px;
	}

	.top-service__text {
		width: 100%;
		padding: 0 0 40px;
	}

}


.top-infomation {
	display: flex;
	align-items: center;
}

.top-infomation__text {
	width: 41%;
	padding: 60px 0 40px;
}

.top-infomation__photo {
	display: flex;
	flex-wrap: wrap;
	width: 59%;
}

.top-infomation__photo-col {
	width: 50%;
	padding-bottom: 60px;
}

.top-infomation__photo-col img {
	margin-top: -60px;
}

@media screen and (max-width: 1028px) {

	.top-infomation__text {
		width: 50%;
	}

	.top-infomation__photo {
		width: 50%;
	}

	.top-infomation__photo-col {
		width: 100%;
		padding-bottom: 0;
	}

}

@media screen and (max-width: 960px) {

	.top-infomation {
		flex-wrap: wrap;
	}

	.top-infomation__text {
		width: 100%;
		padding: 40px 0 40px;
	}

	.top-infomation__photo {
		width: 100%;
	}

	.top-infomation__photo-col img {
		margin-top: 0;
	}

}

.top-topics-wrap {
	padding: 48px 0;
}

.top-topics {
	display: flex;
	align-items: center;
	/* margin: 0 -25px; */
}

.top-topics__head {
	width: 320px;
}

.top-topics__body {
	width: calc(100% - 300px);
	padding-right: 40px;
}

.topics-list {
	display: flex;
	margin: 0;
	padding: 16px 0;
	border-bottom: 1px solid #fff;
}

.topics-list dt {
	width: 100px;
	margin: 0;
	padding: 0;
}

.topics-list dd {
	width: calc(100% - 120px);
	margin: 0;
	padding: 0;
}

.topics-list dd a {
	color: #fff;
	text-decoration: none;
}

.top-topics__btn {
	/* width: 290px; */
	/* padding: 0 25px; */
}

.top-topics__btn> :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 960px) {

	.top-topics {
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.top-topics__head {
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}

	.top-topics__body {
		width: 100%;
		margin-bottom: 40px;
		padding: 0 20px;
	}

	.top-topics__btn {
		width: 100%;
		text-align: center;
		padding: 0 20px;
	}

}