@charset "utf-8";

html {
  scroll-behavior: smooth;
}

main {
  width: 750px;
  margin-inline: auto;
  overflow: hidden;
}

body {
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: initial;
  color: inherit;
}

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

.disabled {
  pointer-events: none;
}

/*--------------------------------
Header
---------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  background: #fff;
}
header .header__logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header__logo-wrap a {
  width: 220px;
  margin-right: 20px;
}
header .header__logo-wrap a:last-child {
  width: 170px;
}
header .header__humberger {
  position: relative;
  width: 40px;
  height: 30px;
}
header .header__humberger span {
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #ac853e;
}
header .header__humberger span:nth-of-type(1) {
  top: 0;
}
header .header__humberger span:nth-of-type(2) {
  top: 13px;
}
header .header__humberger span:nth-of-type(3) {
  bottom: 0;
}

.header-menu {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #fce2e1;
  overflow: auto;
  display: none;
}
.header-menu .menu-head {
  padding: 10px 0 30px;
  background-color: black;
  color: #fff;
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
  width: 100%;
  left: 0;
  top: 100px;
  z-index: 100;
}
.header-menu .menu-head .small {
  font-size: 32px;
}
.header-menu .header-menu__close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 45px;
}
.header-menu .menu-list-wrap {
  width: 750px;
  margin: auto;
  padding: 160px 0;
}
.header-menu .menu-list-wrap ul li a {
  position: relative;
  color: #333;
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #ac853e;
  text-align: center;
  font-size: 28px;
}
.header-menu .menu-list-wrap ul li a::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/arrow.svg") center center no-repeat;
  width: 20px;
  height: 20px;
}

@media (max-width: 751px) {
  header {
    height: 120px;
  }
  header .header__logo-wrap a {
    width: 250px;
    margin-right: 30px;
  }
  header .header__logo-wrap a:last-child {
    width: 200px;
  }
  header .header__humberger {
    position: relative;
    width: 50px;
    height: 40px;
  }
  header .header__humberger span {
    width: 50px;
    height: 4px;
    background-color: #ac853e;
  }
  header .header__humberger span:nth-of-type(1) {
    top: 0;
  }
  header .header__humberger span:nth-of-type(2) {
    top: 18px;
  }
  header .header__humberger span:nth-of-type(3) {
    bottom: 0;
  }
  header .menu-list-wrap {
    width: 750px;
    margin: auto;
    padding: 160px 0;
  }
  header .menu-list-wrap ul li a {
    font-size: 32px;
  }
}

/*--------------------------------
Footer
---------------------------------*/
footer {
  position: relative;
  padding: 60px 0 40px;
  background-color: #f0f0f0;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}
footer .footer__menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer .footer__menu-wrap .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .footer__menu-wrap .link ul {
  padding: 20px 50px 20px 0;
}
footer .footer__menu-wrap .link ul li {
  margin-bottom: 15px;
}
footer .footer__menu-wrap .contact {
  padding: 20px 0 20px 50px;
  text-align: center;
  border-left: 1px solid #999;
}
footer .footer__menu-wrap .contact p {
  margin-bottom: 20px;
  line-height: 1.5;
}
footer .footer__logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
footer .footer__logo-wrap a {
  width: 220px;
  margin-right: 20px;
}
footer .footer__logo-wrap a:last-child {
  width: 170px;
}
footer p.copy {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
footer .page-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 98;
  cursor: pointer;
}

@media (max-width: 751px) {
  footer {
    padding: 60px 0;
  }
  footer .footer__menu-wrap {
    display: block;
    margin-bottom: 30px;
  }
  footer .footer__menu-wrap .link {
    display: block;
    padding: 30px 20px;
  }
  footer .footer__menu-wrap .link ul {
    padding: 0;
  }
  footer .footer__menu-wrap .link ul li {
    margin-bottom: 20px;
    text-align: center;
  }
  footer .footer__menu-wrap .link ul li a {
    font-size: 30px;
  }
  footer .footer__menu-wrap .contact {
    padding: 40px 20px;
    border-left: none;
    border-top: 1px solid #999;
  }
  footer .footer__menu-wrap .contact p {
    margin-bottom: 20px;
    font-size: 30px;
  }
  footer .footer__logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  footer .footer__logo-wrap a {
    width: 270px;
    margin-right: 40px;
  }
  footer .footer__logo-wrap a:last-child {
    width: 210px;
    margin-right: 0;
  }
  footer .copy {
    font-size: 14px;
  }
}

/*--------------------------------
Top-link
---------------------------------*/
.top-link {
  display: grid;
  place-content: center;
  background-color: #f6dedb;
  height: 183px;
}
.top-link a {
  width: 347px;
  transition: 0.12s;
}
.top-link a:hover {
  filter: brightness(1.2);
}
/*--------------------------------
Slider
---------------------------------*/
#js-slick-slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#js-slick-slider.slick-initialized {
  opacity: 1;
}
#js-slick-slider {
  padding: 0 0px 110px 0;
}
#js-slick-slider .slick-slide {
  padding: 0 20px;
}
#js-slick-slider li a {
  font-size: 17px;
  display: block;
}
#js-slick-slider li a:visited,
#js-slick-slider li a:active {
  text-decoration: none !important;
}
#js-slick-slider li a p {
  margin: 10px 0 0;
  line-height: 1.4;
  word-break: break-all;
}
#js-slick-slider li a p span {
  color: #ac853e;
}
#js-slick-slider li a .letter {
  text-indent: -10px;
}
#js-slick-slider li a .letter__en {
  letter-spacing: 1px;
}
#js-slick-slider .slick-dots {
  margin-top: 50px;
  text-align: center;
}
#js-slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
#js-slick-slider .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 50%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: #ccc0aa;
}
#js-slick-slider .slick-dots li.slick-active button {
  background-color: #ac853e;
}
#js-slick-slider .slick-dots li:only-child {
  display: none;
}

/*--------------------------------
Page navigation & Remark
---------------------------------*/
main nav.pagenavi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 40px;
  min-height: 1070px;
  padding-bottom: 57px;
}
main nav.pagenavi ul {
  list-style: none;
  display: grid;
  gap: 30px;
}
main .remark {
  background: #000;
  color: #fff;
  padding: 50px;
}
main .remark p {
  margin-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
  font-size: 24px;
  font-feature-settings: "palt";
}
