@charset "utf-8";

/* ----------------------
		reset
---------------------- */
body, div,
dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1em;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1.4;
	font-weight: normal;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

p {
	line-height: 1.5;
}

em {
	font-style: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

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

button {
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

main {
	display: block;
}

.fit {
	width: 100%;
	height: auto;
}

/* ----------------------
		common
---------------------- */

html {
    font-size: 62.5%;
}

body  {
	font-size: 1.6rem;
	line-height: 1;
	color: #BBB0A6;
	background: #141312;
	letter-spacing: 0.15rem;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
	font-family: 'Noto Serif JP', serif;
}

a:link {
	border: none;
	color: #BBB0A6;
	text-decoration: none;
}

a:visited {
	border: none;
	color: #BBB0A6;
	text-decoration: none;
}

a:active {
	border: none;
	color: #BBB0A6;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #BBB0A6;
	text-decoration: none;
}

a[href^="tel:"] {
	color: #BBB0A6;
	text-decoration: underline;
}

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

	a[href^="tel:"] {
	    pointer-events: none;
	}
}

.alpha a:hover > img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.alpha a > img {
	-webkit-transition: all 0.30s ease 0s;
	-moz-transition: all 0.30s ease 0s;
	transition: opacity 0.30s ease 0s;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.pc_br {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.fit {
	width: 100%;
	height: auto;
}

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

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.pc_br {
		display: none;
	}

}

.header {
	padding: 40px 10px 80px;
	text-align: center;
	background: url(../images/main_back_sp.jpg) no-repeat center top;
	background-size: 100% auto;
}

.header .logo {
	margin: 0 auto;
}

.header .logo img {
	width: 50px;
}

.header h1 {
	margin: 35px auto 10px;
}

.header .inner {
	margin: 60px auto 0;
	padding: 0 25px;
}

.header .inner p {
	margin: 0 0 40px;
	font-size: 1.4rem;
	line-height: 2.3;
	text-align: left;
}

.header .inner p.note {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.8;
}

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

	.header {
		padding: 65px 0 160px;
		min-height: 810px;
		min-width: 1300px;
		max-height: 1094px;
		background: url(../images/main_back_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.header .logo {
		text-align: center;
	}

	.header .logo img {
		width: 70px;
	}
	
	.header h1 {
		margin: 60px auto 30px;
		max-width: 1920px;
	}
	
	.header h2 {
		padding: 0 50px;
	}
	
	.header .inner {
		margin: 80px auto 0;
		padding: 0 50px;
		max-width: 985px;
	}
	
	.header .inner p {
		margin: 0 0 40px;
		font-size: 1.6rem;
	}
	
	.header .inner p.note {
		font-size: 1.4rem;
	}

}

.dining_list ul {
	margin: 0 10px;
}

.dining_list li {
	margin: 0 0 10px;
	height: 270px;
}

.dining_list li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.dining_list li a::before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .25s ease-out;
}

.dining_list li .text_area {
	z-index: 2;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 67px;
	width: 100%;
	background: rgba(0,0,0,0.57);
}

.dining_list li .text_area > div {
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.dining_list li .text_area h3 {
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	font-weight: 600;
	white-space: nowrap;
}

.dining_list li .text_area h3 span {
	padding-left: 10px;
	font-size: 0.9rem;
	font-weight: normal;
}

.dining_list li .text_area h4 {
	font-size: 1.5rem;
	font-weight: 600;
	white-space: nowrap;
}

.dining_list li .text_area .arrow {
	padding: 0;
	background: #7C1E1E;
	width: 40px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-out;
	flex-shrink: 0;
}

.dining_list li .text_area .arrow img {
	width: 14px;
}

.dining_list .dining_ichie a::before {
	background: url(../images/img_ichie.jpg) no-repeat center center;
	background-size: cover;
}

.dining_list .dining_rentenchi a::before {
	background: url(../images/img_rentenchi.jpg) no-repeat center center;
	background-size: cover;
}

.dining_list .dining_kumo a::before {
	background: url(../images/img_kumo.jpg) no-repeat center center;
	background-size: cover;
}

.dining_list .dining_bricole a::before {
	background: url(../images/img_bricole.jpg) no-repeat center center;
	background-size: cover;
}

.dining_list .dining_hashimaya a::before {
	background: url(../images/img_hashimaya.jpg) no-repeat center center;
	background-size: cover;
}

.dining_list .dining_hamayoshi a::before {
	background: url(../images/img_hamayoshi.jpg) no-repeat center center;
	background-size: cover;
}

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

	.dining_list {
		min-width: 1300px;
	}
	
	.dining_list ul {
		margin: 0 8px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.dining_list li {
		margin: 0 8px 16px;
		height: 470px;
		width: calc(33.3333% - 16.6666px);
	}
	
	.dining_list li a:hover::before {
		transform: scale(1.07);
	}
	
	.dining_list li .text_area {
		height: 100px;
	}
	
	.dining_list li .text_area > div {
		padding: 0 20px;
	}
	
	.dining_list li .text_area h3 {
		font-size: 3.2rem;
	}
	
	.dining_list li .text_area h3 span {
		padding-left: 15px;
		font-size: 1.2rem;
	}
	
	.dining_list li .text_area h4 {
		font-size: 2.2rem;
		font-weight: 600;
		white-space: nowrap;
	}
	
	.dining_list li .text_area .arrow {
		padding: 0;
		background: #7C1E1E;
		width: 60px;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all .3s ease-out;
	}

	.dining_list li a:hover .text_area .arrow {
		background: #B12525;
	}

	.dining_list li .text_area .arrow img {
		width: 24px;
	}

}

.dining_detail {
	margin: 75px auto 50px;
}

.dining_detail ul {
	padding: 0 10px;
}

.dining_detail li {
	margin: 0 0 35px;
	padding: 35px 0 50px;
	background: #000;
}

.detail_header {
	margin: 0 0 30px;
	padding: 0 20px 0 12px;
	border-left: 8px solid #7C1E1E;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.detail_header h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	align-items: center;
	font-weight: 600;
}

.detail_header h3 span {
	padding: 5px 0 10px 0;
	font-size: 0.9rem;
	display: block;
	font-weight: normal;
}

.detail_header h4 {
	font-size: 1.8rem;
	font-weight: 600;
}

.detail_column {
	padding: 0 20px;
}

.detail_text p {
	font-size: 1.4rem;
	line-height: 2.0;
}

.detail_text figure {
	margin: 60px 0 0;
	display: block;
}

.detail_text h4 {
	margin: 50px 0 15px;
	position: relative;
	font-size: 2.0rem;
}

.detail_text h4 span {
	display: inline-block;
	padding-right: 10px;
	background: #000;
	position: relative;
	z-index: 2;
}

.detail_text h4::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #BBB0A6;
}

.detail_column > figure {
	display: none;
}

.detail_column figcaption {
	margin: 15px 0 0;
	font-size: 1.8rem;
}

.detail_column figcaption span {
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.25em;
}

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

	.dining_detail {
		margin: 150px auto 110px;
		min-width: 1300px;
	}
	
	.dining_detail ul {
		margin: 0 auto;
		padding: 0 50px;
		max-width: 1300px;
	}
	
	.dining_detail li {
		margin: 0 0 50px;
		padding: 70px 0 90px;
	}
	
	.detail_header {
		margin: 0 0 65px;
		padding: 0 70px 0 60px;
	}
	
	.detail_header h3 {
		font-size: 3.4rem;
		display: flex;
	}
	
	.detail_header h3 span {
		padding: 0 0 0 20px;
		font-size: 1.3rem;
		display: inline;
	}
	
	.detail_header h4 {
		font-size: 2.3rem;
	}
	
	.detail_column {
		display: flex;
		padding: 0 70px;
	}
	
	.detail_text {
		margin-right: 85px;
		width: calc(100% - 405px);
	}
	
	.detail_text p {
		font-size: 1.6rem;
		line-height: 2.3;
	}

	.detail_text figure {
		display: none;
	}
	
	.detail_text h4 {
		margin: 75px 0 25px;
		font-size: 2.3rem;
	}
	
	.detail_text h4 span {
		padding-right: 15px;
	}
	
	.detail_column > figure {
		width: 320px;
		display: block;
	}
	
	.detail_column figcaption {
		margin: 20px 0 0;
		font-size: 2.2rem;
	}
	
	.detail_column figcaption span {
		display: block;
		font-size: 2.6rem;
	}

}

.footer {
	padding-bottom: 70px;
}

.copyright {
	margin: 18px 0 18px 15px;
	letter-spacing: 0.2em;
	font-size: 1.0rem;
}

.fixed_box {
	position: fixed;
	bottom: -130px;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	z-index: 10;
}

.fixed_box.on {
	bottom: 0;
}

.btn_up {
	float: right;
}

.btn_up a {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.42);
	transition: all .3s ease-out;
}

.btn_up img {
	width: 18px;
}

.btn_up span {
	padding-top: 10px;
	display: block;
	color: #BBB0A6;
	font-size: 1.0rem;
	font-family: 'Noto Serif JP', serif;
}

.btn_reserve {
	clear: both;
}

.btn_reserve a {
	height: 70px;
	background: #7C1E1E;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-out;
}

.btn_reserve a span {
	padding-right: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.25em;
	background: url(../images/link.png) no-repeat right center;
	background-size: 15px auto;
}

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

	.copyright {
		margin: 30px 0 30px 30px;
		font-size: 1.5rem;
	}
	
	.fixed_box {
		bottom: -140px;
	}
	
	.btn_up a {
		width: 70px;
		height: 70px;
	}
	
	.btn_up a:hover {
		background: rgba(201,182,182,0.42);
	}
	
	.btn_up img {
		width: 21px;
	}
	
	.btn_up span {
		font-size: 1.1rem;
	}
	
	.btn_reserve a:hover {
		background: #B12525;
	}
	
}


.movie {
	height: 250px;
	position: relative;
}

.movie_content {
	position: absolute;
	top: 0;
	right:0;
	left:0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.movie_column {
	background: url(../images/movie_back.jpg) no-repeat center center;
	background-size: cover;
	height: inherit;
	position: relative;
	overflow: hidden;
}

.movie_column::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.65);
}

.movie_file {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.movie_content button {
	margin: 0;
	padding: 15px 60px 20px 30px;
	border: none;
	border-radius: 100px;
	background-color: rgba(0,0,0,0.65);
	background-image: url(../images/movie_btn.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 40px auto;
	color: #C6BBB0;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	text-align: left;
}

.movie_content button span {
	display: block;
	font-size: 2.4rem;
	line-height: 1.8;
}


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

	.movie {
		height: 500px;
	}
	
	.movie_content button {
		margin: 0;
		padding: 25px 170px 40px 65px;
		background-position: right 40px center;
		background-size: 90px auto;
		font-size: 2.0rem;
		transition: all .3s ease-out;
	}
	
	.movie_content button span {
		font-size: 4.8rem;
	}

	.movie_content button:hover {
		background-color: rgba(124,30,30,0.65);
	}


}
