body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
body:before {
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  background: url(../img/bg_pc.webp) 50% 50% no-repeat #ccc;
  background-size: cover;
  z-index: -1;
}

.font-en {
  font-family: "Michroma", sans-serif;
}

.w90 {
  margin-inline: 10px;
}

.w80 {
  margin-inline: 30px;
}

.rad10 {
  border-radius: 20px;
}

#container {
  margin-inline: auto;
  background-color: #000;
  color: #fff;
  text-align: center;
}

header {
  height: 50px;
  background-color: #fff;
  padding-left: 12px;
}
header .btn_clm1 {
  width: 136px;
  height: 50px;
  border-radius: 0;
}

#fv {
  background: url(../img/bg_fv.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
#fv .lead_h1 .txt22 {
  color: #ff8000;
  margin-bottom: 18px;
}
#fv .img_fv {
  margin: 50px auto 25px;
}

.btn_clm2_wrap {
  gap: 10px;
}

.btn_clm2 {
  flex: 1;
  border-radius: 5px;
  gap: 10px;
  height: 50px;
  box-shadow: 0px 5px 10px 0px rgba(83, 32, 1, 0.2509803922);
  transition: all 0.4s linear;
}
.btn_clm2.i_book {
  background-color: #c13035;
  color: #fff;
}
.btn_clm2.i_book:hover {
  background: #e26f73;
}
.btn_clm2.i_app {
  background-color: #fff;
  color: #000;
}
.btn_clm2.i_app:hover {
  background: #d9d9d9;
}
.btn_clm2 .icon {
  display: grid;
  place-items: center;
}

.btn_clm1_wrap {
  gap: 10px;
}

.btn_clm1 {
  border-radius: 5px;
  gap: 0 10px;
  height: 60px;
  transition: all 0.4s linear;
  box-shadow: 0px 5px 10px 0px rgba(83, 32, 1, 0.2509803922);
}
.btn_clm1.i_map {
  border: 2px solid #c13035;
  background-color: #fff;
  color: #c13035;
}
.btn_clm1.i_map:hover {
  background: #d9d9d9;
}
.btn_clm1.i_inq {
  background-color: #c13035;
  color: #fff;
}
.btn_clm1.i_inq:hover {
  background: #e26f73;
}
.btn_clm1.i_tel {
  background-color: #fff;
  color: #000;
}
.btn_clm1.i_tel:hover {
  background: #d9d9d9;
}
.btn_clm1 .icon {
  display: grid;
  place-items: center;
}

.stit_en .txt18 {
  line-height: 1.2;
  padding-top: 10px;
  margin-bottom: 40px;
}

#s01 .box01 {
  gap: 30px;
}
#s01 .box01 + .box01 {
  margin-top: 40px;
}
#s01 p.txt15 {
  line-height: 2;
}
#s01 .txt12.tR {
  display: block;
  padding-top: 10px;
}

#s02 {
  background: url(../img/bg_private.jpg) 50% top no-repeat;
  background-size: 100% auto;
}
#s02 .img05 {
  margin-bottom: 20px;
}
#s02 p.txt15 {
  line-height: 2;
}

#s03 p.txt15 {
  line-height: 2;
}
#s03 .inline_wrap {
  aspect-ratio: 315/222;
}
#s03 .inline_wrap iframe {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

main section {
  margin-bottom: 80px;
}

footer .txt16 {
  margin: 10px auto 15px;
}
footer .copy_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  padding: 10px;
  color: #000;
}

footer {
  height: 245px;
  background: url(../img/bg_footer.jpg) 50% top no-repeat;
  background-size: auto 100%;
  padding-top: 70px;
}

aside {
  height: 100vh;
  top: 0;
  left: calc(50% + 190px);
  right: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  display: grid;
  place-items: center;
}
aside nav li {
  margin-bottom: 50px;
}
aside nav li a {
  font-size: min(20px, 2.3vw);
  color: #fff;
  transition: all 0.4s linear;
}
aside nav li a:hover {
  color: #c13035;
}
aside .aside_inbox {
  width: min(335px, 95%);
}
/*# sourceMappingURL=style.css.map */