@charset "UTF-8";

/******************************
common
******************************/
.link-txtunder,
.singlecontent a {
  color: #502F0D;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover {
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.kome li,
.ten li {
  padding-left: 2rem;
  position: relative;
}
.kome li::before,
.ten li::before {
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten li::before {
  content:"・";
}
.anchor {
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 1180px) { 
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
スクルール連動アニメーション
******************************/
.leftover-box {
  overflow: hidden;
}
.leftover-box .leftover-box-in {
  overflow: hidden;
  position: relative;
  transition-delay: 0.1s;
  transform: translate3d(-100.5%, 0px, 0px);
  transition-delay: 0s;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: left center;
  transition-property: transform, -webkit-transform;
}
.leftover-box.animated .leftover-box-in::before {
  transform: scale(0, 1);
}
.leftover-box .leftover-box-in::before {
  background: #f5f5f5;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transform: scaleX(1);
  transition-delay: 0.4s;
  transition-duration: 1.5s;
  transform-origin: right center;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 5;
}
.leftover-box .leftover-box-in img {
  transform: scale(1);
  transition-duration: 4s;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
.leftover-box.animated .leftover-box-in {
  transform: translate3d(0px, 0px, 0px);
}

/******************************
inner
******************************/
.inner1,
.inner2,
.inner3 {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2 {
  max-width: 1920px;
}
.inner3 {
  max-width: 1280px;
}
.innernp {
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1 {
  padding: 0 !important;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
flex
******************************/
.flexbox1 {
  display: flex;
  flex-wrap: wrap;
}
.flexbox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex {
  display: flex;
}
.frr {
  flex-direction: row-reverse;
}
.fac {
  align-items: center;
}
.fast {
  align-items: stretch;
}
.fafe {
  align-items: flex-end;
}
.fafs {
  align-items: flex-start;
}
.fabl {
  align-items: baseline;
}
.fbox,
.ftxtbox,
.fimgbox {
  width: 48%;
}
.fimgbox {
  text-align: center;
}

/******************************
ttl
******************************/
.ttlbox1 {
  margin-bottom: 3rem;
}
.ttlbox1 .ttl {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3.5rem;
}
.ttlbox1 .ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 30/32;
  background: #502F0D;
  mask-image: url(../images/common/icon-home.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: .5s;
  width: 25px;
}
.ttlbox1 .enttl {
  font-size: 3rem;
  font-family: times-new-roman, sans-serif;
  line-height: 1;
}
.ttlbox2 {
  text-align: center;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
btn
******************************/
.morebtn1 a,
.morebtn1.white span,
.morebtn1 .fomb {
  background: #fff;
  display: inline-block;
  min-width: 200px;
  padding: .5rem;
  position: relative;
}
.morebtn1 a::before,
.morebtn1 a::after,
.morebtn1.white span::before,
.morebtn1.white span::after,
.morebtn1 .fomb::before,
.morebtn1 .fomb::after {
  background: #674D00;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
}
.morebtn1 a::before,
.morebtn1.white span::before,
.morebtn1 .fomb::before {
  height: 1px;
  width: 100%;
}
.morebtn1 a::after,
.morebtn1.white span::after,
.morebtn1 .fomb::after {
  aspect-ratio: 31/28;
  background: #502F0D;
  mask-image: url(../images/common/morebtn1.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 15px;
}
.morebtn1 a:hover,
.morebtn1.white span:hover,
.morebtn1 .fomb:hover {
  opacity: 1;
}
.morebtn1 a:hover::before,
.morebtn1 a:hover::after,
.morebtn1.white span:hover::before,
.morebtn1.white span:hover::after,
.morebtn1 .fomb:hover::before,
.morebtn1 .fomb:hover::after {
  right: -10px;
}
.morebtn1 a .icon {
  display: inline-block;
  margin-right: .5rem;
  height: 35px;
  width: 35px;
}

/******************************
tbl
******************************/
.tblbox1 .tbl {
  border-bottom: 1px solid #000;
}
.tblbox1 .tbl:last-of-type {
  border: none;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent {
  padding: 1rem 2rem;
}
.tblbox1 .tblttl {
  width: 200px;
}
.tblbox1 .tblcontent {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .tblbox1 .tblttl,
  .tblbox1 .tblcontent {
    width: 100%;
  }
  .tblbox1 .tblttl {
    padding: 1rem 2rem 0;
  }
  .tblbox1 .tblcontent {
    padding: .5rem 2rem 1rem;
  }
  .tblbox1 .tblttl {
    font-weight: bold;
    padding-bottom: 0;
  }
}

/******************************
header
******************************/
.cmnhead {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 2rem;
  transition: .5s;
  z-index: 999;
}
.cmnhead.change {
  border: 2px solid #502F0D;
}
.cmnhead .logo {
  position: fixed;
  top: 30px;
  left: 4vw;
  transition: .3s;
}
.cmnhead.change .logo {
  opacity: 0;
  visibility: hidden;
}
.cmnhead .logo a {
  display: block;
  width: 100px;
}
.page .cmnhead .logo a {
  width: 150px;
}
.cmnhead .logo img {
  width: 100%;
}
.spbtn,
.splogo {
  display: none;
}
.cmnnav ul > li:not(:last-child) {
  margin-right: 2rem;
}
.cmnnav ul > li.instaicon {
  width: 25px;
}
/* @media only screen and (max-width: 1180px) { */
  .cmnhead {
    background: initial;
    border: initial;
    border-radius: initial;
    padding: initial;
  }
  .cmnhead.change {
    border: initial;
  }
  .spbtn,
  .splogo {
    display: block;
  }
  .spbtn {
    background: #fff;
    border: 2px solid #502F0D;
    border-radius: 10px;
    cursor: pointer;
    position: fixed;
    top: 1rem;
    right: 1rem;
    transition: .5s;
    height: 50px;
    width: 50px;
    z-index: 99;
  }
  .spbtn span {
    background: #502F0D;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    right: 14px;
    transition: all .4s;
    height: 3px;
    width: 45%;
  }
  .spbtn span:nth-of-type(1) {
    top: 15px;
  }
  .spbtn span:nth-of-type(2) {
    top: 23px;
    width: 35%;
  }
  .spbtn span:nth-of-type(3) {
    top: 31px;
    width: 25%;
  }
  .spbtn.active {
    z-index: 100;
  }
  .spbtn.active span {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 30%;
  }
  .spbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .spbtn.active span:nth-of-type(3) {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .cmnnav {
    background: rgba(0,0,0,.8);
    color: #fff;
    opacity: 0;
    max-width: 340px;
    padding: 6rem 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100lvh;
    width: 100vw;
    transition: 1s;
    z-index: 99;
  }
  .cmnnav.active {
    opacity: 1;
    pointer-events: all;
  }
  .splogo {
    display: block;
    text-align: center;
  }
  .cmnnavgr ul {
    padding: 0 2rem;
  }
  .cmnnavgr li {
    width: 100%;
  }
  .cmnnavgr li a {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 1rem 2rem;
    position: relative;
  }
  .cmnnavgr a:hover::after,
  .cmnnavgr a.nowpage::after {
    content: "\f0da";
    font: var(--fa-font-solid);
    position: absolute;
    top: 1.6rem;
    left: .2rem;
  }
  .cmnnav ul > li.instaicon {
    margin-left: auto;
    width: 70px;
  }
  .cmnnav ul > li.instaicon a {
    border-bottom: 0;
    padding: 2rem 2rem 0 0;
  }
  .cmnnav ul > li.instaicon a:hover::after {
    display: none;
  }
/* } */
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnhead .logo {
    top: 20px;
  }
  .cmnhead .logo a {
    width: 100px;
  }
}

/******************************
footer
******************************/
.cmnfot {
  background: #f9f9f9;
  border-bottom: 10px solid #674D00;
  padding: 4rem 0;
}
.cmnfot .fotbox1 .fotlogo {
  margin-bottom: 2rem;
}
.cmnfot .fotadd .tel a {
  font-size: 1.8rem;
}
.cmnfot .fotadd .link {
  font-size: 1.3rem;
  font-weight: 100;
}
.cmnfot .fotbox2 .flexbox1 {
  gap: 2rem;
  justify-content: flex-end;
}
.cmnfot .fotbox2 .fotcopy {
  font-size: 1.2rem;
  font-weight: 100;
  margin-top: 5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cmnfot .fotbox2 .flexbox1 {
    display: block;
  }
}

/*****************************
アクセス
*****************************/
.fotaccess {
  background-image: url(../images/common/bg_fotaccess.webp);
  background-position: 65% 50%;
  background-repeat: no-repeat;
  /* background-size: cover; */
  padding: 10rem 0 5rem;
}
.fotaccess::before {
  background: #000;
  content: '';
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
/* .fotaccess .imgbox {
  background-image: url(../images/common/bg_fotaccess.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 800px;
  width: 100%;
}
.fotaccess .imgbox::after {
  background: #000;
  content: '';
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
} */
.fotaccess .fotaccessbox {
  flex-wrap: nowrap;
  gap: 10rem;
}
.fotaccess .fimgbox {
  width: 40%;
}
.fotaccess .fimgbox #access-main-carousel {
  margin-bottom: 1rem;
}
.fotaccess .fimgbox #access-thumbnail-carousel {
  width: 70%;
}
.fotaccess .fimgbox #access-thumbnail-carousel .splide__slide,
.fotaccess .fimgbox #access-thumbnail-carousel .splide__slide.is-active {
  border: initial !important;
}
.fotaccess .fimgbox #access-thumbnail-carousel .splide__slide {
  opacity: .3;
}
.fotaccess .fimgbox #access-thumbnail-carousel .splide__slide.is-active {
  opacity: 1;
}
.fotaccess .ttlbox1 {
  color: #fff;
  position: relative;
}
.fotaccess .ttlbox1 .ttl::before {
  background: #fff;
}
.fotaccess .ftxtbox {
  color: #fff;
  position: relative;
  width: 50%;
}
.fotaccessbox .add {
  margin-bottom: 1rem;
}
.fotaccessbox dl dt {
  padding-left: 4rem;
  position: relative;
}
.fotaccessbox dl dt::before {
  background: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.fotaccessbox dl dt:nth-of-type(1):before {
  aspect-ratio: 54/44;
  mask-image: url(../images/common/icon-train.svg);
  width: 25px;
}
.fotaccessbox dl dt:nth-of-type(2):before {
  aspect-ratio: 41/47;
  mask-image: url(../images/common/icon-bus.svg);
  width: 20px;
}
.fotaccessbox dl dt:nth-of-type(3):before {
  aspect-ratio: 59/31;
  mask-image: url(../images/common/icon-car.svg);
  width: 29px;
}
.fotaccessbox dl dd:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.btn-googlemap {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  position: relative;
  margin-top: 2rem;
  min-width: 180px;
}
.btn-googlemap a {
  display: block;
  padding: 1rem 2rem;
}
.btn-googlemap::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  aspect-ratio: 31/41;
  background: #514327;
  mask-image: url(../images/common/icon-map.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 15px;
}
@media screen and (min-width: 1500px) {
  .fotaccess {
    background-position: 75% 50%;
  }
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 820px) {
  .fotaccess {
    background-position: 65% 62%;
  }
}
@media screen and (max-width: 767px) {
  .fotaccess {
    background: none;
  }
  .fotaccess::before {
    height: 630px;
  }
  .fotaccess::after {
    background-image: url(../images/common/sp_bg_fotaccess.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 630px;
    z-index: -1;
  }
  .fotaccess .fotaccessbox {
    flex-wrap: wrap;
    /* flex-direction: column-reverse; */
    gap: 5rem;
  }
  .fotaccess .fimgbox {
    margin: 0 auto;
    width: 80%;
  }
  .fotaccess .fimgbox #access-thumbnail-carousel {
    width: 100%;
}
  .fotaccess .ftxtbox {
    width: 100%;
  }
}

/*****************************
news
*****************************/
.ultab {
  gap: 1rem;
  margin-bottom: 5rem;
}
.ultab a {
  color: #ccc;
  cursor: pointer;
  padding: .5rem 2rem;
}
.ultab .current a {
  background: #F5F5F5;
  color: #181818;
}
.ulnews {
  gap: 2rem;
}
.ulnews li {
  width: calc(100% / 4 - 1.7rem);
}
.ulnews .imgbox {
  aspect-ratio: 1/.8;
  margin-bottom: 1rem;
}
.ulnews .imgbox img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.ulnews .time {
  display: block;
  font-size: 1.4rem;
}
.ulnews .cat {
  background: #f5f5f5;
  display: inline-block;
  font-size: 1.4rem;
  margin: .5rem 0;
  padding: 0 1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ulnews li {
    border-radius: 10px;
    box-shadow: 3px 3px 10px #cfcfcf;
    padding: 1rem 2rem;
    width: 100%;
  }
  .ulnews a {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .ulnews .imgbox {
    aspect-ratio: 1/1;
    margin-bottom: 0;
    height: 80px;
    width: 80px;
  }
  .ulnews .imgbox img {
    border-radius: 5px;
    height: 100%;
    width: 100%;
  }
  .ulnews .txtbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .ulnews .time {
    display: inline-block;
    order: 2;
  }
  .ulnews .cat {
    display: inline-block;
    margin: 0 1rem 0 0;
    order: 1;
  }
  .ulnews .ttl {
    order: 3;
  }
}

/******************************
ルミナスsp調整
******************************/
@media screen and (max-width: 767px) {
  .lum-gallery-button {
    top: initial;
    transform: initial;
    bottom: 0;
  }
}

/******************************
fade
******************************/
/* .imgbox.fade {
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  filter: blur(1em);
  scale: 1.1;
}
.imgbox.fade.active {
    opacity: 1;
    filter: blur(0);
    scale: 1;
    transition:
    scale 1s var(--ease-out-quart),
    opacity 1s var(--ease-out-quart),
    filter 1.4s var(--ease-out-quart);
} */