@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: 26px;
}
h3 {
	font-size: 36px;
}
h2,
h3,
h4 {
	font-weight: normal;
	line-height: 140%;
}
/* [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;
}
h1.logo {
	position: absolute;
	width: 25%;
    height: auto;
    display: block;
    z-index: 1;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: 0.8s;
	padding: 0 0 0 40px;
	height: auto;
	text-align: center;
}
h1.logo img {
	width: 100%;
	height: auto;
}
/* [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 20px;
	margin: 25px 0 0 0;
	letter-spacing: 2px;
}
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: #212121;
}
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: 25px 40px 26px 40px;
  border: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.8px;
  font-size: 15px;
  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: #f7f0e8;
}
.underlayer div.header-slide p.logo {
	position: absolute;
    width: 25%;
    height: auto;
    display: block;
    z-index: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: 0.8s;
    padding: 0 0 0 40px;
    height: auto;
    text-align: center;
}
.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 .conts-fixed.header-slide p.logo {
	width: 12%;
}
/* [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: #a68b62;
 	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: 22% 40px 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(247,240,232, 1);
	height: 100vh;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
}
nav#nav-sp ul li {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
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: #212121;
	padding: 18px 18px 18px 20px;
}
nav#nav-sp ul li:first-child {
	border-bottom: none;
	margin-bottom: 10px;
}
nav#nav-sp ul li:first-child a {
	background: none;
	text-align: center;
	color: #fff;
	padding: 0;
}
.conts-fixed.header-slide #menu-trigger span {
	background-color: #a68b62;
}
.conts-fixed.header-slide #menu-trigger.active span {
	background-color: #a68b62;
}
nav#nav-sp ul li:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	border-bottom: none;
	margin-top: 20px;
}
nav#nav-sp ul li:last-child p {
	width: 40%;
}
nav#nav-sp ul li:last-child p a {
	padding: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
}
nav#nav-sp ul li:last-child p img {
	width: 40px;
	height: auto;
}
nav#nav-sp ul li:last-child p.insta {
	text-align: right;
}
nav#nav-sp ul li:last-child p.fb {
	text-align: left;
}
/* [PC-conts-fixed]
--------------------------------------------------------------------------*/
.conts-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.conts-fixed.header-slide {
	height: 65px;
	background: #f7f0e8;
	transition: 0.8s;
}
.conts-fixed.header-slide h1.logo {
	width: 12%;
}
.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: 10px;
}
.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: #a68b62;
}
.f-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 30px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
}
.f-company-wrap {
	padding-bottom: 60px;
	border-bottom: 1px solid #c7b395;
	margin-bottom: 60px;
}
.company-profile {
	width: 70%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.company-profile .f-logo {
	width: 15%;
	padding-right: 4%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.company-profile .txt {
	width: 85%;
	font-size: 13px;
	line-height: 140%;
}
.company-profile .txt .profile,
.f-shop-wrap .txt .profile {
	margin-bottom: 20px;
}
.company-profile .f-logo img,
.f-shop-wrap .f-logo img {
	width: 100%;
	height: auto;
}
.site-map {
	width: 30%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.site-map .f-nav {
	width: 100%;
	height: auto;
}
.site-map .f-nav li {
	line-height: 100%;
	margin-bottom: 10px;
}
.site-map .f-nav li a {
	font-size: 13px;
	color: #fff;
	transition: all 0.8s ease 0s;
}
.site-map .f-nav li a:hover {
	opacity: 0.6;
}
.company-profile .eng,
.site-map .eng {
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 40px;
	color: #fff;
	font-weight: 300;
}
.f-shop-wrap {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.f-shop-wrap .shop-info {
	width: 48%;
	margin-bottom: 40px;
}
.f-shop-wrap .shop-info .f-logo {
	width: 20%;
	padding-right: 4%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.f-shop-wrap .shop-info .txt {
	width: 80%;
	font-size: 13px;
	line-height: 140%;
}
.f-shop-wrap .flx-wrap {
	justify-content: flex-start;
}
.company-profile .txt a,
.f-shop-wrap .shop-info .txt a {
	color: #fff;
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	color: #fff;
}
.back_top a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fc9bac;
	color: #fff;
	font-size: 26px;
	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;
	font-family: 'Cormorant Garamond', serif;
}
.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;
}
#breadcrumbs p {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    color: #212121;
    padding: 12px 0;
}
#breadcrumbs span,
#breadcrumbs a {
    line-height: 30px;
}
#breadcrumbs a {
    color: #999;
    transition: 0.8s;
}
.pager {
	width: 100%;
	text-align: center;
}
.pager li {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 0 4px;
    display: inline-block;
    text-align: center;
}
.pager li span {
    height: 50px;
    line-height: 50px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    color: #212121;
    background: #f5f5f5;
}
.pager li a {
    height: 50px;
    line-height: 50px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 5px;
    color: #fff;
    background: #ccc;
    transition: 0.8s;
}
.pager li a:hover {
	background: #0bd79b;
	color: #fff;
}
.pager li.prev,
.pager li.next {
    width: auto;
    font-size: 14px;
    margin: 0 25px;
}
.pager li.prev a,
.pager li.next a {
    width: auto;
    color: #ccc;
    background: none;
    transition: 0.8s;
}
.pager li.prev a:hover,
.pager li.next a:hover {
	color: #0bd79b;
}