body {
  font-family: 'Noto Sans JP', sans-serif;
}

.container {
  overflow: clip;
}

@media screen and (max-width: 767px) {
  .hMenuLink2 {
    border-bottom: 2px solid #bbb;
  }
  .breadcrumbWrapper--cr {
    margin-top: 90px;
  }
}

.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;
}

.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: 119px;
  /* position: relative;
    z-index: 802; */
}
@media screen and (max-width: 960px) {
  .fcBox__item {
    margin-top: 0;
    /* z-index: 1;*/
  }
}

.contentsDiv2 {
  max-width: 1070px;
}
.contentsDiv3 {
  max-width: 540px;
}
.contentsDiv4 {
  max-width: 714px;
}

.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 1rem;
  }
}

.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_container2 {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-20px / 2);
  padding: 0;
}
.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_itemWrapper5 {
  display: flex;
  width: calc(100% / 5 - 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_itemWrapper5 {
    width: calc(100% / 5 - 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_itemWrapper5 {
    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;
  }
  .fcSecTitle2Wrapper--room {
    margin-bottom: 0;
    margin-top: 70px;
  }
}
@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;
  }
}

.fLeadText {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #171d30;
  margin-top: 10px;
}

.roomCard {
  background: #efefef;
  border: 4px solid #d6d6d6;
  margin-right: 20px;
}

.room_lcel {
  width: 45%;
}

.fcImg {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .room_lcel {
    width: 100%;
  }
  .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;
}
.cr_h {
  background-color: #454545;
  color: #ffffff !important;
  padding: 10px 10px !important;
}
.cr_h-b {
  background-color: #454545;
  color: #ffffff !important;
  padding: 10px 10px !important;
  font-weight: bold !important;
}
.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);
}
.book_button2-wrap {
  display: flex;
  justify-content: space-evenly;
}
.book_button2 {
  min-width: 180px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b8193f;
  border: 1px solid #b8193f;
  color: #fff;
  margin: 0 0 15px 0;
  padding: 10px 30px;
  border-radius: 38px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}
.price_button2 {
  min-width: 180px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f94600;
  border: 1px solid #f94600;
  color: #fff;
  margin: 0 0 15px 0;
  padding: 10px 1px;
  border-radius: 38px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}
.price_button2-wrap {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .book_button2,
  .price_button2 {
    min-width: 145px;
  }
}

#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);
}

.acNavList--container {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: sticky;
  top: 122px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .acNavList--container {
    top: 84px;
  }
}
.acNavList {
  font-size: 0.85rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 0;
  display: flex;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  justify-content: center;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .acNavItem {
    margin-bottom: 5px;
  }
}
.acNavList .acNavLink:last-child {
  border-right: 1px dotted #555555;
}
.acNavLink {
  border-left: 1px dotted #555555;
  padding: 0 2rem;
  text-decoration: none;
  color: #555555;
}
@media screen and (max-width: 540px) {
  .acNavLink {
    padding: 0 1rem;
  }
}

.acNavLink:hover {
  text-decoration: underline;
}

.fwrap2 {
  justify-content: space-between;
  gap: 25px;
}
.fwrap__cell--img2 {
  width: 50%;
}
.fwrap__cell--txt2 {
  width: 50%;
}
@media screen and (max-width: 540px) {
  .fwrap__cell--img2 {
    width: 100%;
  }
  .fwrap__cell--txt2 {
    width: 100%;
  }
}

/*画像の横幅を100%にしてレスポンシブ化*/
.gallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.gallery {
  margin: 0 0 5px 0;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  width: 25% !important;
}

.choice-btn li img {
  opacity: 0.9; /*選択されていないものは透過90%*/
}

.choice-btn li.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
}

.choice-btn .slick-track {
  transform: unset !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;
}
.a-line:hover {
  text-decoration: underline;
}

.smallText {
  font-size: 0.75em;
}
