body {
  font-family: 'Noto Sans JP', sans-serif;
}

.container {
  overflow: clip;
}

@media screen and (max-width: 767px) {
  .hMenuLink2 {
    border-bottom: 2px solid #BBB;
  }
}

.btn--HContact {
  background-color: #ffffff;
  border: 3px solid #b8193f;
  color: #000000;
  font-size: 14px;
}
.btn--HContact:hover {
  background-color: #ffffff;
  border: 3px solid #b8193f;
}
@media screen and (max-width: 1080px) {
  .btn--HContact {
    font-size: 1.2rem;
  }
}

/* .btn--PDF {
    background-color: #c76068;
    padding: 0.75em 2em;
    margin-right: 5px;
}
.btn--PDF:hover {
    background-color: #c76068;
} */

.btn--FC1 {
  padding: 0.75em 2em;
  margin-right: 5px;
}
.btn--FC2 {
  padding: 0.75em 3em;
  margin-right: 5px;
}
.btn--FC3 {
  background-color: #b8193f;
  border: 3px solid #fff;
  color: #000;
  padding: 0.75em 2em;
}
.btn--FC1:hover,
.btn--FC2:hover {
  background-color: #b8193f;
  border: 3px solid #fff;
}
.btn--FC3:hover {
  background-color: #fcca6a;
  border: 3px solid #b8193f;
}

.btn--FC3:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .fc_topimg {
    /* height: 122px;
    background: url('../img/topimg_pc.jpg') center center / cover no-repeat; */
  }
}
@media screen and (max-width: 767px) {
  .fc_topimg {
    margin: 85px auto 0 auto;
    /*height: 429px;
    background: url('../img/topimg_sp.jpg') center center / cover no-repeat; */
  }
}

.fcBox {
}

.fcTab {
  position: relative;
  top: 122px;
  width: 100%;
  height: 318px;
  margin: 0 auto;
  padding: 0 10px;
  background: url('../img/topimg_pc.jpg') center center / cover no-repeat;
  display: flex;
  align-items: start;
  box-sizing: border-box;
}
.fcTab_luggagestorage {
  position: relative;
  top: 122px;
  width: 100%;
  height: 318px;
  margin: 0 auto;
  padding: 0 10px;
  background: url('../img/LSS_LP_topimg.jpg') center center / cover no-repeat;
  display: flex;
  align-items: start;
  box-sizing: border-box;
}
.fcTab_luggagestorage--ja {
  position: relative;
  top: 122px;
  width: 100%;
  height: 318px;
  margin: 0 auto;
  padding: 0 10px;
  background: url('../ja/img/LSS_LP_topimg.jpg') center center / cover no-repeat;
  display: flex;
  align-items: start;
  box-sizing: border-box;
}

.fcMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 37px;
  margin: 0 auto;
  position: fixed;
  z-index: 79;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  background: #454545;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid #333; */
}
.fcMenu__item {
  display: block;
  list-style-type: none;
  text-align: center;
  width: 183px;
  height: 37px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  background: #454545;
}
@media screen and (max-width: 960px) {
  .fcMenu {
    height: auto;
  }
  .fcMenu__item {
    width: 146px;
    height: auto;
    font-size: 11px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 960px) {
  .fcMenu__item {
  }
}
.fcMenu__item:hover {
  color: #e10008;
  background: #ffffff;
}
.fcMenu__item.active {
  color: #ffffff;
  background: #b01e23;
}
.fcMenu__item--anchor {
  padding: 8px 0;
}
@media screen and (max-width: 960px) {
  .fcMenu__item--anchor {
    padding: 0;
  }
}

/* Example One */
#magic-line {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #b01e23;
}

.fcBox__item {
  margin-top: 128px;
  /* position: relative;
    z-index: 802; */
}
@media screen and (max-width: 960px) {
  .fcBox__item {
    margin-top: 0;
    /* z-index: 1;*/
  }
}

.fcDiv {
  max-width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 45px 0 67px 0;
}
@media screen and (max-width: 767px) {
  .fcDiv {
  }
}
.fcDiv--beige {
  background: #fff7dc;
  position: relative;
}
.fcDiv--beige--triangle {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 63px solid #fff7dc;
  border-bottom: none;
  margin: 0 auto;
}
.fcDiv--pink {
  background: #fbdfe3;
  position: relative;
}
.fcDiv--pink--triangle {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 63px solid #fbdfe3;
  border-bottom: none;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fcDiv--beige--triangle {
    bottom: -103px;
    border: 60px solid transparent;
    border-top: 43px solid #fbdfe3;
  }
}
.fcDiv--gray {
  background: #efefef;
  position: relative;
}
.fcDiv--gray--triangle {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 63px solid #efefef;
  border-bottom: none;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fcDiv--gray--triangle {
    bottom: -103px;
    border: 60px solid transparent;
    border-top: 43px solid #efefef;
  }
}
.fcDiv--white {
  background: #ffffff;
  position: relative;
}
.fcDiv--white--triangle {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top: 63px solid #ffffff;
  border-bottom: none;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fcDiv--white--triangle {
    bottom: -103px;
    border: 60px solid transparent;
    border-top: 43px solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .fcDiv--beige,
  .fcDiv--gray,
  .fcDiv--white {
    padding: 0 2rem;
  }
}

.fcSec {
}
@media screen and (max-width: 767px) {
  .fcSec {
  }
}

/* BASE CSS */
.bl_media_container * {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.bl_media_container img {
  width: 100%;
  vertical-align: bottom;
}
/* ここからカードレイアウトのスタイリング */
/* PC　4-3カラム */
.bl_media_container {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-20px / 2);
  padding: 20px;
}
.bl_media_itemWrapper2 {
  display: flex;
  width: calc(100% / 2 - 20px);
  margin: calc(20px / 2);
  margin-bottom: 0;
}
.bl_media_itemWrapperC {
  display: flex;
  width: calc(100% / 2 - 20px);
  margin: calc(20px / 2);
  margin-bottom: 0;
}
.bl_media_itemWrapper3 {
  display: flex;
  width: calc(100% / 3 - 20px);
  margin: calc(20px / 2);
  margin-bottom: 0;
}
.bl_media_itemWrapper4 {
  display: flex;
  width: calc(100% / 4 - 20px);
  margin: calc(20px / 2);
  margin-bottom: 0;
}
.bl_media_itemWrapper6 {
  display: flex;
  width: calc(100% / 6 - 20px);
  margin: calc(20px / 2);
  margin-bottom: 0;
}
.bl_media_item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.bl_media_item:hover {
  text-decoration: none;
}
/* タブレット　3-2カラム */
@media screen and (max-width: 1024px) {
  .bl_media_itemWrapper2 {
    width: calc(100% / 2 - 20px);
  }
  .bl_media_itemWrapperC {
    width: calc(100% / 1 - 20px);
  }
  .bl_media_itemWrapper3 {
    width: calc(100% / 2 - 20px);
  }
  .bl_media_itemWrapper4 {
    width: calc(100% / 2 - 20px);
  }
  .bl_media_itemWrapper6 {
    width: calc(100% / 6 - 20px);
  }
}
/* スマホ 1カラム*/
@media screen and (max-width: 599px) {
  .bl_media_container {
    padding: 0;
  }
  .bl_media_itemWrapper2 {
    width: calc(100% / 1 - 20px);
  }
  .bl_media_itemWrapperC {
    width: calc(100% / 1 - 20px);
  }
  .bl_media_itemWrapper3 {
    width: calc(100% / 2 - 20px);
  }
  .bl_media_itemWrapper4 {
    width: calc(100% / 2 - 20px);
  }
  .bl_media_itemWrapper6 {
    width: calc(100% / 2 - 20px);
  }
}

.topimgWrapper {
  margin-bottom: 50px;
}

.fcSecTitle2Wrapper {
  width: fit-content;
  margin: 0 auto 44px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fcSecTitle2 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  padding: 20px 10px 10px 10px;
  margin: 0;
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .fcSecTitle2Wrapper {
    margin: 10px auto 15px auto;
  }
}
@media screen and (max-width: 767px) {
  .fcSecTitle2 {
    font-size: 19px;
  }
}
.fcSecTitle2--m50 {
  margin: 0 50px 0 50px;
}
@media screen and (max-width: 767px) {
  .fcSecTitle2--m50 {
    margin: 0;
  }
}
.fcSecTitle2--m20 {
  margin: 0 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .fcSecTitle2--m20 {
    margin: 0;
  }
}
.jump_point {
  display: block;
  padding-top: 180px;
  margin-top: -180px;
}
@media screen and (max-width: 767px) {
  .jump_point {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.fcSecTitle3 {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  color: #454545;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .fcSecTitle3 {
    margin-top: 65px;
    font-size: 18px;
  }
}

.fcSecTitle4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .fcSecTitle4 {
    margin-top: 10px;
    font-size: 14px;
  }
}

.fcSecTitle5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fcSecTitle5 {
    margin-top: 5px;
    font-size: 12px;
  }
}

.fcSecFlex {
  display: flex;
  column-gap: 45px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .fcSecFlex {
    flex-wrap: wrap;
  }
  .fcSecFlex--reverse {
    flex-direction: column-reverse;
  }
}

.fcSecP {
  margin-top: 0;
  color: #555;
  line-height: 1.8;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .fcSecP {
    margin-top: 0;
    line-height: 1.5;
    font-size: 14px;
    text-align: justify;
  }
}

.fcSecP2 {
  font-size: 16px;
  color: #555;
  margin: 7px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .fcSecP2 {
    font-size: 13px;
    line-height: 1.3em;
  }
}

.fcSecP3 {
  font-size: 15px;
  margin: 7px 0 15px 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .fcSecP3 {
    font-size: 13px;
  }
}

.roomCard {
  background: #efefef;
  border: 4px solid #d6d6d6;
  margin-right: 20px;
}

.fcImg {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .fcImg {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
  }
}

.featureAreaWrapper {
  overflow: hidden;
}

.line_on td,
.line_off td {
  font-weight: normal;
  padding: 20px 10px;
}
.room_list td {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999;
}
.room_list {
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #999999;
  border-bottom: none;
}
.room_list td {
  border-bottom: 1px solid #999999;
}
.room_list td.last {
  border-right: none;
}
.room_h {
  background-color: #454545;
  color: #ffffff !important;
}
.room_list .room_h--bs {
  background-color: #c1a517;
  border-color: #666;
}
.room_list .room_h--bsp {
  background-color: #b8193f;
  border-color: #333;
}
.room_t {
  background-color: #efefef;
}
.line_on > tbody > tr:nth-of-type(2n) {
  background: #ffffff;
}

.book_button {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b8193f;
  border: 1px solid #b8193f;
  color: #fff;
  margin: 0 30% 15px 30%;
  padding: 5px 1px;
  border-radius: 38px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

#bottomLocation {
  margin: 0;
}

.fcInqMailIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin: 0;
}
.fcInqMail {
  min-width: 450px;
  min-height: 80px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffffff;
  border: 3px solid #b8193f;
  border-radius: 40px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 4px 0px;
  padding: 0 10px;
  margin: 0.35em auto;
  text-decoration: none;
}

.inqWhatsApp {
  min-width: 450px;
  min-height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #43c553;
  border-radius: 40px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 4px 0px;
  padding: 0 10px;
  margin: 0.35em auto;
}

.inqWhatsAppText {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .fcInqMail {
    min-width: 334px;
  }

  .inqWhatsApp {
    min-width: 334px;
  }
}
.fcTitleIcon {
  margin: 0 15px;
  width: unset !important;
}
.fcTitleText {
  font-size: 18px;
  font-weight: bold;
  color: #454545;
}
.fcTitleText2 {
  font-size: 28px;
  font-weight: bold;
  color: #454545;
}
.fcTitleText3 {
  font-size: 14px;
  font-weight: bold;
  color: #454545;
}
.fcTitleText4 {
  font-size: 14px;
  font-weight: normal;
  color: #454545;
}

@media screen and (max-width: 767px) {
  .fcTitleText {
    font-size: 14px;
    font-weight: bold;
    color: #454545;
  }
  .fcTitleText2 {
    font-size: 24px;
    font-weight: bold;
    color: #454545;
    line-height: 1.5;
  }
  .fcTitleText3 {
    font-size: 12px;
    font-weight: bold;
    color: #454545;
    line-height: 0.5;
  }
  .fcTitleText4 {
    font-size: 10px;
    font-weight: normal;
    color: #454545;
    line-height: 0.5;
  }
}
.fcInqMailIconHeader {
  line-height: 1;
}
@media screen and (max-width: 810px) {
  .fcInqMailIconHeader {
    display: none;
  }
}

.fcLink {
  margin-top: auto;
  padding-top: 7px;
  text-decoration: underline;
}
.fcLink:hover {
  filter: opacity(0.7);
}

.checkinStepItemSp {
  margin-bottom: 65px;
}
.checkinStepItemSp2 {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .checkinStepItemSp {
      margin-bottom: 20px;
  }
  .checkinStepItemSp2 {
      margin-bottom: 20px;
  }
  .checkinStepItem:nth-child(n + 2):before {
    content: none;
  }
}

.pTxt0 {
  letter-spacing: 0 !important;
}
.colorRed {
  color: #b8193f;
  z-index: 1;
  position: relative;
}
.colorRed:hover {
  text-decoration: underline;
}

.contentsDiv2 {
  max-width: 960px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.w15p {
  width: 15% !important;
}
.w32p {
  width: 32% !important;
}
.w36p {
  width: 36% !important;
}
.w40p {
  width: 40% !important;
}
.w50p {
  width: 50% !important;
}
.w45p {
  width: 45% !important;
}
.w55p {
  width: 55% !important;
}

.mLRauto {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mLRauto_sp {
    display: block;
    margin: 0 auto;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline;
  }
}
.sp_inline_none {
  display: inline;
}
@media screen and (max-width: 767px) {
  .sp_inline_none {
    display: none;
  }
}

.tab_block {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .tab_block {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .tab_none {
    display: none !important;
  }
}

.sp_block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_block {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

.pt15 {
  padding-top: 15px;
}
.tx11 {
  font-size: 11px;
}
.text-white {
  color: #ffffff !important;
}

.img-hover:hover {
  opacity: 0.7;
}

.smallText {
  font-size: 0.75em;
}

.txt,
.pTxt,
.csTxtBox .pTxt {
  letter-spacing: 0;
}

.aZ {
  position: relative;
  z-index: 1;
}