@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&family=Noto+Serif+JP:wght@500;900&display=swap");
@import url("font.css");
* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*base*/
html {
  font-size: 10px;
  font-size: 62.5%;
  position: relative;
  text-align: center;
}

body {
  background: #ffffff;
  text-align: center;
  color: #0f0f0f;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  position: relative;
  scroll-behavior: smooth;
  background-image: url(../img/bk.png);
  background-repeat: repeat;
  background-size: 100% auto;
  line-height: 1;
}
body:has(.active) {
  overflow: hidden;
}

.fw_mplus {
  font-family: "gothic", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

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

a img {
  transition: all 0.2s ease;
}

.left {
  float: left;
  position: relative;
}

.right {
  float: right;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
  }
}

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

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

#header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
#header h1 {
  text-align: left;
  width: 50%;
  padding: 0.5rem 1rem;
  max-width: 400px;
}
#header h1 img {
  max-height: 100%;
}
#header .link_box {
  width: 50%;
  max-width: 300px;
}
#header .link_box a {
  position: relative;
  display: block;
  background: #9f8e42;
  width: 100%;
  padding: 0;
  line-height: 6rem;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}
#header .link_box a::after {
  background: #ceb443;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  transform: skewY(-25deg) scale(1, 0);
  height: 220px;
}
#header .link_box a:hover::after {
  transform: skewY(-25deg) scale(1, 1);
}

article {
  width: 100%;
}

#mainimage {
  background-image: url(../img/bk-main.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 42vw;
}
#mainimage hgroup {
  text-align: center;
}
#mainimage hgroup figure {
  display: block;
  padding: 12vw 0 8vw;
}
#mainimage hgroup h1 {
  font-weight: 400;
  color: #7f6d1f;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.4;
  padding-bottom: 8vw;
}
#mainimage hgroup h1 span {
  display: block;
  font-weight: 400;
  font-size: 0.8em;
}

.shop-detail {
  padding: 6vw 0;
}
.shop-detail hgroup figure {
  max-width: 80%;
  margin: 0 auto 4rem;
}
.shop-detail hgroup h2 {
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  margin-bottom: 2em;
  line-height: 1.4;
  font-weight: 400;
  color: #7f6d1f;
}
.shop-detail hgroup + p {
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.8;
  margin-bottom: 4vw;
}
.shop-detail .menu {
  padding: 8vw 0;
}
.shop-detail .menu hgroup {
  margin-bottom: 3.125vw;
}
.shop-detail .menu .jp-title {
  display: block;
  margin-top: 0.5em;
  font-size: clamp(2rem, 2vw, 2.4rem);
}

.menu_lineup {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.menu_lineup dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
.menu_lineup dl dt {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 2rem;
  max-width: 52vw;
}
@media only screen and (min-width: 768px) {
  .menu_lineup dl dt::after {
    content: "";
    display: block;
    width: 17rem;
    height: 0.1rem;
    background-color: #7f6d1f;
  }
}
.menu_lineup dl dd {
  font-size: 2.4rem;
  font-size: clamp(2rem, 2vw, 2.4rem);
}
.menu_lineup dl dd strong {
  font-size: 1.2em;
}

.shop-description {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 4rem;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .shop-description {
    gap: 8rem;
  }
}
.shop-description .img-area {
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .shop-description .img-area {
    width: calc(50% - 8rem);
  }
}
.shop-description .txt-area {
  position: relative;
  width: 100%;
  max-width: 780px;
}
@media only screen and (min-width: 1100px) {
  .shop-description .txt-area {
    width: 50%;
  }
}
.shop-description .txt-area .tokuten {
  position: absolute;
  right: 2%;
  max-width: 35%;
  top: -15%;
}
@media only screen and (min-width: 578px) {
  .shop-description .txt-area .tokuten {
    top: 12%;
    max-width: 25%;
  }
}
.shop-description .txt-area dl {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  text-align: left;
  line-height: 1.8;
  gap: 1em;
}
.shop-description .txt-area dl dt {
  width: 5em;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.shop-description .txt-area dl dd {
  width: calc(100% - 6em);
  margin-bottom: 1.5rem;
}
.shop-description .txt-area dl dd.web-yoyaku {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.shop-description .txt-area dl dd.web-yoyaku p {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1250px) {
  .shop-description .txt-area dl dd.web-yoyaku p {
    width: calc((100% - 1rem) / 2);
  }
}
.shop-description .txt-area dl dd.web-yoyaku p a {
  width: 100%;
}
@media only screen and (min-width: 578px) {
  .shop-description .txt-area dl.max70 {
    max-width: 70%;
  }
}
.shop-description .txt-area dl.tel {
  margin-top: 2rem;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .shop-description .txt-area dl.tel {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1250px) {
  .shop-description .txt-area dl.tel {
    flex-flow: row nowrap;
  }
}
.shop-description .txt-area dl.tel dt,
.shop-description .txt-area dl.tel dd {
  margin-bottom: 0;
}
.shop-description .txt-area dl.tel dt {
  text-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
}
.shop-description .txt-area dl.tel dd {
  text-align: center;
  width: auto;
}
@media only screen and (min-width: 549px) {
  .shop-description .txt-area dl.tel dd {
    text-align: left;
  }
}
.shop-description .txt-area dl.tel dd a {
  font-size: 4.8rem;
  font-size: clamp(2.4rem, 3vw, 4.8rem);
  color: #0f0f0f;
  line-height: 1em;
}
.shop-description .txt-area dl.tel dd small {
  display: block;
  font-size: 1.8rem;
}

#karin.shop-detail p.message {
  font-size: clamp(1.6rem, 2vw, 2rem);
}
#karin.shop-detail p.yoyaku {
  font-size: clamp(1.6rem, 2vw, 2rem);
  text-align: center;
  line-height: 1.8;
}
#karin.shop-detail p.yoyaku strong {
  font-size: 1.2em;
}
#karin.shop-detail p.tokuten {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  margin: 4vw 0 8vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #karin.shop-detail p.tokuten {
    margin: 2vw 0 4vw;
  }
}
#karin.shop-detail p.tokuten strong {
  font-size: 1.2em;
  background-color: #7f6d1f;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0.5em;
  font-weight: 100;
}
@media only screen and (min-width: 768px) {
  #karin.shop-detail p.tokuten strong {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 1em 0 0;
  }
}
#karin.shop-detail p.tokuten span {
  font-size: 1.2em;
  display: inline-block;
  margin: 0 0.2em;
}
#karin.shop-detail .menu {
  padding-top: 0;
}
#karin.shop-detail .menu_lineup {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 8rem;
  gap: 4rem 8rem;
}
#karin.shop-detail .menu_lineup article {
  width: 100%;
  max-width: 560px;
}
#karin.shop-detail .menu_lineup article > p {
  display: block;
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-weight: normal;
  text-align: left;
}
#karin.shop-detail .menu_lineup article dl {
  padding: 2rem;
  padding: 2rem 1rem;
  text-align: left;
  display: block;
  margin-top: 0;
}
#karin.shop-detail .menu_lineup article dl dt {
  font-size: 2.4rem;
  font-size: clamp(2rem, 2vw, 2.4rem);
  display: block;
  max-width: 100%;
}
#karin.shop-detail .menu_lineup article dl dt::after {
  content: none;
}
#karin.shop-detail .menu_lineup article dl dd {
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  margin-top: 1em;
  line-height: 1.8;
}
#karin.shop-detail .menu_lineup article dl dd strong {
  display: block;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 0.4em;
  font-size: 1.1em;
}
#karin.shop-detail .menu_lineup article dl dd p {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
#karin.shop-detail .menu_lineup article dl dd.price {
  text-align: right;
  font-size: 2.4rem;
  font-size: clamp(2rem, 2vw, 2.4rem);
}
#karin.shop-detail .menu_lineup article dl dd.price strong {
  font-size: 1.2em;
  padding: 0 0.2em;
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (min-width: 970px) {
  #karin.shop-detail .menu_lineup article {
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 4rem;
  }
  #karin.shop-detail .menu_lineup article figure {
    max-width: 560px;
    width: 50%;
  }
  #karin.shop-detail .menu_lineup article dl {
    align-self: center;
    width: calc(50% - 4rem);
  }
}
@media only screen and (min-width: 1100px) {
  #karin.shop-detail .menu_lineup article.cake {
    display: block;
    width: calc(50% - 4rem);
  }
  #karin.shop-detail .menu_lineup article.cake figure,
  #karin.shop-detail .menu_lineup article.cake dl {
    width: 100%;
  }
}
#karin.shop-detail .menu_lineup article.chicken dd.attention {
  background-color: #c4000b;
  padding: 0.5rem;
}
#karin.shop-detail .menu_lineup article.chicken dd.attention p {
  color: #fff;
  text-align: center;
  border: solid 0.1rem #fff;
}
@media only screen and (min-width: 1100px) {
  #karin.shop-detail .menu_lineup article.chicken {
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 4rem;
  }
  #karin.shop-detail .menu_lineup article.chicken figure {
    max-width: 560px;
    width: calc(50% - 4rem);
  }
  #karin.shop-detail .menu_lineup article.chicken dl {
    align-self: center;
    width: calc(100% - 560px - 8rem);
    width: 50%;
  }
}
#karin.shop-detail .shop-description:last-of-type {
  margin-top: 4rem;
}
@media only screen and (min-width: 1100px) {
  #karin.shop-detail .shop-description:last-of-type .img-area {
    order: 2;
  }
  #karin.shop-detail .shop-description:last-of-type .txt-area {
    order: 1;
  }
}

a.link-btn {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0.5em;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
a.link-btn span {
  display: block;
  padding: 1.5em 1em;
  border: solid 0.1rem #fff;
}
.neptune a.link-btn {
  background-color: #d83122;
}
.neptune a.link-btn::after {
  background-color: #ff3a28;
}
.sioji a.link-btn {
  background-color: #1b6644;
}
.sioji a.link-btn::after {
  background-color: #25a76c;
}
.karin a.link-btn {
  background-color: #c57d39;
}
.karin a.link-btn::after {
  background-color: #f0841e;
}
.stay a.link-btn {
  background-color: #0f7ca0;
}
.stay a.link-btn::after {
  background-color: #04b1eb;
}
a.link-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  transform: skewY(-25deg) scale(1, 0);
  height: 500px;
}
a.link-btn:hover::after {
  transform: skewY(-25deg) scale(1, 1);
}

#footer {
  background-color: #282828;
  color: #fff;
  padding: 4vw 0;
}
#footer h4 {
  width: 100%;
  font-size: clamp(1.8rem, 2.5vw, 3rem);
}
#footer .yoyaku-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 5vw;
  justify-content: center;
}
#footer .yoyaku-list dl {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #footer .yoyaku-list dl {
    width: calc((100% - 5vw) / 2);
  }
}
@media only screen and (min-width: 1400px) {
  #footer .yoyaku-list dl {
    width: calc((100% - 15vw) / 4);
  }
}
#footer .yoyaku-list dl dt {
  font-size: 2.6rem;
  font-size: clamp(2.2rem, 2vw, 2.6rem);
  margin-bottom: 0.5em;
}
#footer .yoyaku-list dl dt span {
  font-size: 0.8em;
  padding-right: 0.5em;
}
#footer .yoyaku-list dl dd {
  margin-bottom: 0.5em;
}
#footer .yoyaku-list dl dd p:last-of-type {
  margin-top: 1em;
}
#footer .yoyaku-list dl dd.tel {
  padding: 0 1rem;
}
#footer .yoyaku-list dl dd.tel a {
  display: inline-block;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  color: #fff;
  line-height: 1em;
  margin-left: 0.5rem;
}
#footer .yoyaku-list dl dd.tel small {
  display: block;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  margin-top: 0.5em;
}
#footer .dinner-outline {
  display: flex;
  flex-flow: row wrap;
  gap: 5vw;
  margin-top: 6vw;
}
#footer .dinner-outline dl,
#footer .dinner-outline .attention {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #footer .dinner-outline dl,
  #footer .dinner-outline .attention {
    width: calc((100% - 5vw) / 2);
  }
}
#footer .dinner-outline dl {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
  line-height: 1.8;
}
#footer .dinner-outline dl dt {
  width: 5em;
  min-height: 2.5em;
}
#footer .dinner-outline dl dd {
  width: calc(100% - 6em);
}
#footer .dinner-outline .attention p {
  line-height: 1.4;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

/* ポップアップ中身 */
.area_lightbox_xmas,
.area_lightbox_cake {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
  min-height: 250px;
  max-height: 94vh;
  max-width: 800px;
  width: 90%;
  background: #fff;
  border-radius: 40px;
  padding: 3rem 1rem;
}
@media only screen and (min-width: 768px) {
  .area_lightbox_xmas,
  .area_lightbox_cake {
    padding: 3rem 6rem 4rem;
  }
}
.area_lightbox_xmas .close,
.area_lightbox_cake .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 3;
}
.area_lightbox_xmas .close::before, .area_lightbox_xmas .close::after,
.area_lightbox_cake .close::before,
.area_lightbox_cake .close::after {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.area_lightbox_xmas .close::after,
.area_lightbox_cake .close::after {
  transform: rotate(-45deg);
}
.area_lightbox_xmas.active,
.area_lightbox_cake.active {
  pointer-events: auto;
  opacity: 1;
}
.area_lightbox_xmas .inner,
.area_lightbox_cake .inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: calc(94vh - 6rem);
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .area_lightbox_xmas .inner,
  .area_lightbox_cake .inner {
    max-height: calc(94vh - 7rem);
  }
}
.area_lightbox_xmas .lightbox_contents,
.area_lightbox_cake .lightbox_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: auto;
  min-height: 250px;
}
.area_lightbox_xmas .lightbox_contents h3,
.area_lightbox_cake .lightbox_contents h3 {
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  font-weight: bold;
  color: #42210b;
  text-align: center;
  display: block;
  width: 100%;
  margin: 1rem auto 2rem;
}
@media only screen and (min-width: 768px) {
  .area_lightbox_xmas .lightbox_contents h3,
  .area_lightbox_cake .lightbox_contents h3 {
    margin: 3rem auto 4rem;
  }
}
.area_lightbox_xmas .lightbox_contents ul,
.area_lightbox_cake .lightbox_contents ul {
  width: 100%;
  text-align: center;
}
.area_lightbox_xmas .lightbox_contents ul li,
.area_lightbox_cake .lightbox_contents ul li {
  margin-bottom: 2rem;
}
.area_lightbox_xmas .lightbox_contents ul li a,
.area_lightbox_cake .lightbox_contents ul li a {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}
.area_lightbox_xmas .lightbox_contents ul li a span,
.area_lightbox_cake .lightbox_contents ul li a span {
  padding: 0.5em 1em;
  line-height: 1.2;
}/*# sourceMappingURL=style.css.map */