@charset "UTF-8";

.gothic {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media all and (-ms-high-contrast:none) {
  .mincho {
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

.bebas-neue {
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 2px;
}

.spartan {
  font-family: 'Spartan', sans-serif;
}

.century-gothic {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.didot {
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: normal;
}

.ITCAvantGarde {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.bg-beige {
  background-color: #e9e4da !important;
}

.bg-news {
  color: #fff !important;
  background-color: #959696 !important;
}

.bg-menu {
  color: #fff !important;
  background-color: #a9976d !important;
}

.bg-gray {
  background-color: #c0c0c0 !important;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

body, a, a:hover {
  color: #595757;
}

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

header {
  z-index: 1000;
  background-color: #fff;
}

header .header-icon {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  font-size: 1.5rem;
}
header .header-icon .far,
header .header-icon .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .header-img {
  width: auto;
  height: 50px;
}

.cp-hamberger {
	position: relative;
	top: 0;
	right: 0;
}
.cp-hamberger .line,
.cp-hamberger:before,
.cp-hamberger:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	width: 62%;
	height: 4px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}
.cp-hamberger:before {
	content: '';
	top: 25%;
}
.cp-hamberger:after {
	content: '';
	top: 75%;
}

.cp-hamberger.open .line {
	transform: rotate(-45deg);/* translate(10%, -50%);*/
	background-color: transparent;
}

.cp-hamberger.open:before {
	top: 50%;
	transform: rotate(-45deg);/* translate(10%, -50%);*/
}

.cp-hamberger.open:after {
	top: 50%;
	transform: rotate(-135deg);/* translate(10%, 50%);*/
}

.float-area {
  position: fixed;
  top: 50%;
  right: 0;
  width: 50px;
  transform: translateY(-50%);
  z-index: 999;
}

footer .footer-sns {
  max-width: 50px;
}

footer .bg-gray {
  background-color: #e5e5e5;
}

footer hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-top-color: #595757;
}

.pos-tl {
  position: absolute;
  top: 0;
  left: 0;
}

.pos-tr {
  position: absolute;
  top: 0;
  right: 0;
}

.pos-bl {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pos-br {
  position: absolute;
  bottom: 0;
  right: 0;
}

.letter-space-1 {
  letter-spacing: 1px;
}

.letter-space-2 {
  letter-spacing: 2px;
}

.letter-space-3 {
  letter-spacing: 3px;
}

.fit-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.fit-image-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.arrow {
  display: block;
  border-bottom: 1px solid #595757;
  width: 13rem;
  padding: 2px 0;
  position: relative;
}
.arrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: calc(100% + 4px);
  border-right: 1px solid #595757;
  transform: rotate(-45deg);
  transform-origin: bottom;
}

.more {
  padding: 0.25em 4em;
  border: 1.5px solid #fff;
}

.scroll-to-top {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 999;
  width: 50px;
  height: auto;
}

.border,
.border-top,
.border-left,
.border-right,
.border-bottom {
  border-color: #595757 !important;
}

.line-height-large {
  line-height: 2rem;
}

.line-height-medium {
  line-height: 1.6rem;
}

.line-height-small {
  line-height: 1.2rem;
}

.top-link-block {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.top-link-block .top-link-block__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 1rem 0;
}

.pager .page-numbers {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  margin: 0 0.25rem;
  border: 1px solid #595757;
}
.pager .page-numbers.current {
  color: #fff;
  background-color: #595757;
}

.center-line {
  position: relative;
}
.center-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  border-bottom: 1px solid #595757;
  z-index: 0;
}
.center-line-text {
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding: 0 0.5rem;
}
.top-banner .h5 {
  font-size: .9rem;
  letter-spacing: .1rem;
  margin: .5rem 0 0 0;
}

.flex-column > * {
  min-height: 0%;
}

.breadcrumb {
  background-color: #fff;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
	color: #9a8a7a;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #808080;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
	color: #706f6f;
}
.breadcrumb li:last-child a {
	color: #9a8a7a!important;
}
.breadcrumb li a:hover {
  text-decoration: underline;
	display: contents;
}



/* sp only */
@media (max-width: 576px) {
  #header-nav + .header-nav {
    position: fixed;
    top: 50px;
    left: 100vw;
    width: 100vw;
    transition: 0.2s;
    z-index: 1001;
  }
  #header-nav:checked + .header-nav {
    left: 0;
  }
  #header-nav + .header-nav a {
    color: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #header-nav + .header-nav a + a {
    border-top: 1px solid #fff;
  }

  .square-box-sp {
    position: relative;
  }
  .square-box-sp:before {
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 100%;
  }
  .square-box-sp > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* pc only */
@media (min-width: 576px) {
  .bg-md-beige {
    background-color: #e9e4da !important;
  }

  .bg-md-news {
    color: #fff !important;
    background-color: #959696 !important;
  }

  .bg-md-menu {
    color: #fff !important;
    background-color: #a9976d !important;
  }

  .bg-md-white {
    background-color: #fff !important;
  }

  .bg-md-gray {
    background-color: #c0c0c0 !important;
  }


  #header-nav + .header-nav {
    background-color: transparent !important;
  }
  footer {
    border-top: 1.5px #595757;
  }
}