@charset "UTF-8";
/* --------------------------------
 * wrapper
 * -------------------------------- */
.panel-wrapper {
padding: 0px;
background-color: #f3f3f3;
background-image: url("../img/bg_all.jpg");
}
/* --------------------------------
 * header
 * -------------------------------- */
.header-wrap {
position: fixed;
width: 100%;
top: 0px;
z-index: 999999;
transition: 2.5s ease-in-out;
}
.header-wrap h1 {
width: 110px;
position: absolute;
top: 12px;
left: 20px;
z-index: 999;
transition: 1.5s ease-in-out;
}
@media only screen and (max-width: 1100px) {
.header-wrap {
position: relative;
z-index:auto;
}
}
/* -------------------
 * global-nav
 * ------------------- */
.global-nav {
z-index: 99;
width: 100%;
background-color: #0e291b;
background-image: url("../img/bg_green.jpg");
border-bottom: 4px solid #ab9d65;
}
.global-nav ul {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.global-nav li a {
display: block;
font-family: 'Cormorant Garamond', serif;
font-size: 1.8rem;
letter-spacing: 1px;
color: #fff;
text-decoration: none;
text-align: center;
line-height: 90px;
height: 90px;
white-space: nowrap;
padding: 0 15px;
transition: 0.3s ease-in-out;
}
.global-nav li.current a {
color: #938640;
}
.sns-wrap {
position: absolute;
right: 15px;
top: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.sns-wrap a, .sns-wrap span {
display: block;
width: 30px;
font-family: "fontello";
font-size: 2.0rem;
color: #fff;
text-decoration: none;
text-align: center;
line-height: 90px;
height: 90px;
transition: 0.3s ease-in-out;
}
.sns-wrap span {
color: hsla(0,0%,100%,0.30);
}
@media only screen and (min-width: 1025px) {
.global-nav li a:hover, .sns-wrap a:hover {
color: #938640;
}
}
@media only screen and (max-width: 1100px) {
.global-nav {
padding: 70px 0px 0px;
}
.global-nav ul {
display: block;
}
.global-nav li {
width: 100%;
padding-bottom: 5px;
}
.global-nav li a {
font-size: 1.4rem;
letter-spacing: 1px;
text-align: left;
line-height: 1;
height: auto;
padding: 15px 15px;
border-bottom: 1px solid hsla(0,0%,100%,0.3);
}
.global-nav li a::before {
content: '\e804';
font-family: "fontello";
margin-right: 10px;
}
.sns-wrap {
position: relative;
right: auto;
top: auto;
width: 100%;
}
.sns-wrap a, .sns-wrap span {
width: 40px;
line-height: 50px;
height: 50px;
}
}
/* ----------------
 * slideout
 * ---------------- */
@media only screen and (max-width: 1100px) {
.slideout-menu {
position: fixed;
top: 0;
bottom: 0;
right: 0;
z-index: 0;
width: 220px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
display: none;
}
.slideout-panel {
position: relative;
z-index: 99;
will-change: transform;
background-color: #fff;
}
.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
overflow: hidden;
}
.slideout-open .slideout-menu {
display: block;
}
}
/* ----------------
 * toggle
 * ---------------- */
.toggle-button {
display: none;
}
@media only screen and (max-width: 1100px) {
.toggle-button {
display: block;
position: fixed;
}
}
.menuWrapper {
position: fixed;
z-index: 999999999;
top: 8px;
right: 10px;
/*border: 2px solid #fff;*/
width: 48px;
height: 48px;
background-color: #0e291b;
background-image: url("../img/bg_green.jpg");
}
#menuButton {
overflow: hidden;
display: block;
position: relative;
z-index: 99990;
width: 48px;
height: 48px;
cursor: pointer;
transition: transform 300ms;
}
#menuButton span, #menuButton::before, #menuButton::after {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 24px;
height: 2px;
margin: auto;
background: #fff;
border-radius: 50%;
}
#menuButton span {
opacity: 1;
transition: opacity 200ms;
overflow: hidden;
z-index: 99991;
color: #fff;
}
#menuButton::before, #menuButton::after {
transition: transform 200ms;
z-index: 99992;
content: "";
}
#menuButton::before {
transform: translate(0, -9px);
}
#menuButton::after {
transform: translate(0, 9px);
}
#menuButton.active {
transform: rotate(-180deg);
}
#menuButton.active span {
opacity: 0;
}
#menuButton.active::before {
transform: rotate(45deg);
}
#menuButton.active::after {
transform: rotate(-45deg);
}
/* --------------------------------
 * content
 * -------------------------------- */
.content-wrap {
padding-top: 90px;
}
@media only screen and (max-width: 1100px) {
.content-wrap {
padding-top: 0px;
}
}
.content-nonimage-wrap {
padding-top: 150px;
}
@media only screen and (max-width: 1100px) {
.content-nonimage-wrap {
padding-top: 90px;
}
}


/* --------------------------------
 * footer-contact
 * -------------------------------- */
.footer-contact {
color: #0b2f31;
background-color: #e0e0dc;
background-image: url("../img/deco_footer_contact.png"), url("../img/deco_footer_contact.png");
background-position: center top 5px, center bottom 5px;
background-repeat: repeat-x;
padding: 60px 0px;
margin-top: 50px;
text-align: center;
}
.footer-contact-description {
font-size: 1.6rem;
margin-bottom: 15px;
line-height: 1.4;
}
.footer-contact-tell {
display: block;
font-family: 'Noto Serif JP', sans-serif;
font-size: 5.0rem;
letter-spacing: 1px;
color: #0b2f31;
text-decoration: none;
line-height: 1.0;
margin-bottom: 10px;
}
.footer-contact-tell::before {
content: "";
display: inline-block;
width: 65px;
height: 50px;
background-image: url("../img/icon_tell.png");
background-position: left bottom;
background-size: contain;
background-repeat: no-repeat;
}
.footer-contact-daytime {
margin-bottom: 15px;
letter-spacing: 1px;
}
@media only screen and (max-width: 600px) {
.footer-contact {
padding: 40px 0px;
margin-top: 30px;
}
.footer-contact-description {
font-size: 1.5rem;
}
.footer-contact-tell {
font-size: 3.8rem;
}
.footer-contact-tell::before {
width: 48px;
height: 36px;
}
}
/* --------------------------------
 * footer-banner
 * -------------------------------- */
.footer-banner {
padding: 50px 0px 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
}
.footer-banner li {
width: 24.2%;
max-width: 245px;
line-height: 0;
margin-bottom: 5px;
}
.footer-banner li a {
display: block;
transition: 0.2s ease-in-out;
}
/*@media only screen and (min-width: 1025px) {
.footer-banner li a:hover {
background-color: hsla(0,0%,100%,0.70);
border-radius: 5px;
}
}*/
@media only screen and (max-width: 600px) {
.footer-banner {
padding: 30px 0px;
}
.footer-banner li {
width: 49%;
max-width: none;
}
}
/* --------------------------------
 * footer
 * -------------------------------- */
.footer-wrap {
color: #fff;
width: 100%;
padding: 50px 0px 20px;
background-color: #0e291b;
background-image: url("../img/bg_green.jpg");
border-top: 4px solid #ab9d65;
}
.footer-nav-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #596f62;
}
/*.footer-nav {
width: 19%;
}*/
.footer-nav > ul {
margin-bottom: 10px
}
.footer-nav a {
display: block;
font-family: 'Cormorant Garamond', serif;
font-size: 1.6rem;
letter-spacing: 1px;
color: #fff;
text-decoration: none;
white-space: nowrap;
padding: 3px 5px;
transition: 0.3s ease-in-out;
}
.footer-nav ul li ul li a {
padding: 2px 0px;
}
.footer-nav ul li ul li a::before {
content: "-";
font-family: 'Noto Serif JP', sans-serif;
margin-right: 5px;
margin-left: 10px
}
.footer-shop-name {
text-align: center;
margin-bottom: 20px;
}
.footer-shop-name h2 {
font-family: 'Noto Serif JP', sans-serif;
margin-bottom: 20px;
}
.footer-shop-name h3 {
display: inline-block;
max-width: 400px;
width: 85%;
margin-bottom: 20px;
}
.footer-shop-btn li {
display: inline-block;
}
.footer-shop-btn li a {
display: block;
letter-spacing: 1px;
color: #fff;
text-decoration: none;
padding: 3px 10px;
transition: 0.3s ease-in-out;
}
.copyright {
display: block;
font-size: 1.2rem;
color: #596f62;
text-align: center;
}
@media only screen and (min-width: 1025px) {
.footer-nav a:hover {
color: #938640;
}
.footer-shop-btn li a:hover {
color: #938640;
}
}
@media only screen and (max-width: 900px) {
.footer-nav-wrap {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.footer-nav {
width: 33.33%;
}
}
@media only screen and (max-width: 650px) {
.footer-wrap {
padding: 30px 0px 10px;
}
.footer-nav-wrap {
padding-bottom: 15px;
margin-bottom: 20px;
}
.footer-nav {
width: 50%;
}
.footer-shop-btn li a {
font-size: 1.2rem;
}
.copyright {
font-size: 1.0rem;
}
}



.br-nav{
display: inline-block;
}
@media only screen and (max-width: 600px) {
.br-nav{
display: block;
margin-left: 20px;
}
}