@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll; /* for mozilla: always display scrollbar */
}
body {
	-webkit-text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td, tbody, tfoot, thead, object, iframe, code, fieldset, legend, caption, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
	zoom: 1;
}
a:active, a:focus {
	outline: none;
}
a {
	color: #000;
}
a:hover {
	text-decoration: underline;
}
br {
	letter-spacing: normal;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
}
/*--- default */
html {
	font-size: 62.5%;
}
body {
	color: #000;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

/* others
------------------------------------------------ */
a {
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a:hover {
	text-decoration: underline;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.op img, .op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.op:hover img, .op:hover input {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin: 1em 0 5em 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.pb1em{padding-bottom: 1em;}
.mb1em{margin-bottom: 1em;}
.mb2em{margin-bottom: 2em;}
.pt1em{padding-top: 1em;}

.storelistboxtel a{color: #fff; text-decoration: none;}
.storelistboxtel a:link{color: #fff; text-decoration: none;}
.storelistboxtel a:hover{color: #fff; text-decoration: underline;}
.storelistboxtel a:visited{color: #fff; text-decoration: none;}

#pc_story_text{display: none;}

/* clearfix
----------------------------------------------- */
.cf:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
}
.cf {
	min-height: 1px;
}

/* font-position
----------------------------------------------- */
.tac {
	text-align: center!important;
}
.tar {
	text-align: right!important;
}
.tal {
	text-align: left !important;
}
.vat {
	vertical-align: top!important;
}
.vam {
	vertical-align: middle!important;
}
.vab {
	vertical-align: bottom!important;
}

.visiblepc {
	display: block;
}
.visiblets {
	display: none;
}
 @media screen and (max-width: 767px) {
.visiblets {
	display: block;
}
.visiblepc {
	display: none;
}
}



.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 300ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.inner{
	max-width: 1140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}



@media screen and (max-width: 767px) {
	.inner{
		max-width: 1140px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 10px;
	}
}

#header{
	position: fixed;
	width: 100%;
	height: 153px;
	background: #fff;
	z-index: 9;
}

#header.fancybox-margin{
	width: calc(100% - 17px);
}

.logo{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 37px;
}


.headermenu {
	float: right;
	width:77px;
	height:39px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 68px 42px 46px 0;
}
.headermenuin {
	width:100%;
	height:39px;
	position:absolute;
	top:0;
	overflow:hidden
}
.headermenuin div {
	width:100%;
	height:7px;
	position:absolute;
	overflow:hidden;
}
.headermenuin div span {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#000000;
}

.headermenuin>div:nth-child(1) {
	top:0;
}
.headermenuin>div:nth-child(2) {
	top:50%;
	margin: -3.5px 0 0 0;
}
.headermenuin>div:nth-child(3) {
	top:100%;
	margin: -7px 0 0 0;
}


#gnavi{
	position: fixed;
	width: 404px;
	height: 100%;
	right: -421px;
	background: #000;
	z-index: 111;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 37px 0 0 54px;
}
#gnavi.on{
	right: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gnavilogo{
	float: left;
}

.gnaviclose{
	float: right;
	cursor: pointer;
	margin: 0 35px 0 0;
}

.gnavilist{
	margin: 10vh 0;
}

.gnavilist li{
	margin: 20px 0;
}

.gnavilist li a{
	font-size: 5vh;
	font-weight: bold;
	color: #fff;
	position: relative;
	top: 0;
}
.gnavilist li a:after{
	content: "";
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 0%;
	height: 1px;
	background: #fff;
	transition: all 0.2s;
}
.gnavilist li a:hover{
	text-decoration: none;
	top:-3px
}
.gnavilist li a:hover:after {
	width:100%;
	left:0;
	bottom:12px;
}

.gnavisns{
	overflow: hidden;
}

.gnavisns li{
	float: left;
	margin: 0 25px 0 0;
}

#content{
	padding: 153px 0 0 ;
}

.slick-slide img{
	width: 100%;
	display: inline !important;
}

.slick-dots{
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	margin: 0 3px;
}
.slick-dots li button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	background: rgba(255,255,255,0.6);
	height: 17px;
	width: 17px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
}
.slick-dots li.slick-active button{
	background: rgba(255,255,255,1);
}


.hdL{
	text-align: center;
	font-size: 76px;
	font-weight: bold;
}

.txt01{
	text-align: center;
	font-size: 40px;
}

#about{
	padding: 50px 0 0 0;
}

.aboutvedio{
	width: 100%;
	height: 640px;
	margin: 50px 0 100px 0;
}

.aboutbox{
	overflow: hidden;
	background: #000;
}

.aboutboximg{
	float: left;
	width: 50%;
}
.aboutboximg img{
	width: 100%;
}
.aboutboxcont{
	overflow: hidden;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}
.aboutboxcontin{
	padding: 50px 0 0 75px;
}

.aboutboxtit{
	font-size: 50px;
	line-height: 1.3;
}

.aboutboxtxt{
	font-size: 24px;
	line-height: 1.6;
}

.aboutbox:nth-child(2n+1){
	background: #fff;
}

.aboutbox:nth-child(2n+1) .aboutboximg{
	float: right;
}

.aboutbox:nth-child(2n+1) .aboutboxcont{
	color: #000;
}

.aboutbox:nth-child(2n+1) .aboutboxcontin{
	padding: 50px 75px 0 0;
	float: right;
}

#menu{
	padding: 50px 0 0 0;
	text-align: center;
}

.menuslick{
	margin: 50px 0 0 0;
}

.menunote{
	font-size: 16px;
	margin: 40px 0 0 ;
}

.menulist{
	display: flex;
	flex-wrap:wrap;
	margin: 40px -16px 60px;
}
.menulistbox{
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 16px;
}
.menulistbox img{
	width: 100%;
}

.menulistboxtit{
	font-size: 22px;
	padding: 10px 0 20px;
	text-align: center;
}

.popup{
	display: none;
	padding: 17px;
	width: 950px;
}

.popuptop{
	overflow: hidden;
	padding: 45px 10px;
}
.popupimg{
	float: left;
}
.popupcont{
	overflow: hidden;
	padding: 0 35px;
}

.popuptit{
	font-size: 35px;
	margin: 0 0 20px;
	color: #000;
}

.popuptxt{
	font-size: 18px;
	margin: 0 0 10px;
	color: #000;
}

.popupprice{
	font-size: 22px;
	color: #000;
}

.popuplist{
	overflow: hidden;
	padding: 25px 0 0 0;
	border-top: 1px solid #b3b2b2;
}
.popuplist li{
	float: left;
	width: 33.33%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popupaddress{
	margin: 20px 0 0 0;
}
.popupaddress a{
	font-size: 24px;
	background: url(../img/ico_point.jpg) right center no-repeat;
	padding: 0 35px 0 0;
}

.popuppdf{
	margin: 20px 0 0 0;
}
.popuppdf a{
	font-size: 24px;
	background: url(../img/ico_pdf.jpg) right center no-repeat;
	padding: 0 30px 0 0;
}

.popupicon{
	margin: 20px 0 0 0;
}

.storyimg{
	margin: 40px 0 0 ;
}
.storyimg img{
	width: 100%;
}

.storycont{
	text-align: center;
	padding: 35px 0;
	background: url(../img/bg_story01.jpg) center top no-repeat;
	background-size: 100%;
}
.storycont p{
	padding: 35px 0;
	font-size: 24px;
	line-height: 2;
}

#store{
	background: url(../img/bg_store.jpg) center top no-repeat #000;
	background-size: 100%;
	color: #fff;
	padding: 60px 0 100px;
}

.storetit{
	text-align: center;
	font-size: 32px;
	margin: 80px 0 40px;
}

.storeicon{
	display: flex;
	justify-content:center;
	margin: 0 0 75px;
}
.storeicon li{
	padding: 0 13px;
}
.storelist{
	border-bottom: 1px solid #fff;
}
.storelist dt{
	font-size: 36px;
	line-height: 1;
	padding: 13px 50px;
	border-top: 1px solid #fff;
}
.storelist dd{
	display: none;
}

.storelist .iconoff{
	background: url(../img/ico_off.jpg) 5px center no-repeat;
}

.storelist .iconon{
	background: url(../img/ico_on.jpg) 5px center no-repeat;
}

.storelistsub dt{
	padding: 13px 95px;
}

.storelistsub .iconoff{
	background: url(../img/ico_off.jpg) 45px center no-repeat;
}

.storelistsub .iconon{
	background: url(../img/ico_on.jpg) 45px center no-repeat;
}

.storelistin{
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #fff;
}

.storelistbox{
	padding: 40px 25px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.storelistboximg{
	float: left;
}

.storelistboxcont{
	overflow: hidden;
	padding: 0 0 0 25px;
}

.storelistboxtit{
	font-size: 26px;
	margin: 0 0 10px;
}
.storelistboxtit a{
	color: #fff;
}
.storelistboxaddr,
.storelistboxtel,
.storelistboxtime{
	font-size: 18px;
	line-height: 1.3;
}


.storelistboxicon{
	overflow: hidden;
	margin: 15px 0 0;
}
.storelistboxicon li{
	float: left;
	margin: 0 5px 0 0;
}
.storelistboxicon li img{
	width: 44px;
}

#footer{
	padding: 50px 0;
}

.footerlogo{
	text-align: center;
}

.footersns{
	margin: 50px 0 0 0;
	display: flex;
	justify-content: center;
}

.footersns li{
	padding: 0 10px;
}

.copyright{
	text-align: center;
	font-size: 16px;
	color: #231815;
	margin: 80px 0 0 0;
}

@media screen and (max-width: 959px) {
	
	.aboutboxcontin{
		padding: 25px 0 0 45px;
	}

	.aboutboxtit{
		font-size: 32px;
		line-height: 1.3;
	}

	.aboutboxtxt{
		font-size: 14px;
		line-height: 1.6;
	}
	
	.aboutbox:nth-child(2n+1) .aboutboxcontin{
		padding: 25px 45px 0 0;
	}
	
	.storycont p{
		padding: 35px 0;
		font-size: 24px;
		line-height: 2;
	}
	.storelistboximg{
		float: left;
		width: 100px;
	}

	
}


@media screen and (max-width: 767px) {
	#header{
		position: fixed;
		width: 100%;
		height: 51px;
		background: #fff;
		z-index: 9;
	}

	#header.fancybox-margin{
		width: 100%;
	}

	.logo{
		position: absolute;
		width: 100%;
		text-align: center;
		top: 10px;
	}
	.logo img{
		width: 140px;
	}


	.headermenu {
		float: right;
		width:27px;
		height:13px;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 23px 10px 15px 0;
	}
	.headermenuin {
		width:100%;
		height:13px;
		position:absolute;
		top:0;
		overflow:hidden
	}
	.headermenuin div {
		width:100%;
		height:2px;
		position:absolute;
		overflow:hidden;
	}
	.headermenuin div span {
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		background:#000000;
	}

	.headermenuin>div:nth-child(1) {
		top:0;
	}
	.headermenuin>div:nth-child(2) {
		top:50%;
		margin: -1px 0 0 0;
	}
	.headermenuin>div:nth-child(3) {
		top:100%;
		margin: -2px 0 0 0;
	}


	#gnavi{
		position: fixed;
		width: 100%;
		height: 100%;
		right: -100%;
		background: #000;
		z-index: 111;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-ms-transition: all .3s ease-in;
		transition: all .3s ease-in;
		color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 0 0 25px;
	}
	#gnavi.on{
		right: 0;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	.gnavilogo{
		float: left;
	}
	.gnavilogo img{
		width: 33px;
	}

	.gnaviclose{
		float: right;
		cursor: pointer;
		margin: 0 17px 0 0;
	}
	.gnaviclose img{
		width: 21px;
	}

	.gnavilist{
		margin: 62px 0;
	}

	.gnavilist li{
		margin: 10px 0;
	}

	.gnavilist li a{
		font-size: 21px;
		font-weight: bold;
		color: #fff;
		position: relative;
		top: 0;
	}
	.gnavilist li a:after{
		content: "";
		position: absolute;
		bottom: 8px;
		left: 50%;
		width: 0%;
		height: 1px;
		background: #fff;
		transition: all 0.2s;
	}
	.gnavilist li a:hover{
		text-decoration: none;
		top:-3px
	}
	.gnavilist li a:hover:after {
		width:100%;
		left:0;
		bottom:6px;
	}

	.gnavisns{
		overflow: hidden;
	}

	.gnavisns li{
		float: left;
		margin: 0 12px 0 0;
	}
	.gnavisns li img{
		width: 30px;
	}

	#content{
		padding: 51px 0 0 ;
	}

	.slick-slide img{
		width: 100%;
		display: inline !important;
	}

	.slick-dots{
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: center;
		height: 5px;
	}
	.slick-dots li{
		display: inline-block;
		margin: 0 2px;
		height: 5px;
	}
	.slick-dots li button{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		padding: 0;
		margin: 0;
		text-indent: -9999px;
		background: rgba(255,255,255,0.6);
		height: 5px;
		width: 5px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}
	.slick-dots li.slick-active button{
		background: rgba(255,255,255,1);
	}


	.hdL{
		text-align: center;
		font-size: 32px;
		font-weight: bold;
	}

	.txt01{
		text-align: center;
		font-size: 18px;
	}

	#about{
		padding: 25px 0 0 0;
	}

	.aboutvedio{
		width: 100%;
		height: 320px;
		margin: 25px 0 50px 0;
	}

	.aboutbox{
		overflow: hidden;
		background: #000;
	}

	.aboutboximg{
		float: none;
		width: 100%;
	}
	.aboutboximg img{
		width: 100%;
	}
	.aboutboxcont{
		overflow: hidden;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		text-align: center;
	}
	.aboutboxcontin{
		padding: 20px 0;
	}

	.aboutboxtit{
		font-size: 18px;
		line-height: 1.3;
	}

	.aboutboxtxt{
		font-size: 12px;
		line-height: 1.6;
	}

	.aboutbox:nth-child(2n+1){
		background: #fff;
	}

	.aboutbox:nth-child(2n+1) .aboutboximg{
		float: right;
	}

	.aboutbox:nth-child(2n+1) .aboutboxcont{
		color: #000;
	}

	.aboutbox:nth-child(2n+1) .aboutboxcontin{
		padding: 20px 0;
		float: none;
	}

	#menu{
		padding: 25px 0 0 0;
	}

	.menuslick{
		margin: 25px 0 0 0;
	}
	
	.menunote{
		font-size: 10px;
		margin: 20px 0 0 ;
	}

	.menulist{
		display: flex;
		flex-wrap:wrap;
		margin: 20px 0 30px;
	}
	.menulistbox{
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 5px;
	}
	.menulistbox img{
		width: 100%;
	}

	.menulistboxtit{
		font-size: 12px;
		padding: 5px 0 10px;
		text-align: center;
	}

	.popup{
		display: none;
		padding: 17px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.popuptop{
		overflow: hidden;
		padding: 25px;
	}
	.popupimg{
		float: none;
		text-align: center;
	}
	.popupcont{
		overflow: hidden;
		padding: 0;
	}

	.popuptit{
		font-size: 22px;
		margin: 0 0 10px;
		color: #000;
	}
	
	.popuptit.nikkatsu{
		text-align: center;
		margin: 10px 0;
	}

	.popuptxt{
		font-size: 12px;
		margin: 0 0 5px;
		color: #000;
	}

	.popupprice{
		font-size: 16px;
		color: #000;
	}

	.popuplist{
		overflow: hidden;
		padding: 25px 30px 0;
		border-top: 1px solid #b3b2b2;
	}
	.popuplist li{
		float: none;
		width: 100%;
		padding: 15px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.popuplist li img{
		width: 100%;
	}
	.popupaddress{
		margin: 10px 0 0 0;
		text-align: center;
	}
	.popupaddress a{
		font-size: 14px;
		background: url(../img/ico_point.jpg) right center no-repeat;
		background-size: 10px;
		padding: 0 16px 0 0;
	}

	.popuppdf{
		margin: 10px 0 0 0;
		text-align: center;
	}
	.popuppdf a{
		font-size: 14px;
		background: url(../img/ico_pdf.jpg) right center no-repeat;
		background-size: 10px;
		padding: 0 16px 0 0;
	}

	.popupicon{
		margin: 10px 0 0 0;
		text-align: center;
	}
	.popupicon img{
		width: 30px;
	}

	.storyimg{
		margin: 40px 0 0 ;
	}
	.storyimg img{
		width: 100%;
	}

	.storycont{
		padding: 20px 0;
		background: url(../img/bg_story01.jpg) center top no-repeat;
		background-size: 100%;
	}
	.storycont p{
		padding: 20px 0;
		font-size: 13px;
		line-height: 2;
	}

	#store{
		background: url(../img/bg_store.jpg) center top no-repeat #000;
		background-size: 100%;
		color: #fff;
		padding: 20px 0 50px;
	}

	.storetit{
		text-align: center;
		font-size: 14px;
		margin: 0 0 5px 0;
	}

	.storeicon{
		display: flex;
		justify-content:center;
		margin: 0 0 25px;
		padding: 0 15px;
	}
	.storeicon li{
		padding: 0 5px;
	}
	.storelist{
		border-bottom: 1px solid #fff;
	}
	.storelist dt{
		font-size: 18px;
		line-height: 1;
		padding: 8px 20px;
		border-top: 1px solid #fff;
	}
	.storelist dd{
		display: none;
	}

	.storelist .iconoff{
		background: url(../img/ico_off.jpg) 5px center no-repeat;
		background-size: 12px;
	}

	.storelist .iconon{
		background: url(../img/ico_on.jpg) 5px center no-repeat;
		background-size: 12px;
	}

	.storelistsub dt{
		padding: 3px 35px;
	}

	.storelistsub .iconoff{
		background: url(../img/ico_off.jpg) 20px center no-repeat;
		background-size: 12px;
	}

	.storelistsub .iconon{
		background: url(../img/ico_on.jpg) 20px center no-repeat;
		background-size: 12px;
	}

	.storelistin{
		padding: 15px 0;
		display: block;
		flex-wrap: wrap;
		border-top: 1px solid #fff;
	}

	.storelistbox{
		padding: 15px 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}

	.storelistboximg{
		float: left;
		width: 100px;
	}

	.storelistboxcont{
		overflow: hidden;
		padding: 0 0 0 12px;
	}

	.storelistboxtit{
		font-size: 16px;
		margin: 0 0 5px;
	}
	.storelistboxtit a{
		color: #fff;
	}
	.storelistboxaddr,
	.storelistboxtel,
	.storelistboxtime{
		font-size: 11px;
		line-height: 1.3;
	}

	.storelistboxicon{
		overflow: hidden;
		margin: 5px 0 0;
	}
	.storelistboxicon li{
		float: left;
		margin: 0 2px 0 0;
	}
	.storelistboxicon li img{
		width: 25px;
	}

	#footer{
		padding: 25px 0;
	}

	.footerlogo{
		text-align: center;
	}
	.footerlogo img{
		width: 140px;
	}

	.footersns{
		margin: 25px 0 0 0;
		display: flex;
		justify-content: center;
	}

	.footersns li{
		padding: 0 10px;
	}
	.footersns li img{
		width: 30px;
	}

	.copyright{
		text-align: center;
		font-size: 10px;
		color: #231815;
		margin: 40px 0 0 0;
	}
	
.br::before {
			content: "\A" ;
			white-space: pre ;}

}


@media screen and (min-width: 681px) {
.lede-alert2{padding:35px 42px;font-size:30px !important;}

.btn-push {
  display: inline-block;
  max-width: 540px;
  text-align: left;
  background-color: #d30000;
  font-size: 36px;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #9d0202;}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;}
	
	.btn-push a{ display:block;color:white !important;}

}


.lede-alert2{padding:15px 20px;border:solid 2px #c00000;color:#c00000;font-size:20px;letter-spacing:.1em;line-height:2;text-align: center; margin:2em 0 0 0;}

.text1{ text-align:center; font-size:16px; margin:1em 0 2em 0;}



.btn-push {
  display: inline-block;
  max-width: 400px;
  text-align: left;
  background-color: #d30000;
  font-size: 26px;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #9d0202;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}

.btn-push a{ display:block;color:white !important;}

.inner_store{ text-align:center; margin-top:4em;}



/* 新しいメニュー*/

#new_menu{margin: 3.2em 0;}

#new_menu h3{ text-align: center; font-size: 2em; font-weight: bold; margin-bottom: 1.5em;}
#new_menu li h5{font-size: 1.8em;margin-bottom: .7em; font-weight:bold;}
#new_menu ul li{text-align: center; margin-bottom: 3.8em;}
#new_menu li dl{margin: 1.8em auto 0 auto;}
#new_menu li dt{width: 21px;margin-right: 1em; display: inline-block}
#new_menu li dd{font-size: 1.8em; display: inline-block; font-weight:bold;}
.new_menu_wap {text-align: center; margin-bottom: 3.8em;}
.new_menu_wap h5{font-size: 1.8em;margin-bottom: .7em; font-weight:bold;}
.new_menu_wap dl{margin: 1.8em auto 0 auto;}
.new_menu_wap dt{width: 21px;margin-right: 1em; display: inline-block}
.new_menu_wap dd{font-size: 1.8em; display: inline-block; font-weight:bold;} 

.mew_menu_store{ font-size: 1.5em; line-height: 1.8;}
.mew_menu_store h4{margin-bottom: .4em; font-weight: bold; text-align: center;font-size: 1.2em;}
.mew_menu_store p{text-align: center; margin-bottom: .7em;}
.mew_menu_store_text{text-align: center;}
.mew_menu_inner{ margin-bottom: 7em;}
.mew_menu_inner2 h3{text-align: center; font-size: 2em; font-weight: bold; margin-bottom: 1.5em;}
.mew_menu_inner2 p{font-size: 1.5em; margin: auto .8em;}

@media screen and (min-width: 767px) {
	 .youtube {margin: 2em 0 8em 0;}
	 #new_menu h3{font-size: 2.7em;margin-bottom: 1.1em;}
	 #new_menu ul{width: 70%; margin: 0 auto; text-align: center; overflow: hidden;}
	 #new_menu li{ float: left; width: 46%;}
	 #new_menu li + li{ float: right; width: 46%;}
	 .new_menu_wap { width: 38%; margin: 0 auto 3.8em auto;}
	 .mew_menu_store {width: 70%; margin: 0 auto;}
	 .mew_menu_inner2{width: 70%; margin: 0 auto;}
	  .mew_menu_inner h3{text-align: center;}
	 .mew_menu_inner2 p{margin: auto 0;}
	 .br2::before {
			content: "\A" ;
			white-space: pre ;}
	 #pc_story_text{ display: inherit;}
	 #sp_story_text{ display: none;}
}

 @media screen and (min-width: 1200px) {
	 #new_menu ul{width: 80%;}
	  .mew_menu_store {width: 80%;}
	 .mew_menu_inner2{width: 80%;}
	  .mew_menu_inner h3{text-align: center;}
	 }

 @media screen and (min-width: 1400px) {
	 #new_menu ul{width: 100%;}
	  .mew_menu_store {width: 100%;}
	 .mew_menu_inner2{width: 100%;}
	 }


