@charset "utf-8";
/*
---------------------------------------------

    base settings

*/
body {
  margin: 0;
  padding: 0;
  font-family: 'Yu Mincho', '游明朝', YuMincho, serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  color: #333;
}
body.post-type-archive-news,
body.single-news {
  background-color: #e7e9ed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}
ul,
ol,
dl,
p,
img,
form,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}
li {
  list-style: none;
}
input,
textarea {
  font-size: 12px;
}
img {
  vertical-align: bottom;
}
a {
  color: #5a5a5a;
}
a:active,
a:hover {
  color: #ff5a67;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: normal;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*
@font-face {

  font-family: '@{font-name}';
  src:url('@{font-path}/@{font-file-name}.eot');
  src:url('@{font-path}/@{font-file-name}.eot?#iefix') format('embedded-opentype'),
    url('@{font-path}/@{font-file-name}.woff') format('woff'),
    url('@{font-path}/@{font-file-name}.ttf') format('truetype'),
    url('@{font-path}/@{font-file-name}.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;

}
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.header {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.header .logo {
  padding: 10px 0 0 0;
}
.header .header-info {
  position: absolute;
  top: 10px;
  right: 0;
}
.global-menu {
  padding: 10px 0;
}
.global-menu ul {
  display: table;
}
.global-menu ul li {
  display: table-cell;
  vertical-align: top;
}
.global-menu ul li a {
  width: 158px;
  height: 68px;
  display: block;
}
.global-menu ul li a:hover img {
  display: none;
}
.global-menu ul li.on a img {
  display: none;
}
.global-menu ul li.menu1 a {
  background: url(../img/btn_menu1_on.png) no-repeat 0 0;
}
.global-menu ul li.menu2 a {
  background: url(../img/btn_menu2_on.png) no-repeat 0 0;
}
.global-menu ul li.menu3 a {
  width: 159px;
  background: url(../img/btn_menu3_on.png) no-repeat 0 0;
}
.global-menu ul li.menu4 a {
  background: url(../img/btn_menu4_on.png) no-repeat 0 0;
}
.global-menu ul li.menu5 a {
  width: 159px;
  background: url(../img/btn_menu5_on.png) no-repeat 0 0;
}
.global-menu ul li.menu6 a {
  background: url(../img/btn_menu6_on.png) no-repeat 0 0;
}
.footer-list {
  padding: 18px 0 30px 0;
  text-align: center;
}
.footer-list li {
  display: inline-block;
}
.footer-list li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.footer-list li a:hover {
  text-decoration: underline;
}
.page-top {
  text-align: center;
}
.footer {
  width: 950px;
  margin: 0 auto;
}
.footer-content {
  position: relative;
  border-bottom: 4px solid #3e3e3e;
}
.footer-content .footer-btn {
  height: 45px;
  margin: -22px 0 0 0;
  display: table;
  position: absolute;
  top: 50%;
  left: 10px;
}
.footer-content .footer-btn li {
  display: table-cell;
}
.footer-content .footer-btn li a {
  display: block;
}
#searc-window {
  height: 38px;
}
.search-area {
  width: 950px;
  height: 38px;
}
#fba-search-frame {
  width: 950px;
  height: 38px;
  font-size: 12px;
  background-color: #212121;
  display: table;
  color: #999;
  overflow: hidden;
}
#fba-search {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#fba-search img {
  vertical-align: middle;
}
#fba-search select {
  margin: 0 5px;
  height: 20px;
  line-height: 1;
}
#fba-search .search-title {
  width: 145px;
  padding: 0 10px 0 0;
  text-align: right;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#fba-search .search-btn {
  width: 130px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
}
.top-hero-include {
  width: 950px;
  height: 648px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
#hero-area {
  width: 950px;
  margin: 0 auto;
}
.flexslider {
  margin: 0;
  background: transparent;
  border: none;
}
.flexslider .flex-direction-nav a {
  margin: -31px 0 0 0;
}
.flexslider .flex-prev {
  width: 63px;
  height: 63px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('https://www.f-born.jp/raku/cl/img/icon_slide_arrow_left.png') no-repeat 0 0;
  left: 50px;
  opacity: 1;
}
.flexslider .flex-next {
  width: 63px;
  height: 63px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('https://www.f-born.jp/raku/cl/img//icon_slide_arrow_right.png') no-repeat 0 0;
  right: 50px;
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 50px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 50px;
}
.flexslider .slides li {
  position: relative;
}
.carousel-title {
  padding: 10px 0 0 0;
  text-align: center;
}
.carousel-frame {
  padding: 10px 0 30px 0;
}
.carousel {
  width: 791px;
  margin: 0 auto;
  text-align: center;
}
.carousel .flex-viewport {
  padding: 0;
}
.carousel.flexslider {
  margin: 0 auto;
}
.carousel div ul li {
  margin: 0 0 0 0;
  padding: 0;
  border: 4px solid #fff;
  position: relative;
  overflow: visible;
}
.carousel div ul li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  cursor: pointer;
}
.carousel div ul li.flex-active-slide {
  border: 4px solid #e5e5e5;
}
.content {
  width: 955px;
  margin: 0 auto;
}
.content-box-frame {
  margin: 0 0 40px 0;
  display: table;
}
.content-box-frame .content-box {
  display: table-cell;
  vertical-align: top;
}
.top-cont-left {
  position: relative;
}
.top-cont-left .top-banner {
  position: absolute;
  top: 165px;
  left: 30px;
  z-index: 10;
}
.top-cont-left .top-banner li {
  margin: 10px 0;
}
.top-cont-left .top-banner li a {
  display: block;
}
.top-cont-right {
  padding: 0 0 0 10px;
}
.top-cont-right h3 {
  text-align: right;
}
.top-cont-right p {
  padding: 25px 0 25px 20px;
  line-height: 1.4;
  background: url(../img/line_double.png) no-repeat right bottom;
}
.top-box {
  margin: 20px 0;
  padding: 0 2px;
  position: relative;
}
.top-cuisine a {
  width: 240px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 80px;
  right: 70px;
}
.top-room a {
  width: 240px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 80px;
  right: 70px;
}
.top-plan-frame .top-plan-title {
  position: relative;
}
.top-plan-frame .top-plan-title a {
  width: 225px;
  height: 32px;
  margin: -16px 0 0 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-plan-frame ul {
  width: 100%;
  margin: 10px 0;
}
.top-plan-frame ul li {
  width: 225px;
  margin: 0 17px 0 0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-plan-frame ul li.last {
  margin: 0;
}
.top-plan-frame ul li a {
  display: block;
  text-decoration: none;
}
.top-plan-frame ul li a img {
  margin: 0 0 10px 0;
}
.top-plan-frame ul li a:hover {
  color: #0089e9;
}
.top-plan-frame ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.top-plan-frame ul li span {
  display: block;
  font-size: 13px;
  line-height: 1.6;
}
.top-plan-frame ul li span.blue {
  color: #0089e9;
}
.top-guide {
  padding: 0;
}
.top-guide a {
  width: 470px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-access {
  margin: 0 0 50px 0;
}
.top-access h3 {
  padding: 0 0 0 7px;
  color: #5680b0;
}
.top-access h3 span {
  margin: 0 0 0 4px;
  display: inline-block;
  font-size: 14px;
}
.top-access .top-access-map {
  margin: 10px 0 0 0;
  position: relative;
}
.top-access .top-access-map .sengokutei {
  width: 231px;
  height: 195px;
  position: absolute;
  top: 33px;
  left: 33px;
}
.top-access .top-access-map .detail {
  width: 240px;
  height: 60px;
  position: absolute;
  bottom: 80px;
  right: 0;
}
.room-main {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.room-main p {
  width: 850px;
  color: #fff;
  line-height: 1.8;
  font-size: 13px;
  position: absolute;
  top: 336px;
  left: 50px;
}
.room-menu-frame {
  padding: 0 49px;
}
.room-menu-frame ul {
  width: 100%;
}
.room-menu-frame ul li {
  width: 33%;
  float: left;
  text-align: center;
}
.room-box {
  width: 950px;
  margin: 30px auto;
  position: relative;
}
.room-box a {
  width: 300px;
  height: 85px;
  position: absolute;
  left: 90px;
  bottom: 40px;
}
.room-anchr {
  text-align: center;
}
.room-anchr li {
  display: inline;
}
.room-anchr li a {
  text-decoration: none;
  font-size: 13px;
}
.room-anchr li a:hover {
  color: #0150b3;
}
.cuisine-hero-include {
  width: 950px;
  height: 649px;
  margin: 0 auto 30px auto;
  display: block;
  overflow: hidden;
}
.cuisine-frame {
  width: 950px;
  margin: 0 auto;
  background: url(../img/bg_menu_image.png) no-repeat 0 0;
}
.cuisine-frame .carousel-frame {
  padding: 15px 0 15px 0;
}
.cuisine-frame .carousel {
  width: 542px;
  margin: 0 auto;
}
.cuisine-frame .carousel .cuisine-carousel-title {
  padding: 10px 10px 0 0;
  border: 4px solid transparent;
  float: left;
}
.cuisine-frame .carousel div ul {
  float: left;
}
.cuisine-frame .carousel div ul li {
  border: 4px solid transparent;
}
.cuisine-frame .carousel div ul li.flex-active-slide {
  border: 4px solid #d5a500;
}
.cuisine-main {
  margin: 0 0 50px 0;
  position: relative;
}
.cuisine-main p {
  width: 430px;
  line-height: 1.6;
  position: absolute;
  top: 210px;
  left: 0;
}
.cuisine-chef {
  position: relative;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}
.cuisine-chef p {
  margin: 0 0 1.5em 0;
}
.cuisine-chef .small {
  font-size: 12px;
}
.cuisine-chef .chef1 {
  width: 358px;
  position: absolute;
  top: 50px;
  right: 50px;
}
.cuisine-chef .chef2 {
  width: 375px;
  position: absolute;
  top: 350px;
  left: 50px;
}
.cuisine-chef .chef3 {
  width: 300px;
  position: absolute;
  bottom: 40px;
  right: 60px;
}
.cuisine-box {
  margin: 30px 0;
}
.guide-title {
  margin: 35px 0;
}
.guide-box {
  margin: 10px 0;
}
.guide-text-info {
  margin: 0 0 35px 0;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.guide-text-info.last-box {
  margin: 0 0 80px 0;
}
.guide-gourmet-frame ul li {
  width: 290px;
  height: 340px;
  margin: 0 36px 50px 0;
  float: left;
}
.guide-gourmet-frame ul li span {
  padding: 10px 0 0 0;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.guide-gourmet-frame ul li.no-margin {
  margin: 0 0 50px 0;
}
.access-main {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.access-main .btn-acc-sengoku {
  width: 231px;
  height: 193px;
  position: absolute;
  top: 20px;
  left: 360px;
}
.access-main .btn-acc {
  width: 100%;
  display: table;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.access-main .btn-acc li {
  width: 50%;
  display: table-cell;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.access-address {
  margin: 10px 0 30px 0;
  text-align: center;
}
.access-box {
  margin: 30px 0;
  text-align: center;
}
.access-box h2 {
  margin: 0 0 30px 0;
}
.access-box .access-box-mid {
  margin: 0 0 40px 0;
}
.access-box.last-box {
  margin: 10px 0 100px 0;
}