@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*//////////////////////////////////////////////////////////
//  - CSS for Common
//////////////////////////////////////////////////////////*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote, q {
	quotes: '' '';
}

abbr,acronym {
	border: 0;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
}

li img,
dt img,
dd img { vertical-align: bottom; }

input:focus,
textarea:focus { outline: 0; }

.clear      { clear: both; }
.hidden     { display: none; }
.floatleft  { float: left; }
.floatright { float: right; }
.textright  { text-align: right !important; }
.textcenter { text-align: center !important; }
.vmargin0   { margin-top: 0 !important; margin-bottom: 0 !important; }
.vmargin5   { margin-top: 5px; }
.vmargin10  { margin-top: 10px; }
.vmargin15  { margin-top: 15px; }
.vmargin20  { margin-top: 20px; }
.vmargin25  { margin-top: 25px; }
.vmargin30  { margin-top: 30px; }
.vmargin35  { margin-top: 35px; }
.vmargin40  { margin-top: 40px; }
.vmargin45  { margin-top: 45px; }
.vmargin50  { margin-top: 50px; }
.vmargin60  { margin-top: 60px; }
.vmargin70  { margin-top: 70px; }
.vmargin80  { margin-top: 80px; }
.vmargin90  { margin-top: 90px; }
.vmargin100 { margin-top: 100px; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.brake { display: block; }

.iframe {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding-top: 56.25%;
}

.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	pointer-events: none;*/
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { float: left; }
.alignright { float: right; }

img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.store_info-grpup{
	margin: 0 0 30px;
	.heading{
		font-weight: bold;
		margin: 0 0 20px;
	}
	.content{
		
	}
	.list{
		display: flex;
		margin: 0;
		padding: 0;
	}
	.item{
		max-width: 150px;
		margin-right: 20px;
		@media(max-width:640px){
			width: 32%;
			margin: 0 2% 0 0;
			&:last-child{
				margin: 0;
			}
		}
		img{
			width: 100%;
		}
	}
	.item-text{
		
	}
	.name{
		line-height: 1.3;
		margin: 15px 0 12px;
		font-size: 90%;
	}
	.address{
		line-height: 1.3;
		font-size: 80%;
	}
}
.g-menu-link{
	padding-bottom: 30px;
}
.g-menu-link a{
	transition: all .3s;
	border-radius:10px;
	        font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
        font-size: 28px;
        font-weight: 700;
	color: #35220e!important;
	display: block;
        border: 2px solid #35220e;
        margin: auto;
        padding: 15px 30px;
        width: fit-content;
        @media(max-width:576px){
	        font-size: 18px;
        }
        &:hover{
	        text-decoration: none;
	        background: #35220e;
	        color: #fff!important;
        }

}
.sp-only{
	display: none;
}
@media(max-width:576px){
.sp-only{
	display: block;
}	
body{
	font-size: 13px!important;	
}	
#index #access .detail dl{
	margin-bottom: 5px!important;
}
}
.content-pancake{
	margin: 45px 0 70px;
	@media(max-width:576px){
		margin: 35px 0 40px;
	}
	.desc{
		text-align: center;
		font-size: 17px;
		margin-bottom: 25px;
		@media(max-width:576px){
			font-size: 15px;
			margin-bottom: 20px;
		}
	}
}
.pancake-img{
	max-width: 978px;
	margin:0 auto 80px;
	@media(max-width:576px){
		width: 86%;
	}
	img{
		width: 100%;
	}
}