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

last up:2017/05/23 nagaden

///////////////////////////////////*/

/*//////////////////////////////////

body
///////////////////////////////////*/
body {
	background-color: #ffffff;
	color: #000;
	font-family: Helvetica, "ヒラギノ角ゴ Pro", "游ゴシック", "Yu Gothic", sans-serif;
	margin: 0;
	padding: 0;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

/*マウスオーバー*/
a img {
	border: none;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a img:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*////////////////////////////////////////////////////////

Header
////////////////////////////////////////////////////////*/

/*/ハンバーガーメニュー*/
.hmbgr-menu-text {
	position: absolute;
	top: 30px;
	left: 10px;
	color: #fff;
}

/*/SP-haeder*/
.header-sp {
	height: 50px;
	background-color: #4d1b11;
	width: 100%;
}

#sp-top_h1 {
	width: 90px;
	margin: 0 auto 0;
	padding: 10px 0 0;
}

#sp-top_h1 img {
	width: 100%;
	height: auto;
}

#sp-nav {
	background-color: #dbd1cf;
	border: 1px solid #4d1b11;
	width: 100%;
	height: 50px;
}

.sp-nav_wrap {
	width: 100%;
	font-size: 0;
}

.sp-nav {
	display: inline-block;
	color: #4d1b11;
	width: 33%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	text-align: center;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px,
		white 1px -1px 0px, white -1px -1px 0px;
}

.sp-nav:nth-child(2n) {
	border-right: 1px solid #4d1b11;
	border-left: 1px solid #4d1b11;
}

.sp-nav a:link {
	color: #4d1b11;
	text-decoration: none;
}

.sp-nav a:visited {
	color: #4d1b11;
	text-decoration: none;
}

.sp-nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

.sp-nav a:active {
	color: #ffffff;
	text-decoration: none;
}

@media screen and (min-width: 768px) {

	#sp-nav,
	.header-sp {
		display: none;
	}
}


#gnav-wrap {
	border-bottom: 2px #4d1b11 solid;
	font-size: 0;
	margin: 0;
	width: 100%;
}

.gnav {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

.gnav-inner {
	color: #4d1b11;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	text-align: center;
	/* width: 138px; */
}

.gnav-inner a:link {
	color: #4d1b11;
	text-decoration: none;
}

.gnav-inner a:visited {
	color: #4d1b11;
	text-decoration: none;
}

.gnav-inner a:hover {
	color: #ffffff;
	text-decoration: none;
}

.gnav-inner a:active {
	color: #ffffff;
	text-decoration: none;
}

.gnav-inner i {
	margin-right: 0;
}

@media screen and (max-width: 768px) {

	#gnav-wrap,
	#gnav-wrap_sub {
		display: none;
	}
}

@media screen and (max-width: 768px) {}

.gnav-btn {
	/*display: inline-block;*/
	font-size: 14px;
	/* padding: 10px 20px; */
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	border-radius: 5px;
}

.gnav-btn::before,
.gnav-btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.gnav-btn,
.gnav-btn::before,
.gnav-btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*.gnav-btn {
	border: 1px solid #4d1b11;
  background-color: #ffffff;
  color: #4d1b11!important;
}*/
.gnav-btn:hover {
	background-color: #11434d;
	color: #ffffff !important;
}

#container {
	width: 100%;
	overflow: hidden;
}

/*/SP-haeder  ---------------------------------------------------------------
-------------------------------------------------------------------------*/
header {
	position: relative;
}

.header-sub {
	height: 140px;
	background-color: #4d1b11;
	width: 100%;
	position: relative;
}

@media screen and (max-width: 768px) {
	.header-sub {
		display: none;
	}
}

#sub-top_logo {
	width: 100px;
	margin: 0 auto 0;
	padding: 30px 0 0;
}

@media screen and (min-width: 768px) {

	#sp-nav,
	.header-sp,
	#sp-nav_top-nav {
		display: none;
	}
}

.head-nav-wrap {
	position: absolute;
	width: 300px;
	z-index: 500;
	top: 30px;
	right: 0;
}

@media screen and (max-width: 768px) {
	.head-nav-wrap {
		display: none;
	}
}

.head-nav-inner {
	width: 300px;
	margin: 0;
}

.head-nav_sub {
	color: #ffffff;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	display: inline-block;
}

.head-nav_sub a:link {
	color: #fff;
	text-decoration: none;
}

.head-nav_sub a:visited {
	color: #fff;
	text-decoration: none;
}

.head-nav_sub a:hover {
	color: #a70000;
	text-decoration: underline;
}

.head-nav_sub a:active {
	color: #fff;
	text-decoration: none;
}


/* Pankuzu  ------------------------------------------------------------------
-------------------------------------------------------------------------*/
#pankuzu-wrap {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #4d1b11;
}

.pankuzu {
	text-align: center;
}

.pankuzu-inner {
	display: inline-block;
	color: #4d1b11;
	font-size: 12px;
	line-height: 32px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

.pankuzu-inner a:link {
	color: #4d1b11;
	text-decoration: none;
}

.pankuzu-inner a:visited {
	color: #4d1b11;
	text-decoration: none;
}

.pankuzu-inner a:hover {
	color: #4d1b11;
	text-decoration: underline;
}

.pankuzu-inner a:active {
	color: #4d1b11;
	text-decoration: none;
}


/* heroarea ------------------------------------------------------------------
-------------------------------------------------------------------------*/
.hero-area_sub-wrap {
	position: relative;
	width: 100%;
	height: 580px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.hero-area_sub-wrap {
		height: 33vh;
	}
}

.hero-lunch {
	background-image: url("../lunch/img/header_lunch_202511.jpg");
}

.hero-dinner {
	background-image: url("../dinner/img/dinner_header_202411.jpg");
}

.hero-dinner_202002 {
	background-image: url("../dinner/img/hero_area_bg20200212.jpg");
}

.hero-dinner_20200129 {
	background-image: url("../dinner/img/header_dinner_jyoshikai2021.jpg");
}

.hero-dinner-201905 {
	background-image: url(../dinner/img/hero_area_bg20190125.jpg);
}

.hero-dinner-201804 {
	background-image: url(../dinner/img/hero_area_bg_201804.jpg);
}

.hero-dinner-201805 {
	background-image: url(../dinner/img/hero_area_bg.jpg);
}

.hero-dinner-201811 {
	background-image: url(../dinner/img/hero_area_bg20181126.jpg);
}

.hero-dinner-201902 {
	background-image: url(../dinner/img/hero_area_bg20190125.jpg);
}

.hero-cafe {
	background-image: url(../cafe/img/hero_area_bg.jpg);
}

.hero-plan {
	background-image: url(../plan/img/hero_area_bg.jpg);
}

.hero-access {
	background-image: url(../access/img/hero_area_bg_202304.jpg);
}

.hero-ws {
	background-image: url(../workshop/img/hero_area_bg.jpg);
}

.hero-party {
	background-image: url(../party/img/hero_area_bg.jpg);
}

.hero-wedding {
	background-image: url("../party/img/renew/w_header.jpg");
}

.hero-recruit {
	background-image: url(../recruit/img/hero_area_bg.jpg);
}


/* heroarea-h1-title  --*/
.hero-h_wrap {
	width: 100%;
	max-width: 420px;
	height: 126px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.sub-title_h1 {
	color: #4d1b11;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 82px;
	font-weight: 700;
	margin: 0;
	text-align: center;
	width: 100%;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px,
		white 1px -1px 0px, white -1px -1px 0px;
}

.sub-title_text {
	color: #4d1b11;
	font-size: 24px;
	font-weight: 600;
	margin: 14px 0 0;
	text-align: center;
	width: 100%;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px,
		white 1px -1px 0px, white -1px -1px 0px;
}

@media screen and (max-width: 768px) {
	.hero-h_wrap {
		height: 64px;
	}

	.sub-title_h1 {
		font-size: 48px;
	}

	.sub-title_text {
		font-size: 14px;
		margin: 4px 0 0;
	}
}



/*//////////////////////////////////

main
//////////////////////////////////*/

main {
	background-image: url(../img/common/main_bg.gif);
	margin: 0;
	padding: 30px 0 86px;
	width: 100%;
}

@media screen and (max-width: 680px) {
	main {
		background-image: url(../img/common/main_bg.gif);
		margin: 0;
		padding: 15px 0 43px;
		width: 100%;
	}
}

.contents-wrap {
	background-color: #ffffff;
	width: 96%;
	max-width: 1100px;
	margin: 40px auto 0;
	padding: 40px;
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.contents-wrap {
		margin: 20px auto 0;
		padding: 20px;
		border-radius: 5px;
	}
}

/*//////////////////////////////////

h関係
//////////////////////////////////*/


h2.h2-basic_text {
	background: bottom center url(../img/common/h2_bg_border.gif) no-repeat;
	color: #4d1b11;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	padding: 0 0 32px;
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	transition: .9s;
	overflow: hidden;
}
.font_w h2.h2-basic_text{	
	background: bottom center url(../img/common/h2_bg_border_w.jpg) no-repeat;
}

h2.h2-basic_text_b {
	background: bottom center url(../img/common/h2_bg_border.gif) no-repeat;
	color: #FFFFFF;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	padding: 0 0 32px;
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	transition: .9s;
	overflow: hidden;
}


@media screen and (max-width: 768px) {
	h2.h2-basic_text {
		font-size: 28px;
		font-size: 2.8rem;
		padding: 0 0 16px;
	}


}


h3.h3-text_center {
	color: #4d1b11;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 12px auto 0;
	text-align: center;
	width: 100%;
	transition: .9s;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	h3.h3-text_center {
		color: #4d1b11;
		font-size: 18px;
		font-size: 1.8rem;
		margin: 6px auto 0;
	}
}

/*//////////////////////////////////

P
///////////////////////////////////*/
.basic-text_center {
	color: #4d1b11;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.75;
	margin: 28px auto 0;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.basic-text_center {
		color: #4d1b11;
		font-size: 18px;
		font-size: 1.8rem;
		margin: 6px auto 0;
	}
}


/*//////////////////////////////////

Parts
///////////////////////////////////*/
.order-time {
	width: 96%;
	max-width: 960px;
	text-align: center;
	margin: 24px auto 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #4d1b11;
}

/*//////////////////////////////////

footer
///////////////////////////////////*/

footer {
	background-color: #4d1b11;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	padding: 72px 0 0;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 640px) {
	footer {
		padding: 36px 0 0;
	}
}

.top-ico {
	position: absolute;
	width: 100%;
	text-align: right;
	top: -168px;
}

@media screen and (max-width: 640px) {
	.top-ico {
		top: -84px;
	}

	.top-ico img {
		width: 20%;
		height: auto;
	}
}

.footer-logo {
	width: 100%;
	text-align: center;
}

.footer-h2 {
	font-size: 18px;
	text-align: center;
	width: 100%;
	margin: 10px auto 0;
}

.footer-info_wrap {
	width: 100%;
	margin: 20px auto 0;
}

.footer-info_inner {
	letter-spacing: 0.1;
	margin: 14px auto 0;
	text-align: center;
	font-size: 14px;
	width: 100%;
}

/*google button/////////////////////////*/
.footer-btn_wrap {
	width: 100%;
	margin: 36px auto 0;
	text-align: center;
}

.google-btn {
	display: inline-block;
	font-size: 14px;
	width: 160px;
	height: 36px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	outline: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	border-radius: 5px;
}

.google-btn::before,
.google-btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.google-btn,
.google-btn::before,
.google-btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.google-btn {
	background-color: #11434d;
	color: #fff;
}

.google-btn:hover {
	background-color: #ffffff;
	color: #11434d;
}

.footer-tel {
	margin: 28px auto 0;
	text-align: center;
	width: 100%;
}


.copy-area {
	height: 20px;
	line-height: 20px;
	margin: 60px auto 0;
	text-align: center;
	width: 100%;
	padding-bottom: 40px;
}

.copy-area p.copyright {
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	width: 100%;
}

footer a:link {
	color: #ffffff;
	text-decoration: none;
}

footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer a:active {
	color: #ffffff;
	text-decoration: none;
}


.sample-footer {
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	position: fixed;
	bottom: -2px;
	z-index: 9999;
}

.sample-footer img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.sample-footer {
		display: none;
	}
}

.sp-footer_nav_wrap {
	font-size: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto 0;
	position: fixed;
	bottom: -2px;
	z-index: 99999;
	height: 50px;
	line-height: 50px;
	background-color: #4d1b11;
	border-top: 1px solid #ffffff;
}

.sp-footer_nav {
	display: inline-block;
	width: 33.3333%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding-top: 10px;
}

.sp-footer_nav:nth-child(2n) {
	border-right: 1px solid #997e77;
	border-left: 1px solid #997e77;
}

.sp-footer_nav img {
	width: 100%;
	height: auto;
	max-width: 92px;
}

@media screen and (min-width: 768px) {
	.sp-footer_nav_wrap {
		display: none;
	}
}


/*//////////////////////////////////

common
///////////////////////////////////*/


/*テキストのハイライトカラーを変える///////*/
::selection {
	/* Safari and Opera */
	background: #e9527d;
	color: #ffffff;
}

::-moz-selection {
	/* Firefox */
	background: #e9527d;
	color: #ffffff;
}

/*クリアーフィックス////////////////*/
.clearfix {
	zoom: 1
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */

.left {
	float: left !important;
}

.right {
	float: right !important;
}

@media screen and (min-width: 640px) {

	.left,
	.right {
		float: none;
	}
}



i {
	margin-right: 5px;
}

/* 画面幅の40%の幅で画像を表示 */
.vw {
	width: 40vw;
}

.anchorbtn a {
	color: #4d1b11 !important;
	display: block;
	width: 100%;
}

.anchorbtn a:hover {
	color: #d2c6c3 !important;
	display: block;
	width: 100%;
}

.takeout {
	max-width: 350px;
	font-size: 170%;
	margin: auto;
	padding: 10px;
}

@media screen and (max-width: 490px) {
	.takeout {
		width: 80%;
		height: 80%;
		font-size: 130%;
	}

	.takeout a {
		max-width: 80%;
	}
}

.pumpkin_img {
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.pumpkin_img {
		width: 80%;
	}
}

.wbr{
	word-break: keep-all;
}