@charset "utf-8";
/* ==========================================================================
   企業TOP
   ========================================================================== */

/* ----------------------------------
   ヘッダー
   ---------------------------------- */
.header { border-bottom: none;}
@media screen and (max-width:60em) {
	.header {
		position: relative;
		height: 50px;
		background: #2f2f2f;
		color: #fff;
	}
	.top-header__logo {
		width: 90px;
		margin: 0 auto;
	}
}
@media print, (min-width:60.0625em) {
	.top-header {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.top-header__logo {
		position: absolute;
		left: 6px;
		top: 24px;
		z-index: 1;
	}
	.header__nav {
		position: relative;
		z-index: 1;
		margin-left: auto;
		padding-top: 40px;
	}
	.header__nav ul {
		display: block;
	}
	.header__nav li {
		display: inline-block;
		width: auto !important;
	}
	.header__nav a {
		line-height: 14px;
		padding: 12px 1em;
		color: #fff !important;
		font-size: 13px;
		font-weight: bold;
		text-shadow: 0 2px 6px rgba(0,0,0,.3), 0 2px 15px rgba(0,0,0,.5);
	}
	.header__nav a:before {
		display: none;
	}
	.header__nav .header__contact {
		padding-left: 1em;
	}
	.header__nav .header__contact a {
		padding: 6px 2em;
		background: #fff;
		color: #808080 !important;
		text-shadow: none;
	}
	.no-touchevents .header__nav a:hover {
		-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}
#pagetop {
	background: #fff;
}

/* ----------------------------------
   スライド
   ---------------------------------- */
.top-visual {
	position: relative;
	height: 140vw;
	z-index: 0;
}
.top-visual::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	border: 1px solid #fff;
}
.top-visual:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(47, 15, 1, .2);
}
.top-visual__slides {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 100% !important;
}
.top-visual__lead {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 6vw;
	letter-spacing: .025em;
	text-align: center;
}
.top-visual__scroll {
	position: absolute;
	bottom: 3%;
	left: 0;
	width: 100%;
	color: #fff;
	font-family: "Times New Roman", Times, "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 3vw;
	letter-spacing: .025em;
	text-align: center;
}

@media print, (min-width:40.0625em) {
	.top-visual {
		height: 66.6666vw;
	}
	.top-visual__lead {
		font-size: 3.6rem;
	}
	.top-visual__scroll {
		font-size: 1.6rem;
	}
}
@media print, (min-width:60.0625em) {
	.top-visual {
		height: 50vw;
	}
	.top-visual__lead {
		font-size: 4.8rem;
	}
}


/* ----------------------------------
   見出し
   ---------------------------------- */
.top-heading-text {
	line-height: 1;
	margin-bottom: 16px;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: normal;
}
.top-heading {
	line-height: 1;
	margin-bottom: 20px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
}
.top-heading:before {
	display: block;
	content: "";
	width: 210px;
	max-width: 100%;
	height: 22px;
	margin: 0 auto 8px;
	background-repeat: no-repeat;
	background-image: url(../img/top-sprite_heading-sp@2x.png);
	background-size: 210px 250px;
}
.no-bgsizecover .top-heading:before {
	background-image: url(../img/top-sprite_heading-sp.png);
}
.top-heading.biz:before { height: 50px; background-position: 0px 0px;}
.top-heading.news:before { background-position: 0px -100px;}
.top-heading.recruit:before { background-position: 0px -150px;}
.top-heading.contact:before { background-position: 0px -200px;}

@media print, (min-width:60.0625em) {
	.top-heading-text {
		margin-bottom: 24px;
		font-size: 40px;
		font-size: 4rem;
	}
	.top-heading:before {
		width: 514px;
		height: 30px;
		margin: 0 auto 12px;
		background-image: url(../img/top-sprite_heading@2x.png);
		background-size: 514px 250px;
	}
	.top-heading.biz:before { height: 30px;}
	.top-heading.recruit:before,
	.top-heading.contact:before { height: 38px;}
	.no-bgsizecover .top-heading:before { background-image: url(../img/top-sprite_heading.png);}
}


/* ----------------------------------
   各ブロック
   ---------------------------------- */
.top-block--news,
.top-block--info { padding: 60px 0;}
.top-block--business {
	padding: 60px 0 30px;
	background: #f7f7f7;
}
.top-block--blog {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 180px;
	background: url(../../img/blog-image.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.no-flexbox .top-block--blog { padding-top: 50px;}
.top-block--info { background: #dbdbdb;}

@media screen and (min-width:60.0625em) {
	.top-block--business { padding: 70px 0 100px;}
	.top-block--news { padding: 100px 0 70px;}
	.top-block--blog { height: 300px;}
	.no-flexbox .top-block--blog { padding-top: 80px;}
	.top-block--info { padding: 100px 0;}
}


/* 事業展開 */
.top-block--business {
	text-align: center;
}
.top-block--business .top-heading {
	margin-bottom: 30px;
}
.biz-row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.biz-item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex: 1 0 45%;
	max-width: 45%;
	position: relative;
	z-index: 0;
	margin: 0 auto 30px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 4px 3px -2px rgba(0,0,0,.1);
}
.biz-item:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	color: transparent;
	border-width: 0 0 10px 10px;
	border-style: solid;
	border-bottom-color: #333;
}
.biz-item a {
	display: block;
	width: 100%;
	color: inherit;
	text-decoration: none;
	-webkit-transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
}
.biz-item a:before {
	display: block;
	content: "";
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-decoration: none;
}
.biz-item.wedding a:before { background-image: url(../../img/biz-image1.jpg);}
.biz-item.tatin a:before { background-image: url(../../img/biz-image3.jpg?201811);}
.biz-item.other a:before { background-image: url(../../img/biz-image4.jpg);}
.biz-item.mice a:before { background-image: url(../../img/biz-image6.jpg?210712);}

@media screen and (max-width:40em) {
	.biz-item {
		flex: 1 0 300px;
		max-width: 300px;
	}
}
@media print, (min-width:60.0625em) {
	.top-block--business .top-heading {
		margin-bottom: 60px;
	}
	.biz-item {
		flex: 1 0 48%;
		max-width: 48%;
	}
	.biz-item a:before {
		height: 200px;
	}
}
@media print, (min-width:80.0625em) {
	.biz-item {
		flex: 1 0 24%;
		max-width: 24%;
	}
}

.biz-item__inner {
	position: relative;
	padding: 20px 5px 30px;
	text-align: center;
}
.biz-item__title {
	line-height: 1;
	margin-top: 4px;
	margin-bottom: 15px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.biz-item__title > span {
	display: block;
	margin-top: 6px;
	color: #808080;
	font-size: 12px;
	font-size: 1.2rem;
}
.biz-item__desc {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: .02em;
}
@media print, (min-width:60.0625em) {
	.biz-item__title {
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.176;
	}
	.other .biz-item__title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.biz-item__title > span {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.biz-item__desc {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

/* ニュース */
.top-block--news .top-heading {
	margin-bottom: 30px;
}
.js .tabs .tabhead {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.tabs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs-list > li {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.tabs-list a {
	display: block;
	padding: 10px 8px;
	background: #fff;
	border: 1px solid #c39550;
	color: #c39550;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}
.tabs-list a:hover {
	opacity: .7;
}
.tabs-list .is-active a {
	background: #c39550;
	color: #fff;
}
.tabs__wrapper {
	margin-top: 20px;
}
@media screen and (max-width:40em) {
	.tabs-list {
		display: -webkit-flex;
		display: flex;
		overflow-x: scroll;
	}
	.tabs-list > li { flex: 1 1 auto;}
	.tabs-list > li + li a { border-left: none;}
	.tabs-list::-webkit-scrollbar { height: 3px;}
	.tabs-list::-webkit-scrollbar-track { background: #eee;}
	.tabs-list::-webkit-scrollbar-thumb { background: #666;}
}
@media screen and (max-width:60em) {
	.news-more {
		display: block;
		width: 200px;
		margin: 30px auto 0;
		padding: 10px;
		background: #c39550;
		color: #fff;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
}
@media print, (min-width:40.0625em) {
	.tabs-list > li {
		min-width: 14.166%;
		margin-right: 1%;
	}
	.tabs-list a {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media print, (min-width:60.0625em) {
	.tabs-list {
		padding-bottom: 20px;
		border-bottom: 1px solid #808080;
	}
	.top-block--news .top-heading {
		margin-bottom: 60px;
	}
	.news-more {
		display: block;
		position: absolute;
		right: 20px;
		top: 10px;
		padding-right: 30px;
		color: #c39550;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		text-decoration: none;
	}
	.news-more:hover {
		text-decoration: underline;
	}
	.news-more:before {
		display: block;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 20px;
		height: 20px;
		background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjYzM5NTUwIiBkPSJNMCAwaDl2OUgwek0xMSAwaDl2OWgtOXpNMCAxMWg5djlIMHpNMTEgMTFoOXY5aC05eiIvPjwvc3ZnPg==) no-repeat left top;
	}
}

/* 採用情報・問い合わせ */
.top-block--info {
	position: relative;
	text-align: center;
}
.top-block--info a {
	width: 300px;
	max-width: 70%;
	margin: 20px auto;
	font-size: 15px;
	font-size: 1.5rem;
}

@media screen and (max-width:60em) {
	.info__contact { margin-top: 60px;}
}
@media print, (min-width:60.0625em) {
	.top-block--info:before {
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		top: 100px;
		width: 1px;
		height: calc(100% - 200px);
		margin: 0;
		background: #4d4d4d;
	}
	.top-block--info {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.info__recruit,
	.info__contact {
		flex: 1;
	}
	.no-flexbox .top-block--info {
		display: table;
		width: 100%;
	}
	.no-flexbox .info__recruit,
	.no-flexbox .info__contact {
		display: table-cell;
		width: 50%;
	}
	.top-block--info a {
		width: 400px;
		padding: 24px;
		font-size: 18px;
		font-size: 1.8rem;
	}
}

/* バナー */
.top-banner {
	width: 90%;
	max-width: 450px;
	margin: 30px auto;
}
@media print, (min-width:60.0625em) {
	.top-banner {
		max-width: 1000px;
	}
}

/* ==========================================================================
   $Print styles
   ========================================================================== */

@media print {
	* { color: #000; box-shadow: none !important; text-shadow: none !important;}
	a,a:visited { text-decoration: underline;}
	thead { display: table-header-group;}
	tr,img { page-break-inside: avoid;}
	img { max-width: 100% !important;}
	@page { margin: 0.5cm;}
	p,h2,h3 { orphans: 3; widows: 3;}
	h2,h3 { page-break-after: avoid;}
	.top-pic,
	.flink,
	.footer__social { display: none;}
}
