@charset "UTF-8";
/*********************************************************
base
*********************************************************/
* {
  box-sizing: border-box;
}

body {
  background: #232323;
  color: #b5b5b5;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

span {
  font-weight: inherit;
}

button {
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.main {
  background-image: url(image.php?id=007);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.page-contact {
  background-image: url(image.php?id=022);
  background-position: center;
  background-size: cover;
  padding: 100px;
}
@media (max-width: 480px) {
  .page-contact {
    padding: 100px 30px;
  }
}

.page-contact__ttl {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 480px) {
  .page-contact__ttl {
    font-size: 14px;
  }
}

.page-contact__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .page-contact__container {
    flex-direction: column;
  }
}

.page-contact__box {
  font-size: 14px;
  text-align: center;
  width: 400px;
}
@media (max-width: 1024px) {
  .page-contact__box {
    width: 100%;
  }
}
.page-contact__box:first-child {
  position: relative;
}
@media (max-width: 1024px) {
  .page-contact__box:first-child {
    padding-bottom: 30px;
  }
}
.page-contact__box:first-child::after {
  background: #917b55;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
}
@media (min-width: 1025px) {
  .page-contact__box:first-child::after {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .page-contact__box:first-child::after {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    max-width: 400px;
    height: 1px;
  }
}
@media (max-width: 1024px) {
  .page-contact__box:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .page-contact__box:last-child {
    margin-top: 50px;
  }
}

.page-contact__btn a {
  background: #b28f51;
  border-radius: 10px;
  color: #232323;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 100px 20px 50px;
  position: relative;
  width: 300px;
}
@media (max-width: 768px) {
  .page-contact__btn a {
    padding: 20px 50px 20px 30px;
    width: 100%;
    max-width: 300px;
  }
}
.page-contact__btn a span {
  background: #232323;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.page-contact__btn a span::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
  color: #b28f51;
  content: "";
  margin: -2.5px 0 0 -2.5px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.page-contact-tel__txt2 {
  color: #b28f51;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 10px;
}
.page-contact-tel__txt2 svg {
  display: inline-block;
  fill: #b28f51;
  width: 22px;
  height: 22px;
}

.page-contact-tel__txt3 {
  margin-top: 10px;
}

.more-btn {
  display: flex;
  align-items: center;
  position: relative;
}
.more-btn:hover .more-btn__txt::after {
  display: none;
}

.more-btn__txt {
  color: #917b55;
  margin-right: 15px;
  padding: 3px;
  position: relative;
}
.more-btn__txt::after {
  background: #917b55;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.more-btn__icon {
  background: #917b55;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}
.more-btn__icon::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  transform: rotate(45deg);
  color: #232323;
  content: "";
  margin: -4px 0 0 -6px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ttl::after {
  background: #b5b5b5;
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
}

.ttl__en {
  font-size: 46px;
  margin-right: 30px;
  white-space: nowrap;
}

.ttl__jp {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
}

.ttl2 {
  background-image: url(image.php?id=005);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50px 30px;
  padding-top: 45px;
  text-align: center;
}

.ttl2__jp,
.ttl2__en {
  display: block;
}

.ttl2__jp {
  font-size: 14px;
}

.ttl2__en {
  color: #917b55;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .ttl2__en {
    font-size: 36px;
  }
}

.page-header {
  margin: 0 auto;
  max-width: 600px;
  padding-top: 150px;
}
@media (max-width: 600px) {
  .page-header {
    padding-top: 100px;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.page-header__logo {
  text-align: center;
}
.page-header__logo img {
  width: 200px;
}

.page-header__ttl {
  margin-top: 20px;
  text-align: center;
}

.page-mv {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 480px) {
  .page-mv {
    margin-top: 50px;
  }
}
@media (min-width: 481px) {
  .page-mv img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 400px;
  }
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.breadcrumbs__item {
  font-size: 14px;
  font-weight: bold;
}
.breadcrumbs__item:first-child {
  margin-right: 5px;
}

.breadcrumbs__link::after {
  content: "/";
  padding-left: 5px;
}

.top-content {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  background-image: url(image.php?id=025);
  background-position: top 180px center;
  background-repeat: no-repeat;
  padding-top: 120px;
  position: relative;
}
@media (min-width: 769px) {
  .top-content {
    background-size: 400px;
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .top-content {
    background-position: center;
    background-size: contain;
  }
}
.top-content::before {
  background: #b5b5b5;
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1px;
  height: 60px;
}

.top-content__ttl {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 850px) {
  .top-content__ttl {
    font-size: 48px;
    font-size: 5.6470588235vw;
  }
}

.top-content__dl {
  margin: 50px auto 0;
  max-width: 500px;
}
@media (max-width: 500px) {
  .top-content__dl {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.top-content__dt {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 400px) {
  .top-content__dt {
    font-size: 16px;
    font-size: 4vw;
  }
}

.top-content__dd {
  margin-top: 15px;
}
.top-content__dd p {
  color: #c6aa88;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.top-content__dd p:not(:first-child) {
  margin-top: 30px;
}

/*********************************************************
header
*********************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .header__inner {
    padding-top: 10px;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.header__logo {
  z-index: 4;
}
.header__logo img {
  width: 150px;
}

@media (max-width: 1024px) {
  .gnav {
    background: #917b55;
    position: fixed;
    top: -100vh;
    left: 0;
    transition: 0.5s;
    width: 100%;
    height: 100vh;
    z-index: 2;
  }
  .gnav.open {
    padding-top: 50px;
    top: 0;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .gnav.open {
    padding-top: 70px;
  }
}

@media (max-width: 1024px) {
  .gnav__inner {
    height: calc(100vh - 50px);
    overflow: auto;
  }
}
@media (max-width: 480px) {
  .gnav__inner {
    height: calc(100vh - 70px);
  }
}

.gnav__list {
  display: flex;
}
@media (max-width: 1024px) {
  .gnav__list {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (min-width: 1025px) {
  .gnav__item:not(:last-child) {
    margin-right: 50px;
  }
  .gnav__item:first-child {
    position: relative;
  }
  .gnav__item:first-child::after {
    background: #b5b5b5;
    content: "";
    position: absolute;
    top: 13px;
    right: -40px;
    width: 30px;
    height: 1px;
  }
}
@media (max-width: 1024px) {
  .gnav__item:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .gnav__item:not(:first-child) {
    margin-top: 15px;
  }
}
.gnav__item a {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .gnav__item a {
    color: #fff;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .gnav__item a {
    font-size: 16px;
  }
}
.gnav__item a:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .gnav__contact {
    display: none;
  }
}
.gnav__contact a {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 30px;
}
.gnav__contact a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #232323;
}

.header__contact {
  font-size: 12px;
  margin: 50px auto 0;
  max-width: 300px;
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
}
@media (min-width: 1025px) {
  .header__contact {
    display: none;
  }
}

.header-form,
.header-tel {
  border-top: 1px solid #b28f51;
  padding: 20px 0;
}

.header-form__btn {
  background: #232323;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding: 15px;
}

.header-tel__icon {
  fill: #fff;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.header-tel__link {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}

.header-tel__txt2 {
  margin-top: 5px;
}

.menu-btn {
  display: none;
  z-index: 4;
}
@media (max-width: 1024px) {
  .menu-btn {
    display: block;
  }
}

.menu-btn__inner {
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 30px;
}

.menu-btn__bar {
  background: #FFF;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.5s;
  width: 100%;
}
.menu-btn__bar::before, .menu-btn__bar::after {
  background: #FFF;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transition: 0.5s;
  width: 100%;
}
.menu-btn__bar::before {
  margin-top: -7px;
}
.menu-btn__bar::after {
  margin-top: 5px;
}

.close .menu-btn__bar {
  background: transparent;
}
.close .menu-btn__bar::before, .close .menu-btn__bar::after {
  margin-top: 0;
}
.close .menu-btn__bar::before {
  transform: rotate(45deg);
}
.close .menu-btn__bar::after {
  transform: rotate(-45deg);
}

/*********************************************************
footer
*********************************************************/
.footer-bottom {
  background-image: url(image.php?id=013);
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .footer-bottom {
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .footer-bottom {
    padding: 50px 0;
  }
}

.footer-bottom__container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer-bottom__container {
    align-items: center;
    flex-direction: column-reverse;
  }
}

.footer-bottom-logo,
.footer-bottom-nav,
.footer-bottom-info {
  width: 32%;
}
@media (max-width: 1200px) {
  .footer-bottom-logo,
  .footer-bottom-nav,
  .footer-bottom-info {
    width: 100%;
  }
}

.footer-bottm-logo {
  text-align: center;
}
@media (min-width: 1201px) {
  .footer-bottm-logo {
    align-self: flex-end;
  }
}
@media (max-width: 1200px) {
  .footer-bottm-logo {
    margin-top: 50px;
  }
}

.footer-bottm-logo__img {
  text-align: center;
}
.footer-bottm-logo__img img {
  width: 200px;
}

.footer-bottm-logo__copy {
  font-size: 12px;
  margin-top: 30px;
}

.footer-bottom-nav {
  text-align: center;
}
@media (max-width: 1200px) {
  .footer-bottom-nav {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .footer-bottom-nav {
    padding: 0 30px;
    text-align: left;
  }
}

.footer-bottom-nav__list {
  display: inline-block;
}

.footer-bottom-nav__item {
  padding-left: 15px;
  position: relative;
  text-align: left;
}
.footer-bottom-nav__item:not(:first-child) {
  margin-top: 15px;
}
.footer-bottom-nav__item::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  transform: rotate(45deg);
  content: "";
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  left: 0;
}
.footer-bottom-nav__item a {
  font-size: 14px;
  line-height: 1;
}
.footer-bottom-nav__item a:hover {
  color: #fff;
}

@media (min-width: 1201px) {
  .footer-bottom-info {
    align-self: center;
  }
}
@media (max-width: 1200px) {
  .footer-bottom-info {
    text-align: center;
  }
}

.footer-bottom-info__tel {
  font-size: 24px;
  font-weight: bold;
}
.footer-bottom-info__tel svg {
  display: inline-block;
  fill: #b5b5b5;
  width: 18px;
  height: 18px;
}

.footer-bottom-info__address {
  font-size: 14px;
  margin-top: 20px;
}

.page-top {
  height: 160px;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .page-top {
    right: 50px;
  }
}
.page-top:hover .page-top__arrow {
  top: 25px;
}

.page-top__circle {
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
}

.page-top__arrow {
  display: block;
  height: 100px;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.page-top__arrow::before, .page-top__arrow::after {
  background: #b5b5b5;
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
}
.page-top__arrow::before {
  margin-left: -4px;
  transform: rotate(30deg);
  width: 1px;
  height: 14px;
}
.page-top__arrow::after {
  width: 1px;
  height: 60px;
}

.page-top__txt {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
}

/*********************************************************
index.html
*********************************************************/
.mv {
  position: relative;
}

.mv__img {
  text-align: center;
}
@media (max-width: 768px) {
  .mv__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 90vh;
  }
}

.mv__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  height: 100%;
  position: relative;
}

.mv__txt {
  padding-left: 50px;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 480px;
}
@media (max-width: 1024px) {
  .mv__txt {
    left: 5%;
  }
}
@media (max-width: 768px) {
  .mv__txt {
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  .mv__txt {
    padding-left: 5%;
    width: 80%;
  }
}
@media (max-height: 400px) {
  .mv__txt {
    bottom: 10px;
  }
}
.mv__txt::before {
  background: #917b55;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}
.mv__txt p {
  color: #917b55;
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .mv__txt p {
    font-size: 12px;
    font-size: 2.3vw;
  }
}
@media (max-width: 400px) {
  .mv__txt p {
    font-size: 3vw;
  }
}
@media (max-height: 400px) {
  .mv__txt p {
    font-size: 10px;
  }
}

.mv__ttl {
  color: #fff;
  font-size: 36px;
}
@media (max-width: 600px) {
  .mv__ttl {
    font-size: 24px;
    font-size: 6vw;
  }
}
@media (max-height: 400px) {
  .mv__ttl {
    font-size: 18px;
  }
}

.mv__border {
  background: #917b55;
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 1px;
  height: 150px;
}
@media (max-width: 768px) {
  .mv__border {
    bottom: -90px;
    height: 80px;
  }
}
.mv__border::after {
  background: #917b55;
  border-radius: 50%;
  content: "";
  margin-left: -2.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 5px;
  height: 5px;
}

.home-about {
  display: flex;
  margin: 0 auto;
  max-width: 2000px;
  padding: 150px 0;
}
@media (max-width: 768px) {
  .home-about {
    flex-direction: column;
  }
}

.home-about__img {
  width: 45%;
}
@media (max-width: 1024px) {
  .home-about__img {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .home-about__img {
    width: 100%;
  }
}
.home-about__img img {
  border: 1px solid #917b55;
}

.home-about__txt {
  max-width: 700px;
  padding: 50px 100px;
  position: relative;
}
@media (max-width: 1500px) {
  .home-about__txt {
    padding-bottom: 100px;
  }
}
@media (max-width: 1400px) {
  .home-about__txt {
    padding: 0 50px 100px;
    width: 50%;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .home-about__txt {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .home-about__txt {
    margin-top: 50px;
    padding: 0 20px 200px;
    width: 100%;
  }
}
.home-about__txt::after {
  background-image: url(image.php?id=004);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
@media (max-width: 768px) {
  .home-about__txt::after {
    background-position: left -50px center;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .home-about__txt::after {
    background-position: left -80px center;
  }
}

.home-about__txt2 {
  margin-top: 50px;
}

.home-about__txt3 {
  color: #917b55;
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
}

.home-about__btn {
  margin: 50px 0 0 auto;
  max-width: 150px;
}
@media (max-width: 768px) {
  .home-about__btn {
    margin: 50px auto 0;
  }
}

.home-lineup {
  background-color: #1c1c1c;
  margin-top: 100px;
  overflow-x: clip;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .home-lineup {
    margin-top: 50px;
  }
}
.home-lineup::after {
  background-image: url(image.php?id=006);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 800px;
  height: 200px;
  z-index: -1;
}

.home-lineup__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 1100px) {
  .home-lineup__container {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 980px) {
  .home-lineup__container {
    flex-direction: column-reverse;
  }
}

.home-lineup__box:first-child {
  text-align: center;
  width: 280px;
}
@media (min-width: 981px) {
  .home-lineup__box:first-child {
    margin-top: 50px;
  }
}
@media (max-width: 980px) {
  .home-lineup__box:first-child {
    margin: 50px auto 0;
    width: 250px;
  }
}
.home-lineup__box:last-child {
  display: flex;
}
@media (max-width: 980px) {
  .home-lineup__box:last-child {
    flex-direction: column;
  }
}

.home-lineup__dl {
  margin-top: 30px;
}
.home-lineup__dl dt {
  color: #fff;
  font-size: 18px;
}
.home-lineup__dl dd {
  color: #917b55;
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
  text-align: left;
}

.home-lineup__btn {
  display: inline-block;
  margin-top: 30px;
}

.home-lineup-card {
  position: relative;
}
@media (min-width: 981px) {
  .home-lineup-card:first-child {
    top: -30px;
    margin-right: 15px;
  }
}
@media (min-width: 981px) {
  .home-lineup-card:last-child {
    bottom: -30px;
  }
}

.home-lineup-card__img {
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #917b55;
  position: relative;
}
@media (min-width: 981px) {
  .home-lineup-card__img {
    background-position: right -130px bottom;
    width: 300px;
    height: 800px;
  }
}
@media (max-width: 980px) {
  .home-lineup-card__img {
    background-position: bottom -130px left;
    padding-bottom: 30%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .home-lineup-card__img {
    background-position: bottom -80px left;
    padding-bottom: 40%;
  }
}
.home-lineup-card__img.-al {
  background-image: url(image.php?id=009);
}
.home-lineup-card__img.-hi {
  background-image: url(image.php?id=010);
}
.home-lineup-card__img::before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .home-lineup-card__img::before {
    background: rgba(0, 0, 0, 0.5);
  }
}

.home-lineup-card__txt {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media (max-width: 980px) {
  .home-lineup-card__txt {
    bottom: 35px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .home-lineup-card__txt2 {
    position: absolute;
    bottom: 15px;
    left: 10px;
  }
}
@media (max-width: 350px) {
  .home-lineup-card__txt2 {
    font-size: 14px;
  }
}

.home-service {
  overflow: hidden;
  padding: 100px 0 0;
  position: relative;
}
@media (max-width: 980px) {
  .home-service {
    padding: 0;
  }
}
.home-service::before {
  background-image: url(image.php?id=023);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 100px;
  right: -50px;
  width: 150px;
  height: 1000px;
}

.home-service__inner {
  background-image: url(image.php?id=011), url(image.php?id=015);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  max-width: 1200px;
  padding: 100px 0 250px;
}
@media (min-width: 981px) {
  .home-service__inner {
    background-position: bottom center, bottom 30px center;
  }
}
@media (max-width: 980px) {
  .home-service__inner {
    background-position: bottom -8px center, top 50px center;
    background-size: 800px, cover;
  }
}

.home-service__list {
  margin: 50px auto 0;
  width: 70%;
}
@media (max-width: 980px) {
  .home-service__list {
    width: 96%;
    max-width: 700px;
  }
}

.home-service__ttl {
  font-weight: bold;
}
@media (max-width: 980px) {
  .home-service__ttl {
    display: none;
  }
}

.home-service__ttl2 {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 981px) {
  .home-service__ttl2 {
    display: none;
  }
}

.home-service__content {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 980px) {
  .home-service__content {
    flex-direction: column-reverse;
  }
}

.home-service__box:first-child {
  margin-right: 20px;
  width: calc(100% - 320px);
}
@media (max-width: 980px) {
  .home-service__box:first-child {
    margin: 30px 0 0;
    width: 100%;
  }
}
.home-service__box:last-child {
  background: #1c1c1c;
  width: 300px;
}
@media (max-width: 980px) {
  .home-service__box:last-child {
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
  }
}
.home-service__box dl {
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.home-service__box dl svg {
  opacity: 0.1;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 200px;
  height: 200px;
  z-index: -1;
}
.home-service__box dl dd {
  color: #917b55;
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
}

.home-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .home-service-list {
    margin-top: 15px;
  }
}

.home-service-list__item {
  border: 1px solid #917b55;
  width: 49.5%;
}
.home-service-list__item:first-child .home-service-list__link::after {
  background-image: url(image.php?id=016);
  background-position: bottom right;
}
.home-service-list__item:nth-child(2) .home-service-list__link::after {
  background-image: url(image.php?id=017);
  background-position: center;
  background-size: 450px;
}
.home-service-list__item:nth-child(3) {
  width: 100%;
}
.home-service-list__item:nth-child(3) .home-service-list__link::after {
  background-image: url(image.php?id=018);
  background-position: bottom right;
  background-size: 600px;
}
@media (max-width: 980px) {
  .home-service-list__item:nth-child(3) .home-service-list__link::after {
    background-size: 700px;
  }
}
.home-service-list__item:nth-child(n+3) {
  margin-top: 1%;
}
.home-service-list__item:nth-child(4) .home-service-list__link::after {
  background-image: url(image.php?id=019);
  background-position: left bottom;
  background-size: 400px;
}
.home-service-list__item:nth-child(5) .home-service-list__link::after {
  background-image: url(image.php?id=020);
  background-position: center;
  background-size: 400px;
}

.home-service-list__link {
  display: block;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.home-service-list__link:hover::after {
  transform: scale(1.1);
}
.home-service-list__link::before, .home-service-list__link::after {
  content: "";
  transition: 0.3s;
}
.home-service-list__link::before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-service-list__link::after {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.home-servie-list__mark::before {
  border-color: transparent transparent #917b55 transparent;
  border-width: 0 20px 20px 20px;
  border-style: solid;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: -3px;
  right: -15px;
  transform: rotate(130deg);
}
.home-servie-list__mark::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
  color: #232323;
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.home-service-list__txt {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.home-service-list__en {
  font-size: 12px;
}

.home-service__btn {
  margin: 50px auto 0;
  max-width: 220px;
}

.home-news {
  padding: 100px 0;
  position: relative;
}
.home-news::before {
  background-image: url(image.php?id=012);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 100px;
  left: -15px;
  width: 200px;
  height: 400px;
}

.home-news__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}

.home-news__list {
  margin-top: 100px;
}

.home-news__item {
  border-top: 1px solid #917b55;
  display: flex;
  font-size: 14px;
  padding: 30px 10px;
}
.home-news__item:last-child {
  border-bottom: 1px solid #917b55;
}
.home-news__item a {
  display: block;
  overflow: hidden;
  padding-right: 60px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 480px) {
  .home-news__item a {
    padding-right: 0;
  }
}

.home-news__date,
.home-news__category {
  color: #917b55;
  margin-right: 30px;
  white-space: nowrap;
}

.home-news__category {
  border-right: 1px solid #917b55;
  padding-right: 30px;
}

.home-news__icon {
  background: #917b55;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media (max-width: 480px) {
  .home-news__icon {
    display: none;
  }
}
.home-news__icon::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
  color: #232323;
  content: "";
  margin: -2.5px 0 0 -2.5px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.home-news__btn {
  margin: 50px auto 0;
  max-width: 220px;
}

/*********************************************************
about.html
*********************************************************/
.about {
  background: #1c1c1c;
}

.about__images {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 480px) {
  .about__images {
    margin-top: 50px;
  }
}
.about__images img {
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  .about__images img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .about__images img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .about__images img {
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .about__images img:first-child {
    -o-object-position: left;
       object-position: left;
  }
}
.about__images img:last-child {
  display: none;
}
@media (max-width: 1024px) {
  .about__images img:last-child {
    display: block;
    -o-object-position: right;
       object-position: right;
  }
}

.about__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  display: flex;
  margin-top: 50px;
  overflow-x: clip;
  position: relative;
}

.about__img {
  width: 300px;
  height: 400px;
}
@media (max-width: 980px) {
  .about__img {
    display: none;
  }
}
.about__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__box {
  margin: 0 50px 0 auto;
  max-width: 500px;
}
@media (max-width: 980px) {
  .about__box {
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .about__box {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (max-width: 980px) {
  .about__ttl .ttl__en {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .about__ttl .ttl__en {
    font-size: 24px;
    font-size: 7.5vw;
  }
}

.about__txt p {
  color: #c6aa88;
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}

.company__table {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  margin: 100px auto;
  width: 100%;
}
.company__table tr:last-child th,
.company__table tr:last-child td {
  border-bottom: 1px solid #b5b5b5;
}
.company__table th,
.company__table td {
  border-top: 1px solid #b5b5b5;
  font-weight: bold;
  padding: 30px;
}
@media (max-width: 600px) {
  .company__table th,
  .company__table td {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .company__table th,
  .company__table td {
    font-size: 14px;
  }
}
.company__table th {
  padding-left: 200px;
  text-align: left;
  width: 350px;
}
@media (max-width: 768px) {
  .company__table th {
    padding-left: 50px;
    width: auto;
  }
}
@media (max-width: 600px) {
  .company__table th {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .company__table th {
    white-space: nowrap;
  }
}
.company__table td a {
  text-decoration: underline;
}
.company__table td a:hover {
  text-decoration: none;
}

.company__item {
  font-weight: bold;
}
.company__item.-tel {
  text-indent: 2.6em;
}

/*********************************************************
lineup.html
*********************************************************/
.lineup {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .lineup {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 768px) {
  .lineup {
    margin-top: 50px;
  }
}

.lineup__list {
  border-color: #b5b5b5;
  border-style: solid;
  border-width: 1px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 14px;
}
.lineup__list:not(:first-child) {
  border-top: none;
}

.lineup__dt {
  padding: 30px 1%;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lineup__dt {
    padding-right: 30px;
  }
}
.lineup__dt::before, .lineup__dt::after {
  background: #b5b5b5;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lineup__dt::before {
  right: 30px;
  width: 20px;
  height: 2px;
}
@media (max-width: 768px) {
  .lineup__dt::before {
    right: 0;
  }
}
.lineup__dt::after {
  right: 38.5px;
  width: 2px;
  height: 20px;
}
@media (max-width: 768px) {
  .lineup__dt::after {
    right: 8.5px;
  }
}
.lineup__dt.clicked::after {
  display: none;
}

.lineup__jp,
.lineup__en {
  display: inline-block;
}

.lineup__jp {
  color: #c6aa88;
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .lineup__jp {
    font-size: 16px;
  }
}

.lineup__en {
  font-size: 12px;
  font-weight: bold;
}

.lineup__dd {
  display: none;
}

.lineup__img {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .lineup__img {
    text-align: center;
  }
}
.lineup__img img {
  width: 300px;
}

.lineup-spec {
  display: flex;
}
@media (max-width: 768px) {
  .lineup-spec {
    justify-content: center;
  }
}

.lineup-spec__dl {
  display: flex;
  margin-top: 20px;
}
.lineup-spec__dl:first-child {
  margin-right: 50px;
}
@media (max-width: 480px) {
  .lineup-spec__dl:first-child {
    margin-right: 15px;
  }
}

.lineup-spec__dt,
.lineup-spec__dd {
  font-size: 18px;
  padding: 5px 10px;
}
@media (max-width: 480px) {
  .lineup-spec__dt,
  .lineup-spec__dd {
    font-size: 14px;
    padding: 5px;
  }
}

.lineup-spec__dt {
  background: #917b55;
  color: #232323;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .lineup-spec__dt {
    margin-right: 10px;
  }
}

.lineup-spec__dd {
  color: #fff;
  font-weight: bold;
}

.lineup__txt {
  color: #c6aa88;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  padding: 30px 0;
}

@media (min-width: 769px) {
  .lineup-slide__item:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 769px) {
  .lineup-slide .swiper-container {
    overflow: visible;
  }
  .lineup-slide .swiper-wrapper {
    flex-wrap: wrap;
  }
  .lineup-slide .swiper-slide {
    width: 30%;
  }
  .lineup-slide .swiper-button-prev,
  .lineup-slide .swiper-button-next,
  .lineup-slide .swiper-pagination {
    display: none;
  }
}
/*********************************************************
price.html
*********************************************************/
.price {
  background: #1c1c1c;
  text-align: center;
}
@media (max-width: 768px) {
  .price {
    margin-top: 50px;
  }
}

.price__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .price__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.price__dt,
.price__dd {
  color: #fff;
}

.price__dt {
  font-weight: bold;
}
.price__dt:not(:first-child) {
  margin-top: 50px;
}

.price__dd {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .price__dd {
    display: inline-block;
    text-align: left;
  }
}

.price__note {
  font-size: 14px;
  margin: 30px auto 0;
  max-width: 600px;
  padding-left: 1.5em;
  position: relative;
  text-align: left;
}
.price__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*********************************************************
news.html
*********************************************************/
.news__inner {
  margin: 100px auto;
  max-width: 768px;
}
@media (max-width: 1024px) {
  .news__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 480px) {
  .news__inner {
    margin-top: 50px;
  }
}

.news__ttl {
  border-bottom: 1px solid #333;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}

.news__date {
  font-size: 14px;
  margin-top: 30px;
}

.news__body {
  margin: 30px 0;
}
.news__body p {
  font-size: 14px;
}
.news__body p:not(:first-child) {
  margin-top: 1em;
}

.news-menu {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  max-width: 768px;
}
@media (max-width: 480px) {
  .news-menu {
    display: block;
  }
}

.news-menu__list {
  width: 49%;
}
@media (max-width: 480px) {
  .news-menu__list {
    width: 100%;
  }
}
.news-menu__list:last-child {
  text-align: center;
}
@media (max-width: 480px) {
  .news-menu__list:last-child {
    margin-top: 15px;
  }
}

.news-menu__ttl {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.news-menu__content {
  background: #eee;
  color: #232323;
  overflow: hidden;
  padding: 5px;
}
.news-menu__content a {
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-menu__content a:not(:last-child) {
  border-bottom: 1px dashed #999;
}

.pagination {
  display: flex;
  align-items: flex-start;
  text-align: center;
}

.blog-wrapper .pagination ul {
  margin-top: 60px;
}

.pagination li {
  display: inline-block;
}

.pagination a {
  background: #917b55;
  color: #232323;
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
}

.pagination a:hover,
.pagination a.active {
  background: #b5b5b5;
}

#pagination {
  flex-grow: 1;
}

#pagination li {
  margin: 0 5px;
}

#prevpage {
  display: none;
}

#nextpage {
  display: none;
}

/*********************************************************
privacy.html
*********************************************************/
.privacy__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .privacy__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.privacy__ttl {
  border: 1px solid #b5b5b5;
  font-size: 18px;
  padding: 8px;
}

.privacy__top {
  margin-top: 10px;
}

.privacy-list {
  margin-top: 30px;
}
.privacy-list dt {
  font-weight: bold;
  margin-top: 30px;
}
.privacy-list dd {
  font-size: 14px;
  margin: 10px 0 0 1em;
}
.privacy-list dd ul {
  margin: 5px 0 0 2em;
}
.privacy-list dd li {
  list-style: disc;
}

/*********************************************************
base
*********************************************************/
/*********************************************************
base
*********************************************************/