@charset "utf-8";

/*=============================================
	
	format
	
==============================================*/
.en {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.2em;
}
.min {
	font-family: yu-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
	#wrapper {
	    min-width: 1024px;
	}

	.sp {
		display: none;
	}
	.container {
		width: 960px;
		margin: 0 auto;
		padding: 0;
	}
	
	/** ボタン **************/
	.btn_blue {
		position: relative;
		font-size: 13px;
		max-width: 258px;
		margin: 0 auto;
	}
	.btn_blue a {
		display: block;
		padding: 15px 68px;
		background: #434B54;
		color: #FFF;
		text-align: center;
	}
	.btn_icon01 a:after {
		content:"";
		display:block;
		width:4px;
		height:4px;
		position:absolute;
		right: 24px;
		top:50%;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-transform:rotate(45deg) translateY(-60%);
		-moz-transform:rotate(45deg) translateY(-60%);
		transform:rotate(45deg) translateY(-60%);
	}
	.btn_icon02 a {
		background: url(/party/img/common/icon01.png) no-repeat 94% center #434B54;
		background-size: 12px auto;
	}

	.btn_white {
		position: relative;
		font-size: 13px;
		max-width: 258px;
		margin: 0 auto;
	}
	.btn_white a {
		display: block;
		padding: 15px 68px;
		background: #FFF;
		color: #434B54;
		text-align: center;
	}
	.btn_white.btn_icon01 a:after {
		content:"";
		display:block;
		width:4px;
		height:4px;
		position:absolute;
		right: 24px;
		top:50%;
		border-top: 1px solid #434B54;
		border-right: 1px solid #434B54;
		-webkit-transform:rotate(45deg) translateY(-60%);
		-moz-transform:rotate(45deg) translateY(-60%);
		transform:rotate(45deg) translateY(-60%);
	}
	
	.link_archive {
		text-align: center;
		font-size: 13px;
		padding: 50px 0 20px;
	}
	.link_archive {
		display: block;
		text-decoration: none;
		color: #434B54;
	}
	
}
@media screen and (max-width: 767px) {
	#wrapper {
	}
	.pc {
		display: none;
	}

	.container {
		width: 94%;
		margin: 0 auto;
		padding: 0;
	}
	
	/** ボタン **************/
	.btn_blue {
		position: relative;
		font-size: 1.5em;
		max-width: 90%;
		margin: 0 auto;
	}
	.btn_blue a {
		display: block;
		padding: 1.0em 4%;
		background: #434B54;
		color: #FFF;
		text-align: center;
	}
	.btn_icon01 a::after {
		content:"";
		display:block;
		width:6px;
		height:6px;
		position:absolute;
		right: 24px;
		top:50%;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-transform:rotate(45deg) translateY(-60%);
		-moz-transform:rotate(45deg) translateY(-60%);
		transform:rotate(45deg) translateY(-60%);
	}
	.btn_icon02 a {
		background: url(/party/img/common/icon01.png) no-repeat 94% center #434B54;
		background-size: 12px auto;
	}

	.btn_white {
		position: relative;
		font-size: 1.5em;
		max-width: 90%;
		margin: 0 auto;
	}
	.btn_white a {
		display: block;
		padding: 1.0em 4%;
		background: #FFF;
		color: #434B54;
		text-align: center;
	}
	.btn_white.btn_icon01 a::after {
		content:"";
		display:block;
		width:6px;
		height:6px;
		position:absolute;
		right: 24px;
		top:50%;
		border-top: 1px solid #434B54;
		border-right: 1px solid #434B54;
		-webkit-transform:rotate(45deg) translateY(-60%);
		-moz-transform:rotate(45deg) translateY(-60%);
		transform:rotate(45deg) translateY(-60%);
	}
	
	.link_archive {
		text-align: center;
		font-size: 13px;
		padding: 50px 0 20px;
	}
	.link_archive {
		display: block;
		text-decoration: none;
		color: #434B54;
	}

}
/*=============================================
	
	ウエディング リンク
	
==============================================*/
@media screen and (min-width: 768px) {
	#wedding_link {
		background-color: #434B54;
		padding: 4px 20px;
		text-align: right;
	}
	#wedding_link div.btn_wedding a {
		color: #FFF;
		font-size: 11px;
		position: relative;
		padding: 0 20px 0 0;
	}
	#wedding_link div.btn_wedding a:after {
		content:"";
		display:block;
		width:4px;
		height:4px;
		position:absolute;
		right: 10px;
		top:50%;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-transform:rotate(45deg) translateY(-60%);
		-moz-transform:rotate(45deg) translateY(-60%);
		transform:rotate(45deg) translateY(-60%);
	}


}
@media screen and (max-width: 767px) {
	#wedding_link {
		background-color: #434B54;
		padding: 0.8em 0.5em;
		text-align: right;
	}
	#wedding_link div.btn_wedding a {
		color: #FFF;
		font-size: 11px;
		position: relative;
		padding: 0 2.0em 0 0;
	}
	#wedding_link div.btn_wedding a:after {
		content:"";
		display:block;
		width:4px;
		height:4px;
		position:absolute;
		right: 10px;
		top:50%;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-transform:rotate(45deg) translateY(-60%);
		-moz-transform:rotate(45deg) translateY(-60%);
		transform:rotate(45deg) translateY(-60%);
	}

}

/*=============================================
	
	HEADER
	
==============================================*/
@media screen and (min-width: 768px) {
	header {
		background: #FFF;
	}
	header h1 {
		float: left;
		width: 92px;
		padding: 7px 0 0;
	}
	header div.btn_en {
		float: right;
		font-size: 11px;
		padding: 28px 0 0;
	}
	header div.btn_en a {
		display: block;
		padding: 10px 15px;
		text-align: center;
		background: #DDDFE2;
		color: #434B54;
	}
	header ul.navi {
		float: right;
		margin: 0 20px 0 0;
	}
	header ul.navi li {
		float: left;
		text-align: center;
	}
	header ul.navi li a {
	}
	header ul.navi li a span.en {
		display: block;
		width: 120px;
		padding: 35px 0;
		font-size: 13px;
		color: #434B54;
	}
	header ul.navi li a:hover span.en {
		display: none;
	}
	header ul.navi li a span.jp {
		display: none;	
	}
	header ul.navi li a:hover span.jp {
		display: block;
		width: 130px;
		padding: 35px 0;
		font-size: 13px;
		background: #E9E9E9;
		color: #434B54;
	}
	header ul.navi li.access a span {
		background: #DDDFE2;
	}
	header ul.navi li.contact a span {
		background: #434B54;
		color: #FFF;
	}
	header ul.navi li.contact a:hover span {
		color: #434B54;
	}

}
@media screen and (max-width: 767px) {
	header {
		background: #FFF;
		height: 60px;
		position: relative;
	}
	header h1 {
		float: left;
		width: 20%;
		max-width:70px;
		padding: 0.5em 0 0;
	}

	header .sublink {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16%;
		width: 30%;
		text-align: center;
	}
	header .sublink a {
		display: block;
		background-color: #434B54;
		color: #FFF;
		line-height: 60px;
	}	
	#trigerbutton {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: #DDDFE2;
		width: 16%;
		height: 60px;
		/* ボタン配置を右に寄せる */
		margin-left: auto;
		cursor: pointer;
	}
	#trigerbutton > #border-box {
		/* 三本線を入れたボックスの上下左右中央揃え */
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 36px;
		height: 36px;
	}
	#trigerbutton > #border-box > div {
		background-color: #434B54;
		border-radius: 2px;
		width: 80%;
		height: 2px;
		margin: 8px auto;
	}


	#sp_global_menu {
		display: none;
		width: 100%;
		background: #DDDFE2;
		padding: 0 0 0;
	}
	#sp_global_menu > nav > ul.spNavMain {
		margin: 0 0 0
	}
	#sp_global_menu > nav > ul.spNavMain li {
	    font-size: 1.5rem;
		text-align: left;
		border-bottom: 1px solid #434B54;
		position: relative;
	}
	#sp_global_menu > nav > ul.spNavMain li:last-child {
		border-bottom: none;
	}
	#sp_global_menu > nav > ul.spNavMain li.othercategory {
		background: #80AD99;
	}
	#sp_global_menu > nav > ul.spNavMain li span {
		
	}
	#sp_global_menu > nav > ul.spNavMain li a {
		padding: 1.3em;
		display: block;
		text-decoration: none;
		color: #434B54;
	}
	#sp_global_menu > nav > ul.spNavMain li a::after{
		content:"";
		display:block;
		width:4px;
		height:4px;
		position:absolute;
		right: 24px;
		top:50%;
		border-top: 1px solid #434B54;
		border-right: 1px solid #434B54;
		-webkit-transform:rotate(45deg) translateY(-60%);
		-moz-transform:rotate(45deg) translateY(-60%);
		transform:rotate(45deg) translateY(-60%);
	}
	

}


/*=============================================
	
	SPACE LIST
	
==============================================*/
@media screen and (min-width: 768px) {
	#space_link {
		background: #434B54;
		padding: 60px 0;
		color: #FFF;
	}
	#space_link p.sub_title {
		font-size: 15px;
		margin: 0 0 20px;
		text-align: center;
	}
	#space_link h3 {
		font-size: 24px;
		margin: 0 0 40px;
		text-align: center;
	}
	#space_link ul.list {
		text-align: center;
		margin: 0 0 60px;
	}
	#space_link ul.list li {
		display: inline-table;
		width: 21%;
		margin: 0 1.5% 0;
		vertical-align: top;
	}
	#space_link ul.list li a {
		display: block;
		color: #FFF;
	}
	#space_link ul.list li dl dt {
		margin: 0 0 15px;
	}	
	#space_link ul.list li dl dd h4 {
		font-size: 16px;
		text-align: center;
		margin: 0 0 12px;
	}	
	#space_link ul.list li dl dd p.lead {
		font-size: 11px;
		text-align: left;
		line-height: 2.0em;
		color: #CCD1D5;
	}	
}
@media screen and (max-width: 767px) {
	#space_link {
		background: #434B54;
		padding: 10vh 0;
		color: #FFF;
	}
	#space_link p.sub_title {
		font-size: 1.5em;
		margin: 0 0 1.0em;
		text-align: center;
	}
	#space_link h3 {
		font-size: 2.6em;
		margin: 0 0 1.0em;
		text-align: center;
	}
	#space_link ul.list {
		margin: 0 0 6vh;
	}
	#space_link ul.list li {
		width: 90%;
		margin: 0 auto 5vh;
	}
	#space_link ul.list li a {
		display: block;
		color: #FFF;
	}
	#space_link ul.list li dl dt {
		float: left;
		width: 30%;
	}	
	#space_link ul.list li dl dd {
		float: right;
		width: 64%;
	}	
	#space_link ul.list li dl dd h4 {
		font-size: 1.6em;
		margin: 0 0 0.4em;
	}	
	#space_link ul.list li dl dd p.lead {
		font-size: 1.0em;
		line-height: 2.0em;
		color: #CCD1D5;
	}	

}


/*=============================================
	
	PLAN LIST
	
==============================================*/
@media screen and (min-width: 768px) {
	#plan_link {
		background: #FFF;
		padding: 60px 0;
	}
	#plan_link p.sub_title {
		font-size: 15px;
		margin: 0 0 20px;
		text-align: center;
	}
	#plan_link h3 {
		font-size: 24px;
		margin: 0 0 40px;
		text-align: center;
	}
	#plan_link ul.list {
		text-align: center;
		margin: 0 0 60px;
	}
	#plan_link ul.list li {
		display: inline-table;
		width: 23%;
		margin: 0 4.9% 0;
		vertical-align: top;
	}
	#plan_link ul.list li a {
		display: block;
	}
	#plan_link ul.list li dl dt {
		margin: 0 0 15px;
	}	
	#plan_link ul.list li dl dd h4 {
		font-size: 16px;
		text-align: center;
		margin: 0 0 12px;
	}	
	#plan_link ul.list li dl dd p.lead {
		font-size: 11px;
		text-align: left;
		line-height: 2.0em;
	}	
}
@media screen and (max-width: 767px) {
	#plan_link {
		background: #FFF;
		padding: 10vh 0;
	}
	#plan_link p.sub_title {
		font-size: 1.5em;
		margin: 0 0 1.0em;
		text-align: center;
	}
	#plan_link h3 {
		font-size: 2.4em;
		margin: 0 0 1.0em;
		text-align: center;
	}
	#plan_link ul.list {
		margin: 0 0 6vh;
	}
	#plan_link ul.list li {
		width: 90%;
		margin: 0 auto 5vh;
	}
	#plan_link ul.list li a {
		display: block;
	}
	#plan_link ul.list li dl dt {
		float: left;
		width: 30%;
	}
	#plan_link ul.list li dl dd {
		float: right;
		width: 64%;
	}
	#plan_link ul.list li dl dd h4 {
		font-size: 1.6em;
		margin: 0 0 0.4em;
	}	
	#plan_link ul.list li dl dd p.lead {
		font-size: 1.0em;
		line-height: 2.0em;
	}	

}


/*=============================================
	
	下層ページ コンテンツ内 CONTACT
	
==============================================*/
@media screen and (min-width: 768px) {
	#detail_contact_wrap {
		background: #494738;
		padding: 40px 0;
		color: #FFF;
	}
	#detail_contact_wrap h4 {
		font-size: 15px;
		text-align: center;
		margin: 0 0 20px; 
	}
	#detail_contact_wrap p.midashi {
		font-size: 13px;
		text-align: center;
		margin: 0 0 30px;	
	}
	#detail_contact_wrap ul.contact_link {
	}
	#detail_contact_wrap ul.contact_link li {
		text-align: center;
		width: 50%;
		float: left;
	}
	#detail_contact_wrapul.contact_link li:nth-of-type(2) {
		float: right;
	}
	#detail_contact_wrap ul.contact_link li h5 {
		font-size: 15px;
		margin: 0 0 15px;
	}
	#detail_contact_wrap ul.contact_link li p.title {
		font-size: 14px;
		margin: 0 0 20px;
	}
	#detail_contact_wrap ul.contact_link li p.tel_text {
		font-size: 24px;
		margin: 0 0 20px;
	}
	#detail_contact_wrap ul.contact_link li p.tel_text a {
		color: #FFF;
	}
	#detail_contact_wrap ul.contact_link li p.address {
		font-size: 11px;
		line-height: 2.0em;
	}

}
@media screen and (max-width: 767px) {
	#detail_contact_wrap {
		background: #494738;
		padding: 6vh 5% 0;
		width: 80%;
		margin: 0 auto;
		color: #FFF;
	}
	#detail_contact_wrap h4 {
		font-size: 1.5em;
		text-align: center;
		margin: 0 0 1.2em;
	}
	#detail_contact_wrap p.midashi {
		font-size: 1.5em;
		text-align: center;
		margin: 0 0 1.8em;
	}
	#detail_contact_wrap ul.contact_link {
	}
	#detail_contact_wrap ul.contact_link li {
		text-align: center;
		margin: 0 0 8vh;
	}
	#detail_contact_wrapul.contact_link li:nth-child(2)  {
		margin: 0 0 0;
	}
	#detail_contact_wrap ul.contact_link li h5 {
		font-size: 1.5em;
		margin: 0 0 1.0em;
	}
	#detail_contact_wrap ul.contact_link li p.title {
		font-size: 1.4em;
		margin: 0 0 1.0em;
	}
	#detail_contact_wrap ul.contact_link li p.tel_text {
		font-size: 2.6em;
		margin: 0 0 1.0em;
	}
	#detail_contact_wrap ul.contact_link li p.tel_text a {
		color: #FFF;
	}
	#detail_contact_wrap ul.contact_link li p.address {
		font-size: 1.1em;
		line-height: 2.0em;
	}

}

/*=============================================
	
	CONTACT Background
	
==============================================*/
@media screen and (min-width: 768px) {
	#contact_bg {
		background: #FCFCFC;
		padding: 60px 0;
	}

}
@media screen and (max-width: 767px) {
	#contact_bg {
		background: #FCFCFC;
		padding: 8vh 0;
	}


}



/*=============================================
	
	FOOTER
	
==============================================*/
@media screen and (min-width: 768px) {
	#access {
		border-top: 1px solid #434B54;
		margin: 0;
		padding: 0;
	}
	#access dl.map{

	}
	#access dl.map dt {
		float: right;
		width: 50%;
		min-height: 256px;
	}
	#access dl.map dt div#googlemap {
		width: 100%;
		height: 256px;		
	}
	#access dl.map dd {
		float: right;
		width: 480px;
		text-align: center;
		padding: 60px 0 0;
	}
	#access dl.map dd h4 {
		font-size: 15px;
		margin: 0 0 15px;
	}
	#access dl.map dd p.address {
		font-size: 12px;
		margin: 0 0 20px;
	}


	#footer_contact {
		background: #434B54;
		padding: 60px 0;
		color: #FFF;
	}
	#footer_contact h4 {
		font-size: 15px;
		text-align: center;
		margin: 0 0 30px; 
	}
	#footer_contact p.midashi {
		font-size: 13px;
		text-align: center;
		margin: 0 0 30px;	
	}
	#footer_contact ul.contact_link {
		margin: 0 0 40px;
		padding: 0 0 40px;
		border-bottom: 1px solid #DDDFE2;
	}
	#footer_contact ul.contact_link li {
		text-align: center;
		width: 50%;
		float: left;
	}
	#footer_contact ul.contact_link li:nth-of-type(2) {
		float: right;
	}
	#footer_contact ul.contact_link li h5 {
		font-size: 15px;
		margin: 0 0 15px;
	}
	#footer_contact ul.contact_link li p.title {
		font-size: 14px;
		margin: 0 0 20px;
	}
	#footer_contact ul.contact_link li p.tel_text {
		font-size: 24px;
		margin: 0 0 20px;
	}
	#footer_contact ul.contact_link li p.tel_text a {
		color: #FFF;
	}
	#footer_contact ul.contact_link li p.address {
		font-size: 11px;
		line-height: 2.0em;
	}
	
	#footer_contact ul.footer_navi {
		text-align: center;
		margin: 0 0 60px;
	}
	#footer_contact ul.footer_navi li {
		display: inline-table;
		margin: 0 30px;
	}	
	#footer_contact ul.footer_navi li a {
		color: #FFF;
		text-decoration: none;
	}
	#footer_contact div.footer_logo {
		width: 96px;
		margin: 0 auto;
	}
	
	#footer_contact .other_btn {
		text-align: center;
		margin: 0 0 60px;
	}
	#footer_contact .other_btn > .btn_white {
		max-width: 320px;
	}
}
@media screen and (max-width: 767px) {
	#access {
		margin: 0;
		padding: 0 0 8vh;
	}
	#access dl.map{

	}
	#access dl.map dt {
		width: 100%;
		margin: 0 0 4vh;
	}
	#access dl.map dt div#googlemap {
		width: 100%;
		height: 30vh;
	}
	#access dl.map dd {
		text-align: center;
	}
	#access dl.map dd h4 {
		font-size: 2.0em;
		margin: 0 0 1.0em;
	}
	#access dl.map dd p.address {
		font-size: 1.2em;
		margin: 0 0 2.0em;
	}


	#footer_contact {
		background: #434B54;
		padding: 8vh 0;
		color: #FFF;
	}
	#footer_contact h4 {
		font-size: 1.5em;
		text-align: center;
		margin: 0 0 1.2em;
	}
	#footer_contact p.midashi {
		font-size: 1.3em;
		text-align: center;
		margin: 0 0 2.4em;
	}
	#footer_contact ul.contact_link {
		margin: 0 0 6vh;
		padding: 0 0 6vh;
		border-bottom: 1px solid #DDDFE2;
	}
	#footer_contact ul.contact_link li {
		text-align: center;
		margin: 0 0 8vh;
	}
	#footer_contact ul.contact_link li:last-child {
		margin: 0 0 0;
	}
	#footer_contact ul.contact_link li h5 {
		font-size: 1.5em;
		margin: 0 0 1.0em;
	}
	#footer_contact ul.contact_link li p.title {
		font-size: 1.4em;
		margin: 0 0 1.0em;
	}
	#footer_contact ul.contact_link li p.tel_text {
		font-size: 2.6em;
		margin: 0 0 1.0em;
	}
	#footer_contact ul.contact_link li p.tel_text a {
		color: #FFF;
	}
	#footer_contact ul.contact_link li p.address {
		font-size: 1.1em;
		line-height: 2.0em;
	}
	
	#footer_contact ul.footer_navi {
		text-align: center;
		margin: 0 0 3vh;
	}
	#footer_contact ul.footer_navi li {
		display: inline-table;
		margin: 0 5% 5vh;
		font-size: 1.5em;
	}	
	#footer_contact ul.footer_navi li a {
		color: #FFF;
		text-decoration: none;
	}
	#footer_contact div.footer_logo {
		width: 25%;
		margin: 0 auto;
	}
	#footer_contact .other_btn {
		text-align: center;
		margin: 0 0 7vh;
	}
	#footer_contact .other_btn > .btn_white {
	}
}

/*=============================================
	
	GROUP LINK
	
==============================================*/
@media screen and (min-width: 768px) {
	#group_link {
		background: #FFF;
		margin: 0;
		padding: 40px 0;
	}
	#group_link p.sub_title {
		font-size: 15px;
		margin: 0 0 20px;
		text-align: center;
	}
	#group_link h3 {
		font-size: 18px;
		margin: 0 0 40px;
		text-align: center;
	}

	#group_link > ul.shoplist {
	
	}
	#group_link ul.shoplist li {
		float: left;
		width: 179px;
		padding: 10px 30px;
		height: 190px;
		border-right: 1px solid #CCC;
	}
	#group_link ul.shoplist li:last-child {
		border-right: none;
	}
	#group_link ul.shoplist li dl {
	
	}
	#group_link ul.shoplist li dl dt {
		width: 80%;
		margin: 0 auto 14px;
	}
	#group_link ul.shoplist li dl dd {
		font-size: 12px;
		line-height: 1.8em;
		text-align: center;
		color: #434B54;
	}
	#group_link ul.shoplist li dl dd span.small {
		font-size: 9px;
		line-height: 1.5em;
	}
	#group_link ul.shoplist li dl dd a:hover {
		text-decoration: underline;
	}

}
@media screen and (max-width: 767px) {
	#group_link {
		padding: 3.0em 0 3.0em; 
		line-height: 1.8em;
		background: #FFF;
			color: #434B54;
	}
	#group_link p.sub_title {
		font-size: 15px;
		margin: 0 0 20px;
		text-align: center;
	}
	#group_link h3 {
		font-size: 18px;
		margin: 0 0 40px;
		text-align: center;
	}

	#group_link ul.shoplist {
		
	}
	#group_link ul.shoplist li {
		width: 80%;
		padding: 0 0 2.4em;
		margin: 0 auto 2.4em;
		border-bottom: 1px solid #CCC;
	}
	#group_link ul.shoplist li:last-child {
		border-bottom: none;
		padding: 0 0 0;
		margin: 0 auto 0;
	}
	#group_link ul.shoplist li dl {
	
	}
	#group_link ul.shoplist li dl dt {
		float: left;
		width: 30%;
		margin: 0 0 0;
	}
	#group_link ul.shoplist li dl dd {
		float: right;
		width: 65%;
		padding: 0.1em 0 0;
		font-size: 14px;
		line-height: 1.5em;
		text-align: left;
		color: #434B54;
	}
	#group_link ul.shoplist li dl dd span.small {
		font-size: 10px;
		line-height: 1.5em;
	}
	#group_link ul.shoplist li dl dd a:hover {
		text-decoration: underline;
	}


}

/*=============================================
	
	COPYRIGHT
	
==============================================*/
@media screen and (min-width: 768px) {
	#copyright {
		font-size: 11px;
		text-align: center;
		padding: 40px 0;
	}
}
@media screen and (max-width: 767px) {
	#copyright {
		font-size: 1.0em;
		text-align: center;
		padding: 2.4em 0;
	}	
}

/*=============================================
	
	スマホ FIXボタン
	
==============================================*/
@media screen and (min-width: 768px) {
	#fix_btn {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	#fix_btn {
		position: fixed;
		left: 0;
		bottom: 0;
		background: #F9F9F9;
		color: #444444;
		width: 100%;
		z-index: 9999;
		display: none;
		border-top: 1px solid #CCC;
	}
	#fix_btn > ul.btn_layout {
		text-align: center;
	}
	#fix_btn > ul.btn_layout li {
		display: inline-table;
		text-align: center;
		width: 32%;
		font-size:  11px;
		border-right: 1px solid #CCC;
		line-height: 1.0em;
	}
	#fix_btn > ul.btn_layout li.fair {
		background: url(/party/img/common/icon01.svg) no-repeat 8% center;
		background-size: auto 35%;
	}
	#fix_btn > ul.btn_layout li.tel {
		background: url(/party/img/common/icon02.svg) no-repeat 8% center;
		background-size: auto 35%;
	}
	
	#fix_btn > ul.btn_layout li.access {
		background: url(/party/img/common/icon03.svg) no-repeat 8% center;
		background-size: auto 35%;
	}
	#fix_btn > ul.btn_layout li.contact {
		background: url(/party/img/common/icon04.svg) no-repeat 8% center;
		background-size: auto 35%;
	}
	
	#fix_btn > ul.btn_layout li a {
		display: block;
		padding: 1.5em 0 1.5em 0.5em;
		color: #444444;
	}
	#fix_btn > ul.btn_layout li:last-child {
		border-right: none;
	}
}

/*=============================================
	
	臨時営業案内
	
==============================================*/

@media screen and (min-width:769px) {
/** 臨時営業案内 ***/
#announce {
	background: #444444;
	padding: 8px 0;
	margin: 0;
}
#announce p.text{
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
#announce p.text a{
	color: #FFF;
	text-decoration: underline;
}
}

@media screen and (max-width:768px) {
/** 臨時営業案内 ***/
#announce {
	background: #444444;
	padding: 0.5em 0;
	margin: 0;
}
#announce p.text{
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	line-height: 1.6em;
}
#announce p.text a{
	color: #FFF;
	text-decoration: underline;
}

}


