@charset "UTF-8";
/*----------------------------------------------------------------------------------------
rest.scss
----------------------------------------------------------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*margin: 0;*/
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  /*margin: 0;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  /*margin: 0;*/
}

/*ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-weight: 500;
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
  overflow-x: hidden;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a, span {
  display: inline-block;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  /*border-radius: 5px;*/
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  margin: 1% auto;
  max-width: 100%;
}

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

input::-moz-placeholder {
  color: #BCBCBC;
}

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

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

input::placeholder {
  color: #BCBCBC;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

label {
  font-weight: 600;
}

summary {
  list-style: none;
  background: #dedede;
  padding: 5px 1rem;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
.l-header {
  background-image: url(/assets/images/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 120px;
}
.l-header__inner {
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
}
.l-header__flex {
  position: absolute;
  width: calc(100% - 20px);
  max-width: 1120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .logo {
  width: 40%;
  max-width: 444px;
  padding: 9px 0;
}
.l-header p {
  font-size: 2.3rem;
  font-size: clamp(1.8rem, 0.977vw + 1.05rem, 2.3rem);
}
.l-header .tel p:first-child {
  background: #44312A;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 6px;
  border-radius: 10px 10px 0 0;
}
.l-header .tel p:last-child {
  font-size: 4rem;
  font-size: clamp(2.4rem, 3.125vw + 0rem, 4rem);
  font-weight: 700;
}
.l-header a {
  width: 12%;
  max-width: 129px;
}

@media screen and (max-width: 768px) {
  .l-header .logo {
    width: 33%;
    padding: 0;
  }
  .l-header p {
    width: 20%;
    font-size: 1.4rem;
  }
  .l-header .tel {
    width: 25%;
    text-align: center;
  }
  .l-header .tel p:first-child {
    width: 100%;
  }
  .l-header .tel p:last-child {
    width: 100%;
  }
  .l-header a {
    width: 15%;
  }
}
@media screen and (max-width: 480px) {
  .l-header__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header .logo {
    width: 70%;
    padding: 0;
  }
  .l-header p {
    width: 25%;
    font-size: 1.4rem;
  }
  .l-header .tel {
    width: 55%;
  }
  .l-header .tel p:first-child {
    width: 100%;
  }
  .l-header .tel p:last-child {
    white-space: nowrap;
    text-align: left;
    width: auto;
    margin: 0 auto 0 1em;
  }
  .l-header a {
    width: 23%;
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.l-footer {
  background-image: url(/assets/images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 60px;
}
.l-footer__inner {
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
}
.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.l-footer .logo {
  width: 60%;
  max-width: 526px;
  padding: 9px 0;
  margin-right: 5%;
}
.l-footer .address {
  color: #44312A;
  font-size: 2.5rem;
  font-size: clamp(1.8rem, 1.367vw + 0.75rem, 2.5rem);
}
.l-footer .tel {
  color: #44312A;
  font-size: 6.2rem;
  font-size: clamp(4.4rem, 3.516vw + 1.7rem, 6.2rem);
  font-weight: 700;
}
.l-footer .tel span {
  font-size: 3.4rem;
  font-size: clamp(2rem, 2.734vw - 0.1rem, 3.4rem);
}
.l-footer .menu {
  font-family: "Noto Sans JP", sans-serif;
  color: #44312A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6666666667;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .l-footer {
    padding: 50px 0 60px;
  }
  .l-footer__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer .logo {
    width: 90%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .l-footer .address {
    font-size: 1.6rem;
  }
  .l-footer .tel {
    font-size: 3rem;
  }
  .l-footer .tel span {
    font-size: 1.8rem;
  }
  .l-footer .menu {
    width: 90%;
    font-size: 1.6rem;
  }
  .l-footer .menu ul {
    width: 100%;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
.l-inner {
  position: relative;
  width: 96%;
  max-width: 1152px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------------------
project.scss
----------------------------------------------------------------------------------------*/
.p-mainvisual {
  background-image: url(/assets/images/mainvisual_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}
.p-mainvisual .slick {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.p-intro {
  background-image: url(/assets/images/bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}
.p-intro__inner {
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
}
.p-intro h2 {
  font-size: clamp(2.4rem, 2.539vw + 0.45rem, 3.7rem);
  font-weight: 700;
  margin-bottom: 30px;
}
.p-intro p {
  font-size: clamp(1.6rem, 0.781vw + 1rem, 2rem);
  line-height: 1.65;
  margin-bottom: 60px;
  color: #42210B;
}
.p-intro a {
  margin: 80px auto 0;
}

.p-menu {
  background-image: url(/assets/images/bg_02.png);
  background-repeat: repeat;
  /*background-size: cover;*/
  padding: 80px 0;
}
.p-menu__inner {
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
}
.p-menu h2 {
  text-align: center;
  margin: 0 auto 80px;
}
.p-menu h3 {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #75380e), color-stop(50%, #5d2f00));
  background: linear-gradient(180deg, #75380e 50%, #5d2f00 50%);
  font-size: 3.3rem;
  font-size: clamp(2.3rem, 1.953vw + 0.8rem, 3.3rem);
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  margin: 20px auto 0;
  min-height: 50px;
}
.p-menu h3:after {
  position: absolute;
  display: block;
  content: "－";
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
  background: #44312A;
  border-radius: 50%;
  color: #E0CA82;
  font-size: 3rem;
  line-height: 34px;
  width: 38px;
  height: 38px;
}
.p-menu h3.close:after {
  content: "+";
  font-size: 4rem;
  line-height: 34px;
}
.p-menu h5 {
  background-image: url(/assets/images/bdr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-align: center;
  margin-bottom: 50px;
}
.p-menu h5 p {
  display: inline-block;
  font-size: clamp(2.3rem, 1.953vw + 0.8rem, 3.3rem);
  line-height: 1;
  background: #fff;
  color: #754C24;
  width: auto;
  padding: 0 1em;
  margin: 0 auto;
}
.p-menu .block {
  background: #fff;
  padding: 50px 0 1px;
}
.p-menu .block-inner {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
.p-menu .block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  margin: 40px auto;
}
.p-menu .block-flex-box {
  width: 48%;
  max-width: 450px;
}
.p-menu .block-flex-box02 {
  width: 100%;
}
.p-menu .block-flex-box02 .bdr {
  border-bottom: 1px solid rgba(190, 156, 89, 0.5);
}
.p-menu .block h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FBEDD8;
  color: #603813;
  font-size: 3.8rem;
  font-size: clamp(2.3rem, 1.953vw + 0.8rem, 3.3rem);
  padding: 5px 10px;
}
.p-menu .block h4 span {
  font-size: 0.5em;
  margin-left: 1em;
}
.p-menu .block ul {
  width: 100%;
  margin: 20px auto 30px;
}
.p-menu .block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px 0;
  min-height: 63px;
}
.p-menu .block ul li.bdr_top {
  border-top: 1px solid rgba(190, 156, 89, 0.5);
  margin-top: 10px;
  padding-top: 10px;
}
.p-menu .block ul li p.big {
  font-size: 2.3rem;
  font-size: clamp(1.8rem, 0.977vw + 1.05rem, 2.3rem);
  margin-bottom: 5px;
}
.p-menu .block ul li p.big small {
  font-size: 0.6em;
}
.p-menu .block ul li p.small {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 0.391vw + 1.1rem, 1.6rem);
}
.p-menu .block ul li p.small small {
  font-size: 0.8em;
}
.p-menu .block ul li .price {
  font-size: 3rem;
  font-size: clamp(2rem, 1.953vw + 0.5rem, 3rem);
  color: #754C24;
}

.p-access {
  background-image: url(/assets/images/bg_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
}
.p-access__inner {
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
}
.p-access h2 {
  margin: 0 auto 80px;
}
.p-access__map {
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
}
.p-access__map p {
  text-align: left;
  color: #fff;
  font-size: clamp(1.6rem, 0.781vw + 1rem, 2rem);
  margin-bottom: 10px;
}
.p-access__map iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
.p-access table {
  table-layout: fixed;
  width: 100%;
  max-width: 880px;
  margin: 50px auto;
  font-size: clamp(1.6rem, 0.586vw + 1.15rem, 1.9rem);
  line-height: 2.1052631579;
  color: #fff;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.p-access table th {
  width: 27%;
  padding: 5px 0;
  vertical-align: middle;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.p-access table td {
  padding: 5px;
  vertical-align: middle;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 480px) {
  .p-intro {
    padding: 40px 0;
  }
  .p-intro h2 {
    margin-bottom: 30px;
  }
  .p-intro p {
    margin-bottom: 30px;
  }
  .p-intro a {
    margin: 40px auto 0;
  }
  .p-menu {
    padding: 40px 0;
  }
  .p-menu h2 {
    margin: 0 auto 40px;
  }
  .p-menu h3 {
    font-size: 1.8rem;
    padding: 11px 2em 11px 0;
  }
  .p-menu .block {
    padding: 30px 0 1px;
  }
  .p-menu .block-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px auto;
  }
  .p-menu .block-flex-box {
    width: 100%;
    max-width: 100%;
  }
  .p-menu .block ul {
    margin: 10px auto 20px;
  }
  .p-access {
    padding: 40px 0;
  }
  .p-access h2 {
    margin: 0 auto 40px;
  }
  .p-access__map {
    margin: 40px auto;
  }
  .p-access table {
    font-size: 1.4rem;
  }
}
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up02.is-inview {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up03.is-inview {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up04.is-inview {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
  /* フェード開始を0.5秒遅らせる */
}

/*----------------------------------------------------------------------------------------
component.scss
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
none.scss
----------------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .u-tab-appea {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-tab-none {
    display: none;
  }
}
@media (min-width: 481px) {
  .u-sp-appea {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}