@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:400,500,600,700&display=swap&subset=japanese');

/* ===================================================================

　default　リセット

=================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
strong{ font-weight:bold;}

/* ===================================================================

　フロート　クリア

=================================================================== */
.left { float: left; }
.right { float: right; }

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*================================================

全体

=================================================*/
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*::before,
*::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; height: 100%; }
body {
	position: relative;
	height: 100%;
	color: #000;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
    font-feature-settings: "palt" 1;
	line-height: 2;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}
a, a:link, a:visited {
	color: #000;
	text-decoration: none;
	opacity: 1;
	transition: all 0.5s ease;
}
a:hover {
	opacity: 0.4;
}

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

@media screen and (max-width: 835px) {
	html { font-size: calc(100vw / 37.5) }
}

@media(min-width: 834px){
	a[href^="tel:"]{
		pointer-events: none;
	}
}

/*================================================

　レイアウト

=================================================*/
#content {
	min-width: 1280px;
	margin: 0 auto;
	padding: 11px 0 0;
	background-color: #000;
}
.home #content {
	padding: 29px 0 0;
}
.takeout #content {
	padding: 26px 0 0;
}
#content.fixed {
	padding: 282px 0 0;
}
.sp-new-line {
	display: none;
}

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

	#content.fixed {
		padding: 233px 0 0;
	}

}

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

	#content {
		min-width: 100%;
		padding: 0;
	}
	.takeout #content {
		padding: 0;
	}
	#content.fixed {
		padding: 0;
	}
	.home #content {
		padding: 0;
	}
	.tab-sp-no-line {
		display: none;
	}
	.sp-new-line {
		display: block;
	}

}

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

	.pc-new-line {
		display: none;
	}

}

/*================================================

メインビジュアル　共通

=================================================*/
.top-catch {
	position: relative;
	height: 566px;
	margin: 0;
	color: #FFF;
}
.top-catch .top-catch-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.takeout .top-catch {
	height: 793px;
}
.takeout .top-catch-inner h1 {
	padding: 0 0 6.722689%;
}

.poster {
	position: absolute;
	left: 50%;
	bottom: 45px;
	text-align: center;
	transform: translateX(-50%);
}
.poster-text-box {
    width: 326px;
}
.poster-text-box p:nth-of-type(1) {
	padding: 7px 0 8px;
	background-color: #FFF;
}
.poster-text-box p:nth-of-type(2) {
	padding: 5px 0 8px;
	background-color: #1C3C84;
}
.poster-sp-text-box {
	display: none;
}

.home .poster {
    top: 0;
	bottom: 0;
    width: 100%;
	background: url("../images/common/headerline.jpg") left bottom / 728px auto repeat-x;
}
.home .poster-text-box {
    position: absolute;
    left: 50%;
	bottom: 42px;
    width: 326px;
	text-align: center;
	transform: translateX(-50%);
}
.home .poster-text-box p:nth-of-type(1),
.home .poster-text-box p:nth-of-type(2) {
	padding: 7px 0;
}

.takeout .poster {
    top: 0;
	bottom: 0;
    width: 100%;
}
.takeout .poster-text-box {
    position: absolute;
    left: 50%;
	bottom: 42px;
	text-align: center;
	transform: translateX(-50%);
}
.takeout .poster-text-box p:nth-of-type(1) {
	padding: 0;
	background-color: transparent;
}


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

	.home .poster picture img {
		width: 400px;
	}
	.home .poster-text-box {
		bottom: 35px;
	}

}

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

	.poster-text-box {
		width: 260px;
	}
	.home .poster picture img {
		width: 340px;
	}
	.home .poster-text-box {
		bottom: 30px;
		width: 260px;
	}
	.home .poster-text-box p:nth-of-type(1),
	.home .poster-text-box p:nth-of-type(2) {
		padding: 5px 0;
	}

}

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

	.takeout .top-catch {
		height: 530px;
	}
	.takeout .top-catch-inner h1 {
		width: 80%;
		margin: 0 auto;
		text-align: center;
		padding: 0 0 6.722689%;
	}

}

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

	.top-catch {
		position: relative;
		height: auto;
		padding: 0 0 60%;
	}
	.takeout .top-catch {
		height: 100%;
	}
	.top-catch .top-catch-inner {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		text-align: center;
	}
	.takeout .top-catch .top-catch-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translateY(0) translateX(0);
	}
	.takeout .top-catch-inner h1 {
		text-align: center;
		padding: 0;
	}

	.poster {
		bottom: 20px;
	}
	.home .poster picture img {
		width: 100%;
	}
	.poster-text-box {
		width: auto;
	}
	.poster-text-box a img {
		transform: scale(0.8)
	}
	.poster-text-box p:nth-of-type(1),
	.poster-text-box p:nth-of-type(2) {
		padding: 5px 0;
		line-height: 1;
	}

	.home .poster {
		background: none;
	}
	.home .poster-text-box {
		top: auto;
		bottom: 20px;
		width: auto;
		z-index: 9999;
	}
	.home .poster-text-box a img {
	}
	.home .poster-text-box p:nth-of-type(1),
	.home .poster-text-box p:nth-of-type(2) {
		padding: 5px 0;
	}
	.takeout .poster-text-box {
		bottom: 31.6%;
		width: 25.333333%;
	}

	.poster-sp-text-box {
		display: block;
		position: absolute;
		top: 50%;
		width: 100%;
		transform: translateY(-50%);
		text-align: center;
		color: #FFF;
	}
	.poster-sp-text-box h1 {
		margin: 5px 0 0;
		font-size: 1.7rem;
		line-height: 1.3;
	}
	.poster-sp-text-box p {
		font-size: 1rem;
	}

}

/*================================================

メニュー ナビ

=================================================*/
.home-menu {
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	background-color: #FFF;
}
.home-menu-content {
	text-align: center;
}
.menu-content-nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 80px 0;
	background: url("../images/common/menu_nav_bg.svg") center center / 503px auto repeat;
}
.menu-content-nav ul li {
	margin: 0 45px;
}
.menu-content-nav ul li a {
	display: block;
	width: 290px;
	padding: 8px 0;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1;
	border: 1px solid #000;
}
.menu-content-nav ul li a span {
	display: block;
	margin: 4px 0 0;
	font-size: 1.8rem;
}
.menu-switch.fixed .menu-content-nav {
	width: 100%;
	max-width: 100%;
}
.menu-switch.fixed .menu-content-nav ul {
	justify-content: center;
	width: 100%;
	padding: 40px 0 30px;
}
.menu-switch.fixed .menu-content-nav ul li {
	margin: 0 10px;
}
.menu-switch.fixed .menu-content-nav ul li a {
	width: 200px;
	padding: 10px 0;
	font-size: 1.8rem;
}
.menu-switch.fixed .menu-content-nav ul li a span {
	font-size: 1.2rem;
}

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

	.menu-content-nav ul li a {
		display: block;
		width: 260px;
		padding: 8px 0;
		text-align: center;
		font-size: 2.5rem;
	}
	.menu-switch.fixed .menu-content-nav ul {
		padding: 25px;
	}

}

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

	.home-menu {
		width: 100%;
		margin: 0;
		padding: 40px 0 0;
		background-color: #FFF;
	}
	.home-menu-content {
		text-align: center;
	}
	.menu-content-nav ul {
		justify-content: space-between;
		padding: 30px 20px;
		background: url("../images/common/menu_nav_bg.svg") center center / 251px auto repeat;
	}
	.menu-content-nav ul li {
		width: 32%;
		margin: 0;
	}
	.menu-content-nav ul li a {
		width: 100%;
		padding: 6px 0;
		font-size: 1.1rem;
	}
	.menu-content-nav ul li a span {
		display: block;
		margin: 4px 0 0;
		font-size: 1rem;
	}

	.menu-switch.fixed .menu-content-nav ul {
		justify-content: space-between;
		padding: 30px 20px;
	}
	.menu-switch.fixed .menu-content-nav ul li {
		width: 32%;
		margin: 0;
	}
	.menu-switch.fixed .menu-content-nav ul li a {
		width: 100%;
		padding: 8px 0;
		font-size: 1.1rem;
	}
	.menu-switch.fixed .menu-content-nav ul li a span {
		display: block;
		margin: 4px 0 0;
		font-size: 1rem;
	}

}


/*================================================

 会社概要

=================================================*/
.about {
	width: 100%;
	margin: 0;
	padding: 40px 0;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.5;
	color: #FFF;
	background: url("../images/common/about_bg01.jpg") center center / auto auto no-repeat; background-size: cover;
}
.about dl {
	margin: 1.5em 0 0;
}

@media screen and (max-width: 835px) {
	.about {
		padding: 40px 20px;
		font-size: 1.6rem;
	}
}

/*================================================

　フッター

=================================================*/
footer {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.5rem;
	background-color: #000;
}
footer ul {
	margin: 0;
	padding: 13px 0;
	text-align: center;
	line-height: 1;
	background-color: #1D2082;
}
footer ul li {
	display: inline-block;
	margin: 0 30px;
}
footer ul li a {
	color: #FFF !important;
}
#copy {
	margin: 0;
	padding: 13px 0;
	color: #FFF;
	text-align: center;
	line-height: 1.4;
	background-color: #000;
}

@media screen and (max-width: 835px) {
	footer {
		font-size: 1.2rem;
	}
	#copy {
		font-size: 1rem;
	}
}
