@charset "utf-8";
/* CSS Document */

/*======================================
Temp
=======================================*/

/*--画像ホバー--*/
a img:hover {
  opacity: 0.8;
}

img.radius {
	border-radius: 5px !important;
}


/*--h1タイトル mainphotoの下--*/
h1.p-page-header__title, .p-page-header__title {
  border-radius: 5px;
  padding: 0 50px;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 -5px 0;
  height: 45px;
  color: #000 !important;
  font-weight: normal !important;   
}

/*--ブログタイトル--*/
h1.p-entry__title {
    font-size: 38px;
}
@media only screen and (max-width: 767px) {
h1.p-entry__title {
    font-size: 20px;
}
}

/*--h3タイトル--*/
h3.widget-title {
  font-size: 34px;
  font-weight: normal;
  padding: 0;
  margin: 30px 0;
  color: #5a320a;
}
@media only screen and (max-width: 767px) {
h3.widget-title {
    font-size: 20px;
    margin: 30px 0 !important;	
}
}

/*--フッターバナー--*/
.p-article07__title {
  background: none;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  border-radius: 3px;
}
.p-article07__title:before {
    border-width: 0;
}

/*--フッターナビ削除--*/
#menu-global-navi-1 {
  display: none;
}

/*--ページトップ--*/
.p-pagetop {
	background:#000;
}

/*--メタタイトル--*/
.p-entry__meta {
	background: #5a320a;
}

/*--ホバーで画像拡大--*/
#scale {
	overflow: hidden;
}
#scale img {
	display: block;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	border-radius: 5px;
}
#scale img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}

/*--フッターコンテンツ--*/
#footer-wrapper {
	background: #f5f5f5;
	padding: 20px 0;
}
#footer-wrapper .footer-contents {
	overflow: hidden;
	_zoom: 1;
	width: 92.1875%;
    max-width: 1180px;	
	margin: 0 auto;
}
#footer-wrapper .footer-contents .footer-navi {
	width: 50%;
	float: left;
}
#footer-wrapper .footer-contents .footer-navi h3, #footer-wrapper .footer-contents .footer-movie h3  {
	font-size: 22px;
    font-weight: normal;
    padding: 0;
	padding: 30px 0 0;
    color: #000;
}
#footer-wrapper .footer-contents .footer-navi ul {
	margin: 0 auto;
	padding: 0 0 30px;
	overflow: hidden;
	_zoom: 1;
}
#footer-wrapper .footer-contents .footer-navi ul li {
	font-size: 12px;
	margin: 0 20px 10px 0;
	padding: 0;
}
#footer-wrapper .footer-contents .footer-navi ul li a:hover {
	color: #5b310f;
}

#footer-wrapper .footer-contents .footer-movie {
	float: right;
	width: 45%;
	padding: 0 0 30px;	
}
#footer-wrapper .footer-contents .footer-movie iframe {
	width: 100%;
}

@media only screen and (max-width: 767px) {
#footer-wrapper .footer-contents .footer-navi {
	background: #f5f5f5;
	padding: 30px 0 10px;
	width: 100%;
	float: none;	
}
#footer-wrapper .footer-contents .footer-navi h3 {
	text-align: left;
	font-size: 20px;
    font-weight: normal;
    padding: 0;
	padding: 0;
}
#footer-wrapper .footer-contents .footer-navi ul {
	width: 100%;
	padding: 0;
}
#footer-wrapper .footer-contents .footer-navi ul li {
	float: none;
	font-size: 12px;
	margin: 0 0 12px 0;
	padding: 0;
	border-right: none;
}
#footer-wrapper .footer-contents .footer-movie {
	float: none;
	width: 100%;
	padding: 0 0 30px;
}
#footer-wrapper .footer-contents .footer-movie iframe {
	width: 100%;
	height: auto;
}
}

/*======================================
ハンバーガーナビ
=======================================*/

@media only screen and (max-width: 1199px) {
.p-global-nav ul {
    border-bottom: 3px solid #ccc;
}
.p-global-nav ul li {
    border-top: 1px dotted #ccc;
}
.p-global-nav ul li ul {
    border-bottom: none;
}
.p-global-nav ul li ul li {
    font-size: 11px;
    padding: 0 0 0 10px;
}
}


/*======================================
トップページ
=======================================*/


/*--3カラム用ボタン--*/
.p-article08__btn a {
  background: #5a320a;
  border-radius: 3px;
}
.p-article08__btn a:hover {
  background: #000;
}


/*======================================
イベント
=======================================*/

/*--空席確認・予約するボタン--*/
.button-reserve {
	overflow: hidden;
	_zoom: 1;
  }

.button-reserve a {
	background:#ff6600;
	border-radius: 5px;
	width: 240px;
	height: 60px;
	display: block;
	float: right;
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	line-height: 2.8em;
  }
.button-reserve a:hover {
	background:#663300;
	text-decoration: none;
  }
/*--イベント終了・待機中--*/
.button-reserve {
	background:#bbb;
	border-radius: 5px;
	width: 240px;
	height: 60px;
	display: block;
	float: right;
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 20px !important;
	line-height: 2.8em !important;
  }
@media only screen and (max-width: 767px) {
.button-reserve a {
	float: none;
	margin: 0 auto;
}
.button-reserve {
	float: none;
	margin: 0 auto;
}
}


/*======================================
バルーン
=======================================*/

/*--バルーン本体--*/
.w_b_box {
    line-height: 2em;
} 
div.w_b_bal {
    padding: 0 25px 25px;
}
.w_b_mla {
    margin: 15px 0 !important;
}
/*--バルーン吹き出し--*/
.w_b_line_L:before {
  content: "";
  position: absolute !important;
  top: 50% !important;
  left: -25px !important;
  margin-top: -15px !important;
  border: 10px solid transparent !important;
  border-right: 15px solid #eee !important;
  transform: none !important;  
  border-bottom-right-radius: 0 !important;
}
.w_b_line_R:before {
  content: "";
  position: absolute !important;
  top: 50% !important;
  left: 100% !important;
  margin-top: -15px !important;
  border: 10px solid transparent !important;
  border-left: 15px solid #eee !important;
  transform: none !important;  
}

