@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : bf.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=League+Script&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
/* font-awesome */
/* -----------------------------------------------------------
	基本設定
----------------------------------------------------------- */
#htlSide-A {
  top: 1738px;
}

#header {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	.con_banner
----------------------------------------------------------- */
.con_banner .box_banner {
  margin: 0 auto;
  padding: 40px 0 0;
}
.con_banner .box_banner .bn {
  text-align: center;
}
.con_banner .box_banner .bn a img {
  max-width: 650px;
}
.con_banner .box_banner .bn a:hover {
  transition: .3s;
  opacity: 0.6;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  background: url(../images/common/bg_sui.png) repeat center top;
}

/* -----------------------------------------------------------
	.con_coution
----------------------------------------------------------- */
.wrp_coution {
  background: url(../images/common/bg_sui.png) repeat center top;
  padding: 25px;
}

.con_coution {
  text-align: center;
  border: solid 2px red;
  padding: 15px;
}
.con_coution h3 {
  font-size: 18px;
  font-weight: bold;
}
.con_coution p {
  margin-top: 0.5em;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  position: relative;
}
.con_intro .bn_reserve {
  width: 190px;
  bottom: 15px;
  left: 410px;
  position: absolute;
}
.con_intro .bn_reserve a {
  transition: 0.2s;
}
.con_intro .bn_reserve a:hover {
  opacity: 0.7;
}
.con_intro .bn_reserve a img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link {
  display: flex;
  align-items: center;
  padding: 74px 0;
}
.con_link .box_txt {
  width: 30%;
  margin-right: 40px;
}
.con_link .box_txt h3 {
  font-style: italic;
  font-size: 24px;
  color: #e7382f;
}
.con_link .box_txt h3 span {
  border-bottom: 3px #e7382f dotted;
  padding-bottom: 5px;
}
.con_link .box_txt .txt_intro {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 20px;
}
.con_link .box_main {
  flex: 1;
}
.con_link .box_main .lst_link {
  display: flex;
}
.con_link .box_main .lst_link .box_link {
  width: 32%;
  margin-right: 2%;
}
.con_link .box_main .lst_link .box_link:last-of-type {
  margin-right: 0;
}
.con_link .box_main .lst_link .box_link a {
  text-decoration: none;
  transition: 0.2s;
}
.con_link .box_main .lst_link .box_link a:hover {
  opacity: 0.7;
}
.con_link .box_main .lst_link .box_link a img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_corner
----------------------------------------------------------- */
.con_corner {
  background-color: #faf8f6;
  padding: 60px 0;
  position: relative;
}
.con_corner:after {
  content: '';
  display: inline-block;
  width: 182px;
  height: 102px;
  background-image: url(../images/bf/ic_ship.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 70px;
  bottom: 0;
}

/* -----------------------------------------------------------
	.con_corner
----------------------------------------------------------- */
.con_map {
  background-color: #faf8f6;
  padding: 60px 0;
  position: relative;
}
.con_map:before {
  content: '';
  display: inline-block;
  width: 200px;
  height: 71px;
  background-image: url(../images/bf/ic_wave.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 50px;
}
.con_map h3 .st_map {
  display: block;
  text-align: center;
}
.con_map h3 .tit_jp {
  display: block;
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-text-stroke: 1px #424242;
  text-stroke: 1px #424242;
  position: relative;
  z-index: 1;
}
.con_map h3 .tit_en {
  display: block;
  font-family: 'League Script', cursive;
  font-weight: 400;
  font-size: 36px;
  color: #e7382f;
  text-align: center;
  margin-top: -30px;
}

#iframe_map {
  background-color: #faf8f6;
  position: relative;
}
#iframe_map:after {
  content: '';
  display: inline-block;
  width: 300px;
  height: 401px;
  background-image: url(../images/bf/bn_tree.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  bottom: 0;
}
#iframe_map #slider_map.lst_slider {
  width: 800px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
#iframe_map #slider_map.lst_slider:before {
  content: '';
  display: inline-block;
  width: 123px;
  height: 123px;
  background-image: url(../suites/tokyobay/breakfast/images/ic_shield.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}
#iframe_map #slider_map.lst_slider:after {
  content: '';
  display: inline-block;
  width: 143px;
  height: 199px;
  background-image: url(../suites/tokyobay/breakfast/images/ic_sword.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 115px;
  right: -15px;
  z-index: 1;
}
#iframe_map #slider_map.lst_slider h4 {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
#iframe_map #slider_map.lst_slider .txt_slider {
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
}
#iframe_map #thumbnail_map.lst_thumbnail {
  display: flex;
  justify-content: center;
  line-height: 0;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
#iframe_map #thumbnail_map.lst_thumbnail .box_thumbnail {
  width: calc(1200px / 6 - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  transition: 0.2s;
}
#iframe_map #thumbnail_map.lst_thumbnail .box_thumbnail:first-of-type {
  margin-left: 0;
}
#iframe_map #thumbnail_map.lst_thumbnail .box_thumbnail:hover {
  cursor: pointer;
  opacity: 0.7;
}
#iframe_map .slick-arrow {
  transition: 0.2s;
  position: absolute;
  top: 36%;
  z-index: 10;
}
#iframe_map .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
#iframe_map .prev-arrow {
  left: 40px;
}
#iframe_map .prev-arrow:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
#iframe_map .next-arrow {
  right: 40px;
}
#iframe_map .next-arrow:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
#iframe_map .lst_thumbnail .box_thumbnail.thumbnail-current {
  outline: 4px solid #e7382f;
  outline-offset: -5px;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	.con_menu
----------------------------------------------------------- */
.con_menu {
  background: url(../images/bf/bg_bre.png) 7px;
  padding: 60px 0;
}
.con_menu .box_recommend h3 .tit_jp {
  display: block;
  font-size: 40px;
  color: #593812;
  letter-spacing: 0.05em;
  text-align: center;
}
.con_menu .box_recommend h3 .tit_en {
  display: block;
  font-family: 'League Script', cursive;
  font-weight: 400;
  font-size: 36px;
  color: rgba(66, 66, 66, 0.3);
  line-height: 1;
  text-align: center;
}
.con_menu .box_recommend .lst_recommend {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.con_menu .box_recommend .lst_recommend > li {
  position: relative;
  width: 316px;
  height: 225px;
  overflow: hidden;
}
.con_menu .box_recommend .lst_recommend > li .box_img img {
  width: 100%;
  height: auto;
}
.con_menu .box_recommend .lst_recommend > li .box_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(231, 56, 47, 0.8);
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
  opacity: 0;
}
.con_menu .box_recommend .lst_recommend > li .box_txt:hover {
  opacity: 1;
}
.con_menu .box_recommend .lst_recommend > li .box_txt h4 {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}
.con_menu .box_recommend .lst_recommend > li .box_txt .txt {
  text-align: center;
}
.con_menu .box_normal {
  margin-top: 60px;
}
.con_menu .box_normal h3 .tit_jp {
  display: block;
  font-size: 40px;
  color: #593812;
  letter-spacing: 0.05em;
  text-align: center;
}
.con_menu .box_normal h3 .tit_en {
  display: block;
  font-family: 'League Script', cursive;
  font-weight: 400;
  font-size: 36px;
  color: rgba(66, 66, 66, 0.3);
  line-height: 1;
  text-align: center;
}
.con_menu .box_normal .lst_category {
  display: flex;
  justify-content: space-between;
  width: 90%;
  background-color: #fff;
  padding: 20px 30px;
  margin: 30px auto 0;
}
.con_menu .box_normal .lst_category .box_category:first-of-type {
  width: 65%;
}
.con_menu .box_normal .lst_category .box_category:nth-of-type(n+2) {
  flex: 1;
  margin-left: 30px;
}
.con_menu .box_normal .lst_category .box_category h4 {
  display: flex;
  align-items: center;
  font-family: serif;
  font-size: 20px;
  color: #17406f;
}
.con_menu .box_normal .lst_category .box_category h4:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #17406f;
  margin-left: 15px;
}
.con_menu .box_normal .lst_category .box_category .lst_foods {
  display: flex;
  flex-wrap: wrap;
}
.con_menu .box_normal .lst_category .box_category .lst_foods .box_foods {
  width: calc(100% / 3);
  line-height: 1.8;
}
.con_menu .box_normal .lst_category .box_category .lst_foods .box_foods:before {
  content: "●";
  font-size: 60%;
  margin-right: 3px;
}
.con_menu .box_normal .lst_category .box_category .lst_dessert .box_dessert {
  line-height: 1.8;
}
.con_menu .box_normal .lst_category .box_category .lst_dessert .box_dessert:before {
  content: "●";
  font-size: 60%;
  margin-right: 3px;
}
.con_menu .box_normal .lst_category .box_category .lst_soup .box_soup {
  line-height: 1.8;
}
.con_menu .box_normal .lst_category .box_category .lst_soup .box_soup:before {
  content: "●";
  font-size: 60%;
  margin-right: 3px;
}
.con_menu .box_normal .txt_couiton {
  text-align: right;
  margin-top: 10px;
}

/* -----------------------------------------------------------
	.con_menu
----------------------------------------------------------- */
.con_free {
  background-image: url(../images/bf/bg_paint.jpg);
  padding: 60px 0;
  position: relative;
}
.con_free .bn_reserve {
  width: 190px;
  bottom: 15px;
  right: 15px;
  position: absolute;
}
.con_free .bn_reserve a {
  transition: 0.2s;
}
.con_free .bn_reserve a:hover {
  opacity: 0.7;
}
.con_free .bn_reserve a img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_space
----------------------------------------------------------- */
.con_space {
  border-top: 20px solid #e6dfdf;
  background-color: #fff;
  padding: 74px 0;
}
.con_space h3 .tit_jp {
  display: block;
  font-size: 40px;
  color: #593812;
  letter-spacing: 0.05em;
  text-align: center;
}
.con_space h3 .tit_en {
  display: block;
  font-family: 'League Script', cursive;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: rgba(66, 66, 66, 0.3);
  text-align: center;
}
.con_space .txt_intro {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-top: 30px;
}
.con_space table {
  width: 740px;
  margin: 30px auto 0;
}
.con_space table tr th {
  width: 200px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #c9a186;
  border: 1px solid #e9d9ce;
  padding: 10px 0;
}
.con_space table tr td {
  font-size: 15px;
  border: 1px solid #e9d9ce;
  padding: 10px 20px;
}
.con_space .txt_coution {
  width: 740px;
  font-size: 15px;
  margin: 10px auto 0;
}

#iframe_slider .lst_slider {
  margin-top: 30px;
}
#iframe_slider .lst_thumbnail {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 0;
  margin: 40px auto 0;
}
#iframe_slider .lst_thumbnail .box_thumbnail {
  width: calc(1200px / 6 - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
  transition: 0.2s;
}
#iframe_slider .lst_thumbnail .box_thumbnail:first-of-type {
  margin-left: 0;
}
#iframe_slider .lst_thumbnail .box_thumbnail:hover {
  cursor: pointer;
  opacity: 0.7;
}
#iframe_slider .slick-arrow {
  transition: 0.2s;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
#iframe_slider .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
#iframe_slider .prev-arrow {
  left: 40px;
}
#iframe_slider .prev-arrow:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
#iframe_slider .next-arrow {
  right: 40px;
}
#iframe_slider .next-arrow:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
#iframe_slider .lst_thumbnail .box_thumbnail.thumbnail-current {
  outline: 4px solid #E65619;
  outline-offset: -5px;
  box-sizing: border-box;
}
