@charset "UTF-8";

/*****************************
  top
*****************************/
.topsec{
  background: #fff;
  padding: 8rem 0 6rem;
}

/*****************************
topsec-fv
*****************************/
.topsec-fv{
  background: #000;
  padding: 0;
}
.topsec-fv .splide__slide{
  height: calc(100vh - 200px);
}
.topsec-fv .mainttl{
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "ta-fuga-fude", sans-serif;
  position: absolute;
  top: 5rem;
  right: 2rem;
  writing-mode: vertical-rl;
}
.topsec-fv .mainttl > span{
  font-size: 4.5rem;
  letter-spacing: 4px;
  line-height: 1.4;
  text-shadow: 2px 3px 2px #000;
}
.topsec-fv .mainttl > span:last-of-type{
  margin-top: 9rem;
}
.topsec-fv .txtbox{
  background: #F5F5F5;
  padding:  3rem;
}
@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) {
  .topsec-fv .txtbox{
    padding: 3rem 2.5rem;
  }
}

/*****************************
topsec-news
*****************************/
.topsec-news{
  padding: 10rem 0;
}
.topsec-news .ob{
  position: absolute;
}
.topsec-news .ob1,
.topsec-news .ob2{
  opacity: 0;
  width: 43%;
}
.topsec-news .ob1{
  aspect-ratio: 246/175;
  background: url(../images/common/ob_seigaiha_r.svg) no-repeat right / contain;
  top: 5rem;
  right: -50%;
  transition: 1.5s;
}
.topsec-news .ob2{
  aspect-ratio: 249/164;
  background: url(../images/common/ob_seigaiha_l.svg) no-repeat left / contain;
  top: 21rem;
  left: -50%;
  transition: 2s;
}
.topsec-news .ob3{
  aspect-ratio: 438/487;
  background: url(../images/common/ob_hyoutan_b.svg) no-repeat center / contain;
  opacity: .1;
  bottom: -6%;
  left: -22%;
  width: 70%;
}
.topsec-news .ob1.animated{
  opacity: 1;
  right: 0;
}
.topsec-news .ob2.animated{
  opacity: 1;
  left: 0;
}
.topsec-news .ttlbox1{
  padding-bottom: 8rem;
}

/*****************************
topsec-menu
*****************************/
.topsec-menu{
  background: url(../images/common/bg_menu.webp) repeat-y center / auto;
  background: url(../images/common/bg_menu.webp) repeat-y center / contain;
}
.topsec-menu .morebtn1.all{
  margin: 0 0 5rem auto;
}
.topsec-menu .menulist{
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.topsec-menu .menulist > div > dt{
  writing-mode: vertical-rl;
  width: 40px;
}
.topsec-menu .menulist > div > dt span{
  background: url(../images/common/kifuda.webp) no-repeat bottom / cover;
  display: inline-block;
  font-family: "ta-fuga-fude", sans-serif;
  font-size: 2rem;
  letter-spacing: 2px;
  padding: 4.5rem .2rem 2.5rem;
  position: relative;
}
.topsec-menu .menulist > div > dt span::before{
  content: "";
  aspect-ratio: 1 / 1;
  background: url(../images/common/kifuda_btn.png) no-repeat center / contain;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
}
.topsec-menu .menulist > div > dd{
  width: calc(100% - 60px);
}
.topsec-menu .menulist > div > dd ul{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.topsec-menu .menulist > div > dd .info{
  background: #fffdf4;
  border-bottom: 1px dashed #094700;
  padding: 1rem;
}
.topsec-menu .menulist > div > dd .ttl{
  font-weight: bold;
  line-height: 1.4;
}
.topsec-menu .menulist > div > dd .price{
  font-weight: bold;
  margin-left: auto;
  text-align: right;
  line-height: 1;
}
.topsec-menu .menulist .morebtn1{
  margin-top: 3rem;
}

/*****************************
topsec-guide
*****************************/
.topsec-guide{
  background: #F5FAED;
}
.topsec-guide::before{
  content: "";
  aspect-ratio: 17/120;
  background: url(../images/common/bg_sankuzusi.png) repeat-y top / contain;
  opacity: .09;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% / 3.5);
}
.topsec-guide .guide{
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}
.topsec-guide .guide dt{
  font-weight: bold;
}
.topsec-guide .guide ul{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.topsec-guide .guide a{
  color: #004B9E;
  text-decoration: underline;
}
.topsec-guide .map{
  margin-top: 4rem;
}
.topsec-guide .map iframe{
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
}