/*   
Theme Name: The (marunouchi) HOUSE Theme Ver.4.0.1
Description: (marunouchi) HOUSE Original Theme.
Author: SAKAKI LAB INC.
Author URI: http://www.sakakilab.net
Version: 4.0.1
*/

@charset "UTF-8";


/*--------------------------------------------------------------
RESET
-------------------------------------------------------------- */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img {
	vertical-align: bottom;
	right: 4px;
	top: 4px;
}


/*-------------------------------------------------------------------------------
CLEARFIX
-------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/*-------------------------------------------------------------------------------
 COMMON
-------------------------------------------------------------------------------*/
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #E8FC78;
}
a:active {
	color: #E8FC78;
}

.link_b a:link {
	color: #000000;
}
.link_b a:visited {
	color: #000000;
}
.link_b a:hover {
	color: #636060;
}
.link_b a:active {
	color: #000000;
}

.alignright {
	float: right;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
	float: left;
}


.bg-white {
	background-color: #FFFFFF;
}

.bg_wo {
	padding: 20px;
	background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


.p50 {
	padding-top: 70px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	
}


.event_view {
	padding-top: 200px;
	padding-bottom: 200px;
}
.event-area {
    margin-top: 20px;
    margin-bottom: 20px;
}
.event-contents_area {
	padding-bottom: 50px;
}

.font-b {
	color: #282727;
}
.font-mb {
	color: #282727;
	font-size: 14px;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

.img-right {
	float: right;
}

.bg-white {
	background-color: #FFFFFF;
}

.contents_title {
	font-family: 'Buda', cursive;
	font-size: 300%;
}

.restaurant-area {
	padding-top: 20px;
	padding-bottom: 20px;
}

.res-box {
	margin-bottom: 20px;
	color: #282727;
}


.house-abc {
	position: relative;
	overflow: hidden;
}


h3 {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 35px;
	font-family: 'Marcellus', serif;
}
.h3_res {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 25px;
	font-family: 'Marcellus', serif;
}

.res_s  {
	font-size: 12px;
}

.ev-year {
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
	font-family: 'Marcellus', serif;
    margin: 0px;
}

.ev-subtitle {
	font-size: 14px;
	margin-bottom: 20px;
}


#footer {
	background-color: #333333;
	padding: 10px;
	position: relative;
}
#footer #sakakilab {
	position: absolute;
	top: 10px;
	left: 10px;
}


.event-box {
    margin-bottom: 30px;
}

.voice_vol {
    font-size: 25px;
    line-height: 30px;
	letter-spacing: 5px;
    text-align: center;
    margin-bottom: 20px;
	font-family: 'Marcellus', serif;
}

.voice_title {
    font-size: 35px;
    line-height: 35px;
	letter-spacing: 2px;
    text-align: center;
	font-family: 'Marcellus', serif;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#section-01, #section-02, #section-03, #section-04, #section-05, #section-06 {
	padding-top: 70px; /* 固定するもののheightと同じpx値 */
	margin-top: -70px; /* 固定するもののheightと同じpx値 */
}

.dish_talk_box {
	position: relative;
}

#search_area {
	position: absolute;
	top: 20px;
	right: 100px;
}
.open {
  cursor: pointer;
	position: relative;
}
#search_btn {
	display: none;
	position: absolute;
	top: 40px;
	right: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.sp_search_area {
	text-align: center;
	margin: 10px;
}


/* Social Button */

#facebook {
	background: url(library/images/social/facebook_w.png) no-repeat;
	background-size: 30px 30px;
}
#facebook a {
  display: inline-block;
	cursor: pointer;
}
#facebook a:hover {
	background-color: transparent; /* IE6対応 */
}
#facebook a:hover img {
  visibility: hidden;
}	
	
	
#twitter {
	background: url(library/images/social/twitter_w.png) no-repeat;
	background-size: 30px 30px;
}
#twitter a {
  display: inline-block;
	cursor: pointer;
}
#twitter a:hover {
	background-color: transparent; /* IE6対応 */
}
#twitter a:hover img {
  visibility: hidden;
}	

	
#ggl-plus {
	background: url(library/images/social/google_plus_w.png) no-repeat;
	background-size: 30px 30px;
}
#ggl-plus a {
  display: inline-block;
	cursor: pointer;
}
#ggl-plus a:hover {
	background-color: transparent; /* IE6対応 */
}
#ggl-plus a:hover img {
  visibility: hidden;
}	


#pinterest {
	background: url(library/images/social/pinterest_w.png) no-repeat;
	background-size: 30px 30px;
}
#pinterest a {
  display: inline-block;
	cursor: pointer;
}
#pinterest a:hover {
	background-color: transparent; /* IE6対応 */
}
#pinterest a:hover img {
  visibility: hidden;
}	
	
	
#tumblr {
	background: url(library/images/social/tumblr_w.png) no-repeat;
	background-size: 30px 30px;
}
#tumblr a {
  display: inline-block;
	cursor: pointer;
}
#tumblr a:hover {
	background-color: transparent; /* IE6対応 */
}
#tumblr a:hover img {
  visibility: hidden;
}	
		

/* ボタン設定 */
.button-area {
   width: 100%;
   margin: 30px 0;
}
.button-area:after {
   content: '';
   clear: both;
   display: block;
}
.button-area-title {
   font-weight: normal;
   margin: 0 0 8px;
   text-align: left;
}
.button-whole {
   float: left;
   width: 30px;
	height: 30px;
   margin: 0 5px 0 5px;
   box-sizing: border-box;
}


/*-------------------------------------------------------------------------------
 幅767px以下の指定
-------------------------------------------------------------------------------*/
#wrap {
}

#main {
}

.logo {
	width: 30%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#slider_area {
	margin: 80px 0 0 0;
}	

#first_navi {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#first_navi li {
	margin: 0px;
	padding: 0px;
}

#first_navi #top_voice_icon_sp {
	position: absolute;
	top: 230px;
	right: -40px;
	z-index: 9999;
}

#sp_nav_logo_area {
	display: block;
}
#pc_nav_logo_area {
	display: none;
}


.event_view {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*VOICE 2画面対応(2015.12.17)　ここから*/
.voice_view {
	height: 300px;
}
/*VOICE 2画面対応(2015.12.17)　ここまで*/


.bx-caption {
	font-size: 22px;
	font-family: 'Marcellus', serif;
}

.ev-date {
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
	font-family: 'Marcellus', serif;
    margin: 0px;
}

#about_area {
	width: 100%;
	height: auto;
}
.t-about {
	padding-top: 50px;
	padding-bottom: 50px;
}

#map_contents {
	display: none;
}
#map_contents_sp {
	display: block;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
}
#map_canvas {
	width: 100%;
	height: 400px;
}

.sp_navi {
	width: 100%;
	display: block;
	background: #FFFFFF;
	opacity: 0.95;
	filter: alpha(opacity=95);
	height: 70px;
	z-index: 9999 !important;
	position: fixed;
}
.navbar {
	display: none;
}

.sp_d {
	display: block;
}

.sp_h {
	display: none;
}

.ev_sp_eye {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}


.new_mark {
	position: absolute;
	top: 20px;
	left: 20px;
}


/* フッター SNSボタン */
ul#snsbtn-list {
	text-align: center;
	margin-bottom: 30px;
}
ul#snsbtn-list li {
	display: inline-block;
	margin: 0px 5px;
}


/*-------------------------------------------------------------------------------
 Media queries!
-------------------------------------------------------------------------------*/
@media screen and (min-width:768px){
/*最小幅768px以上の指定*/

/*サイド、メインコンテンツのボックスの高さを揃える*/

#wrap {
}

#main {
}
	
#slider_area {
	margin: 80px 0 0 0;
}	

#first_navi {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.logo {
	margin-top: 50px;
	margin-bottom: 50px;
}

#sp_nav_logo_area {
	display: none;
}
#pc_nav_logo_area {
	display: block;
}

.event_view {
	padding-top: 200px;
	padding-bottom: 200px;
}

/*VOICE 2画面対応(2015.12.17)　ここから*/
.voice_view {
	padding-top: 200px;
	padding-bottom: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 100%;
}

#ev_box_l {
	float: left;
	margin-left: 50px;
	display: block;
}

#ev_box_r {
	float: right;
	display: block;
}
/*VOICE 2画面対応(2015.12.17)　ここまで*/

.bx-caption {
	font-size: 30px;
	font-family: 'Marcellus', serif;
}

.ev-date {
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
	font-family: 'Marcellus', serif;
    margin: 0px;
}

#about_area {
	width: 50%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}
.t-about {
	padding-top: 100px;
	padding-bottom: 150px;
}

#map_contents {
	display: block;
	height: 600px;
	width: 30%;
	padding-top: 150px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 100 !important;
	background-color: white;
	position: absolute;
	right: 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#map_contents_sp {
	display: none;
}
#map_canvas {
	width: 100%;
	height: 600px;
}

.sp_navi {
	width: 100%;
	display: block;
	background: #FFFFFF;
	opacity: 0.95;
	filter: alpha(opacity=95);
	height: 70px;
	z-index: 9999 !important;
	position: fixed;
}
.navbar {
	display: none;
}

.sp_d {
	display: none;
}

.sp_h {
	display: block;
}

#first_navi #top_voice_icon {
	position: absolute;
	top: 450px;
	right: 40%;
	z-index: 9999;
}


.new_mark {
	position: absolute;
	top: 20px;
	left: 20px;
}


}
/*-------------------------------------------------------------------------------
 Media queries!
-------------------------------------------------------------------------------*/
@media screen and (min-width:992px){
/*最小幅992px以上の指定*/

#wrap {
}

#main {
}

#slider_area {
	margin: 80px 0 0 0;
}	
	
#first_navi {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.logo {
	margin-top: 50px;
	margin-bottom: 50px;
}

#sp_nav_logo_area {
	display: none;
}
#pc_nav_logo_area {
	display: block;
}

.event_view {
	padding-top: 200px;
	padding-bottom: 200px;
}

/*VOICE 2画面対応(2015.12.17)　ここから*/
.voice_view {
	padding-top: 200px;
	padding-bottom: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 100%;
}

#ev_box_l {
	float: left;
	margin-left: 50px;
	display: block;
}

#ev_box_r {
	float: right;
	display: block;
}
/*VOICE 2画面対応(2015.12.17)　ここまで*/


.bx-caption {
	font-size: 30px;
	font-family: 'Marcellus', serif;
}

.ev-date {
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
	font-family: 'Marcellus', serif;
    margin: 0px;
}

#about_area {
	width: 50%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}
.t-about {
	padding-top: 100px;
	padding-bottom: 150px;
}

#map_contents {
	display: block;
	height: 600px;
	width: 30%;
	padding-top: 150px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 100 !important;
	background-color: white;
	position: absolute;
	right: 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#map_contents_sp {
	display: none;
}
#map_canvas {
	width: 100%;
	height: 600px;
}

.sp_navi {
	width: 100%;
	display: block;
	background: #FFFFFF;
	opacity: 0.95;
	filter: alpha(opacity=95);
	height: 70px;
	z-index: 9999 !important;
	position: fixed;
}
.navbar {
	display: none;
}

.sp_d {
	display: none;
}

.sp_h {
	display: block;
}

#first_navi #top_voice_icon {
	position: absolute;
	top: 400px;
	right: 20%;
	z-index: 9999;
}


.new_mark {
	position: absolute;
	top: 20px;
	left: 40px;
}


}
/*-------------------------------------------------------------------------------
 Media queries!
-------------------------------------------------------------------------------*/
@media screen and (min-width:1200px){
/*最小幅1200px以上の指定*/

#slider_area {
	margin: 80px 0 0 0;
}	

#first_navi {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.logo {
	margin-top: 50px;
	margin-bottom: 50px;
}

#sp_nav_logo_area {
	display: none;
}
#pc_nav_logo_area {
	display: block;
	margin-top: -5px;
}

.event_view {
	padding-top: 200px;
	padding-bottom: 200px;
}

/*VOICE 2画面対応(2015.12.17)　ここから*/
.voice_view {
	padding-top: 200px;
	padding-bottom: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 100%;
}

#ev_box_l {
	float: left;
	margin-left: 50px;
	display: block;
}

#ev_box_r {
	float: right;
	display: block;
}
/*VOICE 2画面対応(2015.12.17)　ここまで*/


.bx-caption {
	font-size: 30px;
	font-family: 'Marcellus', serif;
}

.ev-date {
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
	font-family: 'Marcellus', serif;
    margin: 0px;
}

#about_area {
	width: 50%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}
.t-about {
	padding-top: 100px;
	padding-bottom: 150px;
}

#map_contents {
	display: block;
	height: 600px;
	width: 30%;
	padding-top: 150px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 100 !important;
	background-color: white;
	position: absolute;
	right: 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#map_contents_sp {
	display: none;
}
#map_canvas {
	width: 100%;
	height: 600px;
}

.sp_navi {
	display: none;
}
.navbar {
	width: 100%;
	display: block;
	z-index: 9999 !important;
	position: fixed;
}

.sp_d {
	display: none;
}

.sp_h {
	display: block;
}

#first_navi #top_voice_icon {
	position: absolute;
	top: 400px;
	right: 20%;
	z-index: 9999;
}


.new_mark {
	position: absolute;
	top: 20px;
	left: 60px;
}


}
/*-------------------------------------------------------------------------------
 Print styles!
-------------------------------------------------------------------------------*/
@media print {
}
