<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

/* ======================================================
	TOP
========================================================= */
/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

#benefit {
  background-color: #f4f4f4;
  padding: 30px 20px;
}

#benefit .headline01 {
  color: #b99867;
  margin-bottom: 25px;
}

#benefit .headline01::after {
  background-color: #b99867;
}

@media screen and (min-width: 768px) {
  #benefit {
    padding: 40px 40px 40px 40px;
  }
  #benefit .headline01 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  #benefit {
    padding: 60px 50px;
  }
  #benefit .headline01 {
    margin-bottom: 50px;
  }
}

.mod_benefit_blk {
  margin-bottom: 30px;
}

.mod_benefit_blk .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  counter-increment: count-number;
}

.mod_benefit_blk .row:not(:first-child) {
  margin-top: 20px;
}

.mod_benefit_blk .row .cell {
  background-color: #FFF;
  color: #b99867;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif Japanese","Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  overflow: hidden;
}

.mod_benefit_blk .row .cell + .cell {
  padding: 20px 20px 30px 20px;
}

.mod_benefit_blk .row figure {
  width: 100%;
  display: block;
  text-align: center;
}

.mod_benefit_blk .row figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.mod_benefit_blk .row h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.mod_benefit_blk .row p {
  text-align: center;
  font-size: 12px;
}

.mod_benefit_blk .row .label {
  margin: 0 -20px 15px -20px;
  padding: 10px 0;
  position: relative;
}

.mod_benefit_blk .row .label:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b99867;
  position: absolute;
  top: 50%;
  left: 0;
}

.mod_benefit_blk .row .square {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: horizontal;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  /* == IE 文字調整 == */
}

.mod_benefit_blk .row .square:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #b99867;
  position: absolute;
  top: -0%;
  left: 0%;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mod_benefit_blk .row .square span {
  width: 100%;
  color: #b99867;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  top: -3px;
  z-index: 1;
  font-family: PlayfairDisplay regular;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.mod_benefit_blk .row .square span::before {
  content: counter(count-number);
  display: block;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (-ms-high-contrast: none) {
  .mod_benefit_blk .row .square span::before {
    position: relative;
    top: 5px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .mod_benefit_blk {
    margin-bottom: 40px;
  }
  .mod_benefit_blk .row {
    max-width: 920px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    background-color: #FFF;
    margin: 0 auto;
  }
  .mod_benefit_blk .row:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mod_benefit_blk .row:not(:first-child) {
    margin-top: 25px;
  }
  .mod_benefit_blk .row .cell {
    width: 50%;
    max-width: 460px;
  }
  .mod_benefit_blk .row .cell + .cell {
    padding: 10px 15px 10px 15px;
  }
  .mod_benefit_blk .row h3 {
    font-size: 17px;
    line-height: 1.8;
  }
  .mod_benefit_blk .row h3 .none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .mod_benefit_blk .row h3 {
    font-size: 22px;
    line-height: 1.7;
  }
}

/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

#search_blk {
  background-color: #b99867;
  padding: 20px 20px 40px 20px;
}

#search_blk .headline01 {
  color: #FFF;
  margin-bottom: 20px;
}

#search_blk .headline01::after {
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  #search_blk {
    padding: 40px 40px;
  }
  #search_blk .headline01 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  #search_blk {
    padding: 50px 40px 60px 40px;
  }
}

.mod_search dl {
  width: 100%;
}

.mod_search dl:not(:first-child) {
  margin-top: 10px;
}

.mod_search dl dt {
  color: #FFF;
  text-align: center;
  font-size: 13px;
  padding: 6px 15px;
  background-color: #6e6e6e;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mod_search dl dd {
  background-color: #FFF;
  padding: 10px 15px;
}

.mod_search ul li {
  padding: 10px 0;
}

.mod_search ul li:not(:first-child) {
  border-top: 1px solid #eee;
}

.mod_search label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 28px;
}

.mod_search label input[type="checkbox"],
.mod_search label input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 5px;
  left: 0px;
}

.mod_search label span {
  display: inline-block;
}

.mod_search label input[type="checkbox"] + span::before,
.mod_search label input[type="checkbox"] + span::after {
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -0em;
  left: 0;
}

.mod_search label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: #FFF;
  width: 20px;
  height: 20px;
  border: 1px #a0a0a0 solid;
  border-radius: 0px;
}

.mod_search label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 4px 7px;
  width: 6px;
  height: 9px;
  opacity: 0;
}

.mod_search label input[type="checkbox"]:checked + span::before {
  background-color: #333;
  border-color: #333;
}

.mod_search label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

@-moz-document url-prefix() {
  .mod_search label input[type="checkbox"] + span::before,
  .mod_search label input[type="checkbox"] + span::after {
    top: 3px;
    left: 0;
  }
  .mod_search label input[type="checkbox"] + span::before {
    width: 20px;
    height: 20px;
  }
}

.mod_search .btn_area {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .mod_search dl {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    display: table;
  }
  .mod_search dl dt, .mod_search dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .mod_search dl dt {
    width: 150px;
    font-size: 14px;
    padding: 13px 15px;
  }
  .mod_search dl dd {
    display: table-cell;
    padding: 13px 20px;
  }
  .mod_search ul li {
    display: inline-block;
    padding: 0px 0;
    margin: 5px 20px 5px 0;
  }
  .mod_search ul li:not(:first-child) {
    border-top: none;
  }
  .mod_search .btn_area {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .mod_search dl:not(:first-child) {
    margin-top: 15px;
  }
  .mod_search dl dd {
    padding: 15px 20px;
  }
}

/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

.mod_hall_list .row {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.mod_hall_list .row.hall_hmc {
  background-image: url("../images/hall/hall_hmc.jpg");
}

.mod_hall_list .row.hall_hsg {
  background-image: url("../images/hall/hall_hsg.jpg");
}

.mod_hall_list .row.hall_kit {
  background-image: url("../images/hall/hall_kit.jpg");
}

.mod_hall_list .row.hall_kot {
  background-image: url("../images/hall/hall_kot.jpg");
}

.mod_hall_list .row.hall_mnc {
  background-image: url("../images/hall/hall_mnc.jpg");
}

.mod_hall_list .row.hall_msb {
  background-image: url("../images/hall/hall_msb.jpg");
}

.mod_hall_list .row.hall_nsi {
  background-image: url("../images/hall/hall_nsi.jpg");
}

.mod_hall_list .row.hall_ssb {
  background-image: url("../images/hall/hall_ssb.jpg");
}

.mod_hall_list .row:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.mod_hall_list .row:nth-child(even):before {
  background-color: rgba(255, 255, 255, 0.8);
}

.mod_hall_list .row:nth-child(even) .left {
  color: #333;
}

.mod_hall_list .row:nth-child(even) .left a {
  color: #333;
}

.mod_hall_list .row:nth-child(even) .hall_link li {
  border-color: rgba(0, 0, 0, 0.1);
}

.mod_hall_list .row:nth-child(even) .hall_link a {
  color: #333;
}

.mod_hall_list .row .left,
.mod_hall_list .row .right {
  position: relative;
  z-index: 2;
}

.mod_hall_list .row .left {
  color: #FFF;
  padding: 30px 20px 0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mod_hall_list .row .left h3 {
  font-size: 18px;
  color: #b99867;
  margin-bottom: 15px;
  text-align: center;
}

.mod_hall_list .row .left p {
  text-align: center;
}

.mod_hall_list .row .left a {
  color: #FFF;
}

.mod_hall_list .row .left .btn_area {
  margin-top: 30px;
}

.mod_hall_list .row .left .btn_area a {
  color: #b99867;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
}

.mod_hall_list .row .left .btn_area a:hover {
  background-color: #222;
}

.mod_hall_list .row .right {
  padding: 20px 20px 30px 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod_hall_list .row .hall_link {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod_hall_list .row .hall_link li {
  width: 46%;
  margin: 0 2%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mod_hall_list .row .hall_link.half {
  width: 46%;
  margin: 0 2%;
  display: block;
}

.mod_hall_list .row .hall_link.half li {
  width: 100%;
}

.mod_hall_list .row .hall_link a {
  color: #FFF;
  display: block;
  padding: 10px 0;
  font-size: 13px;
}

.mod_hall_list .row .hall_link a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.mod_hall_list .row .hall_link a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .mod_hall_list .row {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px;
  }
  .mod_hall_list .row .left, .mod_hall_list .row .right {
    width: 50%;
    max-width: 360px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mod_hall_list .row .left {
    padding-right: 10px;
  }
  .mod_hall_list .row .right {
    padding-left: 10px;
  }
  .mod_hall_list .row .hall_link {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .mod_hall_list .row {
    padding: 40px 40px 50px 40px;
  }
  .mod_hall_list .row .left {
    width: 340px;
    max-width: auto;
    padding-right: 10px;
  }
  .mod_hall_list .row .left h3, .mod_hall_list .row .left p, .mod_hall_list .row .left a {
    text-align: left;
  }
  .mod_hall_list .row .left h3 {
    font-size: 20px;
  }
  .mod_hall_list .row .left .btn_area {
    margin-top: 30px;
  }
  .mod_hall_list .row .left .btn_area a {
    margin: 0;
    text-align: center;
  }
  .mod_hall_list .row .right {
    width: 540px;
    max-width: 580px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
  }
  .mod_hall_list .row .hall_link {
    width: 80%;
    display: block;
  }
  .mod_hall_list .row .hall_link.half {
    width: 30%;
  }
  .mod_hall_list .row .hall_link li a {
    font-size: 14px;
    position: relative;
  }
  .mod_hall_list .row .hall_link li a:before {
    margin-right: 10px;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .mod_hall_list .row .hall_link li a:hover {
    opacity: 0.6;
  }
  .mod_hall_list .row .hall_link li a:hover:before {
    margin-right: 15px;
    opacity: 1;
  }
}

/* ======================================================
	HOTEL TOP
========================================================= */
/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

#guide_map {
  padding: 20px;
  background-color: #f4f4f4;
}

#guide_map .headline01 {
  color: #b99867;
}

#guide_map .headline01::after {
  background-color: #b99867;
}

#guide_map br.none {
  display: none;
}

#guide_map .map {
  background-color: #FFF;
  border: 1px solid #b99867;
  margin-top: 20px;
  max-width: 562px;
  padding: 20px;
  margin: 20px auto 0 auto;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#guide_map .map:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  /* box-shadow */
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
}

#guide_map .map:hover::after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

#guide_map .map:hover::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#guide_map .map a {
  width: 100%;
  display: block;
  position: relative;
}

#guide_map .map a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#guide_map .map a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#guide_map .map a::before {
  content: "\e905";
  display: block;
  color: #FFF;
  width: 37px;
  height: 37px;
  text-align: center;
  font-size: 22px;
  background-color: #ce0019;
  opacity: 0;
  font-family: 'icomoon' !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#guide_map .map a:hover::after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

#guide_map .map a:hover::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 768px) {
  #guide_map {
    padding: 40px;
  }
  #guide_map br.none {
    display: block;
  }
  #guide_map p {
    text-align: center;
    line-height: 1.9;
  }
  #guide_map .map {
    margin-top: 25px;
  }
}

@media screen and (min-width: 1024px) {
  #guide_map {
    padding: 40px 40px 60px 40px;
  }
}

/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

#price_list {
  background-color: #b99867;
  color: #FFF;
  padding: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#price_list .headline01 {
  margin-bottom: 25px;
}

#price_list .headline01::after {
  background-color: #FFF;
}

#price_list .headline02 .ttl::before {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FFF)) no-repeat bottom left/100% 50%, -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FFF)) no-repeat top right/100% 50%;
  background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat bottom left/100% 50%, -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top right/100% 50%;
  background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat bottom left/100% 50%, -o-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top right/100% 50%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top right/100% 50%;
}

#price_list .headline02 .ttl::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FFF)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FFF)) no-repeat bottom right/100% 50%;
  background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 50%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat bottom right/100% 50%;
  background: -o-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 50%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat bottom right/100% 50%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat bottom right/100% 50%;
}

#price_list br.none {
  display: none;
}

#price_list .btn_area {
  margin-top: 25px;
}

.notice_box {
  margin-bottom: 25px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.1);
}

.notice_box .boxwrap {
  margin: 10px 0;
}

.notice_box .boxwrap .box + .box {
  margin-top: 15px;
}

.notice_box .boxwrap dl dt {
  margin-bottom: 3px;
  font-weight: bold;
}

.notice_box .boxwrap li {
  line-height: 1.6;
}

.notice_box &gt; p:nth-child(1) {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #price_list {
    padding: 40px;
  }
  #price_list .headline01 {
    margin-bottom: 30px;
  }
  #price_list .btn_area {
    margin-top: 40px;
  }
  .notice_box {
    max-width: 920px;
    margin: 0 auto 50px auto;
    padding: 0px 0px;
    background-color: transparent;
  }
  .notice_box .boxwrap {
    margin: 15px -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .notice_box .boxwrap .box {
    width: 50%;
    padding: 0 15px;
  }
  .notice_box .boxwrap .box + .box {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1024px) {
  #price_list {
    padding: 40px;
  }
  #price_list .headline01 {
    margin-bottom: 30px;
  }
  #price_list .btn_area {
    margin-top: 40px;
  }
  #price_list .notice_box {
    margin: 0 auto 50px auto;
  }
}

/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

.room_price + .room_price {
  margin-top: 30px;
}

.room_price .headline02::after {
  background-color: #FFF;
}

.room_price .headline02 .ttl span {
  background-color: #FFF;
  color: #b99867;
}

.room_price .headline02 .ttl span::before,
.room_price .headline02 .ttl span::after {
  background-color: #FFF;
}

.room_price .notice {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .room_price {
    max-width: 920px;
    margin: 40px auto 0 auto;
  }
  .room_price + .room_price {
    margin-top: 40px;
  }
  .room_price .notice {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .room_price + .room_price {
    margin-top: 50px;
  }
  .room_price .headline02 {
    margin-bottom: 40px;
  }
}

.box_shadow {
  position: relative;
  border: 2px solid #d3b690;
  margin-top: 50px;
}

.box_shadow::after {
  content: "横にスクロールして閲覧することができます";
  font-size: 12px;
  background-color: #684f2e;
  color: #FFF;
  display: inline-block;
  padding: 0 5px;
  line-height: 20px;
  position: absolute;
  top: -30px;
  left: 0;
}

.box_shadow::before {
  pointer-events: none;
  content: '';
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  box-shadow: -22px 0px 35px -7px #000 inset;
  -moz-box-shadow: -22px 0px 35px -7px #000 inset;
  -webkit-box-shadow: -22px 0px 35px -7px #000 inset;
  opacity: .5;
}

.box_shadow .scroll_table {
  overflow-x: scroll;
  padding: 5px 0px 5px 5px;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  .box_shadow {
    position: relative;
    border: none;
    margin-top: 30px;
  }
  .box_shadow::after {
    display: none;
  }
  .box_shadow::before {
    display: none;
  }
  .box_shadow .scroll_table {
    padding: 0;
    overflow: hidden;
  }
}

.price_table {
  width: 610px;
  margin: 0px auto 0 auto;
  background-color: #CCC;
  border-spacing: 1px;
  border-collapse: separate;
}

@media screen and (min-width: 768px) {
  .price_table {
    width: 100%;
  }
}

.price_table th, .price_table td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}

.price_table th {
  background-color: #6e6e6e;
  color: #FFF;
}

.price_table td {
  background-color: #FFF;
  color: #464646;
  line-height: 1.4;
}

.price_table .sub {
  background-color: #a0a0a0;
  text-align: center;
}

.price_table tbody th {
  width: 150px;
}

.price_table thead tr:first-child th {
  border-left: 0;
}

.price_table thead tr th {
  border-top: 0;
}

.price_table thead tr th:last-child {
  border-right: 0;
}

.price_table tbody tr:last-child th, .price_table tbody tr:last-child td {
  border-bottom: 0;
}

.price_table tbody tr th {
  border-left: 0;
}

.price_table tbody tr .sub,
.price_table tbody tr td:last-child {
  border-right: 0;
}

#hall_page_links {
  background-color: #f4f4f4;
  padding: 20px;
}

#hall_page_links .headline01 {
  color: #b99867;
  margin-bottom: 25px;
}

#hall_page_links .headline01::after {
  background-color: #b99867;
}

@media screen and (min-width: 768px) {
  #hall_page_links {
    padding: 40px;
  }
  #hall_page_links .headline01 {
    margin-bottom: 30px;
  }
}

/* ======================================================
	LAYOUT LIST
========================================================= */
/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

#layout_blk {
  background-color: #b99867;
  padding: 20px;
}

#layout_blk .inner {
  background-color: #FFF;
}

#layout_blk .room_name {
  font-size: 18px;
  background-color: #333333;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px 10px;
}

#layout_blk .mod_layout {
  padding: 20px 15px;
}

#layout_blk .mod_layout .headline02 {
  margin-bottom: 15px;
}

#layout_blk .note {
  margin-bottom: 10px;
}

#layout_blk .layout_list .blk + .blk {
  margin-top: 15px;
}

#layout_blk .layout_list .blk .note {
  margin-top: 10px;
}

#layout_blk .layout_list .sub_ttl {
  font-size: 13px;
  background-color: #6e6e6e;
  color: #FFF;
  padding: 6px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  margin-bottom: 10px;
}

#layout_blk .layout_list .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -5px;
}

#layout_blk .layout_list .row .box {
  width: 50%;
  padding: 0 5px;
  margin: 10px 0;
  text-align: center;
}

#layout_blk .layout_list .row .box p {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}

#layout_blk .layout_list .row .box .thum {
  display: block;
  margin: 5px auto 8px auto;
  position: relative;
}

#layout_blk .layout_list .row .box .thum figure {
  display: block;
  text-align: center;
}

#layout_blk .layout_list .row .box .thum figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#layout_blk .layout_list .row .box .thum::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#layout_blk .layout_list .row .box .thum:hover::before, #layout_blk .layout_list .row .box .thum:hover::after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.mod_download_btn {
  margin-top: 30px;
}

.mod_download_btn li + li {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  #layout_blk {
    padding: 30px 40px;
  }
  #layout_blk .room_name {
    font-size: 26px;
    font-weight: normal;
  }
  #layout_blk .mod_layout {
    padding: 30px 30px 40px 30px;
  }
  #layout_blk .mod_layout .headline02 {
    margin-bottom: 25px;
  }
  #layout_blk .layout_list .blk + .blk {
    margin-top: 30px;
  }
  #layout_blk .layout_list .sub_ttl {
    font-size: 15px;
    text-align: center;
  }
  #layout_blk .layout_list .sub_ttl br {
    display: none;
  }
  #layout_blk .layout_list .row .box {
    width: 25%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #layout_blk .layout_list .row .box .thum {
    max-width: 160px;
  }
  .mod_download_btn {
    margin-top: 35px;
  }
  .mod_download_btn ul {
    text-align: center;
  }
  .mod_download_btn ul li + li {
    margin-top: 0px;
  }
  .mod_download_btn ul li {
    display: inline-block;
    margin: 0 10px;
  }
  .mod_download_btn ul li a {
    width: 260px;
  }
}

@media screen and (min-width: 1024px) {
  #layout_blk .inner {
    max-width: 720px;
    margin: 0 auto;
  }
  #layout_blk .layout_list .row .box {
    width: 25%;
    padding: 0px;
  }
  .mod_download_btn {
    margin-top: 35px;
  }
  .mod_download_btn ul li a {
    width: 290px;
  }
}

@media screen and (min-width: 1280px) {
  #layout_blk .inner {
    max-width: 920px;
    margin: 0 auto;
  }
  #layout_blk .layout_list .row .box {
    width: 20%;
  }
}

/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

.mod_layout_image {
  padding: 20px;
  margin-top: -10px;
}

.mod_layout_image .headline02 {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .mod_layout_image {
    padding: 30px;
    margin-top: -15px;
  }
  .mod_layout_image .headline02 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .mod_layout_image {
    padding-bottom: 40px;
  }
}

.image_list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}

.image_list ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}

.image_list ul li:not(:first-child) {
  width: 50%;
  max-width: 350px;
}

.image_list ul li figure {
  display: block;
  text-align: center;
}

.image_list ul li figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.image_list ul li span {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  .image_list {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  .image_list ul {
    margin: 0px -15px;
  }
  .image_list ul li {
    width: 100%;
    padding: 10px;
    position: relative;
  }
  .image_list ul li:not(:first-child) {
    width: 50%;
    max-width: 380px;
  }
  .image_list ul li span {
    font-size: 14px;
    bottom: 15px;
    right: 15px;
  }
}

.mod_btn_entry {
  padding: 30px 20px 20px 20px;
}

.mod_btn_entry .btn_style01 {
  font-size: 16px;
  max-width: 290px;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .mod_btn_entry {
    padding: 40px 20px 20px 20px;
  }
}

/* ======================================================
	SEARCH
========================================================= */
/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

#search_result_blk {
  background-color: #f4f4f4;
  padding: 20px 20px 20px 20px;
}

#search_result_blk .headline02 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #search_result_blk {
    padding: 40px 40px 0px 40px;
  }
  #search_result_blk .inner {
    max-width: 920px;
    margin: 0 auto;
  }
  #search_result_blk .headline02 {
    margin-bottom: 40px;
  }
}

.mod_search_text {
  background-color: #FFF;
  padding: 20px;
}

.mod_search_text ul li {
  display: inline-block;
  margin: 2px 14px 2px 0;
}

.mod_search_text ul li::before {
  content: "\0025C6";
  color: #b99867;
  display: inline-block;
  margin-right: 4px;
}

#result_table {
  background-color: #f4f4f4;
  padding: 20px 20px 40px 20px;
}

#result_table .headline02 {
  margin-bottom: 20px;
}

#result_table .box_shadow {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #result_table {
    padding: 40px;
  }
  #result_table .box_shadow {
    margin-top: 0px;
  }
  #result_table .inner {
    max-width: 920px;
    margin: 0 auto;
  }
}

#result_table .taR {
  margin-top: 5px;
  text-align: right;
}

#result_table .not_found {
  padding: 0 40px;
}

#result_table .clickable {
  cursor: pointer;
}

#result_table .clickable:hover {
  background-color: #666;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.mod_result_table {
  width: 720px;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #FFF;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .mod_result_table {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .mod_result_table {
    font-size: 14px;
    width: 100%;
  }
}

.mod_result_table thead th {
  text-align: center;
  padding: 5px 10px;
  color: #FFF;
  background-color: #6e6e6e;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mod_result_table thead th:nth-child(3) {
  width: 80px;
}

.mod_result_table thead th:nth-child(5) {
  width: 140px;
}

.mod_result_table tbody tr:nth-child(even) {
  background-color: #e6e6e6;
}

.mod_result_table tbody td {
  padding: 9px 10px;
  text-align: center;
}

.not_found {
  background-color: #f4f4f4;
  padding: 20px 20px 40px 20px;
}

@media screen and (min-width: 768px) {
  .not_found {
    padding: 40px;
  }
}

.not_found .box {
  max-width: 620px;
  margin: 0 auto;
  padding: 40px 15px;
  background-color: rgba(255, 255, 255, 0.3);
}

.not_found .box p {
  text-align: center;
}

/* ======================================================
	Plice List
========================================================= */
#plice_archives {
  padding: 20px;
  background-color: #f4f4f4;
}

#plice_archives .hall_list {
  margin-bottom: 15px;
}

#plice_archives .hall_list li + li {
  margin-top: 5px;
}

#plice_archives .notice_box {
  margin-bottom: -20px;
}

@media screen and (min-width: 768px) {
  #plice_archives {
    padding: 40px 40px 40px 40px;
  }
}

@media screen and (min-width: 640px) {
  #plice_archives .hall_list {
    margin: 0 auto 15px auto;
  }
}

@media screen and (min-width: 640px) and (min-width: 768px) {
  #plice_archives .hall_list {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 640px) {
  #plice_archives .hall_list ul {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 0px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #plice_archives .hall_list ul li {
    width: 50%;
    padding: 5px;
  }
}

@media screen and (min-width: 640px) and (min-width: 1024px) {
  #plice_archives .hall_list ul li {
    padding: 7px;
  }
}

@media screen and (min-width: 640px) {
  #plice_archives .hall_list ul li + li {
    margin-top: 0;
  }
  #plice_archives .hall_list ul li a {
    max-width: 100%;
  }
}

.section-price {
  background-color: #f4f4f4;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .section-price {
    padding: 40px 40px 30px 40px;
  }
  .section-price .box_shadow + .box_shadow {
    margin-top: 20px;
  }
  .section-price:last-child {
    padding-bottom: 60px;
  }
}

.section-price .room_price {
  margin-top: 0;
}

.section-price .room_price .headline02::after {
  background-color: #b99867;
}

.section-price .room_price .headline02 .ttl span {
  background-color: #b99867;
  color: #FFF;
}

.section-price .room_price .price_table {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .section-price .room_price .price_table {
    font-size: 14px;
  }
}

.section-price .room_price &gt; p {
  margin-top: 10px;
}

.section-price .btn_area {
  margin-top: 20px;
}

/* ======================================================
	FLOW
========================================================= */
/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

#blk_flow {
  background-color: #f7f7f7;
  padding: 20px 20px 40px 20px;
}

@media screen and (min-width: 768px) {
  #blk_flow {
    padding: 40px;
  }
}

@media screen and (min-width: 1024px) {
  #blk_flow {
    padding: 50px 40px;
  }
}

.mod_flow_list .box {
  background-color: #FFF;
}

.mod_flow_list .box + .box {
  margin-top: 20px;
}

.mod_flow_list .box_body {
  padding: 20px 15px;
}

.mod_flow_list .box_body p {
  text-align: center;
}

.mod_flow_list .box_body p + p {
  margin-top: 1em;
}

.mod_flow_list .box_body strong {
  font-weight: bold;
}

.mod_flow_list .box_body .table_tell {
  width: 100%;
  margin-top: 20px;
}

.mod_flow_list .box_body .table_tell tr th, .mod_flow_list .box_body .table_tell tr td {
  display: block;
}

.mod_flow_list .box_body .table_tell tr th {
  font-size: 13px;
  background-color: #f7f7f7;
  padding: 2px 8px;
  margin-bottom: 8px;
}

.mod_flow_list .box_body .table_tell tr td {
  padding: 0 8px 10px 8px;
}

.mod_flow_list .box_body .table_tell tr td .tellink {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mod_flow_list .box_body .table_tell tr:last-child {
  padding-bottom: 0;
}

.mod_flow_list .box_body .btn_area {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .mod_flow_list {
    max-width: 920px;
    margin: 0 auto;
  }
  .mod_flow_list .box {
    background-color: #FFF;
  }
  .mod_flow_list .box + .box {
    margin-top: 30px;
  }
  .mod_flow_list .box_body {
    padding: 40px;
  }
  .mod_flow_list .box_body p {
    font-size: 15px;
  }
  .mod_flow_list .box_body strong {
    font-weight: bold;
  }
  .mod_flow_list .box_body .table_tell {
    width: 100%;
    max-width: 460px;
    margin: 20px auto 0 auto;
  }
  .mod_flow_list .box_body .table_tell tr th, .mod_flow_list .box_body .table_tell tr td {
    display: table-cell;
    padding: 2px 8px;
  }
  .mod_flow_list .box_body .table_tell tr th {
    font-size: 14px;
    background-color: transparent;
    margin-bottom: 8px;
  }
  .mod_flow_list .box_body .btn_area {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .mod_flow_list .box + .box {
    margin-top: 50px;
  }
}

/* ======================================================
	FEATURES
========================================================= */
#blk_features {
  padding: 20px;
  background-color: #f4f4f4;
}

@media screen and (min-width: 768px) {
  #blk_features {
    padding: 40px;
  }
}

#blk_hall_aremap {
  padding: 20px 20px 30px 20px;
  background-color: #333333;
}

#blk_hall_aremap .headline01 {
  color: #FFF;
  margin-bottom: 25px;
}

#blk_hall_aremap .headline01:after {
  background-color: #FFF;
}

#blk_hall_aremap .headline02 {
  margin-bottom: 20px;
}

#blk_hall_aremap .mod_map {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

#blk_hall_aremap .mod_map + .mod_map {
  margin-top: 30px;
}

#blk_hall_aremap .mod_map .btn_area {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  #blk_hall_aremap {
    padding: 40px;
  }
  #blk_hall_aremap .headline01 {
    margin-bottom: 40px;
  }
  #blk_hall_aremap .headline02 {
    margin-bottom: 40px;
  }
  #blk_hall_aremap .mod_map + .mod_map {
    margin-top: 50px;
  }
  #blk_hall_aremap .mod_map .btn_area {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  #blk_hall_aremap {
    padding: 40px 40px 60px 40px;
  }
}

#map_kita,
#map_minmami {
  width: 100%;
  height: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #map_kita,
  #map_minmami {
    height: 440px;
  }
}

#map_kita .gmnoprint,
#map_minmami .gmnoprint {
  width: 125px !important;
}

#map_kita .place,
#map_minmami .place {
  font-size: 13px !important;
  margin-bottom: -4px !important;
}

#map_kita .i4ewOd-pzNkMb-haAclf,
#map_minmami .i4ewOd-pzNkMb-haAclf {
  background-color: transparent !important;
}

/* ======================================================
	MEAL
========================================================= */
/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

.mod_restaurant_detail .rst {
  background-color: #FFF;
  color: #464646;
  position: relative;
}

.mod_restaurant_detail .rst:not(:first-child) {
  margin-top: 20px;
}

.mod_restaurant_detail .rst a {
  color: #464646;
}

.mod_restaurant_detail .rst .thum {
  width: 100%;
  display: block;
}

.mod_restaurant_detail .rst .thum:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

.mod_restaurant_detail .rst .thum img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.mod_restaurant_detail .rst .place {
  color: #FFF;
  background-color: #b99867;
  text-align: center;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mod_restaurant_detail .rst .place span {
  display: inline-block;
  padding: 8px 0;
}

.mod_restaurant_detail .rst .rst_body {
  padding: 20px 15px 60px 15px;
}

.mod_restaurant_detail .rst .rst_body .rst_name {
  font-size: 20px;
}

.mod_restaurant_detail .rst .rst_body .rst_tel {
  margin-bottom: 10px;
}

.mod_restaurant_detail .rst .rst_body .rst_tel .tellink {
  font-size: 16px;
  color: #464646;
}

.mod_restaurant_detail .rst .rst_body table.rst_info {
  width: 100%;
  background-color: #FFF;
  border-collapse: separate;
  border-spacing: 1px;
}

.mod_restaurant_detail .rst .rst_body table.rst_info th, .mod_restaurant_detail .rst .rst_body table.rst_info td {
  font-size: 13px;
  padding: 5px;
}

.mod_restaurant_detail .rst .rst_body table.rst_info th {
  width: 80px;
  background-color: #808080;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}

.mod_restaurant_detail .rst .rst_body table.rst_info td {
  background-color: #f4f4f4;
  line-height: 1.4;
  padding: 8px;
}

.mod_restaurant_detail .rst .btn_style01 {
  color: #b99867;
  border: 1px solid #333;
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mod_restaurant_detail .imgbox {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mod_restaurant_detail .imgbox .img {
  width: 50%;
  height: 34vw;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .mod_restaurant_detail {
    max-width: 760px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-star;
    -moz-justify-content: flex-star;
    -webkit-box-pack: flex-star;
    -ms-flex-pack: flex-star;
    justify-content: flex-star;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .mod_restaurant_detail .rst {
    width: 48%;
    max-width: 360px;
    margin: 1%;
  }
  .mod_restaurant_detail .rst:not(:first-child) {
    margin-top: 1%;
  }
  .mod_restaurant_detail .rst .rst_body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mod_restaurant_detail .rst .rst_body .rst_name {
    font-size: 20px;
  }
  .mod_restaurant_detail .rst .rst_body .btn_style01 {
    max-width: 100%;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mod_restaurant_detail .imgbox {
    width: 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod_restaurant_detail .imgbox .img {
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 1024px) {
  .mod_restaurant_detail {
    max-width: 760px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .mod_restaurant_detail .rst .btn_style01 {
    max-width: 100%;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* @font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
} */

.mod_item_list {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.mod_item_list .note {
  margin-top: 10px;
}

.mod_item_list ul li {
  width: 100%;
  height: 100%;
  display: table;
  padding: 10px 10px;
  background-color: #FFF;
}

.mod_item_list ul li + li {
  margin-top: 4px;
}

.mod_item_list ul li span {
  display: table-cell;
  vertical-align: middle;
}

.mod_item_list ul li .label {
  width: auto;
  text-align: left;
  color: #b99867;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mod_item_list ul li .price {
  width: 80px;
  text-align: right;
  position: relative;
}

.mod_item_list ul li .price:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
}

@media screen and (min-width: 768px) {
  .mod_item_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod_item_list ul li {
    width: 49.4%;
    display: table;
    padding: 10px 10px;
    background-color: #FFF;
    margin: 0.3%;
  }
  .mod_item_list ul li + li {
    margin-top: 0.3%;
  }
}

#hotel_restaurant {
  padding-top: 20px;
}

#hotel_restaurant.column {
  background-color: #f7f7f7;
  padding: 20px 20px 30px 20px;
}

#hotel_restaurant.column .headline01 {
  color: #b99867;
  margin-bottom: 25px;
}

#hotel_restaurant.column .headline01:after {
  background-color: #b99867;
}

@media screen and (min-width: 1024px) {
  #hotel_restaurant.column {
    padding: 40px 40px 50px 40px;
  }
  #hotel_restaurant.column .headline01 {
    margin-bottom: 40px;
  }
}

/* ======================================================
	RENTAL
========================================================= */
#rental {
  background-color: #f7f7f7;
}

#rental .row {
  background-color: #f7f7f7;
}

@media screen and (min-width: 1024px) {
  #rental {
    padding-bottom: 20px;
  }
}

/* ======================================================
	illust MAP （2019.09.01）追加
========================================================= */
#hall_illust_map {
  padding: 30px 20px 20px 20px;
  background-color: #F4F4F4;
}

#hall_illust_map .left,
#hall_illust_map .right {
  width: 280px;
  margin: 0 auto;
}

#hall_illust_map .right {
  margin-top: 20px;
}

#hall_illust_map .right .box + .box {
  margin-top: 20px;
}

#hall_illust_map .box p.city {
  color: #B99867;
  font-size: 21px;
}

#hall_illust_map .box .illust {
  position: relative;
}

#hall_illust_map .box .illust figure {
  text-align: center;
}

#hall_illust_map .box .illust img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#hall_illust_map .link .hotel01 {
  position: absolute;
  width: 83.03px;
  top: 37px;
  left: 96px;
}

#hall_illust_map .link .hotel02 {
  position: absolute;
  width: 80.96px;
  top: 216px;
  left: 11px;
}

#hall_illust_map .link .hotel03 {
  position: absolute;
  width: 119.6px;
  top: 422px;
  left: 146px;
}

#hall_illust_map .link .hotel04 {
  position: absolute;
  width: 100.28px;
  top: 385px;
  left: 52px;
}

#hall_illust_map .link .hotel05 {
  position: absolute;
  width: 100.97px;
  top: 514px;
  left: 140px;
}

#hall_illust_map .link .hotel06 {
  position: absolute;
  width: 115.46px;
  top: 13px;
  left: 156px;
}

#hall_illust_map .link .hotel07 {
  position: absolute;
  width: 107.41px;
  top: 185px;
  left: 166px;
}

@media screen and (min-width: 768px) {
  #hall_illust_map {
    padding: 40px 30px 20px 30px;
  }
  #hall_illust_map .inner {
    width: 708px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  #hall_illust_map .left,
  #hall_illust_map .right {
    width: 50%;
    padding: 0 15px;
  }
  #hall_illust_map .left .box + .box,
  #hall_illust_map .right .box + .box {
    margin-top: 15px;
  }
  #hall_illust_map .right {
    margin-top: 0px;
  }
  #hall_illust_map .box {
    width: 100%;
  }
  #hall_illust_map .box p.city {
    font-size: 24px;
  }
  #hall_illust_map .link .hotel01 {
    width: 97.47px;
    top: 38px;
    left: 105px;
  }
  #hall_illust_map .link .hotel02 {
    width: 95.04px;
    top: 236px;
    left: 22px;
  }
  #hall_illust_map .link .hotel03 {
    width: 140.4px;
    top: 485px;
    left: 166px;
  }
  #hall_illust_map .link .hotel04 {
    width: 117.72px;
    top: 445px;
    left: 58px;
  }
  #hall_illust_map .link .hotel05 {
    width: 118.53px;
    top: 594px;
    left: 170px;
  }
  #hall_illust_map .link .hotel06 {
    width: 135.54px;
    top: 15px;
    left: 178px;
  }
  #hall_illust_map .link .hotel07 {
    width: 126.09px;
    top: 212px;
    left: 191px;
  }
}

@media screen and (min-width: 1295px) {
  #hall_illust_map {
    padding: 40px 30px 10px 30px;
  }
  #hall_illust_map .inner {
    width: 940px;
  }
  #hall_illust_map .inner .right .box + .box {
    margin-top: 35px;
  }
  #hall_illust_map .link .hotel01 {
    width: 126.35px;
    top: 58px;
    left: 130px;
  }
  #hall_illust_map .link .hotel02 {
    width: 123.2px;
    top: 325px;
    left: 25px;
  }
  #hall_illust_map .link .hotel03 {
    width: 182px;
    top: 665px;
    left: 230px;
  }
  #hall_illust_map .link .hotel04 {
    width: 152.6px;
    top: 605px;
    left: 90px;
  }
  #hall_illust_map .link .hotel05 {
    width: 153.65px;
    top: 810px;
    left: 220px;
  }
  #hall_illust_map .link .hotel06 {
    width: 175.7px;
    top: 20px;
    left: 245px;
  }
  #hall_illust_map .link .hotel07 {
    width: 163.45px;
    top: 285px;
    left: 260px;
  }
  #hall_illust_map .link a:hover {
    opacity: 0.8;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}

/*# sourceMappingURL=hall.css.map */</pre></body></html>