@charset "utf-8";
/* ---------------------------------------------------------------------- */
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900');
@import url('//fonts.googleapis.com/css?family=Noto+Serif+JP');
/* ---------------------------------------------------------------------- */
.pc {}.sp {display: none;}
@media screen and (max-width: 767px) {
.pc {display: none;}.sp {display: block;}
}
/* ---------------------------------------------------------------------- */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	font-size: 62.5%;
	margin: 0px auto;
}
img.nodisplay{display: none;}
body {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #fff;
	background-attachment: fixed;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		font-size: 1.3rem;
		-webkit-text-size-adjust: 100%;
	}
}
*html body {
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
}
@media screen and (max-width: 1000px) {#container {width:1000px;}}
@media screen and (max-width: 767px) {#container {width:100%;}}
body > #container {height: auto;}
a {
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #333;}
a:visited {color: #333;}
a:active {color: #ccc;}
a:hover {color: #ccc;}
@media screen and (min-width: 768px) {
	a img:hover {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
@media screen and (max-width: 767px) {
	a img:active {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
a[href^='tel'] {pointer-events: none;text-decoration: none;}
a[href^='tel'] img {display:inline-block;}
@media screen and (max-width: 767px) {
	a[href^='tel'] {pointer-events: auto;}
	a[href^='tel'] img {display:block;}
}
input,textarea,select,button {
	outline: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}
input[type='submit'],
button {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
img {display:block;max-width:100%;border:none;-ms-interpolation-mode: bicubic;-webkit-backface-visibility: hidden;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
p {}
.center {text-align: center;}
.right {text-align: right;}
.imgleft {float: left;margin-right:5px;}
.imgright {float: right;margin-left:5px;}
@media screen and (max-width: 767px) {
	.imgleft {float: none;margin-right:0px;margin-bottom:10px;}
	.imgright {float: none;margin-left:0px;margin-bottom:10px;}
}
pre {}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
ul {list-style-type:none;}
.attention {color: #c00;font-weight: bold;}
.nores {display: none;}
.norep {background-repeat: no-repeat;}
.strong {font-weight: bold;}
.strike {text-decoration: line-through;}
.fonts {font-size:0.8em;}
.fontb {font-size: 1.3em;}
.red {color: #f00;}
.red2 {color: #c00;}
.dsh {
	box-shadow: 2px 2px 2px #e6e6e6;
	-moz-box-shadow: 2px 2px 2px #e6e6e6;
	-webkit-box-shadow: 2px 2px 2px #e6e6e6;
/*
	text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
	-moz-text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
*/
}
.corn {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.text-transform {
	text-transform: capitalize;
	text-transform: uppercase;
	text-transform: lowercase;
	text-transform: full-width;
}
.sup {
	font-size:0.6em;
	font-style: normal;
	vertical-align: super;
}
/* ---------------------------------------------------------------------- */
#header {
	background-image: url("https://www.sui-hnd.com/img/parts/pattern.jpg");
	background-image: url("../img/parts/patternw.jpg");
	background-repeat: repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	position: relative;
	width: 1100px;
	margin: 0px auto;
	padding: 10px 0px;
}
@media screen and (max-width: 767px) {
	.header {
		width: auto;
	}
}
.headerouter {
}
.headerinner {
	margin: 0px auto;
}
.headerlogo {
}
.headerlogo div {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99999;
}
@media screen and (max-width: 767px) {
	.headerlogo div {
		z-index: 9998;
	}
}
.headerlogo div img {
}
.headerlogo h1 {
	display: block;
	color: #fff;
	color: #333;
	font-size: 1.2em;
	line-height: 1em;
	padding: 20px 0px 20px 130px;
}
.headerlogo h1 a {
	color: #fff;
	color: #333;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.headerlogo {
		margin-bottom: 5px;
	}
	.headerlogo h1 {
		padding: 15px 0px 5px 80px;
	}
	.headerlogo div img {
		width: 70px;
	}
}
.headercon {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 670px;
}
@media screen and (max-width: 767px) {
	.headercon {
		position: static;
		width: auto;
	}
}
/* ---------------------------------------------------------------------- */
#footer {
	background-image: url("https://www.sui-hnd.com/img/parts/pattern.jpg");
	background-image: url("../img/parts/patternw.jpg");
	background-repeat: repeat;
	background-position: left top;
}
.footer {
	width: 1100px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.footer {
		width: auto;
		padding-bottom: 20px;
	}
}
.footerlogo {
	margin-bottom: 30px;
}
.footerlogo img, .footerlogo a {
	display: block;
	width: 200px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.footerlogo img,.footerlogo a {
		width: auto;
	}
}
.footercon {
	margin: 0px auto;
	padding: 20px 5px;
}
@media screen and (max-width: 767px) {
	.footercon {
		padding: 20px 5px 0px 5px;
	}
}
.footeradd {
	text-align: center;
	margin-bottom: 10px;
}
.footeradd strong {
}
.footeradd address {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
}
.footerlink {
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 10px;
}
.footerlink ul {
}
.footerlink li {
	display: inline-block;
	border-left: 1px solid #ccc;
	margin-left: 5px;
	padding-left: 5px;
}
.footerlink li:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
.footerlink a {
	color: #333;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.footerlink ul {
		font-size: 0;
	}
	.footerlink li {
		width: 50%;
		font-size: 12px;
		border-left: none;
		border-bottom: 1px solid #fff;
		margin-left: 0px;
		padding: 0px;
	}
	.footerlink li:first-child {
		display: block;
		width: auto;
		border-top: 1px solid #fff;
	}
	.footerlink li:last-child {
	}
	.footerlink a {
		display: block;
		padding: 13px 0px;
	}
	.footerlink li:nth-child(even) a {
		border-right: 1px solid #fff;
	}
	.footerlink a:hover,
	.footerlink a:active {
		background-color: #af1433;
		background-color: rgba(157,20,51,0.9);
	}
}
.copyright {
	color: #999;
	font-weight: 400;
	text-align: center;
	padding: 5px;
}
.copyright small {
	font-size: 10px;
	font-size: 1rem;
}
/* ---------------------------------------------------------------------- */
.globalcon {
}
.globalcon ul {
	display: block;
	text-align: center;
}
.globalcon li {
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 679px) {
	.headercon.globalcon ul {
		text-align: left;
		padding-left: 80px;
	}
	.footercon.globalcon ul {
		padding-left: 30px;
	}
	.globalcon li {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 479px) {
	.globalcon li {
		display: block;
	}
}
.globalcon dl {
	display: table;
	width: auto;
	table-layout: fixed;
	border-spacing: 0px;
}
.globalcon dt {
	display: table-cell;
	width: 150px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #af1433;
}
.globalcon dt span {
	display: block;
	font-size: 12px;
}
.globalcon dd {
	display: table-cell;
	line-height: 1em;
	vertical-align: middle;
	padding: 0px 5px;
}
.globalcon dd a {
	display: inline-block;
	color: #af1433;
	font-size: 1.9em;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
}
.headercon.globalcon dd a,
.footercon.globalcon dd a {
	color: #333;
}
@media screen and (max-width: 679px) {
	.footercon.globalcon dd a {
		font-size: 2.5em;
	}
}
@media screen and (max-width: 579px) {
	.footercon.globalcon dd a {
		font-size: 2.3em;
	}
}
@media screen and (max-width: 479px) {
	.globalcon dl {
		display: block;
	}
	.globalcon dt {
		display: inline-block;
		width: 150px;
	}
	.globalcon dd {
		display: inline-block;
		padding-top: 5px;
	}
}
.globalcon-add {
	font-size: 0.8em;
	text-align: center;
	padding: 5px 0px;
}
.globalcon-add strong {
	display: block;
/*
	color: #fff;
*/
	font-weight: 400;
	padding: 0px 5px;
}
.globalcon-add strong span {
	display: inline-block;
	font-size: 1.6em;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0px 5px;
}
.globalcon-add strong b {
	display: inline-block;
	font-weight: 400;
	padding: 0px 5px;
}
.globalcon-add address {
	display: block;
/*
	display: inline-block;
	color: #ccc;
*/
	font-style: normal;
	font-weight: 400;
	padding: 0px 5px;
}
/*
.headercon .globalcon-add address {
	color: #333;
}
*/
.globalcon-add p {
	display: block;
/*
	display: inline-block;
	color: #ccc;
*/
	padding: 0px 5px;
}
/*
.headercon .globalcon-add p {
	color: #333;
}
*/
.globalcon-add p span {
	display: inline-block;
}
.globalcon-add p b {
	display: inline-block;
	font-weight: 400;
}
.globalcon-add p b br {
	display: none;
}
@media screen and (max-width: 767px) {
	.globalcon-add strong span {
		display: block;
		font-size: 2em;
	}
	.globalcon-add strong b {
		display: block;
	}
	.globalcon-add p span {
		display: block;
	}
	.globalcon-add p b br {
		display: block;
	}
}
/* ---------------------------------------------------------------------- */
.gotop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.gotop a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/parts/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------- */
#wrap {
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 0;
}
@media screen and (max-width: 767px) {
	#wrap {
		position: static;
		width: auto;
	}
}
/* ---------------------------------------------------------------------- */
#main {
	line-height: 1.8em;
}
.main {
	margin: 0px auto;
	padding: 40px 0px;
}
#page-index .main,
.page-id-2 .main {
	padding: 40px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
	.main {
		padding: 20px 0px;
	}
	#page-index .main,
	.page-id-2 .main {
		padding: 20px 0px 0px 0px;
	}
}
/* ---------------------------------------------------------------------- */
.width {
	width: 1000px!important;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.width {
		width: auto!important;
	}
}
/* title---------------------------------------------------------------------- */
#title {
	height: 100px;
	background-image: url("../img/slide/slide1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
#title p {
	display: none;
}
/* title---------------------------------------------------------------------- */
.title {
	text-align: center;
	margin-bottom: 20px;
}
.title h2 {
	display: block;
	font-style: normal;
	font-weight: 700;
}
.title span {
	display: block;
	font-size: 1.8em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
}
.title h2 strong {
	display: block;
	font-size: 0.600em;
	font-weight: normal;
}
/* titles---------------------------------------------------------------------- */
.titles {
	color: #fff;
	text-align: center;
	background-color: #af1433;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.titles h3 {
	font-size: 1.3em;
	font-weight: 400;
}
/* primary---------------------------------------------------------------------- */
.primary {
	margin-bottom: 20px;
	padding: 0px;
}
@media screen and (max-width: 767px) {
	.primary {
		padding: 5px;
	}
}
/* bloc---------------------------------------------------------------------- */
.bloc {
	margin: 0px auto 50px auto;
	padding: 0px;
}
.bloc:after {
	content: "";
	display: block;
	clear: both;
}
.inner {
}
.inner p {margin-bottom: 10px;}
.inner p:last-child {margin-bottom: 0px;}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0px 10px;
	}
}
/* link---------------------------------------------------------------------- */
.link {
}
@media screen and (max-width: 767px) {
	.link {
	}
}
.link a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-decoration: none;
	background-color: #af1433;
	border: 1px solid #af1433;
	padding: 10px 50px;
}
@media screen and (max-width: 767px) {
	.link a {
		display: block;
		padding: 15px 30px;
	}
}
@media screen and (max-width: 479px) {
	.link a {
		display: block;
		padding: 10px 10px;
	}
}
.link a span {
	display: block;
	font-weight: normal;
	background-image: url("https://www.sui-hnd.com/img/parts/arrow1w.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
.link a:hover,.link a:active {
	background-color: #8c0f28;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* table---------------------------------------------------------------------- */
table {
	width: 100%;
}
.table {
	width: 100%;
	border-collapse:sepalate;
	/*border-collapse:collapse;*/
	border-spacing: 3px;
	empty-cells:show;
	margin: 0px auto 10px auto;
}
.table th {
	width: 25%;
	color: #fff;
	font-weight: normal;
	background-color: #666;
	text-align: center;
	padding: 5px;
}
.table td {
	border: 1px solid #999;
	padding: 5px;
}
/* tablebloc---------------------------------------------------------------------- */
.tablebox,.tablebloc dl,.tablebloc ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	margin: 0px auto;
	list-style-type: none;
}
.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.tablebox,.tablebloc dl,.tablebloc ul {
		display: block;
		width: auto;
	}
	.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {
		display: block;
		width: auto;
	}
}
.tableboxA,.tableblocA dl,.tableblocA ul {}
.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {}
@media screen and (max-width: 767px) {
	.tableboxA,.tableblocA dl,.tableblocA ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		margin: 0px auto;
		list-style-type: none;
	}
	.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {
		display: table-cell;
		vertical-align: top;
	}
}
@media screen and (max-width: 479px) {
	.tableboxA,.tableblocA dl,.tableblocA ul {
		display: block;
		width: auto;
	}
	.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {
		display: block;
		width: auto;
	}
}
.tableboxB,.tableblocB dl,.tableblocB ul {}
.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {}
@media screen and (max-width: 767px) {
	.tableboxB,.tableblocB dl,.tableblocB ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		margin: 0px auto;
		list-style-type: none;
	}
	.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {
		display: table-cell;
		vertical-align: top;
	}
}
.tableboxC,.tableblocC dl,.tableblocC ul {}
.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {}
@media screen and (max-width: 767px) {
	.tableboxC,.tableblocC dl,.tableblocC ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		margin: 0px auto;
		list-style-type: none;
	}
	.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {
		display: table-cell;
		vertical-align: top;
	}
}
@media screen and (max-width: 679px) {
	.tableboxC,.tableblocC dl,.tableblocC ul {
		display: block;
		width: auto;
	}
	.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {
		display: block;
		width: auto;
	}
}
.tableinner {
}
.tableinner dl {
	background-color: #fff;
	border-top: 1px solid #000;
	margin: 0px auto;
}
.tableinner dl:last-child {
	border-bottom: 1px solid #000;
}
.tableinner dt {
	width: 20%;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #000;
	padding: 10px 10px;
}
.tableinner dd {
	padding: 10px 20px;
}
@media screen and (max-width: 767px) {
	.tableinner dt {
		width: auto;
		text-align: left;
		border-right: none;
		border-bottom: 1px dashed #ccc;
		padding: 10px 10px;
	}
	.tableinner dd {
		padding: 10px 10px;
	}
}
.tableinner dd p {
	margin-bottom: 10px;
}
.tableinner dd p:last-child {
	margin-bottom: 0px;
}
/* flexbloc---------------------------------------------------------------------- */
.flexbloc {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: flex-start;
}
.flexbloc .flexitem {
	flex-grow: 1;
/*
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 1;
	order: 1;
*/
}
.flexinline {
	font-size: 0;
	line-height: 1em;
}
.flexinline .flexitem {
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	width: 200px;
	font-size: 16px;
	line-height: 1em;
}
.flexbox {
}
.flexbox ul {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: stretch;
	flex-wrap: wrap;
}
.flexbox li {
	flex-grow: 1;
}
/* inlinebloc---------------------------------------------------------------------- */
.inlinebloc dl,
.inlinebloc ul {
	font-size: 0;
	line-height: 1em;
	list-style-type: none;
}
.inlinebloc li,
.inlinebloc dt,
.inlinebloc dd {
	display: inline-block;
	font-size: 16px;
	line-height: 1em;
}
@media screen and (max-width: 767px) {
	.inlineblocA dl,.inlineblocA ul {
		display: block;
	}
	.inlineblocA li,.inlineblocA dt,.inlineblocA dd {
		display: block;
	}
}
@media screen and (max-width: 479px) {
	.inlineblocB dl,.inlineblocB ul {
		display: block;
	}
	.inlineblocB li,.inlineblocB dt,.inlineblocB dd {
		display: block;
	}
}
/* top---------------------------------------------------------------------- */
#top {
	margin-bottom: 20px;
}
.top {
}
.toptex {
	position: relative;
	margin-bottom: 20px;
	padding-right: 300px;
}
.toptex h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.toptex img {
	position: absolute;
	right: 0px;
	top: 0px;
}
.toptex p {
	margin-bottom: 20px;
}
.toplink {
}
.topphoto {
}
.topphoto ul {
	border-spacing: 5px 0px;
}
.topphoto li {
}
@media screen and (max-width: 767px) {
	.top {
		padding: 0px 10px;
	}
	.toptex {
		position: static;
		margin-bottom: 10px;
		padding-right: 0px;
	}
	.toptex img {
		position: static;
		width: 50%;
		max-width: 260px;
		margin: 0px auto;
	}
	.toplink {
		text-align: center;
		padding: 0px 50px 10px 50px;
	}
}
/* ---------------------------------------------------------------------- */
#topmenu {
}
.topmenu {
}
.topmenu ul {
	border-top: 10px solid #000;
	border-top: 5px solid #ceb7bc;
}
.topmenu li {
	border-bottom: 10px solid #000;
	border-bottom: 5px solid #ceb7bc;
}
.topmenu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #af1433;
	background-color: rgba(157,20,51,1);
	background-repeat: no-repeat;
}
.topmenu li.topmenu-lunch a,
.topmenu li.topmenu-party a {
	background-position: right;
}
.topmenu li.topmenu-dinner a {
	background-position: left;
}
.topmenu li.topmenu-lunch a {background-image: url("../img/menu/top/lunch.jpg");}
.topmenu li.topmenu-dinner a {background-image: url("../img/menu/top/dinner.jpg");}
.topmenu li.topmenu-cafe a {background-image: url("../img/menu/top/cafe.jpg");}
.topmenu li.topmenu-party a {background-image: url("../img/menu/top/party.jpg");}
.topmenu li a div {
	width: 500px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	padding: 40px 0px;
}
.topmenu li.topmenu-cafe a div {
	padding: 20px 0px;
}
.topmenu li.topmenu-party a div {
	padding: 50px 0px;
}
.topmenu li.topmenu-lunch a div,
.topmenu li.topmenu-party a div {
	margin: 0px auto 0px 0px;
}
.topmenu li.topmenu-dinner a div {
	margin: 0px 0px 0px auto;
}
@media screen and (max-width: 767px) {
	.topmenu li.topmenu-lunch a {background-image: none;}
	.topmenu li.topmenu-dinner a {background-image: none;}
	.topmenu li.topmenu-cafe a {background-image: none;}
	.topmenu li.topmenu-party a {background-image: none;}
	.topmenu li a div {
		width: auto;
		padding: 10px 0px;
	}
	.topmenu li.topmenu-cafe a div {
		padding: 10px 0px;
	}
	.topmenu li.topmenu-party a div {
		padding: 10px 0px;
	}
}
.topmenu li a div h2 {
	margin-bottom: 20px;
}
.topmenu li a div h2 strong {
	display: block;
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 10px;
}
.topmenu li a div h2 span {
	display: block;
	font-size: 0.7em;
	font-weight: 400;
}
.topmenu li a div img {
	display: none;
}
@media screen and (max-width: 767px) {
	.topmenu li a div h2 {
		margin-bottom: 10px;
	}
	.topmenu li a div img {
		display: block;
		width: 70%;
		max-width: 400px;
		margin: 0px auto 10px auto;
	}
}
.topmenu li a div em {
	display: inline-block;
	color: #fff;
	font-style: normal;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.1);
	padding: 5px 10px;
}
.topmenu li a:hover,
.topmenu li a:active {
	color: #fff;
	background-color: #870f2d;
}
/* ---------------------------------------------------------------------- */
#topbg {
	background-image: url("https://www.sui-hnd.com/img/top/bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.topbg {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0.2) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=0 );
}
@media screen and (max-width: 767px) {
	#topbg {
		background-image: none;
	}
}
/* ---------------------------------------------------------------------- */
#topban {
}
.topban {
	padding: 40px 0px;
}
@media screen and (max-width: 767px) {
	#topban {
		background-image: url("https://www.sui-hnd.com/img/top/bg.jpg");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 150%;
	}
	.topban {
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0.2) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0.2) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0.2) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=0 );
		padding: 20px 40px;
	}
}
.topban ul {
	width: 700px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.topban ul {
		width: auto;
	}
}
.topban li {
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
.topban li.topban-event {
	background-color: #af1433;
	background-image: url("https://www.sui-hnd.com/img/ban/event.jpg");
	background-position: left;
}
.topban li.topban-info {
	background-color: #000;
	background-image: url("https://www.sui-hnd.com/img/ban/info.jpg");
	background-position: right;
}
.topban li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.topban li.topban-event a {
	background: -moz-linear-gradient(left, rgba(175,20,51,0) 0%, rgba(175,20,51,1) 35%, rgba(175,20,51,1) 40%, rgba(175,20,51,1) 100%);
	background: -webkit-linear-gradient(left, rgba(175,20,51,0) 0%,rgba(175,20,51,1) 35%,rgba(175,20,51,1) 40%,rgba(175,20,51,1) 100%);
	background: linear-gradient(to right, rgba(175,20,51,0) 0%,rgba(175,20,51,1) 35%,rgba(175,20,51,1) 40%,rgba(175,20,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af1433', endColorstr='#af1433',GradientType=1 );
	border: 2px solid #af1433;
}
.topban li.topban-info a {
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 65%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 65%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 65%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
	border: 2px solid #000;
}
.topban li a:hover {
}
.topban li.topban-event a:hover,
.topban li.topban-event a:active {
	color: #000;
	border: 2px solid #000;
}
.topban li.topban-info a:hover,
.topban li.topban-info a:active {
	color: #af1433;
	border: 2px solid #af1433;
}
.topban li a span {
	display: block;
	font-style: normal;
	background-image: url("../img/ban/logo.png");
	background-repeat: no-repeat;
	padding: 40px 0px;
}
.topban li.topban-event a span {
	background-position: right;
}
.topban li.topban-info a span {
	background-position: left;
}
.topban li a span b {
	display: block;
	font-size: 1.8em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}
.topban li a span strong {
	display: block;
	font-size: 0.8em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.topban li a span b {
		font-size: 2em;
	}
	.topban li a span strong {
		font-size: 1em;
	}
}
/* ---------------------------------------------------------------------- */
#concept {
}
.concept {
}
.concepttop {
	background-image: url("https://www.sui-hnd.com/img/global/logoR.png");
	background-repeat: no-repeat;
	background-position: right;
	padding: 60px 0px;
}
@media screen and (max-width: 767px) {
	.concepttop {
		padding: 0px 0px;
	}
	.concepttop div {
		background-color: rgba(255,255,255,0.8);
		padding: 60px 0px;
	}
}
.concepttop strong {
	display: block;
	font-size: 2em;
	margin-bottom: 30px;
}
.concepttop p {
	margin-bottom: 20px;
}
.conceptlist {
	margin-bottom: 30px;
}
.conceptlist ul {
}
.conceptlist li {
	padding: 10px 20px;
}
.conceptlist dl {
	display: block;
}
.conceptlist dt {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.conceptlist dt h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.conceptlist dt img {
	width: 80%;
	margin: 0px auto;
}
.conceptlist dd {
	display: block;
}
.conceptbtm {
}
.conceptbtm ul {
	border-spacing: 5px 0px;
}
.conceptbtm li {
}
/* ---------------------------------------------------------------------- */
#menu {
}
.menu {
}
.menubloc {
	margin-bottom: 50px;
	padding: 0px 50px;
}
@media screen and (max-width: 767px) {
	.menubloc {
		margin-bottom: 30px;
		padding: 0px 5px;
	}
}
.menutitle {
	color: #fff;
	text-align: center;
	background-color: #af1433;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.menutitle h3 {
	font-size: 1.8em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.menutitle h3 span {
	font-size: 0.5em;
}
.menulink {
	margin-bottom: 30px;
}
.menulink ul {
	display: block;
	text-align: center;
}
.menulink li {
	display: inline-block;
	line-height: 1em;
	padding: 0px 5px;
}
.menulink li a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	background-image: url("https://www.sui-hnd.com/img/parts/arrow4w.png");
	background-repeat: no-repeat;
	background-position: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px 20px 7px 5px;
}
.menulink li a:hover,
.menulink li a:active {
	background-color: #af1433;
}
@media screen and (max-width: 767px) {
	.menulink li {
		width: 30%;
		padding: 3px 1px;
	}
}
.menubox {
	background-color: #f2f2f2;
	margin-bottom: 30px;
	padding: 5px;
}
.menutitles {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.menutitles h4 {
	font-size: 1.6em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.menubox ul {
	display: block;
}
.menubox li {
	display: block;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 200px;
}
.menubox li:last-child {
	border-bottom: none;
}
.menubox li.img {
	min-height: 120px;
}
.page-id-8 .menubox li.img {
	min-height: 130px;
}
@media screen and (max-width: 767px) {
	.menubox li {
		position: static;
		padding: 10px 5px;
	}
}
.menubox dl {
}
.menubox dt {
	width: 80%;
}
.menubox dt strong {
	font-size: 1.1em;
}
.menubox dt {
}
.menubox dd {
	font-size: 1.1em;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.menubox dl {
		border-bottom: 1px dashed #ccc;
	}
	.menubox dl:last-child {
		border-bottom: none;
	}
	.menubox dt {
		width: auto;
		border-bottom: 1px dashed #ccc;
	}
}
.menuimg {
}
.menuimg img {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 180px;
}
.menudet {
	border-top: 1px dashed #ccc;
	padding-top: 3px;
}
.menudets {
	border-top: 1px dashed #ccc;
	padding-top: 3px;
}
@media screen and (max-width: 767px) {
	.menuimg {
		border-bottom: 1px dashed #ccc;
		padding: 5px 0px;
	}
	.menuimg img {
		position: static;
		width: 180px;
		margin: 0px auto;
	}
	.menudet {
		border-top: none;
	}
}
.menubtm {
	text-align: right;
}
#drink3 .menudet li {
	display: inline-block;
	position: static;
	width: 32%;
/*
	font-size: 1.1em;
	font-weight: 700;
*/
	background-image: url("../img/parts/dot.png");
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: none;
	padding: 2px 2px 2px 7px;
}
@media screen and (max-width: 767px) {
	#drink3 .menudet li {
		width: 45%;
		padding: 2px 2px 2px 7px;
	}
}
.menu-party {
}
.menu-party-top {
	margin-bottom: 10px;
}
.menu-party-box {
	background-color: #fff;
	border: 1px solid #870f26;
}
.menu-party-course {
	margin-bottom: 5px;
}
.menu-party-point {
	margin-bottom: 5px;
}
.menu-party-drink {
}
.menu-party h4 {
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	background-color: #870f26;
}
.menu-party p {
	padding: 5px 10px;
}
.menu-party ul {
	padding: 5px 10px;
}
.menu-party li {
	display: inline-block;
	position: static;
	width: 31%;
	font-size: 1em;
	font-weight: 700;
	background-image: url("../img/parts/dot.png");
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: none;
	padding: 2px 2px 2px 7px;
}
.menu-party li span {
	font-size: 0.8em;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.menu-party li {
		width: 45%;
	}
}
/* ---------------------------------------------------------------------- */
#event {
}
.event {
}
.eventtop {
	position: relative;
	padding: 60px 0px;
}
.eventtop strong {
	display: block;
	font-size: 2em;
	margin-bottom: 30px;
}
.eventtop p {
	margin-bottom: 20px;
}
.eventtop img {
	position: absolute;
	right: 0px;
	top: 50px;
}
@media screen and (max-width: 767px) {
	.eventtop {
		position: static;
		padding: 20px 0px;
	}
	.eventtop img {
		position: static;
		width: 70%;
		max-width: 300px;
		margin: 0px auto 10px auto;
	}
}
.eventlisttop {
	background-color: #f2f2f2;
	padding: 20px;
}
.eventlisttop ul {
	display: block;
}
.eventlisttop li {
	display: block;
	border-bottom: 1px solid #000;
}
.eventlisttop li:last-child {
	display: block;
	border-bottom: none;
}
.eventlisttop dl {
}
.eventlisttop dt {
	width: 15%;
	font-weight: 700;
	text-align: center;
	border-right: 1px solid #000;
	padding: 5px 0px;
}
.eventlisttop dd {
	padding: 5px 10px;
}
.eventlisttop dd a {
}
@media screen and (max-width: 767px) {
	.eventlisttop {
		padding: 10px;
	}
	.eventlisttop dt {
		width: auto;
		text-align: left;
		border-right: none;
		border-bottom: 1px dashed #000;
		padding: 10px 0px 5px 0px;
	}
	.eventlisttop dd {
		padding: 5px 5px 10px 5px;
	}
}
/* ---------------------------------------------------------------------- */
.eventdet {
}
.eventdettex {
}
.eventdettex::after {
	display: block;
	clear: both;
	content: "";
}
.eventdettex img {
	display: inline-block;
}
.eventdettex img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.eventdettex img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.eventdettex img.aligncenter {
	margin-bottom: 10px;
}
.eventdettex p {
	margin-bottom: 10px;
}
.eventdettex p:last-child {
	margin-bottom: 0px;
}
.eventdet .photo {
	padding-top: 10px;
}
/* ---------------------------------------------------------------------- */
#info {
}
.info {
}
.access {
	margin-bottom: 30px;
}
#page-index .access,
.page-id-2 .access {
	margin-bottom: 0px;
}
.access-tex {
	border-bottom: 1px solid #000;
	margin-bottom: 0px;
}
#page-index .access-tex,
.page-id-2 .access-tex {
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
}
/*
#page-index .access-tex,
.page-id-2 .access-tex {
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
}
@media screen and (max-width: 767px) {
	#page-index .access-tex,
	.page-id-2 .access-tex {
		background-color: rgba(0,0,0,1);
	}
}
*/
.access-tex h3 {
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 5px 0px;
}
/*
#page-index .access-tex h3,
.page-id-2 .access-tex h3 {
	border-bottom: 1px solid #fff;
}
*/
.access-tex h3 strong {
	display: inline-block;
	font-size: 1.4em;
}
.access-tex h3 span {
	display: inline-block;
	font-size: 1em;
}
.access-tex ul {
}
.access-tex li {
	border-left: 1px solid #000;
	padding: 0px 0px;
}
/*
#page-index .access-tex li,
.page-id-2 .access-tex li {
	border-left: 1px solid #fff;
}
*/
.access-tex li.access-access {
	width: 45%;
	border-left: none;
}
/*
#page-index .access-tex li.access-access,
.page-id-2 .access-tex li.access-access {
	border-left: none;
}
*/
.access-tex li.access-time {
	width: 25%;
}
.access-tex li.access-tel {
}
@media screen and (max-width: 767px) {
	.access-tex li {
		border-left: none;
		border-bottom: 1px solid #000;
		padding: 0px 10px;
	}
/*
	#page-index .access-tex li,
	.page-id-2 .access-tex li {
		border-left: none;
		border-bottom: 1px solid #fff;
	}
*/
	.access-tex li.access-access {
		width: auto;
	}
/*
	#page-index .access-tex li.access-access,
	.page-id-2 .access-tex li.access-access {
	}
*/
	.access-tex li.access-time {
		width: auto;
	}
	.access-tex li.access-tel {
		border-left: none;
	}
}
.access-access address {
	display: block;
	font-style: normal;
	margin-bottom: 5px;
}
.access-tex ul dl {
	text-align: center;
}
.access-tex ul dt {
	display: block;
	line-height: 1em;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	padding: 5px 10px;
}
/*
#page-index .access-tex ul dt,
.page-id-2 .access-tex ul dt {
	border-bottom: 1px dashed #fff;
}
*/
.access-tex ul dd {
	display: block;
	text-align: left;
	padding: 10px 5px;
}
.access-tex li.access-time dd {
	text-align: center;
}
.access-access dd ul {
	display: block;
	padding-left: 20px;
}
.access-access dd li {
	display: list-item;
	list-style-type: disc;
	border-left: none;
	padding: 0px 0px;
}
#page-index .access-tex li.access-access dd li,
.page-id-2 .access-tex li.access-access dd li {
	border-left: none;
}
.access-tel dd ul {
	display: block;
}
.access-tel dd li {
	display: block;
	text-align: center;
	border-left: none;
	padding: 5px 0px;
}
#page-index .access-tex li.access-tel dd li,
.page-id-2 .access-tex li.access-tel dd li {
	border-left: none;
}
@media screen and (max-width: 767px) {
	.access-access dd li {
		border-bottom: none;
	}
	#page-index .access-tex li.access-access dd li,
	.page-id-2 .access-tex li.access-access dd li {
		border-bottom: none;
	}
	.access-tel dd li {
		border-bottom: none;
	}
	#page-index .access-tex li.access-tel dd li,
	.page-id-2 .access-tex li.access-tel dd li {
		border-bottom: none;
	}
}
.access-tel dd span {
	display: inline-block;
	color: #af1433;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #af1433;
	margin-bottom: 10px;
	padding: 5px 30px;
}
.access-tel dd a {
	display: block;
	color: #af1433;
	font-size: 2.4em;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	vertical-align: middle;
	padding: 2px 5px;
}
.access-map {
/*
	background-color: #000;
*/
}
.access-map iframe {
}
.accesslink {
	text-align: center;
/*
	background-color: #000;
*/
	padding: 5px 5px 10px 5px;
}
.accesslink a {
	display: inline-block;
	color: #fff;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
	background-color: #000;
	background-image: url("https://www.sui-hnd.com/img/parts/arrow1w.png");
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #fff;
	padding: 13px 20px 13px 10px;
}
.accesslink a:hover,
.accesslink a:active {
	background-color: #af1433;
}
.info-info-inner {
	padding: 0px 20px;
}
@media screen and (max-width: 767px) {
	.info-info-inner {
		padding: 0px 10px;
	}
}
/* ---------------------------------------------------------------------- */
.photo {
	text-align: center;
}
.photo.inline ul {
	font-size: 0;
	line-height: 1em;
}
.photo.tablebloc ul {
	border-spacing: 2px 1px;
}
.photo.inline ul::after {
	display: block;
	clear: both;
	content: "";
}
.photo.inline li {
	display: inline-block;
	max-width: 30%;
	font-size: 12px;
	padding: 3px 0px;
}
.photo.inline li img {
	display: bock;
	max-width: 98%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0px auto;
}
/* ---------------------------------------------------------------------- */
#panlink {
}
.panlink {
	font-size: 11px;
}
.panlink {
}
.panlink a {
}
.panlink {
}
.panlink {
}
/* ---------------------------------------------------------------------- */
.wp-pagenavi {
	line-height: 1em;
	text-align: center;
	padding-top: 10px;
}
.wp-pagenavi span {
	display: inline-block;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	margin: 1px 2px;
	padding: 5px 5px;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi span.current {
	background-color: #af1433;
	border: 1px solid #af1433;
}
.wp-pagenavi a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	margin: 1px;
	padding: 5px 5px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding: 5px 10px;
}
.wp-pagenavi a:hover {
	color: #000;
	background-color: #fff;
}
/* ---------------------------------------------------------------------- */
#blog {
	padding: 10px 0px 30px 0px;
}
.blog {
}
.blog h2 {
	font-size: 1.2em;
	font-family: 'Noto Serif JP', serif;
	text-transform: capitalize;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}
.blog ul {
	display: block;
	width: auto;
	margin-bottom: 10px;
	padding: 0px 20px;
}
.blog li {
	display: block;
	border-bottom: 1px dashed #ccc;
	padding: 3px 0px;
}
.blog li:last-child {
	border-bottom: none;
}
.blog li a {
	display: block;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.blog li a dl {
}
.blog li a dt {
	width: 15%;
	color: #9d1433;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.blog li a dd {
}
.blog li a dd span {
}
.blog li a:hover {
	color: #fff;
	background-color: #c41942;
}
.blog li a:hover dt {
	color: #fff;
}
.bloglink {
	text-align: center;
}
.bloglink a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #9d1433;
}
.bloglink a span {
	display: block;
	line-height: 1em;
	padding: 10px 30px;
}
.bloglink a:hover {
	background-color: #7f0f2b;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* ---------------------------------------------------------------------- */