@charset "UTF-8";

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-size: 18px;
	font: inherit;
	line-height: 1.6;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="text"], textarea {
	font-family: 'Noto Sans JP', sans-serif;
	outline: none;
}
body {
	color: #450609;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	word-wrap: break-word;
	word-break: break-all;
}
img{
    border: 0;
    vertical-align: bottom;
    backface-visibility: hidden;
}
a{
	text-decoration: none;
	transition: ease-in .3s;
}
a:hover{
	transition: ease-in .3s;
}

.Abril {
	font-family: 'Abril Fatface', cursive;
}
.NotoSerif {
	font-family: 'Noto Serif JP', serif;
}
.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 10px 0 20px;
	background: rgba(255,255,255,1);
	z-index: 12;
}
header h1{
	font-size: 24px;
}
header h1 a{
	color: #494949;
}
header ul{
	display: flex;
    align-items: center;
}
header ul li{
	margin: 0 20px 0 0;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
header ul li a{
	color: #450609;
}
header ul li.online {
	margin: 0;
	padding: 0;
}
header ul li.online a{
	background: #D0111B;
	border-radius: 10px;
	color: #fff;
	display: block;
	padding: 6px 20px;
}
header.navi{
	background: #fff;
}



@media screen and (min-width: 769px) {
	a:hover{
		text-decoration: none;
		opacity: .7;
	}
	.sp{
		display: none;
	}
	.inner{
		width: 1200px;
		margin: auto;
	}
	header {
		min-width: 1150px;
		box-shadow: 0 0 12px 2px rgba(0,0,0,0.4);
	}
	header h1 .on{
		display: none;
	}
	header ul li{

	}
	header ul li.sns{
	    display: flex;
	    flex-flow: column;
	    justify-content: space-between;
	    height: 80px;
	}
	header ul li img{
		margin: 0 0 10px;
	}
	header ul li.sns img{
		margin: 0;
	}
	header ul li p:hover{
		cursor: pointer;
		opacity: .7;
		transition: ease-in .3s;
	}
	header ul li a{
		position: relative;
	}
	header ul li p{
		padding: 18px 0;
		position: relative;
	}
	header ul li p img{
		width: 46px;
	}
	header ul li p + dl{
		visibility: hidden;
		opacity: 0;
		z-index: 10;
		transition: ease-in .3s;
	}
	header ul li p:hover:before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0px;
		right: 0;
		margin: auto;
		width: 50px;
		height: 5px;
		background: #FEEDEE;
		z-index: 11;
	}
	header ul li:hover p + dl{
		visibility: visible;
		opacity: 1;
		border-top: 3px solid #d0111b;
	}
	header ul li span{
		display: block;
		line-height: 1.2;
	}
	header ul li dl{
		display: flex;
		justify-content: center;
		align-items: center;
	    position: absolute;
	    left: 0;
	    width: 100%;
	    background: rgba(254,237,238,.95);
	    padding: 10px 0;
    }
    header ul li dl img{
	    margin: 0 5px 0 0;
	    width: 46px;
    }
	header ul li dl dt{
		display: flex;
		align-items: center;
	}
	header ul li dl dd{
		margin: 0 0 0 20px;
	}
	header ul li dl dd img{
		width: 62px;
	}
	header ul li dl dd li{
		padding: 0;
	}
	header ul li dl a{
		display: flex;
		align-items: center;
	}
	header ul li a:hover:after {
		transform: scale(1, 1);
	}
	header ul li.contact{
		margin: 0 20px 0 0;
		padding: 0;
	}
	header ul li.contact a{
		background: #450609;
		border-radius: 20px;
		color: #fff;
		text-align: center;
		display: block;
		padding: 5px 15px;
	}
	header ul li.contact a:last-child{
		border: 1px solid #450609;
		color: #450609;
		background: #fff;
		margin: 10px 0 0;
	}
	header ul li.contact img{
		margin: 0 5px 0 0;
		vertical-align: middle;
	}

	.inner{
		width: 1200px;
		margin: auto;
	}




}

@media screen and (max-width: 768px) {

	.pc{
		display: none;
	}
	img{width: 100%;}

	header {
		display: block;
		padding: 0;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
		height: 72px;
	}
	header .ttl{
		padding: 10px;
	}
	header .bgBlock {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    background-color: #d0111b;
	    z-index: 5;
	    display: none;
	}
	header h1{
		position: relative;
	}
	header h1 img{
		width: auto;
		position: absolute;
	}
	header.open .ttl{
	    background: #d0111b;
	    z-index: 10;
	    position: relative;
    }
	header ul li p img{
		opacity: 0;
	}
	header .shop{
		position: absolute;
		top: 10px;
		right: 70px;
		width: 60px;
		border: 1px solid #d0111b;
		text-align: center;
		border-radius: 10px;
		z-index: 6;
	}
	header .shop a{
		display: block;
		padding: 4px 0;
		font-size: 12px;
		color: #d0111b;
	}
	header .shop img{
		width: 25px;
		display: block;
		margin: auto;
	}
	header h1 img{
		width: 150px;
	}
	header ul{
		display: block;
	}
	header ul li{
		margin: 0;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	header ul li a{
		display: block;
		padding: 10px;
		color: #fff!important;
		border: none!important;
		color: #450609;
	}
	header ul li a img{
		vertical-align: middle;
		margin: 0 10px 0 0;
		width: 40px;
		border: 2px solid #fff;
		border-radius: 25px;
	}
	header ul li.tel{
		padding: 10px 0;
		color: #fff;
		line-height: 1.4;
		font-size: 16px
	}
	header ul li.tel a{
		padding: 0;
		display: inline;
	}
	header ul li.contact a:nth-child(1){
		color: #fff;
		background: #d0111b;
		border: 1px solid #fff!important;
	}
	header ul li.contact a:nth-child(2){
		background: #fff;
		color: #d0111b!important;
	}
	header ul li.tel span{
		font-size: 20px
	}
	header ul li.contact a{
		border-radius: 30px;
		margin: 0 10px 0 0;
		padding: 10px 20px;
	}
	header ul li.contact img{
		width: 20px;
		border: none;
		border-radius: 0;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		width: 50px;
		height: 52px;
		cursor: pointer;
		z-index: 101;
		background: #d0111b;
		border-radius: 10px;
		border: 1px solid #fff;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 70%;
		background: #fff;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 14px;
	}
	#nav-toggle span:nth-child(2) {
		top: 25px;
	}
	#nav-toggle span:nth-child(3) {
		top: 36px;
	}


	#global-nav::-webkit-scrollbar{
		width: 6px;
		background: #b0b0b0;
	}
	#global-nav::-webkit-scrollbar-thumb{
		background: #4f4f4f;
		border-radius: 2px;
	}
	.open #global-nav {
		opacity: 1;
		visibility: visible;
		z-index: 5;
		transition: .3s ease-in-out;
		height: 100%;
		overflow-y: auto;
		background: #d0111b;
		padding: 80px 0 10%;
	}
	header.open p img,
	header.open h1 img{
		position: relative;
		z-index: 6;
		display: none;
	}
	header p img.on,
	header h1 img.on{
		display: none;
	}
	header #global-nav ul li p img{
		width: 40px;
	}
	header.open p img.on{
		display: inline-block;
		margin: 0 10px 0 0;
		opacity: 1;
	}
	header.open .shop img.on,
	header.open h1 img.on{
		display: block;
	}
	header.open p {
		text-align: left;
	    margin: 10px;
	    display: flex;
	    align-items: center;
		color: #fff;
    }
	header.open .shop{
		background: #fff;
	}
	header ul li dl{
		text-align: left;
	}
	header ul li dl dt{
		border-top: 1px solid #fff;
		color: #fff;
		padding: 10px;
	}
	header ul li dl dd{
		background: #FEEDEE;
		border-top: 1px solid #fff;
	}
	header ul li dl dd a{
		display: block;
		padding: 10px 10px 10px 30px;
		color: #450609!important;
		background: #FEEDEE;
		position: relative;
	}
	header ul li dl dd a:before{
	    content: "";
	    position: absolute;
	    top: 2px;
	    bottom: 0;
	    left: 10px;
	    margin: auto;
	    width: 7px;
	    height: 7px;
	    border-top: 2px solid #450609;
	    border-right: 2px solid #450609;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	header ul li.contact {
		display: flex;
		flex-flow: row-reverse;
		justify-content: flex-end;
		margin: 10px 10px 0;
		border: none;
	}

	header ul li.sns{
	    display: flex;
		justify-content: center;
		padding: 12px 0;
	}
	header ul li.sns img{
		margin: 0;
		border: none;
	}
	header ul li.sns a{
		width: 40%;
		border-radius: 6px;
		text-align: center;
		background: #00b900;
	    padding: 0;
	    margin: 0 3%;
	}
	header ul li.sns a:last-child{
		background: #1da1f2;
	}

	#global-nav {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    transition: .3s ease-in-out;
		opacity: 0;
		visibility: hidden;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 25px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 25px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.inner{margin: 0 10px;}






}
