@charset "UTF-8";
/*
============================================================
base.css	※CSSファイルタイトルを記載
------------------------------------------------------------

■ デフォルトリセット
■ フォント
■ ヘッダー
■ コンテンツ
■ フッター

============================================================
*/
/* ---------------------------------------------------------
■ default rest
--------------------------------------------------------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	border-collapse: collapse;
	color: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	font-feature-settings: "palt";
	list-style-type: none;
	margin: 0;
	outline: medium none;
	padding: 0;
	table-layout: fixed;
	text-decoration: none;
	vertical-align: baseline;
	line-height: 1;
}
/* ---------------------------------------------------------
■ font
--------------------------------------------------------- */
/* body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Yu Gothic", YuGothic, Helvetica, Arial,  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
}
*/
html {
	background-color: #000;
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	font-family: YuMincho, Yu Mincho, Hiragino Mincho ProN, NotoSerifSubset, serif;
	letter-spacing: .05em;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
html, body {
	width: 100%;
	height: 100%;
}
/* ---------------------------------------------------------
■ 汎用
--------------------------------------------------------- */
.lh0 {
	line-height: 0;
}
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.mL0 {
	margin-left: 0 !important;
}
.mR0 {
	margin-right: 0 !important;
}
.mB0 {
	margin-bottom: 0 !important;
}
.mT0 {
	margin-top: 0 !important;
}
.none {
	display: none;
}

/*
.fade-layer, body:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 99999;
}
body.fade-layer-off:before {
	content: none;
}
*/


/* ---------------------------------------------------------
■ PC
--------------------------------------------------------- */
@media all and (min-width: 769px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ---------------------------------------------------------
  ■ common
  --------------------------------------------------------- */
#global_wrapper {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.sp_show {
	display: none !important;
}

/* ---------------------------------------------------------
  ■ header
  --------------------------------------------------------- */
 /* メニューエリア */

.menuber_area {
	background: rgba(0,0,0,0.9);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.menuber_area {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
.menuber_area h1 {
	display: block;
	width: 200px;
	float: left;
	position: relative;
	top:0;
	left: 100px;
	z-index: 99999;
}
.menuber_area h1 img{
	width: 80px;
}
.menuber_area .inner {
	width: 100%;
	margin: 5px auto;
}
.menuber_area .inner h1 {
	padding: 10px 20px 10px;
}
.menuber_area .menubox {
	float: left;
}
.menuber_area .info {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.menuber_area .info li {
	display: block;
	float: left;
}
.menuber_area_txt {
	width: 600px;
	margin: 0 auto
}
#gnav > ul {
  display: table;
text-align: center;
}
#gnav > ul > li {
  display: table-cell;
	
}
#gnav > ul > li:hover {
  color: #fff;
}
#gnav > ul > li:hover > a {
  color: #fff;
	
  
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
	
}
#gnav > ul > li > a {
  display: block;
  padding: 3px 1em 10px;
  transition: all .2s ease-in;
}
#gnav > ul .menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	left: 1px;
	position: absolute;
	background-color: rgba(255,255,255,0.9);
	margin-top: 23px;
}
#gnav > ul .menu .menu_inner {
  padding: 2px 0 30px!important;
  border-top: 1px solid #666;
}

#gnav > ul .menu .menu_inner:hover {
  background-color: rgba(255,255,255,0.8);
}
#gnav > ul .menu .menu_inner li {
  width: 100%;
  display: inline-block;
 
}
	
#gnav > ul .menu a {
  color: #80621e;
}

#fixedBox {
	position: fixed;
	top: 0;
	left: 0;
}
#acMenu dt{
    display:block;
    width:700px;
    line-height:50px;
    text-align:center;
    cursor:pointer;
	font-size: 20px;
	margin: 0 auto;
    }
#acMenu dd{
    width:700px;
    line-height:40px;
    text-align:center;
    display:none;
	font-size: 1.4rem;
    }
.to_en {
	position: absolute;
	top: 20px;
	right: 50px;
}

.to_fb {
	position: absolute;
	top: 20px;
	right: 90px;
}
.to_insta {
	position: absolute;
	top: 20px;
	right: 130px;
}
.menu_sns {
	display: block;
	padding-bottom: 20px;
	}
.fat-nav_reserv_btn_wrap {
	position: relative;
	top:50px;
}
.fat-nav_reserv_btn {
	width: 200px;
	font-family: YakuHanJP, 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 20px 10px;
	background: url(../images/btn_link_icon.png) no-repeat 30px center #fff;
	background-size: 10px;
	color: #111;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.fat-nav_reserv_btn:hover {
	background: url(../images/btn_link_icon_wh.png) no-repeat 30px center #c4972f;
	background-size: 10px;
	color: #fff;
}
.reserv_btn_wrap {
	position: absolute;
	top: 6px;
	right: 50px;
}
.reserv_btn {
	width: 200px;
	font-family: YakuHanJP, 'Montserrat', sans-serif;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 20px 10px;
	background: url(../images/btn_link_icon.png) no-repeat 30px center #fff;
	background-size: 10px;
	color: #111;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.reserv_btn:hover {
	background: url(../images/btn_link_icon_wh.png) no-repeat 30px center #c4972f;
	background-size: 10px;
	color: #fff;
}
.post-contents .reserv_btn01:hover::after {
	border-left-color: #333;
}
/* ---------------------------------------------------------
  ■ pc contents
  --------------------------------------------------------- */

/* ---------------------------------------------------------
■ pc メイン
--------------------------------------------------------- */

.main_area {
   margin: 100px auto 0;
   display: flex;
   flex-wrap: wrap;
   position: relative;
   /*width: 100%;*/
   width: 1200px!important;
   overflow: hidden;
	
}

.main_area h1{
   color: #fff;
   margin: 50px auto 0;
   font-size: 4em;
   text-align: center;
   line-height: 2.0;
}
.main_area h1 p{
   font-size: 20px;
}
.main_area .box {
		position: relative;
		width: calc(100% / 3);
	
		overflow: hidden;
		background: #000;
}

.view-first {
		overflow: hidden;
		width: 100%;
		height: auto;
		background: #000;
}

img.photo {
		width: 100%;
		height: auto;
}

.view-first img.photo {
		opacity: 0.3;
		filter: alpha(opacity=30);
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		-ms-transition: all 1s;
		transition: all 1s;
}

.view-first:hover img.photo {
		opacity: 0.6;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
		-webkit-filter: grayscale(0%);
		-ms-filter: grayscale(0%); /* IE 10 */
		filter: none;
		-webkit-filter: brightness(1.1);
		-moz-filter: brightness(1.1);
		-o-filter: brightness(1.1);
		-ms-filter: brightness(1.1);
		filter: brightness(1.1);
}

.view-first .mask {
		opacity: 1;
		filter: alpha(opacity=100);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		-ms-transition: all 1s;
		transition: all 1s;
}

.view-first:hover .mask {
		opacity: 1;
		filter: alpha(opacity=100);
}

.view-first .mask img {
		width: 100%;
		height: auto;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		-ms-transition: all 1s;
		transition: all 1s;
}

.view-first:hover .mask img {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
}
/* ---------------------------------------------------------
  ■ pc sec01
  --------------------------------------------------------- */
.sec01 {
  width: 100%;
  background-color: #000;
  margin-top: 100px;
  padding-bottom: 40px;
}

.sec01 h3 {
  font-family: "Quarto A","Quarto B","Shuei Mincho B","游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif!important;
  font-size: 4em;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.sec01 .title-line {
    display: block;
    width: 120px;
    border-bottom: 2px solid #9c8f87;
    margin: 30px auto 30px;
}

.sec01 .sec01-content {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px auto 0;
}

.sec01 a {
  position: relative;
  vertical-align: top;
  width: 270px;
  margin-right: 45px;
  overflow: hidden;
}

.sec01 a:nth-of-type(3) {
  margin-right: 0;
}

.sec01_img_wrap {
  width: 270px;
  height: 180px;
  overflow: hidden;
	}
	
.sec01 img {
  width: 270px;
  background-color: #000;
}
.sec01 img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all .8s;
}	
.sec01 h4 {
  font-size: 1.6em;
  padding: 20px 0 10px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec01 p {
  font-size: 1.2em;
  color: #fff;
  line-height: 1.8;
}

.sec01 span {
  position: absolute;
  left: 5px;
  width: 80px;
  font-size: 12px;
  margin-left: 5px;
  background-color: black;
  color: #dcdcdc;
}

.sec01 > a {
  background-color: #fff;
  display: block;
  margin: 50px auto 50px;
  width: 300px;
  height: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 48px;
  transition: .3s;
  border-radius: 3px;
  font-family: YakuHanJP, 'Montserrat', sans-serif;
  font-weight: 500;
  color: #605542;
  text-decoration: none;
  transition: all .3s;
}

.sec01 > a:hover {
  background-color: #bd9844;
  color: #fff;
}
/* ---------------------------------------------------------
■ pc sec02
--------------------------------------------------------- */
.sec02 {
  width: 100%;
  padding-top: 50px;
  background-color: #000;
}
.sec02-content {
	width: 950px;
	margin: 0 auto;
	}
.sec02 img {
  width: 950px;
  background-color: #000;
}
.sec02 img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all .8s;
}	

/* ---------------------------------------------------------
■ pc sec03
--------------------------------------------------------- */
.sec03 {
  width: 100%;
  padding-top: 150px;
}
.sec03-content {
	width: 950px;
	margin: 0 auto;
	}
.sec03 h3 {
  font-family: "Quarto A","Quarto B","Shuei Mincho B","游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif!important;
  font-size: 4em;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.sec03 .title-line {
    display: block;
    width: 120px;
    border-bottom: 2px solid #9c8f87;
    margin: 30px auto 0;
}
.sec03-content area{
	border:none;
    outline:none;
	} 
#preview{
	position: absolute;
	display: none;
}
#preview img{
	width: 175px;
}

/* ---------------------------------------------------------
■ pc news&topics
--------------------------------------------------------- */
.post_wrap {
	width: 950px;
	margin: 50px auto 0;
}
.post_box {
	width: 290px;
	margin-left: 40px;
	float: left;
}
.post_box:first-child,.post_box:nth-of-type(4),.post_box:nth-of-type(7) {
	margin-left: 0;
}

.post_content {
  width: 290px;
}
.post_content p{
  width: 290px;
  height: 120px;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  position: relative;

}

.post-date{
	position: relative;
	top:200px;
	}
.wp-block-image{
	margin: 0 0 20px;
	width: 290px!important;
	height: 181px!important;
	overflow:hidden;
	}
.wp-block-image img{
	width: 290px!important;
	}		
/* =======================================
	ClearFixElements
======================================= */

.ani001 {
	width: 950px;
	height: 550px;
	position: absolute;
}
.ani001 img {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.ani002 {
	position: absolute;
	width: 100%;
}
.ani002 li {
	float: left;
	margin-left: 52px;
}
.ani002 li:last-child {
	margin-left: 53px;
}
.main_catch {
	width: 950;
	text-align: center;
	margin-top: 10px;
}
.ani005 {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.ani006 {
	width: 950;
	text-align: center;
	margin-top: 50px;
}
.ani006 {
	width: 500px;
	background: url("../images/link_btn.gif") no-repeat;
	background-size: 500px;
	margin: 0 auto;
}
.ani006 a {
	width: 500px;
	height: 100px;
	background: url("../images/link_btn.gif") no-repeat;
	background-size: 500px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
.ani006 a:hover {
	background-image: url("../images/link_btn_on.gif");
}
.yoyaku_area {
	width: 950px;
	margin: 100px auto 0;
}
.yoyaku_area:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.yoyaku_ttl {
	width: 950px;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.yoyaku_area_box {
	width: 450px;
	height: 550px;
	float: left;
	margin-left: 50px;
	font-size: 1.4rem;
}
.yoyaku_area_box p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 10px;
}
.yoyaku_area_box p.ttl {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 700;
}
.yoyaku_area_box:nth-child(odd) {
	margin-left: 0;
}
.yoyaku_attention {
	width: 500px;
	margin: 50px auto 0;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.8;
}
.yoyaku_attention p {
	padding-top: 50px;
}
.yoyaku_attention p a {
	text-decoration: underline;
}
.menu_area {
	width: 950px;
	margin: 100px auto 0;
}
.menu_area_ttl {
	width: 950px;
	text-align: center;
	margin-top: 100px;
}
.menu_area_box {
	width: 302px;
	height:700px;
	float: left;
	margin-left: 22px;
}
.menu_txt {
	height: 100px;
	margin-top: 20px;
}
.menu_txt a {
	text-decoration:underline;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 1.2rem;
	letter-spacing:1px;
	transition:0.3s;
}
.menu_txt a:hover {
	text-decoration:none;
}
.menu_area_info {
	border-top: solid 1px #333;
	padding: 20px;
	margin-top: 20px;
}
.menu_area_box p {
	font-size: 1.4rem;
	line-height: 1.8;
}
.menu_area_box p.ttl {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 700;
}
.menu_area_box p.open, .menu_area_box p.budget {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-size: 1.2rem;
	font-weight: 500;
}
.menu_area_box .menu_area_menu {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 20px;
}
.menu_area_box .menu_area_menu a{
	color: #be9844;
}
.menu_area_box .menu_area_menu a:hover{
	color: #fff;
}
.menu_area_box .menu_area_menu a::before{
left: 4px;
width: 5px;
height: 1px;
background: #be9844;
}
.menu_area_box .menu_area_menu a:hover::before{
background: #fff;
}
.menu_area_box .menu_area_menu a::after{
left: 4px;
width: 4px;
height: 4px;
border-top: 1px solid #be9844;
border-right: 1px solid #be9844;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_area_box .menu_area_menu a:hover::after{

border-top: 1px solid #fff;
border-right: 1px solid #fff;

}
.arrow{
position: relative;
display: inline-block;
padding: 0 16px 0 0;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -90px;
margin: auto;
content: "";
vertical-align: middle;
}

.menu_area_box:first-child, .menu_area_box:nth-child(4), .menu_area_box:nth-child(7) {
	margin-left: 0;
}
.map {
	width: 950px;
	margin: 70px auto 0;
}
.attention {
	width: 950px;
	font-size: 11px;
	text-align: right;
	margin-top: 50px;
}



.more_btn_wrap540 {
	width: 540px;
	text-align: center;
	margin-top: 50px;
}
.more_btn_wrap950 {
	width: 950px;
	text-align: center;
	margin: 50px auto 0;
}
.more_btn {
	width: 200px;
	font-family: YakuHanJP, 'Montserrat', sans-serif;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 20px 10px;
	background-color: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.more_btn::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	margin-top: -5px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.more_btn:hover {
	background-color: #fff;
	color: #333;
}
.more_btn:hover::after {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
.post-contents .more_btn01:hover::after {
	border-left-color: #333;
}

.copy {
	width: 100%;
	position: relative;
	margin: 10px auto;
	text-align: center;
	font-size: 10px;
}
/* ---------------------------------------------------------
  ■ pc footer
  --------------------------------------------------------- */
footer {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Yu Gothic", YuGothic, Helvetica, Arial,  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  background-color: #000;
  padding-top: 20px;
  text-align: center;
  z-index: 1;
}
footer .totop {
  width: 346px;
  margin: 0 auto;
  padding: 20px 0;	
	}
footer .link {
  margin: 0 auto 20px;
}

footer .link a {
  display: inline-block;
  color: #fff;
  line-height: 1.8;
  padding: 0 20px;
  border-left: 1px solid #666;
}
footer .link a:hover {
  color: #bd9844;
}
footer .link a:first-child {
  border: 0;
}
.copy{
  width: 100%;
  padding: 20px;
  margin: 0;
  background-color: #000;
  color: #fff;
	}
/* ---------------------------------------------------------
  ■ pc menuページ
  --------------------------------------------------------- */
.hide{ display: none;}
.current{ color: #b79852;}
.tab_area_wrap{
	position: fixed; top: 73px;
	background: rgba(0,0,0,0.9);
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	padding-top: 50px;
	z-index: 999;
	}
.tab_area{
	width: 950px;
	overflow:hidden;
	display:table;
	margin:0 auto 0;
	}
	
.tab_area li{
	width: calc(100%/4);
	height: 50px;
	line-height: 1.5;
	font-size: 3.2em;
	text-align: center;
	color: #777;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	padding-bottom: 80px;
	transition: all 0.2s ease;
	cursor: pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	}
.tab_area li p {
	font-size: 14px;
	letter-spacing: 0.3em;
}
.tab_area li:hover {
	color: #fff;
	cursor: pointer;
}

.tab_area li:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #fff;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.tab_area li:hover:before, .tab_area li:focus:before, .tab_area li:active:before {
	right: 0;
}
.tab_area li:hover {
	right: 0;
}	
.all_area { 
	background:#000; 
	padding:10px; 
	overflow: hidden;
	}
	
.hide{display:none;}
	
.menu_sec01{
	width: 950px;
	margin: 100px auto 0;
	}
.menu_sec01 h3{
	font-family: "Quarto A","Quarto B","Shuei Mincho B","游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif!important;
    font-size: 4em;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;	
	}
.menu_sec01 .title-line {
    display: block;
    width: 150px;
    border-bottom: 2px solid #9c8f87;
    margin: 30px auto 30px;
}
.menu_tabs {
	margin-top: 100px;
	padding-bottom: 40px;
	background-color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 950px;
	margin: 50px auto 0;
}
/*タブのスタイル*/
.menu_tab_item {
	width: calc(100%/4);
	height: 50px;
	background-color: #000;
	line-height: 1.5;
	font-size: 3.2em;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	padding-bottom: 80px;
	transition: all 0.2s ease;
	cursor: pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.menu_tab_item p {
	font-size: 14px;
	letter-spacing: 0.3em;
}
.menu_tab_item:hover {
	color: #fff;
	cursor: pointer;
}

.menu_tab_item:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #fff;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.menu_tab_item:hover:before, .menu_tab_item:focus:before, .menu_tab_item:active:before {
	right: 0;
}
.menu_tab_item:hover {
	right: 0;
}

.menu_sec01-content {
  display: flex;
  justify-content: center;
  width: 950;
  margin: 50px auto 0;
}

.menu_sec01-content a {
  position: relative;
  vertical-align: top;
  width: 450px;
  margin-right: 50px;
  overflow: hidden;
}

.menu_sec01-content a:nth-of-type(even) {
  margin-right: 0;
}
.menu_sec01-content a h4{
  font-size: 2em;
  text-align: center;
  padding-top: 20px;
}
.menu_sec01-content a h4 p{
  font-size: 0.7em;
  text-align: center;
  line-height: 2.0;
}	
.menu_sec01-content img {
  width: 450px;
  background-color: #000;
}
.menu_sec01-content img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all .8s;
}	

.menu__second-level li {
  padding: 10px;
}

.menu__second-level li a:hover {
  background: #111;
}

.menu_tab_item .menu__second-level {
  font-size: 0.5em;
  color: #fff;
  position: absolute;
  top: 50px;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  visibility: hidden;
  opacity: 0;
}
.menu_tab_item .menu__second-level a:hover {
  color: #b79852;
}
.menu_tab_item:hover > .menu__second-level {
  top: 80px;
  visibility: visible;
  opacity: 1;
}
.menu_link {
  display: flex;
  justify-content: center;
  width: 950;
  margin: 50px auto 0;	
	}
.menu_link a{
  margin-left: 20px;	
	}
.menu_link a:first-child{
  margin: 0px;	
	}
.menu_link img{
  width: 100%;	
	}
/*.list-wrap {
		margin-top: 300px;
	}*/
.list-wrap {
		margin-top: 0;
	}    
.list-wrap h3 {
		margin-top: 100px;
	}
	
#tokyofusiondining,#grillsteak,#awalounge,#shizukulounge,#ninebar,#cocktailbar,#whiskybar,#chefstable,#privatedining{
	margin-top: -70px;
	padding-top: 70px;
	}
/* ---------------------------------------------------------
  ■ pc gallery
  --------------------------------------------------------- */
.gallery_sec01{
	width: 950px;
	margin: 100px auto 0;
	}
.gallery_sec01 h3{
	font-family: "Quarto A","Quarto B","Shuei Mincho B","游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif!important;
    font-size: 4em;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;	
	}
.gallery_sec01 .title-line {
    display: block;
    width: 150px;
    border-bottom: 2px solid #9c8f87;
    margin: 30px auto 30px;
}
.gallery_tabs {
	margin-top: 100px;
	padding-bottom: 40px;
	background-color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 950px;
	margin: 50px auto 0;
}
/*タブのスタイル*/
.gallery_tab_item {
	width: calc(100%/3);
	height: 50px;
	background-color: #000;
	line-height: 1.5;
	font-size: 3.2em;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	padding-bottom: 80px;
	transition: all 0.2s ease;
	cursor: pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.gallery_tab_item p {
	font-size: 14px;
	letter-spacing: 0.3em;
}
.gallery_tab_item:hover {
	color: #fff;
	cursor: pointer;
}

.gallery_tab_item:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #fff;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.gallery_tab_item:hover:before, .gallery_tab_item:active:before {
	right: 0;
}
.gallery_tab_item:hover {
	right: 0;
}

/*ラジオボタンを全て消す*/
input[name="gallery_tab_item"]{
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.gallery_tab_content {
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
	display: none;
}
/*選択されているタブのコンテンツのみを表示*/
#restaurant:checked ~ #restaurant_content, #food:checked ~ #food_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.gallery_tabs input:checked + .gallery_tab_item {
	color: #b79852;
	　pointer-events: none;
}
.gallery_tab_content h3 {
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;
	font-size: 3.0em;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.1em;
	font-weight: 700;	
}



.gallery_container {
  margin: 10px auto 0;
  padding: 5px;
  width: 100%;
  background-color: #000;
  column-count: 3;
  column-gap: 0;
}

@media (max-width: 800px) {
  .gallery_container {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .gallery_container {
    column-count: 2;
  }
}

.grid {
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.grid img {
  width: 100%;
  vertical-align: bottom;
}

.grid > * {
  border-radius: 8px;
}
#video {
  display: none;
}
/* ---------------------------------------------------------
  ■ pc news&event ページ
  --------------------------------------------------------- */
.news_sec01{
	width: 950px;
	margin: 100px auto 0;
}
.news_sec01 h3{
	font-family: "Quarto A","Quarto B","Shuei Mincho B","游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif!important;
    font-size: 4em;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;	
}
.news_sec01 .title-line {
    display: block;
    width: 150px;
    border-bottom: 2px solid #9c8f87;
    margin: 30px auto 30px;
}
.news_container {
	display: flex;
    flex-wrap: wrap;
    width: 950;
    margin: 50px auto 0;
}
.news_container .item {
  width: 32%;
  padding: 50px 2em;
  position: relative;
  
}
.news_container .item img{
  width: 100%;

}
.news_container .item img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all .8s;
}	
.news_container .item h4 {
  font-size: 1.6em;
  padding: 20px 0 10px;
  font-weight: 600;
}
.news_container .item p {
  font-size: 1.2em;
  color: #fff;
  line-height: 1.8;
}
.news_container .item .newsDate {
  font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  width: 100px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255,255,255,0.75);
  color: #000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}
/* ---------------------------------------------------------
  ■ pc party ページ
  --------------------------------------------------------- */
.party_sec01{
	width: 950px;
	margin: 100px auto 0;
}
.party_sec01 h3{
	font-family: "Quarto A","Quarto B","Shuei Mincho B","游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif!important;
    font-size: 4em;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;	
}
.party_sec01 h3 p{
    font-size: 18px;
	line-height: 1.8;
}
.party_sec01 .title-line {
    display: block;
    width: 150px;
    border-bottom: 2px solid #9c8f87;
    margin: 30px auto 0;
}
.party_container {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    width: 950;
    margin: 50px auto 0;
}
.party_container .item {
  width: 950px;
  margin-top: 50px;
  padding: 2em;
  position: relative;
  text-align: center;
}
.party_container .pict {
  width: 60%;
  margin-right: 3%;	
}
.party_container .item img{
  width: 100%;
  
}
.party_container .item h4,.party_slider li h4 {
  font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 2.4em;
  line-height: 1.5;
  padding: 20px 0 0;
  font-weight: 600;
}
.party_container .item h4 p{
  font-size: 0.5em;
  text-align: center;
  margin-top: -5px;
}	
.party_container .item p,.party_slider li p {
  font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.8;
  margin: 10px 0;
}
.party_container .item .partyDate,.party_slider li .partyDate {
  font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  width: 100px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255,255,255,0.75);
  color: #000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}
.party_container .item .link,.party_slider li .link,.party_container .link-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
	}
.party_container .link-box{width: 100%;}
.party_container .item .link .btn,.party_slider li .link .btn,.party_container .link-box .btn{
  background-color: #fff;
  float: left;
  width: 40%;
  margin: 5px;
  height: 40px;
  font-size: 1em;
  text-align: center;
  line-height: 38px;
  transition: .3s;
  border-radius: 3px;
  font-family: YakuHanJP, 'Montserrat', sans-serif;
  font-weight: 500;
  color: #605542;
  text-decoration: none;
  transition: all .3s;
}

.party_container .item .btn:hover,.party_slider li .btn:hover {
  background-color: #bd9844;
  color: #fff;
}
	
.party_slider_box {
	width: 950px;
	margin: 100px auto 0;
}
.party_slider li{
	text-align: center;	
	}
.party_slider .slick-prev, .party_slider .slick-next {
    width: 128px;
    height: 128px;
    cursor: pointer;
	z-index: 100;
   
}
.party_slider .slick-prev::before {
	content: url(../images/prev_btn256.png);
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.party_slider .slick-next::before {
	content: url(../images/next_btn256.png);
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.party_slider .slick-prev {
	top: 250px;
    left: -64px;
}
.party_slider .slick-next {
	top: 250px;
    right: 64px;
}



.slick-dots li.slick-active button:before,
.slick-dots li button:before {
     color: #fff!important;
	}

.party_slider_box img {
     width: 100%;
     height: auto;
}


.party_slider li {
	margin: 0;
	position: relative;
}


.party_slider_box .mainslider {
	width: 100%;
	padding: 0;
}
.party_slider .slick-initialized .slick-slide{
  opacity: 0.2; /* 両サイドの画像を透過 */
}
.party_slider .slick-initialized .slick-slide.slick-active{
  opacity: 1; /* センター画像を非透過 */
}
/* ---------------------------------------------------------
  ■ pc diningページ
  --------------------------------------------------------- */
.dining_ttl {
	margin: 100px auto 0;
	font-size: 32px;
	color: #c4972f;
	text-align: center;
}
.dining_main {
	width: 100%;
	margin-top: 90px;
}
.dining_sec01 {
	width: 950px;
	margin: 50px auto 0;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.8;
	text-align: center;
}
.dining_sec02 {
	width: 950px;
	margin: 100px auto 0;
}
.dining_sec02 li{
	float: left;
	margin-left: 50px;
	list-style: none;
}
.dining_sec02 li:first-child{
	margin-left: 0;
}
.dining_sec02:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
.dining_sec03 {
	width: 950px;
	margin: 100px auto;
}
.dining_sec03:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.dining_sec03 li{
	float: left;
	margin-left: 22px;
	list-style: none;
}
.dining_sec03 li:first-child{
	margin-left: 0;
}
.dining_sec03_2col {
	width: 950px;
	margin: 50px auto;
}
.dining_sec03_2col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.dining_sec03_2col li{
	float: left;
	margin-left: 50px;
	list-style: none;
}
.dining_sec03_2col li:first-child{
	margin-left: 0;
}
	
.dining_sec04 {
	width: 950px;
	margin: 50px auto 0;
}
.dining_sec04_ttl {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	color: #c4972f;
	font-size: 24px;
	text-align: center;
	letter-spacing: .1em;
	font-weight: 100;
	margin-top: 50px;
}
.dining_sec04 p {
	width: 400px;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: 100;
	line-height: 2.5;
	text-align: center;
	margin: 50px auto 0;
}
.dining_sec04 p a{
	color: #be9844;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	text-decoration: underline;
	text-align: center;
}
.dining_sec04 p a:hover{
	color: #fff;
}




/* ---------------------------------------------------------
  ■ pc conceptページ
  --------------------------------------------------------- */
.concept_ttl {
	width: 950px;
	margin: 50px auto;
}
.concept_main {
	width: 100%;
	margin-top: 72px;
}
.concept_sec01 {
	width: 700px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0 auto;
}
.concept_sec01 h2 {
	font-size: 3.2rem;
	text-align: center;
	padding: 50px 0;
}

.concept_sec02 {
	width: 950px;
	height: 1220px;
	background: url(../images/concept_sec02_bg.jpg) no-repeat;
	background-size: 950px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: -150px;
	padding-top: 100px;
}
.concept_sec02_box1 {
	width: 375px;
	float: left;
	margin: 0 50px;
}
.concept_sec02_box1 h3 {
	font-size: 2.4rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
.concept_sec02_box1 p {
	width: 320px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 50px;
}
.concept_sec02_box1_2 {
	width: 950px;
	float: left;
	margin: 0  auto 50px;
	text-align: center
}
.concept_sec02_box1_2 h3 {
	font-size: 2.4rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
.concept_sec02_box1_2 p {
	width: 500px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 50px auto 0;
	text-align: left;
}
.concept_sec02_box2 {
	width: 475px;
	height: 300px;
	float: left;
}
.concept_sec02_box3 {
	width: 950px;
	margin: 0 auto;
}
.concept_sec02_box3 li {
	width: 237px;
	float: left;
	list-style: none;
}
.concept_sec03 {
	width: 950px;
	margin: 0 auto 50px;
}
.floormap_ttl {
	width: 950px;
	margin: 0 auto 30px;
}
/* ---------------------------------------------------------
  ■ pc accessページ
  --------------------------------------------------------- */
#map_canvas {
	width: 100%;
	height: 500px;
	margin-top: 72px;
}
.access_wrap {
	width: 950px;
	margin: 50px auto 0;
}
.access_ttl {
	width: 950px;
	margin: 90px auto 0;
}
.access {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
}
.access_pc {
	width: 950px;
	margin: 50px auto 0;
}
.access .ttl {
	border-bottom: 1px solid #666;
	line-height: 1.8;
	font-size: 1.4rem;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 700;
}
.access p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 20px;
}
.info_ttl {
	width: 950px;
	margin: 80px auto 0;
}
.access_info_wrap {
	width: 950px;
	margin: 0 auto;
}
.access_reserv {
	width: 950px;
	margin: 100px auto 0;
	text-align: center;
}
.access_reserv_ttl {
	margin: 0 auto;
	font-size: 2.4rem;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
}
.access_reserv_sogou {
	margin: 5px auto 0;
	font-size: 1.4rem;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
}
.access_reserv .tel {
	margin: 30px auto 0;
	font-size: 2.0rem;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
}
.access_reserv .tel .time {
	font-size: 1.2rem;
}
.access_reserv .tel p:before {
	margin: 0 20px 0 0;
	content: " ";
	display: inline-block;
	width: 16px;
	height: 25px;
	background: url(../images/phone_icon.png) no-repeat;
	background-size: 16px;
	vertical-align: middle;
}
.access_reserv .web {
	text-align: center;
	width: 320px;
	margin: 50px auto 0;
	font-size: 2.0rem;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
	border: 4px solid #fff;
	padding: 30px;
	display: block;
}
.access_reserv .web p:before {
	margin: 0 20px 0 0;
	content: " ";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/web_icon.png) no-repeat;
	background-size: 25px;
	vertical-align: middle;
}
.access_open {
	width: 950px;
	margin: 0 auto 50px;
	font-size: 1.4rem;
	line-height: 1.8;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	text-align: center;
	float: left;
}
.access_open h3 {
	margin: 50px auto 0;
	font-size: 2.4rem;
	letter-spacing: .1em;
	font-weight: 500;
}
.access_open p {
	margin: 50px auto;
	font-size: 1.2rem;
	letter-spacing: .1em;
	line-height: 1.5;
	font-weight: 500;
}
.access_open a {
	color: #c4972f;
}
.access_open a:hover {
	color: #999;
}
.access_attention {
	width: 950px;
	margin: 50px auto 0;
	font-size: 1.4rem;
	line-height: 1.8;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	text-align: center;
}
.access_attention h3 {
	margin: 50px auto 0;
	font-size: 2.4rem;
	letter-spacing: .1em;
	font-weight: 500;
}
.access_line_dot {
	margin: 100px auto;
	text-align: center;
}
.access_line_solid {
	margin: 20px auto 50px;
	text-align: center;
 display:
}
}

/* ---------------------------------------------------------
■ SP
--------------------------------------------------------- */
@media all and (max-width: 768px) {
/* ---------------------------------------------------------
  ■ common
  --------------------------------------------------------- */

#global_wrapper {
	margin: 0;
	padding: 0;
}
.pc_show {
	display: none !important;
}
/* ---------------------------------------------------------
  ■ sp header
  --------------------------------------------------------- */
header {
	background: rgba(0,0,0,0.9);
	padding: 15px 0 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	/*    background: #eee;*/
	transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
header .headTxt {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
}
header h1 {
	margin: 0 auto;
	width: 50px;
	position: relative;
	z-index: 110;
	transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
header h1 a {
	height: 30px;
	display: block;
	background: url(../images/logo.png) left top no-repeat;
	background-size: contain;
}
.fix {
	background: rgba(0,0,0,0.8);
	padding-top: 15px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.8);
}
.fix .headTxt {
	display: none;
}
.fix h1 {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
}
header nav {
	line-height: 1;
}
header nav ul {
	/*  letter-spacing: -0.40em;*/
	text-align: center;
}
header nav ul li {
	display: inline-block;
	letter-spacing: 0;
	margin-right: 46px;
}
header nav ul li a {
	font-size: 14px;
	font-family: "Arial", sans-serif;
	position: relative;
}
header nav ul li a:hover {
	text-decoration: none;
}
header nav ul li a:after {
	transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	content: "";
	display: block;
	height: 2px;
	background: #686868;
	position: absolute;
	bottom: -3px;
	left: -1px;
	width: calc(100% + 2px);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}
header nav ul li a:hover:after, header nav ul li .current:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
header nav ul li:last-child {
	margin-right: 0;
}
#acMenu {
	margin-top: 50px;	
	}
#acMenu dt{
    display:block;
    width:100%;
    line-height:40px;
    text-align:center;
    cursor:pointer;
	font-size: 18px;
    }
#acMenu dd{
    width:100%;
    line-height:40px;
    text-align:center;
    display:none;
	font-size: 1.4rem;
    }
.link_wrapper {
	padding-bottom: 15px;
}
.link_wrapper ul {
	text-align: left;
}
.link_wrapper li {
	display: inline-block;
	margin: 0 20px;
}
.link_wrapper li img {
	width: 71px;
	height: auto;
}
.link_wrapper li:nth-child(2) {
	margin: 0 5px;
}
.sns_wrapper {
	width: 80px;
	position: absolute;
	top: 30px;
	right: 20px;
	overflow: hidden;
}
.sns_wrapper ul {
	text-align: left;
}
.sns_wrapper li {
	padding-left: 20px;
	float: left;
}
.hideTxt {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.hideTxt * {
	display: inline !important;
	line-height: 1;
	margin: 0;
	padding: 0 !important;
}

.menu_sns {
	display: block;
	padding-bottom: 20px;
	}
.fat-nav_reserv_btn_wrap {
	position: relative;
	top:40px;
}
.fat-nav_reserv_btn {
	width: 60%;
	font-family: YakuHanJP, 'Montserrat', sans-serif;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 20px 10px;
	background: url(../images/btn_link_icon.png) no-repeat 30px center #fff;
	background-size: 10px;
	color: #111;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.fat-nav_reserv_btn:hover {
	background: url(../images/btn_link_icon_wh.png) no-repeat 30px center #c4972f;
	background-size: 10px;
	color: #fff;
}
.reserv_btn_wrap {
	position: relative;
	margin: 30px auto 0;
	text-align: center;
}
.reserv_btn {
	width: 200px;
	font-family: YakuHanJP, 'Montserrat', sans-serif;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 20px 10px;
	background: url(../images/btn_link_icon.png) no-repeat 30px center #fff;
	background-size: 10px;
	color: #111!important;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-size: 1.2rem;
}
.reserv_btn:hover {
	background: url(../images/btn_link_icon_wh.png) no-repeat 30px center #c4972f;
	background-size: 10px;
	color: #fff;
}
.post-contents .reserv_btn01:hover::after {
	border-left-color: #333;
}

/* ---------------------------------------------------------
■ sp メイン
--------------------------------------------------------- */

.main_area {
	width: 100%;
	margin: 55px auto 0;
	background: #000;	
}
.main_area h1{
	color: #fff;
	margin: 20px auto 0;
	padding: 0 20px;
	text-align: center;
	font-size: 2.4em;
	line-height: 1.5;
}
.main_area h1 p{
	font-size: 14px;	
}
.main {
	width: 100%;
	padding: 0;
}
.main img {
     width: 100%;
}

/* ---------------------------------------------------------
  ■ sp sec01
  --------------------------------------------------------- */
.sec01 {
  width: 100%;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: -20px;
}

.sec01 h3 {
  font-family: "Quarto A","Quarto B","Shuei Mincho B","游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif!important;
  font-size: 3em;
  color: #fff;
  text-align: center;
}

.sec01 .title-line {
    display: block;
    width: 80px;
    border-bottom: 2px solid #9c8f87;
    margin: 10px auto 20px;
}

.sec01 .sec01-content {
  width: 90%;
  margin: 0 auto;
}

.sec01 a {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.sec01_img_wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
	}
	
.sec01 img {
  width: 100%;
  background-color: #000;
}
.sec01 h4 {
  font-size: 1.4em;
  padding: 20px 0 0;
  font-weight: bold;
  word-break: break-all!important;
}
.sec01 p {
  font-size: 1.2em;
  color: #fff;
  line-height: 1.8;
  padding-top: 10px;
}

.sec01 span {
  position: absolute;
  width: 80px;
  font-size: 12px;
  background-color: black;
  color: #dcdcdc;
}

.sec01 > a {
  display: block;
  margin: 50px auto 10px;
  width: 300px;
  height: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 48px;
  border: solid 1px #605542;
  background-color: #fff;
  transition: .3s;
  border-radius: 3px;
  font-family: YakuHanJP, 'Montserrat', sans-serif;
  font-weight: 500;
  color: #605542;
  text-decoration: none;
  transition: all .3s;
}

.sec01 > a:hover {
  border: solid 1px #fff;
  background-color: #bd9844;
  color: #fff;
}

/* ---------------------------------------------------------
■ sp sec02
--------------------------------------------------------- */
.sec02 {
  width: 100%;
  background-color: #000;
  padding-top: 20px;
}
.sec02-content {
	width: 90%;
	margin: 0 auto;
	}
.sec02-content img{
	width: 100%;
	}
/* ---------------------------------------------------------
■ sp sec03
--------------------------------------------------------- */
.sec03 {
  width: 100%;
  padding-top: 80px;
  background-color: #000;
}
.sec03-content {
	width: 100%;
	margin: 0 auto;
	}
.sec03 h3 {
  font-family: "Quarto A","Quarto B","Shuei Mincho B","游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif!important;
  font-size: 3em;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.sec03 .title-line {
    display: block;
    width: 80px;
    border-bottom: 2px solid #9c8f87;
    margin: 10px auto 0;
}
.sec03-content img{
		height: auto;
		max-width: 100%;
		width: auto;	
	}

/* ---------------------------------------------------------
  ■ sp top contents
  --------------------------------------------------------- */
.ani001 {
	width: 100%;
	height: 100%;
	position: absolute;
}
.ani001 img {
	position: relative;
	display: block;
	top: 100px;
	margin: auto;
}
.ani002 {
	position: absolute;
	width: 100%;
}
.ani002 li {
	position: absolute;
	float: left;
}
.main_catch {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.ani005 {
	width: 950;
	text-align: center;
	margin-top: 10px;
}
.ani006 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	position: relative;
	z-index: 100;
}
.yoyaku_area {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.yoyaku_area:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.yoyaku_ttl {
	width: 100%;
	text-align: center;
}
.yoyaku_area_box.left {
	width: 46%;
	float: left;
	margin: 0 2% 0 2%;
	padding-bottom: 20px;
	font-size: 1.4rem;
}
.yoyaku_area_box.right {
	width: 46%;
	float: left;
	margin: 0 2% 0 2%;
	padding-bottom: 20px;
	font-size: 1.4rem;
}
.yoyaku_area_box p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 10px;
}

	
.yoyaku_area_box p.ttl {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 700;
}
.yoyaku_area_box p.price {
	height: 50px;
}


.yoyaku_attention {
	width: 80%;
	margin: 30px auto 0;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.8;
}
.yoyaku_attention p {
	padding-top: 50px;
}
.yoyaku_attention p a {
	text-decoration: underline;
}
.menu_area {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}
.menu_area_ttl {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.menu_area_box {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.menu_txt {
	margin-top: 20px;
}
.menu_txt a {
	text-decoration:underline;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 1.2rem;
	letter-spacing:1px;
	transition:0.3s;
}
.menu_area_info {
	border-top: solid 1px #333;
	padding: 20px;
	margin-top: 20px;
}
.menu_area_box p {
	font-size: 1.4rem;
	line-height: 1.8;
}
.menu_area_box p.open, .menu_area_box p.budget {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-size: 1.2rem;
	font-weight: 500;
}
.menu_area_box .menu_area_menu {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-size: 1.2rem;
	font-weight: 500;
	padding-top: 10px;
}
.menu_area_box .menu_area_menu a{
	color: #be9844;
}
.menu_area_box .menu_area_menu a:hover{
	color: #fff;
}
.menu_area_box .menu_area_menu a::before{
left: 4px;
width: 5px;
height: 1px;
background: #be9844;
}
.menu_area_box .menu_area_menu a:hover::before{
background: #fff;
}
.menu_area_box .menu_area_menu a::after{
left: 4px;
width: 4px;
height: 4px;
border-top: 1px solid #be9844;
border-right: 1px solid #be9844;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_area_box .menu_area_menu a:hover::after{

border-top: 1px solid #fff;
border-right: 1px solid #fff;

}
.arrow{
position: relative;
display: inline-block;
padding: 0 16px 0 0;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -90px;
margin: auto;
content: "";
vertical-align: middle;
}
.menu_area_box p.ttl {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 700;
}
.map {
	margin: 50px auto 0;
	width: 90%;
}
.attention {
	width: 100%;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
}
.concept {
	width: 100%;
	margin: 50px auto 0;
}
.concept_ttl {
	text-align: center;
}
.concept h2 {
	font-size: 1.6rem;
	text-align: center;
	margin: 20px auto;
	line-height: 1.5;
}

.more_btn_wrap100 {
	width: 100%;
	text-align: center;
	margin: 20px auto 0;
}
.more_btn {
	width: 200px;
	font-family: YakuHanJP, 'Montserrat', sans-serif;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 20px 10px;
	background-color: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.more_btn::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	margin-top: -5px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.more_btn:hover {
	background-color: #fff;
	color: #333;
}
.more_btn:hover::after {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
.post-contents .more_btn01:hover::after {
	border-left-color: #333;
}
.totop {
	width: 70%;
	margin: 100px auto 0;
}

/* ---------------------------------------------------------
  ■ sp footer
  --------------------------------------------------------- */
footer {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Yu Gothic", YuGothic, Helvetica, Arial,  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 90%;
  background-color: #000;
  margin: 0 auto;
  padding-top: 20px;
  z-index: 1;
}
footer .totop {
  width: 346px;
  margin: 0 auto;
  padding: 20px 0;	
	}
footer .link {
  margin: 0 auto 20px;
}

footer .link a {
  display: inline-block;
  color: #fff;
  line-height: 1.8;
  padding: 0 10px;
}
footer .link a:hover {
  color: #bd9844;
}
footer .link a:first-child {
  border: 0;
}
.copy{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  background-color: #000;
  color: #fff;
	}
/* ---------------------------------------------------------
  ■ sp menuページ
  --------------------------------------------------------- */

.hide{ display: none;}
.current{ color: #b79852;}
.tab_area_wrap{
	position: fixed; top: 55px;
	background: rgba(0,0,0,0.9);
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	padding-top: 50px;
	z-index: 999;
	}
.tab_area{
	width:90%;
	overflow:hidden;
	display:table;
	margin:0 auto;
	}
	
.tab_area li{
	width: calc(100%/4);
	background-color: #000;
	line-height: 1.8;
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	cursor: pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	}
.tab_area li p {
	font-size: 10px;
	letter-spacing: 0.3em;
}



.tab_area li:hover:before, .tab_area li:focus:before, .tab_area li:active:before {
	right: 0;
}
.tab_area li:hover {
	right: 0;
}	
.all_area { 
	background:#000; 
	padding:10px; 
	overflow: hidden;
	}
	


.tab_area li.select{
	color: #b79852;
	}
	
.hide{display:none;}
	
.menu_sec01{
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
	background-color: #000;
	}
.menu_sec01 h3{
	font-family: "Quarto A","Quarto B","Shuei Mincho B","游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif!important;
    font-size: 3em;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;	
	}
.menu_sec01 .title-line {
    display: block;
    width: 80px;
    border-bottom: 2px solid #9c8f87;
    margin: 10px auto 30px;
}
.menu_tabs {
	width: 90%;
	margin-top: 100px;
	padding-bottom: 40px;
	background-color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}
/*タブのスタイル*/
.menu_tab_item {
	width: calc(100%/4);
	background-color: #000;
	line-height: 1.8;
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	cursor: pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.menu_tab_item p{
	font-size: 10px;
	letter-spacing: 0.3em;
}
.menu_tab_item:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #fff;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.menu_tab_item:hover:before, .menu_tab_item:focus:before, .menu_tab_item:active:before {
	right: 0;
}
.menu_tab_item:hover {
	right: 0;
}

.menu_sec01-content {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 50px auto 0;
}

.menu_sec01-content a {
  position: relative;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  overflow: hidden;
}

.menu_sec01-content a:nth-of-type(even) {
  margin-right: 0;
}
.menu_sec01-content a h4{
  font-size: 1.2em;
  text-align: center;
  padding-top: 20px;
}
.menu_sec01-content a h4 p{
  font-size: 0.7em;
  text-align: center;
  line-height: 2.0;
}		
.menu_sec01-content img {
  width: 100%;
  background-color: #000;
}
.menu_sec01-content img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all .8s;
}
.menu__second-level li {
  padding: 10px;
}

.menu__second-level li a:hover {
  background: #111;
}

.menu_tab_item .menu__second-level {
  font-size: 0.5em;
  color: #fff;
  position: absolute;
  top: 50px;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  visibility: hidden;
  opacity: 0;
}
.menu_tab_item .menu__second-level a:hover {
  color: #b79852;
}
.menu_tab_item:hover > .menu__second-level {
  top: 80px;
  visibility: visible;
  opacity: 1;
}
.menu_link {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;	
	}
.menu_link a{
  margin-left: 20px;	
	}
.menu_link a:first-child{
  margin: 0px;	
	}
.menu_link img{
  width: 100%;	
	}
#tokyofusiondining,#grillsteak,#awalounge,#shizukulounge,#ninebar,#cocktailbar,#whiskybar,#chefstable,#privatedining{
	margin-top: -30px;
	padding-top: 30px;
	}
.list-wrap {
		margin-top: 160px;
	}
.list-wrap h3 {
		font-size: 2em;
	    padding-top: 50px;
	}
/* ---------------------------------------------------------
  ■ sp gallery ページ
  --------------------------------------------------------- */
.gallery_sec01{
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
	background-color: #000;
	}
.gallery_sec01 h3{
    font-size: 3em;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;	
	}
.gallery_sec01 .title-line {
    display: block;
    width: 80px;
    border-bottom: 2px solid #9c8f87;
    margin: 10px auto 30px;
}
.gallery_tabs {
	width: 90%;
	margin-top: 100px;
	padding-bottom: 40px;
	background-color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}
/*タブのスタイル*/
.gallery_tab_item {
	width: calc(100%/3);
	background-color: #000;
	line-height: 1.8;
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 20px;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	cursor: pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.gallery_tab_item p{
	font-size: 10px;
	letter-spacing: 0.3em;
}
.gallery_tab_item:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #fff;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.gallery_tab_item:hover:before,.gallery_tab_item:active:before {
	right: 0;
}
.gallery_tab_item:hover {
	right: 0;
}
/*ラジオボタンを全て消す*/
input[name="gallery_tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.gallery_tab_content {
	padding: 10px 0 0;
	clear: both;
	overflow: hidden;
	display: none;
}
/*選択されているタブのコンテンツのみを表示*/
#restaurant:checked ~ #restaurant_content, #food:checked ~ #food_content{
	display: block;
}
/*選択されているタブのスタイルを変える*/
.gallery_tabs input:checked + .gallery_tab_item {
	color: #b79852;
	　pointer-events: none;
}
.gallery_tab_content h3 {
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;
	font-size: 2.0rem;
	font-weight: 700;	
} 

.gallery_sec01-content {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 50px auto 0;
}

.gallery_sec01-content a {
  position: relative;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  overflow: hidden;
}

.gallery_sec01-content a:nth-of-type(even) {
  margin-right: 0;
}
.gallery_sec01-content a h4{
  font-size: 1.4em;
  text-align: center;
  padding-top: 20px;
  letter-spacing: 0.2em;
}
	
.gallery_sec01-content img {
  width: 100%;
  background-color: #000;
}
.gallery_sec01-content img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all .8s;
}
.gallery_container {
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  background-color: #000;
  column-count: 3;
  column-gap: 0;
}

@media (max-width: 800px) {
  .gallery_container {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .gallery_container {
    column-count: 2;
  }
}

.grid {
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.grid img {
  width: 100%;
  vertical-align: bottom;
}

.grid > * {
  border-radius: 8px;
}
/* ---------------------------------------------------------
  ■ sp news&event ページ
  --------------------------------------------------------- */
.news_sec01{
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
	background-color: #000;
}
.news_sec01 h3{
	font-family: "Quarto A","Quarto B","Shuei Mincho B","游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif!important;
    font-size: 3em;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;	
}
.news_sec01 .title-line {
    display: block;
    width: 80px;
    border-bottom: 2px solid #9c8f87;
    margin: 30px auto 30px;
}
.news_container {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px auto 0;
}
.news_container .item {
  width: 44%;
  padding:4%;
  position: relative;
}
.news_container .item:nth-child(even) {
  padding-left: 0;
}
.news_container .item img{
  width: 100%;

}
.news_container .item h4 {
  font-size: 1.4em;
    line-height: 1.2;
  padding: 20px 0 10px;
  font-weight: 600;
}
.news_container .item p {
  font-size: 1.2em;
  color: #fff;
  line-height: 1.2;
}
.news_container .item .newsDate {
  font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  width: 70px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 14px;
  left: 0;
  background: rgba(255,255,255,0.75);
  color: #000;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
}

/* ---------------------------------------------------------
  ■ sp party ページ
  --------------------------------------------------------- */
.party_sec01{
	width: 100%;
	margin: 80px auto 0;
}
.party_sec01 h3{
	font-family: "Quarto A","Quarto B","Shuei Mincho B","游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif!important;
    font-size: 3em;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;	
}
.party_sec01 h3 p{
    font-size: 18px;
	line-height: 1.8;
}
.party_sec01 .title-line {
    display: block;
    width: 80px;
    border-bottom: 2px solid #9c8f87;
    margin: 30px auto 0;
}
.party_container {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    width: 100%;
    margin: 20px auto 0;
}
.party_container .item {
  width: 100%;
  margin-top: 20px;
  padding: 2em;
  position: relative;
  text-align: center;
}
.party_container .item img{
  width: 100%;

}
.party_container .item h4,.party_slider li h4 {
  font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8em;
  line-height: 1.5;
  padding: 20px 0 0;
  font-weight: 600;
}
.party_container .item h4 p{
  font-size: 0.5em;
  text-align: center;
  margin-top: -5px;
}
.party_container .item p,.party_slider li p {
  font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  color: #fff;
  margin: 10px 0;
}
.party_container .item .partyDate,.party_slider li .partyDate {
  font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  width: 100px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255,255,255,0.75);
  color: #000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}
.party_container .item .link,.party_slider li .link,.party_container .link-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.party_container .link-box{width: 100%;}
.party_container .item .link .btn,.party_slider li .link .btn,.party_container .link-box .btn{
  background-color: #fff;
  float: left;
  width: 47%;
  margin: 5px;
  height: 40px;
  font-size: 1em;
  text-align: center;
  line-height: 38px;
  transition: .3s;
  border-radius: 3px;
  font-family: YakuHanJP, 'Montserrat', sans-serif;
  font-weight: 500;
  color: #605542;
  text-decoration: none;
  transition: all .3s;
}

.party_container .item .btn:hover {
  background-color: #bd9844;
  color: #fff;
}
.party_slider_box {
	width: 90%;
	margin: 50px auto 0;
}
.party_slider li{
	text-align: center;	
	}
.party_slider .slick-prev, .party_slider .slick-next {
    width: 20px;
    height: 20px;
    cursor: pointer;
	z-index: 100;
   
}

.party_slider .slick-prev {
	width:20px;
    height:20px;
	position: absolute;
	top:17%;
    left: -45px;
    z-index: 100;
}
.party_slider .slick-next {
	width:20px;
    height:20px;
	position: absolute;
	top:17%;
	right:60px;
    z-index: 99;
}



.slick-dots li.slick-active button:before,
.slick-dots li button:before {
     color: #fff!important;
	}

.party_slider_box img {
     width: 100%;
     height: auto;
}


.party_slider li {
	margin: 0;
	position: relative;
}


.party_slider_box .mainslider {
	width: 100%;
	padding: 0;
}
.party_slider .slick-initialized .slick-slide{
  opacity: 0.2; /* 両サイドの画像を透過 */
}
.party_slider .slick-initialized .slick-slide.slick-active{
  opacity: 1; /* センター画像を非透過 */
}
/* ---------------------------------------------------------
  ■ sp diningページ
  --------------------------------------------------------- */
.dining_main {
	width: 100%;
	margin-top: 40px;
}
.dining_ttl {
	width: 100%;
	font-size: 24px;
	color: #c4972f;
	text-align: center;
	margin: 0 auto;
}
.dining_sec01 {
	width: 80%;
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0 auto;
	text-align: center;
}
.dining_sec01 h2 {
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
	padding: 20px 0;
}
.dining_sec01 p {
	width: 80%;
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 30px auto;
	text-align: center;
}
.dining_sec02 {
	width: 100%;
	margin: 50px auto 0;
}
.dining_sec02:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.dining_sec02 li{
	width: 90%;
	
	margin: 20px auto 0;
}
.dining_sec03 {
	width: 100%;
	margin: 0 auto;
}
.dining_sec03:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.dining_sec03 li{
	width: 90%;
	
	margin: 20px auto 0;
}
.dining_sec04 {
	width: 100%;
	margin: 70px auto 0;
}
.dining_sec04_ttl {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	color: #c4972f;
	font-size: 24px;
	text-align: center;
	letter-spacing: .1em;
	font-weight: 100;
	margin-top: 50px;
}
.dining_sec04 p {
	width: 300px;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: 100;
	line-height: 2.5;
	margin: 50px auto 0;
	text-align: center;
}
.dining_sec04 p a{
	color: #be9844;
	text-decoration: underline;
}


	
/* ---------------------------------------------------------
  ■ sp conceptページ
  --------------------------------------------------------- */
.concept_ttl {
	width: 100%;
	margin: 10px auto;
}
.concept_main {
	width: 100%;
	margin-top: 50px;
}
.concept_sec01 {
	width: 80%;
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0 auto;
	text-align: center;
}
.concept_sec01 h2 {
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
	padding: 20px 0;
}
.concept_sec01 p {
	width: 80%;
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 30px auto;
	text-align: center;
}
.concept_sec02 {
	width: 100%;
	margin: 0 auto;
}
.concept_sec02_box1 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.concept_sec02_box1 h3 {
	font-size: 2.0rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.concept_sec02_box1 p {
	width: 80%;
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 50px auto 20px;
	text-align: center;
}
.concept_sec02_box2 {
	width: 100%;
	margin-bottom: 50px;
}
.concept_sec02_box3 {
	width: 100%;
	margin: 0 auto;
}
.concept_sec02_box3 li {
	width: calc(100%/4);
	float: left;
	list-style: none;
}
.concept_sec03 {
	width: 100%;
	margin: 0 auto;
}
.floormap_ttl {
	width: 100%;
	margin: 0 auto;
}
/* ---------------------------------------------------------
  ■ sp accessページ
  --------------------------------------------------------- */
#map_canvas {
	width: 90%;
	height: 300px;
	margin: 0 auto;
}
.access_wrap {
	width: 90%;
	margin: 50px auto 0;
}
.access_ttl {
	width: 100%;
	margin: 50px auto 0;
}
.access {
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
	padding-bottom: 20px;
}
.access .ttl {
	border-bottom: 1px solid #666;
	line-height: 1.8;
	font-size: 1.4rem;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 700;
}
.access p {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 20px;
}
.info_ttl {
	width: 100%;
	margin: 40px auto 0;
}
.access_info_wrap {
	width: 100%;
	margin: 0 auto;
}
.access_reserv {
	width: 100%;
	margin: 40px auto 0;
	text-align: center;
}
.access_reserv_ttl {
	margin: 0 auto;
	font-size: 2.4rem;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
}
.access_reserv_sogou {
	margin: 5px auto 0;
	font-size: 1.2rem;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
}
.access_reserv .tel {
	margin: 30px auto 0;
	font-size: 2.0rem;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
}
.access_reserv .tel .time {
	font-size: 1.2rem;
}
.access_reserv .tel p:before {
	margin: 0 20px 0 0;
	content: " ";
	display: inline-block;
	width: 16px;
	height: 25px;
	background: url(../images/phone_icon.png) no-repeat;
	background-size: 16px;
	vertical-align: middle;
}
.access_reserv .web {
	text-align: center;
	width: 60%;
	margin: 30px auto 0;
	font-size: 1.6rem;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
	border: 4px solid #fff;
	padding: 20px;
	display: block;
}
.access_reserv .web p:before {
	margin: 0 20px 0 0;
	content: " ";
	display: inline-block;
	width: 16px;
	height: 18px;
	background: url(../images/web_icon.png) no-repeat;
	background-size: 16px;
	vertical-align: middle;
}
.access_open {
	width: 90%;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
.access_open h3 {
	margin: 50px auto 0;
	font-size: 2.4rem;
	letter-spacing: .1em;
	font-weight: 500;
}
.access_open p {
	margin: 40px auto;
	font-size: 1.2rem;
	letter-spacing: .1em;
	line-height: 1.5;
	font-weight: 500;
}
.access_open a {
	color: #c4972f;
}
.access_open a:hover {
	color: #999;
}
.access_attention {
	width: 90%;
	margin: 50px auto 0;
	font-size: 1.4rem;
	line-height: 1.8;
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	text-align: center;
}
.access_attention h3 {
	margin: 40px auto 0;
	font-size: 2.4rem;
	letter-spacing: .1em;
	font-weight: 500;
}
.access_attention p {
	margin: 40px auto;
	font-size: 1.2rem;
	letter-spacing: .1em;
	line-height: 1.5;
	font-weight: 500;
}
.access_line_dot {
	margin: 80px auto;
	text-align: center;
}
.access_line_solid {
	margin: 20px auto 50px;
	text-align: center;
 display:
}
}

/* ---------------------------------------------------------
■ SP
--------------------------------------------------------- */
@media screen and (min-width: 481px) and (max-device-width: 1024px) {
.to_fb {
	position: absolute;
	top: 25px;
	right: 250px;
}
.to_insta {
	position: absolute;
	top: 25px;
	right: 300px;
}

.reserv_btn_wrap {
	position: absolute;
	top: 10px;
	right: 10px;
}
}


/*# sourceMappingURL=style.css.map */

/* 2019.12.27 postscript */
.info_wrap {
    width: 60%;
    margin: 20px auto;
    border: 1px solid #fff;
    padding: 20px;
}
.info_wrap p {
    font-size: 15px;
    line-height: 1.8;
}
.info_wrap p span {
    font-size: 18px;
    padding: 0 0 10px 0;
    display: block;
    text-align: center
}
@media screen and (max-width: 767px) {
.info_wrap {
    width: 80%; 
}
}

.news_sec01 > a {
  background-color: #fff;
  display: block;
  margin: 50px auto 50px;
  width: 300px;
  height: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 48px;
  transition: .3s;
  border-radius: 3px;
  font-family: YakuHanJP, 'Montserrat', sans-serif;
  font-weight: 500;
  color: #605542;
  text-decoration: none;
  transition: all .3s;
}

.news_sec01 > a:hover {
  background-color: #bd9844;
  color: #fff;
}