@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	letter-spacing: 2px;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #212121;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a .change-img {
	overflow: hidden;
}
a .change-img img {
	width: 100%;
	height: auto;
	transition: 0.8s; 
}
a:hover .change-img img {
	transform: scale(0.8,0.8);
	border-radius: 15px;
}
img {
	vertical-align: bottom;
}
ins {
	background-color: #ff9;
	color: #2f3131;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #2f3131;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
h2 {
    font-size: 28px;
    font-weight: normal;
    position: relative;
    padding: 0 0 20px 0;
    text-align: center;
    margin-bottom: 60px;
    line-height: 140%;
}
h2:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 1px;
    content: '';
    background: #bb9c60;
}
h4 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}

/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 15px;
	height: 100%;
	line-height: 180%;
	color: #000;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}
select {
	background: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-top: -1px;
	cursor: pointer;
}
input[type="submit"],
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
button:hover {
	background: #1488ff;
}
label {
	cursor: pointer;
}
header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
header div.header-slide {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 79px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 100;
	display: flex;
	transition: 0.0s;
}
.logo {
	position: absolute;
	width: 15%;
    height: auto;
    display: block;
    z-index: 1;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: 0.8s;
	left: 30px;
	top: 20px;
	height: auto;
	text-align: center;
}
.logo img {
	width: 100%;
	height: auto;
}
header div.header-slide .logo .logo-black {
	display: none;
}
/* [PC-NAV]
--------------------------------------------------------------------------*/
nav#nav-main {
	width: 85%;
	position: absolute;
	right: 0;
}
nav#nav-main ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-start;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 79px;
}
nav#nav-main ul li {
	height: 28px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 15px;
	margin: 15px 0 0 0;
	letter-spacing: 4px;
}
nav#nav-main ul li:nth-last-child(2) {
	margin-right: 20px;
}
nav#nav-main ul li a {
	width: 100%;
	position: relative;
	display: block;
	line-height: 28px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 21px;
	color: #fff;
}
nav#nav-main ul li a:before,
nav#nav-main ul li a:after {
	position: absolute;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav#nav-main ul li a:before {
	bottom: 18px;
	display: block;
	height: 1px;
	width: 0;
	content: "";
	background-color: #fff;
}
nav#nav-main ul li a:after {
	left: 0;
	top: 0;
	padding: 0;
	position: absolute;
	color: #000;
	white-space: nowrap;
	max-width: 0%;
	overflow: hidden;
}
nav#nav-main ul li a:hover:before {
	opacity: 1;
	width: 100%;
}
nav#nav-main ul li a:hover:after {
	max-width: 100%;
}
nav#nav-main ul li:last-child a:before,
nav#nav-main ul li:last-child a:after {
	display: none;
}
nav#nav-main ul li:last-child {
	margin: 0;
	padding: 0;
	padding-bottom: 0;
}
nav#nav-main ul li:last-child a {
	padding-bottom: 0;
}
nav#nav-main ul li:last-child .button {
  flex: 1 1 auto;
  padding: 14px 20px;
  border: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  color: #fff;
  font-size: 14px;
  letter-spacing: 4px;
}
nav#nav-main ul li:last-child .button:after {
  position: absolute;
  transition: 0.8s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #fff;
}
nav#nav-main ul li:last-child .button:after {
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}
nav#nav-main ul li:last-child .button:hover {
  cursor: pointer;
  z-index: 2;
}
nav#nav-main ul li:last-child .button:hover:after {
  width: 150%;
  left: -20%;
}
nav#nav-main ul li:last-child .button:hover {
  color: #b08213;
}
/* [PC-NAV-下層nav]
--------------------------------------------------------------------------*/
.underlayer {
	position: inherit;
    background: #fff;
}
.underlayer div.header-slide .logo {
	background: #000;
	margin-left: 40px;
}
.underlayer nav#nav-main ul li a {
	color: #000;
}
.underlayer nav#nav-main ul li a:before {
	background-color: #000;
}
.underlayer nav#nav-main ul li:last-child a {
	color: #fff;
}
.underlayer #menu-trigger span {
	background-color: #000;
}
.underlayer #menu-trigger.active span {
	background-color: #fff;
}
/* [SP-NAV]
--------------------------------------------------------------------------*/
#menu-trigger {
	display: none;
}
#menu-trigger {
  	position: absolute;
  	width: 24px;
  	height: 24px;
  	top: 22px;
  	right: 20px;
  	z-index: 5;
}
#menu-trigger span {
	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	background-color: #fff;
 	border-radius: 2px;
}
#menu-trigger span:nth-of-type(1) {
  	top: 10px;
}
#menu-trigger span:nth-of-type(2) {
	top: 16px;
}
#menu-trigger span:nth-of-type(3) {
  	bottom: 19px;
}
#menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
}
#menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
}
nav#nav-sp {
	position: absolute;
	width: 100%;
	height: 100vh;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 1;
}
nav#nav-sp {
	display: none;
}
nav#nav-sp ul {
	width: 100%;
	padding: 40% 60px 0 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(0,0,0, 0.9);
	height: 100vh;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
}
nav#nav-sp ul li {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav#nav-sp ul li:nth-child(2n) {
	border-right: none;
}
nav#nav-sp ul li:last-child	{
	width: 100%;
	margin-top: 40px;
	border: none;
}
nav#nav-sp ul a {
	width: 100%;
	min-height: 60px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	padding: 18px 18px 18px 20px;
}
nav#nav-sp ul li:last-child a {
	padding: 0;
}
nav#nav-sp ul li:last-child a .button {
	background: none;
	text-align: center;
	color: #bb9c60;
	background: #fff;
}
nav#nav-sp ul li:last-child a .button:after {
	display: none;
}
.conts-fixed.header-slide #menu-trigger span {
	background-color: #000;
}
.conts-fixed.header-slide #menu-trigger.active span {
	background-color: #fff;
}
/* [PC-conts-fixed]
--------------------------------------------------------------------------*/
.conts-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.conts-fixed.header-slide {
	height: 65px;
	background: #fff;
	transition: 0.8s;
}
.conts-fixed.header-slide .logo {
	width: 10%;
}
.conts-fixed.header-slide .logo .logo-white {
	display: none;
}
.conts-fixed.header-slide .logo .logo-black {
	display: block;
}
.conts-fixed nav#nav-main {
	width: 87%;
}
.conts-fixed nav#nav-main ul {
    height: 65px;
}
.conts-fixed nav#nav-main ul li {
	margin: 18px 0 0 0;
	padding: 0 20px 0 20px;
}
.conts-fixed nav#nav-main ul li:nth-last-child(2) {
	margin-right: 20px;
}
.conts-fixed nav#nav-main ul li a {
	padding-bottom: 17px;
	color: #000;
}
.conts-fixed nav#nav-main ul li a:before {
	bottom: 15px;
	background-color: #000;
}
.conts-fixed nav#nav-main ul li:last-child {
	margin: 0;
	padding: 0;
	padding-bottom: 0;
}
.conts-fixed nav#nav-main ul li:last-child a:before,
.conts-fixed nav#nav-main ul li:last-child a:after {
	display: none;
}
.conts-fixed nav#nav-main ul li:last-child a {
	padding-bottom: 0;
}
.conts-fixed nav#nav-main ul li:last-child .button {
  flex: 1 1 auto;
  padding: 15px 40px 15px 40px;
  border: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  color: #fff;
  line-height: 35px;
}
.conts-fixed nav#nav-main ul li:last-child .button:after {
  position: absolute;
  transition: 0.8s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #fff;
}
.conts-fixed nav#nav-main ul li:last-child .button:after {
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}
.conts-fixed nav#nav-main ul li:last-child .button:hover {
  cursor: pointer;
  z-index: 2;
}
.conts-fixed nav#nav-main ul li:last-child .button:hover:after {
  width: 150%;
  left: -20%;
}
.conts-fixed nav#nav-main ul li:last-child .button:hover {
  color: #b08213;
}
/* [FOOTER]
--------------------------------------------------------------------------*/
a[href^="tel:"] {
    pointer-events: none;
}
footer {
	width: 100%;
	background: #000;
}
.f-wrap .pkg {
	padding: 100px 0 20px 0;
	max-width: 1200px;
}
.f-logo {
	width: 240px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
}
.f-logo img {
	width: 100%;
	height: auto;
}
.copyright {
	font-size: 10px;
	text-align: center;
	color: #fff;
}
.back_top a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #000;
	color: #fff;
	font-size: 15px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 30px;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 100px;
	line-height: 50px;
}
.back_top a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.back_top a img {
	width: auto;
	height: 10px;
}
.giftbtn-sp-foot {
	display: none;
}