<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&amp;display=swap");
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, sup, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*

@mixin fontJaSans{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}*/
html * {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  font-feature-settings: "palt" 1;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
}
body.is-nav-open {
  overflow: hidden;
}

main:not(.home) {
  background: #eeeeee;
  padding-bottom: 3rem;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inline-block;
  }
}

.pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.5;
}

.pwrap {
  display: inline-block;
}

/*
 *汎用クラス
*/
.py-l {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-m {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.titleEn {
  font-size: 60px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #1fb4b6;
}
@media screen and (max-width: 767px) {
  .titleEn {
    font-size: 52.5px;
  }
}
@media screen and (max-width: 767px) {
  .titleEn {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .titleEn {
    font-size: 35px;
  }
}

/*
 *メニュー
*/
@media screen and (max-width: 767px) {
  .nav_sp {
    display: block;
  }
}
.nav_sp .nav_sp_trg {
  position: fixed;
  top: 18px;
  right: 15px;
  z-index: 101;
  display: inline-block;
  cursor: pointer;
}
.nav_sp .nav_sp_trg span {
  display: block;
  transition: all 0.5s;
  width: 35px;
  height: 3px;
  margin-bottom: 8px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  transform-origin: center center;
}
.nav_sp .nav_sp_trg span:nth-of-type(2) {
  width: 30px;
}
.nav_sp .nav_sp_inner {
  position: fixed;
  background: #fff;
  width: 100vw;
  opacity: 0;
  z-index: 100;
  left: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  top: 0;
  bottom: 0;
  padding: 40px 5% 10%;
  overflow: auto;
}
.nav_sp .nav_sp_inner &gt; p {
  width: 10rem;
}
.nav_sp .nav_sp_inner .nav_wrap {
  margin-top: 1rem;
}
.nav_sp .nav_sp_inner .nav_wrap ul.nav_sp_list li a {
  color: #333;
  padding: 1em 0.5em;
  display: block;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .nav_sp .nav_sp_inner .nav_wrap ul.nav_sp_list li a {
    font-size: 17.5px;
  }
}
.nav_sp .nav_sp_inner .nav_wrap ul.nav_sp_list li:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.nav_sp .nav_sp_inner .nav_wrap ul.nav_sp_list .nav_main_reserve a {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
  color: #fff;
  background: #ae8a61;
  border-radius: 6px;
}
.is-nav-open .nav_sp .nav_sp_trg span:nth-of-type(1) {
  transform: rotate(-45deg) translateY(15px);
}
.is-nav-open .nav_sp .nav_sp_trg span:nth-of-type(3) {
  transform: rotate(45deg) translateY(-15px);
}
.is-nav-open .nav_sp .nav_sp_trg span:nth-of-type(2) {
  opacity: 0;
}
.is-nav-open .nav_sp .nav_sp_inner {
  opacity: 1;
  visibility: visible;
}

.snavi1st {
  display: none;
  position: absolute;
  top: 43px;
  right: 0px;
  z-index: 7000;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
  padding: 1rem 2rem;
  position: fixed;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header {
    padding: 1rem 1rem;
  }
}
body.home header {
  position: fixed;
}
body:not(.home).scrolled header {
  background: rgba(0, 0, 0, 0.5);
}
header h1 {
  width: 24rem;
  position: relative;
  z-index: 901;
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 14rem;
  }
}
header h1 img {
  width: 100%;
}
header .header_inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inner p {
  width: 12rem;
}
header .header_inner p img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .nav_header {
    display: none;
  }
}
header .nav_header .nav_wrap {
  display: flex;
  align-items: center;
}
header .nav_header ul.nav_lang {
  list-style: none;
  font-size: 14px;
  margin-bottom: 1.5em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  header .nav_header ul.nav_lang {
    font-size: 12.25px;
  }
}
header .nav_header ul.nav_lang li:not(:last-of-type) {
  margin-right: 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
header .nav_header ul.nav_lang li a {
  display: inline-block;
  padding: 0.3em 0.7em;
  color: #333;
}
header .nav_header .menu-main-container {
  width: 100%;
}
header .nav_header .menu-main-container ul {
  display: flex;
  list-style: none;
}
header .nav_header .menu-main-container ul li a {
  color: #555;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  header .nav_header .menu-main-container ul li a {
    font-size: 12.25px;
  }
}
header .nav_header .menu-main-container ul li.nav_main_reserve a {
  color: #fff;
}

.hamburger-c {
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 900;
  transform: translateY(-50%);
}
.hamburger-c a {
  display: block;
  width: 30px;
  height: 26px;
  position: relative;
}
.hamburger-c a span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
.hamburger-c a span:nth-of-type(1) {
  top: 0;
}
.hamburger-c a span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-c a span:nth-of-type(3) {
  bottom: 0;
}

.is-nav-open .hamburger-c a span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%);
}
.is-nav-open .hamburger-c a span:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(-50%);
}

.nav_wrap ul.nav_main {
  list-style: none;
  display: flex;
  align-content: center;
  align-items: center;
}
.nav_wrap ul.nav_main li {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .nav_wrap ul.nav_main li {
    font-size: 12.25px;
  }
}
.nav_wrap ul.nav_main li a {
  text-decoration: none;
}

.nav_home {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .nav_home {
    display: none;
  }
}
.nav_home .nav_wrap {
  background: #1fb4b6;
  padding: 2rem 1.5rem 2rem 2rem;
  border-radius: 3rem 0 0 0;
  margin-top: -6.2rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.nav_home .nav_wrap a {
  color: #fff;
}

.nav-fixed {
  position: fixed;
  top: 1rem;
  right: 1rem;
}

footer {
  width: 100%;
  padding: 3rem 0;
}
footer .footer-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    justify-content: center;
  }
}
footer .footer-logo {
  width: 10rem;
}
footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-nav {
    width: 100%;
    order: -1;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-nav &gt; div {
    width: 50%;
  }
}
footer .footer-nav &gt; div p {
  width: 100%;
  font-size: 18px;
  margin-bottom: 0.6em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer .footer-nav &gt; div p {
    font-size: 15.75px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-nav &gt; div p {
    text-align: center;
  }
}
footer .footer-nav &gt; div ul {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-nav &gt; div ul {
    flex-wrap: wrap;
  }
}
footer .footer-nav &gt; div ul li {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer-nav &gt; div ul li {
    font-size: 12.25px;
  }
}
footer .footer-nav &gt; div ul li:not(:last-of-type) {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  footer .footer-nav &gt; div ul li:not(:last-of-type) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-nav &gt; div ul li {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
footer .footer-nav &gt; div ul li::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  footer .footer-nav &gt; div ul li::before {
    content: none;
  }
}
footer .footer-nav &gt; div ul li a {
  color: #333;
}
@media screen and (max-width: 767px) {
  footer .footer-nav &gt; div ul li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0.8em 0;
  }
}
footer .footer-nav-bunjo {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  footer .footer-nav-bunjo {
    margin-right: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
footer .copyright {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  text-align: center;
  font-size: 12px;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 10.5px;
  }
}

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

.text-l {
  font-size: 26px;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .text-l {
    font-size: 22.75px;
  }
}

.text-m2 {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .text-m2 {
    font-size: 17.5px;
  }
}

.text-m {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .text-m {
    font-size: 14px;
  }
}

.text-s {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .text-s {
    font-size: 12.25px;
  }
}

.mt-1 {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .mt-1 {
    margin-top: calc(1rem * 0.7);
  }
}

.mb-1 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .mb-1 {
    margin-bottom: calc(1rem * 0.7);
  }
}

.pt-1 {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .pt-1 {
    padding-top: calc(1rem * 0.7);
  }
}

.pb-1 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .pb-1 {
    padding-bottom: calc(1rem * 0.7);
  }
}

.mt-2 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .mt-2 {
    margin-top: calc(2rem * 0.7);
  }
}

.mb-2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mb-2 {
    margin-bottom: calc(2rem * 0.7);
  }
}

.pt-2 {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .pt-2 {
    padding-top: calc(2rem * 0.7);
  }
}

.pb-2 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .pb-2 {
    padding-bottom: calc(2rem * 0.7);
  }
}

.mt-3 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .mt-3 {
    margin-top: calc(3rem * 0.7);
  }
}

.mb-3 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .mb-3 {
    margin-bottom: calc(3rem * 0.7);
  }
}

.pt-3 {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .pt-3 {
    padding-top: calc(3rem * 0.7);
  }
}

.pb-3 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .pb-3 {
    padding-bottom: calc(3rem * 0.7);
  }
}

.mt-4 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .mt-4 {
    margin-top: calc(4rem * 0.7);
  }
}

.mb-4 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mb-4 {
    margin-bottom: calc(4rem * 0.7);
  }
}

.pt-4 {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .pt-4 {
    padding-top: calc(4rem * 0.7);
  }
}

.pb-4 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .pb-4 {
    padding-bottom: calc(4rem * 0.7);
  }
}

.mt-5 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .mt-5 {
    margin-top: calc(5rem * 0.7);
  }
}

.mb-5 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .mb-5 {
    margin-bottom: calc(5rem * 0.7);
  }
}

.pt-5 {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .pt-5 {
    padding-top: calc(5rem * 0.7);
  }
}

.pb-5 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .pb-5 {
    padding-bottom: calc(5rem * 0.7);
  }
}

.mt-6 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .mt-6 {
    margin-top: calc(6rem * 0.7);
  }
}

.mb-6 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mb-6 {
    margin-bottom: calc(6rem * 0.7);
  }
}

.pt-6 {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .pt-6 {
    padding-top: calc(6rem * 0.7);
  }
}

.pb-6 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .pb-6 {
    padding-bottom: calc(6rem * 0.7);
  }
}

.mt-7 {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .mt-7 {
    margin-top: calc(7rem * 0.7);
  }
}

.mb-7 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .mb-7 {
    margin-bottom: calc(7rem * 0.7);
  }
}

.pt-7 {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .pt-7 {
    padding-top: calc(7rem * 0.7);
  }
}

.pb-7 {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .pb-7 {
    padding-bottom: calc(7rem * 0.7);
  }
}

.mt-8 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .mt-8 {
    margin-top: calc(8rem * 0.7);
  }
}

.mb-8 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .mb-8 {
    margin-bottom: calc(8rem * 0.7);
  }
}

.pt-8 {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .pt-8 {
    padding-top: calc(8rem * 0.7);
  }
}

.pb-8 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .pb-8 {
    padding-bottom: calc(8rem * 0.7);
  }
}

.mt-9 {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .mt-9 {
    margin-top: calc(9rem * 0.7);
  }
}

.mb-9 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .mb-9 {
    margin-bottom: calc(9rem * 0.7);
  }
}

.pt-9 {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .pt-9 {
    padding-top: calc(9rem * 0.7);
  }
}

.pb-9 {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .pb-9 {
    padding-bottom: calc(9rem * 0.7);
  }
}

.mt-10 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .mt-10 {
    margin-top: calc(10rem * 0.7);
  }
}

.mb-10 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .mb-10 {
    margin-bottom: calc(10rem * 0.7);
  }
}

.pt-10 {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .pt-10 {
    padding-top: calc(10rem * 0.7);
  }
}

.pb-10 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .pb-10 {
    padding-bottom: calc(10rem * 0.7);
  }
}

.titleSet {
  text-align: center;
}
.titleSet_ja {
  font-size: 34px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .titleSet_ja {
    font-size: 29.75px;
  }
}
.titleSet_en {
  font-size: 20px;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .titleSet_en {
    font-size: 17.5px;
  }
}

.moreBtn_wrap {
  display: flex;
  justify-content: center;
}

.moreBtn {
  font-size: 14px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  background: #ae8a61;
  border-radius: 10rem;
  display: inline-flex;
  padding: 0.7em 4.5em 0.7em 2.5em;
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .moreBtn {
    font-size: 12.25px;
  }
}
.moreBtn::before, .moreBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.moreBtn::before {
  width: 3px;
  height: 3px;
  right: 1.3em;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  transform: rotate(45deg) translateY(-50%);
}
.moreBtn::after {
  height: 1px;
  width: 2em;
  right: 1.2em;
  background: rgba(255, 255, 255, 0.8);
}

.arrowLine {
  position: relative;
  width: 3rem;
  height: 1rem;
}
.arrowLine::before, .arrowLine::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.arrowLine::before {
  width: 3px;
  height: 3px;
  right: 1.3em;
  border-right: 1px solid rgba(174, 138, 97, 0.8);
  border-top: 1px solid rgba(174, 138, 97, 0.8);
  transform: rotate(45deg) translateY(-50%);
}
.arrowLine::after {
  height: 1px;
  width: 2em;
  right: 1.2em;
  background: rgba(174, 138, 97, 0.8);
}

.nav-page {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
}
.nav-page .nav-previous, .nav-page .nav-next {
  margin: 0 10px;
}
.nav-page .nav-previous a, .nav-page .nav-next a {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 1rem;
  font-size: 0;
}
.nav-page .nav-previous a::before, .nav-page .nav-previous a::after, .nav-page .nav-next a::before, .nav-page .nav-next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.nav-page .nav-previous a::before, .nav-page .nav-next a::before {
  width: 3px;
  height: 3px;
  right: 1.3rem;
  border-right: 1px solid rgba(174, 138, 97, 0.8);
  border-top: 1px solid rgba(174, 138, 97, 0.8);
  transform: rotate(45deg) translateY(-50%);
}
.nav-page .nav-previous a::after, .nav-page .nav-next a::after {
  height: 1px;
  width: 2rem;
  right: 1.2rem;
  background: rgba(174, 138, 97, 0.8);
}
.nav-page .nav-previous a {
  transform: scaleX(-1);
}
.section-title {
  font-size: 34px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 29.75px;
  }
}

.margin-bottom {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 5rem;
  }
}

.margin-bottom-s {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .margin-bottom-s {
    margin-bottom: 3rem;
  }
}

.bnr {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .bnr {
    padding: 3rem 0;
  }
}
.bnr-fluid {
  width: 100%;
  margin-bottom: 2rem;
}
.bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnr-list &gt; a {
  width: 30%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #aaa;
  font-size: 12px;
  text-align: center;
  margin-bottom: 2rem;
  aspect-ratio: 250/60;
}
@media screen and (max-width: 767px) {
  .bnr-list &gt; a {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.nav-container {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 899;
  transition: all 0.5s;
  background: black;
}
@media screen and (max-width: 767px) {
  .nav-container {
    padding-top: 5rem;
    overflow: auto;
    bottom: 0;
  }
}
.nav-container .gnav {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  min-height: 100%;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .nav-container .gnav {
    font-size: 14px;
  }
}
.nav-container .gnav-inner {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .nav-container .gnav-inner {
    align-items: flex-start;
  }
}
.nav-container .gnav-01 {
  width: 45%;
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .nav-container .gnav-01 {
    width: 100%;
    min-height: auto;
  }
}
.nav-container .gnav-01 &gt; div {
  position: absolute;
  left: 0;
  z-index: 0;
  height: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nav-container .gnav-01 &gt; div {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 2;
  }
}
.nav-container .gnav-01 &gt; div a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .nav-container .gnav-01 &gt; div a {
    position: relative;
  }
}
.nav-container .gnav-01 &gt; div a::before {
  transition: transform 0.5s;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.nav-container .gnav-01 &gt; div a &gt; div {
  width: 100%;
  text-align: center;
}
.nav-container .gnav-01 &gt; div a &gt; div.gnav-brand-text {
  margin-top: 0.5em;
}
.nav-container .gnav-01 &gt; div a:hover::before {
  transform: scale(1.1);
}
.nav-container .gnav-01 .gnav-brand {
  top: 0;
}
.nav-container .gnav-01 .gnav-brand a::before {
  background: url(../img/cmn/nav_brand_bg.jpg) no-repeat center center/cover;
}
.nav-container .gnav-01 .gnav-corporate {
  top: 50%;
}
.nav-container .gnav-01 .gnav-corporate a::before {
  background: url(../img/cmn/nav_corporate_bg.jpg) no-repeat center center/cover;
}
.nav-container .gnav-02 {
  width: 55%;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 3rem 8%;
}
@media screen and (max-width: 767px) {
  .nav-container .gnav-02 {
    padding: 0 8% 2rem;
    order: -1;
    width: 100%;
    min-height: auto;
  }
}
.nav-container .gnav-02 &gt; div {
  width: 100%;
}
.nav-container .gnav-02 &gt; div:not(:last-of-type) {
  margin-bottom: 3em;
}
.nav-container .gnav-02 &gt; div &gt; p {
  margin-bottom: 0.5em;
  display: inline-block;
  padding: 0 3em 0.5em 0;
  font-size: 1.1em;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .nav-container .gnav-02 &gt; div &gt; p {
    width: 100%;
    padding: 0 0 0.5em 0;
  }
}
.nav-container .gnav-02 &gt; div ul li {
  font-size: 1.1em;
  margin-bottom: 0.6em;
}
.nav-container .gnav-02 &gt; div ul li a {
  display: inline-flex;
  align-items: center;
  transition: color 0.5s;
}
.nav-container .gnav-02 &gt; div ul li a::before {
  content: "";
  width: 1em;
  margin-right: 0.5em;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.nav-container .gnav-02 &gt; div ul li a:hover {
  color: #bfa383;
}
.nav-container a {
  color: #fff;
  text-decoration: none;
}

.is-nav-open .nav-container {
  visibility: visible;
  opacity: 1;
}

.page-mv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.page-mv::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.page-mv-text {
  position: relative;
  z-index: 1;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .page-mv-text {
    padding: 8rem 0;
  }
}
.page-mv-text p {
  text-align: center;
  color: #fff;
}
.page-mv-text-en {
  font-size: 30px;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-mv-text-en {
    font-size: 26.25px;
  }
}
.page-mv-text-ja {
  margin-top: 0.2em;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-mv-text-ja {
    font-size: 17.5px;
  }
}

.page-lead-inner {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.page-lead-title {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #ae8a61;
}
@media screen and (max-width: 767px) {
  .page-lead-title {
    font-size: 26.25px;
  }
}
.page-lead-text {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .page-lead-text {
    font-size: 14.875px;
  }
}
@media screen and (max-width: 767px) {
  .page-lead-text {
    text-align: justify;
  }
}

.footer-bnr {
  width: 100%;
}
.footer-bnr a {
  transition: opacity 0.5s;
}
.footer-bnr a:hover {
  opacity: 0.5;
}
.footer-bnr-01 {
  background: #f0eee0;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-bnr-01 {
    padding: 1rem 0.5rem;
  }
}
.footer-bnr-02 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-bnr-02 {
    padding: 1rem 0.5rem;
    flex-wrap: wrap;
  }
  .footer-bnr-02 a {
    margin-bottom: 0.5em !important;
  }
}
.footer-bnr-03 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-bnr-03 {
    padding: 1rem 0.5rem;
    flex-wrap: wrap;
  }
}
.footer-bnr-03 a {
  margin-bottom: 0.5em !important;
  color: #333;
  display: inline-block;
  width: 310px;
  padding: 1rem 0;
  text-align: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-bnr-03 a {
    font-size: 12.25px;
  }
}
.footer-bnr-03 a::after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  border-left: 0.4em solid rgba(0, 0, 0, 0.2);
}
.footer-bnr a {
  display: inline-block;
  margin: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer-bnr a {
    margin: 0 0.2em;
  }
}

.breadcrumb-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  margin-top: 1rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb-container {
    margin-bottom: 5rem;
  }
}
.breadcrumb-container .breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-container .breadcrumb li {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-container .breadcrumb li {
    font-size: 12.25px;
  }
}
.breadcrumb-container .breadcrumb li:not(.active) a {
  color: #888;
  text-decoration: none;
}
.breadcrumb-container .breadcrumb li:not(.active) a:hover {
  text-decoration: underline;
}
.breadcrumb-container .breadcrumb li:not(.active).active {
  color: #333;
}
.breadcrumb-container .breadcrumb li:not(.active)::after {
  content: "＞";
  color: #a5a5a5;
  margin: 0 0.6em;
  font-size: 0.7em;
}

.mv {
  position: relative;
  z-index: 0;
}
.mv .mv-logo {
  position: absolute;
  left: 50%;
  width: 15%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv .mv-logo {
    width: 25%;
  }
}
.mv figure {
  width: 100%;
}
.mv figure img {
  width: 100%;
  aspect-ratio: 2.4;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mv figure img {
    aspect-ratio: 0.8;
  }
}

.scroll {
  position: absolute;
  left: 0;
  bottom: 1em;
  display: inline-block;
}
.scroll p {
  transform: rotate(90deg);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-right: 4rem;
}
.scroll p::before, .scroll p::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.scroll p::before {
  right: 0;
  height: 1px;
  background: #ae8a61;
  width: 2.7rem;
}
.scroll p::after {
  right: 0;
  width: 3px;
  height: 3px;
  border-right: 1px solid #ae8a61;
  border-top: 1px solid #ae8a61;
  transform: rotate(45deg) translateY(-50%);
}

.pickup .pickup-slide {
  position: relative;
  padding: 3rem 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-slide .swiper-wrapper {
    width: 80%;
  }
}
.pickup .pickup-slide .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: transform 0.3s;
}
.pickup .pickup-slide .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
}
.pickup .pickup-slide .pickup-bukken-thumb {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-slide .pickup-bukken-thumb {
    width: 100%;
  }
}
.pickup .pickup-slide .pickup-bukken-thumb img {
  aspect-ratio: 1.6;
  object-fit: cover;
  width: 100%;
}
.pickup .pickup-slide .pickup-bukken-thumb p {
  position: absolute;
  left: 0;
  top: 0;
  background: #333;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 12px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-slide .pickup-bukken-thumb p {
    font-size: 10.5px;
  }
}
.pickup .pickup-slide .pickup-bukken-info {
  width: 50%;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-slide .pickup-bukken-info {
    width: 100%;
  }
}
.pickup .pickup-slide .pickup-bukken-info-title {
  color: #ae8a61;
  margin-bottom: 0.2em;
}
.pickup .pickup-slide .pickup-bukken-info a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #333;
  font-size: 14px;
  padding: 0.8em 0;
  line-height: 1;
  transition: opacity 0.5s;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-slide .pickup-bukken-info a {
    font-size: 12.25px;
  }
}
.pickup .pickup-slide .pickup-bukken-info a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-slide .pickup-bukken-info a {
    margin-top: 1rem;
  }
}

.pickup-slide-button-next,
.pickup-slide-button-prev {
  cursor: pointer;
  z-index: 1;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10rem !important;
  width: 2rem !important;
  height: 2rem !important;
  position: absolute;
  top: 50%;
}
.pickup-slide-button-next:after,
.pickup-slide-button-prev:after {
  font-size: 1rem !important;
  color: #333;
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.pickup-slide-button-next {
  right: 18%;
}
@media screen and (max-width: 767px) {
  .pickup-slide-button-next {
    right: 0.3rem;
  }
}
.pickup-slide-button-next:after {
  transform: rotate(-45deg);
}

.pickup-slide-button-prev {
  left: 18%;
}
@media screen and (max-width: 767px) {
  .pickup-slide-button-prev {
    left: 0.3rem;
  }
}
.pickup-slide-button-prev:after {
  transform: rotate(135deg);
}

.more {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .more {
    margin-top: 0;
  }
}
.more a {
  max-width: 500px;
  display: inline-block;
  background: #ae8a61;
  color: #fff;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 0.8em 0;
  font-size: 16px;
  line-height: 1;
  transition: opacity 0.5s;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  .more a {
    font-size: 14px;
  }
}
.more .cArrw {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  border: 1px solid #fff;
  border-radius: 10rem;
  transform: rotate(-45deg);
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.more .cArrw::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-60%, -60%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.top-concept {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 6rem 0;
  background: url(../img/top/top-concept-img-01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top-concept {
    background: none;
    padding: 0;
  }
}
.top-concept div {
  background: #212121;
  color: #fff;
  text-align: center;
  padding: 3rem;
  display: inline-block;
  position: relative;
}
.top-concept div p {
  line-height: 2 !important;
}
@media screen and (max-width: 767px) {
  .top-concept div {
    padding: 3rem 3rem;
  }
  .top-concept div p {
    text-align: justify;
  }
}
.top-concept div::before, .top-concept div::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
}
.top-concept div::before {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  top: 1rem;
  left: 1rem;
}
.top-concept div::after {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 1rem;
  right: 1rem;
}
.top-concept::before {
  width: 100%;
  display: block;
  height: 100%;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .top-concept::before {
    content: "";
    height: auto;
    aspect-ratio: 2;
  }
}
.top-concept::before {
  right: 0;
  background: url(../img/top/top-concept-img-01.jpg) no-repeat center center/cover;
}

.top-link {
  background: #eeeeee;
  padding: 3rem 0;
}
.top-link-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.top-link .top-link-group-01, .top-link .top-link-group-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .top-link .top-link-group-01, .top-link .top-link-group-02 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-link .top-link-group-01 &gt; div, .top-link .top-link-group-02 &gt; div {
    margin-bottom: 1rem;
  }
}
.top-link .top-link-group-01 &gt; div a, .top-link .top-link-group-02 &gt; div a {
  z-index: 0;
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  line-height: 1;
  overflow: hidden;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.top-link .top-link-group-01 &gt; div a::before, .top-link .top-link-group-01 &gt; div a::after, .top-link .top-link-group-02 &gt; div a::before, .top-link .top-link-group-02 &gt; div a::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.top-link .top-link-group-01 &gt; div a::before, .top-link .top-link-group-02 &gt; div a::before {
  z-index: -2;
  transition: all 0.8s;
}
.top-link .top-link-group-01 &gt; div a::after, .top-link .top-link-group-02 &gt; div a::after {
  background: #000;
  opacity: 0.5;
  z-index: -1;
  transition: all 0.8s;
}
.top-link .top-link-group-01 &gt; div a .cArrw, .top-link .top-link-group-02 &gt; div a .cArrw {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  border: 1px solid #fff;
  border-radius: 10rem;
  transform: rotate(-45deg);
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.top-link .top-link-group-01 &gt; div a .cArrw::before, .top-link .top-link-group-02 &gt; div a .cArrw::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-60%, -60%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.top-link .top-link-group-01 &gt; div a:hover::before, .top-link .top-link-group-02 &gt; div a:hover::before {
  transform: scale(1.1);
}
.top-link .top-link-group-01 &gt; div a:hover::after, .top-link .top-link-group-02 &gt; div a:hover::after {
  opacity: 0;
}
.top-link .top-link-group-01 &gt; div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-link .top-link-group-01 &gt; div {
    width: 100%;
  }
}
.top-link .top-link-group-01 &gt; div a {
  aspect-ratio: 2;
  font-size: 28px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .top-link .top-link-group-01 &gt; div a {
    font-size: 24.5px;
  }
}
.top-link .top-link-group-01 &gt; div.top-link-tokai a::before {
  background: url(../img/top/top-link-tokai_bg.jpg) no-repeat center center/cover;
}
.top-link .top-link-group-01 &gt; div.top-link-chintai a::before {
  background: url(../img/top/top-link-chintai_bg.jpg) no-repeat center center/cover;
}
.top-link .top-link-group-02 &gt; div {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .top-link .top-link-group-02 &gt; div {
    width: 100%;
  }
}
.top-link .top-link-group-02 &gt; div a {
  aspect-ratio: 2.6;
  font-size: 18px;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .top-link .top-link-group-02 &gt; div a {
    font-size: 15.75px;
  }
}
.top-link .top-link-group-02 &gt; div a span.logo {
  display: inline-block;
  margin-bottom: 0.2em;
}
.top-link .top-link-group-02 &gt; div a span.logo img {
  width: 15em;
}
.top-link .top-link-group-02 &gt; div a .en {
  font-size: 34px;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-link .top-link-group-02 &gt; div a .en {
    font-size: 29.75px;
  }
}
.top-link .top-link-group-02 &gt; div a small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top-link .top-link-group-02 &gt; div a small {
    font-size: 12.25px;
  }
}
.top-link .top-link-group-02 &gt; div.top-link-laurelbrand a::before {
  background: url(../img/top/top-link-brand_bg.jpg) no-repeat center center/cover;
}
.top-link .top-link-group-02 &gt; div.top-link-laurellineup a::before {
  background: url(../img/top/top-link-laurellineup_bg.jpg) no-repeat center center/cover;
}

.assetList-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.assetList-block {
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  background: #fff;
}
.assetList-block a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #333;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
}
.assetList-block-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  text-align: center;
  padding: 2em 0;
  font-size: 28px;
  width: 20%;
  color: #ae8a61;
  border-right: 1px solid rgba(174, 138, 97, 0.3);
}
@media screen and (max-width: 767px) {
  .assetList-block-title {
    font-size: 24.5px;
  }
}
@media screen and (max-width: 767px) {
  .assetList-block-title {
    width: 100%;
    padding: 0.5em 0;
    margin-bottom: 1em;
    border-right: none;
    border-bottom: 1px solid rgba(174, 138, 97, 0.3);
  }
}
.assetList-block-text {
  width: 75%;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .assetList-block-text {
    width: 100%;
  }
}
.assetList-block-text p {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .assetList-block-text p {
    font-size: 14.875px;
  }
}
.assetList-block span.more {
  font-size: 14px;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  color: #ae8a61;
  margin-top: 1rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .assetList-block span.more {
    font-size: 12.25px;
  }
}
@media screen and (max-width: 767px) {
  .assetList-block span.more {
    position: static;
  }
}
.assetList-block span.more .cArrw {
  bottom: auto;
  position: static;
  right: auto;
  margin-left: 0.5em;
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  border: 1px solid #ae8a61;
  border-radius: 10rem;
  transform: rotate(-45deg);
}
.assetList-block span.more .cArrw::before {
  content: "";
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  border-bottom: 1px solid #ae8a61;
  border-right: 1px solid #ae8a61;
  transform: translate(-60%, -60%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.asset-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .asset-nav {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .asset-nav {
    flex-wrap: wrap;
  }
}
.asset-nav a {
  color: #333;
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  padding: 0.5em 1em;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .asset-nav a {
    width: 50%;
    padding: 0.5em 0;
    margin-bottom: 1em;
  }
}
.asset-nav a .cArrw {
  margin-left: 0.5em;
  display: block;
  width: 1em;
  height: 1em;
  position: relative;
  border: 1px solid #ae8a61;
  border-radius: 10rem;
  transform: rotate(-45deg);
}
.asset-nav a .cArrw::before {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-bottom: 1px solid #ae8a61;
  border-right: 1px solid #ae8a61;
  transform: translate(-60%, -60%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.asset-nav a.active {
  border-bottom: 1px solid rgba(174, 138, 97, 0.5);
}

/************************************
*既存アセットコピー
*************************************/
.cont_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.cont_ttl h3 {
  flex-basis: 26%;
  max-width: 26%;
  text-align: center;
  position: relative;
}

.cont_ttl h3::after {
  content: "";
  display: block;
  width: 20%;
  border-top: solid 1px #2469af;
  position: absolute;
  top: 50%;
  right: -30%;
  transform: translateY(-50%);
}

.cont_ttl p {
  flex-basis: 60%;
  max-width: 60%;
  font-size: 15px;
  line-height: 1.5;
}

.cont_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  list-style: none;
}

.cont_list ul li {
  flex-basis: 32%;
  max-width: 32%;
  padding: 15px 10px 0;
  box-sizing: border-box;
  border: solid 1px #a8a8a8;
  margin-bottom: 25px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .cont_list ul li {
    padding-bottom: 0 !important;
  }
}

.cont_list ul li .img {
  text-align: center;
  margin-bottom: 10px !important;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_list ul li .img img {
  width: 100%;
  height: auto;
}

.cont_list ul li .ttl,
.cont_list ul li p,
.cont_list ul li dl {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.cont_list ul li .ttl {
  font-size: 19px;
  font-weight: 600;
  color: #2469af;
  padding: 10px 0;
  border-bottom: solid 1px #a8a8a8;
  margin-bottom: 10px;
  position: relative;
}

.cont_list ul li .ttl h4 {
  margin-bottom: 0;
  padding-right: 100px;
  font-size: 20px;
}

.cont_list ul li .ttl a {
  display: block;
  color: #fff;
  text-align: center;
  width: 100px;
  background-color: #2469af;
  margin-right: 0;
  margin-left: auto;
  font-size: 13px;
  padding: 8px 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.cont_list ul li p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.cont_list ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.cont_list ul li dl dt,
.cont_list ul li dl dd {
  padding: 4px 0;
  margin-top: 7px;
  line-height: 1.3;
}

.cont_list ul li dl dt:first-of-type,
.cont_list ul li dl dd:first-of-type {
  margin-top: 0;
}

.cont_list ul li dl dt {
  flex-basis: 66px;
  max-width: 66px;
  color: #fff;
  background-color: #8e8e8e;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_list ul li dl dd {
  flex-basis: calc(100% - 5px - 66px);
  max-width: calc(100% - 5px - 66px);
  font-size: 13px;
}

.cont_list ul li dl dd br {
  /*display: none;*/
}

.cont_list ul li .contact {
  margin-top: auto;
  bottom: 0;
  right: 0;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 15px 10px;
  background-color: #e4ebf1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont_list ul li .contact {
    position: static;
    margin-top: 1em;
  }
}

.cont_list ul li .contact small {
  display: block;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
}

.cont_list ul li .contact small span.red {
  display: inline-block;
  color: red;
  border: solid 1px red;
  padding: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
}

.cont_list ul li .contact em {
  display: block;
  font-style: normal;
  margin-bottom: 5px;
}

.cont_list ul li .contact p span {
  display: inline-block;
  margin: 0 5px;
  font-size: 11px;
}

.cont_list ul li .contact p.tel span {
  font-weight: bold;
  font-size: 15px;
}

.cont_list ul li .contact p {
  margin-bottom: 0;
  width: 100%;
}

.cont_list ul li .contact p a {
  pointer-events: none;
  display: inline;
}

@media screen and (max-width: 480px) {
  .lead {
    display: block;
  }
  .lead .txt {
    max-width: none;
  }
  .lead .img {
    max-width: none;
    margin-top: 15px;
    text-align: center;
  }
  .cont_ttl {
    display: block;
    margin-bottom: 30px;
  }
  .cont_ttl::after {
    content: none;
  }
  .cont_ttl h3 {
    max-width: none;
    margin-bottom: 20px;
  }
  .cont_ttl h3::after {
    content: none;
  }
  .cont_ttl p {
    max-width: none;
    font-size: 14px;
  }
  .cont_list ul {
    display: block;
  }
  .cont_list ul li {
    max-width: none;
    padding-bottom: 150px;
  }
  .cont_list ul li:nth-of-type(2) {
    margin-top: 25px;
  }
  .cont_list ul li dl dd br {
    display: inline;
  }
  .cont_list ul li .contact p.tel span {
    display: block;
  }
  .cont_list ul li .contact p a {
    pointer-events: auto;
    color: #2469af;
    text-decoration: underline;
  }
}
section.asset-single h4 {
  font-size: 30px;
  color: #2469af;
  font-weight: 600;
  margin-bottom: 35px;
}

section.asset-single .txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

section.asset-single .txt p {
  font-size: 14px;
  line-height: 1.57;
  flex-basis: 44%;
  max-width: 44%;
}

section.asset-single .txt dl {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 44%;
  max-width: 44%;
}

section.asset-single .txt dl dt,
section.asset-single .txt dl dd {
  font-size: 12px;
  padding-left: 10px;
  border-bottom: dashed 1px #cccccc;
  padding-top: 18px;
  padding-bottom: 18px;
}

section.asset-single .txt dl dt:first-of-type,
section.asset-single .txt dl dd:first-of-type {
  border-top: dashed 1px #cccccc;
}

section.asset-single .txt dl dt {
  flex-basis: 90px;
  max-width: 90px;
  display: flex;
  align-items: center;
}

section.asset-single .txt dl dd {
  flex-basis: calc(100% - 20px - 90px);
  max-width: calc(100% - 20px - 90px);
}

section.asset-single .map {
  margin-top: 50px;
}

section.asset-single .map a {
  display: block;
  max-width: 300px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #d30000;
  padding: 15px;
  border-radius: 10px;
  border: solid #7E0002;
  border-width: 0 2px 2px 0;
}

section.asset-single .map a:hover {
  border: solid #7E0002;
  border-width: 2px 0 0 2px;
  opacity: 0.8;
}

section.asset-single aside {
  margin-top: 65px;
  border: solid 1px #9c9887;
  background-color: #FFFFBB;
  padding: 30px 20px;
}

section.asset-single aside strong {
  display: block;
  color: #75273d;
  padding-bottom: 20px;
  border-bottom: solid 1px #75273d;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: normal;
}

section.asset-single aside strong br {
  display: none;
}

section.asset-single aside strong span {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

section.asset-single aside .aside_cont .logo {
  text-align: center;
  margin: 50px 0;
}

section.asset-single aside .aside_cont .logo img {
  max-width: 276px;
}

section.asset-single aside .aside_cont p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

section.asset-single aside .aside_cont p em {
  display: block;
  font-style: normal;
  color: #75273d;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
}

section.asset-single aside .aside_inner .aside_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.asset-single aside .aside_inner .aside_wrap .aside_box {
  flex-basis: 49%;
  background-color: #fff;
  padding: 15px;
  margin-top: 20px;
}

section.asset-single aside .aside_inner .aside_wrap .aside_box:nth-of-type(1),
section.asset-single aside .aside_inner .aside_wrap .aside_box:nth-of-type(2) {
  margin-top: 0;
}

section.asset-single aside .aside_inner .aside_wrap .aside_box .img {
  margin-bottom: 15px !important;
}

section.asset-single aside .aside_inner .aside_wrap .aside_box em {
  display: block;
  font-style: normal;
  font-size: 20px;
  border-left: solid 10px #75273d;
  margin-bottom: 15px;
  padding: 5px 10px;
}

section.asset-single aside .aside_inner .aside_wrap .aside_box ul {
  margin-bottom: 20px;
}

section.asset-single aside .aside_inner .aside_wrap .aside_box ul li {
  font-size: 14px;
  border-bottom: dotted 1px #75273d;
  padding: 5px;
  line-height: 1.5;
  display: flex;
}

section.asset-single aside .aside_inner .aside_wrap .aside_box ul li:first-of-type {
  border-top: dotted 1px #75273d;
}

section.asset-single aside .aside_inner .aside_wrap .aside_box ul li span {
  display: inline-block;
  vertical-align: top;
}

section.asset-single aside .aside_inner .aside_wrap .aside_box ul li span:first-of-type {
  width: 25%;
}

section.asset-single aside .aside_inner .aside_wrap .aside_box ul li span:last-of-type {
  border-left: solid 1px #75273d;
  padding-left: 10px;
  width: calc(75% - 10px);
}

section.asset-single aside .aside_inner .aside_wrap .aside_box a.tel {
  display: inline;
  font-size: 14px;
  pointer-events: none;
}

section.asset-single aside .aside_inner .aside_wrap .aside_box p {
  font-size: 14px;
  line-height: 1.5;
}

.btn_to_index {
  text-align: right;
  margin-top: 65px;
}

.btn_to_index a {
  display: inline-block;
  width: 150px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #2469af;
  padding: 7px 0;
}

.btn_to_index a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(img/detail_arrow.png);
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 1px;
}

@media screen and (max-width: 700px) {
  section.asset-single aside .aside_inner .aside_wrap {
    display: block;
  }
  section.asset-single aside .aside_inner .aside_wrap .aside_box:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .asset_page_link ul {
    flex-wrap: wrap;
  }
  .asset_page_link ul li {
    flex-basis: 50%;
  }
  .asset_page_link ul li a {
    border-top: solid 1px #2469af;
  }
  .asset_page_link ul li:nth-of-type(1) a,
  .asset_page_link ul li:nth-of-type(2) a {
    border-top: none;
  }
  .asset_page_link ul li:nth-of-type(2n+1) a {
    border-left: none;
  }
  .commercial_facility .asset_page_link ul li:nth-of-type(1) a::after,
  .rental_house .asset_page_link ul li:nth-of-type(2) a::after,
  .office .asset_page_link ul li:nth-of-type(3) a::after,
  .parking .asset_page_link ul li:nth-of-type(4) a::after {
    content: none;
  }
  article .ttl h3 {
    margin-bottom: 40px;
  }
  section.asset-single h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  section.asset-single .txt {
    display: block;
  }
  section.asset-single .txt p {
    max-width: none;
  }
  section.asset-single .txt dl {
    max-width: none;
    margin-top: 15px;
  }
  section.asset-single .txt dl dt,
  section.asset-single .txt dl dd {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section.asset-single aside {
    padding: 20px 10px;
  }
  section.asset-single aside strong {
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  section.asset-single aside strong br {
    display: inline;
  }
  section.asset-single aside strong span {
    display: block;
    text-align: right;
    margin-top: 10px;
  }
  section.asset-single aside .aside_inner .aside_wrap .aside_box a.tel {
    color: #2469af;
    text-decoration: underline;
    pointer-events: auto;
  }
}
/************************************
*既存アセットコピー END
*************************************/
.parking-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.cont_list ul li.close .ttl a {
  display: none;
}

.asset-single {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.asset-single .map {
  width: 100%;
  aspect-ratio: 2;
}
.asset-single .img img {
  width: 100%;
}

.bukken-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .bukken-nav {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .bukken-nav {
    flex-wrap: wrap;
  }
}
.bukken-nav-group {
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .bukken-nav-group {
    width: 100%;
    padding: 0;
  }
}
.bukken-nav-group:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .bukken-nav-group:nth-of-type(1) {
    flex-wrap: wrap;
    border-right: none;
  }
}
.bukken-nav-group:nth-of-type(1) p {
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .bukken-nav-group:nth-of-type(1) p {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
}
.bukken-nav-group:nth-of-type(1) a {
  padding: 0 1rem;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .bukken-nav-group:nth-of-type(1) a {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bukken-nav-group:nth-of-type(2) {
    margin-top: 4rem;
    text-align: center;
  }
}
.bukken-nav-group a {
  color: #333;
  position: relative;
  display: inline-block;
}
.bukken-nav-group a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1em;
  opacity: 0.3;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 0.3rem;
  height: 0.3rem;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.bukken-nav-group a:hover::before {
  bottom: -1.3em;
}

.bukken-inner {
  width: 100%;
}
.bukken .bukken-block {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: transform 0.3s;
  margin-bottom: 3rem;
  padding: 1.5rem;
}
.bukken .bukken-block-thumb {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bukken .bukken-block-thumb {
    width: 100%;
  }
}
.bukken .bukken-block-thumb img {
  aspect-ratio: 1.8;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bukken .bukken-block-thumb p {
  position: absolute;
  left: 0;
  top: 0;
  background: #333;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 12px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .bukken .bukken-block-thumb p {
    font-size: 10.5px;
  }
}
.bukken .bukken-block-info {
  width: 50%;
  padding-left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .bukken .bukken-block-info {
    width: 100%;
    padding-left: 0;
  }
}
.bukken .bukken-block-info-title {
  color: #ae8a61;
  margin-bottom: 0.2em;
}
.bukken .bukken-block-info dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 14px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .bukken .bukken-block-info dl {
    font-size: 12.25px;
  }
}
.bukken .bukken-block-info dl dt:not(:last-of-type), .bukken .bukken-block-info dl dd:not(:last-of-type) {
  margin-bottom: 0.8em;
}
.bukken .bukken-block-info dl dt {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .bukken .bukken-block-info dl dt {
    width: 15%;
  }
}
.bukken .bukken-block-info dl dt span {
  white-space: nowrap;
  display: inline-block;
  border-right: 1px solid #ae8a61;
  padding: 0.3em 1em;
  line-height: 1;
  color: #ae8a61;
  text-align: left;
}
.bukken .bukken-block-info dl dd {
  width: 85%;
}
.bukken .bukken-block-info dl dd span {
  line-height: 1;
}
.bukken .bukken-block-info-text {
  font-size: 14px;
}
.bukken .bukken-block-info-tags .tag {
  display: inline-block;
  background-color: #D4C0A7;
  color: #754C24;
  border-radius: 20px;
  padding: 0.2rem 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.4;
}
.bukken .bukken-block-info-tags .tag:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .bukken .bukken-block-info-tags .tag {
    font-size: 12px;
  }
}
.bukken .bukken-block-info-link {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .bukken .bukken-block-info-link {
    display: block;
  }
}
.bukken .bukken-block-info-link a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #333;
  font-size: 14px;
  padding: 0.5em 0;
  line-height: 1;
  transition: opacity 0.5s;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .bukken .bukken-block-info-link a {
    font-size: 12.25px;
  }
}
.bukken .bukken-block-info-link a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .bukken .bukken-block-info-link a {
    margin-top: 0.5rem;
  }
}
.bukken .bukken-block-info-link a:not(:last-of-type) {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .bukken .bukken-block-info-link a:not(:last-of-type) {
    margin-right: 0;
  }
}
.bukken .bukken-block-info-link a.link-site {
  background: #333;
}
.bukken .bukken-block-info-link a.link-plan {
  background: #A8A062;
}
.bukken .bukken-block-info-link a.link-request {
  background: #B07D37;
}
.bukken .bukken-block-info-link a.link-machi {
  background-color: #191970;
}
.bukken .bukken-block-info-link a.link-none {
  background-color: #CCCCCC;
  color: #999;
  pointer-events: none;
  margin-top: 0;
}
.bukken .area {
  margin-bottom: 5rem;
}
.bukken .area-title {
  width: 100%;
  margin-bottom: 3rem;
  background: #ae8a61;
  padding: 2rem 0;
}
.bukken .area-title p {
  text-align: center;
  color: #fff;
}
.bukken .area-title p:nth-of-type(1) {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .bukken .area-title p:nth-of-type(1) {
    font-size: 17.5px;
  }
}
.bukken .area-title p:nth-of-type(2) {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .bukken .area-title p:nth-of-type(2) {
    font-size: 26.25px;
  }
}
.bukken .area .list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 500px;
}

#container .wrap {
  margin: 0 auto !important;
}

#bcl {
  margin: 0 10px;
}

.responsive.pc {
  display: none;
}

.responsive.sp {
  display: block;
}

@media (min-width: 768px) {
  .responsive.pc {
    display: block;
  }
  .responsive.sp {
    display: none;
  }
}
img {
  max-width: 100%;
}

.pat-inner {
  max-width: 1000px;
  padding: 0 10px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .pat-inner {
    padding: 0 15px;
  }
}
.pat-title {
  margin: 0;
}

.pat-title.mt60 {
  margin-top: 60px;
}

.pat-title img {
  max-width: 980px;
  width: 100%;
}

.pta-detail {
  position: relative;
  max-width: 870px;
  width: calc(100% - 30px);
  margin: 60px auto 0;
}

@media (min-width: 768px) {
  .pta-detail {
    margin: auto;
  }
}
.pta-detail .person {
  position: absolute;
  right: 0px;
  top: -60px;
  bottom: auto;
  width: 50%;
}

@media (min-width: 768px) {
  .pta-detail .person {
    right: -30px;
    top: auto;
    bottom: 0;
    width: 18%;
  }
}
.pat-merit-ttl {
  margin: 30px 0;
}

.pat-merit-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pat-merit {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  padding: 10px 0 30px 20px;
  width: 100%;
  box-sizing: border-box;
}

.pat-merit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 22px);
  height: calc(100% - 50px);
  border: 1px solid #2469af;
  z-index: -1;
}

.pat-merit::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -7px;
  width: 96px;
  height: 72px;
  z-index: 3;
}

.pat-merit[data-num="1"]::after {
  background-image: url("../img/asset/parking/owner/merit-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

.pat-merit[data-num="2"]::after {
  background-image: url("../img/asset/parking/owner/merit-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

.pat-merit[data-num="3"]::after {
  background-image: url("../img/asset/parking/owner/merit-3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

.pat-merit[data-num="4"]::after {
  background-image: url("../img/asset/parking/owner/merit-4.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

.pat-merit[data-num="5"]::after {
  background-image: url("../img/asset/parking/owner/merit-5.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

.pat-merit[data-num="6"]::after {
  background-image: url("../img/asset/parking/owner/merit-6.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

@media (min-width: 768px) {
  .pat-merit {
    width: 49%;
  }
}
.pat-merit-lbl {
  margin: 15px 0 15px;
  padding: 0 0 0 60px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #2469af;
}

.pat-merit-txt {
  padding: 18px;
  font-size: 1rem;
  line-height: 1.5;
  background: #d3e1ef;
  height: 100%;
}

@media (min-width: 768px) {
  .pat-merit-txt {
    font-size: 1.125rem;
  }
}
.pat-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .pat-area {
    flex-direction: row;
  }
}
.pat-area {
  margin: 50px 0;
}

.pat-area-box {
  width: 100%;
}

.pat-area-picture {
  width: 340px;
}

.pat-area-lbl {
  margin: 0 0 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #9e8501;
}

.pat-area-lbl span {
  display: inline;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .pat-area-lbl {
    font-size: 1.375rem;
  }
  .pat-area-lbl span {
    font-size: 1.375rem;
  }
}
.pat-area-lbl::before {
  content: "■";
}

@media (min-width: 768px) {
  .pat-area-lbl br {
    display: none;
  }
}
.pat-area-txt {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.5;
}

.pat-area-txt dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.pat-area-txt dt {
  font-weight: 400;
  min-width: 72px;
}

@media (min-width: 768px) {
  .pat-area-txt {
    font-size: 1.125rem;
  }
}
.pat-area-picture {
  margin: auto;
}

#contact {
  padding: 30px 10px;
  background: #f5f2e9;
  box-sizing: border-box;
}

#contact .title {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  #contact .title {
    margin-bottom: 36px;
  }
}
#contact .text {
  width: 100%;
  max-width: 850px;
  font-size: 1rem;
  margin: auto;
  line-height: 1.5;
}

#contact .text span {
  display: inline-block;
  padding: 1px 10px;
  font-weight: 700;
  color: #fff;
  background: #ff0000;
}

@media (min-width: 768px) {
  #contact .text {
    font-size: 1.125rem;
  }
}
#contact .note {
  width: 100%;
  max-width: 600px;
  font-size: 0.875rem;
  margin: 30px auto 20px;
  line-height: 1.5;
}

#contact .note a {
  text-decoration: underline;
  color: #2469af;
}

#contact form {
  margin: 20px auto;
  padding: 30px 10px;
  max-width: 1000px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

#contact form .block {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 10px auto;
  border-top: 1px solid #9e8501;
  border-left: 1px solid #9e8501;
  border-right: 1px solid #9e8501;
}

#contact form .block::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #9e8501;
  z-index: 1;
}

#contact form .block dl {
  display: block;
  font-size: 1rem;
}

#contact form .block dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
  line-height: 2.125;
  color: #fff;
  background: #bbaa4d;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

#contact form .block dt::after {
  content: "任意";
  display: block;
  margin: 6px 0 0;
  padding: 3px 10px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #2469af;
}

#contact form .block dt.required {
  background: #9e8501;
}

#contact form .block dt.required::after {
  content: "必須";
  background: #f00;
}

#contact form .block dd {
  padding: 0 20px 15px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #9e8501;
}

#contact form button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#contact form button:hover {
  opacity: 0.7;
}

#contact form button#conf {
  position: relative;
  display: block;
  margin: auto;
  max-width: 350px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 1.5rem;
  color: #fff;
  background: #d4145a;
}

#contact form button#conf::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: border-box;
  transform: rotate(135deg);
}

@media (min-width: 768px) {
  #contact form .block dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 1.125rem;
  }
  #contact form .block dt {
    width: 300px;
  }
}
#contact dd.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

#contact label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #9e8501;
}

#contact input, #contact select, #contact textarea {
  display: block;
  padding: 0.5em 0.75em;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #9e8501;
  box-sizing: border-box;
}

#contact textarea {
  resize: vertical;
}

#contact input::placeholder, #contact select::placeholder, #contact textarea::placeholder {
  color: #cec280;
}

#contact input:focus, #contact select:focus, #contact textarea:focus {
  outline-color: #9e8501;
}

#contact .field-sm {
  margin: 15px 20px 0 0;
  width: 240px;
}

#contact .field-md {
  position: relative;
  margin: 15px 20px 0 0;
  max-width: 440px;
  width: 100%;
}

#contact .hst {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
}

#contact .hst::after {
  content: "[半角英数字]";
  min-width: 100px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: right;
  color: #9e8501;
}

#contact .field-full {
  margin: 15px 20px 0 0;
  width: 100%;
}

#contact .help {
  margin: 10px 0 0;
  font-size: 0.875rem;
}

#contact .field-zip {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#contact .field-zip button {
  display: block;
  margin-top: 10px;
  width: 130px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background: #9e8501;
  border-radius: 4px;
}

#contact .field-unit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  margin: 15px 20px 0 0;
  width: 180px;
}

#contact .field-unit .unit {
  margin-left: 5px;
}

/* modal */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

#modal.hidden {
  display: none;
}

.modal-inner {
  max-width: 540px;
  width: 80%;
  max-height: 80vh;
  padding: 1.5rem;
  background: #fff;
  overflow-y: scroll;
}

.modal-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.modal-body {
  margin: 1rem 0;
}

.modal-body dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: -1px 0 0;
  padding: 0.75rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.modal-body dt {
  font-weight: 400;
  min-width: 6rem;
  line-height: 1.5;
}

.modal-body dd {
  font-weight: 400;
  line-height: 1.5;
}

.modal-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.modal-footer button {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem !important;
  border-radius: 0.25rem;
}

.modal-footer button + button {
  margin-left: 1rem;
}

.modal-footer button#submit {
  color: #fff;
  background: #2469af;
}

.modal-footer button#cancel {
  color: #424242;
  background: #ccc;
}

@media (max-width: 767px) {
  .pat-sp-only {
    display: block !important;
  }
}
.pat-sp-only {
  display: none;
}

.results {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.results-bukken-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3rem;
}

/* bukken box */
.bukkenBox {
  width: calc((100% - 3rem) / 4);
  background: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .bukkenBox {
    width: 100%;
  }
}
.bukkenBox:not(:nth-of-type(4n)) {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .bukkenBox:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
}

.bukkenBox .inner {
  padding: 1.5rem;
}

.bukkenBox .photo {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.bukkenBox .photo img {
  max-width: 100%;
  transition: opacity 0.4s;
}

.bukkenBox .photo a:hover img {
  opacity: 0.4;
}

.bukkenBox .infoArea {
  width: 100%;
}

.bukkenBox .infoArea h4 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
}

.bukkenBox .infoArea dl {
  display: table;
  margin-bottom: 10px;
  font-size: 10px;
}

.bukkenBox .infoArea dt, .bukkenBox .infoArea dd {
  display: table-cell;
  vertical-align: middle;
}

.bukkenBox .infoArea dt {
  padding: 5px 7px;
  width: 2em;
  background: #e6dbba;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.bukkenBox .infoArea dd {
  padding-left: 5px;
  line-height: 1.4;
  font-size: 12px;
}

.bukkenBox .infoArea .txt {
  font-size: 12px;
  line-height: 1.5;
}

.bukkenBox .infoArea .txt02 {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  background: url(../imgs/bg-dot.gif) repeat-x 0 0;
}

.bukkenBox .btArea {
  clear: both;
  margin-top: 14px;
  padding-top: 15px;
  background: url(../imgs/bg-dot.gif) repeat-x 0 0;
}

.bukkenBox .btArea li {
  width: 31.645%;
}

.bukkenBox .btArea li.bt01, .bukkenBox .btArea li.bt02 {
  margin-right: 2.532%;
}

.bukkenBox .btArea li.bt04 {
  width: 65.823%;
}

.bukkenBox .btArea li.bt05 {
  width: 100%;
}

.bukkenBox .btArea li a, .bukkenBox .btArea li span {
  display: block;
  width: 100%;
  padding: 7px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.bukkenBox .btArea li a {
  background-image: url(../imgs/bg-arrow.png);
  background-position: 15px 50%;
  background-repeat: no-repeat;
}

.bukkenBox .btArea li.v_hidden a {
  visibility: hidden;
}

.bukkenBox .btArea li a:hover {
  text-decoration: none;
}

.bukkenBox .btArea li.bt01 a {
  background-color: #494949;
}

.bukkenBox .btArea li.bt02 a {
  background-color: #a57147;
}

.bukkenBox .btArea li.bt03 a {
  background-color: #a58e47;
}

.bukkenBox .btArea li.bt01 a:hover {
  background-color: #7f7f7f;
}

.bukkenBox .btArea li.bt02 a:hover {
  background-color: #c09b7e;
}

.bukkenBox .btArea li.bt03 a:hover {
  background-color: #c0b07e;
}

.bukkenBox .btArea li.bt04 span, .bukkenBox .btArea li.bt05 span {
  background-color: #b00000;
}

/* photo box */
.photoBox {
  margin-bottom: 35px;
  background: #f9f5ea;
}

.photoBox .inner {
  padding: 35px 35px 25px 35px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .photoBox .inner {
    flex-wrap: wrap;
  }
}

.photoBox .fl {
  width: 47.647%;
}
@media screen and (max-width: 767px) {
  .photoBox .fl {
    width: 100%;
  }
}

.photoBox .fr {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .photoBox .fr {
    width: 100%;
  }
}

.photoBox .photo03 {
  margin-top: 20px;
}

.btPdf {
  margin-bottom: 40px;
  text-align: center;
}

/*20191029_mizuno_追記*/
.pc {
  display: block;
}

.sp {
  display: none;
}

/*20191029_mizuno_追記ここまで*/
/**/
@media screen and (max-width: 1220px) {
  .base #gHeader .wrap, .base #container .wrap {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  #main {
    width: 73%;
  }
  #side {
    width: 25%;
  }
  .bukkenBox .photo, .bukkenBox .infoArea {
    float: none;
    width: 100%;
  }
  .bukkenBox .photo {
    margin-bottom: 10px;
  }
  .bukkenBox .infoArea h4 br, .bukkenBox .infoArea dd br {
    display: none;
  }
  .bukkenBox .btArea li, .bukkenBox .btArea li.bt04 {
    width: 100%;
  }
  .bukkenBox .btArea li.bt05 {
    width: 100%;
  }
  .bukkenBox .btArea li.bt01, .bukkenBox .btArea li.bt02 {
    margin: 0 0 5px 0;
  }
  .photoBox .photo03 {
    margin-top: 4%;
  }
}
.results-section-title {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .results-section-title {
    font-size: 17.5px;
  }
}

.results-lead01, .results-lead02 {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .results-lead01 p, .results-lead02 p {
    text-align: justify;
  }
}

.results-lead02 h4 {
  font-weight: normal;
  color: #ae8a61;
  background: rgba(174, 138, 97, 0.1);
  padding: 0.5em 0;
}/*# sourceMappingURL=style.css.map */</pre></body></html>