@charset "UTF-8";

/* -----------------------------------------------
FileName: common.css
----------------------------------------------- */
.pc {display:block !important;}
.sp {display:none !important;}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }


form.changeSelect {
	display:none;
}

/*
font-family: 'Playfair Display', serif;
font-family: 'Noto Sans', sans-serif;
*/


.st-container {
	display:inline-block;
	vertical-align:middle;
	
}

#reservations {
	display:none !important;
}

#headNavi {
	text-align:center;
	position:relative;
	padding:20px 0 25px 0;
	border-bottom:1px solid #e6dcc8;
}


#gNavi {
	position:relative;
	width:1100px;
	margin:auto;
	text-align:center;
	
}

#gNavi ul {
	display:inline-block;
	vertical-align:middle;
}

#gNavi li {
	display:inline-block;
	font-family: 'Playfair Display', serif;
	font-size:14px;
	letter-spacing:.05em;
	margin:0 1em 0 1em ;
	vertical-align:middle;
	
}

#gNavi li:first-child {
	display:none;
}

#gNavi li ul li:first-child  {
	display:inline-block;
}

#gNavi li span {
	display:none;
}

#logo2 {
	display:none;
}



#gNavi li a {
	color:#8c786e;
	vertical-align:middle;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

#gNavi li a:hover {
	text-decoration:none;
	opacity:.8;
}


#gNavi li ul {
	position:absolute;
	top:-100px;
	right:0;
}

#gNavi li ul li a {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
	font-size:13px;
	font-weight:bold;

}

#gNavi li ul li a.myPageBtn {
	background:url(../images/icon_mypage.png) top center no-repeat;
	padding:28px 0 0 0;
	
}

#gNavi li ul li a.reserveBtn {
	background:url(../images/icon_reserve.png) top 5px center no-repeat;
	padding:28px 0 0 0;
	color:#ff5a7d;
}

nav#gNavi li span {
	display:none;
}

header.is-fixed #headNavi {
	display:none;
}

header.is-fixed #logo2 {
	display:block;
	vertical-align:middle;
	margin:0 0 0 0;
}

header.is-fixed #logo2 img {
	width:100px;
	height:auto;
}

header.is-fixed #gNavi li {
	margin:0 .7em 0 .7em;
	font-size:13.5px;
}

header.is-fixed #gNavi li ul {
	position:static;
	margin:0 0 0 0;
}



header.is-fixed #gNavi li ul li a {
	font-size:12px;

}

header.is-fixed #header {
	position:fixed;
	background-color: rgba(255,255,255,.9);
	width:100%;
	color:#fff;
	padding:10px 0 10px 0;
	z-index:500;
      opacity: 1;
      animation-duration: 0.5s;
      animation-name: fade-in;
      -moz-animation-duration: 0.5s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 0.5s;
      -webkit-animation-name: fade-in;
	  -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	border-bottom:1px solid #e6dcc8;
}




    @keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }



h2.title {
	font-family: 'Playfair Display', serif;
	font-size:30px;
	line-height:1em;
	margin:0 0 1.5em 0;
	text-align:center;
	letter-spacing:.05em;
	color:#8c786e;
}

dl.title  {
	margin:0 0 2em 0;
	text-align:center;
}

dl.title dt {
	font-family: 'Playfair Display', serif;
	font-size:30px;
	line-height:1em;
	margin:0 0 .5em 0;
	letter-spacing:.05em;
}


center .moreBtn {
	display:inline-block;
	margin:0 5px;
}


.moreBtn a {
	font-family: 'Playfair Display', serif;
	display:block;
	line-height:1em;
	letter-spacing:.1em;
	padding:.9em 0;
	border:1px solid #8c786e;
	color:#fff;
	background:#8c786e;
	text-decoration:none;
	text-align:center;
	width:260px;
	vertical-align:middle;
	font-size:18px;
	margin:0 auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	position:relative;
	box-sizing:border-box;
}

.moreBtn.jp a {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.moreBtn a:after {
	content:"\f105";
	font-family: FontAwesome;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-.3em;
	margin-right:.5em;
	font-size:1.5em;
}

.moreBtn a:hover {
	border:1px solid #8c786e;
	color:#8c786e;
	background:#fff;
}


#pageTop{
	display:block;
	position:fixed;
	bottom:-200px;
	right:20px;
	margin:0;
	padding:0;
	width:50px;
	height:50px;
	z-index:400;
}


#pageTop img {
	width:100%;
	height:auto;
}

footer .footBn {
	text-align:center;
	margin:0 0 30px 0;
}

footer .footBn li {
	display:inline-block;
	margin:0 8px ;
}

footer .footBn li a:hover {
	opacity:.8;
}

footer nav .footNavi {
	text-align:center;
}

footer nav .footNavi li {
	display:inline-block;
}

footer nav .footNavi li:not(:last-child):after {
	content:"|";
	vertical-align:middle;
	padding:0 1.5em ;
}

footer nav .footNavi li a {
	color:#fff;
}

footer .snsIcon {
	position:absolute;
	bottom:10px;
	right:0;
}

footer .snsIcon li a {
	color:#fff;
	font-size:1.8em;
}

footer .snsIcon li {
	float:left;
	margin:0 0 0 1em;
}

#panz {
	clear:both;
	width:1100px;
	margin:120px auto 0 auto;
}

#panz ol {
	padding:0 0 30px 0;
}

#panz li {
	display:inline-block;
	font-size:1.1em;
	font-weight:bold;
}

#panz li a {
	font-weight:normal;
}

#panz li:not(:last-child):after {
	content:"\f105";
	font-family: FontAwesome;
	vertical-align:baseline;
	font-size:1.1em;
	padding:0 0 0 .5em ;
	font-weight:normal;
	
}

.wp-pagenavi {
	text-align:left;
	clear:both;
	padding:0 0;
	font-size:1.1em;
}

.wp-pagenavi a:hover {
	text-decoration:none;
}

.wp-pagenavi span.pages {
	border:1px solid #8c786e;
	padding:3px 8px;
	background:#fff;
	font-weight:normal;
	margin:0 10px 0 0;
}

.wp-pagenavi span.current {
	border:1px solid #8c786e !important;
	padding:3px 8px;
	background:#8c786e;
	font-weight:normal;
	margin:0 10px 0 0;
	color:#fff;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.page {
	border:1px solid #8c786e;
	padding:3px 8px;
	background:#fff;
}

.wp-pagenavi a.page:hover {
	border:1px solid #8c786e !important;
}


.wp-pagenavi a.page,
.wp-pagenavi a.previouspostslink {
	margin:0 10px 0 0;
}

.pager {
	text-align:center;
	clear:both;
	font-size:1.1em;
}

.pager a:hover {
	text-decoration:none;
}

.pager span.clink {
	border:1px solid #8c786e;
	padding:3px 8px;
	background:#8c786e;
	font-weight:normal;
	color:#fff;
	margin:0 5px;
}

.pager a.link {
	border:1px solid #8c786e !important;
	padding:3px 8px !important;
	background:#fff !important;
	margin:0 5px;
}


.tagcloud a {
	display:inline-block;
	padding:4px;
	margin:0 3px 5px 0;
	border:1px solid #E7E7E7;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
	font-size:11px !important;
	
}

.tagcloud a:before {
	content:"#";
	vertical-align:middle;
	font-size:1.3em;
}

.tagcloud a:hover {
	background-color:#f5f5f5;
	color:#646464;
	text-decoration:none;
}

#header .searchBtn {
	display:none;
}








