@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700;900&display=swap');
body {
  max-width: 100%;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
  word-break: break-all;
}
.main-color {
  background-color: #ece9dc;
}
.sub-color01 {
  background-color: #ddd9cc;
}
.sub-color02 {
  background-color: #c8c4b9;
}
.sub-color03 {
  background-color: #b9c5c8;
}
.sub-color04 {
  background-color: #adb7ab;
}
.sub-color05 {
  background-color: #cbd7d4;
}
.sub-color06 {
  background-color: #c58989;
}
.sub-color07 {
  background-color: #909898;
}
.sub-color08 {
  background-color: #c8c4b9;
}
.sub-color09 {
  background-color: #dbbaba;
}
.flb09 {
  filter: brightness(0.9);
}
.s-txt {
  font-size: 75%;
}
.m-txt {
  font-size: 115%;
}
.l-txt {
  font-size: 150%;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.img-all {
  width: auto!important;
  height: auto!important;
}
@media (max-width: 766px) {
.sp-none {
  display: none;
}
.pc-none {
  display: block;
}
}
/* ローディング画面背景 */
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ece9dc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv {
  position: relative;
  overflow: hidden;
}
.mv-flex {
  display: flex;
  position: relative;
  z-index: 999;
  flex-wrap: wrap;
}
.mv-video {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
width: 100%;
}
.mv-video video {
border-radius: 5px;
border: 1px solid #333;
}	
.mv-slid {
  width: 100%;
  height: 50vh;
}
.mv-slid ul {
  height: 100%;
}
.top-medal {
  position: absolute;
  left: 1%;
  bottom: 10%;
  width: 240px;
}
.top-medal img {
  width: 100%;
}
.bf-anime {
position: absolute;
bottom: -15px;
line-height: 1;
overflow: hidden;
z-index: 1000;
display: block;
}
.bf-anime-sp {
position: absolute;
bottom: -7px;
line-height: 1;
width: 60%;
z-index: 1000;
display: none;
width: 65%;
overflow: hidden;
}
svg {
vertical-align:bottom;
}
.bfh-logo {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1001;
}
.bfh-logo p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #714e45;
  margin: 0;
  letter-spacing: -1px;
}
.bfh-logo a {
  display: block;
}
.bfh-logo a:hover {
  text-decoration: none;
}
.reserve-bnr {
  position: fixed;
  bottom: 36%;
  z-index: 900;
}
.reserve-float-btn a {
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 500;
  background: #ab9189;
  padding: 15px 10px;
  border-radius: 3px;
  box-shadow: -1px 1px 1px 0px #795548;
  color: #fff;
  border-bottom: 10px solid #fff;
}
.reserve-float-btn a:hover {
  text-decoration: none;
}
.reserve-float-btn-sp {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 900;
  height: 150px;
  width: 150px;
}
.reserve-float-btn-sp a {
  padding: 15px 5px;
  display: block;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  background: #ab9189;
  color: #fff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  text-align: center;
  border: 5px solid #fff;
  padding-top: 30%;
  box-shadow: 3px 3px 10px #999;
}
.reserve-float-btn-sp a:hover {
  text-decoration: none;
}
.banner-box {
  padding: 15px 10px;
}
.banner-box ul li{
  padding: 10px;
}
.uk-slider a {
  display: block;
}
.search-block {
    text-align: center;
}
.search-widget-search-container-bf1818 {
  background: #bfbbad !important;
    color: #333333 !important;
    box-shadow: none !important;
}
.button-btn-f51c1a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  background: #fbfde3 !important;
}
@media (max-width: 1000px) {
.bf-anime {
  bottom: -5px;
}
.banner-box {
  padding: 5px 5px;
}
.banner-box ul li{
  padding: 5px;
}
.bf-anime-sp {
  display: block;
}
.bf-anime {
  display: none;
}
.top-medal {
  left: auto;
  width: 230px;
  right: 0;
}
}
@media (max-width: 766px) {
.bfh-logo {
    width: 100px;
}
.bfh-logo p {
  font-size: 14px;
}
.reserve-bnr {
  display: none;
}
.reserve-float-btn-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900;
  height: 100px;
  width: 100px;
}
.reserve-float-btn-sp a {
  padding: 15px 5px;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  background: #ab9189;
  color: #fff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  text-align: center;
  border: 3px solid #fff;
  padding-top: 30%;
}
}
@media (max-width: 640px) {
 .mv-flex .uk-slideshow-items li img {
   filter: brightness(0.9);
 }
.mv-video{
  width: 100%;
}
.mv-video video {
  border-radius: inherit;
}
.reserve-bnr {
  display: none;
}
.top-medal {
  bottom: 22%;
  width: 150px;
}
.bf-anime-sp {
  width: 100%;
}
}
/* ニュース */
.news-box {
  padding: 100px 20px;
}
.news-box h2 {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
}
.news-box dl {
  max-width: 700px;
  margin: 0 auto;
  font-weight: bold;
}
.news-box dd {
  font-size: 18px;
}
@media (max-width: 640px) {
.news-box h2 {
  font-size: 35px;
}
}
/* 朝食 */
.contents-block01 {
  padding: 100px 0;
  min-height: 500px;
}
.contents-block01-wrapper {
  width: 1150px;
  margin: 0 auto
}
.contents-title-l {
  text-align: left;
  z-index: 500;
  position: absolute;
  top: -10%;
  left: -43%;
}
.contents-title-l h2 {
  font-size: 120px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin: 0 0 5px;
}
.contents-title-l h3 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin: 0;
}
.contents-title-l02 {
  text-align: left;
  z-index: 500;
  position: relative;
}
.contents-title-l02 h2 {
  font-size: 120px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin: 0 0 20px;
  word-break: keep-all;
  white-space: nowrap;
}
.contents-title-l02 h3 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  word-break: keep-all;
  white-space: nowrap;
}
.contents-box01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}
.contents-box01-txt {
  width: 30%;
  padding-right: 15px;
}
.contents-box01-txt p {
  font-size: 18px;
  color: #fff;
}
.contents-box01-img {
  width: 70%;
  position: relative;
}
.contents-box01-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents-box02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: inherit;
  position: relative;
}
.contents-box02-txt {
  width: 40%;
  padding-right: 15px;
  margin-top: -5%;
}
.contents-box02-txt p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.contents-box02-img {
  width: 60%;
  position: relative;
}
.contents-box02-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents-box03-txt {
  width: 50%;
  padding: 15px;
}
.contents-box03-txt h4 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.contents-box03-txt p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 0;
}
.contents-link-btn a {
  color: #fff;
  border: 5px solid #fff;
  padding: 15px;
  width: 100%;
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  z-index: 1;
  position: relative;
}
.contents-link-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.contents-block01-slide {
  margin-top: 50px;
  width: 100%;
}
.contents-block01-slide ul li {
  border: 1px solid #fff;
}
@media (max-width: 1200px) {
.contents-block01 {
  padding: 0;
}
.contents-box01 {
  padding: 0;
}
.contents-box01-img {
  width: 100%;
  order: 1;
  height: auto;
}
.contents-box01-txt {
  width: 100%;
  order: 3;
  word-break: break-all;
  padding-right: 0;
  padding: 15px 15px 50px;
}
.contents-box02 {
  padding: 0;
}
.contents-title-l02 h2 {
  font-size: 70px;
}
.contents-box02-img {
  width: 100%;
  order: 1;
  height: auto;
}
.contents-box02-txt {
  width: 100%;
  order: 3;
  word-break: break-all;
  padding-right: 0;
  padding: 15px 15px 50px;
  margin-top: 0;
}
.contents-box03-txt {
  width: 100%;
  margin-bottom: 30px;
}
.contents-block01-wrapper {
  width: 100%;
}
.contents-title-l h2 span {
  display: block;
}
.contents-block01-slide {
  margin-top: 0;
  order: 2;
}
.contents-title-l {
  top: auto;
  left: 0;
  bottom: 0;
}
.contents-title-l02 h2 span {
  display: block;
}
.contents-title-l02 {
  position: relative;
}
.contents-title-l02 h3 {
  word-break: break-all;
  white-space: unset;
}
}
@media (max-width: 766px) {
.contents-title-l {
  left: 5px;
}
  .contents-title-l h2 {
  font-size: 50px;
  }
  .contents-title-l h3 {
  font-size: 30px;
  }
.contents-title-l02 {
  left: 5px;
}
  .contents-title-l02 h2 {
  font-size: 50px;
  }
  .contents-title-l02 h3 {
  font-size: 30px;
  }
}
/* 観光 */
.ishigaki-map-box {
  position: relative;
  margin-top: -50px;
}
.ishigaki-map-txt {
  width: 50%;
  margin-top: 20px;
}
.ishigaki-map-txt p {
  color: #fff;
  font-size: 18px;
}
.ishigaki-map-img {
  width: 100%;
}
@media (max-width: 1200px) {
.ishigaki-map-box {
    padding-bottom: 100px;
    margin-top: 0;
}
.ishigaki-map-txt {
  width: 100%;
}
}
/* FAQ */
.contents-title-faq {
  margin: 0 0 50px
}
.contents-title-faq h2 {
    font-size: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin: 0 0 5px;
}
.contents-title-faq h3 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin: 0;
}
.uk-accordion {
  margin: 0;
}
.uk-accordion li {
  border-bottom: 1px solid #fff;
}
.uk-accordion-title {
  background: none;
  border: none;
  font-size: 25px!important;
  color: #fff;
  font-weight: 500;
}
.uk-accordion-title:hover, .uk-accordion-title:focus {
    color: #fff;
}
.q-txt {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.q-txt span {
  font-weight: 600;
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  margin-right: 5px;
}
.a-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.a-txt a {
  color: #fff
}
.qa-box {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 766px) {
.contents-title-faq {
  margin: 0;
  padding: 20px 5px;
}
.contents-title-faq h2 {
    font-size: 50px;
}
.contents-title-faq h3 {
    font-size: 30px;
}
.uk-accordion {
  padding: 0 15px 50px;
}
.uk-accordion-title {
  font-size: 20px!important;
}
.q-txt span {
    font-size: 30px;
}
.q-txt {
    font-size: 19px;
}
.a-txt {
    font-size: 18px;
}
}
/* インスタ */
.insta-contents-block {
  min-height: 750px;
}
.insta-contents-block-wrapper {
  width: 1150px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}
.insta-container{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.insta-title {
  z-index: 500;
  position: absolute;
  top: -12%;
  right: 0;
}
.insta-title h2 {
    font-size: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin: 0;
}
.insta-img-box {
    width: 25%;
    background: #eee;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}
.insta-img-box::before{
    content: "";
    padding-top: 100%;
    display: block;
}
.insta-img-box a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
.insta-title {
  top: 0;
}
}
@media (max-width: 766px) {
.insta-img-box {
  width: 50%;
}
.insta-title h2 {
  font-size: 50px;
}
}
/* BFH */
.bfh-contents-block-wrapper {
  width: 1150px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}
.bfh-title {
  z-index: 1000;
}
.bfh-title h2 {
    font-size: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin: 0;
}
.bfh-title h3 {
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin: 0;
}
.bfh-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 50px;
}
.bfh-hotel-box {
  padding: 20px;
  width: 32%;
  background: #fff;
}
.bfh-hotel-box a {
  text-decoration: none;
}
.bfh-hotel-txt {
  padding: 20px 0;
}
.bfh-hotel-txt p {
  margin-bottom: 0;
}
.bfh-hotel-img {
  position: relative;
  width: 100%;
  height: 250px;
}
.bfh-hotel-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bfh-hotel-name {
position: absolute;
    bottom: 5px;
    right: 5px;
    text-align: right;
}
.bfh-hotel-name p {
  line-height: 2.3;
  margin-bottom: 0;
  font-weight: bold;
}
.bfh-hotel-name span {
  background-color: rgb(255 255 255 / 85%);
    padding: 5px;
    line-height: 1;
}
@media (max-width: 900px) {
.bfh-hotel-box {
  width: 90%;
  margin-bottom: 50px;
}
.bfh-hotel-img {
    height: 70vw;
}
}
@media (max-width: 766px) {
.bfh-title h2 {
    font-size: 50px;
}
.bfh-title h3 {
    font-size: 30px;
}
}
/* アドレス */
.address-block {
  display: flex;
}
.gmap-box {
  width: 50%;
}
.address-box {
  width: 50%;
  padding: 50px 30px;
  text-align: center;
  font-weight: bold;
}
.address-box img {
  width: 300px;
}
.sns-link {
  display: flex;
  justify-content: center;
}
.sns-link a {
  width: 25px;
  margin: 0px 10px;
}
@media (max-width: 900px) {
.address-block {
  display: block;
}
.address-box {
  width: 100%;
}
.gmap-box {
  width: 100%;
  height: 500px;
}
}
/* ハンバーガー */
.hamburger-menu {
  z-index: 1003;
  position: relative;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 100;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 9px;
    width: 60px;
    border-radius: 3px;
    background-color: #f3ca2c;
    position: absolute;
    box-shadow: 1px 1px 1px #000;
}
.menu-btn span:before {
  background-color: #29434c;
}
.menu-btn span:after {
  background-color: #b8c5c5;
}
.menu-btn span:before {
    bottom: 16px;
}
.menu-btn span:after {
    top: 16px;
}
.menu-btn p {
    position: absolute;
    bottom: -70%;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    box-shadow: none;
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #f3ca2c;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #f3ca2c;
}
#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgb(62 39 35 / 80%);
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content-flex {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.menu-box01 {
  width: 30%;
  text-align: center;
}
.menu-box01 img {
  width: 300px;
}
.menu-box01 p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 0;
}
.menu-box02 {
  width: 30%;
  border-left: 1px solid #fff;
}
.menu-box03 {
  width: 30%;
  border-left: 1px solid #fff;
}
.menu-box04 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menu-content ul {
    padding: 0 0 0 20px;
    margin: 0;
}
.menu-content ul li {
    list-style: none;
}
.menu-content ul li > a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.menu-content ul li > a span {
  font-size: 80%;
  font-weight: 100;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.menu-reserve-btn {
  width: 25%;
  margin: 0 10px;
}
.menu-reserve-btn a {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    border: 1px solid #fff;
    text-align: center;
    background: #29434c;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}
.menu-reserve-btn a:hover {
  border: 2px solid #fff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .menu-box01 {
    width: 100%;
    display: none;
  }
  .menu-content-flex {
    justify-content: center;
  }
  .menu-box02,.menu-box03 {
    width: 40%;
  }
}
@media (max-width: 766px) {
  .menu-box02,.menu-box03 {
    width: 100%;
  }
.menu-box01 img {
    width: 150px;
}
.menu-box01 p {
    font-size: 15px;
}
.menu-box03 ul {
  display: flex;
  flex-wrap: wrap;
}
.menu-box03 ul li {
  width: 45%;
}
.menu-content {
  overflow-y: scroll;
}
.menu-content ul li > a {
  font-size: 18px;
}
.menu-reserve-btn a {
  padding: 15px 0px;
}
}
/* フッター */
footer {
  padding: 0;
}
.footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.footerarea_title {
  text-align: left;
}
.footerarea_hotel ul {
  text-align: left;
}
.footerarea_hotel ul li {
  list-style: none;
}
@media (max-width: 766px) {
  .footerarea-box {
    width: 95%;
  }
.footerarea_hotel ul li {
  margin: 0 0 5px;
}
}
/* コンテンツ */
.page-header-block {
  padding: 50px 0;
}
.page-header {
  text-align: right;
}
.page-header h2 {
  font-size: 200px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin: 0;
}
.page-info h3 {
  font-size: 35px;
  color: #fff;
  text-align: right;
}
.page-info p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
.page-header h2 {
    font-size: 140px;
}
.page-info {
  padding: 20px 10px;
}
.page-info h3 {
  font-size: 25px;
}
}
@media (max-width: 766px) {
  .page-header {
    padding-top: 20%;
  }
.page-header h2 {
  font-size: 70px;
}
.page-info h3 {
  font-size: 23px;
  text-align: left;
}
.page-info p {
  text-align: left;
}
}
/* パンくず */
.breadcrumb-block {
  background: #fefffe;
  padding: 15px 0px;
}
.breadcrumb-wrap {
  width: 1150px;
  margin: 0 auto;
}
.breadcrumb-block li a {
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.breadcrumb-block li a:hover {
  text-decoration: none;
}
.breadcrumb-block li h1 {
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  display: inline-block;
}
.breadcrumb-block ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
  align-items: baseline;
}
.breadcrumb-block ul li {
  display: inline-block;
}
.breadcrumb-block ul > :nth-child(n+2)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #999;
}
.breadcrumb-color01 {
  background: #a2b8c3;
}
.breadcrumb-color02 {
  background: #789daf;
}
.breadcrumb-color-t {
  background: #607D8B;
}
@media (max-width: 1200px) {
  .breadcrumb-wrap {
  width: auto;
  padding: 0 10px;
  }
  .breadcrumb-block ul {
  display: block;
  }
  .breadcrumb-block ul li {
  display: block;
  margin-bottom: 10px;
  }
.breadcrumb-block ul li:last-child {
  margin-bottom: 0;
  }
}
@media (max-width: 766px) {
  .breadcrumb-block li a {
    font-size: 12px;
  }
  .breadcrumb-block li h1 {
    font-size: 12px;
  }
}
/* 朝食ページ */
.brakefast-mv {
  position: relative;
  z-index: 901;
}
.brakefast-mv .uk-slider-items li {
  height: 100vh;
  width: 25%;
  border: 1px solid #fff;
}
.brakefast-mv .uk-slider-items li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bf-page-header {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bf-medal {
  position: absolute;
  left: 5%;
  top: -55%;
  width: 280px;
  z-index: 901;
}
.bf-medal img {
  width: 100%;
}
.bf-page-header h2 {
  font-size: 200px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: rgb(255 255 255 / 65%);
  line-height: 0.7;
  margin: 0;
}
.brakefast-mv-menu {
  position: absolute;
  top: 30%;
  right: 28%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.brakefast-mv-menu p {
  font-size: 20px;
  padding: 15px 5px;
  font-weight: 600;
  line-height: 1;
  border-top: #ddd 5px solid;
}
.menu-color01 {
  background: rgb(243 93 45 / 85%);
  color: #fff;
}
.menu-color02 {
  color: #fff;
  background: rgb(122 151 148 / 85%);
}
.menu-color03 {
  background: rgb(197 73 64 / 85%);
  color: #fff;
}
.menu-color04 {
  background:  rgb(255 255 255 / 97%);
  color: #d13909;
}
.menu-color05 {
  color: #fff;
  background: rgb(185 159 143 / 85%);
}
.menu-color06 {
  background: rgb(255 251 238 / 97%);
  color: #009688;
}
.menu-color07 {
  background: rgb(219 187 136 / 80%);
  color: #fff;
}
.brakefast-info-block {
  padding: 75px 15px;
  background: #fff;
  position: relative;
}
.brakefast-info-box {
  text-align: center;
  position: relative;
}
.brakefast-info-box h2 {
  font-size: 50px;
}
.brakefast-info-box p {
  font-size: 22px;
  font-weight: 600;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  line-height: 2;
}
.brakefast-info-table {
  max-width: 600px;
  margin: 0 auto;
}
.brakefast-info-table th {
  font-size: 20px;
font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}
.brakefast-info-table td {
  font-size: 20px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}
.kodawari-slide {
  padding: 0px 0 100px;
  margin: 0 auto;
  width: 1150px;
}
.kodawari-slide h3 {
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.kodawari-slide .uk-slider-container {
  padding-bottom: 1px;
}
.kodawari-slide .uk-slider-items li {
  padding: 1% 1%;
  border: 1px solid #fff;
}
.kodawari-slide .uk-slider-items li img {
  width: 100%;
  border-radius: 5px;
}
.kodawari-slide-txt {
  padding: 10px;
  color: #fff;
}
.kodawari-slide-txt h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.kodawari-slide-txt p {
  font-size: 18px;
  margin: 0;
}
.kodawari-slide .uk-dotnav {
  position: relative;
  margin: 10px 0 0;
}
.chef-deco {
  position: absolute;
  bottom: 4%;
  left: 14%;
  width: 300px;
}
.nabe-deco {
  position: absolute;
  bottom: 10%;
  right: 13%;
  width: 350px;
}
.photo-deco {
  position: absolute;
  bottom: 22%;
  right: -5%;
  width: 450px;
  border: 1px solid #fff;
}
.photo-deco02 {
  position: absolute;
  bottom: 4%;
  left: 12%;
  width: 300px;
  border: 1px solid #fff;
}
.photo-deco03 {
  position: absolute;
  bottom: 11%;
  right: -3%;
  width: 400px;
  border: 1px solid #fff;
}
.photo-deco04 {
  position: absolute;
  bottom: -8%;
  left:15%;
  width: 300px;
  border: 1px solid #fff;
}
.delicious-deco {
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 450px;
}
.fresh-deco {
  position: absolute;
  bottom: -42px;
  right: -10%;
  width: 450px;
  transform: rotate(-13deg);
}
.sw-deco {
  position: absolute;
  bottom: -25%;
  right: -9%;
  width: 350px;
}
.wine-deco {
  position: absolute;
  bottom: -25%;
  right: -10%;
  width: 350px;
}
.genki-deco {
  position: absolute;
  bottom: 0%;
  right: -10%;
  width: 250px;
}
.yure{
    transform-origin: center bottom;
    animation: yurayura 4s linear infinite;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(6deg);
  }
  50%{
      transform: rotate(-6deg);
  }
}
.brakefast-kodawari {
  padding: 0 0 100px;
}
.bf-cta {
    text-align: center;
}
.bf-cta a {
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
    line-height: 1.3;
    color: rgb(121, 85, 72);
    padding: 15px 25px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(121, 85, 72);
    border-image: initial;
    border-radius: 60px;
    background: #fff;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.bf-cta a:hover {
  text-decoration: none;
  box-shadow: 0px 5px 1px #575757;
}
@media (max-width: 1600px) {
.chef-deco {
    left: 1%;
}
.nabe-deco {
  bottom: 10%;
  right: 5%;
  width: 300px;
}
}
@media (max-width: 1200px) {
.bf-page-header h2 {
    font-size: 140px;
}
.brakefast-mv .uk-slider-items li {
  width: 33%;
}
.bf-medal {
  left: 0%;
  top: -40%;
  width: 200px;
}
.sw-deco {
    bottom: -30%;
    right: 5%;
    width: 200px;
}
.delicious-deco {
  bottom: 0;
  right: 5%;
  width: 350px;
}
.fresh-deco {
  bottom: 0;
  right: 5%;
  width: 350px;
}
.nabe-deco {
bottom: -13%;
    right: 1%;
    width: 250px;
}
.photo-deco {
  bottom: -30%;
  right: -5%;
  width: 350px;
}
.photo-deco03 {
  bottom: -30%;
  right: -5%;
  width: 350px;
}
.kodawari-slide {
  width: 100%;
}
}
@media (max-width: 1000px) {
.bf-page-header h2 {
  font-size: 45px;
}
.brakefast-info-box p {
  font-size: 20px;
  text-align: left;
}
}
@media (max-width: 766px) {
.brakefast-mv .uk-slider-items li {
  width: 75%;
}
.bf-medal {
  left: 0%;
  top: -40%;
  width: 200px;
}
.bf-page-header h2 {
  font-size: 70px;
}
.bf-medal {
  left: 0%;
  top: -30%;
  width: 180px;
}
.brakefast-info-box h2 {
    font-size: 23px;
}
.sw-deco {
  width: 100px;
bottom: -45%;
}
.genki-deco {
  width: 150px;
  bottom: -45%;
}
.delicious-deco {
  bottom: 0;
  right: 4%;
  width: 170px;
}
.fresh-deco {
  bottom: 0;
  right: 4%;
  width: 170px;
}
.nabe-deco {
  bottom: -2%;
  right: 1%;
  width: 150px;
}
.photo-deco {
  bottom: -37%;
  right: 0%;
  width: 170px;
}
.photo-deco02 {
  bottom: -24%;
  left: -9%;
  width: 170px;
}
.photo-deco03 {
  bottom: -37%;
  right: 0%;
  width: 170px;
}
.photo-deco04 {
  bottom: -24%;
  left: -9%;
  width: 170px;
}
.wine-deco {
  right: -5%;
  width: 150px;
}
.kodawari-slide h3{
  font-size: 35px;
}
.kodawari-slide .uk-slider-items li {
  padding: 10px;
}
.bf-cta a {
  font-size: 22px;
}
}
@media (max-width: 500px) {
.bf-medal {
    top: -35%;
}
}
/* ROOM */
#room .contents-box01-img img {
  filter: brightness(0.9);
}
.room-search-block {
  text-align: center;
  background: #f4f5f5;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}
.room-search-block p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 25px 0 0;
}
.room-info ul {
  padding: 0;
}
.room-info ul li {
  list-style: none;
  color: #fff;
  font-size: 17px;
}
.room-info ul li span {
  background: #607D8B;
  padding: 0 5px;
  margin-right: 10px;
}
.room-info .contents-link-btn a {
  background: #29434c;
  border: none;
}
.room-amenity-flex {
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.room-amenity-flex p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.room-amenity-flex h3 {
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.room-amenity-flex h4 {
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.room-amenity-box01 {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.room-amenity-box02 {
  width: 45%;
  margin-bottom: 50px;
}
.room-amenity-box03 {
  width: 45%;
  margin-bottom: 50px;
}
.room-amenity-box04 {
  width: 45%;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
.room-amenity-flex {
  display: block;
  padding: 50px 15px;
}
.room-amenity-box02 {
  width: 100%;
}
.room-amenity-box03 {
  width: 100%;
}
.room-amenity-box04 {
  width: 100%;
}
.room-search-block p {
  font-size: 18px;
  padding: 25px 10px 20px;
}
}
/* 施設＆サービス */
.contents-box-info-table {
  width: 100%;
  border-collapse: collapse;
}
.contents-box-info-table th {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 5px;
  text-align: right;
  font-weight: normal;
  font-size: 16px;
}.contents-box-info-table td {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 5px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}
.rc-txt-sp01 {
  text-align: center;
}
.rc-txt-sp01 h4 {
  background: #0e6eb8;
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
.rc-txt-sp01 ul {
  text-align: left;
  margin: 15px 15px;
  list-style: none;
}
.rc-txt-sp01 li {
  margin-bottom: 15px;
}

/* ページネーション */
/*ページネーション*/
  .pager {  
    margin: 60px auto 0px;
  }
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#10A8DA;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #000;
  background: #eee;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "PREVIOUS";
  }

  .pager .pagination li.next span::before{
    content: "NEXT";
  }
.contents-box-info-table th {
  width: 25%;
}
}
/*ブログページネーション*/
.pagination {
  list-style: none;
      margin: 20px auto;
    text-align: center;
}

.pagination li{ 	
    display: inline;
    padding: 0 10px;
 } 
 @media (min-width: 1200px) {
.uk-card-media-top img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}
}
.uk-title{
    margin-bottom: 15px;
    padding: 5px 15px;
}
.uk-back {
    background-color: #fff!important;
    color: #333!important;
}
.lp3-title{
 color: #333!important;
}
.lp3-title a{
 color: #333!important;
}

/* 観光ページ */
.fukuoka-Guide-map {
  text-align: right;
}
.fukuoka-Guide-map-img {
  width: 500px;
  display: inline-block;
  margin-top: -25%;
  position: relative;
  margin-right: -5%;
}
.fukuoka-Guide-map-img img {
  width: 100%;
}
.click-gm {
  position: absolute;
  width: 150px;
  bottom: 6%;
  left: -15%;
}
.map-point {
  position: absolute;
  font-size: 15px;
  color: #E91E63;
}

.canal-city {
  top: 38%;
  left: 66%;
}
.kitte {
  top: 37%;
  left: 68%;
}
.kushida-s {
  top: 36%;
  right: 29%;
}
.lala {
    top: 45%;
    right: 26%;
}
.umino {
  top: 17%;
  right: 46%;
}
.dazaifu {
  top: 70%;
  right: 4%;
}
@media (max-width: 1200px) {
.fukuoka-Guide-map-img {
  margin-right: 0;
  width: 300px;
}
  .map-point {
    font-size: 11px;
  }
.click-gm {
  width: 100px;
  bottom: 0%;
  left: -20%;
}
}
/* アクセスページ */
.access-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  margin-top: 20px;
}
.access-table tr {
  border-top: 1px #fff solid;
}
.access-table th {
  width: 27%;
  text-align: right;
  padding: 10px 12px 10px 0;
  font-size: 15px;
  color: #fff;
  vertical-align: top;
}
.access-table td {
  width: 70%;
  text-align: left;
  padding: 10px 0 10px 12px;
  font-size: 15px;
  color: #fff;
}
dl.flow_access dd {
  color: #fff;
}
.access-map-img {
  text-align: center;
}
.access-map-img img {
  width: 1000px;
  max-width: 100%;
}
.access-map-img h4 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.access_area h4 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
}
.sp-access-list li dd {
  color: #666;
}
.sp-access-list li a {
  color: #666;
}
.sp-access-list li a:hover {
  color: #999;
}
@media (max-width: 1200px) {
.access-table {
  margin-top: 20px;
}
.access-map-img h4,.access_area h4 {
  margin-top: 20px;
  font-size: 25px;
}
}
@media (max-width: 766px) {
.access-table th {
    width: 20%;
}
}
.access_area .bg_area {
  background: url(/upload/tenant_1/access_bg.png) no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  z-index: -5;
}
.access_area .point_list {
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto 2em;
}
.flex {
  display: flex;
}
.access_area .point_list li {
  width: calc((100% / 3) - 30px);
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.access_area .point_list li:not(:nth-child(3n))::before {
  position: absolute;
  content: '';
  background: url(/upload/tenant_1/arrow.png) no-repeat;
  background-size: 100%;
  width: 44px;
  height: 21px;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
}
.access_area .point_list li .point_icon, .access_area .point_list li .img_box {
  margin-bottom: 5px;
}
.access_area .point_list li .point_icon, .access_area .point_list li .img_box {
  margin-bottom: 5px;
}
.access_area .point_list li .point_txt {
  color: #135ba7;
  font-weight: bold;
  font-size: 16px;
}
.access_area .point_list li:last-child::after {
  position: absolute;
  content: '';
  background: url(/upload/tenant_1/welcome.png) no-repeat;
  background-size: contain;
  width: 189px;
  height: 163px;
  top: 0;
  right: -160px;
  z-index: -1;
}
.access_area .point_list::after {
  content: '';
  display: block;
  width: 33.3333%;
  width: calc((100% / 3) - 30px);
  height: 0;
}
.access .list_ttl .bg_area::before {
  border-width: 47px 0 0 30px;
}
.access_area .point_list li:last-child::before {
  content: none;
}
.root-block {
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .access_area .bg_area {
    background: none;
  }
  .access_area .point_list {
    justify-content: center;
    padding: 0;
  }
  .access_area .point_list li {
    width: 100%;
  }
  .list_inner .img_box img {
    width: 100%;
  }
  .access_area .point_list li:last-child::after {
    position: absolute;
    content: '';
    background: url(/upload/tenant_1/welcome.png) no-repeat;
    background-size: contain;
    width: 189px;
    height: 163px;
    top: 0;
    right: -160px;
    z-index: -1;
  }
  .access_area .point_list li:not(:nth-child(3n))::before {
    position: absolute;
    content: '';
    transform: rotate(90deg);
    background: url(/upload/tenant_1/arrow.png) no-repeat;
    background-size: 100%;
    width: 44px;
    height: 21px;
    top: 100%;
    right: 50%;
  }
  .access_area .point_list li::before {
    position: absolute;
    content: '';
    transform: rotate(90deg);
    background: url(/upload/tenant_1/arrow.png) no-repeat;
    background-size: 100%;
    width: 44px;
    height: 21px;
    top: 100%;
    right: 50%;
  }
  .access_area .point_list li:last-child::before {
    content: none;
  }
  .access_area .point_list li:last-child::after {
    top: 100%;
    right: 25%;
    z-index: -1;
  }
}
/* 予約確認 */
.reserve-check-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reserve-check-box {
  width: 48%;
  background: #fff;
  padding: 50px;
  margin: 20px auto;
}
.reserve-check-box h4 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
.reserve-check-box p {
  font-size: 20px;
}
.reserve-check-box a {
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #607D8B;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.reserve-check-box a:hover {
  text-decoration: none;
  color: #fff;
}
.reserve-ex {
  width: 100%;
}
@media (max-width: 766px) {
.reserve-check-box {
  width: 94%;
  padding: 15px;
}
}
/* ブログ */
.blog-body {
  background: #fff;
}
.blog-txt {
  padding-left: 15px;
}
@media (max-width: 960px) {
.blog-txt {
  padding-left: 0;
  padding-top: 15px;
}
}
/* RMC */
.contents-block03 {
  padding: 50px 0;
}
.contents-block03-wrapper {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.rmc_special_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rmc_special_box {
  width: 31%;
  font-size: 18px;
  padding: 0 10px 15px;
  border: 1px solid #000;
  margin: 10px;
  box-shadow: 1px 1px 6px;
  background: #fff;
}
.rmc_special_block h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
}
.rmc_special_box h3 {
    font-size: 35px;
    text-align: center;
    margin: 0;
}
.rmc_special_box p {
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.lottie_box {
  width: 70%;
  margin: 0 auto;
}
.rmc_rewards {
    display: table;
    max-width: 1200px;
    margin: 0 auto 0;
}
.rmc_row {
    border-bottom: 1px solid rgba(207, 207, 207, 1.00);
    background: #fff;
}
.rmc_rewards .rmc_row:first-child li {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.rmc_row li:not(:last-child) {
    border-right: 1px solid rgba(207, 207, 207, 1.00);
}
.rmc_row ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}
.rmc_row li {
    display: table-cell;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 15px 10px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
}
.color-r {
  background: #43eddd;
}
.color-s {
  background: #c9c9c9;
}
.color-g {
  background: #e7c852;
}
.color-p {
  background: #7dcef4;
}
.color-r02 {
  background: #dbfffc;
}
.color-s02 {
  background: #f7f7f7;
}
.color-g02 {
  background: #fff7d9;
}
.color-p02 {
  background: #f3fbff;
}
.rmc_rewards p {
  color: #fff;
  margin: 0;
  font-size: 18px;
}
.point-block h2 {
  color: #fff;
  font-size: 35px;
}
.point-block h3 {
  font-size: 25px;
  margin: 0;
  color: #fff;
}
.point-block p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 15px;
}
.point-box {
  padding-bottom: 30px;
}
.lank-block h2 {
  color: #fff;
  font-size: 35px;
}
.lank-block h3 {
  font-size: 25px;
  margin: 0;
  color: #fff;
}
.lank-block p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 15px;
}
.rmc_special_reserve {
  padding: 0 0 50px;
}
.rmc_special_reserve a {
  text-align: center;
  background: #5d5e5f;
  display: block;
  width: 300px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 4px 4px 3px #607D8B;
  color: #fff;
}
.rmc_special_reserve a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
.rmc_special_box {
  width: 70%;
}
}
@media (max-width: 766px) {
.contents-block03 {
  padding: 50px 10px;
}
.rmc_special_block h2 {
  text-align: left;
  font-size: 22px;
}
.row_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: #f6fffb;
  border: 1px solid rgba(207, 207, 207, 1.00);
}
.rmc_rewards .rmc_row:first-child li {
  min-height: 200px;
}
.rmc_rewards .rmc_row:first-child li span {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: 18px;
  display: block;
  margin: 0 auto;
}
.rmc_row li {
  font-size: 14px;
}
.rmc_special_box {
    width: 90%;
}
.rmc_special_box h3 {
  font-size: 30px;
}
.lank-block h2,.point-block h2 {
  font-size: 25px;
}
}
/* -----------------------------------------------------------
	access parking
----------------------------------------------------------- */
#parking .parking_h2 {
  background-color: rgba(33, 22, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
  padding: 15px 0 15px 2rem;
  margin: 0
}
#parking .flex-width1-2 {
  width: 50%;
  padding: 0 0 0 2em;
}
#parking .parking_list .parking_info {
  margin: 1rem 0 0;
  padding: 0
}
.parking_annotation {
  list-style: none
}
.parkingbox {
  margin: 2rem 0
}
.parkingbox .parkingimg {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto 2rem
}
.map_link {
  margin: 1rem 0 0
}
.map_link .pdflink {
  text-align: right
}
.map_link .pdflink a {
  padding: 0.2rem;
  border: 1px solid rgba(0, 0, 0, 1.00)
}
.map_link .pdflink a:hover {
  color: rgba(0, 0, 0, 1.00)
}
.txtbl span {
  background-color: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
  padding: 0.3rem;
  display: inline-block;
  margin: 0 0.5rem 0 0
}
.txtbl2 span {
  background-color: rgba(56, 87, 35, 1.00);
  color: rgba(255, 255, 255, 1.00);
  padding: 0.3rem;
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.parking_list .parking_box {
  margin-left: 0;
  width: 100%;
  justify-content: flex-start;
}
.parking_list .parking_ttl {
  margin-left: 0;
  width: 100%;
  justify-content: space-between
}
.parking_list .uk-child-width-1-2 {
  justify-content: space-between
}
.parking_box {
  margin: 1rem 0 0;
}
h3.parkingttl {
  width: 80%;
  padding: 0;
}
h3.parkingttl > div {
  display: flex;
  align-items: center;
  height: 100%;
}
.googlemapimg {
  width: 20%;
  padding: 0;
  margin: 0
}
span.pink {
  background-color: #e61673;
  color: #fff;
  padding: 5px;
  margin: 0 1rem 0 0;
  width: 2.8rem;
  text-align: center;
}
.parking_list .parking_infor [class*="txtbl"], .parking_list .parking_infor .parking_ttl {
  margin: 0 0 0 5%;
}
table.parking_table {
  margin: 1rem 5% 0 0;
  border-collapse: collapse;
  width: 95%;
}
.parking_list .parking_infor > table.parking_table {
  margin: 1rem 0 0 5%;
}
table.parking_table th, table.parking_table td {
  border: 1px solid #000;
  padding: 0.4rem 0.5rem;
  background-color: #efefef;
}
table.parking_table th {
  width: 24%
}
table.parking_table td {
  width: 76%
}
@media (max-width: 768px) {
  #parking .flex-width1-2 {
    width: 100%
  }
  .parkingbox .parkingimg {
    width: 95%
  }
  .parkingttl span {
    display: block
  }
  table.parking_table {
    width: 100%;
    font-size: 0.8rem;
  }
  .parking_list [class*="uk-child-width"] div:nth-child(2) div:first-child {
    margin: 0 auto;
  }
  .parking_list [class*="uk-child-width"] div:nth-child(2) table.parking_table {
    margin: 1rem auto;
  }
  .parking_list .parking_infor [class*="txtbl"], .parking_list .parking_infor .parking_ttl {
    margin: 0;
  }
}
