@charset "utf-8";

body {
  color: #222;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ",
    "Meiryo UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
}

a:hover,
a:active {
  color: #222;
  text-decoration: none;
}
/* 
img {
  vertical-align: top;
} */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a:hover img {
  opacity: 0.7;
}

section {
  width: 100%;
}

/* Header */

.header {
  height: 116px;
  margin: 0 auto;
  width: 1260px;
}

body .header {
  height: 132px;
}

.header-top {
  margin-bottom: 22px;
}

.header-logo {
  float: left;
  padding: 14px 0 0 5px;
}

.header-menu {
  float: left;
  font-size: 10px;
  margin-right: 323px;
  padding: 25px 0 0 0;
  width: 235px;
}

.header-logo {
  padding: 20px 0 0 0;
}

.header-logo img {
  height: auto;
  width: 147px;
}

.wrap * {
  box-sizing: border-box;
  line-height: 1.8;
  color: #666666;
  font-size: 16px;
}

.wrap img {
  width: 100%;
  height: auto;
}

.wrap a,
.wrap a img {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.wrap a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .wrap * {
    font-size: 16px;
  }
  img {
    max-width: 100%;
  }
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

/* main visual */
.mv {
  margin: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mv .mv_lead {
  width: 40%;
  position: absolute;
  z-index: 2;
}

@media (max-width: 768px) {
  .mv .mv_lead {
    width: 80%;
  }

  .mv .slide_mv img {
    height: 120vw;
    object-fit: cover;
  }
}

/* 一休ロゴ */

.mv .logo-ikyu {
  display: block;
  width: 100px;
  height: auto;
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  .mv .logo-ikyu {
    width: 20%;
  }
}

/* lead */

.lead {
  background: #f9f8f8;
  padding: 100px 20px 90px;
}

.lead .lead-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.lead .lead-title img {
  width: auto;
  height: 60px;
}

.lead .lead-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1em;
}

.lead .lead-text:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .lead {
    padding: 11.71875vw 2.60417vw;
  }

  .lead .lead-title {
    margin-bottom: 3vw;
    font-size: 4.16667vw;
  }

  .lead .lead-title img {
    width: 80%;
    height: auto;
  }

  .lead .lead-text {
    font-size: 3.5vw;
  }
}

/* ｐICK UP */

.pu {
  margin-bottom: 120px;
  padding-top: 70px;
}

.pu-title {
  margin-bottom: 10px;
  font-size: 30px;
}

.img_title img,
.pu .img_title img,
.allhotel .img_title img {
  width: auto;
  height: 40px;
}

.img_title,
.pu,
.pu .img_title,
.allhotel .img_title {
  margin-bottom: 44px;
  text-align: center;
}

@media (max-width: 768px) {
  .pu-title {
    font-size: 5vw;
    margin-bottom: 10px;
  }

  .img_title,
  .pu,
  .pu .img_title,
  .allhotel .img_title {
    margin-bottom: 10px;
  }

  .img_title img,
  .pu .img_title img,
  .allhotel .img_title img {
    height: 30px;
  }
}

.pu .lp_inner {
  margin: 0 auto;
  padding: 0 60px 0 70px;
  max-width: 1200px;
  width: 100%;
}

.pu .lp_inner .hotel_slide li {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .pu .lp_inner .hotel_slide li {
    margin: 0 5px;
  }
}

.pu .lp_inner .hotel_slide li dl {
  margin: 20px 0 50px;
}

.pu .lp_inner .hotel_slide li dl dt {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}

.pu .lp_inner .hotel_slide li dl dt span {
  font-size: 18px;
}

.pu .lp_inner .hotel_slide li dl dd {
  line-height: 1.5;
  font-size: 16px;
}

@media (max-width: 768px) {
  .pu .lp_inner .hotel_slide li dl dt {
    font-size: 2.5vw;
  }

  .pu .lp_inner .hotel_slide li dl dt span {
    font-size: 2.5vw;
  }
}

@media (max-width: 590px) {
  .pu {
    margin-bottom: 60px;
    padding-top: 10.74219vw;
  }

  .pu .lp_inner {
    padding: 0 38px;
  }

  .pu .lp_inner .hotel_slide li dl dt {
    font-size: 4.5vw;
  }

  .pu .lp_inner .hotel_slide li dl dt span {
    font-size: 4.5vw;
  }
  .pu .lp_inner .hotel_slide li dl dd {
    font-size: 4vw;
  }
}

/* footer */

footer .lp_inner {
  width: 100%;
}

.allhotel {
  background: #f4f4f4;
  padding: 80px 20px 100px;
  text-align: center;
}

.allhotel .allhotel-text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.allhotel .hotel-link {
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
  height: 64px;
  color: #5f5f5f;
  font-size: 20px;
  font-weight: bold;
  border: solid 1px #5f5f5f;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .allhotel {
    padding: 13.02083vw 2.60417vw 20vw;
  }

  .allhotel .allhotel-text {
    margin-bottom: 5.20833vw;
    font-size: 3.64583vw;
  }

  .allhotel .hotel-link {
    font-size: 3.64583vw;
    width: 90%;
  }
}

footer .lp_hotel-list {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

/* フッターロゴ */
footer .logo_bg {
  background-color: #666;
  text-align: center;
}

footer .logo_bg .logo-ikyu img {
  width: 80px;
  margin-top: 25px;
}

footer .logo_bg .copyright {
  /* width: 100%; */
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  padding-bottom: 20px;
}

/* TOPに戻る */

#toPageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.5);
}

#toPageTop a {
  position: absolute;
  bottom: 5px;
  right: 15px;
  width: 35px;
  height: 35px;
  border-right: 3px solid #929292;
  border-top: 3px solid #929292;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  #toPageTop {
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 9999;
    width: 35px;
    height: 35px;
  }
  #toPageTop a {
    right: 10px;
    width: 15px;
    height: 15px;
  }
}

/*slick arrrow
   ----------------------------------------------- */

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 30%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #b8b8b8;
  border-right: 2px solid #b8b8b8;
  height: 25px;
  width: 25px;
}

.slick-prev {
  left: -4%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -3%;
  transform: rotate(45deg);
}

@media (max-width: 426px) {
  .slick-prev {
    left: -7%;
  }
  .slick-next {
    right: -7%;
  }
}

/*slick dots       
   ----------------------------------------------- */

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -30px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #dddada;
}

.slick-dots .slick-active button {
  background: #666;
}

.slick-next:before {
  content: "";
}

.slick-dots li button:before {
  background-color: #000 !important;
}
