@charset "UTF-8";
/*
Theme Name: 月光園 神戸BEEF
*/
/* ----------------------------- リセット */
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, 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;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.14286vw;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0;
  color: #fff;
  background: #000 url(../img/bg1.png) repeat center top;
  position: relative;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.26667vw;
  }
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
a img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

a,
button,
input[type="submit"],
input[type="button"] {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

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

small {
  font-size: 88%;
}

.c-wrap {
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.c-title1 {
  text-align: center;
  margin-bottom: 7.5vw;
}
.c-title1 .h {
  font-size: 2.57143vw;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-title1 .h {
    font-size: 9.6vw;
  }
}

.c-title2 {
  text-align: center;
  margin-bottom: 8.78571vw;
}
.c-title2 .h {
  font-size: 3.42857vw;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-title2 .h {
    font-size: 12.8vw;
  }
}
.c-title2 .catch {
  font-size: 1.42857vw;
  line-height: 1.75;
  margin-top: 2.57143vw;
}
@media screen and (max-width: 767px) {
  .c-title2 .catch {
    font-size: 5.33333vw;
  }
}

.c-btn1 {
  margin-top: 4.28571vw;
}
.c-btn1 a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1.14286vw 2.85714vw;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 M", "FOT-筑紫Aオールド明朝 Pr6 R", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  border-radius: 0.21429vw;
  text-decoration: none;
}
.c-btn1 a:hover {
  background: #fff;
  color: #2B2B2B;
}
.c-btn1 a:hover i {
  background: #2B2B2B;
}
.c-btn1 a:hover i::before {
  left: 0;
}
.c-btn1 a:hover i::after {
  left: 100%;
}
.c-btn1 span {
  display: block;
  padding-right: 2.64286vw;
  position: relative;
}
.c-btn1 i {
  position: absolute;
  width: 1.78571vw;
  height: 1.78571vw;
  right: 0;
  top: 50%;
  overflow: hidden;
  margin-top: -0.89286vw;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.c-btn1 i::before, .c-btn1 i::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.85714vw auto;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.c-btn1 i::before {
  left: -100%;
  background-image: url(../img/arrow_2-white.svg);
}
.c-btn1 i::after {
  left: 0;
  background-image: url(../img/arrow_2.svg);
}

.u-center {
  text-align: center;
}

.eb {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
ヘッダー
=========================================*/
.l-header__logo {
  position: absolute;
  top: 1.42857vw;
  left: 2.85714vw;
  z-index: 1;
  width: 4.78571vw;
}
.l-header__logo img {
  width: 100%;
}
.l-header__nav {
  position: fixed;
  top: 2.85714vw;
  right: 2.64286vw;
  z-index: 999;
}
.l-header__nav ul {
  display: flex;
  align-items: center;
}
.l-header__nav li {
  margin-left: 2.14286vw;
}
.l-header__nav li:first-child {
  margin-left: 0;
}
.l-header__nav a {
  text-decoration: none;
  color: #fff;
}
.l-header__nav a:hover {
  text-decoration: none;
}

/*=======================================
フッター
=========================================*/
#footer {
  padding: 0 2.57%;
}

#footer h2 {
  font-size: clamp(3.6rem, 4.6vw, 6.4rem);
  line-height: 1.1;
}

#footer h2 span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 16px;
  line-height: 1.25;
}

.footer-ryokan {
  padding: clamp(80px, 8vw, 120px) 0;
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.footer-ryokan__inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 80px;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== card ===== */
.ryokan-card {
  flex: 1 1 0;
  max-width: 485px;
  min-width: 0;
  display: flex;
  color: #000;
}

/* 背景画像 */
.ryokan-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ryokan-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ryokan-card:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.ryokan-card:hover .ryokan-card__bg img {
  transform: scale(1.05);
}

.ryokan-card__content {
  background: #faf8f3;
  padding: 120px 20px 116px;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  border-radius: 8px;
}

.ryokan-card__logo img {
  height: 62px;
  margin-bottom: 24px;
}

.ryokan-card__thumb {
  width: 200px;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
  transition: .4s;
}

.ryokan-card .ryokan-card__thumb img {
  transition: .4s;
  transform: scale(1.05);
}

.ryokan-card:hover .ryokan-card__thumb img {
  transform: scale(1);
  transition: .4s;
}

.ryokan-card__title {
  font-size: clamp(3.2rem, 3.8vw, 4rem);
  margin-bottom: 16px;
}

.ryokan-card__text {
  font-size: 1.5rem;
  line-height: 1.75;
  max-width: 315px;
  width: 100%;
  margin: 0 auto 48px;
}

.ryokan-card__more {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.ryokan-card__more span {
  font-size: 1.6rem;
  line-height: 1.5;
}

.ryokan-card__arrow-wrap {
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.ryokan-card__arrow {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.arrow-main {
  opacity: 1;
  transform: translate(0, 0);
}

.arrow-ghost {
  opacity: 0;
  transform: translate(-10px, 10px);
}

.ryokan-card:hover .arrow-main {
  opacity: 0;
  transform: translate(10px, -10px);
}

.ryokan-card:hover .arrow-ghost {
  opacity: 1;
  transform: translate(0, 0);
}

small {
  display: block;
  padding: 2.14286vw 1.42857vw;
  text-align: center;
  margin-top: 10.28571vw;
  font-size: 1vw;
}
@media screen and (max-width: 767px) {
  small {
    font-size: 3.73333vw;
  }
}

/*=======================================
トップページ
=========================================*/
.p-beef__kv {
  background: url(../img/kv_bg1.png) no-repeat center top;
  background-size: cover;
  padding-top: 26.14286vw;
  padding-bottom: 43.85714vw;
  text-align: center;
  position: relative;
}
.p-beef__kv .h {
  font-size: 2.85714vw;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 M", "FOT-筑紫Aオールド明朝 Pr6 R", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-beef__kv .h {
    font-size: 10.66667vw;
  }
}
.p-beef__kv .scroll {
  position: absolute;
  right: 2.57143vw;
  bottom: 18.85714vw;
  font-size: 1vw;
  font-family: "EB Garamond", "FOT-筑紫Aオールド明朝 Pr6 R", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-beef__kv .scroll {
    font-size: 3.73333vw;
  }
}
.p-beef__lead {
  text-align: center;
  padding-top: 10.28571vw;
  margin-bottom: 26.35714vw;
  position: relative;
}
.p-beef__lead p {
  font-size: 1.42857vw;
  line-height: 1.75;
  margin-bottom: 5.71429vw;
}
@media screen and (max-width: 767px) {
  .p-beef__lead p {
    font-size: 5.33333vw;
  }
}
.p-beef__lead .img {
  position: absolute;
  pointer-events: none;
}
.p-beef__lead .img img {
  width: 100%;
}
.p-beef__lead .img.img1 {
  width: 16.64286vw;
  top: -6.14286vw;
  left: 8.57143vw;
}
.p-beef__lead .img.img2 {
  width: 22.57143vw;
  top: 23.35714vw;
  right: 8.57143vw;
}
.p-beef__lead .img.img3 {
  width: 28.71429vw;
  bottom: -16.78571vw;
  left: 2.57143vw;
}
.p-beef__supreme {
  margin-bottom: 17.42857vw;
}
.p-beef__supreme .img1 {
  width: 58.42857vw;
  margin-left: auto;
  margin-right: auto;
}
.p-beef__supreme .img1 img {
  width: 100%;
}
.p-beef__licensed {
  margin-bottom: 17.42857vw;
}
.p-beef__licensed .img1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.71429vw;
}
.p-beef__licensed .img1 > div {
  width: 50%;
}
.p-beef__licensed .img1 img {
  width: 100%;
}
.p-beef__licensed .txt1 {
  font-size: 1.42857vw;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-beef__licensed .txt1 {
    font-size: 5.33333vw;
  }
}
.p-beef__eat {
  margin-bottom: 17.14286vw;
}
.p-beef__eat .block1 {
  margin-bottom: 12.85714vw;
  display: flex;
}
.p-beef__eat .block1:last-child {
  margin-bottom: 0;
}
.p-beef__eat .block1-img1 {
  width: 55.2857%;
}
.p-beef__eat .block1-img1 img {
  width: 100%;
}
.p-beef__eat .block1-box1 {
  width: 40.7142%;
  margin-left: 1.42857vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 5.71429vw;
  align-items: flex-start;
}
.p-beef__eat .block1-box1 .t {
  font-size: 5.71429vw;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 M", "FOT-筑紫Aオールド明朝 Pr6 R", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  line-height: 1.5;
  padding-left: 2.85714vw;
}
@media screen and (max-width: 767px) {
  .p-beef__eat .block1-box1 .t {
    font-size: 21.33333vw;
  }
}
.p-beef__eat .block1-box1 .txt1 {
  margin-top: auto;
  padding-left: 6.07143vw;
  padding-right: 6.07143vw;
}
.p-beef__eat .block1.is-img-right {
  flex-direction: row-reverse;
}
.p-beef__eat .block1.is-img-right .block1-box1 {
  margin-left: 0;
  margin-right: 1.42857vw;
  align-items: flex-end;
}
.p-beef__eat .block1.is-img-right .block1-box1 .t {
  padding-left: 0;
  padding-right: 2.85714vw;
}
.p-beef__definition {
  margin-bottom: 14.28571vw;
}
.p-beef__definition .img1 {
  width: 34.71429vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.71429vw;
}
.p-beef__definition .img1 img {
  width: 100%;
}
.p-beef__definition .txt1 {
  text-align: center;
  line-height: 1.75;
  max-width: 58.71429vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.42857vw;
}
@media screen and (max-width: 767px) {
  .p-beef__definition .txt1 {
    font-size: 5.33333vw;
  }
}
.p-beef__definition .block1 {
  display: flex;
  justify-content: space-between;
  margin-top: 17.14286vw;
  margin-left: 2.57143vw;
  margin-right: 2.57143vw;
}
.p-beef__definition .block1-img1 {
  width: 52.71429vw;
}
.p-beef__definition .block1-img1 img {
  width: 100%;
}
.p-beef__definition .block1-box1 {
  width: 34.71429vw;
}
.p-beef__definition .block1-box1 .t {
  font-size: 2.57143vw;
  margin-top: 11.42857vw;
  margin-bottom: 2.57143vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-beef__definition .block1-box1 .t {
    font-size: 9.6vw;
  }
}
.p-beef__definition .block1-box1 .t:first-child {
  margin-top: 0;
}
.p-beef__definition .block1-box1 p {
  line-height: 1.75;
}
.p-beef__definition .block1-box1 .note {
  margin-top: 4.28571vw;
  font-size: 1vw;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-beef__definition .block1-box1 .note {
    font-size: 3.73333vw;
  }
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }

  .c-wrap {
    max-width: initial;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-title1 {
    text-align: center;
    margin-bottom: 16vw;
  }
  .c-title1 .h {
    font-size: 5.86667vw;
  }

  .c-title2 {
    margin-bottom: 10.66667vw;
  }
  .c-title2 .h {
    font-size: 6.4vw;
  }
  .c-title2 .catch {
    font-size: 3.73333vw;
  }

  .c-btn1 {
    margin-top: 12.8vw;
  }
  .c-btn1 a {
    padding: 5.33333vw 9.86667vw;
    display: block;
    text-align: center;
  }
  .c-btn1 span {
    padding-right: 9.86667vw;
    display: inline-block;
  }
  .c-btn1 i {
    width: 6.66667vw;
    height: 6.66667vw;
    margin-top: -3.33333vw;
  }
  .c-btn1 i::before, .c-btn1 i::after {
    background-size: 3.2vw auto;
  }

  .l-header__logo {
    top: 5.33333vw;
    left: 10.66667vw;
    width: 10.66667vw;
  }
  .l-header__nav {
    display: none;
  }

  #footer {
    padding: 0 2.57%;
  }

  .footer-ryokan {
    padding: 60px 0;
    border-radius: 8px;
  }

  .footer-ryokan__inner {
    flex-direction: column;
    align-items: center;
  }

  .ryokan-card__content {
    padding: 80px 40px 80px;
  }

  small {
    margin-top: 40px;
  }

  .p-beef__kv {
    background-image: url(../img/kv_bg1_sp.png);
    padding-top: 82.66667vw;
    padding-bottom: 112vw;
  }
  .p-beef__kv .h {
    font-size: 6.4vw;
  }
  .p-beef__kv .scroll {
    right: 6.93333vw;
    bottom: 28.53333vw;
    font-size: 3.73333vw;
  }
  .p-beef__lead {
    padding-top: 65.86667vw;
    margin-bottom: 43.46667vw;
  }
  .p-beef__lead p {
    font-size: 4.26667vw;
    margin-bottom: 10.66667vw;
    max-width: 77.33333vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
  }
  .p-beef__lead .img.img1 {
    width: 35.73333vw;
    top: -2.93333vw;
    left: 8vw;
  }
  .p-beef__lead .img.img2 {
    width: 33.33333vw;
    top: 108vw;
    right: 0;
  }
  .p-beef__lead .img.img3 {
    width: 39.46667vw;
    bottom: -24.26667vw;
    left: 0;
  }
  .p-beef__supreme {
    margin-bottom: 40.53333vw;
  }
  .p-beef__supreme .img1 {
    width: 73.6vw;
  }
  .p-beef__licensed {
    margin-bottom: 32vw;
  }
  .p-beef__licensed .c-title1 {
    margin-bottom: 12.8vw;
  }
  .p-beef__licensed .img1 {
    display: block;
    margin-bottom: 12.8vw;
  }
  .p-beef__licensed .img1 > div {
    width: 100%;
  }
  .p-beef__licensed .txt1 {
    font-size: 4vw;
  }
  .p-beef__eat {
    margin-bottom: 32vw;
  }
  .p-beef__eat .block1 {
    margin-bottom: 21.33333vw;
    margin-left: 8vw;
    margin-right: 8vw;
    display: block;
  }
  .p-beef__eat .block1:last-child {
    margin-bottom: 0;
  }
  .p-beef__eat .block1-img1 {
    width: auto;
    margin-bottom: 8vw;
  }
  .p-beef__eat .block1-box1 {
    width: auto;
    margin-left: 0;
    padding-bottom: 0;
    align-items: center;
  }
  .p-beef__eat .block1-box1 .t {
    font-size: 8vw;
    padding-left: 0;
    margin-bottom: 16vw;
  }
  .p-beef__eat .block1-box1 .txt1 {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
  .p-beef__eat .block1.is-img-right .block1-box1 {
    margin-right: 0;
    align-items: center;
  }
  .p-beef__eat .block1.is-img-right .block1-box1 .t {
    padding-right: 0;
  }
  .p-beef__definition {
    margin-bottom: 32vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .p-beef__definition .c-title1 {
    margin-bottom: 10.66667vw;
  }
  .p-beef__definition .img1 {
    margin-bottom: 9.6vw;
    width: auto;
  }
  .p-beef__definition .txt1 {
    max-width: initial;
    font-size: 4vw;
  }
  .p-beef__definition .block1 {
    display: block;
    margin-top: 25.6vw;
    margin-left: 0;
    margin-right: 0;
  }
  .p-beef__definition .block1-img1 {
    width: auto;
    margin-bottom: 16vw;
  }
  .p-beef__definition .block1-box1 {
    width: auto;
  }
  .p-beef__definition .block1-box1 .t {
    font-size: 6.4vw;
    margin-top: 21.33333vw;
    margin-bottom: 5.33333vw;
  }
  .p-beef__definition .block1-box1 .t:first-child {
    margin-top: 0;
  }
  .p-beef__definition .block1-box1 .note {
    margin-top: 10.66667vw;
    font-size: 3.46667vw;
    line-height: 1.75;
  }
}
@media (max-width: 599px) {
  #footer {
    padding: 0 20px;
  }

  #footer h2 span {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  .footer-ryokan {
    padding: 48px 0;
  }

  .footer-ryokan__inner {
    gap: 48px;
    padding: 30px;
  }

  .ryokan-card__content {
    padding: 36px 20px 40px;
  }

  .ryokan-card__logo img {
    height: 50px;
    margin-bottom: 20px;
  }

  .ryokan-card__title {
    font-size: 3rem;
  }

  .ryokan-card__thumb {
    width: 160px;
    margin-bottom: 8px;
  }

  .ryokan-card__text {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }

  .ryokan-card__more span {
    font-size: 1.5rem;
  }
}
