@charset "utf-8";
/* * * * * * * * * * * * * * *
		fonts
* * * * * * * * * * * * * * */
@font-face {
	font-family: 'Locator';
	src: url('Locator-Medium.eot');
	src: url('Locator-Medium.eot?#iefix') format('embedded-opentype'),
		url('Locator-Medium.woff2') format('woff2'),
		url('Locator-Medium.woff') format('woff'),
		url('Locator-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Locator-R';
	src: url('Locator-Regular.eot');
	src: url('Locator-Regular.eot?#iefix') format('embedded-opentype'),
		url('Locator-Regular.woff2') format('woff2'),
		url('Locator-Regular.woff') format('woff'),
		url('Locator-Regular.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
/* * * * * * * * * * * * * * *
		reset
* * * * * * * * * * * * * * */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
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,
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%;
	vertical-align: bottom;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
nav ul {
	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;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bolder;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* * * * * * * * * * * * * * *
		Layout
* * * * * * * * * * * * * * */
a {
	color: #fff;
	text-decoration: none;
}
img {
	width: 100%;
}
html,
body {
	width: 100%;
	background: #fff;
	color: #000;
	font-family: "Avenir Next", Avenir Next, "Helvetica", Helvetica, "Arial", Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	letter-spacing : 0.04em;
}
/* ※ * ※ * ※ * ※ * ※ *
	PC
* ※ * ※ * ※ * ※ * ※ */
@media print, screen and (min-width: 768px) {

.pc {
}
.sp {
	display: none !important;
}
/* * * * * * * * * * * * * * *
		#wrapper
* * * * * * * * * * * * * * */
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#wrapper.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
/* * * * * * * * * * * * * * *
		#loading
* * * * * * * * * * * * * * */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	z-index: 1100;
}
#loading:after {
	content: "";
	display: block;
	position: fixed;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	border: 3px solid rgba(189,155,106,.3);
	border-radius: 50%;
	border-top-color: #bd9b6a;
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}
@-webkit-keyframes spin {
	to {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes spin {
	to {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
} 
/* * * * * * * * * * * * * * *
		.Language Switcher
* * * * * * * * * * * * * * */
.language-switcher {
    display: inline-block;
    margin: 24px 0;
}
.lang-btn {
    display: inline-block;
    margin: 0 14px;
    background: #bd9b6a;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    min-width: 54px;
    text-align: center;
}
.lang-btn:hover {
    background: #e0e0e0;
    
}
.lang-btn.active {
    display: none;
}

/* * * * * * * * * * * * * * *
		#header
* * * * * * * * * * * * * * */
#header {
	background: #333;
	z-index: 600;
	width: 100%;
	min-width: 1140px;
	height: 110px;
	line-height: 64px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #bd9b6a;
}
/* * * * * .logo * * * * */
#header .logo {
	/*position: absolute;
	top: 8px;
	left: 30px; */
	width: 108px;
    margin-left: 30px;
    margin-top: 8px;
    float: left;
}
#header .logo a {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#header .logo img {
	vertical-align: middle;
}
/* * * * * .menu * * * * */
#header .menu {
	position: absolute;
	top: 0;
	right: 0;
}
#header .menu > ul {
}
#header .menu > ul > li {
	float: left;
	height: 110px;
	position: relative;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0;
}
#header .menu > ul > li:before {
content: "";
display: block;
width: 1px;
height: 110px;
background: #bd9b6a;
position: absolute;
top: 0;
left: 0;		
}
#header .menu > ul > li:hover {
	background-color: #555
}
#header .menu > ul > li > a:hover {
	color: #bd9b6a;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#header .menu > ul > li:first-child {
	margin-left: 0;
}
#header .menu > ul > li > a {
	font-family: 'Locator';
	position: relative;
}
#header .menu > ul > li > a .on,
#header .menu > ul > li > a .off {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#header .menu > ul > li > a .off {
	opacity: 1;
}
#header .menu > ul > li > a .on {
	opacity: 0;
}
#header .menu > ul > li > a:hover .off {
	opacity: 0;
}
#header .menu > ul > li > a:hover .on {
	opacity: 1;
}
#header .menu > ul > li > a img {
	vertical-align: top;
}
#header .menu > ul > li > a {
	display: block;
}
.top-header-padding {
	padding: 1.8em 2.5em;
		
}
/* * * .current * * */
#header .menu > ul > li.current:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: -1px;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#header .menu > ul > li.current:hover:after {
	background: #bd9b6a;
}
/* * * * * .sub * * * * */
#header .menu > ul > li .sub {
	background: #fff;
	font-size: 12px;
	line-height: 2;
	position: absolute;
	top: 65px;
	left: -25px;
	box-sizing: border-box;
	padding: 30px 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#header .menu > ul > li:hover .sub {
	opacity: 1;
	visibility: visible;
}
#header .menu > ul > li .sub > ul > li {
	margin-top: 20px;
}
#header .menu > ul > li .sub > ul > li:first-child {
	margin-top: 0;
}
#header .menu > ul > li .sub > ul > li a {
	display: block;
	white-space: nowrap;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#header nav.menu.pc ul li {
	text-align:center;
}

#header .menu > ul > li .sub > ul > li a:hover {
	color: #bd9b6a;
}

/* * * .social * * */
#header .menu .social div {
	display: inline-block;
	text-align: center;
	width: 40px;
}
#header .menu .social div a {
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#header .menu .social div a:hover {
	opacity: 0.7;
}
#header .menu .social div img {
	vertical-align: middle;
	width: 70%;
}

/* * * * * * * * * * * * * * *
		#main
* * * * * * * * * * * * * * */
#main .contents {
	letter-spacing : normal;
}
/* * * * * .pagetop * * * * */
#footer .pagetop {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #fff;
	border-top: 1px solid #bd9b6a;
}
#footer .pagetop a {
	display: inline-block;
	line-height: 1;
	width: 56px;
	margin: 20px auto;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#footer .pagetop a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
/* * * * * Footer .menu * * * * */
#footer .menu {
	background: #555;
	border-top: 1px solid #bd9b6a;
}
#footer .menu ul {
	margin: 0 auto;
	overflow: hidden;
	letter-spacing: -0.4em;
	font-size: 12px;
	display: flex;
	padding: 50px 0 40px;
}
#footer .menu ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	letter-spacing: 0.04em;
	width: calc(100% /3);
	height: 56px;
	position: relative;
	box-sizing: border-box;
}
#footer .menu ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: 56px;
	background: #bd9b6a;
	position: absolute;
	top: 0;
	left: 0;
}
#footer .menu ul li:first-child:before {
	display: none;
}
#footer .menu ul li:first-child,
#footer .menu ul li:last-child {
	width: calc(100% /2);
}
#footer .menu ul li.logo {
	text-align: left;
	line-height: 48px;
}
#footer .menu ul li.logo img {
	width: 203px;
}
#footer .menu ul li a {
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#footer .menu ul li a:hover {
	color: #bd9b6a;
}
#footer .menu ul li a .text {
	display: inline-block;
	line-height: 56px;
}
#footer .menu ul li.m1 a .text {
	width: 236px;
}
#footer .menu ul li.m2 a .text {
	width: 49px;
}
#footer .menu ul li.m3 a .text {
	width: 125px;
}
#footer .menu ul li a .text img {
	vertical-align: middle;
}
#footer .menu .social div {
	display: inline-block;
}
#footer .menu .social div img {
	width: 70%;
}
/* * * * * .link * * * * */
#footer .mainLink {
	background: #fff;
	text-align: center;
	font-size: 10px;
	height: 42px;
	line-height: 42px;
	letter-spacing: 0.08em;
}
#footer .mainLink a {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#footer .mainLink a:hover {
	color: #bd9b6a;
}
/* * * * * .copyright * * * * */
#footer .copyright {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.08em;
	border-top: 1px solid #bd9b6a;
}
#footer .copyright .inner {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
#footer .copyright .inner .l {
	color: #fff;
}
#footer .copyright .inner .l a:hover {
	text-decoration: underline;
}
}
/* ※ * ※ * ※ * ※ * ※ *
	SP
* ※ * ※ * ※ * ※ * ※ */
@media screen and (max-width: 767px) {
html,
body {
	width: 100%;
	background: #fff;
	color: #000;
	font-family: "Avenir Next", Avenir Next, "Helvetica", Helvetica, "Arial", Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size: 3.2vw;
	line-height: 2;
	text-align: justify;
	letter-spacing : 0.04em;
}
.pc {
	display: none !important;
}
.sp {
}
/* * * * * * * * * * * * * * *
		#wrapper
* * * * * * * * * * * * * * */
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#wrapper.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/* * * * * * * * * * * * * * *
		#loading
* * * * * * * * * * * * * * */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	z-index: 1100;
}
#loading:after {
	content: "";
	display: block;
	position: fixed;
	top: calc(50% - 5vw);
	left: calc(50% - 5vw);
	width: 10vw;
	height: 10vw;
	border: 3px solid rgba(189,155,106,.3);
	border-radius: 50%;
	border-top-color: #bd9b6a;
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}
@-webkit-keyframes spin {
	to {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes spin {
	to {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
/* * * * * * * * * * * * * * *
		.Language Switcher
* * * * * * * * * * * * * * */
.language-switcher {
    display: inline-block;
    margin: 24px 0;
}
.lang-btn {
    display: inline-block;
    margin: 0 14px;
    background: #bd9b6a;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    min-width: 54px;
    text-align: center;
}
.lang-btn:hover {
    background: #e0e0e0;
    
}
.lang-btn.active {
    display: none;
}

/* * * * * * * * * * * * * * *
		#header
* * * * * * * * * * * * * * */
#header {
	background: #333;
	width: 100%;
	height: 15.8vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 510;
	border-bottom: 1px solid rgb(189, 155, 106);
}
/* * * * * .logo * * * * */
#header .logo {
	position: absolute;
	top: 1.33vw;
	left: 3.666vw;
	width: 14.93vw;
}
#header .logo a {
}
#header .logo a img {
	display: block;
}
/* * * * * .menu * * * * */
#header .menu {
	display: none;
}
/* * * * * .menuicon * * * * */
#header .menuicon {
	position: absolute;
	top: 5.4vw;
	right: 3.666vw;
	width: 6.2666vw;
	height: 4vw;
}
#header .menuicon a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .menuicon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2666vw;
	min-height: 1px;
	background-color: rgb(189, 155, 106);
}
#header .menuicon span:nth-child(1) {
	top: 0;
}
#header .menuicon span:nth-child(2) {
	top: 1.8666vw;
}
#header .menuicon span:nth-child(3) {
	bottom: 0;
}
/* * * * * * * * * * * * * * *
		#overMenu
* * * * * * * * * * * * * * */
#overMenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
}
/* * * * * .close * * * * */
#overMenu .close {
	position: absolute;
	top: 5vw;
	right: 3.666vw;
	width: 6.333vw;
	height: 4vw;
}
#overMenu .close a {
	display: block;
	width: 100%;
	height: 100%;
}
#overMenu .close span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2666vw;
	min-height: 1px;
	background-color: rgb(189, 155, 106);
}
#overMenu .close span:nth-child(1) {
	top: 50%;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#overMenu .close span:nth-child(2) {
	top: 50%;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* * * * * .menu * * * * */
#overMenu .menu {
	overflow-y: scroll;
	text-align: center;
	width: 100%;
	height: 100%;
	display: table;
	background: #333;
}
#overMenu .menu .inner {
	display: table-cell;
	vertical-align: middle;
}
#overMenu .menu .logo {
	width: 42.67vw;
	margin: 0 auto;
}
#overMenu .menu .menuList {
	margin-top: 17.333vw;
}
#overMenu .menu .menuList li {
	margin-top: 10.666vw;
}
#overMenu .menu .menuList li:first-child {
	margin-top: 0;
}
#overMenu .menu .menuList li a {
	width: 69.6vw;
	margin: 0 auto;
	display: block;
}
/* * * * * * * * * * * * * * *
		#main
* * * * * * * * * * * * * * */
#main .contents {
	letter-spacing : normal;
}
/* * * * * * * * * * * * * * *
		#footer
* * * * * * * * * * * * * * */
#footer {
	position: relative;
	background: #fff;
	width: 100%;
}

/* * * * * .pagetop * * * * */
#footer .pagetop {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #fff;
	border-top: 1px solid rgb(189, 155, 106);
}
#footer .pagetop a {
	display: inline-block;
	line-height: 1;
	width: 14.9333vw;
	margin: 4vw auto;
}
/* * * * * .menu * * * * */
#footer .menu {
	background: #555;
	padding: 5.666vw 5.333vw;
}
#footer .menu ul {
	margin: 0 auto;
}
#footer .menu ul::after {
	content: '';
    display: block;
    clear: both;	
}
#footer .menu ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 50%;
	position: relative;
	box-sizing: border-box;
	float: left;
}
#footer .menu ul li.m3::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: rgb(189, 155, 106);
	position: absolute;
	top: 0;
	left: 0;
}
	#footer .menu ul li.logo {
		display: block;
		width: 38.9333vw;
		margin: 0 auto 8vw;
	}
#footer .menu ul li a {
	display: block;
}
#footer .menu ul li a .text {
	width: 19.733vw;
	margin-top: 1px;
	font-size: .6em;
}

#footer .menu ul li div.logo {
	text-align: left;
	}
/* * * * * .copyright * * * * */
#footer .copyright {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 2.4vw;
	line-height: 6.4vw;
	letter-spacing: 0.02em;
	border-top: 1px solid rgb(189, 155, 106);
}
#footer .copyright .inner {
}
#footer .copyright .inner .l {
	color: #fff;
	display: block;
	border-bottom: 1px solid #faf8f5;
}

/* * * * * .ornament * * * * */

#main .ornament:after {
	content: "-";
	padding-left: 5px;
}

}
/* ※ * ※ * ※ * ※ * ※ *
	print
* ※ * ※ * ※ * ※ * ※ */
@media print {
html,
body {
	-webkit-print-color-adjust: exact;
}
#loading,
#header,
#overMenu,
#footer {
	display: none !important;
}
/* * * * * .sc_fade * * * * */
#main .contents .sc_fade {
	opacity: 1 !important;
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
}
}