@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------------*/



/** party */

.imgwrap {
    background: url(/party/img/party_mainimg.jpg) no-repeat center;
}
.imgwrap h2 {
	width: 100%;
    /* height: 108px; */
    position: relative;
    top: 103px;
	left:0;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
}
.imgwrap h2 img {
	width:auto;
	height:85px;
}

#inner h4 {
	width: 100%;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.6;
	padding: 12px 20px 10px 2px;
	margin: 0 0 25px 0;
	font-weight: 700;
	color: #333333;
	border-bottom: solid 1px #333333;
}

#inner p {
	text-align: left;
	line-height: 2;
	display: inline-block;
	overflow: hidden;
}
#inner p.txt {
	/*color: #80322C;*/
	/*margin-left: 1.8em;*/
	margin-bottom: 30px;
	clear: both;
}
#inner p span {
	display: none;
}
section {
    width: 100%;
    clear: both;
    margin: 0 0 30px 0;
    overflow: hidden;
}
.area-list {
    width: 100%;
    margin: 20px auto;
}
.area-list .area-list-ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.area-list .area-list-ul li {
    padding: 5px 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}
.area-list .area-list-ul li:hover {
    background: #eee;
}
.area-item.is-active {
    color: white;
    background-color: #C82527;
}
li.area-item.is-active:hover {
    background-color: #C82527;
    cursor: auto;
}
section ul {
	overflow: hidden;
}
section ul.fltd-list {
	justify-content: flex-start;
}
li.shop-item.is-hide {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
li.shop-item {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
section ul#recommend li {
	line-height: 2em;
    font-size: 1em;
    display: block;
    color: #222222;
    width: 86%;
    margin: 0 auto 35px auto;
	border-bottom: solid 8px #C82527;
}
section ul#recommend li.other {
	border-bottom: solid 8px #333333;
}
section ul#recommend li img {
	display: block;
	width: 100%;
}
section ul#recommend li dl {
	height: 210px;
	display: block;
	background: rgba(224, 222, 206, 0.7);
	padding: 35px 7%;
}
section ul#recommend li dt {
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 20px 0;
}
section ul#recommend li dt span {
    display: block;
    font-size: 0.8em;
    line-height: 1.5em;
}
section ul#recommend li dd {
	margin: 0;
    font-size: 13px;
	line-height: 2;
}
section ul#recommend li a {
	display: block;
	height: auto;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}


section ul#recommend li a img  {
	width: 100%;
    height: auto;
    margin: 0 auto 12px auto;
}
.area {
	background: #999999;
	display: block !important;
	padding: 3px 10px;
	text-align: center !important;
	font-size: 1.1em;
}
		
figure {
	position: relative;
	overflow: hidden;
	color: #F5F5F5;
}
figure h4 {
	width: 100% !important;
    font-size: 1.1em !important;
    text-align: center !important;
    margin: 0 0 5px 0 !important;
	padding: 0 0 10px 0 !important;
    font-weight: normal !important;
    border-bottom: none !important;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 90%;
	height: 100%;
	background: rgba(0,0,0,.7);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	padding: 10% 5%;
}
figure:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}

figcaption h5 {
	margin-bottom: 20px !important;
	color: #F5F5F5;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 10px 0;
	display: block;
	font-weight: normal;
}


.logo {
	height: 58px !important;
    width: 200px !important;
}



.inquiry {
	margin: 10px 0 40px 0;
	clear: both;
	overflow: hidden;
	clear: both;
	width: auto;
	border: solid 6px #CCCCCC;
	padding: 18px 0;
	margin: 0 auto;
}
.inquiry p {
	display: block !important;
	text-align: center !important;
}
.inquiry p.shopname {
	font-size: 1.1em;
}
.inquiry_inner {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.btn, .tel {
	display: block !important;
	text-align: center !important;
}
.tel {
	font-size: 2.4em;
	line-height: 1em !important;
	margin-bottom: 20px;
}
.tel i {
	display:none;
}
.tel span {
	display: block !important;
	font-size: 0.5em;
}
.tel a:before {
	content:'\f095';
	font-family: FontAwesome;
	display:inline-block;
	margin-right:5px;
}
.btn {
	margin: 0 auto;
}
.btn a {
	color: #FFF;
	font-size: 16px;
	background: #C82527;
	text-decoration: none;
	display: block;
	vertical-align: top;
	font-size: 16px;
	margin: auto;
	width: 80%;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none;
	line-height: 50px;
}
.btn a:hover {
	background: #ED6A60;
}
.btn img {
	position: relative;
	top: 7px;
}



/** yoyaku*/
#yoyaku{
	width:700px;
	margin:20px auto;
	color:#c8161d;
}

.yoyaku_phone{
	display:inline-block;
	font-size:20px;
	font-weight:900;
}

#yoyaku{
	width:300px;
	border:2px solid #c8161d;
	border-radius: 2px;
	padding:15px 0px;
	text-align:center;
}

#yoyaku p i.fa-phone,
.btn i.fa-cutlery {
	padding-right:6px;
}

.yoyaku_tel{
	font-weight:900;
	margin-bottom:5px;
}

/*Facebook*/
div.fb-like{
	float:right;
}

div.fb_btn{
	width:852px;
	margin:auto;
	margin-top:20px;
}




/*蜷・ｺ苓・繝壹・繧ｸ*/
ul.shopimg {
	float: left;
	width: 100%;
}

ul.shopimg img {
	width: 100%;
	height: auto;
}
ul.shopimg a:hover {
	opacity: 0.7;
}
.shoptxt {
	float: right;
	width: 100%;
	margin-bottom: 15px;
}

table.table_plan {
	border-collapse: collapse;
	width:100%;
	border: #DADADA  1px solid;
	table-layout: fixed;
	margin-bottom:5px;
}
th.t_top {
    border-top: #DADADA  4px solid;
}
th {
	border-bottom: #DADADA  1px dotted;
	border-right: #DADADA  1px solid;
	background:#E6E6E6;
	text-align: left;
	padding: 10px 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #DADADA  4px solid;
}
td {
	border-bottom: #DADADA  1px dotted;
	border-right: #DADADA  1px solid;
	text-align: left;
	padding: 10px 10px;
}


dl#sample_menu {
	text-align: center;
	background: #FFECEC;
	padding: 15px;
}

dl#sample_menu dt {
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 10px;
}
dl#sample_menu dt:before,
dl#sample_menu dt:after {
	content: " *** ";
}
dl#sample_menu dd {
	margin-bottom: 20px;
}


.inquiry2 {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0 0 20px 0;
}
.inquiry2 .tel {
	font-size: 1.4em !important;
	color: #FFF;
    font-size: 13px;
    background: #CCCCCC;
    text-decoration: none;
    display: block;
    vertical-align: top;
    margin: 0;
    width: 100%;
	height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    line-height: 20px;
    padding: 10px;
    text-align: center;
}
.inquiry2 .btn_mini {
	width: 100%;
}
.inquiry2 .btn_mini a {
 	color: #FFF;
    font-size: 13px;
    background: #C82527;
    text-decoration: none;
    display: block;
    vertical-align: top;
    margin: 0;
    width: 100%;
	height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    line-height: 20px;
    padding: 10px;
    text-align: center;
}

.inquiry2 .btn_mini a:hover {
	background: #ED6A60;
}
.inquiry2 span {
	display: inherit !important;
}



/*縺雁撫縺・粋繧上○*/

input, button, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#mf_outer {
	width:100%;
	margin:auto;
	background-color:#eeeeee;	
}
#mailform {
	padding:20px 10px;
	margin-bottom:15px;
}
#mailform dl dt,
#mailform dl dd {
	width:100%;
}
#mailform dl dt.must:before {
	content:'*';
	color:#C82527;
}
#mailform dl dd input[type=text] {
	width:96% !important;
	height:30px;
	background:#fff;
	display:block;
	border-radius:3px;
	padding:0 2%;
	margin:auto;
}
#mailform dl dd input#date {
	width:120px !important;
	margin:0;
}
#mailform dl dd input#memb {
	width:60px !important;
	display:inline-block;
	margin:0 10px 0 0;
}
#mailform dl dd select {
	height:30px;
	line-height:30px;
	padding:0 10px;
	display:block;
	bckground-color:#fff !important;
	border-radius:3px;
}
#mailform dl dt,
#mailform dl dd {
	height:40px;
	display:block;
}
#mailform dl dt {
	line-height:35px;
	padding-top:5px;
}
#mailform dl dd {
	border-bottom:1px solid #dcdcdc;
}
#mailform dl dt.double,
#mailform dl dd.double {
	height:60px;
}
#mailform dl dd.double.ison {
	height:150px;
}

#mailform dl dd.double input[type=radio] {
	width:15px !important;
	height:15px;
	display:inline-block;
	position:relative;
	border-radius:3px;
	border:solid 1px #ccc;
	background:#fff;
	vertical-align:middle;
	margin:0 0 0 10px;

}
#mailform dl dd.double label {
	line-height:30px;
}
#mailform dl dd.double input:checked {
	border-radius:2px;
}
#mailform dl dd.double input:checked:after {
	content:'';
	display:block;
	width:6px;
	height:10px;
	border-bottom:3px solid #C82527;
	border-right:3px solid #C82527;
	transform:rotate(30deg);
	position:absolute;
	left:3px;
	bottom:2px;
}
label[for=oth] {
	display:block;
	padding:10px 0 10px 0;
	height:0;
	opacity:0;
	visibility:hidden;
	transition:.5s;
}
.double.ison label[for=oth] {
	display:block;
	padding:10px 0 10px 0;
	height:auto;
	opacity:1;
	visibility:visible;
}
label[for=oth] + input {
	height:auto;
	opacity:1;
	visibility:hidden;
}
.double.ison label[for=oth] + input {
	height:auto;
	opacity:1;
	visibility:visible;
}

#mailform dl dd.inq {
	height:120px !important;
	display:block;
}
#mailform dl dd.inq textarea {
	width:96% !important;
	border-radius:3px;
	padding:2%;
	resize: none;
}
#btn_grp {
	width:70%;
	margin:30px auto;
}
#btn_grp input {
	color:#fff !important;
	display:block;
	width:50%;
	height:40px;
	float:left;
	font-weight:bold;
	text-align:center;
	line-height:41px;
}
#submit {
	background:#C82527;
	border-radius:5px 0 0 5px;
}
#submit:hover {
	background:#D82E30;
}
#reset {
	background:#696969;
	border-radius:0 5px 5px 0;
}
#reset:hover {
	background:#757575;
}
/*thanks page*/
#thanks h4 {
	border:none;
	text-align:center;
}
#thanks p {
	text-align:center;
}