@charset "UTF-8";
/*
 Theme Name: 01
 */
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Noto+Serif+JP:wght@400;700&family=Lato:wght@900&display=swap");
@import url("//use.fontawesome.com/releases/v5.13.1/css/all.css");

* {
  /* ---------------------------------------------------
   File: common_style.css
   Version: 1.0.0
   Update: 2017-12-19
   Author: http://flowlab.co.jp
   (c)2007-2017 Flowlab inc. All Rights Reserved.
   --------------------------------------------------- */
  /* ===================================================
   Base Style
   =================================================== */
  margin: 0;
  padding: 0;
}

body {
  font-size: 0.9em;
  background: #fff;
  line-height: 1.7em;
  color: #353435;
}

html,
body {
  -webkit-text-size-adjust: none;
}

/* ===================================================
 Table
 =================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}

th,
td {
  text-align: left;
}

/* ===================================================
 Image
 =================================================== */
img {
  border: none;
}

/* ===================================================
 List
 =================================================== */
ul,
ol {
  list-style: none;
}

/* ===================================================
 Title
 =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* ===================================================
 Text
 =================================================== */
/* Weight */
.bold {
  font-weight: bold;
}

.nomal {
  font-weight: nomal;
}

/* Color */
.red {
  color: #900;
}

.blue {
  color: #30f;
}

/* Size */
.txt_xs {
  font-size: x-small;
}

.txt_s {
  font-size: small;
}

.txt_m {
  font-size: 1em;
}

.txt_l {
  font-size: large;
}

/* Align */
.txt_center {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_left {
  text-align: left;
}


.slick-slide {
  padding: 15px;
}

@media screen and (max-width: 488px) {
  .slick-slide {
    padding: 50px;
  }
}
 /*20240718 テキスト追加*/

.txt_center_king-size{
  text-align: center;
  margin-bottom: 40px;
}

.br-sphone{
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sphone {
    display: block;
  }
}
 /*20240718 テキスト追加*/

/* ===================================================
 Clear
 =================================================== */
.clear {
  clear: both;
}

/* ===================================================
 Link
 =================================================== */
a {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  /* Safari,Opera */
  -moz-opacity: 0.7;
  /* Firefox */
  filter: alpha(opacity=70);
  /* IE6/7 */
  -ms-filter: "alpha(opacity=70)";
  /* IE8 */
}

/* ===================================================
 Float
 =================================================== */
.float_l {
  float: left;
}

.float_r {
  float: right;
}

/* ===================================================
 IE PNG
 =================================================== */
* html .iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

/* ===========================================================================
 PC 
 =========================================================================== */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* iOS Reset */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.underline {
  text-decoration: underline;
}

/* ===================================================
 Text
 =================================================== */
.txt_red {
  color: #b3392b;
}

.txt_navy {
  color: #2c3e50;
}

small.attention {
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
}

span.reference {
  font-size: 0.8em;
  vertical-align: 0.3em;
}

/* ===================================================
 Link
 =================================================== */
.link_border {
  text-decoration: underline;
}

.link_border:hover {
  text-decoration: none;
}

/* ===================================================
 Icon
 =================================================== */
/* -------------------------
 Icon - Plus
 ------------------------- */
.icon_plus {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

.icon_plus:before,
.icon_plus:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 15px;
  height: 3px;
}

.icon_plus:before {
  width: 3px;
  height: 15px;
  top: 0;
  left: 6px;
}

.icon_plus:after {
  top: 6px;
  left: 0;
}

/* -------------------------
 Icon - Person
 ------------------------- */
.icon_person:before {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 17px;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}

.person1:before {
  background-image: url(images/stay/guestroom/icon_person1.png);
  width: 7px;
}

.person2:before {
  background-image: url(images/stay/guestroom/icon_person2.png);
  width: 16px;
}

.person3:before {
  background-image: url(images/stay/guestroom/icon_person3.png);
  width: 25px;
}

.person4:before {
  background-image: url(images/stay/guestroom/icon_person4.png);
  width: 34px;
}

/* ===================================================
 Area
 =================================================== */
.whiteArea {
  background: #fff;
}

.beigeArea {
  background: #f7f3e8;
}

/* ===================================================
 Frame
 =================================================== */
.frame_navy {
  border: solid 1px #2c3e50;
}

.frame_gray {
  border: solid 1px #c1c6ca;
}

/* ===================================================
 List
 =================================================== */
/* -------------------------
 List - diamond
 ------------------------- */
.list_diamond li {
  line-height: 1.2em;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0 5px 0 !important;
  position: relative;
  padding-left: 14px;
}

.list_diamond li:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0.5em;
  left: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

/* Red */
.diamondRed li:after {
  background: #b5392b;
}

/* Black */
.diamondBlack li:after {
  background: #353435;
}

/* -------------------------
 List - arrow
 ------------------------- */
.list_arrow li {
  line-height: 1.2em;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0 5px 0 !important;
  position: relative;
  padding-left: 14px;
}

.list_arrow li::before,
.list_arrow li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 5px 0 5px 0 !important;
  content: "";
  vertical-align: middle;
}

.list_arrow li::before {
  width: 4px;
  height: 4px;
  left: 0;
  transform: rotate(45deg);
}

/* Red */
.arrowRed li::before {
  border-top: 2px solid #b5392b;
  border-right: 2px solid #b5392b;
}

/* White */
.arrowWhite li {
  color: #fff;
}

.arrowWhite li::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* ===================================================
 DL
 =================================================== */
/* -------------------------
 DL - Dot _ Gray
 ------------------------- */
dl.dot_gray {
  margin-bottom: 10px;
  width: 100%;
}

dl.dot_gray dt,
dl.dot_gray dd {
  box-sizing: border-box;
  vertical-align: middle;
  padding: 10px;
  background: url(images/img_common/line_dot_w.gif) 0 bottom repeat-x;
}

dl.dot_gray dt {
  width: 25%;
  float: left;
  clear: both;
}

_ dl.dot_gray dd {
  float: right;
  width: 70%;
  vertical-align: middle;
  /*padding: 10px 10px 10px 160px;*/
  background: url(images/img_common/line_dot_w.gif) 0 bottom repeat-x;
}

/* -------------------------
 DL - Line _ Gray / DL - Line _ Gray _Nomal
 ------------------------- */
dl.line_gray,
dl.line_gray_nomal {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

dl.line_gray:after,
dl.line_gray_nomal:after {
  content: "";
  display: block;
  clear: both;
}

dl.line_gray dt,
dl.line_gray dd,
dl.line_gray_nomal dt,
dl.line_gray_nomal dd {
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: solid 1px #c1c6ca;
  padding-bottom: 10px;
}

dl.line_gray dt,
dl.line_gray_nomal dt {
  width: 180px;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  float: left;
  clear: both;
}

dl.line_gray dd,
dl.line_gray_nomal dd {
  width: 820px;
  margin-bottom: 20px;
  float: right;
}

dl.line_gray dt:nth-last-of-type(1),
dl.line_gray dd:nth-last-of-type(1),
dl.line_gray_nomal dt:nth-last-of-type(1),
dl.line_gray_nomal dd:nth-last-of-type(1) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ===================================================
 Button
 =================================================== */
/* -------------------------
 Button - Gray
 ------------------------- */
.btn_gray a {
  background: #454445;
  display: block;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  text-align: center;
}

.btn_gray a:hover {
  background: rgba(53, 52, 53, 0.7);
  text-decoration: none;
}

/* -------------------------
 Button - Red
 ------------------------- */
.btn_red {
  text-align: center;
}

.btn_red a {
  background: #b7392b;
  display: inline-block;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 15px 100px;
  position: relative;
}

.btn_red a:hover {
  background: rgba(228, 167, 157, 0.7);
  text-decoration: none;
}

.btn_red a:after {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 15px;
}

.btn_red_w a {
  background: #b7392b;
  display: inline-block;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 350%;
  position: relative;
}

.btn_red_w a:hover {
  background: rgba(228, 167, 157, 0.7);
  text-decoration: none;
}

.btn_red_w a:after {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 15px;
}

.btn_red_p {
  text-align: center;
}

.btn_red_p a {
  background: #b7392b;
  display: inline-block;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 15px 100px;
  position: relative;
}

.btn_red_p a:hover {
  background: rgba(228, 167, 157, 0.7);
  text-decoration: none;
}

.btn_red_p a:after {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 15px;
}

/* -------------------------
 Button - Blue
 ------------------------- */
.btn_blue a {
  background: #2c3e50;
  display: inline-block;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 15px 60px;
  position: relative;
}

.btn_blue a:hover {
  background: rgba(135, 151, 163, 1);
  text-decoration: none;
}

.btn_blue a:after {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 15px;
}

/* -------------------------
 Button - Navy
 ------------------------- */
.btn_navy a {
  background: #394f63;
  display: inline-block;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 15px 60px;
  position: relative;
}

.btn_navy a:hover {
  background: rgba(116, 131, 145, 1);
  text-decoration: none;
}

.btn_navy a:after {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 15px;
}

/* -------------------------
 Button - Blank
 ------------------------- */
.btn_blank a {
  background: #b7392b;
  display: inline-block;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 15px 100px;
  position: relative;
}

.btn_blank a:hover {
  background: rgba(228, 167, 157, 0.7);
  text-decoration: none;
}

.btn_blank a:after {
  content: "";
  display: block;
  background: url(images/img_common/icon_blank_white.png) 0 0 no-repeat;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 45%;
  right: 15px;
}

/* -------------------------
 Button - Flame
 ------------------------- */
.btn_flame a {
  border: solid 1px #353435;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  display: block;
  color: #353435;
}

.btn_flame a:after {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-top: #353435 2px solid;
  border-right: #353435 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 5px;
}

.btn_flame a:hover {
  border: solid 1px #c49532;
  background: #c49532;
  color: #fff;
  text-decoration: none;
}

.btn_flame a:hover:after {
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
}

/* ===================================================
 Border
 =================================================== */
.border_bottom_gray {
  border-bottom: solid 1px #b6bcc0;
}

.border_top_bottom_white {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.border_top_darkGray {
  border-top: solid 1px #454445;
}

.border_right_darkGray {
  border-right: solid 1px #454445;
}

.border_bottom_darkGray {
  border-bottom: solid 1px #454445;
}

.border_left_darkGray {
  border-left: solid 1px #454445;
}

.border_top_white {
  border-top: solid 1px #fff;
}

.border_right_white {
  border-right: solid 1px #fff;
}

.border_bottom_white {
  border-bottom: solid 1px #fff;
}

.border_left_white {
  border-left: solid 1px #fff;
}

/* ===================================================
 Table
 =================================================== */
/* -------------------------
 Table Format
 ------------------------- */
table.format,
table.format th,
table.format td {
  box-sizing: border-box;
}

table.format {
  font-size: 0.9em;
  border-collapse: separate;
}

table.format th,
table.format td {
  padding: 10px;
}

table.th_gray_nomal th .btn_gray a,
table.th_gray_nomal td .btn_gray a,
table.th_gray th .btn_gray a,
table.th_gray td .btn_gray a {
  font-size: 0.8em;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 5px;
  letter-spacing: 0;
  line-height: 1.5em;
}

/* -------------------------
 TH - Gray Nomal
 ------------------------- */
table.th_gray_nomal {
  border-bottom: solid 1px #454445;
  border-left: solid 1px #454445;
}

table.th_gray_nomal tr:nth-of-type(1) {
  border-top: solid 1px #454445;
}

table.th_gray_nomal th {
  background: #454445;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-top: solid 1px #fff;
  vertical-align: middle;
}

table.th_gray_nomal td {
  color: #454445;
  border-right: solid 1px #454445;
  border-left: solid 1px #454445;
  border-top: solid 1px #454445;
  vertical-align: middle;
}

table.th_gray_nomal tr:nth-of-type(1) th:nth-of-type(1) {
  border-top: solid 1px #454445;
}

/* -------------------------
 TH - Gray
 ------------------------- */
table.th_gray {
  border-bottom: solid 1px #454445;
  border-left: solid 1px #454445;
}

table.th_gray th {
  background: #454445;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-top: solid 1px #454445;
  border-right: solid 1px #fff;
  vertical-align: middle;
}

table.th_gray tr th:nth-last-of-type(1) {
  border-right: solid 1px #454445;
}

table.th_gray th.sub {
  background: #fff;
  color: #454445;
  text-align: center;
  border-top: solid 1px #454445;
  border-right: solid 1px #454445;
}

table.th_gray td {
  border-top: solid 1px #454445;
  border-right: solid 1px #454445;
  vertical-align: middle;
}

table.th_gray .sp_th_sub {
  display: none;
}

.table_complex .link_col {
  border-bottom: solid 1px #fff;
}

table.th_gray .link_row {
  display: none;
}

/* -------------------------
 Table sorter
 ------------------------- */
.table_sorter th.header {
  background-image: url(images/img_common/icon_sorter_asc_desc.gif);
  background-repeat: no-repeat;
  background-position: center right 10px;
  cursor: pointer;
  background-size: 8px;
  vertical-align: middle;
}

.table_sorter th.headerSortDown {
  background-image: url(images/img_common/icon_sorter_asc.gif);
}

.table_sorter th.headerSortUp {
  background-image: url(images/img_common/icon_sorter_desc.gif);
}

/* ===================================================
 Title
 =================================================== */
/* -------------------------
 Title - Center
 ------------------------- */
.tit_center {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #353435;
  font-size: 2.3em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}

.tit_center .en {
  color: #8a9a9b;
  display: block;
  font-size: 0.35em;
  margin-top: 15px;
  line-height: 1em;
}

.tit_center.middle {
  font-size: 1.5em;
  margin-bottom: 40px;
}

/* -------------------------
 Title - Left
 ------------------------- */
.tit_left {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  color: #353435;
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.tit_left .small {
  font-size: 0.8em;
}

/* -------------------------
 Title - Circle
 ------------------------- */
.tit_circle {
  position: relative;
  height: 100px;
  margin-bottom: 40px;
}

.tit_circle:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b6bcc0;
  position: absolute;
  top: 50%;
  left: 0;
}

.tit_circle img {
  width: 100px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
/* 20231016 title_circle retouch */
.tit_circle.circle_headline {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
}

.tit_circle.circle_headline .tit_circle_ttl {
  position: absolute;
  z-index: 100;
  bottom: 20px;
}

/* ===================================================
 Box column
 =================================================== */
.box_column {
  text-align: center;
}

.box_column .box {
  display: inline-block;
  vertical-align: top;
}

/* Column 6 */
.box_column_6 .box {
  width: 160px;
  margin-right: 20px;
}

.box_column_6 .box:nth-last-of-type(1) {
  margin-right: 0;
}

/* ===================================================
 Common Style
 =================================================== */
.pc {
  display: block;
}

.sp {
  display: none;
}

.weapper {
  /*position: relative;*/
}

main {
  min-width: 1220px;
  width: 100%;
}

.row {
  width: 1100px;
  margin: 0 auto;
}

.content {
  padding: 15px 0 90px;
  margin-top: 100px;
}

@media (-ms-high-contrast: none) {

  /* IE11 */
  *::-ms-backdrop,
  .content {
    padding: 240px 0 90px;
    margin-top: -100px;
  }
}

_:-ms-lang(x),
_::-webkit-meter-bar,
.content {
  /* IE Edge */
  padding: 240px 0 90px;
  margin-top: -100px;
}

.block {
  display: block;
}

.pc_block {
  display: block;
}

.photo img {
  display: block;
}

.img_responsive {
  width: 1100px;
  margin: 0 auto;
}

.img_responsive img {
  display: block;
}

/* ===================================================
 Header
 =================================================== */
header {
  width: 100%;
  min-width: 1220px;
  background: #454545;
  z-index: 99999;
  /*position: relative;*/
}

header nav {
  width: 100%;
  background: #454545;
}

#logo {
  height: 70px;
  margin-left: 10px;
  float: left;
}

#logo a,
#logo a img {
  display: block;
}

#logo a {
  width: 74px;
  padding-top: 15px;
}

/*  nav {
 transition: .3s;
 }
 */
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/*  .is-hide {
 transform: translateY(-100%);
 }*/
.displayNone {
  display: none;
}

/* ===================================================
 Grobal Navigation
 =================================================== */
.topBox {
  width: 1220px;
  height: 70px;
  margin: 0 auto;
}

#gnavi {
  display: block;
  box-sizing: border-box;
  background: #454545;
  float: right;
}

#gnavi ul {
  background-image: url(images/img_common/gnavi_pc.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 1100px;
  display: block;
  float: left;
}

#gnavi li {
  float: left;
}

#gnavi li a {
  height: 70px;
  display: block;
  background-image: url(images/img_common/gnavi_pc.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  overflow: hidden;
}

#gnavi li#g_stay a {
  width: 92px;
  background-position: 0 0;
}

#gnavi li#g_meal a {
  width: 92px;
  background-position: -92px 0;
}

#gnavi li#g_meeting a {
  width: 94px;
  background-position: -184px 0;
}

#gnavi li#g_banquet a {
  width: 90px;
  background-position: -278px 0;
}

#gnavi li#g_theater a {
  width: 86px;
  background-position: -368px 0;
}

#gnavi li#g_wedding a {
  width: 86px;
  background-position: -454px 0;
}

#gnavi li#g_fitness a {
  width: 123px;
  background-position: -540px 0;
}

#gnavi li#g_este a {
  width: 101px;
  background-position: -663px 0;
  margin-right: 48px;
}

#gnavi li#g_access a {
  width: 68px;
  background-position: -812px 0;
}

#gnavi li#g_floor a {
  width: 119px;
  background-position: -880px 0;
}

#gnavi li#g_contact a {
  width: 100px;
  background-position: -1000px 0;
}

#gnavi li a:hover {
  cursor: pointer;
}

#gnavi li#g_stay a:hover {
  background-position: 0 -70px;
}

#gnavi li#g_meal a:hover {
  background-position: -92px -70px;
}

#gnavi li#g_meeting a:hover {
  background-position: -184px -70px;
}

#gnavi li#g_banquet a:hover {
  background-position: -278px -70px;
}

#gnavi li#g_theater a:hover {
  background-position: -368px -70px;
}

#gnavi li#g_wedding a:hover {
  background-position: -454px -70px;
}

#gnavi li#g_fitness a:hover {
  background-position: -540px -70px;
}

#gnavi li#g_este a:hover {
  background-position: -663px -70px;
}

#gnavi li#g_access a:hover {
  background-position: -812px -70px;
}

#gnavi li#g_floor a:hover {
  background-position: -880px -70px;
}

#gnavi li#g_contact a:hover {
  background-position: -1000px -70px;
}

/* ===================================================
 Local Navigation
 =================================================== */
.lnaviBox {
  width: 100%;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

#lnavi {
  width: 1220px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  background: #454545;
}

#lnavi ul {
  text-align: center;
  padding: 10px 0;
  display: block;
}

#lnavi li {
  display: inline-block;
  line-height: 1em;
  padding: 0 10px;
  border-right: solid 1px #979697;
}

#lnavi li:nth-last-of-type(1) {
  border-right: none;
}

#lnavi li a {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 0.8em;
}

#lnavi li a:hover,
#lnavi li a.pageOn {
  text-decoration: none;
  color: #454545;
  background: #fff;
  border-radius: 4px;
  /* CSS3 */
  -webkit-border-radius: 4px;
  /* Safari,Chrome */
  -moz-border-radius: 4px;
  /* Firefox */
}

/* ===================================================
 Main
 =================================================== */
/* -------------------------
 Main Visual
 ------------------------- */
.mainVisual {
  position: relative;
  min-height: 460px;
  min-width: 1220px;
}

.mainVisual .photo {
  position: absolute;
  display: block;
  min-height: 460px;
  min-width: 1220px;
  width: 100%;
  margin: 0 auto;
  background-image: url(images/stay/img_main.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mainVisual .row {
  /*position: absolute;*/
  /*width: 1220px;*/
  /*left: 50%;*/
  /*margin-left: -610px;*/
  width: 100%;
}

.mainVisual .recommendBox {
  width: 380px;
  height: 460px;
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  position: relative;
  padding-top: 100px;
}

.mainVisual .recommendBox .boxIn {
  width: 240px;
  /*position: absolute;
   left: 70px;
   top: 50%;*/
  margin: 0 auto;
}

.mainVisual .recommendBox h1,
.mainVisual .recommendBox .hero-ttl {
  color: #c49532;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  font-size: 2.6em;
  line-height: 1em;
  margin-bottom: 30px;
}

.mainVisual .recommendBox h1 .en,
.mainVisual .recommendBox .hero-ttl .en {
  margin-top: 10px;
  font-size: 0.3em;
  letter-spacing: 0.3em;
  line-height: 1em;
  display: block;
}

.mainVisual .recommendBox .wedding h1,
.mainVisual .recommendBox .wedding .hero-ttl {
  color: #c49532;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  font-size: 2.6em;
  line-height: 75%;
  margin-bottom: 30px;
}

.mainVisual .recommendBox .recommend {
  color: #fff;
}

.mainVisual .recommendBox .recommend:before {
  content: "";
  display: block;
  width: 40px;
  border-top: solid 1px #fff;
  height: 1px;
  margin-bottom: 30px;
}

.mainVisual .recommendBox .recommend .title {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  margin-bottom: 14px;
}

.mainVisual .recommendBox .recommend .text {
  font-size: 0.9em;
}

/* -------------------------
 Page Title - Sub Page
 ------------------------- */
#tit_subPage {
  color: #2c3e50;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  font-size: 2.6em;
  line-height: 1em;
  /*margin-bottom: 80px;*/
  padding-top: 80px;
}

#tit_subPage .en {
  margin-top: 20px;
  font-size: 0.3em;
  line-height: 1em;
  letter-spacing: 0.3em;
  display: block;
}

#tit_subPage .comment {
  font-size: 18px;
}

/* -------------------------
 Booking Box
 ------------------------- */
.bookingBox {
  background: #454545;
  min-width: 1220px;
  padding: 20px 0 10px;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
}

.bookingBox .tit_booking,
.bookingBox .otherMenu a {
  color: #fff;
}

.bookingBox .tit_booking {
  float: left;
  font-size: 1.4em;
  margin-top: 20px;
}

.bookingBox .whiteArea {
  width: 940px;
  float: right;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 10px 30px;
}

.bookingBox .whiteArea dl {
  float: left;
  margin-right: 20px;
}

.bookingBox dt {
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px;
  font-size: 0.9em;
  line-height: 1em;
}

.bookingBox dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 20%;
  left: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  background: #b5392b;
}

.bookingBox dd span {
  font-size: 0.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  margin-left: 0.5em;
}

.bookingBox .btn_reseach {
  width: 160px;
  float: right;
}

.bookingBox .btn_reseach:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  /* Firefox */
}

.bookingBox .otherMenu {
  clear: both;
  margin-left: 160px;
}

.bookingBox .otherMenu li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 15px;
  font-size: 0.8em;
}

.bookingBox .otherMenu li a {
  display: block;
}

.bookingBox .otherMenu li a:hover {
  color: #c49532;
  text-decoration: none;
}

.bookingBox .otherMenu li:before {
  content: "";
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  left: 0;
}

.bookingBox .otherMenu li:hover:before {
  border-top: #c49532 2px solid;
  border-right: #c49532 2px solid;
}

/* -------------------------
 Scene
 ------------------------- */
#scene {
  background: #f7f3e8;
  padding: 30px 0 20px;
  min-width: 1220px;
}

#scene ul {
  text-align: center;
}

#scene li {
  display: inline-block;
  width: 100px;
  margin-bottom: 20px;
}

#scene li img {
  display: block;
}

#scene .mgNone li {
  margin-bottom: 0;
}

/* -------------------------
 Pickup
 ------------------------- */
#pickupInformation .pickupBox {
  width: 340px;
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}

#pickupInformation .pickupBox a {
  display: block;
  color: #1a1a1a;
}

#pickupInformation .pickupBox a:hover {
  text-decoration: none;
}

#pickupInformation div.pickupBox:nth-of-type(3n) {
  margin-right: 0;
}

#pickupInformation div.pickupBox:nth-of-type(3n):after {
  content: "";
  display: block;
  clear: both;
}

#pickupInformation .pickupBox .photo {
  margin-bottom: 10px;
}

#pickupInformation .pickupBox .tit_main {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  text-align: center;
  margin: 20px 0 10px;
  line-height: 1.5em;
}

#pickupInformation .pickupBox .tit_main .tit_sub {
  display: block;
  font-size: 0.7em;
}

#pickupInformation .pickupBox .text {
  font-size: 0.9em;
  padding: 0 20px;
}

/* Pickup 2line ver
 ------------------------- */
#pickupInformation .tow_line {
  width: 100%;
  max-width: 720px;
  margin: auto;
  padding: 0;
}


/* Pickup 4line ver
 ------------------------- */
#pickupInformation.pickup_top .pickupBox {
  width: calc(100%/4 - 40px);
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}

#pickupInformation.pickup_top div.pickupBox:nth-of-type(4n) {
  margin-right: 40px;
}

#pickupInformation.pickup_top div.pickupBox:nth-of-type(4n):after {
  content: "";
  display: block;
  clear: both;
}

#pickupInformation.pickup_top div.pickupBox:nth-of-type(3n) {
  margin-right: 40px;
}

/*
#pickupInformation.pickup_top div.pickupBox:nth-of-type(3n):after {
  content: "";
  display: block;
  clear: both;
}
*/

@media screen and (max-width: 480px) {
  #pickupInformation.pickup_top .pickupBox {
    width: 100%;
    margin: 0 auto 30px;
  }
}



/* -------------------------
 Pickup - Red Icon
 ------------------------- */
.redIcon {
  width: 750px;
  margin: 0 auto 70px;
}

.redIcon .icon {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  color: #b3392b;
  width: 200px;
  font-size: 1.5em;
  text-align: center;
  float: left;
}

.redIcon .icon img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 10px;
}

.redIcon .tit_redIcon,
.redIcon .txt {
  float: right;
  width: 480px;
}

.redIcon .tit_redIcon {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 20px;
}

/* -------------------------
 Scene Box
 ------------------------- */
.sceneBox {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
}

.sceneBox .box_column {
  margin-bottom: 20px;
}

.sceneBox .box {
  margin-bottom: 60px;
}

.sceneBox .box a {
  color: #1a1a1a;
}

.sceneBox .box a:hover {
  text-decoration: none;
}

.sceneBox .box .photo {
  margin-bottom: 10px;
}

.sceneBox .box .tit_scene {
  font-size: 1.1em;
  margin: 5px 0;
}

.sceneBox .box .txt_navy {
  font-size: 0.7em;
  line-height: 1.5em;
  display: block;
  margin: 2px 0;
}

.sceneBox .box .frame_navy {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1em;
  padding: 3px;
  text-align: center;
}

.sceneBox .box .btnArea {
  display: block;
  clear: both;
  margin-top: 10px;
}

.sceneBox .box .btn_gray {
  margin-bottom: 8px;
  width: 76px;
  float: left;
}

.sceneBox .box .btn_gray:nth-of-type(2n) {
  float: right;
}

.sceneBox .box .btn_gray.btn_twice {
  width: 100%;
  clear: both;
}

.sceneBox .box .btn_gray a {
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
}

/* -------------------------
 FAQ Box
 ------------------------- */
#faqBox {
  padding-bottom: 100px;
}

#faqBox article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b6bcc0;
}

/* FAQ Title */
#faqBox article h2 {
  font-size: 1.4em;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  padding-bottom: 25px;
}

#faqBox article h2:before {
  content: "Q.";
  font-size: 1.2em;
  margin-right: 10px;
}

/* Answer Text */
#faqBox article div {
  background: #f7f3e8;
  padding: 20px 30px;
}

#faqBox article div p {
  margin-left: 30px;
}

#faqBox article div p:before {
  content: "A.";
  font-size: 1.4em;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  text-indent: -30px;
  display: inline-block;
}

/* Link */
#faqBox article a {
  text-decoration: underline;
}

#faqBox article a:hover {
  text-decoration: none;
}

/* -------------------------
 Color Box
 ------------------------- */
.colorBox_area .colorBox {
  width: 540px;
  margin-bottom: 0;
  float: left;
}

.colorBox_area .colorBox:nth-of-type(2n) {
  float: right;
}

/* Link */
.colorBox_area .colorBox a:hover {
  text-decoration: none;
}

/* Color */
.colorBox .color {
  color: #fff;
  box-sizing: border-box;
  height: 340px;
  width: 100%;
  margin-bottom: 25px;
}

.color.purple {
  background: #867ba9;
}

.color.ocher {
  background: #c89932;
}

.color.pink {
  background: #ee827c;
}

.color.orange {
  background: #cb5e3c;
}

/* colorBox Title */
.colorBox .tit_colorBox {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 30px;
  line-height: 1.5em;
  padding-top: 60px;
}

.colorBox .tit_colorBox.line_2 {
  padding-top: 40px;
}

.colorBox .tit_colorBox img {
  display: block;
}

.colorBox .tit_colorBox img.icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
}

/* ColorBox Sub Title */
.colorBox .color .border_top_bottom_white {
  text-align: center;
  width: 240px;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 0.9em;
  line-height: 1em;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
}

/* ColorBox Text */
.colorBox .text {
  padding: 0 50px;
  font-size: 0.9em;
}

/* -------------------------
 Tel Box
 ------------------------- */
.telBox {
  margin: 40px 0;
}

.telBox .text {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.5em;
}

.telBox .phoneNumber {
  width: 400px;
  margin: 40px auto;
}

.telBox .phoneNumber img {
  display: block;
}

/* -------------------------
 List Box
 ------------------------- */
.listBox {
  width: 500px;
  margin-bottom: 70px;
  display: block;
}

.listBox .tit_center {
  font-size: 1.6em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #b6bcc0;
}

.listBox .tit_center .en {
  margin-top: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.listBox .helf {
  width: 50%;
  float: left;
}

.listBox .text {
  margin-bottom: 30px;
}

.listBox small {
  display: block;
  font-size: 0.8em;
  line-height: 1.4em;
}

/* ===================================================
 Helf Photo
 =================================================== */
.helfphoto {
  width: 1100px;
  margin: 0 auto 60px;
  padding-bottom: 60px;
}

.helfphoto .textBox {
  width: 320px;
}

.helfphoto .photo,
.helfphoto .photo img {
  width: 640px;
  height: 500px;
}

.helfphoto .tit_left {
  font-size: 2em;
  margin-bottom: 20px;
}

.helfphoto .tit_left .small {
  font-size: 0.4em;
  line-height: 1.5em;
  display: block;
}

.helfphoto .text {
  margin-bottom: 20px;
}

.helfphoto table {
  margin-bottom: 10px;
  width: 100%;
}

.helfphoto .small {
  font-size: 0.8em;
  line-height: 1.5em;
}

.helfphoto .btnArea {
  margin-bottom: 20px;
}

.helfphoto .btnArea .btn_gray {
  margin-bottom: 8px;
  width: 49%;
  float: left;
}

.helfphoto .btnArea .btn_gray:nth-of-type(2n) {
  float: right;
}

.helfphoto .btnArea .btn_gray.btn_twice {
  width: 100%;
  clear: both;
}

.helfphoto .btnArea .btn_gray a {
  font-size: 0.8em;
  line-height: 1.5em;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
}

/* Photo Square */
.helfphoto.photoSquare .textBox {
  width: 600px;
}

.helfphoto.photoSquare .photo,
.helfphoto.photoSquare .photo img {
  width: 400px;
  height: 400px;
}

/* ===================================================
 RoomBox
 =================================================== */
.roomBox {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}

.roomBox .tit_left {
  font-size: 1.9em;
  line-height: 1.5em;
}

.roomBox .tit_left .small {
  display: block;
  font-size: 0.5em;
  line-height: 1.5em;
}

.roomBox .photo {
  float: right;
  width: 640px;
  height: 500px;
}

.roomBox .textBox {
  float: left;
  width: 400px;
}

.roomBox .textBox .txt {
  margin-bottom: 10px;
}

.roomBox .textBox .informationBox {
  margin-bottom: 5px;
}

.roomBox .textBox dl.line_gray_nomal {
  padding: 10px 20px 0 20px;
}

.roomBox .textBox dl.line_gray_nomal dt {
  width: 30%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.roomBox .textBox dl.line_gray_nomal dd {
  width: 70%;
  margin-bottom: 10px;
}

.roomBox .textBox small {
  font-size: 0.8em;
  line-height: 1.5em;
}

.roomBox .btnArea {
  background: #f7f3e8;
  padding: 15px 20px 10px 20px;
  box-sizing: border-box;
  margin: 15px 0;
}

.roomBox .btnArea .icon_person {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.roomBox .btnArea .btnBox {
  margin-bottom: 5px;
}

.roomBox:after {
  content: "";
  display: block;
  clear: both;
}

/* -------------------------
 Button - Navi
 ------------------------- */
.roomBox .btnArea .btn_navy {
  width: 100%;
}

.roomBox .btnArea .btn_navy li {
  width: 175px;
  float: left;
  margin-bottom: 5px;
}

.roomBox .btnArea .btn_navy li:nth-of-type(2n) {
  float: right;
}

.roomBox .btnArea .btn_navy:after {
  content: "";
  display: block;
  clear: both;
}

.roomBox .btnArea .btn_navy a {
  padding: 5px;
  box-sizing: border-box;
  font-size: 0.8em;
  display: block;
}

.roomBox .btnArea .btn_navy a:after {
  background: url(images/img_common/icon_blank_white.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  width: 6px;
  height: 6px;
  border-top: none;
  border-right: none;
  transform: rotate(0);
  position: absolute;
  top: 45%;
  right: 15px;
}

/* ===================================================
 Contact Box
 =================================================== */
.contactBox {
  background: #f7f3e8;
  padding: 50px 0;
}

.contactBox .whiteArea {
  width: 1100px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
}

.contactBox .whiteArea .row {
  width: 760px;
  margin: 0 auto;
}

.contactBox .tit_center {
  font-size: 1.6em;
  margin-bottom: 60px;
}

.contactBox .tit_center .en {
  color: #353435;
  font-size: 0.5em;
}

.contactBox .phoneNumber {
  width: 400px;
  float: left;
}

.contactBox .btn_contact {
  box-sizing: border-box;
  border-left: solid 1px #ccc;
  padding: 8px 0 7px 50px;
  float: right;
}

.contactBox .btn_contact a {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  display: block;
  width: 246px;
  border: solid 1px #353435;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  display: block;
  color: #353435;
}

.contactBox .btn_contact a:after {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-top: #353435 2px solid;
  border-right: #353435 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 10px;
}

.contactBox .btn_contact a:hover {
  border: solid 1px #c49532;
  background: #c49532;
  color: #fff;
  text-decoration: none;
}

.contactBox .btn_contact a:hover:after {
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
}

/* ===================================================
 Footer
 =================================================== */
footer {
  background: #454545;
  color: #fff;
  min-width: 1220px;
}

/* -------------------------
 Footer Information
 ------------------------- */
#footerInformation {
  text-align: center;
  padding: 50px 0;
}

#footerInformation .hotelName {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  margin-bottom: 30px;
}

#footerInformation address {
  font-size: 0.9em;
  font-style: normal;
  margin-bottom: 10px;
}

#footerInformation .tel {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  font-size: 3.5em;
  line-height: 1em;
}

#footerInformation .tel img {
  display: inline-block;
  margin-right: 20px;
}

/* -------------------------
 Footer Contact
 ------------------------- */
#footerContact {
  padding-bottom: 50px;
}

#footerContact .contactList {
  text-align: center;
  padding: 0 30px 0 30px;
  margin: auto;
  width: 100%;
  height: 54px;
  overflow: hidden;
  float: left;
}

#footerContact .contactList li {
  width: 100%;
  display: block;
  float: left;
}

#footerContact .contactList li a {
  background: #fff;
  color: #454545;
  position: relative;
  line-height: 1em;
  padding: 20px 15px;
  text-align: center;
  display: block;
  font-size: 0.9em;
  box-sizing: border-box;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
}

#footerContact .contactList li:nth-of-type(2) a {
  letter-spacing: 0;
  padding: 20px 15px 20px 0;
}

#footerContact .contactList li a:after {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-top: #454545 2px solid;
  border-right: #454545 2px solid;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 10px;
}

#footerContact .contactList li a:hover {
  text-decoration: none;
  background: #c49532;
  color: #fff;
}

#footerContact .contactList li a:hover:after {
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
}

/* SNS */
#footerContact .snsList {
  height: 54px;
  padding-left: 20px;
  float: right;
}

#footerContact .snsList li {
  display: block;
  float: left;
}

#footerContact .snsList li a {
  display: block;
  /*	margin-top: 10px;*/
}

#footerContact .snsList_fb {
  margin-right: 30px;
}

/* -------------------------
 Footer Navigation
 ------------------------- */
#fnavi .fnavi-inner {
  border-top: solid 1px #979697;
  border-bottom: solid 1px #979697;
  padding: 0px 0 40px;
}

#fnavi .fnavi-inner iframe {
  margin: 10px auto 60px auto;
}

#fnavi .fnaviBox {
  width: 220px;
  float: left;
}

#fnavi a {
  color: #fff;
  display: block;
}

#fnavi a:hover {
  text-decoration: none;
  color: #c49532;
}

@media screen and (max-width: 767px) {
  #fnavi .fnavi-inner {
    padding: 0;
  }
  #fnavi .fnavi-inner iframe {
    margin: 10px auto 20px auto;
  }
  #fnavi .fnavi-inner .row {
    width: 94%;
  } 
  #fnavi .fnavi-inner .fnaviBox {
    width: 46%;
    margin: 0 2%;
  }
}

/* List */
#fnavi ul {
  margin-bottom: 30px;
}

#fnavi .fnaviBox li {
  font-size: 0.8em;
  line-height: 1em;
  height: 1em;
  margin-bottom: 10px;
  position: relative;
}

#fnavi .fnaviBox li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 18px;
  border-top: #fff 1px solid;
  width: 5px;
}

#fnavi .fnaviBox li:hover:before {
  border-top: #c49532 1px solid;
}

#fnavi .fnaviBox li a {
  padding-left: 30px;
}

/* List - Arrow */
#fnavi .fnaviBox li.fnavi_arrow {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 15px;
}

#fnavi .fnaviBox li.fnavi_arrow:before {
  width: 0.2em;
  height: 0.2em;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
  top: 40%;
  left: 0;
}

#fnavi .fnaviBox li.fnavi_arrow:hover:before {
  border-top: #c49532 2px solid;
  border-right: #c49532 2px solid;
}

#fnavi .fnaviBox li.fnavi_arrow a {
  padding-left: 15px;
}

/* Other Menu */
#fnavi .fnaviBox #f_other_main {
  border-bottom: solid 1px #979697;
  width: 160px;
}

#fnavi .fnaviBox #f_other_main li.fnavi_arrow {
  margin-bottom: 30px;
}

#fnavi .fnaviBox #f_other_sub li a {
  padding-left: 15px;
}

#fnavi .fnaviBox #f_other_sub li:before {
  left: 0;
}
@media screen and (max-width: 767px) {
  #fnavi .fnaviBox #f_other_sub,
  #fnavi .fnaviBox #f_other_main {
    display: none;
  }
}
/* -------------------------
 Page Top
 ------------------------- */
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 3;
}

/* -------------------------
 Page Top
 ------------------------- */
#sidesns {
  position: fixed;
  bottom: 120px;
  right: -1px;
}

#sidesns ul {
  text-align: right;
}

#sidesns li {
  margin-bottom: 10px;
}

/* 20200409 右下固定コロナお知らせ
 ------------------------------------------------- */
#notice_link {
  position: fixed;
  top: 140px;
  left: 1%;
  z-index: 2;
}

#notice_link.top_wedding {
  top: 100px;
}

#notice_link a {
  background-color: #fff;
  padding: 10px 20px 10px 45px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}

#notice_link a:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 10px;
  background: url(images/img_common/btn_sidenotice.png);
  background-size: 95%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 480px) {
  #notice_link {
    position: fixed;
    width: 100%;
    top: 95px !important;
    left: 0;
  }

  #notice_link.top_wedding {
    top: 51px !important;
  }

  #notice_link a {
    width: 100%;
    display: block;
  }

  main {
    padding-top: 20px;
  }
}

/* -------------------------
 Copyright
 ------------------------- */
#copyRight {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 0.6em;
}

/* ===========================================================================
 SMART PHONE
 =========================================================================== */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    overflow-x: hidden;
  }

  main {
    min-width: 100%;
    /* ===================================================
     Text
     =================================================== */
  }

  span.reference {
    font-size: 0.9em;
    vertical-align: 0.3em;
    /* ===================================================
     Frame
     =================================================== */
    /* -------------------------
     Frame - White
     ------------------------- */
  }

  .frame_white {
    border-top: solid 1px #fff;
  }

  .frame_white li {
    display: block;
    float: left;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    box-sizing: border-box;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  }

  .frame_white li a {
    padding: 15px 0;
    /* 2列の場合 */
    /*
     .frame_white li:nth-of-type(2n) {	border-right: none;}
     */
    /* 3列の場合 */
    /*
     .frame_white li:nth-of-type(3n) {	border-right: none;}
     */
  }

  .frame_white:after {
    content: "";
    display: block;
    clear: both;
    /* ===================================================
     Button
     =================================================== */
    /* -------------------------
     Button - Gray
     ------------------------- */
  }

  .btn_gray a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 5px;
    /* CSS3 */
    -webkit-border-radius: 5px;
    /* Safari,Chrome */
    -moz-border-radius: 5px;
    /* Firefox */
  }

  .btn_gray.phoneNumber {
    width: 100%;
    margin: 20px auto;
  }

  .btn_gray.phoneNumber a {
    font-size: 1.3em;
    padding: 15px 0;
  }

  .btn_gray.phoneNumber img {
    width: 20px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    /* -------------------------
     Button - Red
     ------------------------- */
  }

  .btn_red_w_1 a {
    width: 100%;
    font-size: 0.9em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 5px;
    /* CSS3 */
    -webkit-border-radius: 5px;
    /* Safari,Chrome */
    -moz-border-radius: 5px;
    /* Firefox */
    padding: 0;
    margin-top: 120px;
  }

  .btn_red_w a {
    width: 100%;
    font-size: 0.9em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 5px;
    /* CSS3 */
    -webkit-border-radius: 5px;
    /* Safari,Chrome */
    -moz-border-radius: 5px;
    /* Firefox */
    padding: 0;
    margin-top: 10px;
  }

  .btn_red_p {
    text-align: center;
  }

  .btn_red_p a {
    background: #b7392b;
    display: inline-block;
    color: #fff;
    font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
    width: 95%;
    position: relative;
    border-radius: 5px;
  }

  .btn_red_p a:hover {
    background: rgba(228, 167, 157, 0.7);
    text-decoration: none;
  }

  .btn_red_p a:after {
    content: "";
    display: block;
    width: 0.2em;
    height: 0.2em;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 15px;
    /* -------------------------
     Button - Blue
     ------------------------- */
  }

  .btn_blue a {
    width: 92%;
    font-size: 0.9em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 5px;
    /* CSS3 */
    -webkit-border-radius: 5px;
    /* Safari,Chrome */
    -moz-border-radius: 5px;
    /* Firefox */
    padding: 15px 4%;
    /* -------------------------
     Button - blank
     ------------------------- */
  }

  .btn_blank a {
    width: 92%;
    font-size: 0.9em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 5px;
    /* CSS3 */
    -webkit-border-radius: 5px;
    /* Safari,Chrome */
    -moz-border-radius: 5px;
    /* Firefox */
    padding: 15px 4%;
    /* ===================================================
     DL
     =================================================== */
    /* -------------------------
     DL - dot _ Gray
     ------------------------- */
  }

  dl.dot_gray dt {
    width: 100%;
    float: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    background: #454445;
    font-size: 1em;
    padding: 10px 4%;
    margin-bottom: 10px;
  }

  dl.dot_gray dd {
    width: 100%;
    /*width : -webkit-calc(100% - 160px);
     width : calc(100% - 160px);*/
    padding: 0 0 20px;
    background: none;
    /* -------------------------
     DL - Line _ Gray
     ------------------------- */
  }

  dl.line_gray {
    width: 100%;
    padding: 20px;
  }

  dl.line_gray dt {
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    float: none;
    position: relative;
    padding-left: 1em;
    padding-bottom: 10px;
    border-bottom: none;
  }

  dl.line_gray dt:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 75%;
    background: #222;
    position: absolute;
    top: 0;
    left: 0;
  }

  dl.line_gray dd {
    width: 100%;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }

  dl.line_gray dd:nth-last-of-type(1) {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
    /* -------------------------
     DL - Line _ Gray_ Nomal
     ------------------------- */
  }

  dl.line_gray_nomal {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  dl.line_gray_nomal dt,
  dl.line_gray_nomal dd {
    box-sizing: border-box;
    vertical-align: middle;
  }

  dl.line_gray_nomal dt {
    width: 30%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: left;
    clear: both;
  }

  dl.line_gray_nomal dd {
    width: 70%;
    margin-bottom: 10px;
    padding: 0;
  }

  dl.line_gray_nomal dd:nth-last-of-type(1) {
    border-bottom: none;
    margin-bottom: 0;
    /* ===================================================
     Table
     =================================================== */
  }

  table.th_gray_nomal th .btn_gray a,
  table.th_gray_nomal td .btn_gray a,
  table.th_gray th .btn_gray a,
  table.th_gray td .btn_gray a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 15px;
    /* -------------------------
     TH - Gray Nomal
     ------------------------- */
  }

  table.th_gray_nomal {
    width: 100%;
    /* -------------------------
     TH - Gray
     ------------------------- */
  }

  table.th_gray {
    width: 100%;
  }

  table.th_gray th,
  table.th_gray td {
    padding: 10px;
    display: block;
    width: 100%;
  }

  table.th_gray thead {
    display: none;
  }

  table.th_gray tr {
    background: #454445;
  }

  table.th_gray th {
    background: #454445;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-top: none;
    border-right: none;
    border-left: none;
  }

  table.th_gray th.sub {
    display: block;
    width: 100%;
    background: #454445;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-top: none;
    border-right: none;
    border-left: none;
  }

  table.th_gray .sp_th_sub {
    display: block;
    vertical-align: middle;
    width: 25%;
    height: 100%;
    float: left;
    background: #454445;
    color: #fff;
    border-top: solid 1px #fff;
    clear: both;
  }

  table.th_gray td {
    background: #fff;
    display: block;
    width: 75%;
    float: right;
    border-left: none;
  }

  table.th_gray .link_row {
    float: left;
    width: 25%;
    display: block;
    clear: both;
    border-top: solid 1px #fff;
  }

  table.th_gray .link_row:before {
    content: "";
    display: block;
    clear: both;
  }

  table.th_gray th.lightGray+td {
    width: 50%;
  }

  table.th_gray .sp_th_sub.lightGray {
    background: #808080;
    clear: none;
  }

  table.th_gray .sp_th_sub.lightGray_first {
    border-top: solid 1px #454445;
  }

  table.th_gray tr th:nth-last-of-type(1) {
    border-right: none;
  }

  table.th_gray tr .sp_th_sub:nth-of-type(1) {
    border-top: solid 1px #454445;
  }

  table.th_gray tr .sub {
    border-top: solid 1px #fff;
  }

  table.th_gray tr .sub+.sp_th_sub+td {
    border-top: solid 1px #fff;
    /* ===================================================
     Title
     =================================================== */
    /* -------------------------
     Title -page
     ------------------------- */
  }

  /* -------------------------
   Title -center
   ------------------------- */
  .tit_center {
    font-size: 1.5em;
    margin-bottom: 50px;
  }

  .tit_center .en {
    margin-top: 10px;
  }

  .tit_center.middle {
    font-size: 1.3em;
    margin-bottom: 20px;
  }

  .tit_center.sp_left {
    text-align: left;
    /* -------------------------
     Title - Left
     ------------------------- */
  }

  .tit_left {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 20px;
  }

  .tit_left .small {
    font-size: 0.6em;
  }

  .tit_left.sp_center {
    text-align: center;
    /* ===================================================
     Box column
     =================================================== */
  }

  .box_column {
    text-align: center;
  }

  .box_column .box {
    display: inline-block;
    /* Column 6 */
  }

  .box_column_6 .box {
    width: 46%;
    margin-right: 4%;
  }

  .box_column_6 .box:nth-of-type(2n) {
    margin-right: 0;
    /* ===================================================
     Common Style
     =================================================== */
  }

  .row {
    width: 100%;
    margin: 0 auto;
  }

  .content {
    padding: 140px 0 70px;
    margin-top: -100px;
  }

  .btn_tel a:hover {
    text-decoration: none;
  }

  .pc_block {
    display: inline;
  }

  .sp_block {
    display: block;
  }

  .img_responsive {
    width: 100%;
  }

  .img_responsive img {
    width: 100%;
    height: auto;
    /* ===================================================
     Header
     =================================================== */
  }

  header {
    min-width: 100vw;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }

  header nav {
    overflow: hidden;
    box-sizing: border-box;
  }

  #logo {
    width: 70px;
    height: auto;
    float: none;
    margin-bottom: 10px;
    margin-left: 3%;
  }

  #logo a {
    width: 100%;
    padding-top: 8px;
    /* ===================================================
     Grobal Navigation
     =================================================== */
  }

  .topBox {
    width: 100vw;
    padding: 0;
    height: 50px;
    margin: 0;
    box-sizing: border-box;
  }

  #gnavi {
    width: 100vw;
    padding: 0;
    display: none;
    overflow: hidden;
    border-top: solid 1px #fff;
  }

  #btn_gnavi {
    width: 32px;
    height: auto;
    position: absolute;
    top: 9px;
    right: 3vw;
  }

  #gnavi ul {
    background-image: none;
    width: 100vw;
    float: none;
    box-sizing: border-box;
    background: #454545;
    top: 80px;
    visibility: visible;
  }

  #gnavi li {
    width: 50%;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    padding: 0;
    box-sizing: border-box;
  }

  #gnavi li:nth-of-type(2n) {
    border-right: none;
  }

  #gnavi li:nth-last-of-type(1),
  #gnavi li:nth-last-of-type(2) {
    border-bottom: none;
  }

  #gnavi li a {
    font-size: 0.9em;
    min-height: 43px;
    height: 100%;
    line-height: 1em;
    padding: 15px 3vw;
    display: block;
    background-image: none;
    text-indent: 0;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
  }

  #gnavi li#g_stay a,
  #gnavi li#g_meal a,
  #gnavi li#g_meeting a,
  #gnavi li#g_banquet a,
  #gnavi li#g_theater a,
  #gnavi li#g_wedding a,
  #gnavi li#g_fitness a,
  #gnavi li#g_access a,
  #gnavi li#g_floor a,
  #gnavi li#g_contact a {
    width: 100%;
  }

  #gnavi li a:hover {
    text-decoration: none;
    background: #7c7c7c;
  }

  #gnavi li a:active {
    background: #7c7c7c;
    /* ===================================================
     Local Navigation
     =================================================== */
  }

  .lnaviBox {
    width: 100%;
    height: 100%;
    min-height: 43px;
    box-sizing: border-box;
    border-bottom: none;
  }

  #lnavi {
    width: 100%;
    padding: 0;
    /*overflow: hidden;*/
    background: #454545;
    box-sizing: border-box;
    display: table;
  }

  #btn_lnavi,
  #lnavi .btn_tel {
    font-size: 0.9em;
    line-height: 1em;
    box-sizing: border-box;
    border-bottom: solid 1px #fff;
    /*height: 43px;*/
  }

  #btn_lnavi {
    width: 65%;
    /*height: 43px;*/
    float: left;
    background: #454545;
    color: #fff;
  }

  #btn_lnavi .icon_plus {
    margin-right: 0;
    margin-left: 3vw;
    margin-top: 1.2em;
  }

  #btn_lnavi .tit_lnavi {
    text-align: center;
    display: inline-block;
    line-height: 1.2em;
    float: right;
    padding: 15px 0;
    width: 80%;
    width: calc(100% - 20px - 3vw);
  }

  #lnavi .btn_tel {
    width: 35%;
    float: right;
    text-align: center;
  }

  #lnavi .btn_tel a {
    color: #454545;
    background: #f7f3e8;
    display: block;
    padding: 13px 0;
  }

  #lnavi .btn_tel a img {
    width: 1.5em;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
  }

  #lnavi ul {
    text-align: center;
    padding: 0;
    clear: both;
    background: #454545;
    display: none;
  }

  #lnavi li {
    display: block;
    line-height: 1.3em;
    border-right: none;
    padding: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 50%;
    /*min-height: 43px;*/
    box-sizing: border-box;
    float: left;
    font-size: 0.9em;
    /*#lnavi li:nth-last-of-type(1),
     #lnavi li:nth-last-of-type(2){
     border-bottom: none;
     }*/
  }

  #lnavi li:nth-last-of-type(2n-1) {
    border-right: solid 1px #fff;
  }

  #lnavi li:nth-of-type(2n) {
    border-right: none;
  }

  #lnavi li a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 15px 3vw;
    display: block;
    font-size: 1em;
    text-align: left;
    box-sizing: border-box;
    /*height: 43px;*/
  }

  #lnavi li a:hover,
  #lnavi li a.pageOn {
    text-decoration: none;
    color: #fff;
    background: #7c7c7c;
    border-radius: 0;
    /* CSS3 */
    -webkit-border-radius: 0;
    /* Safari,Chrome */
    -moz-border-radius: 0;
    /* Firefox */
  }

  #lnavi li a:active {
    background: #7c7c7c;
    /* ===================================================
     Main
     =================================================== */
    /* -------------------------
     Main Visual
     ------------------------- */
  }

  .mainVisual {
    min-height: 35vw;
    min-height: calc(35vw + 100px);
    height: 100%;
    min-width: 100%;
    position: relative;
  }

  .mainVisual .photo {
    min-height: 100%;
    height: 35vw;
    min-width: 100%;
    background-size: 100%;
    background-position: 0 100px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mainVisual .row {
    width: 100%;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mainVisual .recommendBox {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    padding-top: 0;
  }

  .mainVisual .recommendBox .boxIn {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    padding-bottom: 1px;
  }

  .mainVisual .recommendBox h1,
  .mainVisual .recommendBox .hero-ttl {
    color: #2c3e50;
    font-size: 1.5em;
    padding: 30px 0;
    text-align: center;
    background: #fff;
    margin-bottom: 35vw;
    margin-bottom: calc(35vw + 10px);
  }

  .mainVisual .recommendBox .wedding h1,
  .mainVisual .recommendBox .wedding .hero-ttl {
    color: #2c3e50;
    font-size: 1.5em;
    padding: 30px 0;
    text-align: center;
    background: #fff;
    margin-bottom: 35vw;
    margin-bottom: calc(35vw + 10px);
  }

  .mainVisual .recommendBox h1 .en,
  .mainVisual .recommendBox .hero-ttl .en {
    margin-top: 10px;
    font-size: 0.3em;
  }

  .mainVisual .recommendBox .recommend:before {
    content: none;
  }

  .mainVisual .recommendBox .recommend {
    display: block;
    width: 88%;
    padding: 10px;
    box-sizing: border-box;
    color: #353435;
    margin: 145px 6% 20px;
    background: rgba(255, 255, 255, 1);
  }

  .mainVisual .recommendBox .recommend .title {
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-size: 1.1em;
  }

  .mainVisual .recommendBox .recommend .text {
    line-height: 1.5em;
    font-size: 0.9em;
    /* -------------------------
     Page Title - Sub Page
     ------------------------- */
  }

  #tit_subPage {
    font-size: 1.5em;
    margin-bottom: 0;
    padding: 30px 0;
  }

  #tit_subPage .en {
    margin-top: 10px;
    font-size: 0.3em;
  }

  #tit_subPage span.comment {
    font-size: 12px;
    /* -------------------------
     Booking Box
     ------------------------- */
  }

  .bookingBox {
    width: 100%;
    min-width: auto;
    padding: 30px 0 20px;
  }

  .bookingBox .tit_booking {
    float: none;
    text-align: center;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .bookingBox .whiteArea {
    width: 100%;
    float: none;
    padding: 5%;
  }

  .bookingBox .whiteArea dl {
    float: none;
    margin-right: 0;
  }

  .bookingBox dt {
    font-size: 1em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .bookingBox dd {
    margin-bottom: 20px;
  }

  .bookingBox select {
    font-size: 16px;
  }

  .bookingBox .btn_reseach {
    margin: 0 auto;
    float: none;
  }

  .bookingBox .otherMenu {
    clear: both;
    margin-left: 0;
  }

  .bookingBox .otherMenu li {
    display: inline-block;
    margin-right: 5%;
    position: relative;
    padding-left: 0;
    margin-bottom: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .bookingBox .otherMenu li:before {
    content: "";
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    left: 0;
  }

  .bookingBox .otherMenu li a {
    padding-left: 15px;
    /* -------------------------
     Scene
     ------------------------- */
  }

  #scene {
    padding: 30px 0 0;
    min-width: auto;
  }

  #scene ul {
    width: 88vw;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }

  #scene li {
    display: inline-block;
    width: 29%;
    margin-right: 3%;
  }
  /* 20231016 meal retouch */
  #scene.mb_scenemenu {
    padding: 130px 0 0;
  }

  #scene ul#sceneList li:nth-of-type(3n) {
    margin-right: 0;
    /* -------------------------
     Pickup
     ------------------------- */
  }

  #pickupInformation .pickupBox {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }

  #pickupInformation .pickupBox a {
    display: block;
    color: #1a1a1a;
  }

  #pickupInformation .pickupBox a:hover {
    text-decoration: none;
  }

  #pickupInformation .pickupBox:nth-of-type(3) {
    margin-right: 0;
  }

  #pickupInformation .pickupBox .photo {
    display: block;
    margin-bottom: 10px;
  }

  #pickupInformation .pickupBox .tit_main {
    font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 10px;
  }

  #pickupInformation .pickupBox .tit_main .tit_sub {
    display: block;
    font-size: 0.7em;
  }

  #pickupInformation .pickupBox .text {
    font-size: 0.9em;
    padding: 0 4%;
    /* -------------------------
     Pickup - Red Icon
     ------------------------- */
  }

  .redIcon {
    width: 100%;
    margin: 0 auto 50px;
  }

  .redIcon .icon {
    width: 150px;
    margin: 0 auto 20px;
    font-size: 1.3em;
    float: none;
  }

  .redIcon .icon img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 10px;
  }

  .redIcon .tit_redIcon,
  .redIcon .txt {
    float: none;
    width: 100%;
  }

  .redIcon .tit_redIcon {
    font-size: 1.2em;
    text-align: center;
    /* -------------------------
     Scene Box
     ------------------------- */
  }

  .sceneBox {
    font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  }

  .sceneBox .box_column {
    margin-bottom: 40px;
  }

  .sceneBox .box {
    margin-bottom: 20px;
  }

  .sceneBox .box .txt_navy,
  .sceneBox .box .frame_navy,
  .sceneBox .box .btn_gray a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .sceneBox .box .btn_gray {
    margin-bottom: 4%;
    width: 48%;
    float: left;
  }

  .sceneBox .box .btn_gray a {
    padding: 15px;
    /* -------------------------
     FAQ Box
     ------------------------- */
  }

  #faqBox {
    padding-bottom: 20px;
  }

  #faqBox article {
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b6bcc0;
    /* FAQ Title */
  }

  #faqBox article h2 {
    font-size: 1.1em;
    padding-bottom: 10px;
  }

  #faqBox article h2:before {
    content: "Q.";
    font-size: 1.1em;
    margin-right: 4px;
    /* Answer Text */
  }

  #faqBox article div {
    background: #f7f3e8;
    padding: 10px 6%;
  }

  #faqBox article div p {
    margin-left: 0;
  }

  #faqBox article div p:before {
    content: "";
    text-indent: 0;
    display: inline-block;
    /* -------------------------
     Color Box
     ------------------------- */
  }

  .colorBox_area .colorBox {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .colorBox_area .colorBox:nth-of-type(2n) {
    float: none;
  }

  .colorBox .color {
    box-sizing: border-box;
    height: 50vw;
    width: 100%;
    margin-bottom: 20px;
  }

  .colorBox .tit_colorBox {
    font-size: 1.3em;
    margin-bottom: 3vw;
    line-height: 1.5em;
    padding-top: 7vw;
  }

  .colorBox .tit_colorBox.line_2 {
    padding-top: 4vw;
  }

  .colorBox .tit_colorBox img.icon {
    width: 15vw;
    height: 15vw;
    margin: 0 auto 10px;
  }

  .colorBox .color .border_top_bottom_white {
    width: 50%;
    padding: 5px 0;
    line-height: 1em;
    font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  }

  .colorBox .text {
    padding: 0 5%;
    font-size: 0.9em;
    /* -------------------------
     Tel Box
     ------------------------- */
  }

  .telBox {
    margin: 30px 0;
  }

  .telBox .text {
    font-size: 1.2em;
  }

  .telBox .btn_gray.phoneNumber {
    width: 100%;
    margin: 20px auto;
    /* -------------------------
     List Box
     ------------------------- */
  }

  .listBox {
    width: 100%;
  }

  .listBox .tit_center {
    font-size: 1.3em;
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: none;
  }

  .listBox .tit_center .en {
    margin-top: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .listBox .helf {
    box-sizing: border-box;
    width: 100%;
    padding-right: 0;
  }

  .listBox .text {
    margin-bottom: 30px;
    /* ===================================================
     Helf Photo
     =================================================== */
  }

  .helfphoto {
    width: 100%;
    margin: 0 auto 40px;
    padding-bottom: 40px;
  }

  .helfphoto .float_l,
  .helfphoto .float_r {
    float: none;
  }

  .helfphoto .textBox {
    width: 88vw;
    margin: 0 auto;
  }

  .helfphoto .photo,
  .helfphoto .photo img {
    width: 100%;
    height: auto;
  }

  .helfphoto .photo {
    margin-bottom: 20px;
  }

  .helfphoto .tit_left {
    font-size: 1.3em;
    margin-bottom: 20px;
  }

  .helfphoto .tit_left .small {
    font-size: 0.6em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .helfphoto table {
    width: 100%;
  }

  .helfphoto .btnArea {
    width: 80%;
    margin: 0 auto 20px;
  }

  .helfphoto .btnArea .btn_gray {
    margin-bottom: 8px;
    width: 48%;
  }

  .helfphoto .btnArea .btn_gray a {
    padding: 15px 0;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .helfphoto .btn_pdf {
    width: 80%;
    margin: 0 auto;
    /* Photo Square */
  }

  .helfphoto.photoSquare .textBox {
    width: 88vw;
  }

  .helfphoto.photoSquare .photo,
  .helfphoto.photoSquare .photo img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  .helfphoto.photoSquare .photo {
    margin-bottom: 20px;
    /* ===================================================
     RoomBox
     =================================================== */
  }

  .roomBox {
    width: 100%;
    padding: 70px 0;
  }

  .roomBox .tit_left {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .roomBox .tit_left .small {
    display: block;
    font-size: 0.3em;
    line-height: 1.5em;
  }

  .roomBox .photo {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .roomBox .textBox {
    float: none;
    width: 88vw;
    margin: 0 auto;
  }

  .roomBox .textBox .txt {
    margin-bottom: 10px;
  }

  .roomBox .textBox .informationBox {
    margin-bottom: 5px;
  }

  .roomBox .textBox dl.line_gray {
    padding: 10px 20px 0 20px;
  }

  .roomBox .textBox dl.line_gray dt {
    width: 30%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .roomBox .textBox dl.line_gray dd {
    width: 70%;
    padding: 0;
    margin-bottom: 10px;
  }

  .roomBox .textBox small {
    font-size: 0.8em;
    line-height: 1.5em;
  }

  .roomBox .btnArea {
    background: #f7f3e8;
    padding: 15px 20px 10px 20px;
    box-sizing: border-box;
    margin: 15px 0;
  }

  .roomBox .btnArea .icon_person {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 5px;
  }

  .roomBox .btnArea .btnBox {
    margin-bottom: 5px;
    /* -------------------------
     Button - Navi
     ------------------------- */
  }

  .roomBox .btnArea .btn_navy {
    width: 100%;
  }

  .roomBox .btnArea .btn_navy li {
    width: 49%;
  }

  .roomBox .btnArea .btn_navy a {
    padding: 10px 5px;
    font-size: 0.8em;
    /* ===================================================
     Contact Box
     =================================================== */
  }

  .contactBox {
    padding: 50px 0;
  }

  .contactBox .whiteArea {
    width: 88vw;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
  }

  .contactBox .whiteArea .row {
    width: 100%;
  }

  .contactBox .tit_center {
    font-size: 1.3em;
    line-height: 1em;
    margin-bottom: 30px;
  }

  .contactBox .tit_center .en {
    color: #353435;
    font-size: 0.5em;
    /* Btn - PhoneNumber */
  }

  .contactBox .phoneNumber {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
    float: none;
    /* Btn - Contact */
  }

  .contactBox .btn_contact {
    border-left: none;
    padding: 0;
    float: none;
    width: 80%;
    margin: 0 auto;
    /* Btn -  PhoneNumber / Contact */
  }

  .contactBox .phoneNumber a,
  .contactBox .btn_contact a {
    border: none;
    text-align: center;
    display: block;
    background: #c49532;
    padding: 15px 10px;
    color: #fff;
    border-radius: 5px;
    /* CSS3 */
    -webkit-border-radius: 5px;
    /* Safari,Chrome */
    -moz-border-radius: 5px;
    /* Firefox */
  }

  .contactBox .phoneNumber a img,
  .contactBox .btn_contact a img {
    display: inline-block;
    width: 20px;
    height: auto;
    margin-right: 10px;
    vertical-align: text-bottom;
  }

  .contactBox .phoneNumber a {
    font-size: 1.3em;
    font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  }

  .contactBox .btn_contact a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: auto;
  }

  .contactBox .btn_contact a:after {
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
  }

  .contactBox .btn_contact a:hover {
    border: none;
    /* Time in */
  }

  .contactBox .phoneNumber a span {
    font-size: 0.6em;
    line-height: 1.4em;
    display: block;
    padding-top: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* ===================================================
     Footer
     =================================================== */
  }

  footer {
    background: #454545;
    color: #fff;
    min-width: auto;
    /* -------------------------
     Footer Information
     ------------------------- */
  }

  #footerInformation {
    text-align: center;
    padding: 30px 6%;
    border-bottom: solid 1px #fff;
  }

  #footerInformation .hotelName {
    font-size: 1.3em;
    margin-bottom: 20px;
  }

  #footerInformation address {
    font-size: 0.8em;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  #footerInformation .fax {
    display: block;
  }

  #footerInformation .tel {
    font-size: 1.3em;
    letter-spacing: 0;
  }

  #footerInformation .tel a {
    line-height: 1em;
    color: #454545;
    background: #fff;
    display: block;
    padding: 15px 0;
    border-radius: 5px;
    /* CSS3 */
    -webkit-border-radius: 5px;
    /* Safari,Chrome */
    -moz-border-radius: 5px;
    /* Firefox */
  }

  #footerInformation .tel a:hover {
    text-decoration: none;
  }

  #footerInformation .tel a img {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: auto;
    vertical-align: bottom;
    /* -------------------------
     Footer Contact
     ------------------------- */
  }

  #footerContact {
    width: 100%;
    padding-bottom: 15px;
  }

  #footerContact .contactList {
    padding: 20px 0 0 0;
    width: 100%;
    height: auto;
    border-right: none;
    float: none;
  }

  #footerContact .contactList li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #footerContact .contactList li:nth-of-type(2) {
    letter-spacing: 0.1em;
  }

  #footerContact .contactList li a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1em;
    padding: 18px 0;
    font-size: 1em;
    padding-right: 0;
    border-radius: 5px;
    /* CSS3 */
    -webkit-border-radius: 5px;
    /* Safari,Chrome */
    -moz-border-radius: 5px;
    /* Firefox */
  }

  #footerContact .contactList li a:hover {
    background: #fff;
    color: #454545;
  }

  #footerContact .contactList li a:hover:after {
    border-top: #454545 2px solid;
    border-right: #454545 2px solid;
  }

  #footerContact .snsList {
    width: 100%;
    height: auto;
    padding-left: 0;
    float: none;
    text-align: center;
  }

  #footerContact .snsList li {
    display: inline-block;
    float: none;
    margin-right: 10px;
  }

  #footerContact .snsList li:nth-last-of-type(1) {
    margin-right: 0;
    /* -------------------------
     Footer Navigation
     ------------------------- */
  }

  #fnavi .sp .frame_white li {
    width: 50%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.9em;
  }

  .frame_white li:nth-of-type(2n) {
    border-right: none;
  }

  .btn_access {
    clear: both;
  }

  #fnavi .btn_access a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 88%;
    margin: 0 auto;
    display: block;
    background: #fff;
    color: #454545;
    text-align: center;
    line-height: 1em;
    padding: 18px 0;
    font-size: 1em;
    padding-right: 0;
    border-radius: 5px;
    /* CSS3 */
    -webkit-border-radius: 5px;
    /* Safari,Chrome */
    -moz-border-radius: 5px;
    /* Firefox */
    position: relative;
  }

  #fnavi .btn_access a:hover {
    text-decoration: none;
  }

  #fnavi .btn_access a:after {
    content: "";
    width: 0.3em;
    height: 0.3em;
    border-top: #454545 2px solid;
    border-right: #454545 2px solid;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
  }
}

/* 20200319スマホメニュー調整
 ------------------------------------------------- */
@media screen and (max-width: 767px) {
  #gnavi li:nth-last-child(3) {
    border-bottom: none;
  }

  #gnavi li:last-child {
    border-top: solid 1px #fff;
    text-align: center;
    width: 100%;
  }
}

/*********************************
 MODULE
 *********************************/
.inner {
  padding: 6rem 0;
}

.inner_md {
  padding: 4rem 0;
}

.frame {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .frame {
    width: 95%;
  }
}

.flex-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justifybetween {
  justify-content: space-between;
}

.item-cener {
  align-items: center;
}

.bg-gradient {
  background: linear-gradient(149deg, #f93, #d00);
}

.bg-gray {
  background: #eee;
}

.bg-white {
  background: #fff;
}

.bg-base {
  background: #f93;
}

.col1-2 {
  width: 48%;
  margin: 1%;
}

@media screen and (max-width: 768px) {
  .col1-2 {
    width: 98%;
  }
}

.col1-3 {
  width: 31.3%;
  margin: 1%;
}

@media screen and (max-width: 768px) {
  .col1-3 {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .col1-3 {
    width: 98%;
  }
}

.col1-3n {
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  .col1-3n {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col1-3n {
    width: 100%;
  }
}

.col1-4 {
  width: 23%;
  margin: 1%;
}

@media screen and (max-width: 768px) {
  .col1-4 {
    width: 48%;
  }
}

.col1-5 {
  width: 18%;
  margin: 1%;
}

@media screen and (max-width: 768px) {
  .col1-5 {
    width: 48%;
  }
}

.col-ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 95%;
  padding: 0.8rem 1.6rem;
  border: #f93;
  background: linear-gradient(90deg, #f93, #f93, transparent);
  color: #fff;
  font-size: 2rem;
}

.border {
  border: 1px solid #eee;
}

.border-col:hover {
  color: #f93;
}

.box {
  padding: 3rem;
}

.box_solid {
  padding: 3rem;
  border: 1px solid #eee;
}

.box_dot {
  padding: 3rem;
  border: 1px dotted #eee;
}

.box_dashed {
  padding: 3rem;
  border: 1px dashed #eee;
}

.box_txt {
  padding: 1.6rem;
}

.box_sm {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

/*********************************
 FADE ANIMATION
 *********************************/
.animate-f {
  opacity: 0;
}

.animate-f:nth-of-type(1) {
  transition-delay: 0.2s;
}

.animate-f:nth-of-type(2) {
  transition-delay: 0.6s;
}

.animate-f:nth-of-type(3) {
  transition-delay: 1s;
}

.animate-f:nth-of-type(4) {
  transition-delay: 1.4s;
}

.animate-f:nth-of-type(8) {
  transition-delay: 1s;
}

.animate {
  opacity: 0;
  transform: translateY(40px);
}

.animate:nth-of-type(2) {
  transition-delay: 0.2s;
}

.animate:nth-of-type(3) {
  transition-delay: 0.4s;
}

.animate:nth-of-type(4) {
  transition-delay: 0.6s;
}

.animate:nth-of-type(5) {
  transition-delay: 0.8s;
}

.fadeIn {
  transition: all 0.2s ease-in;
  opacity: 1 !important;
}

.fadeInUp {
  transition: all 0.4s ease-in-out;
  transform: translateY(0px);
  opacity: 1 !important;
}

.full.content {
  padding: 100px 0 0px;
}

.error-ttl {
  margin-bottom: 10px;
  color: #219dfa;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}

.error-ttl span {
  font-size: 120px;

}

.error-sub {
  font-family: "ヒラギノ明朝 Pro",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HiraMinProN-W3",
    "游明朝体",
    "游明朝",
    "Yu Mincho",
    "YuMincho",
    "HGS明朝E",
    "ＭＳ Ｐ明朝",
    "MS PMincho",
    "Sawarabi Mincho",
    sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}

/* ===================================================
 Space
 =================================================== */
/* Margin */
.mg10 {
  margin: 10px;
}

.mg20 {
  margin: 20px;
}

.mg30 {
  margin: 30px;
}

.mg40 {
  margin: 40px;
}

.mg50 {
  margin: 50px;
}

.mgTop10 {
  margin-top: 10px;
}

.mgTop20 {
  margin-top: 20px;
}

.mgTop30 {
  margin-top: 30px;
}

.mgTop40 {
  margin-top: 40px;
}

.mgTop50 {
  margin-top: 50px;
}

.mgTop60 {
  margin-top: 60px;
}

.mgTop70 {
  margin-top: 70px;
}

.mgTop80 {
  margin-top: 80px;
}

.mgTop90 {
  margin-top: 90px;
}

.mgTop100 {
  margin-top: 100px;
}

.mgBtm10 {
  margin-bottom: 10px;
}

.mgBtm20 {
  margin-bottom: 20px;
}

.mgBtm30 {
  margin-bottom: 30px;
}

.mgBtm40 {
  margin-bottom: 40px;
}

.mgBtm50 {
  margin-bottom: 50px;
}

.mgBtm60 {
  margin-bottom: 60px;
}

.mgBtm70 {
  margin-bottom: 70px;
}

.mgBtm80 {
  margin-bottom: 80px;
}

.mgBtm90 {
  margin-bottom: 90px;
}

.mgBtm100 {
  margin-bottom: 100px;
}

.mgLft10 {
  margin-left: 10px;
}

.mgLft20 {
  margin-left: 20px;
}

.mgLft30 {
  margin-left: 30px;
}

.mgLft40 {
  margin-left: 40px;
}

.mgLft50 {
  margin-left: 50px;
}

.mgRht10 {
  margin-right: 10px;
}

.mgRht20 {
  margin-right: 20px;
}

.mgRht30 {
  margin-right: 30px;
}

.mgRht40 {
  margin-right: 40px;
}

.mgRht50 {
  margin-right: 50px;
}

/* Padding */
.pdd10 {
  padding: 10px;
}

.pdd20 {
  padding: 20px;
}

.pdd30 {
  padding: 30px;
}

.pdd40 {
  padding: 40px;
}

.pdd50 {
  padding: 50px;
}

.pddTop10 {
  padding-top: 10px;
}

.pddTop20 {
  padding-top: 20px;
}

.pddTop30 {
  padding-top: 30px;
}

.pddTop40 {
  padding-top: 40px;
}

.pddTop50 {
  padding-top: 50px;
}

.pddTop60 {
  padding-top: 60px;
}

.pddTop70 {
  padding-top: 70px;
}

.pddTop80 {
  padding-top: 80px;
}

.pddTop90 {
  padding-top: 90px;
}

.pddTop100 {
  padding-top: 100px;
}

.pddBtm10 {
  padding-bottom: 10px;
}

.pddBtm20 {
  padding-bottom: 20px;
}

.pddBtm30 {
  padding-bottom: 30px;
}

.pddBtm40 {
  padding-bottom: 40px;
}

.pddBtm50 {
  padding-bottom: 50px;
}

.pddBtm60 {
  padding-bottom: 60px;
}

.pddBtm70 {
  padding-bottom: 70px;
}

.pddBtm80 {
  padding-bottom: 80px;
}

.pddBtm90 {
  padding-bottom: 90px;
}

.pddBtm100 {
  padding-bottom: 100px;
}

.pddLft10 {
  padding-left: 10px;
}

.pddLft20 {
  padding-left: 20px;
}

.pddLft30 {
  padding-left: 30px;
}

.pddLft40 {
  padding-left: 40px;
}

.pddLft50 {
  padding-left: 50px;
}

.pddRht10 {
  padding-right: 10px;
}

.pddRht20 {
  padding-right: 20px;
}

.pddRht30 {
  padding-right: 30px;
}

.pddRht40 {
  padding-right: 40px;
}

.pddRht50 {
  padding-right: 50px;
}


/* 20210428 レストランQR
----------------------------------------------------- */
.restaurant_qr {
  float: right;
  max-width: 100px;
}

@media screen and (max-width: 480px) {
  .restaurant_qr {
    float: unset;
    width: 90%;
    max-width: 200px;
    display: block;
    margin: 0 auto 10px auto;
  }
}

/*追加CSS パンくずリスト*/
.bread {
  width: 80%;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .bread {
    position: relative;
    margin: 100px auto 20px;
  }
}

/* este css */
.voice-box h4 {
  font-size: 22px;
  line-height: 40px;
  font-family: serif;
  margin: 40px 0;
  font-style: italic;
  border-bottom: 1px solid #454545;
}

.qanda dt,
.qanda dl {
  font-size: 20px;
  font-family: serif;
  text-indent: -30px;
  margin-left: 30px;
  line-height: 32px;
}

dt.qanda_q {
  padding: 10px;
  transition: ease .5s;
}

dt.qanda_q:hover {
  cursor: pointer;
  opacity: .5;
}

dt.qanda_q::before {
  content: 'Q.';
  padding: 5px;
  color: #239dfa;
}

dl.qanda_a {
  display: none;
  padding: 20px 10px;
}

dl.qanda_a::before {
  content: 'A.';
  padding: 5px;
  color: #fa2323;
}

@media screen and (max-width: 767px) {
  .voice-box {
    padding: 0 15px;
  }

  .voice-box h4 {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
  }

  .qanda dt,
  .qanda dl {
    font-size: 16px;
    line-height: 25px;
  }

  dt.qanda_q:hover {
    opacity: unset;
  }
}

/*基本情報のスタイル*/
.info_table {
  margin: auto;
  margin-bottom: 100px;
  max-width: 1400px;
  width: 50%;
}

.info_table td {
  font-size: 0.9em;
  border: 1px solid #454445;
  padding: 10px;
  vertical-align: middle;
}

.info_table td:nth-child(odd) {
  background-color: #454445;
  color: #fff;
  border-bottom: #fff 1px solid;
  text-align: center;
}

.table_end {
  border-bottom: 1px solid #454445 !important;
}

.contanct-bar {
  width: 800px;
}

/*Footer Information*/
#footerInformation table {
  margin: auto;
  width: auto;
}

#footerInformation table td {
  padding-bottom: 10px;
}

#footerInformation table td:first-child {
  font-weight: bold;
  width: 100px;
  vertical-align: top;
}

/*Contact Information*/
#footerContact .row {
  width: 580px;
}

@media screen and (max-width: 767px) {
  .info_h2 {
    margin-bottom: 25px;
  }

  .info_table {
    width: 95%;
    margin-bottom: 50px;
  }

  .info_table tbody {
    border: 1px solid #454445;
  }

  .info_table td {
    display: block;
    font-size: 14px;
    line-height: 20px;
    border: none;
  }

  .info_table td:nth-child(odd) {
    text-align: start;
  }

  /*Footer Information*/
  #footerInformation table td:first-child {
    border-bottom: 1px solid #fff;
  }

  #footerInformation table td {
    display: block;
    padding-bottom: 0;
    width: 100%;
  }

  /*Contact Information*/
  #footerContact .row {
    width: 88%;
  }

}

/*fair contents style*/
.fair__ {
  margin-top: 100px;
}

.fairNews {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
  margin-bottom: 100px;
}

.fair-txt {
  width: 50%;
}

.fairNews img {
  width: 50%;
  margin-right: 20px;
}

.fairNews h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px #454545 solid;
  text-align: start !important;
}

.fairNews p {
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.fairNews table {
  width: 50%;
}

.fairNews td {
  font-size: 16px;
  border-bottom: 1px solid #454545;
  padding: 10px;
}

.fairNews td:first-child {
  width: 50%;
  font-weight: bold;
}

.fair-row {
  display: flex;
  align-items: center;
}

.fair-btn {
  width: 50%;
}

.fair-btn a {
  display: block;
  margin: auto;
  text-align: center;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  background-color: #454545;
  transition: all 1s;
  text-decoration: none;
}

.fair-btn a:hover {
  background-color: #a0d0e0;
  color: #454545;
  transition: all 1s;
}

/*review contents style*/
.reviews__ {
  margin-top: 100px;
}

.reviews {
  width: 80%;
  margin: 20px auto 0;
  padding: 20px 0;
  border-bottom: 1px #454545 solid;
}

.reviews:last-child {
  border-bottom: none;
}

.reviews-h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.reviews-p {
  display: flex;
  margin-bottom: 10px;
}

.reviews-p p:first-child {
  font-weight: bold;
  margin-right: 20px;
}

.reviews-main p {
  font-size: 18px;
}

.reviews-btn {
  width: 50%;
  margin: 20px auto;
}

.reviews-btn a {
  display: block;
  margin: auto;
  text-align: center;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  background-color: #454545;
  transition: all 1s;
  text-decoration: none;
}

.reviews-btn a:hover {
  background-color: #e5004f;
  transition: all 1s;
}

q {
  width: 100%;
  text-align: start;
  display: block;
}

blockquote {
  width: 100%;
}

@media screen and (max-width: 767px) {

  /*fair*/
  #limitedPlan {
    padding-top: 70px !important;
  }

  .fairNews {
    flex-direction: column;
    padding: 0 4%;
  }

  .fairNews img {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
  }

  .fairNews h3 {
    font-size: 16px;
  }

  .fair-txt {
    width: 100%;
  }

  .fair-row {
    flex-direction: column;
  }

  .fairNews p {
    font-size: .9em;
  }

  .fairNews table {
    width: 100%;
  }

  .fairNews td {
    font-size: .9em;
  }

  .fair-btn a {
    width: auto;
    margin-top: 30px;
  }

  /*review*/
  .reviews__ {
    margin: 50px auto;
  }

  .reviews {
    width: 95%;
  }

  .reviews h3 {
    margin-bottom: 15px !important;
  }

  .reviews-p {
    display: block;
  }

  .reviews-main p {
    font-size: .9em;
  }

  .reviews-btn {
    width: 100%;
  }
}


/* 忘・新年会プランのみ表示
--------------------------------------- */
.sub_tit {
  display: none;
}

.page-id-2173 .sub_tit {
  display: block;
  text-align: center;
  color: #666;
  font-size: 1.5rem;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
}

.aboutTerrsaBox_ {
  padding-top: 50px;
}

.aboutTerrsaBox_ .listBox {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .aboutTerrsaBox img {
    width: 100% !important;
    height: auto !important;
  }
}

.aboutTerrsaBox_ .listBox:nth-child(1) {
  margin-bottom: 25px;
}



/* 喫茶 ル・カフェ デザートとドリンク
--------------------------------------- */
.dessert_menu {
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
	display: flex;
}

.dessert_menu img {
	width: 200px;
	height: auto;
}

.drink_menu {
    width: 100%;
    max-width: 500px;
}

.drink_menu img {
    width: 100%;
    height: auto;
}

.towrow {
    line-height: 120%;
    font-size: 80%;
}

@media screen and (max-width: 480px) {
	.dessert_menu {
		display: unset;
	}
	.dessert_menu img {
		width: 100%;
	}
}





/* 忘・新年会プランのみ表示
------------------------------------------------------------------------------- */
.banquet_price {
	display: flex;
	justify-content: center;
}

.banquet_price li {
	width: calc(100%/3);
	text-align: center;
	box-sizing: border-box;
	padding: 15px 30px;
	margin-bottom: 2rem;
	border-right: #AFB5B9 1px solid;
}

.banquet_price li p {
	font-size: 1.2rem;
	color: #E25387;
}

.banquet_price li p span {
	font-size: 3rem;
	font-weight: bold;
}

.banquet_price li p small {
	color: #353435;
	font-size: 70%;
}

.banquet_price_txt {
	color: #353435 !important;
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 5px 0;
	margin: 1rem auto;
}

p.banquet_price_drink {
	color: #353435 !important;
	text-align: left;
	width: fit-content;
	margin: auto;
	font-size: 100% !important;
}

.banquet_menu {
	display: flex;
	justify-content: space-between;
}

.banquet_img {
	width: 40%;
}

.banquet_img img {
	width: 100%;
}

.banquet_box {
	width: 57%;
}

.banquet_food {
	background: #fbccd6;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 2rem;
}

.banquet_food p {
	font-size: 1.5rem;
	line-height: 150%;
	font-family: serif;
}

.banquet_food span {
	font-weight: bold;
	font-size: 120%;
	border-bottom: solid 1px;
	display: block;
	padding: 0 10px;
	margin-bottom: 1rem;
}

.banquet_privilege {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 25px 10px 10px 10px;
	border: solid 3px #E25387;
	margin-bottom: 2rem;
}

.banquet_privilege p {
	color: #E25387;
	background: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 15px;
	padding: 0 5px;
}

.banquet_privilege img {
	width: 30%;
}

.banquet_option p {
	font-weight: bold;
	font-size: 1.5rem;
	color: #E25387;
	margin-bottom: 1rem;
}

.banquet_option p span {
	color: #fff;
	background: #E25387;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px;
	margin-right: 10px;
	font-size: 1rem;
}

.banquet_option ol li {
	font-size: 1rem;
	padding: 3px 0;
}

@media screen and (max-width: 999px) {
	.banquet_price {
		flex-direction: column;
	}
	.banquet_price li {
		width: 100%;
		border: none;
	}
	.banquet_menu {
		flex-direction: column;
	}
	.banquet_img {
		width: 100%;
	}
	.banquet_box {
		width: 100%;
	}
	.banquet_privilege {
		width: 90%;
		margin: 0 auto 2rem auto;
		flex-direction: column;
	}
	.banquet_privilege img {
		width: 100%;
	}
	.banquet_option {
		width: 90%;
		margin: 0 auto 2rem auto;
	}
}

/* add css 20230131 */
.faq-wrap dl {
  margin-bottom: 30px;
}

.faq-wrap dl dt {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
  padding: 15px;
  background-color: #454545;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.faq-wrap dl dt::before {
  content: '';
  position: absolute;
  right: 2%;
  top: 50%;
  width: 20px;
  height: 3px;
  background-color: #fff;
}

.faq-wrap dl dt::after {
  content: '';
  position: absolute;
  right: 2%;
  top: 50%;
  width: 20px;
  height: 3px;
  background-color: #fff;
  transform: rotate(90deg);
  transition: .5s;
}

.faq-wrap dl dt.active::after {
  transform: rotate(0deg);
  transition: .5s;
}

.faq-wrap dl dt i::before {
  content: 'Q.';
  font-size: 120%;
  font-weight: bold;
  padding-right: 10px;
  color: #239dfa;
}

.faq-wrap dl dd {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
  display: none;
  padding: 15px;
}

.faq-wrap dl dd::before {
  content: 'A.';
  font-size: 120%;
  font-weight: bold;
  padding-right: 10px;
  color: #b5392b;
}

.use-caution {
    max-width: 1100px;
    margin: 60px auto 0px;
}

.use-caution-box {
    border: 5px solid #eeeeee;
    padding: 40px;
    box-sizing: border-box;
}

.use-caution-box h3 {
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 40px 0px;
    font-weight: bold;
}

.use-caution-box ul li {
    position: relative;
    padding: 0px 0px 0px 14px;
    margin: 0px 0px 10px 0px;
}

.use-caution-box ul li::before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 9px;
    left: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background: #B5392B;
}

.use-caution-box ul li a {
    text-decoration: underline;
}

@media(max-width:767px) {

    .use-caution-box {
        width: 88%;
        margin: auto;
    }
}

/* 追加 20230823 */

/* TOP　3カラム構成 */
#pickupInformation.pickup_top .pickupBox3 {
  width: calc(100%/3 - 40px);
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}



/* ご宴会　4カラム構成 */

#pickupInformation .pickupBox4 {
  width: calc(100%/4 - 40px);
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}

/* 追加 20230831 */

#pickupInformation .pickupBox4 .tit_main,
#pickupInformation .pickupBox3 .tit_main {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  text-align: center;
  margin: 20px 0 10px;
  line-height: 1.5em;
}

#pickupInformation .pickupBox4 h3 span.en,
#pickupInformation .pickupBox3 h3 span.en {
  color: #8a9a9b;
  display: block;
  margin-top: 15px;
  line-height: 1em;
  font-size: 14px;
}

#pickupInformation .pickupBox4 a,
#pickupInformation .pickupBox3 a  {
  text-decoration: none;
}

@media(max-width:767px) {

  #pickupInformation.pickup_top .pickupBox3,
  #pickupInformation .pickupBox4 {
    width: 100%;
  }
}

/* 20240206 追加　*/

.ft_icon_link {
}

.ft_icon_link a img{
  width: 50px;
  padding: 13px;
}

/* 20240425 追加　*/

@media(max-width:767px) {

  .pt-6 {
    padding-top: 6rem;
  }
}

/* 20240716 会議室利用料金の追加 */
.price_table {
  border-bottom: solid 1px #454445;
  border-left: solid 1px #454445;
  width: 100%;
  margin-top: 20px;
}

.price_table th {
  background: #454445;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-top: solid 1px #454445;
  border-right: solid 1px #fff;
  vertical-align: middle;
}

.price_table td {
  border-top: solid 1px #454445;
  border-right: solid 1px #454445;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  width: 0;
  white-space: nowrap;
}

.price_box_wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.price_box_wrapper .box {
  margin-bottom: 20px;
}

.price_box_wrapper .price_table {
  width: auto;
  margin-top: auto;
}

.price_box_container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.price_table .taiju_price{
  padding: 0 7px
}

.price_table .small_txt {
  font-size: 0.8em;
  letter-spacing: 0;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .price_box_wrapper {
      width: 90%;
      align-items: center;
  }

  .price_box_container {
      flex-direction: column;
      align-items: center;
  }

  .price_box_wrapper .price_table {
      width: 100%;
  }

  .price_table td {
      width: auto;
      white-space: wrap;
  }
}
/* //20240716 会議室利用料金の追加 */


/* 20250115ヘッダーメニューのテキスト化 */
@media screen and (min-width: 768px) {
  #gnavi ul.gnaviWrap{
    height: 70px;
    display: flex;
    padding: 12.5px 0;
    background-image: none;
  }
  #gnavi ul.gnaviWrap li{
    float: none;
    display: flex;
    align-items: center;
  }
  #gnavi ul.gnaviWrap li a{
    color: #fff;
    height: auto;
    text-indent: 0;
    transition: all .6s;
    background-image: none;
    font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  #gnavi ul.gnaviWrap li a:hover{
    color: #C29432;
    text-decoration: none;
  }
  #gnavi ul.gnaviWrap li span{
    width: 100%;
    display: block;
    line-height: 1.2;
    text-align: center;
  }
  #gnavi ul.gnaviWrap li span.jp{
    font-size: 15px;
    margin-bottom: 5px;
  }
  #gnavi ul.gnaviWrap li span.eng{
    font-size: 10px;
  }
  #gnavi ul.gnaviWrap li#g_este{
    margin-right: 20px;
    padding-right: 28px;
    border-right: 1px solid #727272;
  }
  #gnavi ul.gnaviWrap li#g_este a{
    width: 86px;
    margin-right: 0;
  }
  #gnavi ul.gnaviWrap li#g_access a,
  #gnavi ul.gnaviWrap li#g_floor a{
    font-size: 12px;
  }
  #gnavi ul.gnaviWrap li#g_contact{
    padding-left: 15px;
  }
  #gnavi ul.gnaviWrap li#g_contact a{
    padding: 2.5px;
    height: auto;
    color: #454545;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
  }
  #gnavi ul.gnaviWrap li#g_contact a:hover{
    color: #fff;
    background-color: #C29432;
  }
}

@media screen and (max-width: 767px) {
  .sp-hidden{
    display: none;
  }
}

/* // 20250115ヘッダーメニューのテキスト化 */

/*--20251009 追加「お客様の声」の追加	--*/
.terrsa-hall__voice{
  padding: 0 20px;
  margin-top: -100px;
  margin-bottom: 50px;
}
.terrsa-hall__voice-list{
  display: grid;
  gap: 20px;
}
.terrsa-hall__voice-item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.terrsa-hall__voice-item img{
  object-fit: cover;
  width: 100px;
  height: auto;
}

/* 20251028 top アクセス情報を掲載 */
.accessInfo_wrap{
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.accessInfo_map{
  width: 600px;
}
.accessInfo_roots_list{
  display: grid;
  margin-left: 20px;
}
.accessInfo_roots_item{
  /* font-family: "HG明朝B","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.accessInfo_roots_item h4{
  font-weight: 600;
}
.accessInfo_about{
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.accessInfo_about dt{
  width: 8%;
  font-weight: 600;
}
.accessInfo_about dd{
  width: 92%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #accessInfo{
    padding-top: 0;
    margin-bottom: 100px;
  }
  .accessInfo_map{
    width: 100%;
  }
  .accessInfo_roots_list{
    width: 100%;
    font-size: 0.8em;
  }
  .accessInfo_about {
    font-size: 0.8em;
    margin-left: 20px;
  }
  .accessInfo_about dt{
    width: 100%;
  }
}

/* 20251028 top レストラン紹介コンテンツ */
.cmnRestaurant{
  padding: 50px 0px 80px;
}
.cmnRestaurantArea{
  border-top: solid 1px #b6bcc0;
  display: flex;
  justify-content: space-between;
  margin: -40px auto 40px;
}
.cmnRestauranBox{
  width: calc(100% / 3 - 15px);
  display: flex;
  flex-direction: column;
}
.cmnRestauranBox h3{
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #353435;
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  padding: 15px;
  box-sizing: border-box;
}
.cmnRestauranBox img{
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}
.cmnRestauranBoxText{
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cmnRestaurant {
    padding-top: 50px;
  }
  .cmnRestaurantArea{
    border-top: none;
    display: block;
  }
  .cmnRestauranBox{
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .cmnRestauranBox h3{
    font-size: 1.3em;
  }
  .cmnRestauranBox img{
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .cmnRestauranBoxText{
    margin-bottom: 15px;
  }
}

/* 20251028 meeting お客様の声掲載 */
.meeting-voice.terrsa-hall__voice{
  margin-top: 20px;
}
.meeting-voice .terrsa-hall__voice-item{
  align-items: flex-start;
  justify-content: flex-start;
}
.meeting-voice .terrsa-hall__voice-row{
  width: 900px;
}
.meeting-voice.terrsa-hall__voice strong{
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .meeting-voice .terrsa-hall__voice-row{
    width: 100%;
    margin: 0 auto;
  }
  .meeting-voice .terrsa-hall__voice-list{
    gap: 40px;
  }
}

/* 20251224 スクロール数の改善（スマートフォンのみ） */
@media screen and (max-width: 767px) {
    .scn-pickup-info-slider {
        float: none !important;
        width: auto !important;
        padding: 0 10px;
        box-sizing: border-box;
    }
}