@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);
@import url(https://fonts.googleapis.com/css?family=Amiri);
/* ---------------------------------------------------------------------------------
HTML CSS Selectors common 
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
html,body{
	/*height: 100%;*/
}

body {
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #494949;
	line-height: 1.8;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/common/bg.jpg);
}


h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	text-align: left;
	vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #494949;
	text-decoration: none;
}
a:hover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity:0.5;
}


ul {
	list-style-type: none;
}
 
.clear {
	clear: both;
	height: 0;
}

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
.none {
	display: none !important;
}
a.anchor {
	display: block;
	position: relative;
	left: 0;
	top: -100px;
}


/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
#header-wrapper {
	width: 100%;
	min-width: 1020px;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
#header-wrapper .inner {
	width: 100%;
	min-width: 1020px;
	position: relative;
	height: 80px;
}

#header-wrapper h1 {
	width: 160px;
	position: absolute;
	top: 8px;
	left: 10px;
}
#header-wrapper h1 img {
	width :auto;
	height :64px;
}

#header-wrapper nav {
/*	width: 820px;*/
	position: absolute;
	top: 25px;
	right: 0;
}
#header-wrapper nav ul {
	overflow:hidden;
}
#header-wrapper nav li {
	padding-right: 54px;
	float: left;
}
#header-wrapper nav li:nth-last-child(2) {
	padding-right: 25px;
}
#header-wrapper nav li a {
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	color: #a6a6a6;
}
#header-wrapper nav li a .en {
	display: block;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
	line-height: 1;
	color: #020202;
	padding-bottom: 5px;
}
#header-wrapper nav li.tel {
	font-family: 'Amiri', serif;
	font-size: 18px;
	line-height: 1;
	color: #020202;
	padding: 10px 0px 10px 46px;
	background-image: url(../img/common/icon_tel.png);
	background-repeat: no-repeat;
}

/*固定予約ボタン*/
.fix_resb {
	position: fixed;
	right: 0;
	top: 262px;
	z-index: 101;
}
.fix_resb p {
	padding-bottom: 10px;
}

/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#contents-wrapper {
	padding-top: 140px;
	position: relative;
	z-index: 1;
}
#contents-wrapper h2 {
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #a09e9a;
}
#contents-wrapper h2 .en {
	display: block;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 42px;
	line-height: 1;
	color: #020202;
	padding-top: 13px;
}
 .pager {
	margin: 0 0 85px;
	text-align: right;
	font-size: 20px;
	font-family: 'Sorts Mill Goudy', serif;
}

.pager span {
	margin: 0 13px 0 0;
	font-weight: 500;
	text-decoration: underline;
}
.pager a {
	margin: 0 13px 0 0;
}


/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
#footer-wrapper {
	width: 100%;
	min-width: 1020px;
	background-color: #111;
	position: relative;
}
#footer-wrapper .inner {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	position: relative;
}

#footer-wrapper h2 {
	text-align: center;
	padding-bottom: 23px;
}
#footer-wrapper .add {
	padding-bottom: 27px;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	color: #fff;
}
#footer-wrapper .tel {
	padding-bottom: 27px;
	text-align: center;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 30px;
	line-height: 1;
	font-style: italic;
	color: #fff;
}
#footer-wrapper .sns {
	padding-bottom: 46px;
	text-align: center;
}
#footer-wrapper .sns a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	
}
#footer-wrapper nav {
	padding-bottom: 30px;
}
#footer-wrapper nav ul {
	text-align: center;
}
#footer-wrapper nav li {
	display: inline-block;
	padding: 0 20px;
}
#footer-wrapper nav a {
	font-size: 12px;
	line-height: 1;
	color: #c6c6c6;
}

#footer-wrapper #anc-recruit {
	width: 200px;
	position: absolute;
	top: 37px;
	left: 40px;
}
#footer-wrapper #page-top {
	position: absolute;
	top: 35px;
	right: 30px;
}

#footer-wrapper #copyright {
	width: 100%;
	min-width: 1020px;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 14px;
	line-height: 1;
	color: #9a9999;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 42px;
	background-color: #fff;
}


/*---------------------------------------------------------------------------------
Slider
--------------------------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  display: none;
}
.slick-disabled {
  display: none !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-dots {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  outline: none;
  border-radius: 5px;
  background-color: #cccccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:focus:before {
  background-color: #85bea4;
}