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

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



/** party */

.imgwrap {
	background: url(/party/img/party_mainimg.jpg) no-repeat center;
}
#inner h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -2px 2px rgba(255, 255, 255, 0.9), 0 3px 3px rgba(255, 255, 255, 0.9);
	margin-bottom: 20px;
}

#inner h4 {
	width: 100%;
	font-size: 1.3em;
	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: 1.8 !important;
	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: 980px;
	clear: both;
	margin: 0 0 50px 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;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-evenly;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
section ul.fltd-list {
	justify-content: flex-start;
}
.shop-item.is-hide {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.shop-item {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

section ul#recommend li {
	line-height: 2em;
	font-size: 1em;
	color: #222222;
	width: 30%;
    margin: 0 1.6% 35px 1.6%;
	border-bottom: solid 8px #C82527;
}
section ul#recommend li.other {
	border-bottom: solid 8px #333333;
}
/*
section ul#recommend li:nth-child(3), section ul#recommend li:nth-child(6), section ul#recommend li:nth-child(9) {
	margin-right: 0;
}*/
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.3em;
}
figure {
	position: relative;
	overflow: hidden;
	color: #F5F5F5;
}
figure h4 {
	width: 100% !important;
	font-size: 1.2em !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: 25px 0;
	margin: 0 auto;
}
.inquiry p {
	display: block !important;
	text-align: center !important;
}
.inquiry p.shopname {
	font-size: 1.35em;
}
.inquiry_inner {
	width: 480px;
	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: 0px;
}
.tel span {
	float: right;
	display: block !important;
	font-size: 0.5em;
    position: relative;
	top: 16px;
}
.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: 0;
	width: 100%;
	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;
}











/*蜷・ｺ苓・繝壹・繧ｸ*/
#slider-outer {
	float: left;
	width: 44%;
	position:relative;
}
/*
ul#shopimg img {
	width: 100%;
	height: auto;
}
ul#shopimg a:hover {
	opacity: 0.7;
}
*/
.shoptxt {
	float: right;
	width: 50%;
}
table.table_plan {
	border-collapse: collapse;
	width: 100%;
	border: #DADADA 1px solid;
	table-layout: fixed;
}
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: 14px 18px;
	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: 14px 18px;
}
dl#sample_menu {
	text-align: center;
	background: #FFECEC;
	padding: 15px 0;
}
dl#sample_menu dt {
	font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: system-ui;
}
dl#sample_menu dt:before,
dl#sample_menu dt:after {
	content: " ・・・ ";
}
dl#sample_menu dd {
	margin-bottom: 20px;
}

.inquiry2 {
	width: 50%;
	float: right;
	text-align: right;
}
.inquiry2 .tel {
	font-size: 1.4em !important;
	color: #FFF;
	font-size: 13px;
	background: #999999;
	text-decoration: none;
	display: block;
	vertical-align: top;
	margin: 0;
	width: 240px;
	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 {
	color: #FFF;
	font-size: 13px;
	background: #C82527;
	text-decoration: none;
	display: block;
	vertical-align: top;
	margin: 0;
	width: 210px;
	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;
	top: 0;
}



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

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:30px 50px;
}
#mailform dl dt {
	width:30%;
	text-indent:1em;
}
#mailform dl dt.must:before,
#mailform dl dd label.must:before {
	content:'*';
	color:#C82527;
}
#mailform dl dd {
	width:70%;
}
#mailform dl dd input[type=text] {
	width:90% !important;
	height:30px;
	background:#fff;
	display:block;
	border-radius:3px;
	padding:0 10px;
	outline:solid 1px #dcdcdc;
}
#mailform dl dd input#date {
	width:120px !important;
}
#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;
	background-color:#fff !important;
	border-radius:3px;
}
#mailform dl dt,
#mailform dl dd {
	height:40px;
	display:block;
	float:left;
	margin-bottom:10px;
	border-bottom:1px solid #dcdcdc;
}
#mailform dl dt {
	line-height:35px;
}
#mailform dl dt.double,
#mailform dl dd.double {
	height:40px;
}
#mailform dl dt.double.ison,
#mailform dl dd.double.ison {
	height:120px;
}

#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 dt.inq,
#mailform dl dd.inq {
	height:115px !important;
	display:block;
}
#mailform dl dd.inq textarea {
	width:90% !important;
	border-radius:3px;
	padding:5px 10px;
	outline:solid 1px #dcdcdc;
	resize: none;
}
#btn_grp {
	width:35%;
	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:40px;
}
#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;
}



.sp_brk {
    display: none;
}
