@charset "utf-8";
/* フォント */
/* IE */
@font-face {
font-family: font_type01;
src:url("../font/HuiFont109.eot");
}
/* Firefox,Opera,Safari */
@font-face {
font-family: font_type01;
src:url("../font/HuiFont109.ttf") format("truetype");
}
/* IE */
@font-face {
font-family: font_type02;
src:url("../font/mplus-2p-heavy.eot");
}
/* Firefox,Opera,Safari */
@font-face {
font-family: font_type02;
src:url("../font/mplus-2p-heavy.ttf") format("truetype");
}

/* 共通設定 */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
* {
	border: none;
	padding: 0;
	margin: auto;
	list-style-type: none;
	box-sizing: border-box;
	font-style: normal;
	text-decoration: none;
}
body{
font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

a {
}
a::before, a::after {
	position: absolute;
	z-index: -1;
	content: '';
}
a, a::before, a::after {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
a:hover {
	opacity: 0.5;
}

#page {
	width: 950px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	background: #FFF;
	padding: 10px;
	margin: 0px auto;
	background-image:url(../img/back.png);
	background-color: rgba(255,255,255,0)
}
@media(max-width:949px) {
	#page {
		width: 100%;
	}
}

@media(max-width:800px){
	#page {
		width: 100%;
	background-image:url(../img/back.png);
	-moz-background-size:contain;
background-size:contain; 
	}
	}
header {
	display: block;
	margin-bottom: 5px;
	font-size: 26px;
	background: #F60;
	color: #FFF;
	font-family: font_type02;
	text-align: center;
	padding: 10px;
}
@media(max-width:949px) {
	header {
		font-size: 18px;
	}
}
#topImg {
	margin-bottom: 0px;
}
#topImg2 {
	margin-bottom: 10px;
}
#topImg img {
	width: 100%;
}
#page .info {
	margin-bottom: 10px;
	border: solid 1px #003399;
	border-radius: 5p;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF;
}

/* 各タイトル */
.blockTitle {
	margin-bottom: 10px;
	background-position: center center;
	background-repeat: repeat;
	padding: 0px 10px;
	background-color: #ed0009 ;
}
.blockTitle .text {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-size: 26px;
	/*
	font-weight: bold;
	*/
	font-family: font_type02;
	color: #FFF;
	text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
}
@media(max-width:800px) {
	.blockTitle .text {
		font-size: 20px;
		height: 50px;
		color: #FFF;
		text-shadow: 2px 2px 6px #000, -2px -2px 6px #000;
	}
}

/* コメントエリア */
#commentArea {
	padding: 10px;
	background-color: rgba(255,255,255,1);
	font-size: 170%;
	line-height: 170%;
	color: #000;
	display: block;
	margin-bottom: 3px;
	text-align: center;
    border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */  
	margin-top: 2%;
}
#commentArea h1 {
	font-family: font-type02;
	margin-bottom: 1%;
	font-weight: bold;
	font-size: 180%;
	line-height:150%;
}

#commentArea h2 {
	font-family: font-type02;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 30px;
}
@media(max-width:899px) {
#commentArea h1 {
	font-size: 100%;
	line-height:110%;
}
	}

 *.mark1 {
      background-color:  #ed0009 ;
      margin-left: 0.3em;
      margin-right: 0.3em;
	  	  padding: 0.2em;
		  color:#FFF;
  	 display: inline-block; 
      }
*.mark2 {
      background-color:  #ed0009 ;
      margin-left: 0.3em;
      margin-right: 0.3em;
	  	  padding: 0.1em;
 		  color:#FFF;
      }
*.mark3 {
      background-color: #696969 ;
      margin-left: 0.3em;
      margin-right: 0.3em;
	  padding: 0.3em;
 		  color:#FFF;
      }
*.mark4 {
      background-color: #571aff ;
      margin-left: 0.3em;
      margin-right: 0.3em;
	  padding: 0.3em;
		  color:#FFF;
      }
 #commentArea .ti {
	 text-align:center; 
	 }
#commentArea .te {
	 display: inline-block;
}
/*#rt {
	width:100%;	
	display: block;
	}*/
#naiyou {
	font-size: 150%;
	line-height: 150%;
	color: #000;
	display: block;
	margin-bottom: 3px;
	}


#naiyou .block {
	border: 5px solid #ed0009 ;
	background-color: #FFF;
	color: #000;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 20px;  
    -webkit-border-bottom-left-radius: 20px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 20px;  
    -moz-border-radius-bottomleft: 20px;  
}

#naiyou .naiyou2 {
	padding: 2%;
	line-height:1.8em;
	}
#naiyou .naiyou2 h3{
	font-size:120%;
	}

#naiyou .naiyou2 h2 .ti {
	 text-align:left; 
	 }
#naiyou .naiyou2 h2 .te {
	 display: inline-block; 
	}
#naiyou .naiyou2 h1{
	font-size:250%;
	line-height:1em;
	}
#naiyou .naiyou2 h4{
	font-size:109%;
	}

/* フォームエリア */
#formArea .box {
	padding: 0px;
	display: block;
}
#formArea .block {
	margin: 0 0 10px 0;
	border: 5px solid #ed0009 ;
	border-radius: 5px;
	padding: 5px;
	background-color: #e8e9eb;
	color: #000;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 20px;  
    -webkit-border-bottom-left-radius: 20px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 20px;  
    -moz-border-radius-bottomleft: 20px;  
}
@media(max-width:899px) {
	#formArea .block {
		border-radius: 0px;
		padding: 0px;
		border: none;
	}
}
#formArea .form {
	border: solid 1px #515151;
	padding: 10px;
	border-radius: 5px;
}
#formArea .form table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#formArea .form th, 
#formArea .form td {
	border-bottom: dotted 1px #515151;
	margin-bottom: 5px;
	padding: 5px;
}
#formArea .form th {
	width: 300px;
	text-align: right;
	font-size: 14px;
}
@media(max-width:800px) {
	#formArea .form th {
		display: block;
		width: 100%;
		text-align: left;
		border-bottom: none;
	}
}
#formArea .form th i {
	font-size: 12px;
	font-weight: bold;
	color: #D00;
	margin-left: 5px;
	font-style: italic;
}
#formArea .form td {
}
@media(max-width:800px) {
	#formArea .form td {
		margin-bottom: 10px;
		display: block;
	}
}
#formArea .form input[type=text],
#formArea .form select,
#formArea .form textarea {
	border: solid 1px #999999;
	padding: 5px;
	border-radius: 2px;
}
#formArea .form input[type=text] {
	width: 300px;
}
#formArea .form textarea {
	width: 300px;
	height: 100px;
}
@media(max-width:800px) {
	#formArea .form input[type=text],
	#formArea .form select,
	#formArea .form textarea {
		width: 100%;
	}
}
/*#formArea .form input[type=submit] {
	display: none;
}*/
#formArea .form label[type=submit] {
	display: block;
	background: #ff7a00;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	border-radius: 5px;
	cursor: pointer;
}
#formArea .form label[type=submit]:hover {
	opacity: 0.6;
}
#formArea .form .caution {
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
}







.imageBt {
	display: none;
}
@media(max-width:949px) {
	.imageBt {
		display: block;
		text-align: right;
		background: #F00;
		color: #FFF;
		margin-bottom: 5px;
		line-height: 20px;
	}
}
.banner {
	margin-bottom: 10px;
}
.banner img {
	display: block;
	width: 100%;
	margin: 0px auto 10px;
}
@media(max-width:949px) {
	.banner img {
		width: 96%;
	}
}
.spTap {
	display: none;
}
@media(max-width:949px) {
	.spTap {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
}
.rsvInfo {
	margin: 0px 0px 10px;
	border: dotted 1px #000000;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
}


#contentsBox {
	margin-top: 8px;
}
.contents {
	margin-top: 8px;
}
.contents:first-child {
	margin-top: 0px;
}
.contents .title {
	font-size: 3.0rem;
	background-color: #ed0009;
	color: #FFF;
	font-family: font_type02;
	padding: 4px;
	margin-top: 8px;
}

.contents .title:first-child {
	margin-top: 0px;
}
.contents .title > i {
	padding-left: 7px;
	margin: 0 4px 0 0;
}
.contents .title > i > i {
	border-right: solid 2px rgba(51,51,51,0.7);
	border-left: solid 4px rgba(51,51,51,0.4);
}
/* 店舗ボタン */
#shopList ul {
	display: block;
}
#shopList ul > li {
	display: block;
	float: left;
	width: 19%;
	margin-top: 5px;
	margin-right: 1%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 2.4rem;
	font-family: font_type02;
	overflow: hidden;
	  border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
/*
#shopList ul > li:nth-of-type(-n+3) {
	margin-top: 0px;
}
*/
#shopList ul > li:nth-child(3n) {
	/*margin-right: 0%;*/
}
@media(max-width:600px) {
	#shopList ul > li,
	#shopList ul > li:nth-child(3n) {
		width: 49.5%;
		margin-right: 1%;
	}
	#shopList ul > li:nth-child(2n) {
		margin-right: 0%;
	}
}
#shopList ul > li a {
	display: block;
	position: relative;
	z-index: 1;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	color:#111;
}
#shopList ul > li a i {
	display: block;
	width: 50px;
	height: 150px;
	transform: rotate(45deg);
	position: absolute;
	z-index: 2;
	top: -100px;
	left: 0px;
}
a,
label {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	color: #000;
}


html {
	font-size: 62.5%;
}
@media(max-width:700px) {
	html {
		font-size: 45%;
	}
}

#btn {
	display: block;
	margin-top:30px;
	}
.btn03 {
    color: #fff;
    background: #ed0009;
    width: 95%;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	height: 70Px;
	font-size: 2rem;
	line-height: 7rem;
}
.btn03:hover {
    background-size: 100px 100px;
    background-position: right 50%;
    background-color: #ed0000;
}
.btn03::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 5%;
    background: url("../img/icon.png") no-repeat 0 50%;
    background-size: 38px 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 0;
}
.btn03:hover::before {
    left: 90%;
    background-size: 70px 70px;
 
}
.btn03 span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
 
}
.btn03:hover span {
    margin-left: -180px;
}

/* ポップアップ */
#naiyou2{
	width: 100%;
	}

#naiyou2 .tokuten input[type=radio] {
	display: none;
}
#naiyou2 .tokuten input[type=radio] + label {
	cursor: pointer;
}
#naiyou2 .tokuten input[type=radio] + label:hover {
	opacity: 0.6;
}
#naiyou2 .tokuten .popup {
	height: 0px;
	overflow: hidden;/*
	position: fixed;*/
	z-index: 3;
	padding: 0px;
	top: 10px;
	left: 10px;
	right: 10px;
	background: rgba(0,0,0,0.6);
	border-radius: 10px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	color: #FFFFFF;
}
#naiyou2 .tokuten .popup label {
	font-weight: bold;
}
#naiyou2 .tokuten .popup img {
	width: 100%;
}
#naiyou2 .tokuten .popup label:before {
	content: "×";
}
#naiyou2 .tokuten input#bt_popup1:checked + label + #popup1,
#naiyou2 .tokuten input#bt_popup2:checked + label + #popup2,
#naiyou2 .tokuten input#bt_popup3:checked + label + #popup3,
#naiyou2 .tokuten input#bt_popup4:checked + label + #popup4 {
	height: auto;
	overflow: auto;
	padding: 10px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#naiyou2 .tokuten input.open_bt_popup:checked + label + div + div.popup_bg {
	position: fixed;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
