body, header, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
  color: #2D2418;
  font-family: "Zen Old Mincho";
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

.btn-box a {
  display: inline-block;
  border: 1px solid #DED6C8;
  background: #FCFAF5;
  padding: 15px 120px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
  position: relative;
}
.btn-box a::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

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

section {
  padding: 80px 0 110px;
}
section .title-box {
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
section .title-box::before {
  content: "";
  background-image: url(../img/flower.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
section .title-box h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
}
section .title-box h2 span {
  color: #584023;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  letter-spacing: 0.28px;
  width: 100%;
  display: block;
}
section .title-box.inversion h2 {
  color: #FCFAF5;
}
section .title-box.inversion h2 span {
  color: #FCFAF5;
}
section .inner-box {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 0;
}

section.pcframe03 {
  background-image: url(../img/bg_img03.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #C4AD84;
}
section.pcframe03 .inner-box .img-box ul {
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
section.pcframe03 .inner-box .img-box li:first-child {
  grid-row: span 2;
}
section.pcframe03 .inner-box .img-box img {
  width: 100%;
  height: auto;
  display: block;
}
section.pcframe03 .inner-box .img-box h3 {
  margin-top: 5px;
  font-size: 12px;
}
section.pcframe03 .inner-box .text-box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px; /* 166.667% */
  margin-top: 40px;
}
section.pcframe03 .inner-box .text-box p {
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  line-height: 24px; /* 171.429% */
  margin-top: 30px;
}

.btn-plan {
  position: fixed;
  top: 30px;
  right: 30px;
}
.btn-plan a {
  margin-top: 0;
  background-color: #584023;
  color: #FCFAF5;
  border: none;
}
.btn-plan a::after {
  background-image: url(../img/icon-blank-wh.svg);
  width: 15px;
  height: 15px;
}

#mv {
  width: 100%;
  height: auto;
  background-image: url(../img/mv-bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 18/11;
}
#mv .mv-title {
  text-align: center;
}
#mv .mv-title h1 {
  width: 400px;
  margin-bottom: 20px;
}
#mv .mv-title h1 img {
  width: 100%;
}
#mv .mv-title p {
  font-size: 14px;
  font-weight: 700;
  color: #FCFAF5;
}
#mv .mv-title h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.08px;
  color: #FCFAF5;
}

#header-nav,
#footer-nav {
  width: 100%;
  height: 140px;
  padding: 40px 0;
  background-image: url(../img/bg_img01.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
#header-nav ul,
#footer-nav ul {
  width: 90%;
  margin: 0 auto;
}
#header-nav ul li,
#footer-nav ul li {
  width: 15%;
  height: 60px;
}
#header-nav ul li:last-of-type,
#footer-nav ul li:last-of-type {
  position: relative;
}
#header-nav ul li:last-of-type::after,
#footer-nav ul li:last-of-type::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/icon-blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
}
#header-nav ul li a,
#footer-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px 12px;
  align-items: center;
  border: 1px solid #DED6C8;
  background: #FCFAF5;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #2D2418;
}
#header-nav ul li a span,
#footer-nav ul li a span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  width: 100%;
}

#about {
  background-image: url(../img/bg_img02.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 80px;
}
#about h2 {
  color: #FCFAF5;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 50px;
}
#about P {
  color: #FCFAF5;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  letter-spacing: 0.56px;
}

#local .inner-box .img-box {
  width: 60%;
}
#local .inner-box .img-box ul {
  display: flex;
  justify-content: space-between;
}
#local .inner-box .img-box ul li {
  width: 49%;
}
#local .inner-box .text-box {
  width: 36%;
}
#local .inner-box .text-box h3 {
  margin-top: 0;
}

#access {
  background: #2D2418;
}
#access .title-box::before {
  opacity: 0.3;
}
#access .inner-box {
  display: flex;
  align-items: stretch;
  padding: 50px 40px;
  justify-content: center;
  gap: 50px;
  background: #584023;
}
#access .inner-box .map-box {
  width: 55%;
}
#access .inner-box .map-box iframe {
  width: 100%;
  height: 100%;
}
#access .inner-box .text-box {
  flex: 1;
}
#access .inner-box .text-box dl {
  display: flex;
}
#access .inner-box .text-box dl dt {
  width: 5em;
  color: #FCFAF5;
}
#access .inner-box .text-box dl dd {
  flex: 1;
  color: #FCFAF5;
}
#access .inner-box .text-box h3 {
  color: #FCFAF5;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #2D2418;
}
#access .inner-box .text-box p {
  color: #FCFAF5;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  margin-top: 10px;
}

footer {
  background: #2D2418;
  padding: 40px 0 60px;
}
footer .box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
footer .box .left {
  width: 200px;
}
footer .box .left h2.logo {
  width: 100%;
}
footer .box .left a.icon-instagram {
  display: block;
  margin-top: 40px;
  width: 24px;
  height: 24px;
}
footer .box .left a.icon-instagram img {
  width: 100%;
}
footer .box .center {
  flex: 1;
  text-align: center;
}
footer .box .center p {
  display: inline-block;
  color: #FCFAF5;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-top: 30px;
}
footer .box .right {
  text-align: right;
}
footer .box .right img {
  width: 500px;
  height: auto;
}
footer .box .right .btn-box a {
  font-size: 12px;
}
footer .box .right .btn-box a::after {
  transform: translateY(-50%) rotate(-90deg);
}
footer .box .right .btn-box a span {
  display: block;
  width: 100%;
  font-size: 10px;
}/*# sourceMappingURL=top.css.map */