@charset "UTF-8";

/*init.*/
* {
	margin: 0;
	padding: 0;
}

html {
	font: 13.5px/1.7 'Noto Sans JP', 'メイリオ', 'ヒラギノ角ゴ ProN W3', sans-serif;
	text-align: justify;
	overflow-wrap: break-word;
	scroll-behavior: smooth;
}
@media screen and (min-width: 500px) {
	html {
		font-size: 14.5px;
	}
}
@media screen and (min-width: 768px) {
	html {
		font-size: 15.5px;
	}
}

body {
	background: #fff;
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	text-align: left;
}
p+p {
	margin-top: 1.4em;
}
ul,
ol {
	list-style: none;
}
img,
picture {
	vertical-align: top;
	max-width: 100%;
}
a[href] img {
	border: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
small {
	font-size: inherit;
}

/*util.*/
.fs1_5em {
	font-size: 1.5em !important;
}
.fs1_2em {
	font-size: 1.2em !important;
}
.fs0_9em {
	font-size: 0.9em !important;
}
.fs0_8em {
	font-size: 0.8em !important;
}
.ffa {
	font-family: Arial, 'Helvetica Neue', sans-serif !important;
}
.fft {
	font-family: 'Times New Roman', Times, serif !important;
}
.fwb {
	font-weight: bold !important;
}
.fwn {
	font-weight: normal !important;
}
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mt-c1 {
	margin-top: calc(1% + 10px) !important;
}
.mt-c1_5 {
	margin-top: calc(1.5% + 15px) !important;
}
.mt-c2 {
	margin-top: calc(2% + 20px) !important;
}
.mt-c3 {
	margin-top: calc(3% + 30px) !important;
}
.mt-c4 {
	margin-top: calc(4% + 40px) !important;
}
.mt-c5 {
	margin-top: calc(5% + 50px) !important;
}
.br10 {
	border-radius: 10px !important;
}
.w100p {
	width: 100% !important;
}
.dn {
	display: none !important;
}
.dib {
	display: inline-block !important;
}
@media screen and (min-width: 500px) {
	.tb-dn {
		display: none !important;
	}
	.tb-di {
		display: inline !important;
	}
}
@media screen and (min-width: 768px) {
	.pc-dn {
		display: none !important;
	}
	.pc-di {
		display: inline !important;
	}
}
.posr {
	position: relative !important;
}
.cf:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}


/*custom util.*/
.mw-1 {
	max-width: 1280px !important;
}
.mw-2 {
	max-width: 1190px !important;
}
.mw-3 {
	max-width: 655px !important;
}
.mw-4 {
	max-width: 640px !important;
}
.mw-5 {
	max-width: 1050px !important;
}
.mw-6 {
	max-width: 750px !important;
}
.mw-7 {
	max-width: 680px !important;
}
.mw-8 {
	max-width: 620px !important;
}
.mw-9 {
	max-width: 800px !important;
}
.mw-10 {
	max-width: 420px !important;
}
.mw-11 {
	max-width: 845px !important;
}
.mw-12 {
	max-width: 600px !important;
}

.px-1 {
	padding-left: 3% !important;
	padding-right: 3% !important;
}

/*site*/
/*page-header*/
.header-white-wp {
	padding: 12px;
	width: 100%;
	box-sizing: border-box;
	background: rgba(255,255,255,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.header-wp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-wp .logo {
	flex: 0 0 35%;
}
.header-wp .nav-list-wp {
	display: none;
}
.header-wp .btn-menu-wp {
	flex: 0 0 32px;
}
.header-wp .btn-menu {
	width: 32px;
	height: 22px;
	vertical-align: middle;
	background: url(../img/common/btn-menu.png) no-repeat right center;
	background-size: contain;
	border: 0;
}
#menu-wp {
	display: none;
	background: #939393;
	color: #fff;
	padding: 8px 3% 70px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#menu-wp.active {
	display: block;
}
@media screen and (min-width: 500px) {
	.header-wp .nav-list-wp {
		display: block;
		flex: 0 0 62%;
	}
	.header-wp .btn-menu-wp {
		display: none;
	}
	.header-wp .nav-list {
		display: flex;
		justify-content: space-between
	}
	.header-wp .nav-list>li {
	}
}
@media screen and (min-width: 768px) {
	.header-wp .logo {
		flex: 0 0 262px;
	}
	.header-wp .nav-list-wp {
		flex: 0 0 440px;
	}
}

.menu-header {
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
}
.menu-header .logo {
	flex: 0 0 35%;
}
.menu-header .btn-close-wp {
	flex: 0 0 32px;
}
.menu-header .btn-close {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	background: url(../img/common/btn-close.png) no-repeat right center;
	background-size: contain;
	border: 0;
}

#menu-wp .nav-list {
	text-align: center;
	margin-top: 1em;
}
#menu-wp .nav-list>li a {
	display: block;
	padding: 1em 0;
	border-bottom: 1px solid #fff;
	background: url(../img/common/arrow-r-w.svg) no-repeat right 0.5em center;
}

.menu-info {
	text-align: center;
}
.menu-info .hour {
	margin-top: 2em;
}

/*button*/
.btn-1-wp {
	margin-top: 2em;
}
.btn-1 {
	display: inline-block;
	line-height: 1.2;
	padding: 1em 4em;
	border-radius: 10px;
	background: #fff url(../img/common/icon-phone.png) no-repeat 1.5em center;
	background-size: 2em;
	color: #333;
}
.btn-2 {
	display: inline-block;
	text-align: center;
	padding: 0.9em 0;
	width: 300px;
	border: 1px solid #931c27;
	background: url(../img/common/arrow-r-r.svg) no-repeat right 1em center;
}
.btn-2>span {
	display: inline-block;
	line-height: 1;
	padding: 0 0 8px 1.5em;
	background: url(../img/menu/icon-kama.svg) no-repeat left top;
	color: #931c27;
}
.btn-2.pin {
	padding: 0.5em 0;
}
.btn-2.pin>span {
	background-image: url(../img/shopinfo/icon-marker.svg);
}

/*h1-h6*/
.h-1 {
	font-size: 1.7rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 50px;
	padding: 1.2em 0;
	background: url(../img/common/bg-1.png) no-repeat center top;
	background-size: contain;
	color: #931c27;
}
.h-2 {
	font-size: 1rem;
	font-weight: normal;
}
@media screen and (min-width: 500px) {
	.h-1 {
		font-size: 2rem;
		padding: 0.9em 0;
	}
}
@media screen and (min-width: 768px) {
	.h-1 {
		font-size: 2.3rem;
	}
}

/*page-footer*/
.page-footer-wp {
	padding: 30px 0 50px;
	margin-top: 5em;
	background-color: #f5f5f5;
}

.footer-info-wp .tel {
	text-align: center;
}
.footer-info-wp .address {
	text-align: center;
}
.footer-info-wp .address span {
	text-align: left;
	display: inline-block;
}
.time-list {
	margin-top: 1em;
	display: flex;
	justify-content: center;
}
.time-list>dt {
	flex: 0 0 5em;
}
@media screen and (min-width: 500px) {
	.page-footer-wp {
		padding: 30px 0 20px;
	}
	.footer-info-wp {
		display: flex;
		justify-content: space-between;
		font-size: 0.81rem;
	}
	.footer-info-wp>div {
		flex: 0 0 49%;
	}
	.footer-info-wp>.time-list {
		flex: 0 0 49%;
		justify-content: flex-end;
	}
	.footer-info-wp .tel,
	.footer-info-wp .address {
		text-align: left;
	}
	.footer-info-wp .address {
		margin-top: 0;
	}
	.time-list {
		margin-top: 0;
	}
}
@media screen and (min-width: 650px) {
	.footer-info-wp {
		font-size: 1rem;
	}
}

#copyright {
	font-size: 0.7rem;
	text-align: center;
	margin-top: 50px;
	
}
