@charset "UTF-8";
/* common */
.pc {
  display: none !important;
}

#contents {
  background-color: #fff;
  position: relative;
}

#widewrapper {
  width: 100%;
}

#mainContents {
  background-color: #EDEFF7;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

#mainContents img {
  width: 100%;
  display: block;
}

#mainContents a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

.notice {
  width: 70%;
  color: #333;
  font-size: 12px;
  text-align: center;
  margin: 8px auto;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

.mainTitle {
  width: fit-content;
  margin: 0 auto 24px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #00145F;
}

.mainTitle p {
  letter-spacing: 8px;
}

.contentsInner {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 16px 0;
}

.btnWithArrow {
  box-sizing: border-box;
  display: block;
  margin: 0 16px;
  padding: 16px 0;
  position: relative;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  background-color: #000;
  cursor: pointer;
}

.btnWithArrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 10px;
  background: url(https://img.travel.rakuten.co.jp/select/hotelr9/202504/images/arrow_right.svg) no-repeat;
}

.btnWithArrow:hover {
  color: #fff;
}

.btnWithArrow:link {
  color: #fff;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.swiper-container .swiper-button-prev:after {
  content: '';
  background: url(https://img.travel.rakuten.co.jp/select/hotelr9/202504/images/slide_arrow.svg) 100% 100%/100% 100% no-repeat;
  width: 18px;
  height: 40px;
  transform: rotate(180deg);
}

.swiper-container .swiper-button-next:after {
  content: '';
  background: url(https://img.travel.rakuten.co.jp/select/hotelr9/202504/images/slide_arrow.svg) 100% 100%/100% 100% no-repeat;
  width: 18px;
  height: 40px;
}

.swiper-pagination-bullet {
  background: rgba(153, 153, 153, 0.8);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination-bullet7 {
  width: 10px;
  height: 10px;
}

/* ---------------------------
    kv 
----------------------------*/
.kv img {
  width: 100%;
}

.kv .swiper-container {
  padding-bottom: 20px;
}

/* ---------------------------
    导航 
----------------------------*/
.navHtl {
  width: 100vw;
  height: 60px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 0;
  border-top: 2px solid #EDEFF7;
}

.navHtl li {
  padding: 0 12px 0;
  height: 40px;
  font-weight: 700;
  font-size: 13px;
  border-right: 1px solid #c4c4c4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.navHtl li:last-child {
  border: none;
}

.navHtl li a {
  color: #00145F;
}

.navHtl.active {
  margin-top: 0;
  background-color: #FFF;
  z-index: 100;
}

/* ---------------------------
    期間限定クーポン
----------------------------*/
#couponWrapper {
  background-color: #EDEFF7;
}

/* ---------------------------
    ブランド紹介
----------------------------*/
#brand {
  border-radius: 60px 60px 0 0;
  background-color: #FAE1AA;
}

#brand .mainTitle p {
  letter-spacing: 2px;
}

#brand .brandBox {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background: #EDEFF7;
}

#brand .brandBox .contentsInner {
  padding: 0 0 24px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 24px;
  overflow: hidden;
}

#brand .brandBox .contentsInner:last-child {
  margin-bottom: 0;
}

#brand .brandBox #swiper1 .swiper-pagination-bullets {
  bottom: 60px;
}

#brand .brandBox #swiper2 .swiper-pagination-bullets {
  bottom: 98px;
}

#brand .brandBox #swiper3 .swiper-pagination-bullets {
  bottom: 82px;
}

#brand .brandBox #swiper4 .swiper-pagination-bullets {
  bottom: 80px;
}

#brand .brandBox .swiper-container {
  width: calc(100% - 32px);
  margin: 16px auto 0;
}

#brand .brandBox .swiper-container .swiper-button-next, #brand .brandBox .swiper-container .swiper-button-prev {
  top: 40%;
}

#brand .brandBox .swiper-container .swiper-button-prev {
  left: 20px;
}

#brand .brandBox .swiper-container .swiper-button-next {
  right: 20px;
}

#brand .brandBox .swiper-container .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.9);
}

#brand .brandBox .swiper-container .swiper-slide {
  box-sizing: border-box;
  padding: 16px;
  border-radius: 24px;
  background: #FFCE61;
}

#brand .brandBox .swiper-container .swiper-slide p {
  color: #00145F;
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#brand .brandInfo {
  display: flex;
  flex-direction: column;
}

#brand .brandInfo .swiper-container {
  width: 100%;
}

#brand .brandInfo .swiper-container img {
  aspect-ratio: 16 / 9;
}

#brand .brandInfo .info {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

#brand .brandInfo .info .brandImg {
  width: 100px;
  margin-right: 12px;
}

#brand .brandInfo .info h3 {
  color: #00145F;
  width: fit-content;
  max-width: 90%;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  background: #FFB901;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  line-height: 2;
}

#brand .brandInfo .info h3 b {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

#brand .brandInfo .info .subTitle {
  margin: 30px auto 0;
  text-align: center;
  color: #00145F;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

#brand .brandInfo .info .detail {
  color: #424242;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

#brand .service {
  padding: 40px 16px 24px !important;
}

#brand .service .serviceList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
margin: 16px;
}

#brand .service .serviceList li {
  width: 100%;
  height: 168px;
  margin: 0 0 14px;
  box-sizing: border-box;
  padding: 24px;
  background: #FFDC8E;
  text-align: center;
  border-radius: 20px;
  color: #00145F;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#brand .service .serviceList li:first-child {
  color: #fff;
  background: #FF5F03;
}

#brand .service .serviceList li:first-child p {
  font-size: 28px;
}

#brand .service .serviceList li:nth-child(n+2) {
  padding-top: 60px;
}

#brand .service .serviceList li:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 56px;
  height: 44px;
  background: url(https://img.travel.rakuten.co.jp/select/choice/202506/images/checkIn.svg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#brand .service .serviceList li:nth-child(3n) {
  margin-right: 0;
}

#brand .service .serviceList li:last-child {
  margin-bottom: 0;
}

#brand .service .serviceList li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

#brand .service .serviceList li p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

#brand .service .serviceList li small {
  font-size: 14px;
  line-height: 1.5;
}

#brand .service .serviceList .coffee::before {
  background: url(https://img.travel.rakuten.co.jp/select/choice/202506/images/coffee.svg) center center/cover no-repeat !important;
}

#brand .service .serviceList .wifi::before {
  background: url(https://img.travel.rakuten.co.jp/select/choice/202506/images/wifi.svg) center center/cover no-repeat !important;
}

#brand .service .serviceList .charge::before {
  background: url(https://img.travel.rakuten.co.jp/select/choice/202506/images/charge.svg) center center/cover no-repeat !important;
}

#brand .service .serviceList .book::before {
  background: url(https://img.travel.rakuten.co.jp/select/choice/202506/images/book.svg) center center/cover no-repeat !important;
}

#brand .brandList {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: auto;
  padding: 24px 16px 0;
}

#brand .brandList li {
  margin: 0 0 24px 0;
  width: 100%;
  box-sizing: border-box;
}

#brand .brandList li .info {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 16px 0;
}

#brand .brandList .brandInfo {
  display: block;
}

/* ---------------------------
    旅の目的でホテルを選ぶ
----------------------------*/
#purpose {
  padding: 20px 0 32px;
  background: #F5F5F5;
}

#purpose .purposeList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#purpose .purposeList li {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 4px solid #006;
  overflow: hidden;
  background: #fff;
}

#purpose .purposeList li:nth-of-type(2n) {
  margin-right: 0;
}

#purpose .purposeList li img {
  width: 35%;
  aspect-ratio: 130.731px / 153.179px;
}

#purpose .purposeList li div {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px 12px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}

#purpose .purposeList li div .theme {
  color: #424242;
  font-weight: 500;
}

#purpose .purposeList li div b {
  color: #006;
  font-size: 23px;
  margin: 12px 0;
  line-height: 0.9;
}

#purpose .purposeList li div b span {
  font-size: 14px;
  font-weight: 600;
}

#purpose .purposeList li:nth-child(2) {
  border-color: #FC0;
}

#purpose .purposeList li:nth-child(2) div b {
  color: #FC0;
}

#purpose .purposeList li:nth-child(3) {
  border-color: #FF9933;
}

#purpose .purposeList li:nth-child(3) div b {
  color: #FF9933;
}

#purpose .purposeList li:nth-child(4) {
  border-color: #CC3333;
  margin-bottom: 0;
}

#purpose .purposeList li:nth-child(4) div b {
  color: #CC3333;
}

/* ---------------------------
    ホテル一覧
----------------------------*/
#hotels {
  background: #F5F5F5;
}

#hotels .mainTitle {
  margin-bottom: 12px;
}

#hotels .tab {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  font-size: 14px;
}

#hotels .tab li {
  width: calc((100% - 16px) / 3);
  margin: 0 8px 8px 0;
  box-sizing: border-box;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}

#hotels .tab li:nth-of-type(3n) {
  margin-right: 0;
}

#hotels .tab li.active {
  background-color: #000;
  color: #fff;
}

#hotels .hotelsBox {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

#hotels .hotelsBox .swiper-pagination-bullets {
  bottom: 20px;
}

#hotels .hotelsBox .hotelInfo {
  box-sizing: border-box;
  margin-bottom: 8px;
  background-color: #fff;
  border: 1px solid #9B9B9B;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

#hotels .hotelsBox .hotelInfo img {
  aspect-ratio: 16 / 12;
  object-fit: cover;
}

#hotels .hotelsBox .hotelInfo section {
  padding: 20px 10px 10px;
  line-height: 1.5;
  font-size: 14px;
  color: #424242;
  position: relative;
}

#hotels .hotelsBox .hotelInfo section .hotelArea {
  height: auto;
  font-size: 12px;
  font-weight: 500;
}

#hotels .hotelsBox .hotelInfo section .hotelName {
  color: #424242;
  font-weight: 500;
  min-height: 42px;
}

#hotels .hotelsBox .hotelInfo section .hotelDetail {
  color: #424242;
  display: block;
}

#hotels .hotelsBox .hotelInfo section .hotelDec {
  font-size: 12px;
  margin: 8px 0;
}

#hotels .hotelsBox .hotelInfo section .detailBtn {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #9B9B9B;
  color: #424242;
  padding: 8px 0;
  margin: 10px 0;
}

#hotels .hotelsBox .hotelInfo section .btnGroup {
  display: flex;
  align-items: center;
  justify-content: center;
}

#hotels .hotelsBox .hotelInfo section .btnGroup a {
  color: #424242;
  width: calc(50% - 4px);
  box-sizing: border-box;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 400;
  margin: 0 8px 0 0;
  border: 1px solid #9B9B9B;
  text-align: center;
}

#hotels .hotelsBox .hotelInfo section .btnGroup a:last-child {
  margin-right: 0;
}

#hotels .hotelsBox .hotelInfo section::before {
  content: "";
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#hotels .hotelsBox .hotelInfo .comfortInn::before {
  background: #FFCC00;
}

#hotels .hotelsBox .hotelInfo .comfort::before {
  background: #000066;
}

#hotels .hotelsBox .hotelInfo .comfortERA::before {
  background: #FF9933;
}

#hotels .hotelsBox .hotelInfo .comfortSuites::before {
  background: #CC3333;
}

/* ---------------------------
    日付検索
----------------------------*/
#searchContent {
  padding: 40px 0;
}

#searchContent .setInput ul {
  flex-wrap: wrap;
}

#searchContent #search-box.verB .searchUndate {
  margin-bottom: 20px;
}

#searchContent #search-box.verB .searchUndate input[type="checkbox"] + label {
  color: #000;
}

.toPpageTop {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 16px;
  z-index: 99;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0.5);
}

.hotelColor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.hotelColor li {
  width: calc(50% - 8px);
  padding: 8px 0;
  margin-right: 16px;
}

.hotelColor li:nth-child(2n) {
  margin-right: 0;
}

.hotelColor li:nth-of-type(2) span::before {
  background: #FFCC00;
}

.hotelColor li:nth-of-type(3) span::before {
  background: #FF9933;
}

.hotelColor li:nth-of-type(4) span::before {
  background: #CC3333;
}

.hotelColor span {
  position: relative;
  display: block;
  padding-left: 17px;
}

.hotelColor span::before {
  width: 5px;
  height: 24px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000066;
}
