@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP/下層共通
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP
  ------------------------------------------------------------*/
body.top .mainWrap {
  background: #FAFAF5 url("/assets/img/top/page-bg.png");
}
@media screen and (max-width: 991px) {
  body.top .mainWrap {
    overflow: hidden;
  }
}
body.top .mainWrap.-top .ttlImg {
  width: 50%;
  margin: 0 auto 2rem;
  display: block;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .ttlImg {
    margin: 0 auto 1rem;
  }
}
body.top .mainWrap.-top .ttlImg.ttl1 {
  width: 334px;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .ttlImg.ttl1 {
    width: 166px;
  }
}
body.top .mainWrap.-top .ttlImg.ttl2 {
  width: 443px;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .ttlImg.ttl2 {
    width: 218px;
  }
}
body.top .mainWrap.-top .ttlImg.ttl3 {
  width: 416px;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .ttlImg.ttl3 {
    width: 205px;
  }
}
body.top .mainWrap.-top .ttlImg.ttl4 {
  width: 471px;
  margin-top: -3rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .ttlImg.ttl4 {
    width: 240px;
  }
}
body.top .mainWrap.-top .anchorID {
  padding-top: 12rem;
  margin-top: -12rem;
}
body.top .mainWrap.-top .secMv {
  padding: 0;
}
body.top .mainWrap.-top .secMv .baseImg {
  position: relative;
}
body.top .mainWrap.-top .secMv .baseImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  max-width: inherit;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  filter: brightness(0.7);
}
body.top .mainWrap.-top .secMv .baseImg::after {
  content: "";
  display: block;
  background: url("/assets/img/top/mv-border.jpg") no-repeat;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .baseImg::after {
    height: 5px;
    bottom: -0.5rem;
  }
}
body.top .mainWrap.-top .secMv .logoBox {
  position: absolute;
  top: calc(50vh - 200px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .logoBox {
    max-width: calc(100% - 8rem);
    top: calc(50vh - 80px);
  }
}
body.top .mainWrap.-top .secMv .logoBox img {
  display: block;
  margin: 0 auto;
}
body.top .mainWrap.-top .secMv .logoBox img.logo1 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .logoBox img.logo1 {
    max-width: 320px;
    margin-bottom: 2rem;
  }
}
body.top .mainWrap.-top .secMv .logoBox img.logo2 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .logoBox img.logo2 {
    max-width: 115px;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .logoBox img.booking {
    width: 170px;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .logoBox a img {
    width: 170px;
  }
}
body.top .mainWrap.-top .secMv .logoBox .bookingBox {
  background: #b7a054;
  width: 460px;
  text-align: center;
  padding: 1.5rem 0;
  margin: 0rem auto 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .logoBox .bookingBox {
    width: 100%;
  }
}
body.top .mainWrap.-top .secMv .logoBox .bookingBox .ttl {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .logoBox .bookingBox .ttl {
    font-size: 2.4rem;
  }
}
body.top .mainWrap.-top .secMv .logoBox .bookingBox dl {
  justify-content: center;
  font-weight: bold;
  align-items: center;
}
body.top .mainWrap.-top .secMv .logoBox .bookingBox dl dt {
  font-size: 2.5rem;
  flex-basis: 90px;
  padding-top: 0.1rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .logoBox .bookingBox dl dt {
    font-size: 1.8rem;
    flex-basis: 70px;
  }
}
body.top .mainWrap.-top .secMv .logoBox .bookingBox dl dd {
  font-size: 3.5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .logoBox .bookingBox dl dd {
    font-size: 2.6rem;
  }
}
body.top .mainWrap.-top .secMv .logoBox .bookingBox dl dd a:hover {
  border-bottom: 1px solid #3B2B20;
}
body.top .mainWrap.-top .secRead {
  padding: 20rem 0 0;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secRead {
    padding: 0;
  }
}
body.top .mainWrap.-top .secRead .inner-lm {
  gap: 0 2.5rem;
}
body.top .mainWrap.-top .secRead .inner-lm .txtBox {
  width: 673px;
  padding-top: 13.5rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secRead .inner-lm .txtBox {
    width: 100%;
    padding-top: 7rem;
  }
}
body.top .mainWrap.-top .secRead .inner-lm .txtBox::before {
  content: "";
  display: block;
  background: url("/assets/img/top/read-bg01.png");
  width: 492px;
  height: 323px;
  position: absolute;
  top: -12rem;
  left: -18rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secRead .inner-lm .txtBox::before {
    width: 246px;
    height: 162px;
    background-size: 246px;
    top: 3.5rem;
    left: -2rem;
  }
}
body.top .mainWrap.-top .secRead .inner-lm .imgBox {
  width: calc(100% - 673px - 2.5rem);
  position: relative;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secRead .inner-lm .imgBox {
    width: 100%;
    margin: 3rem auto;
  }
}
body.top .mainWrap.-top .secRead .inner-lm .imgBox img:first-child {
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secRead .inner-lm .imgBox img:first-child {
    margin-bottom: 1.5rem;
  }
}
body.top .mainWrap.-top .secRead .inner-lm .imgBox::after {
  content: "";
  display: block;
  background: url("/assets/img/top/read-bg02.png");
  width: 414px;
  height: 272px;
  position: absolute;
  bottom: -22rem;
  left: -31rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secRead .inner-lm .imgBox::after {
    display: none;
  }
}
body.top .mainWrap.-top .secRead .inner-lm .readBox {
  width: 100%;
  padding-top: 32rem;
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secRead .inner-lm .readBox {
    padding-top: 8rem;
    margin-bottom: 3rem;
  }
}
body.top .mainWrap.-top .secRead .inner-lm .readBox::before {
  content: "";
  display: block;
  background: url("/assets/img/top/read-bg03.png");
  width: 569px;
  height: 374px;
  position: absolute;
  top: 8rem;
  right: -17rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secRead .inner-lm .readBox::before {
    width: 283px;
    height: 186px;
    background-size: 283px;
    top: 1.5rem;
    right: -3rem;
  }
}
body.top .mainWrap.-top .secRead .readThumb {
  width: 100%;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secRead .readThumb {
    width: 260px;
    margin: 0 auto;
  }
}
body.top .mainWrap.-top .secAbout {
  padding: 23.5rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout {
    padding: 12rem 0 0;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about1 {
  padding-bottom: 50rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about1 {
    padding-bottom: 10rem;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about1::before {
  content: "";
  display: block;
  background: url("/assets/img/top/about-bg01.png");
  width: 394px;
  height: 518px;
  position: absolute;
  top: -16rem;
  right: 4rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about1::before {
    width: 201px;
    height: 265px;
    background-size: 201px;
    top: -1rem;
    right: -2rem;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about1::after {
  content: "";
  display: block;
  background: url("/assets/img/top/about-bg02.png");
  width: 362px;
  height: 238px;
  position: absolute;
  top: 50rem;
  right: -11rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about1::after {
    display: none;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about1 img.bigmount {
  display: block;
  margin: 10rem auto 4rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about1 img.bigmount {
    margin: 3rem auto 2rem;
    width: 200px;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about1 .readTxt {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about1 .readTxt {
    padding-bottom: 33rem;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about1 .readTxt .foodsBG {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about1 .readTxt .foodsBG {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0rem 1rem;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about1 .readTxt .foodsBG div {
  position: relative;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about1 .readTxt .foodsBG div {
    flex-basis: calc(50% - 0.5rem);
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about1 .readTxt .foodsBG div::before {
  content: "";
  display: block;
  width: 468px;
  height: 462px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about1 .readTxt .foodsBG div::before {
    display: none;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about1 .readTxt .foodsBG div.food1::before {
  background: url("/assets/img/top/about-img01.png");
  top: -52rem;
  left: -5rem;
}
body.top .mainWrap.-top .secAbout .inner-lm .about1 .readTxt .foodsBG div.food2::before {
  background: url("/assets/img/top/about-img02.png");
  top: 10rem;
  right: -5rem;
}
body.top .mainWrap.-top .secAbout .inner-lm .about1 .readTxt .foodsBG div.food3::before {
  background: url("/assets/img/top/about-img03.png");
  top: 33rem;
  left: -5rem;
}
body.top .mainWrap.-top .secAbout .inner-lm .about2 {
  gap: 0 9rem;
  padding-bottom: 27rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about2 {
    padding-bottom: 12rem;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about2 .txtBox {
  width: 566px;
  position: relative;
}
body.top .mainWrap.-top .secAbout .inner-lm .about2 .txtBox::after {
  content: "";
  display: block;
  background: url("/assets/img/top/about-bg03.png");
  width: 433px;
  height: 569px;
  position: absolute;
  top: -40rem;
  left: 31rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about2 .txtBox::after {
    top: -14rem;
    left: inherit;
    right: -4rem;
    width: 205px;
    background-size: 205px;
    height: 270px;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about2 .txtBox .readTxt {
  line-height: 2.1;
}
body.top .mainWrap.-top .secAbout .inner-lm .about2 .txtBox .readTxt.txt2 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about2 .txtBox .readTxt.txt2 {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about2 .imgBox {
  width: calc(100% - 566px - 9rem);
  gap: 0 4rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about2 .imgBox {
    width: 100%;
    gap: 1rem;
    margin: 2rem auto 0;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about2 .imgBox img {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about2 .imgBox img {
    width: calc(50% - 0.5rem);
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about3 {
  gap: 0 7rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about3 {
    padding-bottom: 8rem;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about3 .imgBox {
  width: calc(100% - 583px - 7rem);
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about3 .imgBox {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about3 .txtBox {
  width: 583px;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about3 .txtBox {
    width: 100%;
  }
}
body.top .mainWrap.-top .secAbout .inner-lm .about3 .txtBox::before {
  content: "";
  display: block;
  background: url("/assets/img/top/about-bg04.png");
  width: 586px;
  height: 479px;
  position: absolute;
  top: -17rem;
  right: -31rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .about3 .txtBox::before {
    width: 226px;
    background-size: 226px;
    height: 186px;
    top: -9rem;
    right: -4.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAbout .inner-lm .aboutInsta .instaWrap {
    width: 100%;
    margin: 0 auto;
  }
}
body.top .mainWrap.-top .secInfo {
  padding: 20rem 0 15rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo {
    padding: 8rem 0 7rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox {
  width: 700px;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox {
    width: 100%;
    margin: 0 auto;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox img.logo {
  width: 324px;
  display: block;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox img.logo {
    width: 170px;
    margin: 0 auto 2rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl {
    display: block;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dt {
  width: 180px;
  padding-left: 2.5rem;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dt {
    width: 100%;
    padding-left: 0;
    font-size: 0;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dt img.open {
  width: 102px;
  position: relative;
  top: -1rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dt img.open {
    width: 50px;
    position: static;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dt img.tel {
  width: 77px;
  position: relative;
  top: -0.3rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dt img.tel {
    width: 38px;
    position: static;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd {
  width: calc(100% - 180px);
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd {
    width: 100%;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .infoWrap span.ttl {
  font-size: 2.7rem;
  flex-basis: 125px;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .infoWrap span.ttl {
    font-size: 2rem;
    flex-basis: 90px;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .infoWrap .val {
  padding-top: 0.4rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .infoWrap .val {
    font-size: 1.8rem;
    padding-top: 0.3rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .infoWrap .val .day {
  font-size: 2rem;
  margin-bottom: -4.5rem;
  display: block;
  vertical-align: -2px;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .infoWrap .val .day {
    font-size: 1.6rem;
    margin-bottom: -3.5rem;
    vertical-align: 0;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .infoWrap .val span.lo {
  font-size: 1.8rem;
  margin-left: 1rem;
  vertical-align: 1px;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .infoWrap .val span.lo {
    font-size: 1.2rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .infoWrap .val span.lo.lo2 {
  margin-left: 0;
  vertical-align: 8px;
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p {
    font-size: 1.8rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.mbNone {
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.mbNone {
    margin-bottom: -1rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.close {
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.close {
    font-size: 1.6rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.close .ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.close .ttl {
    font-size: 1.6rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.tel-link {
  margin: 0.5rem 0 2rem;
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.tel-link img {
  width: 226px;
  position: relative;
  top: 1px;
  left: -5px;
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.address {
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.address {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.notes {
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p.notes {
    font-size: 1.2rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p span.ttl {
  display: inline-block;
  width: 125px;
  font-size: 2.7rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p span.ttl {
    font-size: 2rem;
    width: 90px;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p span.lo {
  font-size: 1.8rem;
  margin-left: 1rem;
  vertical-align: 1px;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p span.lo {
    font-size: 1.2rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd p span.lo.lo2 {
  margin-left: 0;
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .notes2 {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .notes2 {
    margin-bottom: 3rem;
    font-size: 1.2rem;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd .notes2 a:hover {
  border-bottom: 1px solid #3B2B20;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .txtBox dl dd span.tel-link a {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    display: block;
  }
}
body.top .mainWrap.-top .secInfo .inner-lm .imgBox {
  width: calc(100% - 700px);
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secInfo .inner-lm .imgBox {
    width: 100%;
    margin: 0 auto;
  }
}

/*------------------------------------------------------------
  下層ページ共通
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  下層ページ
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  Loader
  ------------------------------------------------------------*/
#loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
  top: 0;
}
#loader.loaded {
  animation: fadeOut 0.5s forwards;
}
#loader img {
  max-width: 64px;
}
@keyframes float {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}/*# sourceMappingURL=page_new.css.map */