﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@300;400;700&family=Noto+Sans+JP&family=Noto+Serif+JP:wght@400;500;700&display=swap');


/*----------------------------------------------
	Overall settings
-----------------------------------------------*/

body {
	min-width: 1200px;
	font-family: 'Cinzel', 'Noto Serif JP', serif;
	color: #111;
	font-weight: 400;
	text-align: center;
}

body.ovh {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}

a {
	color: #111;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}

a:hover {
	opacity: .5;
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

/* font */
.gothic {
	font-family: 'Noto Sans JP', sans-serif;
}

.mincho {
	font-family: 'Noto Serif JP', serif;
}

.cinzel {
	font-family: 'Cinzel', serif;
}

.times {
	font-family: "Times New Roman", Times, "serif";
}

.light {
	font-weight: 300 !important;
}

.regular {
	font-weight: 400 !important;
}

.medium {
	font-weight: 500 !important;
}

.bold {
	font-weight: 700 !important;
}

/* bg */
.bg-white {
	background: rgba(255, 255, 255, .3);
}

.bg-white2 {
	background: rgba(255, 255, 255, .7);
}

.bg-white3 {
	background: rgba(255, 255, 255, .9);
}

.bg-gray {
	background: rgba(170, 170, 170, .8);
}

.bg-darkgray {
	color: #fff;
	background: rgba(36, 36, 36, .7);
}

.bg-darkgray a {
	color: #fff;
}

/* color */
.white {
	color: #fff !important;
}

.black {
	color: #000 !important;
}

.red {
	color: #C82329 !important;
}

/* zoom */
.zoom {
	position: relative;
}

.zoom figure {
	overflow: hidden;
}

.zoom figure img {
	transition: all .4s;
}

.zoom:hover {
	opacity: 1;
}

.zoom:hover figure img {
	transform: scale(1.2);
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 540px) {
	body {
		min-width: inherit;
		font-size: 4.2vw;
	}

	a:hover {
		opacity: 1;
	}
}

@media screen and (max-width: 350px) {
	html {
		font-size: 50%;
	}
}



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

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1200px;
	height: 120px;
	background: linear-gradient(to bottom, rgba(31, 24, 24, 1) 0%, rgba(53, 47, 47, .28) 70%, rgba(0, 0, 0, 0) 100%);
	z-index: 999;
}

header .logo {
	position: absolute;
	left: 15px;
	top: 15px;
}

header .headerwrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-right: 180px;
	position: relative;
}

header nav {
	display: flex;
	justify-content: center;
	padding-top: 35px;
	line-height: 50px;
}

header nav ul {
	display: flex;
	justify-content: center;
	font-size: 17px;
}

header nav ul li {
	margin: 0 1.0em;
}

header nav ul li a {
	color: #fff;
}

header nav ul li.ac span {
	padding-right: 18px;
	color: #fff;
	background: url("../img/ic-bottom.svg") right center no-repeat;
}

header nav ul li.ac {
	position: relative;
}

header nav ul li.ac div {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #000;
}

header nav ul li.ac:hover div {
	display: block;
}

header nav ul li.ac div a {
	display: block;
	padding: .5em 1em;
	color: #fff;
	text-align: left;
	white-space: nowrap;
}

header nav ul li.ac div a:hover {
	opacity: 1;
	background: #333;
}

header nav ul li.ac div a:not(:last-child) {
	border-bottom: 1px solid #3E3E3E;
}

header nav ul li.en{
	display: flex;
	justify-content: center;
	align-items: center;
}
header nav ul li.en a{
	display: block;
	background-color: #fff;
	border: 1px solid #000;
	color:#000;
	padding: 0 1em;
	line-height: 2em;
}

header dl.reserve {
	position: absolute;
	right: 0;
	top: 35px;
	font-size: 15px;
}

header dl.reserve dt {
	width: 188px;
	line-height: 50px;
	color: #fff;
	font-size: 21px;
	background: #C82329;
}

header dl.reserve dd {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
}

header dl.reserve:hover dd {
	display: block;
}

header dl.reserve dd a {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	padding: 0 1em;
	min-height: 70px;
	line-height: 1.5;
	color: #fff;
	text-align: left;
	background: #000;
}

header dl.reserve dd a:hover {
	opacity: 1;
	background: #333;
}

header dl.reserve dd a:not(:last-child) {
	border-bottom: 1px solid #3E3E3E;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 540px) {
	header {
		min-width: inherit;
		height: 80px;
	}

	header .logo {
		left: 8px;
		top: 8px;
		width: 72px;
	}

	header .spmenu {
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		height: 80px;
		z-index: 9999;
		cursor: pointer;
	}

	header .spmenu span {
		display: block;
		position: absolute;
		left: 20px;
		width: 40px;
		height: 1px;
		background: #fff;
		transition: all .2s;
	}

	header .spmenu span:nth-child(1) {
		top: 30px;
	}

	header .spmenu span:nth-child(2) {
		top: 45px;
	}

	header.open .spmenu span:nth-child(1) {
		top: 37px;
		transform: rotate(40deg);
	}

	header.open .spmenu span:nth-child(2) {
		top: 37px;
		transform: rotate(-40deg);
	}

	header nav {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		padding-top: 0;
		padding-bottom:48px;
		line-height: 2;
		background: #242424;
		overflow-y: auto;
		z-index: 999;
	}

	header nav .splogo {
		margin-bottom: 40px;
		padding: 12px 0 0 12px;
		width: 75px;
		text-align: left;
	}

	header nav ul {
		display: block;
		font-size: 4.26vw;
		text-align: left;
	}

	header nav ul li {
		margin: 0 4.5% 1.5em;
	}

	header nav ul li a {
		padding-left: 1em;
		background: url("../img/ic-lefttop.svg") left top .1em no-repeat !important;
	}

	header nav ul li.ac {
		margin-bottom: .5em;
		overflow: hidden;
	}

	header nav ul li.ac span {
		display: block;
		padding-right: 0;
		margin-bottom: 1em;
		background: none;
		font-family: 'Noto Sans JP', sans-serif;
		color: #A7A7A7;
		letter-spacing: .3em;
	}

	header nav ul li.ac {
		position: static;
	}

	header nav ul li.ac div {
		display: block;
		position: static;
		background: none;
	}

	header nav ul li.ac div a {
		display: block;
		padding: 0 0 0 1em;
		margin-bottom: 2em;
		background-position: left top .5em;
	}

	header nav ul li.ac div a:hover {
		opacity: 1;
		background: none;
	}

	header nav ul li.ac div a:not(:last-child) {
		border-bottom: none;
	}

	header nav ul li.sp-header-square {
		padding-top: .5em;
		margin-bottom: 9vw;
	}

	header nav ul li.sp-header-square a {
		display: block;
		width: 100%;
		padding-left: 0;
		background: none !important;
		text-align: center;
		line-height: 4;
		border: 1px solid #939393;
		color: #fff;
	}
	header dl.reserve {
		position: absolute;
		right: 80px;
		top: 15px;
		font-size: 15px;
	}

	header dl.reserve dt {
		width: auto;
		padding: 0 8px;
		line-height: 60px;
		font-size: 15px;
	}

	header dl.reserve dd {
		display: none;
		position: absolute;
		left: 0;
		top: 60px;
	}

	header dl.reserve:hover dd {
		display: none;
	}

	header dl.reserve dd a {
		display: block;
		padding: .8em;
		width: 8.5em;
		height: auto;
		line-height: 1.3;
	}

	header dl.reserve dd a:hover {
		opacity: 1;
		background: #333;
	}

	header dl.reserve dd a:not(:last-child) {
		border-bottom: 1px solid #3E3E3E;
	}
}



/*----------------------------------------------
	section
-----------------------------------------------*/

section {}

.wrap {
	clear: both;
	box-sizing: content-box;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3%;
	padding-right: 3%;
}

/* ttl */
.pagettl {
	padding-top: 240px;
	margin-bottom: 80px;
	font-size: 100px;
	font-weight: 300;
	line-height: .6;
}

.pagettl span {
	display: inline-block;
	color: #707070;
	font-size: 25px;
}

.ttl1 {
	font-size: 100px;
	color: #CECECE;
	font-weight: 400;
}

.ttl2 {
	font-size: 30px;
	font-weight: 400;
	text-align: left;
}

.ttl2 span {
	display: block;
	font-size: 76px;
	line-height: 1.2;
}

.ttl2 span.translucent {
	opacity: .27;
}

.ttl2 span.gray {
	color: #D5D5D5;
}

.ttl3 {
	color: #C82329;
	font-size: 18px;
	margin-bottom: .5em;
}

.ttl4 {
	color: #C82329;
	font-size: 49px;
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: .3em;
	margin-bottom: .6em;
	border-bottom: 1px solid #C82329;
}

.ttl5 {
	color: #C82329;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: left;
	line-height: 1.4;
	margin-bottom: .6em;
	border-left: 6px solid #C82329;
}

.ttl5 span {
	display: block;
	margin-left: 2px;
	padding-left: .8em;
	border-left: 2px solid #C82329;
}

/* btn */
.btn1 {
	display: inline-block;
	width: 184px;
	color: #fff;
	font-weight: bold;
	letter-spacing: .03em;
	text-align: center;
	background: url("../img/ic-right.svg") right .5em center no-repeat;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
}

.btn1.ic-youtube {
	background: url("../img/ic-right.svg") right .5em center no-repeat, url("../img/ic-yt.svg") left .5em center no-repeat;
}

.btn2 {
	display: inline-block;
	width: 8em;
	line-height: 2.2;
	color: #fff;
	font-size: 24px;
	background: #C82329;
}

.cardbnr {
	display: inline-block;
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: #000;
	border-radius: 20px 0 0 0;
	z-index: 9;
}

.cardbnr:hover {
	opacity: 1;
	background: #333;
}

.cardbnr h3 {
	color: #faa;
	font-size: 18px;
}

.cardbnr div {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.cardbnr div p {
	padding-right: .2em;
	color: #fff;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
}

.cardbnr div figure {
	width: 88px;
}

/* list */
.list1 li {
	padding-left: 1.5em;
	text-align: left;
	position: relative;
}

.list1 li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

/* pager */
.pager {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.pager a {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: 0 .8em;
	line-height: 2;
	text-align: center;
	border-radius: 100px;
}

.pager a.prev {
	width: 15px;
	margin: 0 .8em 0 0;
	background: url("../img/ic-prev.svg") center no-repeat !important;
}

.pager a.next {
	width: 15px;
	margin: 0 0 0 .8em;
	background: url("../img/ic-next.svg") center no-repeat !important;
}

.pager a.prev:hover,
.pager a.next:hover {
	opacity: .5;
}

.pager a.active,
.pager a:hover {
	opacity: 1;
	color: #fff;
	background: #000;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 540px) {
	.wrap {
		padding-left: 7.2vw;
		padding-right: 7.2vw;
	}

	/* ttl */
	.pagettl {
		padding-top: 130px;
		margin-bottom: 13.3vw;
		font-size: 8vw;
		line-height: 1.5;
	}

	.pagettl span {
		font-size: 5.6vw;
	}

	.ttl1 {
		font-size: 16vw;
	}

	.ttl2 {
		font-size: 5.8vw;
	}

	.ttl2 span {
		font-size: 13.8vw;
	}

	.ttl3 {
		font-size: 4.8vw;
	}

	.ttl4 {
		font-size: 9.8vw;
	}

	.ttl5 {
		font-size: 6.9vw;
	}

	/* btn */
	.btn1.ic-youtube {
		font-size: 4.8vw;
	}

	.btn2 {
		font-size: 5.6vw;
	}

	.cardbnr {
		padding: 1em .1em .4em;
	}

	.cardbnr:hover {
		background: #000;
	}

	.cardbnr h3 {
		font-size: 4.8vw;
	}

	.cardbnr h3 span {
		display: inline-block;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: left;
		line-height: 1.2;
	}

	.cardbnr div {
		display: block;
	}

	.cardbnr div p {
		padding-right: .2em;
		font-size: 2.6vw;
		text-align: center;
		white-space: nowrap;
	}

	.cardbnr div figure {
		width: 12.8vw;
		margin: 0 auto;
	}

	/* pager */
	.pager a {
		margin: 0 .2em;
	}

	.pager {
		font-size: 4.8vw;
	}
}



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

footer {
	clear: both;
	/* padding: 70px 0 40px; */
	padding: 70px 0;
	color: #fff;
	background: #242424;
}

footer .wrap {
	max-width: 1200px;
	margin-bottom: 3em;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

footer a {
	color: #fff;
}

footer .fnav {
	display: flex;
	justify-content: space-between;
	width: 77%;
}

footer .fnav p {
	margin-bottom: 1.5em;
}

footer .fnav p a {
	display: inline-block;
	padding-left: .5em;
	background: url("../img/ic-lefttop.svg") left top .5em no-repeat;
}

footer .fnav p.ttl {
	color: #A7A7A7;
	letter-spacing: .3em;
}

footer .fabout {
	flex: 1;
	padding-left: 5%;
}

footer .fabout .logo {
	text-align: center;
	margin-bottom: 50px;
}

footer .fabout .btn {
	text-align: center;
	margin-bottom: 40px;
}

footer .fabout .btn a {
	display: block;
	line-height: 4;
	border: 1px solid #939393;
}

footer .fabout .btn a:hover {
	opacity: 1;
	background: #666;
}

footer .fabout dl {
	font-size: 15px;
}

footer .fabout dl dt {
	margin-bottom: .5em;
	color: #A7A7A7;
}

footer .fabout dl dd {
	margin-bottom: 35px;
}

footer .fabout dl dd a {
	color: #fff;
	font-size: 15px;
}

footer .fabout dl dd a img {
	margin-right: 1em;
}

footer .copy {
	color: #747474;
	font-size: 13px;
	letter-spacing: .07em;
}

.wrap.social_link_box {
	flex-direction: column;
	font-size: 15px;
}

.wrap.social_link_box .heading {
	margin-bottom: 0.5em;
	color: #A7A7A7;
}

.wrap.social_link_box ul {
	display: flex;
	gap: 3em;
}

.wrap.social_link_box ul a {
	color: #fff;
	font-size: 15px;
}

.wrap.social_link_box ul a img {
	margin-right: 1em;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 540px) {
	footer {
		padding: 9.3vw 0;
	}

	footer .wrap {
		display: block;
		margin-bottom: 0;
	}

	footer .fnav {
		display: block;
		width: auto;
		margin-bottom: 18vw;
	}

	footer .fnav p {
		margin-bottom: 1.5em;
	}

	footer .fabout {
		padding-left: 0;
	}

	footer .fabout .logo {
		text-align: center;
		margin-bottom: 5vw;
	}

	footer .fabout .logo img {
		width: 44.5vw;
	}

	footer .fabout .btn {
		text-align: center;
		margin-bottom: 40px;
	}

	footer .fabout .btn a:hover {
		background: none;
	}

	footer .fabout dl {
		font-size: 4vw;
		margin-left: 15%;
	}

	footer .fabout dl dd {
		margin-bottom: 7vw;
	}

	footer .fabout dl dd a {
		font-size: 4vw;
	}

	footer .copy {
		font-size: 3vw;
	}

	footer .wrap.social_link_box {
		margin: 0 7vw 7vw;
	}

	footer .wrap.social_link_box ul {
		display: block;
	}

	footer .wrap.social_link_box ul li:not(:last-child) {
		margin-bottom: 7vw;
	}

	footer .wrap.social_link_box ul a {
		font-size: 4vw;
	}
}



















































/*--------------------------------------------------------------------------------------------
	Sub-page settings
----------------------------------------------------------------------------------------------*/
/*----------------------------------------------
	/
-----------------------------------------------*/
/* TOP 団体貸切バナー追加 */
.bnr_area {
	background-color: #fff;
	padding: 60px 0;
}

.top1 {
	height: 100vh;
	color: #fff;
	position: relative;
	background: rgba(85, 73, 73, .26);
}

.top1 video {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: -1;
	vertical-align: top;
}

.top1 h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.top1 .box1 {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 650px;
	padding: 2em 5vw;
	font-size: 14px;
	text-align: left;
	background: rgba(103, 53, 53, .77);
}

.top1 .box1 a {
	color: #fff;
}

.top1 .box1 h2 {
	float: left;
	margin-right: 1.5em;
	font-size: 15px;
}

.top1 .box1 dl {
	padding-left: 1.5em;
	overflow: hidden;
	border-left: 1px solid #856463;
}

.top1 .box1 dl a {
	font-weight: 500;
}

.top1 .box1 .more {
	position: absolute;
	left: 5vw;
	bottom: 2em;
}

.top1 .box2 {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.top1 .box2:after {
	display: block;
	content: "";
	width: 1px;
	height: 60px;
	margin: 10px auto 0;
	background: #fff;
}

.top2 {
	padding: 110px 0 130px;
}

.top2 h2 {
	color: #CECECE;
	font-size: 70px;
	margin-bottom: 60px;
}

.top3 {
	padding-bottom: 150px;
	color: #fff;
	background: rgba(103, 53, 53, .77);
}

.top3 .box1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.top3 .box1 .leftcol {
	width: 30%;
}

.top3 .box1 .leftcol h2 {
	margin-bottom: -.5em;
	color: #9A7979;
	font-size: 3.95vw;
	text-align: right;
	line-height: 1;
	position: relative;
}

.top3 .box1 .leftcol h2 span {
	display: block;
	font-size: 4.53vw;
	letter-spacing: .2em;
}

.top3 .box1 .centercol {
	flex: 1;
	font-size: 18px;
	line-height: 2.5;
	text-align: left;
	padding: 2em 2em 0 4em;
}

.top3 .box1 .rightcol {
	width: 30%;
}

.top3 .box2 {
	max-width: 800px;
}

.top3 .chef_sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.top3 .chef_sns a {
	display: block;
	border: 1px solid rgba(255, 255, 255, .7);
	color: #fff;
	width: 12em;
	line-height: 1.3;
	padding: 1rem 1rem 1rem 30%;
	text-align: left;
}

.top3 .chef_sns a.fb {
	background: url(../img/ic-fb.svg) center left 15px/25px no-repeat;
}

.top3 .chef_sns a.ig {
	background: url(../img/ic-ig.svg) center left 15px/25px no-repeat;
}

.top4 {
	padding: 100px 0 170px;
	background: rgba(255, 255, 255, .3);
	position: relative;
}

.top4 h2 {
	margin-bottom: 100px;
}

.top4 figure {
	position: absolute;
	left: 0;
	top: -150px;
	width: 30%;
}

.top4 a {
	display: block;
	margin-left: calc(50vw - 540px + 10%);
	margin-bottom: 60px;
	transition: all .2s;
}

.top4 a:nth-of-type(2n) {
	margin-left: 0;
	margin-right: calc(50vw - 540px + 10%);
}

.top4 a:nth-of-type(1) {
	background: url("../img/top4-bg1.jpg") center / auto 100% no-repeat;
}

.top4 a:nth-of-type(2) {
	/* background: url("../img/top4-bg2.jpg") center / auto 100% no-repeat; */
	background: url("../img/top4-bg3.jpg") center / auto 100% no-repeat;
}

.top4 a:nth-of-type(3) {
	background: url("../img/top4-bg3.jpg") center / auto 100% no-repeat;
}

.top4 a:nth-of-type(4) {
	background: url("../img/top4-bg5.jpg") center / auto 100% no-repeat;
}

/* .top4 a:nth-of-type(5) {
	background: url("../img/top4-bg5.jpg") center / auto 100% no-repeat;
} */

.top4 a:hover {
	opacity: 1;
	background-size: auto 120% !important;
}

.top4 a div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 10%;
	height: 376px;
	color: #B4B4B4;
	font-size: 20px;
	line-height: 1.3;
	text-align: left;
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(10, 10, 10, .78) 35%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

.top4 a div p span {
	display: inline-block;
	padding-top: .3em;
	font-size: 32px;
}

.top5 {
	padding: 180px 0 120px;
	background: rgba(34, 34, 34, .8);
	position: relative;
}

.top5 .wrap {
	max-width: 1311px;
}

.top5 h2 {
	position: absolute;
	left: 50%;
	top: -1em;
	transform: translateX(-50%);
}

.top5 a {
	color: #fff;
}

.top6 {
	padding: 150px 0 60px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%);
}

.top6 .wrap {
	max-width: 1402px;
}

.top6 a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, .3);
}

.top6 a:hover {
	opacity: 1;
	background: #ccc;
}

.top6 a div {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1.4;
	text-align: left;
}

.top6 a div p span {
	color: #484848;
	font-size: 100px;
}

.top6 a div p small {
	font-size: 18px;
}

.top6 a figure {
	width: 52.4%;
}

.top7 {
	padding: 140px 0;
	background: url("../img/top7-bg.jpg") center bottom / 100% auto no-repeat #fff;
}

.top7 h2 {
	line-height: 1.4;
}

.top7 .kome {
	font-size: 18px;
}

.top7 ul li {
	padding: 30px 0;
	border-bottom: 1px solid #707070;
}

.top7 ul li.echi {
	padding: 30px 0 10px;
}

.top7 ul li .flexbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top7 ul li .flexbox .ttl {
	font-size: 23px;
}

.top7 ul li .flexbox .tel {
	font-size: 30px;
	line-height: 1;
}

.top7 ul li small {
	display: block;
	font-size: 13px;
	text-align: left;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 1900px) {
	.top3 .box1 .centercol {
		font-size: .93vw;
	}
}

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

@media screen and (max-width: 1400px) {
	.top1 .box1 {
		max-width: 550px;
	}

	.top3 .box1 .centercol {
		font-size: 13px;
		line-height: 2.3;
	}
}

@media screen and (max-width: 540px) {
	.bnr_area {
		padding: 30px 20px;
	}

	.top1 h1 {
		top: 40%;
		width: 70%;
	}

	.top1 .box1 {
		max-width: inherit;
		margin-right: 100px;
		padding: 1em;
		font-size: 3.7vw;
	}

	.top1 .box1 h2 {
		font-size: 4vw;
	}

	.top1 .box1 dl dd {
		line-height: 1.5;
	}

	.top1 .box1 .more {
		bottom: 1em;
	}

	.top2 {
		padding: 7vw 3vw 15.2vw;
		font-size: 4vw;
	}

	.top2 h2 {
		font-size: 12.5vw;
		margin-bottom: 5vw;
	}

	.top2 .chef {
		font-size: 5vw;
	}

	.top3 {
		padding: 10vw 0 17.6vw;
	}

	.top3 .box1 {
		display: block;
		margin-bottom: 28.2vw;
	}

	.top3 .box1 .leftcol {
		width: auto;
		text-align: left;
	}

	.top3 .box1 .leftcol h2 {
		display: inline-block;
		margin-bottom: .5em;
		font-size: 12.2vw;
		text-align: left;
		position: relative;
	}

	.top3 .box1 .leftcol h2 span {
		position: absolute;
		right: 0;
		top: 100%;
		font-size: 13.8vw;
	}

	.top3 .box1 .leftcol img {
		width: 82.7%;
	}

	.top3 .box1 .centercol {
		font-size: 4.2vw;
		line-height: 2.38;
		padding: 2em 1.2em 14.4vw;
	}

	.top3 .box1 .rightcol {
		width: auto;
		padding: 0 7%;
	}

	.top3 .chef_sns {
		display: block;
	}

	.top3 .chef_sns a {
		width: 100%;
		padding: 1.8rem 1rem;
		text-align: center;
	}

	.top3 .chef_sns a.fb {
		background-size: 30px;
		margin-bottom: 15px;
	}

	.top3 .chef_sns a.ig {
		background-size: 30px;
	}

	.top4 {
		padding: 13vw 0 17vw;
	}

	.top4 h2 {
		margin-bottom: 7vw;
	}

	.top4 a {
		display: block;
		margin-left: 0;
		margin-right: 8%;
		margin-bottom: 9.6vw;
	}

	.top4 a:nth-of-type(2n) {
		margin-left: 8%;
		margin-right: 0;
	}

	.top4 a:hover {
		background-size: cover !important;
	}

	.top4 a div {
		padding-left: 6%;
		height: 58.6vw;
		font-size: 4vw;
		background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(10, 10, 10, .78) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
	}

	.top4 a div p span {
		font-size: 5.8vw;
	}

	.top4 a div p span.mb25 {
		margin-bottom: .5em;
	}

	.top5 {
		padding: 16vw 0 21vw;
	}

	.top5 .wrap {
		max-width: inherit;
	}

	.top6 {
		padding: 56.2vw 0 21vw;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%);
	}

	.top6 a {
		display: block;
	}

	.top6 a:hover {
		background: #fff;
	}

	.top6 a div {
		display: block;
		padding: 2.5em 2em;
		font-size: 4.2vw;
	}

	.top6 a div p span {
		font-size: 16vw;
	}

	.top6 a div p small {
		font-size: 4.8vw;
	}

	.top6 a figure {
		width: auto;
	}

	.top7 {
		padding: 10vw 0 21vw;
		background-size: auto 100%;
	}

	.top7 h2 {
		font-size: 12vw;
		line-height: 1.4;
		margin-bottom: .7em;
	}

	.top7 .kome {
		font-size: 4.8vw;
	}

	.top7 ul li {
		padding: 6.6vw 0 !important;
	}

	.top7 ul li .flexbox {
		display: block;
	}

	.top7 ul li .flexbox .ttl {
		font-size: 5.6vw;
		line-height: 1.6;
		margin-bottom: 1em;
	}

	.top7 ul li.echi .flexbox .ttl {
		font-size: 5.6vw;
		letter-spacing: .05em;
		margin-bottom: .5em;
	}

	.top7 ul li .flexbox small {
		padding: 0 2.5em .8em;
		font-size: 3.4vw;
		line-height: 1.6;
	}

	.top7 ul li .flexbox .tel {
		font-size: 8vw;
		line-height: 1.5;
	}
}



/*----------------------------------------------
	shop/
-----------------------------------------------*/

.shop1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	padding: 0 3%;
}

.shop1 video {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: -1;
	vertical-align: top;
}

.shop1 div {
	display: flex;
	align-items: center;
	color: #fff;
}

.shop1 div figure {
	width: 213px;
}

.shop1 div h1 {
	flex: 1;
	padding-left: 50px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
}

.shop1 div h1 strong {
	display: inline-block;
	padding-top: .2em;
	font-size: 66px;
	font-weight: normal;
}

.shop1 div h1 span {
	display: inline-block;
	margin-top: .2em;
	padding: 0 .5em;
	color: #fff;
	font-size: 32px;
	line-height: 1.8;
	background: #000;
}

.shop1 div h1 span small {
	font-size: 18px;
	vertical-align: middle;
}

.shop2 {
	padding-top: 30px;
	padding-bottom: 350px;
}

.shop2.kitahama {
	color: #fff;
	background: url(../img/shop2-kitahama.jpg) center / cover no-repeat;
}

.shop2.modo {
	color: #fff;
	background: url(../img/shop2-modo.jpg) center / cover no-repeat;
}

.shop2.echi {
	background: url(../img/shop2-echi.jpg) center / cover no-repeat;
}

.shop2.teatro {
	background: url(../img/shop2-teatro.jpg) center / cover no-repeat;
}

.shop2 .box1 {
	display: flex;
	justify-content: space-between;
}

.shop2 .box1 a {
	display: inline-block;
	padding-right: 1em;
	width: 140px;
	font-weight: bold;
	line-height: 3.5;
	letter-spacing: .03em;
	text-align: center;
	background: url("../img/ic-bottom-black.svg") right .5em center no-repeat;
	border-bottom: 1px solid #222;
}

.shop2 .box1 a.white {
	background: url("../img/ic-bottom.svg") right .5em center no-repeat;
	border-bottom: 1px solid #a7a7a7;
}

.shop2 .box2 {
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
}

.shop2 .box2 h2 {
	width: 41.7%;
}

.shop2 .box2 p {
	flex: 1;
	text-align: left;
}

.shop3 {
	max-width: 1480px;
}

.shop3 img {
	margin-top: -250px;
}

.shop4 {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: left;
}

.shop4 .leftcol {
	width: 45%;
	font-size: 18px;
}

.shop4 .leftcol p.gothic {
	font-size: 16px;
}

.shop4 .rightcol {
	width: 49.1%;
}

.shop4 .rightcol dl {
	display: flex;
	flex-wrap: wrap;
}

.shop4 .rightcol dl:not(:last-of-type) {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #B1B1B1;
}

.shop4 .rightcol dl dt {
	width: 13.5em;
	font-weight: bold;
}

.shop4 .rightcol dl dd {
	flex: 1;
}

.shop4 .rightcol p.red {
	font-size: 14px;
	padding-top: 1em;
}

.shop5 {
	display: flex;
	justify-content: space-between;
}

.shop5 img {
	width: 33%;
}

.shop6 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	max-width: 1200px;
	padding-top: 110px;
	padding-bottom: 110px;
}

.shop6 div {
	width: 42%;
}

.shop6 div h2 {
	margin-bottom: .5em;
}

.shop6 div li {
	padding: 1em 0;
	text-align: left;
	border-bottom: 1px solid #707070;
}

.shop6 div li a {
	display: block;
	padding-right: 2em;
	font-size: 23px;
	background: url("../img/ic-right-black.svg") right .5em center no-repeat;
}

.bg-gray .shop6 div li a {
	color: #fff;
	background: url("../img/ic-right.svg") right .5em center no-repeat;
}

.shop6 figure {
	width: 48.5%;
}

.shop7 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.shop7 .box1 {
	padding: 70px;
	color: #fff;
	background: #7D7D7D;
}

.shop7 .box1 h2 {
	float: left;
	width: 280px;
}

.shop7 .box1 div {
	overflow: hidden;
	margin-bottom: 50px;
}

.shop7 .box1 div dl {
	padding: .7em 0;
	text-align: left;
	border-bottom: 1px solid #A7A7A7;
}

.shop7 .box1 div dl a {
	color: #fff;
}

.shop8 {
	display: flex;
	align-items: center;
}

.shop8.kitahama {
	background: #EAEEEF;
}

.shop8.modo {
	background: #EAEBEF;
}

.shop8.echi {
	background: #FAEFE7;
}

.shop8.teatro {
	background: #EAF0E7;
}

.shop8 iframe {
	width: 60%;
	height: 780px;
}

.shop8 div {
	flex: 1;
	padding: 50px 6%;
	text-align: left;
}

.shop8 div h2 {
	color: #6F6E6E;
}

.shop8 div dl {
	display: flex;
	padding: 1.5em 0;
	border-bottom: 1px solid #B1B1B1;
}

.shop8 div dl dt {
	width: 5em;
}

.shop8 div dl dd {
	overflow: hidden;
}

.shop8 div dl.hour {
	display: block;
	padding: 1.5em 0 ;
}

.shop8 div dl.vac {
	border-bottom: none;
}

.shop8 div dl.hour dt {
	float: left;
}

.shop8 div dl.hour dd {
	overflow: hidden;
}

.shop9 {
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
}

.shop9 h2 {
	font-size: 29px;
	font-weight: normal;
	line-height: 1.4;
}

.shop9 h2 span {
	display: inline-block;
	padding-top: .2em;
	font-size: 76px;
	line-height: 1.4;
}

.shop9 .txt {
	margin-bottom: 2em;
	font-size: 18px;
}

.shop9 .tel {
	font-size: 48px;
	line-height: 1;
}

.shop10 {
	display: flex;
	align-items: center;
	background: #000;
}

.shop10 div {
	width: 51.8%;
	padding: 0 5%;
	color: #fff;
}

.shop10 div dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 533px;
	margin: 0 auto 2.5em;
}

.shop10 div dl dt {
	width: 195px;
}

.shop10 div dl dd {
	width: 250px;
	text-align: left;
}

.shop10 div dl dd p {
	font-size: 41px;
	line-height: 1.4;
}

.shop10 div dl dd li {
	padding: .5em 0;
	font-size: 18px;
}

.shop10 div dl dd li:not(:last-child) {
	border-bottom: 1px solid #707070;
}

.shop10 div p {
	max-width: 647px;
	font-size: 18px;
	text-align: left;
}

.shop10 div p.gothic {
	font-size: 16px;
}

.shop10 figure {
	flex: 1;
	height: 600px;
	background: url("../img/shop10-modo.jpg") center / cover no-repeat;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 540px) {
	.shop1 div {
		display: block;
		width: 100%;
	}

	.shop1 div figure {
		width: 46%;
		margin: 0 auto;
	}

	.shop1 div h1 {
		padding-left: 0;
		padding-top: 2em;
		font-size: 5vw;
		text-align: center;
	}

	.shop1 div h1 strong {
		display: inline-block;
		padding-top: .4em;
		font-size: 7.4vw;
	}

	.shop2 {
		padding-top: 5vw;
		padding-bottom: 32vw;
	}

	.shop2 .box1 {
		flex-wrap: wrap;
	}

	.shop2 .box1 a {
		width: 45%;
		font-size: 4.8vw;
		line-height: 3;
	}

	.shop2 .box2 {
		padding-top: 15vw;
		display: block;
	}

	.shop2 .box2 h2 {
		width: auto;
		margin-bottom: 1em;
	}

	.shop2 .box2 p {
		flex: 1;
	}

	.shop3 img {
		margin-top: -18.6%;
	}

	.shop4 {
		display: block;
		padding-top: 3em;
		padding-bottom: 12vw;
	}

	.shop4 .leftcol {
		width: auto;
		font-size: 4.8vw;
		margin-bottom: 18vw;
	}

	.shop4 .leftcol p.gothic {
		font-size: 4.2vw;
	}

	.shop4 .rightcol {
		width: auto;
	}

	.shop4 .rightcol dl {
		display: block;
	}

	.shop4 .rightcol dl dt {
		width: auto;
		margin-bottom: .5em;
	}

	.shop5 {
		display: block;
	}

	.shop5 img {
		width: auto;
		margin-bottom: .6em;
	}

	.shop6 {
		display: block;
		padding-top: 15vw;
		padding-bottom: 21vw;
	}

	.shop6 div {
		width: auto;
		margin-bottom: 12vw;
	}

	.shop6 div li a {
		font-size: 4.5vw;
	}

	.shop6 figure {
		width: auto;
	}

	.shop7 {
		padding: 0 !important;
	}

	.shop7 .box1 {
		padding: 15vw 7.2vw 20vw;
	}

	.shop7 .box1 h2 {
		float: none;
		width: auto;
		margin-bottom: 1em;
	}

	.shop7 .box1 div {
		margin-bottom: 50px;
	}

	.shop8 {
		display: block;
	}

	.shop8 iframe {
		width: 100%;
	}

	.shop8 div {
		padding: 8vw 7.2vw;
	}

	.shop8 div dl {
		padding: 1em 0;
	}

	.shop8 div dl.hour {
		padding: 1em 0 0;
	}

	.shop9 {
		padding: 21vw 7.2vw;
	}

	.shop9 h2 {
		font-size: 7.4vw;
		margin-bottom: 1em;
	}

	.shop9 h2 span {
		font-size: 11.7vw;
	}

	.shop9 .txt {
		font-size: 4.2vw;
	}

	.shop9 .tel {
		font-size: 9vw;
		line-height: 1;
	}

	.shop10 {
		display: block;
	}

	.shop10 div {
		width: auto;
		padding: 15vw 7.2vw 8vw;
	}

	.shop10 div dl {
		display: block;
		margin: 0 auto 2.5em;
	}

	.shop10 div dl dt {
		width: auto;
		margin-bottom: 2em;
	}

	.shop10 div dl dd {
		width: auto;
	}

	.shop10 div dl dd p {
		font-size: 10.9vw;
		line-height: 1.4;
	}

	.shop10 div dl dd li {
		font-size: 4.8vw;
	}

	.shop10 div p {
		font-size: 4.8vw;
	}

	.shop10 div p.gothic {
		font-size: 4.2vw;
	}

	.shop10 figure {
		height: auto;
		background: none;
	}
}



/*----------------------------------------------
	news/
-----------------------------------------------*/

.news1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news1 .newsbox {
	margin-bottom: 80px;
	width: 30.6%;
	text-align: left;
}

.news1 .newsbox a {
	display: block;
}

.news1 .newsbox figure {
	margin-bottom: .5em
}

.news1 .newsbox .date {
	margin-bottom: 5px;
	font-size: 14px;
}

.news2 {
	padding: 210px 0 60px;
	position: relative;
}

.news2:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 313px;
	z-index: -1;
}

.news2.kitahama:before {
	background: url("../img/shop1-kitahama.jpg") center / cover no-repeat;
}

.news2.modo:before {
	background: url("../img/shop1-modo.jpg") center / cover no-repeat;
}

.news2.echi:before {
	background: url("../img/shop1-echi.jpg") center / cover no-repeat;
}

.news2.teatro:before {
	background: url("../img/shop1-teatro.jpg") center / cover no-repeat;
}

.news2 figure {
	display: flex;
	align-items: center;
	width: 220px;
	height: 220px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #000;
}

.news2 h1 {
	padding-top: .6em;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.4;
}

.news3 {
	margin-bottom: 100px;
}

.news3 ul {
	display: flex;
	justify-content: space-between;
}

.news3 ul li {
	width: 16.1%;
	line-height: 3;
	transition: all .2s;
	border-bottom: 1px solid #B9B9B9;
	cursor: pointer;
}

.news3 ul li a {
	display: block;
}

.news3 ul li:hover {
	border-bottom: 1px solid #C82329;
}

.news3 ul li:hover a {
	opacity: 1;
	color: #C82329;
}

.news3 ul li.selected {
	border-bottom: 1px solid #C82329;
}

.news3 ul li.selected a {
	color: #C82329;
	font-weight: bold;
}

.news4 article {
	text-align: left;
	padding-bottom: 40px;
	margin-bottom: 100px;
	border-bottom: 1px solid #707070;
}

.news4 article p {
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.news4 article p a {
	text-decoration: underline;
	word-break: break-word;
}

.news4 article .date {
	display: inline-block;
	margin-right: .5em;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 2;
}

.news4 article .tag {
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 40px;
}

.news4 article .tag span {
	display: inline-block;
	margin-right: .5em;
	padding: 0 .5em;
}

.news4 article .tag span.tag1 {
	min-width: 100px;
	color: #fff;
	text-align: center;
	background: #000;
}

.news4 article .tag span.tag2 {
	min-width: 100px;
	color: #C82329;
	text-align: center;
	font-weight: bold;
	border: 1px solid #C82329;
}

.news4 article h2 {
	margin-bottom: 1.5em;
	font-size: 25px;
	font-weight: 500;
}

.news4 article figure {
	max-width: 700px;
	margin: 0 auto 4em;
}

.news4 article img {
	margin: auto;
	display: block;
}

.news4 article .link a {
	display: inline-block;
	padding-right: 2em;
	color: #C82329;
	text-decoration: none;
	background: url("../img/ic-right-red.svg") right center no-repeat;
}

.news5 {
	margin: -30px 0 160px;
	font-size: 18px;
	position: relative;
}

.news5 .totop {
	position: absolute;
	left: 0;
	top: 0;
}

.news5 .toend {
	position: absolute;
	right: 0;
	top: 0;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 540px) {
	.news1 {
		display: block;
	}

	.news1 .newsbox {
		margin-bottom: 8vw;
		padding: 0 2% 8vw;
		width: auto;
	}

	.news1 .newsbox .ttl {
		margin-bottom: 1.3vw;
	}

	.news1 .newsbox .date {
		font-size: 3.7vw;
	}

	.news2 {
		padding: 210px 0 8vw;
	}

	.news2 figure {
		width: 46.6vw;
		height: 46.6vw;
	}

	.news2 h1 {
		font-size: 8vw;
	}

	.news3 {
		margin-bottom: 13.3vw;
	}

	.news3 div {
		color: #C82329;
		font-weight: bold;
		line-height: 3;
		background: url("../img/ic-bottom-red.svg") right 1em center no-repeat;
		border-bottom: 1px solid #C82329;
		cursor: pointer;
	}

	.news3 ul {
		display: block;
		border: 1px solid #eee;
		border-top: none;
	}

	.news3 ul li {
		width: auto;
		border-bottom: none;
		cursor: pointer;
	}

	.news3 ul li.selected {
		color: #C82329;
		border-bottom: none;
	}

	.news3 ul li:hover {
		color: #000;
		border-bottom: none;
	}

	.news4 article {
		padding-bottom: 8vw;
		margin-bottom: 21vw;
	}

	.news4 article .date {
		display: block;
		font-size: 3.7vw;
	}

	.news4 article .tag {
		display: block;
		font-size: 3.7vw;
		margin-bottom: 5.3vw;
	}

	.news4 article .tag span {
		margin-bottom: .5em;
	}

	.news4 article h2 {
		font-size: 6.6vw;
	}

	.news4 article img {
		height: auto !important;
	}

	.news4 .youtube-embed-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.news5 {
		margin: -10vw 0 21vw;
		padding-bottom: 4em;
		font-size: 4.8vw;
	}

	.news5 .totop {
		left: 4em;
		top: auto;
		bottom: 0;
	}

	.news5 .toend {
		right: 4em;
		top: auto;
		bottom: 0;
	}
}



/*----------------------------------------------
	recruit/
-----------------------------------------------*/

.recruit1 {
	margin-bottom: 100px;
}

.recruit1 h2 {
	background: url("../img/recruit1-bg.jpg") center bottom / cover no-repeat;
}

.recruit1 h2 span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 100px;
	margin-left: 51.5%;
	height: 846px;
}

.recruit1 p {
	font-size: 48px;
	letter-spacing: .59em;
}

.recruit2 {
	background: url("../img/recruit2-bg.png") center top / 1338px auto no-repeat;
}

.recruit2 .box1 {
	display: flex;
}

.recruit2 .box1 figure {
	width: 46.3%;
}

.recruit2 .box1 div {
	flex: 1;
}

.recruit2 .box1 div p {
	width: 490px;
	margin-left: 120px;
	text-align: left;
	line-height: 2.8;
}

.recruit2 .box2 {
	display: flex;
	align-items: flex-end;
	margin-top: -10%;
	margin-bottom: 40px;
}

.recruit2 .box2 h2 {
	flex: 1;
	color: #F1DADA;
	font-size: 7.8vw;
	font-weight: normal;
	line-height: .8;
}

.recruit2 .box2 figure {
	width: 37.4%;
}

.recruit2 .box3 {
	display: flex;
	justify-content: space-around;
	padding: 0 5%;
}

.recruit2 .box3 div {
	width: 42.2%;
	text-align: left;
}

.recruit2 .box3 div:nth-child(2) {
	padding-top: 200px;
}

.recruit2 .box3 div h3 {
	padding: .5em 0;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: .1em;
}

.recruit3 {
	padding: 200px 0;
	background: url("../img/bg1.svg") center top / 100% auto no-repeat, url("../img/bg1-bottom.svg") center bottom / 100% auto no-repeat #E3E3E3;
}

.recruit3 .wrap {
	position: relative;
}

.recruit3 .wrap h2 {
	position: absolute;
	left: 5%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 260px;
	height: 260px;
	color: #fff;
	background: #C82329;
	border-radius: 50%;
}

.recruit3 .wrap h2 span {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
}

.recruit3 .wrap h2 span small {
	font-size: 20px;
}

.recruit3 .box1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.recruit3 .box1 figure {
	width: 49.7%;
}

.recruit3 .box1 div {
	flex: 1;
	padding-left: 50px;
	text-align: left;
	line-height: 2.8;
}

.recruit3 .box1 div h3 {
	margin-bottom: .5em;
	padding-bottom: .5em;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.6;
	border-bottom: 1px solid #707070;
}

.recruit3 .box1 div p {
	font-size: 18px;
	text-align: left;
}

.recruit3 .box2 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 50px;
}

.recruit3 .box2 figure {
	width: 40.3%;
}

.recruit3 .box2 p {
	flex: 1;
	padding-right: 50px;
}

.recruit4 {
	margin-bottom: 80px;
}

.recruit4 p {
	font-size: 18px;
}

.recruit4 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -50px;
}

.recruit4 ul li {
	width: 22em;
	height: 22em;
	margin: 0 20px;
	background: url("../img/recruit4-bg.jpg") center / cover no-repeat;
	border-radius: 50%;
	position: relative;
}

.recruit4 ul li span {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	font-size: 21px;
	letter-spacing: .03em;
	line-height: 1.5;
}

.recruit5 .txt {
	font-size: 18px;
}

.recruit5 .txt2 {
	color: #C82329;
	font-size: 14px;
}

.recruit5 .box1 div {
	display: flex;
	text-align: left;
	margin-bottom: 150px;
}

.recruit5 .box1 div:not(:last-child) {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #A7A7A7;
}

.recruit5 .box1 div figure {
	width: 31.7%;
}

.recruit5 .box1 div dl {
	flex: 1;
	padding-right: 50px;
}

.recruit5 .box1 div dl dt {
	font-size: 23px;
}

.recruit5 .box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

.recruit5 .box2 div {
	width: 47.6%;
	text-align: left;
	margin-bottom: 3em;
}

.recruit5 .box2 div dt {
	padding: .5em 0 0;
	color: #C82329;
	font-size: 18px;
	font-weight: bold;
}

.recruit5 table {
	width: 100%;
	text-align: left;
	margin-bottom: 120px;
}

.recruit5 table th {
	padding: 1.5em 0;
	width: 8em;
	border-bottom: 1px solid #A7A7A7;
}

.recruit5 table td {
	padding: 1.5em 0;
	border-bottom: 1px solid #A7A7A7;
}

.recruit6 {
	padding-top: 160px;
	background: url("../img/bg1.svg") center top / 100% auto no-repeat, linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(251, 244, 244, 1) 33%, rgba(244, 233, 233, 1) 66%, rgba(241, 231, 231, 1) 100%);
}

.recruit6 .txt {
	font-size: 18px;
}

.recruit6 .txt2 {
	color: #C82329;
	font-size: 14px;
}

.recruit6 .ttl2 {
	color: #707070;
	text-align: center;
}

.recruit6 .ttl2 span {
	color: #000;
	font-size: 100px;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 1600px) {
	.recruit2 .box1 div p {
		margin-left: 80px;
	}

	.recruit2 .box2 {
		margin-top: -5%;
	}
}

@media screen and (max-width: 1200px) {
	.recruit2 .box2 h2 {
		font-size: 93px;
	}
}

@media screen and (max-width: 540px) {
	.recruit1 {
		margin-bottom: 6.9vw;
	}

	.recruit1 h2 {
		background: url("../img/recruit1-bg-sp.jpg") center top / 100% auto no-repeat;
	}

	.recruit1 h2 span {
		display: block;
		padding: 100.5333% 12vw 24vw;
		margin-left: 0;
		height: auto;
	}

	.recruit1 p {
		font-size: 6.6vw;
		letter-spacing: .43em;
		padding-left: .43em;
	}

	.recruit2 {
		padding-bottom: 26.6vw;
		background: url("../img/recruit2-bg.png") center top 48vw / 100% auto no-repeat;
	}

	.recruit2 .box1 {
		display: block;
	}

	.recruit2 .box1 figure {
		width: auto;
	}

	.recruit2 .box1 div p {
		width: auto;
		margin-left: 0;
		padding: .5em 1em 2em;
		font-size: 4.8vw;
	}

	.recruit2 .box2 {
		display: block;
		margin-top: 0;
		margin-bottom: 2vw;
	}

	.recruit2 .box2 h2 {
		font-size: 12.8vw;
		margin-bottom: .8em;
	}

	.recruit2 .box2 figure {
		width: auto;
	}

	.recruit2 .box3 {
		display: block;
		padding: 0 7.2vw;
	}

	.recruit2 .box3 div {
		width: auto;
	}

	.recruit2 .box3 div:nth-child(2) {
		padding-top: 2em;
	}

	.recruit2 .box3 div h3 {
		font-size: 8vw;
	}

	.recruit3 {
		padding: 37.7vw 0;
	}

	.recruit3 .wrap h2 {
		left: 50%;
		top: -56vw;
		transform: translateX(-50%);
		width: 50vw;
		height: 50vw;
	}

	.recruit3 .wrap h2 span {
		font-size: 7.7vw;
	}

	.recruit3 .wrap h2 span small {
		font-size: 3.7vw;
	}

	.recruit3 .box1 {
		display: block;
		margin-bottom: 2em;
	}

	.recruit3 .box1 figure {
		width: auto;
		margin-bottom: 2em;
	}

	.recruit3 .box1 div {
		padding-left: 0;
	}

	.recruit3 .box1 div h3 {
		font-size: 6.4vw;
	}

	.recruit3 .box1 div p {
		font-size: 4.2vw;
		line-height: 2;
	}

	.recruit3 .box2 {
		display: block;
		margin-bottom: 50px;
	}

	.recruit3 .box2 figure {
		width: auto;
		margin-bottom: 2em;
	}

	.recruit3 .box2 p {
		padding-right: 0;
	}

	.recruit4 {
		padding-top: 16vw;
		margin-bottom: 21vw;
	}

	.recruit4 p {
		font-size: 4.8vw;
	}

	.recruit4 ul {
		display: block;
		margin: 0 10%;
	}

	.recruit4 ul li {
		width: 100%;
		height: auto;
		padding-top: 100%;
		margin: 0 0 -5%;
	}

	.recruit4 ul li span {
		font-size: 4.8vw;
	}

	.recruit5 {
		margin-bottom: 10vw;
	}

	.recruit5 .txt {
		font-size: 4.8vw;
	}

	.recruit5 .txt2 {
		font-size: 3.7vw;
		margin-bottom: 3em;
	}

	.recruit5 .box1 div {
		display: block;
		margin-bottom: 21vw;
	}

	.recruit5 .box1 div figure {
		width: auto;
		padding-top: 1em;
	}

	.recruit5 .box1 div dl {
		padding-right: 0;
	}

	.recruit5 .box1 div dl dt {
		font-size: 6.1vw;
	}

	.recruit5 .box2 {
		display: block;
		margin-bottom: 21vw;
	}

	.recruit5 .box2 div {
		width: auto;
	}

	.recruit5 .box2 div dt {
		font-size: 4.8vw;
	}

	.recruit5 table {
		margin-bottom: 21vw;
	}

	.recruit5 table th {
		width: 5em;
	}

	.recruit5 table td .txt2 {
		margin-bottom: 0;
	}

	.recruit6 {
		padding-top: 21vw;
	}

	.recruit6 .txt {
		font-size: 4.8vw;
	}

	.recruit6 .txt2 {
		font-size: 3.7vw;
	}

	.recruit6 .ttl2 {
		margin-bottom: 1em;
	}

	.recruit6 .ttl2 span {
		font-size: 13.8vw;
	}
}



/*----------------------------------------------
	custmerscard/
-----------------------------------------------*/

.card1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.card1 p {
	width: 52.2%;
	font-size: 18px;
	text-align: left;
	line-height: 2.8;
}

.card1 figure {
	width: 45.8%;
}

.card2 {
	margin-bottom: 100px;
}

.card2 h2 {
	padding-top: .2em;
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: .59em;
	line-height: 2.2;
	background: linear-gradient(135deg, rgba(201, 79, 83, 1) 0%, rgba(116, 19, 23, 1) 100%);
}

.card2 div {
	padding: 30px 45px;
	background: #F1E7E7;
	border: 1px solid #C14A4F;
}

.card2 div p {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1em;
}

.card2 div li {
	padding: 1em;
	margin-bottom: 1em;
	font-size: 23px;
	line-height: 1.5;
	text-align: left;
	background: #fff;
	border: 1px solid #BABABA;
	position: relative;
}

.card2 div li strong {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
}

.card2 div li .small {
	font-size: 19px;
}

.card2 div li .middle {
	font-size: 47px;
	line-height: .6;
	vertical-align: middle;
}

.card2 div li .large {
	font-size: 72px;
	line-height: .6;
	vertical-align: middle;
}

.card2 div li small {
	font-size: 15px;
}

.card2 div li.tag {
	padding-right: 160px;
}

.card2 div li.tag .tagtxt {
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2;
	padding: .3em;
	min-width: 9em;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #000;
	border-radius: 20px;
}

.card3 {
	padding: 40px;
	margin-bottom: 100px;
	border: 8px solid #E2E2E2;
}

.card3 h2 {
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	font-size: 31px;
	letter-spacing: .59em;
	border-bottom: 1px solid #A7A7A7;
}

.card3 div {
	display: inline-block;
	font-size: 20px;
	text-align: left;
}

.card3 div .kome {
	font-size: 16px;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 540px) {
	.card1 {
		display: block;
		margin-bottom: 15vw;
	}

	.card1 p {
		width: auto;
		font-size: 4.8vw;
		margin-bottom: 1em;
	}

	.card1 figure {
		width: auto;
	}

	.card2 {
		margin-bottom: 15vw;
	}

	.card2 h2 {
		padding-top: 0;
		font-size: 6.9vw;
		line-height: 3;
	}

	.card2 div {
		padding: 5% 3%;
	}

	.card2 div p.txt {
		font-size: 5.8vw;
		line-height: 1.5;
	}

	.card2 div li {
		padding: 1em 0;
		font-size: 5.3vw;
		text-align: center;
	}

	.card2 div li strong {
		font-size: 6.4vw;
		line-height: 1.5;
	}

	.card2 div li .small {
		font-size: 5.3vw;
	}

	.card2 div li .middle {
		font-size: 10.6vw;
		line-height: 1.4;
	}

	.card2 div li .large {
		font-size: 19.2vw;
		line-height: 1.2;
	}

	.card2 div li small {
		font-size: 4vw;
	}

	.card2 div li.tag {
		padding-right: 0;
	}

	.card2 div li.tag .tagtxt {
		position: static;
		margin: 0 auto;
		transform: none;
		font-size: 3.7vw;
		border-radius: 1.5em;
	}

	.card3 {
		padding: 1.5em 3%;
		margin-bottom: 15vw;
	}

	.card3 h2 {
		padding-bottom: .5em;
		margin-bottom: .5em;
		font-size: 8.2vw;
	}

	.card3 div {
		display: block;
		font-size: 5.3vw;
	}

	.card3 div .kome {
		font-size: 4.2vw;
	}
}



/*----------------------------------------------
	contact/
-----------------------------------------------*/

.contact1 {
	text-align: left;
}

.contact1 .error {
	color: #C82329;
	font-weight: bold;
}

.contact1 h2 {
	margin-bottom: 1em;
	line-height: 1.7;
}

.contact1 h2 em {
	display: inline-block;
	margin-left: 1em;
	padding: 0 .5em;
	color: #fff;
	font-weight: bold;
	background: #C82329;
}

.contact1 input.short {
	width: 138px;
	vertical-align: sub;
}

.contact1 input.short2 {
	width: 178px;
}

.contact1 input::placeholder {
	opacity: 1;
	color: #A7A7A7;
}

.contact1 textarea {
	height: 20em;
	margin-bottom: 130px;
}

.contact1 .txt {
	text-align: center;
}

.contact1 .privacy {
	padding: 2em;
	margin-bottom: 100px;
	height: 16em;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #ccc;
}

.contact1 .privacy h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 1em;
}

.contact1 .check {
	padding-bottom: 4em;
	margin-bottom: 4em;
	border-bottom: 1px solid #A7A7A7;
}

.contact1 .check:last-of-type {
	padding-bottom: 0;
	margin-bottom: 10em;
	border-bottom: none;
}

.contact2 {
	text-align: center;
	margin-bottom: 160px;
}

.contact2 button {
	width: 100%;
	max-width: 420px;
	line-height: 5;
	color: #fff;
	text-align: center;
	background: url("../img/ic-right.svg") right 1em center no-repeat #000;
	border: none;
	transition: all .2s;
	cursor: pointer;
}

.contact2 button:hover {
	opacity: .5;
}

.contact3 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 160px;
}

.contact3 button {
	width: 100%;
	max-width: 420px;
	line-height: 5;
	color: #fff;
	text-align: center;
	background: url("../img/ic-right.svg") right 1em center no-repeat #C82329;
	border: none;
	transition: all .2s;
	cursor: pointer;
}

.contact3 button.contactbtn2 {
	background: url("../img/ic-left.svg") left 1em center no-repeat #000;
}

.contact3 button:hover {
	opacity: .5;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 540px) {
	.contact1 textarea {
		margin-bottom: 21vw;
	}

	.contact1 .txt {
		text-align: left;
	}

	.contact1 .privacy {
		padding: 1.5em 1em;
		margin-bottom: 21vw;
	}

	.contact1 .privacy h3 {
		font-size: 5.3vw;
	}

	.contact1 .check {
		padding-bottom: 2em;
		margin-bottom: 2em;
	}

	.contact1 .check:last-of-type {
		padding-bottom: 0;
		margin-bottom: 4em;
		border-bottom: none;
	}

	.contact2 {
		margin-bottom: 21vw;
	}

	.contact2 button:hover,
	.contact3 button:hover {
		opacity: 1;
	}

	.contact3 {
		display: block;
		margin-bottom: 21vw;
	}

	.contact3 button {
		margin-bottom: 1em;
	}
}