@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300i,400,400i,500,500i,600");
@import url("https://fonts.googleapis.com/css?family=Meddon");
/* reset
========================================================================== */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
td,
th {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  letter-spacing: 0.01em;
  word-wrap: break-word;
  color: #1a1a19;
  background: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

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

figure {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #1a1a19;
  outline: none;
  transition-duration: 0.3s;
  transition-property: all;
}
a:visited {
  color: #444;
}
a:focus {
  color: #444;
}
a:hover {
  color: #444;
}
a:active {
  color: #444;
}

.fadebox,
.fadebox_left,
.fadebox_right,
.fadebox_up {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

* html .clr {
  height: 1%;
}

.clr {
  display: block;
}

/* container
---------------------------------------------------------------------------------------*/
.container {
  margin: auto;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 22px;
  }
}

/* header
---------------------------------------------------------------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 5%;
}
@media screen and (max-width: 767px) {
  .header {
    display: block;
  }
}

.header_logo {
  width: 190px;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .header_logo {
    margin: 36px auto;
  }
}

.gnav {
  text-align: center;
}
@media screen and (max-width: 919px) {
  .gnav {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    height: auto;
  }
}
.gnav ul {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 767px) {
  .gnav ul {
    flex-wrap: wrap;
    gap: 0;
  }
}
.gnav li {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .gnav li {
    display: block;
    width: 50%;
    margin: 0;
  }
  .gnav li:nth-child(odd) {
    border-left: none;
  }
}
.gnav li a {
  padding: 20px 0;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gnav li a {
    font-size: 1.4rem;
  }
}
.gnav li a:hover {
  color: #ccc;
}
.gnav li a:after {
  display: block;
  width: 0;
  content: "";
  transition: all 0.3s ease;
  border-bottom: 1px solid #1a1a19;
}
.gnav li a:hover:after {
  width: 100%;
  border-bottom: 1px solid #1a1a19;
}
@media screen and (max-width: 767px) {
  .gnav .ico_instga {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 18px;
    margin-right: 0;
  }
}
.gnav .ico_instga a {
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
}
.gnav .ico_instga a img {
  vertical-align: top;
}
.gnav .ico_instga a svg {
  transition-duration: 0.3s;
  transition-property: all;
  vertical-align: middle;
}
.gnav .active a:after {
  display: block;
  width: 100%;
  content: "";
  transition: all 0.3s ease;
  border-bottom: 1px solid #1a1a19;
}

/* footer
---------------------------------------------------------------------------------------*/
.shopinfo {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shopinfo {
    margin: 0 auto;
  }
}
.shopinfo .section_title {
  text-align: center;
  margin: 60px auto;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .shopinfo .section_title {
    margin: 30px auto;
  }
}
.shopinfo .section_inr:after {
  display: block;
  clear: both;
  content: "";
}
.shopinfo .section_inr .address {
  float: right;
  width: 550px;
  padding: 0 0 40px 50px;
}
@media screen and (max-width: 767px) {
  .shopinfo .section_inr .address {
    float: none;
    width: 100%;
    padding: 0 20px 40px;
  }
}
.shopinfo .section_inr .address .address_logo {
  width: 200px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .shopinfo .section_inr .address .address_logo {
    margin: 0 auto 30px;
  }
}
.shopinfo .section_inr .address .tel {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .shopinfo .section_inr .address .tel {
    font-size: 2.6rem;
  }
}
.shopinfo .section_inr .address .tel span {
  display: block;
  color: #444;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .shopinfo .section_inr .address .tel span {
    display: block;
  }
}
.shopinfo .section_inr .address .line a {
  display: block;
  background: #03c303;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  margin-top: 8px;
  font-weight: bold;
}
.shopinfo .section_inr .address table td,
.shopinfo .section_inr .address table th {
  display: block;
}
.shopinfo .section_inr .address table td {
  padding: 0 0 20px 10px;
}
.shopinfo .section_inr .address table td span {
  display: block;
  color: #444;
  font-size: 1.2rem;
}
.shopinfo .section_inr .address table td span a {
  color: #444;
  text-decoration: underline;
}
.shopinfo .section_inr .map {
  float: right;
  width: calc(100% - 550px);
  height: 680px;
}
@media screen and (max-width: 767px) {
  .shopinfo .section_inr .map {
    float: none;
    width: 100%;
    height: 300px;
  }
}
.shopinfo .section_inr .map iframe {
  width: 100%;
  height: 680px;
}
@media screen and (max-width: 767px) {
  .shopinfo .section_inr .map iframe {
    height: 300px;
  }
}

.footer {
  margin: 60px 0 30px;
}
.footer .copy {
  font-size: 1.2rem;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 45px;
  }
}

.instagram .section_title {
  text-align: center;
  margin: 60px auto;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .instagram .section_title {
    margin: 30px auto;
  }
}
.instagram .section_title a {
  display: block;
}
.instagram .section_title a:hover {
  opacity: 0.6;
}
.instagram .section_title .ico {
  text-align: center;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 20px 10px;
  text-align: center;
}
.instagram .section_title .ico svg {
  transition-duration: 0.3s;
  transition-property: all;
}
.instagram #instafeed {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.instagram #instafeed div {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .instagram #instafeed div {
    width: 50%;
  }
}

.sp_contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sp_contact ul {
  display: flex;
  flex-wrap: wrap;
}
.sp_contact ul li {
  width: 50%;
  height: 60px;
}
.sp_contact ul li a {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 1.7rem;
}
.sp_contact ul .btn_line a {
  color: #fff;
  background: #00B900;
  padding: 15px 0;
}
.sp_contact ul .btn_tel a {
  color: #1a1a19;
  background: #fff;
  line-height: 1.4;
  padding: 12px 0;
}
.sp_contact ul .btn_tel a span {
  display: block;
  font-size: 1.2rem;
}