@charset "utf-8";
/* CSS Document */
html,body{
    margin: 0;
    padding: 0;
}
/*すべてはclass lexton-box の中に。*/
.lexton-box {
a {
  transition: opacity 0.1s ease;
}

a:hover {
  opacity: 0.5;
    
    /*box-sizing: border-box;*/
}
.nav-li a:hover,.footer1 a:hover{display: block;border-bottom: 1px solid #fff;}
.nav-box {}
.nav-box .totop {
  width: 69px;
  hanging-punctuation: 88px;
}
/*common*/
.nav-box {
  background-image: url("../img/common/header-bg.png");
  height: 182px;
  position: sticky;
  top: 85px;
  width: 100%;
  z-index: 99;
            margin-bottom: -182px;

}
.nav-inner {
  max-width: 1746px;
  width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-ul {
  display: flex;
  list-style: none;
}
.nav-ul li {
  display: block;
  margin: 2rem;
}
.lxt-inner ul {
  padding: 14.4% 0 0 0;
  display: flex;
  list-style: none;
  max-width: 1300px;
  width: 69%;
  margin: auto;
}
.lxt-inner ul li {
  display: block;
  margin: 1%;
}
.lxt-inner ul li img {
  width: 100%;
}
.lxt-inner ul li a {
  text-align: center;
  font-size: 14px;
  color: #12458f;
  text-decoration: none;
}
.lxt-inner ul li a:hover {
  text-decoration: underline;
}
.to-planlist a {
  width: 18%;
}
.to-planlist a img {
  width: 100%;
}
/*ここからfooter*/
.footer {
  background-image: url("https://p-c.pw/lexton/img/common/footer.png");

  aspect-ratio: 1920 / 740;
    background-size: cover;
} /* tp2_r11_c1.png（最後の指定に合わせた） */
.footer-hotel-listbox {
  padding-top: 5.4%;
}
.footer-hotel-listbox1, .footer-hotel-listbox2 {
  display: flex;
  margin: auto;
  width: 40%;
  justify-content: space-between;
  padding-bottom: 1.6%;
}

.footer-hotel-listbox11, .footer-hotel-listbox22 {
  display: flex;
  margin: auto;
  width: 60%;
  justify-content: space-between;
  padding-bottom: 1.6%;
}
.footer-hotel-listbox a {
  width: 39%;
}
.footer-hotel-listbox11 a, .footer-hotel-listbox22 a {
  width: 27%;
}
.footer-hotel-listbox .footer-hotel-listboxa2{width: 47%;}
.footer-hotel-listbox a img {
  width: 100%;
}
.footer1 {
  width: 50%;
}
.footer2 {
  width: 44%;
}
.footer1-1, .footer1-2 {
  display: flex;
  justify-content: space-between;
}
.footer1-2 {
  margin-left: 4%
}
.footer1 img, .footer2 img {
  width: 100%;
}
.footer-nav {
  display: flex;
  padding-top: 20.5%;
  justify-content: space-between;
    
  /*background: #333;
              opacity: 50%;*/
  width: 53.5%;
  margin: auto;
}
.footer1-1 {
  margin-bottom: 6%;
  margin-right: 4%
}
.fnav1 {
  width: 10.49%;
}
.fnav2 {
  width: 11.26%;
}
.fnav3 {
  width: 7.77%;
}
.fnav4 {
  width: 23.88%;
}
.fnav5 {
  width: 11.65%;
}
.fnav6 {
  width: 25.24%;
}
.fnav7 {
  width: 15.34%;
}
.fnav8 {
  width: 13.20%;
}
/*ご予約 プラン一覧（固定）*/
.lexton-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  width: 120px;
  height: 120px;
}
.lexton-button img {
  width: 100%;
}
    
}

/* =========================
   楽天CSS対策：lexton-box
   ========================= */

.lexton-box{
  font-family: inherit;
  font-size: 14px;
  line-height: 1.7;
  color: #222;
}

/* テキスト系リセット */
.lexton-box p{
  margin: 0 0 1em;
    padding-top: 1em;
}

.lexton-box ul,
.lexton-box ol{
  margin: 0 0 1em;
  padding-left: 1.2em;
}

.lexton-box li{
  margin: 0.25em 0;
}

/* 見出し */
.lexton-box h1,
.lexton-box h2,
.lexton-box h3,
.lexton-box h4{
  margin: 0 0 .6em;
  line-height: 1.3;
  font-weight: bold;
}

/* リンク */
.lexton-box a{
  color: inherit;
  text-decoration: underline;
}

/* 画像 */
.lexton-box img{
  max-width: 100%;
  height: auto;
}

/* テーブル（崩れやすいので保険） */
.lexton-box table{
  border-collapse: collapse;
}
.lexton-box th,
.lexton-box td{
  padding: 6px 8px;
  vertical-align: top;
}


