@charset "utf-8";



/*****************************************************************************
shopLnv2
*****************************************************************************/

#shopLnv2 {
	background: #ffffff;
	padding: 1px 0 0;
}
.couponBnr + #shopLnv2 { /*クーポン表示時*/
	margin: 30px 0 0;
}
#shopLnv2 ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
}
#shopLnv2 li {
	width: calc((100% - 4px)/5);
	margin-left: 1px;
}
#shopLnv2 li:nth-child(1) {
	margin-left: 0;
}
#shopLnv2 li a {
	display: block;
	background: #121212;
	color: #ffffff;
	/*font-family: 'NotoSansCJKjp-Bold', sans-serif;*/
	font-size: 13px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
}
#shopLnv2 li a:hover {
	background: #dc0012;
}

@media screen and (max-width: 600px) {
	#shopLnv2 {
		padding: 0 2px 2px;
		background: transparent;
	}
	#shopLnv2 ul {
		width: auto;
		flex-wrap:wrap;
	}
	#shopLnv2 li {
		width: calc((100% - 2px)/2);
		margin-top: 2px;
		margin-left: 2px;
	}
	#shopLnv2 li:nth-child(1) {
		width: 100%;
	}
	#shopLnv2 li:nth-child(2n) {
		margin-left: 0;
	}
}







/*****************************************************************************
banner
*****************************************************************************/
.shopSSBnr {
    text-align: center; 
    padding: 30px 0; 
    background: #ffffff; 
}
.shopSSBnr img {
    width: 100%;
    max-width: 1000px;
}


/*****************************************************************************
sectionSSHd
*****************************************************************************/

.sectionSSHd {
	text-align: center;
	/*font-family: 'NotoSansCJKjp-Bold', sans-serif;*/
	position: relative;
	padding-top: 46px;
	line-height: 1;
}
.sectionSSHd .s {
	font-size: 1.5rem;
	color: #dc0012;
}
.sectionSSHd .l {
	font-size: 3rem;
	color: #000000;
	margin-top: 8px;
}

.sectionSSHd .s::after,
.sectionSSHd .l::after {
	content: "";
	display: block;
	width: 100px;
	position: absolute;
	left: calc(50% - 50px);
}
.sectionSSHd .s::after {
	background: #e75208;
	height: 5px;
	top: 0;
}
.sectionSSHd .l::after {
	background: #dc0012;
	height:12px;
	top: 5px;
}


@media screen and (max-width: 600px) {
	.sectionSSHd .s {
		font-size: 1rem;
	}
	.sectionSSHd .l {
		font-size: 2.2rem;
	}
}




/*****************************************************************************
sectionSS
*****************************************************************************/

.sectionSS {
	padding: 60px 0;
}
.sectionSS.red {
	background: #cd0012;
}

.sectionSS > .inner {
	width: 1000px;
	margin: 0 auto;	
}
.sectionSS.wide > .inner {
	width: 1200px;
}



@media screen and (max-width: 600px) {
	.sectionSS {
		padding: 50px 0;
	}
	.sectionSS.spThin {
		padding: 0 0;
	}
	.sectionSS > .inner,
	.sectionSS.wide > .inner {
		width: auto;
	}
}




/*****************************************************************************
tokuten
*****************************************************************************/
#tokuten ul {
	display: flex;
	flex-wrap: wrap;
}
#tokuten li {
	width: calc((100% - 30px)/2);
	margin-left: 30px;
	margin-top: 30px;
	border: 1px solid #dddddd;
	border-top: 8px solid #cd0012;
}
#tokuten li:nth-child(2n + 1) {
	margin-left: 0;
}
#tokuten li img {
	width: 100%;
}

@media screen and (max-width: 600px) {
	#tokuten ul {
		display: block;
		margin: 0 10px 0;
		padding-top: 20px;
	}
	#tokuten li,
	#tokuten li:nth-child(2n + 1) {
		width: auto;
		margin-left: 0;
		margin-top: 10px;
	}
}







/*****************************************************************************
feature3
*****************************************************************************/
#feature3 ul {
	text-align: center;
	margin: 50px 0 0;
	display: flex;
	justify-content: center;
}
#feature3 li {
	vertical-align: top;
}
#feature3 li a {
	display: block;
	margin: 0 35px;
	text-decoration: none;
	color: #333333;
}
#feature3 li img {
	height: 201px;
	width: auto;
	transition: all 0.3s ease;
}
#feature3 li .text {
	line-height: 1.4;
	font-size: 13px;
}
#feature3 li .text.tall {
	height: 2.8em;
}
#feature3 li .text.tall span {
	display: inline-block;
	background: #dc0012;
	color: #ffffff;
	transform: rotate(-6deg);
	padding: 2px 4px;
	margin: 10px 0 0;
	font-family: 'NotoSansCJKjp-Bold', sans-serif;
}
#feature3 li .title {
	line-height: 1.0;
	font-size: 24px;
	margin: 10px 0 0;
	font-family: 'NotoSansCJKjp-Bold', sans-serif;
	transition: color 0.3s ease;
}
#feature3 li .title.tall {
	padding: 0.5em 0;
}
#feature3 li .title .fontS {
	font-size: 15px;
}
#feature3 li a:hover img {
}
#feature3 li a:hover .title {
	color: #dc0012;
}
#feature3 li a:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}


@media screen and (max-width: 600px) {
	#feature3 ul {
		display: block;
	}
	#feature3 li {
		display: block;
		margin: 40px 0 0;
	}
	#feature3 li .title.tall {
		padding:  0;
	}
}












/*****************************************************************************
services
*****************************************************************************/
#services ul {
	display: flex;
	flex-wrap: wrap;
}
#services li {
	width: calc((100% - 10px)/2);
	margin-left: 10px;
	margin-top: 10px;
}
#services li:nth-child(2n + 1) {
	margin-left: 0;
}
#services li a {
	display: block;
	position: relative;
	padding: 41.7% 0 0;
}
#services li a:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 5px solid rgba(220,0,18,0);
	transition: all 0.3s ease;
}
#services li a:hover:after {
	border: 5px solid rgba(220,0,18,0.6);
}
#services li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


@media screen and (max-width: 600px) {
	#services ul {
		display: block;
		padding:  20px 20px;
	}
	#services li,
	#services li:nth-child(2n + 1) {
		width: auto;
		margin-left: 0;
	}
	#services li:nth-child(1) {
		margin-top: 0;
	}
}













/*****************************************************************************
about
*****************************************************************************/
#about {
	display: flex;
}
#about a {
	display: block;
	width: calc((100% - 60px)/3);
	margin-left: 30px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
#about a:nth-child(3n + 1) {
	margin-left: 0;
}
#about dt {
	/*font-family: 'NotoSansCJKjp-Bold', sans-serif;*/
	font-weight: bold;
	padding-bottom: 60px;
	position: relative;
	font-size: 1.45rem;
	line-height: 1;
}
#about dt::after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #ffffff;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 11px);
}
#about .img {
	padding: 39% 0 0;
	position: relative;
	overflow: hidden;
}
#about .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: transform 0.3s linear;
}
#about .text {
	margin-top: 20px;
}
#about .btn {
	margin-top: 20px;
	display: inline-block;
	width: 90%;
	border: 1px solid #121212;
	background: #ffffff;
	/*font-family: 'NotoSansCJKjp-Bold', sans-serif;*/
	color: #333333;
	line-height: 30px;
	padding: 0 15px;
	text-align: left;
	position: relative;
	transition: all 0.3s ease;
}
#about .btn i {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}


#about a:hover .img img {
	transform: scale(1.1, 1.1);
}
#about a:hover .btn {
	background: #121212;
	color: #ffffff;
}



@media screen and (max-width: 600px) {
	#about {
		display: block;
	}
	#about a,
	#about a:nth-child(3n + 1) {
		display: block;
		width: auto;
		margin-left: 0;
		padding: 30px 20px;
	}
	#about a:not(:nth-child(1)) {
		border-top: 10px solid #f9efe3;
	}
}






/*****************************************************************************
access
*****************************************************************************/
#accessInfo {
	margin-top: 40px;
	text-align: center;
}
#accessInfo .note {
    margin-top: 0.5em;
}
#mapWrapper {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 40px;
}
#mapWrapper > * {
	position: relative;
}
#mapWrapper .map01 {
	z-index: 2;
	width: 600px;
}
#mapWrapper .map01 .img {
	width: 600px;
	background: #ffffff;
	padding: 50px 30px;
	position: relative;
	overflow: hidden;
}
#mapWrapper .map01 .img p {
	background: #dc0012;
	color: #ffffff;
	/*font-family: 'Roboto', 'NotoSansCJKjp-Medium', sans-serif;*/
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 120px;
	height: 120px;
	padding-bottom: 3px;
	transform: rotate(-45deg) translate(-50%, -50%);
	transform-origin: 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
#mapWrapper .map01 .img img {
	width: 100%;
}
#mapWrapper .map02 {
	z-index: 1;
	width: 600px;
}
#shopMap2 {
	width: 100%;
	padding: 75% 0 0;
}
#shopMap2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 600px) {
	#accessInfo {
		margin: 40px 10px 0;
	}
	#mapWrapper {
		display: block;
	}
	#mapWrapper .map01,
	#mapWrapper .map02 {
		width: auto;
	}
	#mapWrapper .map01 {
		margin: 0 10px;
	}
	#mapWrapper .map01 .img {
		width: auto;
	}
	#mapWrapper .map02 {
		margin: 20px 0 0;
	}
}









#accessInfo .telA {
	display: block;
	text-align: center;
	margin: 10px 0;
}

#accessInfo .telA a {
	display: inline-block;
	line-height: 40px;
	border-radius: 22px;
	font-size: 1.8rem;
	padding: 0 20px 2px 55px;
	position: relative;
	background: #df817e;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease;
}
#accessInfo .telA a:hover {
	background: #dc0002;
}
#accessInfo .telA a .fa {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
