@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body, html {
  height: 100%;
  background-color: #fff !important;
}

body {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  color: #585050;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body.box_fixed {
  overflow: hidden;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

.red {
  color: #f00;
}
.red a:link, .red a:visited {
  color: #f00;
  text-decoration: underline;
  font-weight: bold;
}

a {
  color: #585050;
  transition: all 0.2s;
}

a:link, a:visited {
  color: #585050;
}

img {
  height: auto;
  max-width: 100%;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
  outline: none;
  position: relative;
}

@media (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  .container {
    max-width: 1200px;
    width: 1200px;
    padding: 0;
  }
}
/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}
/*共通*/
.fr.between {
  display: flex;
  justify-content: space-between !important;
}

.fr.around {
  display: flex;
  justify-content: space-around !important;
}

.fr.start {
  display: flex;
  justify-content: flex-start !important;
}

.fr.end {
  display: flex;
  justify-content: flex-end !important;
}

.fr.reverse {
  display: flex;
  flex-direction: row-reverse;
}

.fr.wrap {
  display: flex;
  flex-wrap: wrap;
}

.fr.center {
  display: flex;
  justify-content: center;
}

.fr.hcenter {
  display: flex;
  align-items: center;
}

.fr.bottom {
  display: flex;
  align-items: flex-end !important;
}

.fr.top {
  display: flex;
  align-items: flex-start !important;
}

.ancer {
  position: absolute;
  top: -100px;
}

/*btns*/
/*a.btn {
    display: block;
    padding: 0;
		text-align: center;
		line-height: 48px;
		height: 50px;
		max-width: 280px;
		color: $maincolor !important;
    border: 1px solid $maincolor;
    border-radius:0px;
		position: relative;
		transition: all 0.2s;
}
a.btn::before {
  position: absolute;
    right: 25px;
    top:28px; 
    content: "";
    height: 1px;
    width: 20px;
    display: block;
    background-color: $maincolor;
}
a.btn::after{
    position: absolute;
    transform: rotate(42deg);
    content: "";
    width: 10px;
    height: 1px;
    right: 22px;
    top: 25px;
    background-color:$maincolor;
}
a.btn:hover {
	background-color: $maincolor;
	color: #fff !important;
}
a.btn:hover::before {
    background-color: #fff;
}
a.btn:hover::after{
    background-color:#fff;
}*/
header {
  background: rgb(88, 80, 80);
  background: linear-gradient(to bottom, rgb(88, 80, 80) 0%, rgb(51, 51, 51) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#585050", endColorstr="#333333",GradientType=0 );
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  /*height: 100px;*/
  z-index: 2;
}
.fixed header {
  position: fixed;
  top: 0px !important;
}

.page-header {
  position: relative;
  width: 100%;
  transition: all 0.2s;
  /*height: 80px;*/
  z-index: 1;
}
.fixed .page-header {
  position: fixed;
  top: 58px;
}

.navbar-header {
  display: flex;
  justify-content: space-between;
  float: none;
  position: relative;
}

.wrapper {
  padding-top: 0px;
}
.fixed .wrapper {
  padding-top: 113px;
}

#contents {
  margin-top: 0px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
    overflow: hidden;
  }
  .fixed .wrapper {
    padding-top: 60px;
  }
  #contents {
    margin-top: 0px;
    padding-top: 0px;
    background-size: 100% auto !important;
  }
}
@media (min-width: 768px) {
  #contents {
    min-height: 500px;
  }
  header .logo {
    display: block;
    margin: 0px auto 0px auto;
    /*height: 100px;*/
    display: block;
    width: 206px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 26px;
    background: url(../images/logo.svg) no-repeat center;
    background-size: 100% auto;
  }
  header .navbar-brand {
    display: block;
    margin: 0;
    padding: 0;
    width: 277px;
    height: 30px;
    background: url("../img/common/logo.svg") center center no-repeat;
    background-size: 277px 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .page-header .logo {
    display: block;
    margin: 0px auto 0px auto;
    /*height: 80px;*/
  }
  .gmenu {
    vertical-align: top;
    display: block;
    margin: 0px auto 0px;
    display: flex;
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    height: 76px;
  }
  .gmenu ul.navi {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    /*height: 100px;*/
  }
  .page-header .gmenu ul.navi {
    /*height: 80px;*/
  }
  .gmenu ul.navi > li {
    margin: 0;
    padding: 0;
    flex-grow: 1;
    position: relative;
  }
  .gmenu ul.navi > li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 52px;
    top: 12px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .gmenu ul.navi > li > a {
    color: #EBDBA9;
    text-align: center;
    line-height: 1;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s;
    text-decoration: none;
    position: relative;
    height: 76px;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.05em;
    justify-content: center;
  }
  .gmenu ul.navi > li > a span {
    margin-top: 10px;
    display: block;
    color: #fff;
    font-family: "Maru Folk Regular";
    font-size: 10px;
  }
  header .gmenu ul.navi > li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .page-header .gmenu ul.navi > li > a {
    line-height: 1;
    padding: 31px 0px;
  }
  .gmenu ul.navi > li:first-child:before {
    display: none;
  }
  .gmenu ul.navi > li:first-child a {
    width: 206px;
  }
  .gmenu ul.navi > li:first-child span {
    font-size: 11px;
    font-family: "Noto Serif JP";
    letter-spacing: 0.1em;
    margin-top: 8px;
  }
  .gmenu ul.navi > li:first-child span strong {
    font-size: 16px;
  }
  .gmenu ul.navi > li:last-child {
    max-width: 120px;
  }
  .gmenu ul.navi > li:last-child:before {
    display: none;
  }
  .gmenu ul.navi > li:last-child a {
    color: #fff;
    height: 25px;
    margin: 8px 0;
    border: 1px solid #fff;
    font-size: 14px;
  }
  .gmenu ul.navi > li:last-child a span {
    font-size: 20px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu.navbar-collapse {
    position: fixed;
    top: 60px;
    width: 100%;
    transition: all 0.4s;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .page-header .gmenu.navbar-collapse {
    top: 40px;
  }
  .gmenu.navbar-collapse.collapse:not(.show) {
    display: block !important;
    top: 120%;
    overflow: hidden;
    transition: all 0.4s;
  }
  .gmenu.navbar-collapse > li {
    text-align: center;
  }
  .gmenu.navbar-collapse ul {
    margin: 0;
    padding: 0;
  }
  .gmenu.navbar-collapse ul.navi > li {
    border-top: 1px solid rgba(255, 255, 255, 0.53);
  }
  .gmenu.navbar-collapse ul.navi > li a {
    display: block;
    padding: 15px 20px;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    color: #EBDBA9;
  }
  .gmenu.navbar-collapse ul.navi > li a span {
    color: #fff;
    font-size: 10px;
    margin-left: 10px;
    font-family: "Maru Folk Regular";
  }
  header .gmenu.navbar-collapse {
    background-color: #585050;
    height: calc(100vh - 60px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gmenu .spmenu {
    border-top: 1px solid rgba(255, 255, 255, 0.53);
    padding: 15px 20px;
  }
  .gmenu .spmenu ul {
    display: flex !important;
    flex-wrap: wrap;
  }
  .gmenu .spmenu ul li {
    width: 50%;
  }
  .gmenu .spmenu ul li a {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    color: #EBDBA9;
  }
  .gmenu .spmenu ul.yoyaku li {
    width: 100%;
  }
  .gmenu .lang {
    border-top: 1px solid rgba(255, 255, 255, 0.53);
    padding: 20px 20px;
  }
  .gmenu .lang a {
    line-height: 40px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.53);
    text-align: center;
    color: #fff;
  }
  .gmenu .companyinfo {
    padding: 10px 0px 20px;
    width: auto;
    text-align: center;
  }
  .gmenu .companyinfo .title {
    margin: 0 50px;
    margin-bottom: 10px;
  }
  .gmenu .companyinfo .title img {
    width: 100%;
    height: auto;
  }
  .gmenu .companyinfo .gothic {
    font-size: 11px;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
    padding: 0 0px 10px;
  }
  .gmenu .companyinfo .tel {
    display: inline-block;
    color: #E78B58;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    margin: 0 0px 10px;
  }
  .gmenu .companyinfo .tel span {
    font-size: 26px;
  }
  .gmenu .fb {
    text-align: center;
    padding-bottom: 200px;
  }
  .gmenu .fb img {
    width: 50px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .home #contents {
    padding-top: 0px;
  }
  .navbar-header .rightmenu {
    display: none;
  }
}
/*menu*/
.header__nav__button__inner {
  position: relative;
  display: block;
  width: 27px;
  height: 21px;
  border: 3px solid #021e76;
  border-width: 3px 0;
}

.header__nav__button__inner::before, .header__nav__button__inner::after {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  content: "";
  transition: all linear 0.08s;
  background-color: #021e76;
}

.navbar-toggle .header__nav__button__inner {
  border-width: 0;
}

.navbar-toggle .header__nav__button__inner::before {
  transform: rotate(-45deg);
}

.navbar-toggle .header__nav__button__inner::after {
  transform: rotate(45deg);
}

.navbar-toggle {
  outline: none !important;
  z-index: 1000;
  top: 10px;
  right: 15px;
  padding: 10px 0px 7px;
  display: block !important;
  float: none;
  margin-top: 0px;
  margin-right: 0px !important;
  margin-bottom: 0px;
  background-image: none;
  border: 0;
  height: auto;
  width: auto;
  background-color: transparent !important;
  border-radius: 0;
}

.page-header .navbar-toggle {
  top: 0px;
}

.navbar-toggle.collapsed {
  padding: 10 0px;
}

.navbar-toggle.collapsed .header__nav__button__inner {
  border-width: 3px 0;
}

.navbar-toggle.collapsed .header__nav__button__inner::before {
  transform: rotate(0);
}

.navbar-toggle.collapsed .header__nav__button__inner::after {
  transform: rotate(0);
}

.navbar-toggle:not(.collapsed) .header__nav__button__inner::before {
  transform: rotate(-45deg);
  top: 8px;
}

.navbar-toggle:not(.collapsed) .header__nav__button__inner::after {
  transform: rotate(45deg);
  top: 8px;
}

.navbar-toggle .header__nav__button__inner::before,
.navbar-toggle .header__nav__button__inner::after {
  background-color: #fff !important;
}

.navbar-toggle .header__nav__button__inner {
  border-color: #fff !important;
}

.navbar-toggle:focus {
  background-color: transparent;
  border-radius: 0;
}

.navbar-toggle:hover {
  background-color: transparent;
}

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 112, 50, 0.64);
  z-index: 10;
}

@media (min-width: 1001px) {
  .gmenu.navbar-collapse {
    display: block;
    height: 100% !important;
  }
  .navbar-toggle {
    display: none !important;
  }
  header .collapse:not(.show) {
    display: block;
  }
}
.navbar {
  margin-bottom: 0px !important;
}

.navbar-default {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  flex-wrap: nowrap !important;
}

.gmenu .nolink {
  cursor: pointer;
}

.gmenu .nolink:before {
  cursor: default;
}

.nolink > a {
  pointer-events: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-default {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-toggle {
    outline: none;
    z-index: 1001;
  }
  .navbar-toggle .header__nav__button__inner {
    margin: 0 auto 10px;
  }
  .navbar > .container, .navbar > .container-fluid {
    justify-content: space-between;
  }
  .navbar > #sp_nav_head.container-fluid {
    position: fixed;
    top: 0;
    height: 60px;
    z-index: 3;
    background: rgb(88, 80, 80);
    background: linear-gradient(to bottom, rgb(88, 80, 80) 0%, rgb(51, 51, 51) 100%);
  }
  .navbar > #sp_nav_foot.container-fluid {
    position: fixed;
    bottom: 0;
    height: 60px;
    z-index: 3;
    background: #66a4a0;
  }
  header .navbar-brand {
    background: url(../images/logo.svg) no-repeat;
    background-size: 130px auto;
    width: 130px;
    height: 17px;
    margin: 22px 0 0 15px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .container-fluid > .navbar-header {
    margin-right: 0;
    margin-left: 0;
    border: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
  }
  header {
    width: 100%;
    transition: all 0.2s;
    height: 60px;
    z-index: 1000;
  }
  .page-header {
    width: 100%;
    transition: all 0.2s;
    height: 40px;
    z-index: 2;
  }
  .fixed .page-header {
    top: 50px;
  }
  .navbar {
    position: relative;
    margin-bottom: 0px;
    border: 0px solid transparent;
  }
  .label {
    color: #fff;
    font-size: 15px;
    margin-top: 7px;
    margin-right: 90px;
  }
  .menu_item {
    text-align: center;
    width: 25%;
    border-right: 1px solid #fff;
    cursor: pointer;
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 60px;
  }
  .menu_item img {
    width: 80%;
    max-width: 75px;
    height: auto;
  }
  button.menu_item {
    padding: 0 !important;
    flex-direction: column;
  }
  button.menu_item::before {
    content: "メニュー";
    color: #fff;
    margin-bottom: 2px;
  }
  button.menu_item .header__nav__button__inner {
    margin: 0 auto 10px;
  }
  .calendarbtn {
    position: absolute;
    display: block;
    right: 55px;
    top: 16px;
  }
  .calendarbtn img {
    width: 26px;
    height: auto;
  }
  #search {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    height: auto;
    background: url("../images/bg_search_sp.png") top center no-repeat;
  }
  .sp_hide02 {
    display: none;
  }
  .sp_show02 {
    display: inline-block;
  }
  #slide_menu {
    position: fixed;
    bottom: -600px;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  #slide_menu input, #slide_menu select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0px;
  }
  #slide_menu .select-wrap {
    position: relative;
    display: inline-block;
  }
  #slide_menu .select-wrap.w78 {
    width: 78px;
  }
  #slide_menu .select-wrap.w60 {
    width: 60px;
  }
  #slide_menu .select-wrap.w52 {
    width: 52px;
  }
  #slide_menu .select-wrap:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
  }
  #slide_menu button {
    background: none;
    border: none;
    outline: none;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #slide_menu #search .search_wrapper {
    margin-top: 0;
    padding: 7% 20px 20px;
  }
  #slide_menu #search .search_wrapper h2 {
    font-size: 1.3em;
    text-align: center;
    letter-spacing: 5px;
    margin: 0 0 20px;
    line-height: 0.9em;
  }
  #slide_menu #search .search_wrapper h3 {
    font-size: 0.9em;
    margin-bottom: 8px;
  }
  #slide_menu #search .search_wrapper .reserve_in {
    margin-bottom: 8px;
  }
  #slide_menu #search .search_wrapper .reserve_in span {
    padding: 0 15px 0 5px;
    display: inline-block;
  }
  #slide_menu #search .search_wrapper .reserve_in span:nth-of-type(3) {
    padding: 0 0 0 5px;
  }
  #slide_menu #search .search_wrapper .reserve_in select {
    border: none;
    padding: 4px 28px 4px 12px;
    background-color: #fff;
    color: #000;
  }
  #slide_menu #search .search_wrapper .searchline {
    border-bottom: 1px solid #e4d6aa;
    padding: 0;
    margin: 0 0 15px;
  }
  #slide_menu #search h3 span.f_left {
    float: right;
  }
  #slide_menu #search h3 span img {
    width: 15px;
  }
  #slide_menu #search .gold {
    color: #e4d6aa;
    letter-spacing: 2px;
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
  }
  #slide_menu #search .arr {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
  }
  #slide_menu #search .box {
    width: 100%;
    margin-bottom: 18px;
  }
  #slide_menu #search .box .date_null {
    display: block;
    padding-top: 5px;
  }
  #slide_menu #search .search_sub {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #slide_menu #search .search_sub li {
    width: 48%;
    max-width: 180px;
  }
  #slide_menu #search .search_sub li a {
    color: #fff;
  }
}
@media (min-width: 768px) {
  header .collapse:not(.show),
  .page-header .collapse:not(.show) {
    display: block;
  }
}
/*==================================================
 * layout
 *================================================*/
#container {
  /*overflow: hidden;*/
  position: relative;
  min-height: 100%;
}

.sub-page-contents {
  padding-top: 0px;
}

#main {
  margin-bottom: 0px;
  overflow: hidden;
}

.page-template-front-page #main,
.page-template-rich-front-page #main {
  margin-bottom: 0;
}

.article {
  margin-bottom: 0px;
  padding-right: 0px;
}

@media (max-width: 1100px) {
  .header {
    position: relative !important;
  }
}
/*==================================================
 * footer
 *================================================*/
.footer {
  padding: 60px 0 80px;
  background: url(../images/bg-footer.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer .footer__nav {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 55px 55px;
  background-color: rgba(255, 255, 255, 0.6);
  /*margin-bottom: 60px;*/
}
.footer .footer__nav .cont {
  padding-right: 20px;
  width: 352px;
}
.footer .footer__nav .cont .title {
  margin-bottom: 10px;
}
.footer .footer__nav .cont .gothic {
  font-size: 16px;
  margin-bottom: 0;
}
.footer .footer__nav .cont .tel {
  color: #E78B58;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.footer .footer__nav .cont .tel span {
  font-size: 36px;
}
.footer .footer__nav .tripadvisor {
  min-width: 138px;
  width: 138px;
}
.footer .footer__nav .bottomarea {
  padding: 0;
  margin: 10px 0 0 0;
}
.footer .footer__nav .bottomarea li {
  width: 48%;
  margin-top: 15px;
}
.footer .footer__nav .bottomarea li a {
  display: block;
  background-color: #B7A97D;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-size: 16px;
  border: 1px solid #fff;
  text-align: center;
}
.footer .footer__nav .bottomarea li a:hover {
  opacity: 0.8;
}
.footer .footer__nav .bottomarea li a span {
  margin-left: 5px;
}
.footer .footer__nav .bottomarea li:nth-of-type(4) a {
  font-size: 14px;
}
.footer .bannerarea a {
  display: block;
  width: 200px;
  margin: 0 10px;
}
.footer .bannerarea a:hover {
  opacity: 0.8;
}

.footer__copyrights {
  background-color: #585050;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
  .footer {
    padding: 25px 25px;
    background: url(../images/sp-bg-footer.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 154px;
  }
  .footer .footer__nav {
    width: auto;
    margin: 0;
    padding: 20px 25px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 100px;
  }
  .footer .footer__nav .toparea {
    display: block;
    text-align: center;
  }
  .footer .footer__nav .cont {
    width: auto;
    padding-right: 0px;
  }
  .footer .footer__nav .cont .gothic {
    font-size: 13px;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
  }
  .footer .footer__nav .cont .tel {
    color: #E78B58;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
  }
  .footer .footer__nav .cont .tel span {
    font-size: 30px;
  }
  .footer .footer__nav .tripadvisor {
    text-align: center;
    min-width: auto;
    width: 106px;
    margin: 0 auto;
  }
  .footer .footer__nav .bottomarea {
    position: absolute;
    left: 0;
    bottom: -154px;
    padding: 0;
    margin: 0px 0 0 0;
    border-left: 1px #fff;
    width: 100%;
  }
  .footer .footer__nav .bottomarea li {
    width: 50%;
    margin-top: 0px;
  }
  .footer .footer__nav .bottomarea li a {
    letter-spacing: 0;
    font-size: 14px;
    border-left: 0;
    border-top: 0;
  }
  .footer .bannerarea {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .bannerarea a {
    display: block;
    width: 40%;
    margin: 20px 1% 0;
  }
  .footer__copyrights {
    font-size: 11px;
    padding-bottom: 210px;
  }
}
/*==================================================
 * contents
 *================================================*/
section .container > .row {
  display: block;
}

section h2 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 40px;
  font-weight: 300;
  display: block;
  line-height: 1.5;
}

section h2 strong {
  font-weight: 700;
}

section p {
  font-size: 18px;
  line-height: 2;
}

/*foot*/
@media (max-width: 1000px) {
  section .container > .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  section h2 {
    font-size: 32px;
  }
  section p {
    font-size: 14px;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  section .container > .row {
    padding-left: 20px;
    padding-right: 20px;
  }
  section h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }
  section p {
    font-size: 13px;
    line-height: 2;
  }
}
/*reservebtn*/
.dropdown-selector-container-ef1ce2 .dropdown-dropdown-f4f232 {
  overflow: auto;
  height: 160px;
}
@media only screen and (max-width: 992px) {
  .dropdown-selector-container-ef1ce2 .dropdown-dropdown-f4f232 {
    height: 290px;
  }
}

.reservebtn {
  position: fixed;
  z-index: 999;
  transition: none;
  top: 0px;
  right: -900px;
  background-color: #fff;
  height: 290px;
  display: flex !important;
}
.fixed .reservebtn {
  top: 100px;
}
body:not(.home) .reservebtn {
  top: 100px;
}
.reservebtn.active {
  right: 0px;
  transition: all 0.3s;
  display: flex !important;
}
.reservebtn.active .acbtn > div::after {
  content: "▶";
  padding-top: 3px;
}
.reservebtn .acbtn {
  cursor: pointer;
  width: 50px;
  height: 290px;
}
.reservebtn .acbtn > div {
  letter-spacing: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 290px;
  line-height: 50px;
  background-color: #EBDBA9;
  color: #585050;
  writing-mode: vertical-rl;
  font-size: 18px;
}
.reservebtn .acbtn > div::after {
  content: "◀";
  padding-top: 3px;
}
.reservebtn .searcharea {
  overflow: hidden;
  width: 900px;
  flex-grow: 2;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-size: 16px;
  padding: 28px 34px 25px 20px;
}
.reservebtn .searcharea .searchline {
  width: 900px;
}
.reservebtn .searcharea .searchline > * {
  white-space: nowrap;
}
.reservebtn .searcharea .searchline > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.reservebtn .searcharea .searchline > div:first-child span:first-child {
  margin-left: 0;
}
.reservebtn .searcharea span {
  margin: 0 10px 0 5px;
}
.reservebtn .searcharea .searchbtn {
  color: #fff;
  line-height: 30px;
  text-align: center;
  width: 120px;
  border: none;
  outline: none;
  background-color: #E78B58;
}
.reservebtn .searcharea .searchbtn:hover {
  opacity: 0.8;
}
.reservebtn .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: #585050;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  cursor: pointer;
}
.reservebtn .btnarea {
  margin-top: 25px;
  white-space: nowrap;
  flex-wrap: wrap;
}
.reservebtn .btnarea .tel {
  font-size: 16px;
  color: #585050;
  font-weight: 500;
  width: calc(50% - 10px);
  text-align: center;
}
.reservebtn .btnarea .tel span {
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 22px;
  color: #E78B58;
  margin: 0;
}
.reservebtn .btnarea a {
  background-color: #B7A97D;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  width: calc(50% - 10px);
  height: 30px;
  text-decoration: none;
  margin-bottom: 10px;
  text-align: center;
}
.reservebtn .btnarea a.regbtn {
  background-color: #585050;
}
.reservebtn .btnarea a.no_background {
  background-color: #EBDBA9;
  color: #585050;
}
@media only screen and (max-width: 992px) {
  .reservebtn {
    height: 500px;
    right: -700px;
  }
  .reservebtn .acbtn {
    height: 500px;
  }
  .reservebtn .acbtn > div {
    height: 500px;
  }
  .reservebtn .searcharea {
    width: 700px;
  }
  .reservebtn .btnarea {
    width: 85%;
    flex-wrap: wrap;
    text-align: center;
    margin: 15px auto 0;
  }
  .reservebtn .btnarea .tel {
    width: calc(50% - 10px);
    margin-top: 10px;
  }
  .reservebtn .btnarea .tel + a {
    width: calc(50% - 10px);
  }
  .reservebtn .btnarea a {
    width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .reservebtn.active,
  .reservebtn {
    display: none !important;
  }
  #slide_menu #search .search_wrapper .btn_white {
    min-width: 125px;
    border: 0;
    border-radius: 36px;
    background: #fff;
    color: #5caaa5;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: 45%;
    max-width: 182px;
    text-align: center;
    display: inline-block;
  }
  .reservebtn .searcharea .searchbtn:hover,
  #slide_menu #search .search_wrapper .btn_white:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
/*page top*/
#page-top {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
}
#page-top a {
  display: block;
  width: 78px;
  height: 94px;
  text-align: center;
  display: block;
  color: #fff;
  background: rgb(88, 80, 80);
  background: linear-gradient(to bottom, rgb(88, 80, 80) 0%, rgb(51, 51, 51) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#585050", endColorstr="#333333",GradientType=0 );
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
  padding-top: 10px;
}
#page-top a span {
  font-size: 20px;
}
#page-top a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #page-top {
    bottom: 66px;
    right: 6px;
  }
  #page-top a {
    padding: 0;
    width: 50px;
    height: auto;
  }
  #page-top a span {
    font-size: 12px;
  }
  .cc-revoke.cc-bottom {
    bottom: 55px !important;
    left: 0.5em !important;
    z-index: 2;
  } /*許可・拒否後のボタン位置*/
}
.hide {
  display: none;
}

/**下層共通*******************/
.mainslide .panel {
  font-size: 24px;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;*/
  background: #585050;
  background: linear-gradient(to bottom, rgba(88, 80, 80, 0.6) 0%, rgba(51, 51, 51, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#585050", endColorstr="#333333",GradientType=0 );
  color: #EBDBA9;
  width: 200px;
  height: 120px;
  position: relative;
}
.mainslide .panel ::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}
.mainslide .panel span {
  font-size: 10px;
  font-family: "Maru Folk Regular";
  color: #fff;
  letter-spacing: 0.05em;
}

.breadcrumb {
  background: linear-gradient(to bottom, rgb(235, 219, 169) 0%, rgba(235, 219, 169, 0.56) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebdba9", endColorstr="#8febdba9",GradientType=0 );
  padding: 15px 0;
  color: #585050;
  font-size: 15px;
  margin-bottom: 0;
}
.breadcrumb strong {
  font-weight: normal;
}
.breadcrumb span {
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .mainslide .panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
    background: #585050;
    background: linear-gradient(to bottom, rgba(88, 80, 80, 0.6) 0%, rgba(51, 51, 51, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#585050", endColorstr="#333333",GradientType=0 );
    color: #EBDBA9;
    width: 115px;
    height: 60px;
  }
  .mainslide .panel ::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
  }
  .mainslide .panel span {
    font-size: 6px;
  }
  .breadcrumb {
    padding: 8px 20px;
    font-size: 12px;
    margin-bottom: 0;
  }
  .breadcrumb strong {
    font-weight: normal;
  }
  .breadcrumb span {
    margin: 0 10px;
  }
}
/*---------------------------------------------
info sec
----------------------------------------------*/
.newsarea .frame {
  overflow: auto;
  padding: 0 10px;
}
.newsarea .frame dl {
  border-bottom: 1px dashed #707070;
  /*display: flex;
  flex-wrap: wrap;*/
  margin: 0;
}
.newsarea .frame dt {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 15px 0 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 2.5;
}
.newsarea .frame dt div {
  margin-left: 5px;
}
.newsarea .frame dt div span {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 5px;
  line-height: 22px;
  display: inline-block;
  width: 58px;
  text-align: center;
  font-weight: normal;
  color: #FFF;
  /*&:nth-of-type(1),
  &:nth-of-type(2),
  &:nth-of-type(3),
  &:nth-of-type(4){
      margin-top: 0;
  }*/
}
.newsarea .frame dt div span.infomation {
  background-color: #b25977;
}
.newsarea .frame dt div span.important {
  background-color: #cc4242;
}
.newsarea .frame dt div span.stay {
  background-color: #e98b58;
}
.newsarea .frame dt div span.banquet {
  background-color: #b7a87d;
}
.newsarea .frame dt div span.meeting {
  background-color: #95839b;
}
.newsarea .frame dt div span.memorial {
  background-color: #ba94c5;
}
.newsarea .frame dt div span.breakfast {
  background-color: #8fb0d1;
}
.newsarea .frame dt div span.lunch {
  background-color: #d57893;
}
.newsarea .frame dt div span.dinner {
  background-color: #70a183;
}
.newsarea .frame dt div span.shuntouka {
  background-color: #dab766;
}
.newsarea .frame dt div span.event {
  background-color: #818047;
}
.newsarea .frame dt div span.delivery {
  background-color: #ee93b2;
}
.newsarea .frame dt div span.takeout {
  background-color: #b9cc56;
  font-size: 11px;
  width: 70px;
}
.newsarea .frame dd {
  font-size: 16px;
  padding: 10px 0 20px;
}

@media screen and (max-width: 767px) {
  .newsarea .frame {
    overflow: auto;
    padding: 0 10px;
  }
  .newsarea .frame dl {
    display: block;
  }
  .newsarea .frame dl dt {
    font-size: 11px;
    margin-bottom: 0px;
    padding-top: 15px;
    max-width: 100%;
    display: block;
  }
  .newsarea .frame dl dt div {
    margin-left: 0px;
  }
  .newsarea .frame dl dt div span {
    margin-right: 5px;
    line-height: 16px;
    display: inline-block;
    width: 55px;
  }
  .newsarea .frame dl dt div.infomation {
    font-size: 11px;
  }
  .newsarea .frame dl dt div.takeout {
    font-size: 10px;
    width: 60px;
  }
  .newsarea .frame dl dd {
    font-size: 13px;
    padding: 7px 0 20px;
  }
}
/* top slide Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -100px;
  display: inline-block !important;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots.thin {
  bottom: 20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 15px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  border: 2px solid #585050;
  background-color: #585050;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -40px;
  }
  .slick-dots li {
    margin: 0 4px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0px;
  }
}
/* 新着情報用CSS */
#top.news {
  /* 年末年始営業日用 */
}
#top.news figure.nenmatsu table {
  max-width: 600px;
  width: 100%;
}
#top.news figure.nenmatsu table td {
  padding: 7px 0;
}/*# sourceMappingURL=main_tripla.css.map */