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;}






/*ラベルバナー*/

.banner01{
	position: relative;
	text-align: center;
	
}


.banner01 span {
    position: absolute;
	white-space: nowrap;
    color:white;  
    font-weight: 600;
    font-family: 'M PLUS 1', sans-serif;
    top: 50%; /* 追記 */
    left: 50%; /* 追記 */
    -ms-transform: translate(-50%, -50%); /* 追記 */
    -webkit-transform: translate(-50%, -50%); /* 追記 */
    transform: translate(-50%, -45%); /* 追記 */

}







/*ボックスメニューボタン*/
HTML CSSResult Skip Results Iframe
EDIT ON


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 52.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FF0000;
  border-radius: 0.5rem;
}

a.btn-custom01 {
  margin-bottom: 0.8rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);

  border: 2px solid #000;
  border-radius: inherit;
  background: #FF3F00;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:after {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  
}

.btn-custom01-front {
  position: relative;
  display: block;
  padding: 1rem 4rem;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
  background: #FFFFFF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #FF0000;
  padding-left: 35px;
  
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.btn-custom01:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #8E8E8E;
}

a.btn-custom01:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:hover:after {
 
}

a.btn-custom01:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

a.btn-custom01:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:active:after {

}






/*オープニング設定*/
@media screen and (min-width:1300px){
	
.opening{
    animation-delay: 2s;
    z-index: 20000;
}
    
 } 


@media screen and (max-width:1290px){
	
.opening{
    display:none;
}
    
 }  




/*メインバナー*/
@media screen and (min-width:1300px){
	
.mainbanner{
    animation-delay: 0s;

}
 }   
@media screen and (max-width:1290px){
	
.mainbanner{

}
 } 








/*サイドキャラ*/
.left{
	position: fixed;
	right: 1050px;
	width: 18%;
	
}

.right{
	position: fixed;
	left: 1400px;
	width: 30%;
	
}






/*サイドカーテン1*/
@media screen and (min-width:1300px){
	
.right2{
    animation-delay: 2s;
    z-index: 20000;
}
 }   
@media screen and (max-width:1290px){
	
.right2{

}
 } 
.right2{
	position: fixed;
	z-index: -500;
	margin-left: 1300px;
	width: 40%;
	z-index: -10;
	top:0;
	
}







/*サイドカーテン2*/
@media screen and (min-width:1300px){
	
.left2{
    animation-delay: 2s;

}
 }   
@media screen and (max-width:1290px){
	
.left2{

}
 } 

.left2{
	position: fixed;
	z-index: -500;
	margin-left: -300px;
	width: 45%;
	z-index: -10;
	top:0;
	
}








/*動画背景*/
 #bg-video{
 position: fixed;
 width: auto;
 height: auto;
 z-index: -1000;
 background: url('poster.jpg') no-repeat;
 background-size: cover;
}




/*画像背景*/
 #bg-image{
 position: fixed;
 height: 100%;
 z-index: -800;
 top: 0;
}






/*倍率設定*/
.contents{
	margin-top: 0;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}






/*ヘッダー*/
#header{
    position: fixed;
	top:0;
	height: auto;
    width: 100%;
	text-align:center;
	margin:  0 auto;
	display:block;
	max-width: 640px;
    z-index: 10000;
}


.header2{
    position: fixed;
	top:0;
	height: auto;
    width: 100%;
	text-align:center;
	margin:  0 auto;
	display:block;
    z-index: 100000;
	
}


#bar{
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    position: fixed;
    z-index:10000;
    box-shadow: 5px 5px 20px;
    text-align: center;
}



/*メインコンテンツ*/
.title{
	margin-top: 100px;
    position: relative;
    overflow:hidden;
    height: auto;
    width: 100%; 
	max-width: 1000px;
    margin: 0 auto;
	margin-top: 50px;
	z-index: 10000;
}





/*倍率設定*/
.scale{
    position: relative;
    overflow:hidden;
    height: auto;
    width: 100%; 
	max-width: 640px;
    margin:  0 auto;
}

.lpscale{
    position: relative;
    overflow:hidden;
    height: auto;
    width: 100%; 
	max-width: 800px;
    margin:  0 auto;
}


.contents2{
    position: relative;
    overflow:hidden;
    height: auto;
    width: 100%;
	margin:  0 auto;
	z-index: 500;
	line-height:50px;
	max-width: 1200px;
	text-align: center;
	
	
}




.machines{
	max-width: 500px;
	float: center;
	
	
	
}










.footer {
 position: relative;
  padding: 2rem .1rem;
  text-size:2rem;
  color:#333333;
  height: 100%;
  width: 100%;
  margin: auto 0;
  padding-left:1em;
  text-indent:0.5em;
  font-size: 0.9rem;
}





/*更新履歴テキスト*/
.shopinfo{
	font-size: 0.8em;
	background: #FFFFFF;
	line-height:30px;
}





/* pagetop */
#pagetop{
    position:fixed;
    right:10px;
    bottom:44px;
    width: 12em;
	height: auto;
    cursor:pointer;
    z-index: 10000;
}

/* pagetop2 */
#pagetop2{
    position:fixed;
    left:1600px;
    bottom:0px;
	width: 35%;
	max-width: 300px;
	height: auto;
    cursor:pointer;
    z-index: 10000;
}










a {
    color:#C85700;
	text-decoration: none;
}






.menu{
	position: relative;
    padding-left:0.3em;
	display: inline-block;
    width: 8em;
	overflow: hidden;
	margin: 0 auto;
		
}






p{
    position: relative;
	font-size: 1em;
	line-height: 2.3em;
	margin-left: 1em;
}






.map{
	 text-align: center;
     

}




/*破線*/
.bold{
	font-weight: bolder;
}




/*系列店一覧*/
.shoplist{
	position: relative;
    padding-left:0.6em;
	display: inline-block;
    width: 10em;
	overflow: hidden;
	margin-bottom: 0.6em;
	
}






/*タイトル枠境界線*/
.line{
	margin: 10px 0;
	clear: both;
	padding: 0 20px;
	font-size: 3em;
	font-weight: 400;
    font-family: 'M PLUS Rounded 1c', sans-serif;	
	letter-spacing: 0.1em;
	border: 1px solid #003DE3;
	border-radius: 100px;
	color: #003DE3;
	background: #FFFFFF;
    width: 100%;
}







.obi {
  position: relative;
  padding: 0.6rem 0.7rem;
  color:#1F1F1F;
  text-decoration: none;
  padding-left:1em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-indent:0.5em;
  font-size: 1.4rem;
  background: #FFFFFF;
  text-align: left;
  margin:  0 auto;
  display:block;
  width: 95%;
  font-weight: bold; 
}



.obi:after {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-image: linear-gradient(315deg, #FAD961 0%, #F76B1C 100%);
}

.obi2 {
  position: relative;
  padding: 0.8rem 1rem;
  color:#FFFFFF;
  text-indent:0em;
  width: 95%;
  margin:  0 auto;
  display:block;
  font-size: 2.4rem;
  font-weight: bold;
background-image: linear-gradient(315deg, #FAD961 0%, #F76B1C 100%);

}
.obi2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-color: #FAD961;
background-image: linear-gradient(315deg, #FAD961 0%, #F76B1C 100%);

}













img{
	width: 100%;
	height: auto;
	
}


.hover10 {
	border-radius: 0%;
	transition: all 0.6s ease 0s;
}
.hover10:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
}





#logo img{
    display: block;
    margin: auto;
}



/*店舗情報表装飾*/
.sample_01{
width: 100%;
border-collapse: collapse;
margin-bottom: 10px;
}
.sample_01 th{
width: 20%;
padding: 5px;
text-align: center;
vertical-align: top;
color: #FFFFFF;
background-color: #6A4312;
border: 1px solid #FFFFFF;
}
.sample_01 td{
padding: 5px;
background-color: #fff;
border: 1px solid #6A4312;
}


*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.info {margin: 0.3em auto;padding: 0 1.5em;border: 1px solid #ccc;text-align: left;font-size: 0.6em;line-height: 1.8;color: #444;overflow: auto;width: 100%;height: 23em;background-color: #fcfcfc;}
.info dl {padding: 0.5em 0;border-bottom: 1px solid #6A4312;}
.info dt {padding-bottom: 0;width: 10em;}
@media screen and (min-width: 480px) {
.info dt {clear: left;float: left; font-weight: bold;}
.info dd {margin-left: 0.5em;}
}






/*モーダル表示*/
.modal {
position: absolute;
width: 100%;
max-width: 1000px;
  z-index: 9999;
  align-items: center;
  top: 10%;
  right: 0;
  left: 0;
  margin: auto;
	 display: none;
}

.modal.is_active {
  display: flex;
}

.modal_bg {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.modal_wrap {
  text-align: right;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  z-index: 10000;
  position: relative;
}

.modal_inner {

background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23CCC' stroke-width='0' %3E%3Crect fill='%23F5F5F5' x='-60' y='-60' width='110' height='240'/%3E%3C/g%3E%3C/svg%3E");
  text-align: left;
  padding: 10px 10px 10px;
  font-size: 16px;
  color:#e02655;
 font-weight:bold;
	margin:  0 auto;

}

.modal_close {
  
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23CCC' stroke-width='0' %3E%3Crect fill='%23F5F5F5' x='-60' y='-60' width='110' height='240'/%3E%3C/g%3E%3C/svg%3E");
  color:#25D539;
  font-size: 20px;
  position: absolute;
  top: -13px;
  right: 20px;
font-weight:bold;
}






/*store info table*/
.shopinfo{
	font-size: 1.4em;
	background: #FFFFFF;
}
