@charset "utf-8";
/* CSS Document */

/* 全体 */

* {
	color: #383838;
}

.mt30 {
	margin-top: 30px;
}

.fadeinAnime {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fadeinAnime;
	-ms-animation-name: fadeinAnime;
	animation-name: fadeinAnime;
	visibility: visible !important;
}

@-webkit-keyframes fadeinAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeinAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.sp {
	display: none;
}

section {
	padding-top: 160px;
}

.flexbox {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.flex-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-between {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper {
	width: 100%;
}

.content_left {
	background-image: url(../img/bg_left.jpg);
	margin: 0 auto;
	-webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}

.content_right {
	background-image: url(../img/bg_right.png);

}

.bg {
	margin: 0 auto;
	background-image: url(../img/line/line_01.png), url(../img/line/line_02.png), url(../img/line/line_03.png), url(../img/line/line_04.png), url(../img/line/line_05.png), url(../img/line/line_06.png), url(../img/line/line_07.png), url(../img/line/line_08.png), url(../img/line/line_09.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top, 50% 277px, 50% 1090px, 50% 1377px, 50% 2382px, 50% 2641px, 50% 3341px, 50% 3630px, 50% 4534px;
}

.container_l {
	max-width: 300px;
	margin: 0 auto;
}

.container_r {
	max-width: 800px;
	margin: 0 auto;
}

.contents {
	max-width: 600px;
	margin: 0 auto;
}

.ttl_l {
	position: absolute;
	left: 0;
}

.ttl_r {
	position: absolute;
	right: 0;
}

a.btn {
	width: 120px;
	display: block;
	background-color: #64D7BC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
}

a.btn:hover {
	opacity: 0.5;
}

/* footer */
footer {
	width: 100%;
	height: 200px;
	text-align: center;
}

footer p {
	padding-top: 100px;
	font-size: 0.7em;
}

.car {
	margin-top: 40px;
	height: 55px;
	background-image: url(../img/nekocar.png);
	background-repeat: no-repeat;
	animation: car-move 4s ease-in-out 0s infinite normal none;
}

@keyframes car-move {
	0% {
		background-position: 0 bottom;
	}

	100% {
		background-position: 100% bottom;
	}
}

/* content_left */

.content_left h1 img {
	display: block;
	margin: 50px auto;
}

.content_left nav {
	text-align: center;
}

.content_left nav ul li a {
	color: #000;
	line-height: 3em;
}

.content_left nav ul li a:hover {
	color: #64D7BC;
}

.content_left .sns a {
	display: block;
	margin: 25px 10px 0;
}

.content_left .sns a i:hover {
	color: #64D7BC;
}

.content_left dl.storeinfo {
	text-align: center;
	font-size: 0.8em;
	margin: 70px auto 0;
	max-width: 180px;
}

.content_left dl.storeinfo dt {
	font-weight: bold;
	margin-top: 10px;
}

/* main_img */

.content_right .main_img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 800px;
}

.content_right .main_img img {
	position: absolute;
	left: 50%;
	width: 1360px;
	height: 800px;
	margin-left: -680px;
}

/* about */

#about {
	position: relative;
	background: url(../img/arrow_img.png) no-repeat 45% 43%;
}

#about p {
	margin: 30px 0;
	font-size: 0.9em;
}

#about .flexbox {
	padding: 50px 0;
}

#about img.shopimg {
	padding-top: 35px;
}

/* service */

#service {
	position: relative;
}

#service h3 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px
}

#service .flexbox ul li {
	list-style-type: disc;
	margin-left: 10px;
}

#service .list01 {
	background-image: url(../img/service_bg01.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 70px;
}

#service .list01 .flexbox,
#service .list02 .flexbox {
	max-width: 400px;
	margin: 90px auto 20px;
	padding-bottom: 100px;
}

#service .list01 .flexbox p {
	font-size: 0.8em;
	padding-left: 20px;
	padding-top: 10px;
	text-indent: -1em;
}

#service .list02 {
	background-image: url(../img/service_bg02.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 70px;
}

#service .list02 .flexbox {
	padding-left: 40px;
}

#service .list02 .flexbox p {
	font-size: 0.8em;
	padding-left: 20px;
	padding-top: 40px;
	text-indent: -1em;
}

/* store */

#store {
	position: relative;
	width: 100%;
	height: 750px;
	background: url(../img/map.png) no-repeat 0 400px;
	background-size: contain;
	padding-top: 165px;
}

#store .information {
	padding: 20px 15px;
}

#store .information dl {
	background-color: #fff;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	width: 145px;
	height: 145px;
	text-align: center;
	font-size: 0.9em;
}

#store .information dl dt {
	color: #ffda00;
	font-weight: bold;
	padding-top: 37px;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
}

#store .information dl.info02 dt {
	padding-top: 28px;
}

#store .information dl dd {
	letter-spacing: 0.1em;
}


#store .contents img {
	display: block;
	margin: 0 auto;
	padding: 35px 0;
}

#store .access {
	position: absolute;
	bottom: 25px;
	left: 0;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 15px;
}

#store .access p {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
}

#store .access dl {
	font-size: 0.8em;
}

#store .access dl dd {
	margin: 5px 0;
}

#store .address {
	position: absolute;
	right: 13%;
	bottom: 25px;
}

#store .address p {
	font-size: 0.8em;
}

#store .address a {
	margin-top: 5px;
}

/* days */

#days {
	position: relative;
	padding-top: 210px;
}

#days .fb {
	text-align: center;
}

#days .fb img {
	padding-top: 35px;
}

#days .fb .fb-page {
	width: 100%;
	height: auto;
	margin: 70px auto;
}

#days .insta {
	position: relative;
}

#days .insta a {
	display: block;
	position: absolute;
	right: 18%;
	bottom: 70px;
}



/* sp */

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

	html,
	body,
	div,
	span,
	object,
	iframe,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	abbr,
	address,
	cite,
	code,
	del,
	dfn,
	em,
	img,
	ins,
	kbd,
	q,
	samp,
	small,
	strong,
	sub,
	sup,
	var,
	b,
	i,
	a,
	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 {
		font-size: 14px;
	}

	section {
		padding-top: 170px;
	}

	footer {
		width: 100%;
		height: 100px;
		text-align: center;

	}

	footer p {
		padding-top: 20px;
		font-size: 0.7em;
	}

	.car {
		margin-top: 100px;
		height: 55px;
		background-image: url(../img/nekocar.png);
		background-repeat: no-repeat;
		background-size: 70px;
		animation: car-move 4s ease-in-out 0s infinite normal none;
	}

	@keyframes car-move {
		0% {
			background-position: 0 bottom;
		}

		100% {
			background-position: 100% bottom;
		}
	}


	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.content_left {
		width: 100%;
	}

	.content_left h1 img {
		margin: 20px auto 10px;
		width: 100px;
		height: 100px;
	}

	.content_left dl.storeinfo {
		margin: 30px auto 0;
	}

	.content_left .sns a {
		margin: 15px 10px 0;
	}

	.content_right {
		width: 100%;
		box-shadow: none;
		overflow-y: auto;
	}

	.container_l {
		max-width: 100%;
		margin: 0 auto;
	}

	.container_r {
		max-width: 100%;
		margin: 0 auto;
		background-color: antiquewhite;
	}

	.contents {
		max-width: 600px;
		margin: 0 auto;
	}

	.ttl_l,
	.ttl_r {
		position: static;
	}

	.ttl_l h2 img,
	.ttl_r h2 img {
		margin: 0 auto;
	}

	.content_right .main_img {
		position: static;
		width: inherit;
		height: auto;
	}

	.content_right .main_img img {
		position: relative;
		left: auto;
		max-width: 100%;
		height: auto;
		margin-left: auto;
	}

	section {
		padding-top: 70px;
	}

	.bg {
		background-image: none;
	}

	.contents {
		max-width: 400px;
		margin: 30px auto 0;
		padding: 0 10px;
	}

	a.btn {
		width: 100px;
	}

	/* about */

	#about {
		background: none;
	}

	#about p {
		margin: 0 auto;
		line-height: 2.4em;
		text-align: center;
	}

	#about .flexbox {
		padding: 20px 0;
	}

	#about .flexbox .text {
		margin: 0 auto;
	}

	#about img.shopimg {
		padding-top: 30px;
		width: 100%;
		height: auto;
	}


	/* service */

	#service h2 img.sp {
		width: 100%;
		height: auto;
	}

	#service h3 {
		font-size: 1.5em;
		font-weight: bold;
		padding-bottom: 0px;
	}

	#service .ttl_r {
		padding: 0 10px;
	}

	#service .list01 {
		background-image: none;
	}

	#service .list01 .bg_sp {
		background-image: url(../img/sp/service_bg01_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}

	#service .list01 .flexbox {
		display: block;
		margin: 0 auto;
		padding-top: 70px;
		padding-left: 20%;
	}

	#service .list01 .flexbox ul {
		padding-left: 10%;
	}


	#service .list01 .flexbox p {
		font-size: 0.9em;

	}

	#service .list02 {
		background-image: none;
	}

	#service .list02 .bg_sp {
		background-image: url(../img/sp/service_bg02_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}

	#service .list02 .flexbox {
		display: block;
		margin: 0 auto;
		padding-top: 70px;
		padding-left: 20%;
	}

	#service .list02 .flexbox ul {
		padding-left: 15%;
	}

	#service .list02 .flexbox p {
		font-size: 0.9em;
		padding-top: 25px;
	}

	/* store */

	#store {
		background-image: none;
		padding-top: 70px;
	}

	#store .information {
		margin: 30px auto;
	}

	#store .information dl {
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		width: 95px;
		height: 95px;
	}

	#store .information dl dt {
		padding-top: 17px;
		padding-bottom: 2px;
		font-size: 13px;
	}

	#store .information dl.info02 dt {
		padding-top: 12px;
	}

	#store .information dl dd {
		font-size: 13px;
	}

	#store #googlemap {
		width: 100%;
		height: auto;
	}

	#store .access {
		left: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px 10px;
	}

	#store .access dl {
		font-size: 0.8em;
	}

	#store .access dl dd {
		margin: 2px 0;
	}

	#store .address {
		right: 5%;
	}

	#store .address p {
		font-size: 0.8em;
	}

	#store .address a {
		margin-top: 5px;
	}

	#days {
		padding-top: 70px;
	}

	#days .fb img {
		margin-bottom: 30px;
	}

	#days .insta {
		position: relative;
		top: 30px;
	}

	#days .insta a {
		left: 30%;
		top: 70px;
	}

	#days .insta a img {
		width: 80%;
	}
}

.payment {
	background-color: #FFF;
	padding: 15px 20px;
	border-radius: 10px;
	max-width: 360px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}

.payment li {
	font-weight: bold;
}

.payment li:not(:last-child)::after {
	content: " / ";
}

.payment img {
	vertical-align: middle;
}