@charset "utf-8";

html { overflow: auto; }
body { overflow: hidden; }

html {
  overflow-y: scroll;
}

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

body {
  font-family: sans-serif;
  line-height: 1.618;

  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;

  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;

  .marcellus-regular {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
  }
}

h1,h2,h3,h4,p,ul,ol {
  margin: 0;
}

h1,h2,h3,h4 {
  font-weight: bold;
  line-height: 1.41;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

p:not(:last-child),ul,ol {
  margin-bottom: 1em;
}

@media(max-width: 599px) {
  p br {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

ins {
  text-decoration: none;
}

address {
  font-style: normal;
}

figure {
  border: 0;
  margin: 0;
}

fieldset {
  border: 0;
}

body {
  color: #0f2133;
}

a,
a:hover {
  color: #1a0dab;
  text-decoration: underline;
}

a:hover, 
a:focus {
  text-decoration: none;
}

a:active {
  color: #1a0dab;
  text-decoration: none;
}

a:hover > img {
  opacity: .9;
}

.pc { display: block; }
.sp { display: none; }

@media(max-width: 599px) {
  .pc { display: none; }
  .sp { display: block; }
}

.l-width {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 808px;
}

body .l-wide {
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
}

.l-margin {
  margin: 40px auto;
}

.l-padding {
  padding: 40px;
}

.l-padding-s {
  padding: 1.5em;
}

.l-padding > .l-margin:first-child {
  margin-top: 0;
}
.l-padding > .l-margin:last-child {
  margin-bottom: 0;
}

@media(max-width: 599px) {
  .l-width {
    padding: 0 24px;
  }
  .l-margin {
    margin: 24px auto;
  }
  .l-padding {
    padding: 24px;
  }
  .l-columns-2,
  .l-columns-3 {
    margin: 2em 0;
    columns: 1;
    column-gap: 0;
  }
  .l-grid-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    justify-items: center;
  }
  .l-grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-items: center;
  }

  .l-sp-max-width-90 { max-width: 90%; }
  .l-sp-max-width-80 { max-width: 80%; }
  .l-sp-max-width-70 { max-width: 70%; }
  .l-sp-max-width-60 { max-width: 60%; }
  .l-sp-max-width-50 { max-width: 50%; }
  .l-sp-max-width-40 { max-width: 40%; }
  .l-sp-max-width-30 { max-width: 30%; }
  .l-sp-max-width-20 { max-width: 20%; }
  .l-sp-max-width-10 { max-width: 10%; }
}

body {
  background-color: #dfd9d1;
}

.header {
  line-height: 1;
}

.header-01 .logo_img  {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-bottom: 100px;
}

.header-01 {
  background: #241818 url("img/header__bg-img.jpg") no-repeat center center;
  background-size: cover;
  height: 800px;
}

.header-02 {
  background-color: #241818;
  padding-block: 40px;
  text-align: center;
}

.header-h1 {
  padding-bottom: 40px;
  font-size: 44px;
  color: #ceb663;
  letter-spacing: 0.2em;
}

.header-h2 {
  font-size: 26px;
  color: #fcfbf5;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}

.header__txt-1 {
  padding-block: 80px;
}

.header-sp {
  display: none;
}

.header-pc {
  display: block;
}

@media(max-width: 599px) {
  .header {
  }

  .header-01 {
    display: none;
  }

  .header-02 {
    display: none;
  }

  .header-sp {
    display: block;
    background-size: cover;
  }
}

.main {
  padding-bottom: 40px;
}

.main > *:last-child {
  margin-bottom: 0;
}

@media(max-width: 599px) {
  .main {
    padding-bottom: 24px;
  }

  .header {
  }
}

.vid_contents {
  width: 760px;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  }

.vid_main {
  width: 100%;
  max-width: 920px;
}

@media(max-width: 599px) {
  .vid_contents {
    width: 100%;
    max-width: 599px;
    margin-top: 20px;
  }
}

.about {
  background: #2f3335 url("img/about__img.jpg") no-repeat center center;
  background-size: cover;
}

.about__ul li {
  font-size: 18px;
  color: #f2f2f2;
  text-shadow: 2px 2px 10px #000, 0 0 0.2em #000, 0 0 0.2em #000;
  line-height: 1.8;
  list-style-type: none;
}

.about__ul li:first-child {
  padding-top: 40px;
}
.about__ul li:last-child {
  padding-bottom: 25px;
}

@media(max-width: 599px) {
  .about {
    background-size: cover;
    background-position: right;
  }

  .about__ul {
    padding-left: 0;
  }

  .about__ul li {
    font-size: 1em;
    line-height: 1.8;
  }

  .about__ul li:first-child {
    padding-top: 20px;
  }
  .about__ul li:last-child {
    padding-bottom: 5px;
  }
  }

.voc__item {
  margin: 20px auto;
  background-color: #fff;
  display: grid;
  grid-template-columns: auto 28%;
}

.voc__item:last-child {
  margin-bottom: 0;
}

.voc__content {
  padding-right: 15px;
}

.voc__head {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #414246 ;
  padding-bottom: 10px;
}

.voc__txt {
  padding-top: 15px;
}

.voc__img {
  padding-right: 20px;
  text-align: center;
  align-content: center;
}

.voc__img img {
  width: 120px;
  padding-bottom: 10px;
}

@media(max-width: 599px) {
  .voc__item {
    display: block;
    padding-bottom: 20px;
  }

  .voc__head {
    font-size: 1em;
  }
  
  .voc__txt {
    padding-top: 10px;
    font-size: 14px;
  }
  
  .voc__img {
    padding-right: 0;
    font-size: 14px;
  }
}

.pricing {
  background: #000 url("img/pricing__bg.jpg") no-repeat center top;
  background-size: 100vw auto;
  padding-top: 0;
}

.pricing__h4  {
  text-align: center;
}

.pricing__foods__item {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  display: grid;
  grid-template-columns: auto 60%;
  border-radius: 5px;
}

.pricing__foods__item:last-child {
  margin-bottom: 0;
}

.pricing__foods__img img {
  height: 100%;
  max-height: 14em;
  width: 100%;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}

.pricing__foods__head {
  font-size: 24px;
  font-weight: lighter;
  border-bottom: 1px solid #414246 ;
  padding-bottom: 15px;
}

.pricing__foods__box {
  display: flex;
  justify-content: space-between;
}

.pricing__foods__txt {
  padding-top: 25px;
  font-size: 18px;
  color: #f2f2f2;
}

.pricing__foods__price {
  padding-top: 15px;
  font-size: 18px;
}

.pricing__buffet {
  margin-top: 20px;
  margin-bottom: 0px;
}

.pricing__buffet__item {
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  display: grid;
  grid-template-columns: auto 60%;
  border-radius: 5px;
}

.pricing__buffet_item:last-child {
  margin-bottom: 10px;
}

.pricing__buffet__ul {
  display: grid;
  padding-left: 0;
  padding-bottom: 6px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: bold;
}

.pricing__buffet__ul li {
  position: relative;
  padding-bottom: .3em;
  list-style-type: none;
  font-weight: bolder;
}

.pricing__buffet__head {
  font-size: 22px;
  padding-bottom: 5px;
  margin-top: -6px;
  padding-bottom: 15px;

}

.pricing__buffet__img img {
  height: 100%;
  width: auto;
  border-radius: 5px 0 0 5px;
}

.pricing__buffet__h4 {
  font-size: 22px;
  padding-bottom: 15px;
}

.pricing__buffet__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 15px;
  border-top: 1px solid #414246;
}

.pricing__buffet__txt {
  font-size: 18px;
  color: #f2f2f2;
}

.pricing__buffet__price {
  font-size: 18px;
  margin-bottom: -8px;
}

.attn_wh {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #f2f2f2;
}

.attn_bk {
  margin-top: 10px;
  font-size: 16px;
  color: #414246;
}

.pricing__drink__item {
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-radius: 5px;
}

.pricing__drink__content {
  display: grid;
  grid-template-columns: auto 60%;
}

.priceing__drink:last-child {
  margin-bottom: 0;
}

.pricing__drink__img img {
  height: 100%;
  max-height: 14em;
  width: 100%;
  object-fit: cover;
}

.pricing__drink__box {
  margin-top: 0;
  padding-left: 40px ;
}

.pricing__drink__price {
  display: flex;
  border-top: 1px solid #414246 ;
  padding-top: 3px;
  padding-bottom: 3px;
  align-items: center;
  gap: 10px;
}

.pricing__drink__price:last-child {
  border-bottom: 1px solid #414246 ;
}

.price__drink-icon {
  flex-shrink: 0;
}

.pricing__drink__unit {
  width: 100%;
}

.pricing__drink__name {
  margin-top: 10px;
  line-height: 1;

}

.pricing__drink__price__price {
  margin-bottom: 10px;
  text-align: right;
  line-height: 1;
}

.pricing__drink__item .attn {
  padding-top: 10px;
}

.pricing__sweets__item {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-left: 40px;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-radius: 5px;
}

.pricing__sweets__box1{
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #414246 ;
}

.pricing__sweets__box2 {
  padding-top: 20px;
  display: grid;
  grid-template-columns: auto 60%;
}

.price__sweets-txt {
  padding-top: 10px;
  padding-bottom: 23px;
  text-align: center;
}

.pricing__sweets__p {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: bold;
}

@media(max-width: 599px) {
  .h4 {
    font-size: 0.9em;
  }
  
  .pricing__foods__item {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
  
  .pricing__foods__img  {
    width: 100%;
  }

  .pricing__foods__img img {
    height: auto;
  }

  .pricing__foods__content {
    padding: 20px;
  }

  .pricing__foods__head {
    font-size: 1.1em;
    padding-bottom: 10px;
  }

  .pricing__foods__txt {
    padding-top: 15px;
    font-size: 1em;
  }

  .pricing__foods__price {
    padding-top: 10px;
    font-size: 1em;
  }

  .pricing__buffet__content {
    display: block;
    padding: 20px;
  }
  .pricing__buffet__item {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .pricing__buffet__img img {
    width: 100%;
  }

  .pricing__buffet__h4 {
    font-size: 18px;
  }

  .pricing__buffet__ul {
    display: block;
  }

  .pricing__buffet__ul li {
    font-size: .8em;
  }

  .pricing__buffet__box {
    padding-top: 6px;
  }

  .pricing__buffet__txt {
    padding-top: 12px;
    font-size: 1em;
  }
  
  .pricing__buffet__price {
    font-size: .9em;
  }
  
  .pricing__buffet__content2 {
    display: block;
  }

  .pricing__buffet__content2:last-child {
    margin-bottom: 0;
  }

  .pricing__buffet__item {
    margin-bottom: 10px ;
  }

  .pricing__buffet__item:last-child {
    margin-bottom: 10px ;
  }

  .attn_wh {
    font-size: 14px;
    line-height: 1.1;
    margin-top: 10px;
  }

  .attn_bk {
    font-size: 14px;
    line-height: 1.1;
    margin-top: 10px;
  }

  .pricing__drink__content {
    display: block;
  }

  .pricing__drink__item {
    padding: 20px;
  }

  .pricing__drink__box {
    padding-left: 0;
  }

  .pricing__drink__name {
    font-size: 1em;
  }

  .pricing__drink__img {
    width: 100%;
  }

  .pricing__drink__img img {
    height: auto;
  }

  .pricing__sweets__item {
    padding-top: 20px;
    padding-left: 20px;
  }

  .pricing__sweets__title {
    line-height: 1;
  }

  .pricing__sweets__price {
    font-size: 1em;
  }

  .price__sweets-txt {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  
  .pricing__sweets__box1{
    font-size: 1em;
    display: flex;
    align-items: anchor-center;
  }
  
  .pricing__sweets__box2 { 
    display: block;
  }
  
  .price__sweets-txt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .pricing__sweets__p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }
  }


.faq__item {
  background-color: #f2f2f2;
  margin: 10px auto;
  align-items: center;
}

.faq__q {
  display: flex;
  padding-bottom: 20px;
  font-size: 18px;
}

.faq__a {
  font-size: 16px;
  display: flex;
}

.faq__img  {
  margin-right: 20px;
  margin-top: -2px;
  flex-shrink: 0;
}

.faq__txt__p {
  margin-top: 10px;
  margin-left: 33px;
}

@media(max-width: 599px) {
  .faq__item {
    margin: 10px auto;
  }
  
    .faq__h3 img {
    width: 55%;
  }

  .faq__q h4 {
    font-size: 18px;
    padding-left: 36px;
  }
  .faq__q::before {
    position: absolute;
    font-size: 30px;
  }
  
  .faq__txt__p {
    margin-top: 10px;
    margin-left: 33px;
  }
  
  .main .faq__a p,
  .main .faq__a li {
    font-size: .95em;
  }
}

.profile {
  background: #fff url("img/profile_bg.jpg") repeat center top;
  background-size: contain;
}

.profile__h3 {
  filter: drop-shadow(0 20px 20px rgb(0 0 0 / .5));
}

.profile__item {
  background-color: #191919;
  opacity: 95%;
  position: relative;
}

.profile__box-1 {
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  border-top: 5px solid #a49c9c;
  border-bottom: 5px solid #a49c9c;
}

.profile__box-2 {
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  justify-content: end;
  border-top: 5px solid #a49c9c;
  border-bottom: 5px solid #a49c9c;
}

.profile__content {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #f2f2f2;
}

.profile__txt {
  padding-right: 0;
}

.profile__img-1 {
  position: absolute;
  right: 75px;
  bottom: 45px;
}

.profile__img-1 img {
  width: 218px;
  height: auto;
}

.profile__img-2 {
  position: absolute;
  left: 56px;
  bottom: 43px;
}

.profile__img-2 img {
  width: 224px;
  height: auto;
}

.profile__p {
  font-size: 24px;
  color: #f2f2f2;
  text-align: center;
  text-shadow: 2px 2px 10px #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

@media(max-width: 599px) {
  .profile__h3 img {
    width: 55%;
}

.profile__content {
  padding-top: 0px;
  padding-bottom: 20px;
}

.profile__name {
  margin-top: 1em;
}

.profile__txt {
  margin-bottom: 150px;
}

.profile__box-1 {
  display: flex;
  flex-direction: column;
}

.profile__img-1 {
  text-align: center;
}

.profile__img-1 img {
  width: 55%;
  margin-bottom: -16px;
}

.profile__box-2 {
  display: flex;
  flex-direction: column-reverse;
}

.profile__img-2 {
  text-align: center;
}

.profile__img-2 img {
  margin-bottom: -15px;
  width: 55%;
}

.profile__p {
  font-size: 16px;
}
}

.footer .cta {
  margin-top: 0;
}

.footer__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__insta-logo {
  padding-left: 12px;
}

.footer__img {
  padding-left: 40px;
}

.cta__btn {
  text-align: center;
  filter: drop-shadow(0 10px 10px rgba(0,0,0,0.15));
}
  
@media screen and (max-width:599px) {
  .cta {
    margin: 20px 0;
  }
  }

.main p:not([class]) {
  font-size: 1.1em;
}

@media(max-width: 599px) {
  .main p:not([class]) {
    font-size: 1em;
  }
}

.h3 {
  background-color: #241818;

  margin: 40px auto;
  padding: 24px 0;
  text-align: center;
  font-size: 48px;
  line-height: 1.333;
  letter-spacing: 0.1em;
  color: #f2f2f2;
  font-weight: lighter;
  font-family: "Optima";

}
  .h3:first-child {
    margin-top: 0;
  }

@media(max-width: 599px) {
  .h3 {
    margin: 24px 0;
    padding: .75em 1em;
    font-size: 21px;
  }
}

.h4 {
  margin: 40px auto 1em;
  font-size: 36px;
  font-family: "Optima";
  font-weight: lighter;
  line-height: 1.333;
  text-align: center;
  color: #f2f2f2;
}

@media(max-width: 599px) {
  .h4 {
  margin: 1em auto 1em;
    font-size: 20px;
  }
}

.ul {
  background-color: #f2efe6;
  padding: 1.5em 2em;
  padding-left: 3em;
}

.ul li::before {
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #369;
  content: "\f111";
  font-family: FontAwesome;
}

@media(max-width: 599px) {
  .ul {
    font-size: 1em;
  }
}

.color-box {
  background-color: #414246;
  padding: 3px 30px;
}

.main .color-box *:last-child {
  margin-bottom: 0;
}

@media(max-width: 599px) {
.color-box {
  padding: 3px 20px;
}
}

.a-small01 {
  font-size: 16px;
}

.a-bold,
p.a-bold {
  font-weight: bold;
}

.a-big,
p.a-big {
  font-size: 20px;
}

.a-big2,
p.a-big2 {
  font-size: 27px;
}

.a-big3,
p.a-big3 {
  font-size: 30px;
}

.font{
  font-family: Shippori Mincho;
  font-size: 24px;
}

.font02{
  font-family: Shippori Mincho;
  font-size: 31px;
}

@media(max-width: 599px) {
  .a-big,
  p.a-big {
    font-size: 17px;
  }

  .a-big2,
  p.a-big2 {
    font-size: 21px;
  }

  .a-big3,
  p.a-big3 {
    font-size: 23px;
  }

  .a-center,
  p.a-center {
    text-align: center;
  }

  .font{
    font-family: Shippori Mincho;
    font-size: 18px;
  }

  .font02{
    font-family: Shippori Mincho;
    font-size: 18px;
  }
}

.is-shadow {
  filter: drop-shadow(0 16px 16px rgb(0 0 0 / .15));
}
.is-shadow:hover {
  filter: none;
}
