@charset "UTF-8";
/*=======================================

	common

=======================================*/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	line-height: normal;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	min-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	body {
		min-width: auto;
	}
}
body.fixed {
	position: fixed;
}
body a {
	color: #333;
	text-decoration: none;
	transition: all .3s;
}
body a:hover {
	opacity: .5;
}
.boxWrap {
	width: 1000px;
	margin: 0 auto;
}
#pages main .boxWrap {
	padding-bottom: 80px;
}
.logo img {
	width: 205px;
	height: auto;
}


/* thumbs
===============================*/
.thumbs {
	position: relative;
	z-index: 1;
}
.thumbs figure {
	position: relative;
	display: block;
	overflow: hidden;
}
.thumbs img {
	position: absolute;
	top: 50%; left: 50%;
	display: block;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.boxWrap {
		width: 100%;
		margin: 0;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#pages main .boxWrap {
		padding-bottom: 40px;
	}
}
/* --------------------------------------

	header - upper bar

-------------------------------------- */
#header_nav:after {
	position: absolute;
	content: '';
	bottom: -25px;
	left: 0;
	right: 0;
	height: 100px;
	background-size: 300px 100px;
	background-image: url(../images/headbg.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: -2;
}
#header_nav a {
	color: #fff;
}
#header_nav .logo_wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#header_nav .logo img {
	vertical-align: bottom;
}
.pc_topnav {
	position: relative;
	height: 50px;
	padding-top: 12px;
	box-sizing: border-box;
	z-index: 2;
}
.sp_nav,
.sp_nav span {
	display: none;
}
.pc_topnav ul {
	position: absolute;
	top: 12px;
	left: 209px;
}
.pc_topnav li {
	float: left;
	width: 150px;
}
.pc_topnav li a {
	font-size: 14px;
}
.gnav_02 {
	position: absolute;
	left: 443px;
}

@media screen and (max-width: 768px) {
	header {
		margin-bottom: 40px;
	}
	.pc_topnav {
		display: none;
	}
	.sp_nav .logo {
		margin-top: 8px;
	}
	.sp_nav {
		position: fixed;
		display: inherit;
		height: 50px;
		padding: 0;
		background: #111;
		z-index: 999;
	}
	.sp_nav span {
		display: inline-block;
		position: fixed;
		top: 7px;
		right: 10px;
		padding: 5px;
		z-index: 1;
	}
	.scroll_nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 3em 2em 2em;
		background: rgba(0,0,0,.8);
		box-sizing: border-box;
	}
	.sp_nav ul {
		overflow: scroll;
		height: 100%;
		padding-bottom: 50px;
		-webkit-overflow-scrolling: touch;
		transform: translateZ(0);
	}
	.sp_nav li {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.sp_nav .bottomline {
		padding-bottom: 2em;
	}
	.topline {
		border-top: 1px solid #fff;
		padding-top: 2em;
	}
	.sp_nav li:last-child {
		margin-bottom: 0;
	}
	.sp_nav a {
		font-size: inherit;
		align-items: center;
	}
	.sp_nav a > span {
		position: static;
		padding: 0 20px 0 0;
	}
}


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

	footer

---------------------------------------------- */
footer a {
	color: #fff;
	font-weight: bold;
}
.pc_nav.foot {
	background: #0b85c8;
	margin: 10px 0;
}
.pc_nav.foot a:hover {
	color: #0b85c8;
	background: #fff;
}
.pc_nav.foot li {
	width: 100%;
	border-right: 1px solid #fff;
}
.pc_nav.foot li:first-child {
	border-left: 1px solid #fff;
}
.foot_wrap {
	display: flex;
    background: #333;
}
.foot_l, .foot_r {
	width: 50%;
}
.foot_l {
	text-align: center;
}
.footlogo {
	padding: 37px 0;
}
.copyright {
	padding: 34px 0;
    color: #fff;
	font-size: 12px;
}
.foot_r {
	padding: 32px 40px;
	box-sizing: border-box;
}
.footer_nav {
	display: flex;
	flex-wrap: wrap;
}
.footer_nav ul {
	margin-right: 40px;
}
.footer_nav ul:last-child {
	margin-right: 0;
}
.footer_nav li {
	margin-bottom: 1em;
}
.footer_nav li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.pc_nav.foot {
		display: none;
	}
	.foot_wrap {
		flex-direction: column-reverse;
	}
	.foot_l,
	.foot_r {
		width: 100%;
	}
	.foot_r {
		padding: 32px 20px;
	}
	.foot_r ul {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 1em;
	}
	.foot_r ul:last-child {
		margin: 0;
	}
	.copyright {
		padding: 34px 20px;
	}
}


/* ==============================================
	gBnr
============================================== */
.gBnr {
	margin-top: 80px;
	padding: 40px 0;
	background: url(../images/campaign_bg.jpg) center top / cover no-repeat;
}
.gBnr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    /* 20200129 add */
    width: 710px;
    justify-content: space-between;
}
/* add 20201127 */
.gBnr ul:after {
display: block;
content:"";
width: 220px;
}


.gBnr li:nth-child(n+4) {
    margin-top: 10px;
}
.gBnr li:first-child {
	margin-left: 0;
}
.gBnr img { display: block; }

@media screen and (max-width: 768px) {
	.gBnr {
		margin-top: 40px;
	}
	.gBnr li {
		/* margin-top: 10px; */
		margin-left: 0;
        /* 20200129 add */
        width: calc(95% / 2);
	}
	.gBnr li:first-child {
		margin-top: 0;
	}

    /* 20200129 add */
    .gBnr ul {
        width: auto;
    }
    .gBnr img {
        width: 100%;
    }

}


/* ==============================================
	add 20200528 コロナ影響ヘッダー修正
============================================== */
/* 打消し線 */
.header_del {
    position: relative;
}
.header_del:before {
    display: inline-block;
    width: 100%;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(../images/del.png);
    background-repeat: repeat-x;
    background-position: center;
    z-index: 100;
}
/* 白背景テキスト */
.corona_txt {
    display: block;
    margin-top: 20px;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    color: #333;
    background: #fff;
}
/* インデント */
.corona_txt span {
    display: block;
    margin-top: 0;
    padding-left:1em;
    text-indent:-1em;
}

/* 営業時間スタイル */
body .worktime p {
    height: 105px;
    padding-top: 35px;
}
@media screen and (max-width: 768px) {
    body .worktime p {
        line-height: 1.2;
        height: 78px;
        padding-top: 23px;
    }
    body .mv {
        padding: 40px 0 110px;
    }
    body .mv_text {
        padding-top: 100px;
    }
    .corona_txt span br {
        display: none;
    }
}
