@charset "UTF-8";
/***********************************/
/* reset */
/***********************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  -ms-interpolation-mode: bicubic;
}

html {
  overflow-y: scroll;
}

:focus {
  outline: none;
}

/***********************************/
/* font */
/***********************************/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/***********************************/
/* base */
/***********************************/
body {
  color: #212121;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  min-width: 1140px;
}

/* linkの色 */
a {
  color: #212121;
}

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

@media screen and (max-width: 768px) {
  #wrap {
    min-width: auto;
  }
  .main {
    margin-top: 46px;
  }
}
/***********************************/
/* utility */
/***********************************/
.ul,
.ol {
  list-style: none;
}

/* clearfix */
.cfx {
  *zoom: 1;
}

.cfx:after {
  clear: both;
}

.cfx:before, .cfx:after {
  content: "";
  display: table;
}

.inner {
  margin: 0 auto;
  width: 1020px;
}

.only_pc {
  display: block;
}

.only_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .inner {
    margin: 0 auto;
    width: 95%;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
}
/***********************************/
/* module */
/***********************************/
.home_heading {
  color: #9e8e00;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 12px;
  text-align: center;
}

.home_heading em {
  color: #263238;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 6px;
}

.home_heading span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.075em;
  margin: 0 2.5em;
  padding: 0 128px;
}

.home_heading span::before,
.home_heading span::after {
  position: absolute;
  top: 40%;
  content: "";
  width: 240px;
  height: 1px;
  background-color: #9e8e00;
}

.home_heading span::before {
  right: 100%;
}

.home_heading span::after {
  left: 100%;
}

.section {
  padding: 60px 0;
}

.section:nth-of-type(even) {
  background: url("../images/common/bg_section.png") repeat left top;
}

.section:last-child {
  padding-bottom: 130px;
}

.mainVisual {
  position: relative;
}

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

.mainVisual_heading {
  color: #fff;
  font-size: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  position: absolute;
  top: 56%;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

/***** article_heading *****/
.article_headingArea {
  background: url("../images/common/bg_pattern.png") repeat left top;
  color: #fff;
  padding: 40px 0;
  position: relative;
}

.article_headingArea::before {
  background: #9e8e00;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 5px;
}

.article_headingArea::after {
  background: #9e8e00;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 5px;
}

.article_headingName,
.article_headingLead,
.article_headingTxt {
  display: inline-block;
  vertical-align: middle;
}

.article_headingName,
.article_headingLead {
  font-size: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.article_headingName {
  font-size: 32px;
  border-right: 1px solid #e0e0e0;
  margin-right: 40px;
  padding: 10px 40px 10px 0;
}

.article_headingTxt {
  font-size: 14px;
  line-height: 1.7;
}

/***** section_heading *****/
.section_heading {
  font-size: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.075em;
  text-align: center;
}

/***** pageNav *****/
.pageNavArea {
  background: url("../images/common/bg_section.png") repeat left top;
  border-bottom: 1px solid #e0e0e0;
}

.pageNav {
  padding: 16px 0;
}

.pageNav li {
  border-left: 1px solid #bdbdbd;
  float: left;
  font-size: 14px;
  padding: 5px 20px;
}

.pageNav li:last-child {
  border-right: 1px solid #bdbdbd;
}

.pageNav li a {
  text-decoration: none;
}

.pageNav li a:hover {
  color: #9e8e00;
}

@media screen and (max-width: 768px) {
  .home_heading {
    font-size: 10px;
  }
  .home_heading em {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .home_heading span {
    margin: 0 2.5em;
    padding: 0 24px;
  }
  .home_heading span::before,
  .home_heading span::after {
    width: 32px;
  }
  .section {
    padding: 32px 0;
  }
  .section:last-child {
    padding-bottom: 120px;
  }
  .mainVisual_heading {
    font-size: 32px;
    margin-top: -16px;
    top: 50%;
    text-align: center;
  }
  /***** article_heading *****/
  .article_headingArea {
    padding: 18px 0;
  }
  .article_headingArea::before {
    top: 3px;
  }
  .article_headingArea::after {
    bottom: 3px;
  }
  .article_headingName,
  .article_headingLead {
    font-size: 14px;
  }
  .article_headingName {
    border-right: none;
    margin-right: 0;
    padding: 0;
  }
  .article_headingName + .article_headingLead {
    border-left: 1px solid #fff;
    margin-left: 14px;
    padding: 4px 0 4px 14px;
  }
  .article_headingTxt {
    display: block;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 12px;
    vertical-align: baseline;
  }
  /***** section_heading *****/
  .section_heading {
    font-size: 18px;
  }
  /***** pageNav *****/
  .pageNavArea {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pageNav {
    padding: 0;
  }
  .pageNav li {
    font-size: 10px;
    padding: 5px 12px;
  }
  .pageNav.inner {
    min-width: 570px;
    width: 100%;
  }
  .pageNavArea::-webkit-scrollbar {
    height: 2px;
  }
  .pageNavArea::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .pageNavArea::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
/***********************************/
/* header */
/***********************************/
.header {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 550;
  position: fixed;
  top: 0;
}

.headerInner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.headerInner.inner {
  width: 1040px;
}

.headerLogo {
  float: left;
  margin-top: 18px;
}

.headerLogo a {
  color: #25416c;
  text-decoration: none;
}

.headerLogo a:hover {
  opacity: 0.8;
}

.headerLogo_img,
.headerLogo_txt {
  display: inline-block;
  vertical-align: middle;
}

.headerLogo_img {
  height: auto;
  width: 44px;
}

.headerLogo_txt {
  font-size: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-left: 4px;
}

.headerLogo_txt em {
  display: block;
  font-size: 10px;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 0;
}

.headBottom_box {
  position: absolute;
  right: 0;
  bottom: -56px;
  font-size: 0;
}

.BottomBox_reserveBtn,
.BottomBox_enBtn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  height: 56px;
  line-height: 56px;
}

.BottomBox_reserveBtn.only_pc,
.BottomBox_enBtn.only_pc {
  display: inline-block;
  vertical-align: bottom;
}

.BottomBox_reserveBtn {
  background: #9e8e00;
  border: 1px solid #9e8e00;
  cursor: pointer;
  font-size: 15px;
  padding: 0 42px;
}

.BottomBox_reserveBtn:hover {
  background: #fff;
  border: 1px solid #827717;
  color: #9e8e00;
}

.BottomBox_enBtn {
  background: #25416c;
  border: 1px solid #25416c;
  display: inline-block;
  font-size: 16px;
  padding: 0 18px;
  text-decoration: none;
}

.BottomBox_enBtn i {
  display: inline-block;
  font-size: 12px;
  margin-right: 16px;
  vertical-align: 1px;
}

.BottomBox_enBtn:hover {
  background: #fff;
  border: 1px solid #25416c;
  color: #25416c;
}

@media screen and (max-width: 768px) {
  .header {
    background: #25416c;
    height: 46px;
    z-index: 450;
  }
  .headerInner.inner {
    width: 100%;
  }
  .headerLogo {
    margin: 8px 0 0 16px;
  }
  .headerLogo a {
    color: #fff;
  }
  .headerLogo_img {
    width: 36px;
  }
  .headerLogo_txt {
    font-size: 10px;
    margin-left: 0px;
  }
  .headerLogo_txt em {
    font-size: 10px;
    font-weight: 500;
    margin-top: 2px;
    -webkit-transform: scale(0.7);
    -webkit-transform-origin: 0% 0%;
    -ms-transform: scale(0.7);
    -ms-transform-origin: 0% 0%;
    transform: scale(0.7);
    transform-origin: 0% 0%;
    width: 105%;
    zoom: 0.7;
  }
  .BottomBox_reserveBtn.only_pc,
  .BottomBox_enBtn.only_pc {
    display: none;
  }
  /* Hamburger Menu */
  .globalNav-spBtn,
  .globalNav-spBtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .globalNav-spBtn {
    height: 22px;
    width: 26px;
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .globalNav-spBtn span {
    background: #fff;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
  }
  .globalNav-spBtn span:nth-of-type(1) {
    top: 0;
  }
  .globalNav-spBtn span:nth-of-type(2) {
    top: 10px;
  }
  .globalNav-spBtn span:nth-of-type(3) {
    bottom: 0;
  }
  #wrap.is-open .header {
    z-index: 500;
  }
  /* Hamburger Menu animation */
  #wrap.is-open .globalNav-spBtn span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #wrap.is-open .globalNav-spBtn span:nth-of-type(2) {
    opacity: 0;
  }
  #wrap.is-open .globalNav-spBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}
/***********************************/
/* globalNav-pc */
/***********************************/
.headerNav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.globalNav-pc_list {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}

.globalNav-pc_listItem {
  font-size: 14px;
  float: left;
  letter-spacing: -0.04em;
  margin-left: 24px;
  text-align: center;
}

.globalNav-pc_listItem:first-child {
  margin-left: 0;
}

.globalNav-pc_listItemChild {
  display: block;
  padding: 25px 7px;
  position: relative;
  text-decoration: none;
}

.globalNav-pc_listItemChild span {
  color: #9e8e00;
  font-size: 10px;
  letter-spacing: initial;
}

.globalNav-pc_listItemChild::after {
  background: #25416c;
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
}

.globalNav-pc_listItemChild:hover::after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.globalNav-pc_listItem:nth-of-type(2) .globalNav-pc_listItemChild::after,
.globalNav-pc_listItem:nth-of-type(3) .globalNav-pc_listItemChild::after,
.globalNav-pc_listItem:nth-of-type(5) .globalNav-pc_listItemChild::after {
  content: none;
}

/***** ドロップダウンメニュー *****/
.globalNav-pc_dropDown {
  background: url(../images/common/bg_pattern.png) repeat left top #25416c;
  color: #fff;
  display: none;
  text-align: left;
  width: 100%;
  position: fixed;
  top: 78px;
  left: 0;
  z-index: 100;
}

.gnvDropdown_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 0 50px;
  width: 1020px;
}

.gnvDropdown_Box-L,
.gnvDropdown_Box-R {
  margin-top: 40px;
  width: 478px;
}

.gnvDropdown_Box-L:nth-of-type(1),
.gnvDropdown_Box-R:nth-of-type(2) {
  margin-top: 0;
}

.gnvDropdown_Box-L {
  float: left;
}

.gnvDropdown_Box-R {
  float: right;
}

.gnvDropdown_BoxTtl {
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 4px;
}

.gnvDropdown_BoxTtl a {
  color: #fff;
  text-decoration: none;
}

.gnvDropdown_BoxTtl a:hover {
  opacity: 0.8;
}

.gnvDropdown_stayList {
  font-size: 15px;
  float: left;
  margin-left: 8px;
}

.gnvDropdown_stayList li {
  margin-top: 16px;
}

.gnvDropdown_stayList li a {
  color: #fff;
  text-decoration: none;
}

.gnvDropdown_stayList li a i {
  display: inline-block;
  margin-right: 8px;
}

.gnvDropdown_stayList li a:hover {
  opacity: 0.8;
}

.gnvDropdown_stayList:nth-of-type(2) {
  margin-left: 64px;
}

.gnvDropdown_shopList {
  margin-top: 24px;
}

.gnvDropdown_shopList li {
  float: left;
  margin: 0 0 0 24px;
  text-align: left;
  width: 324px;
}

.gnvDropdown_shopList li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.gnvDropdown_shopList li a:hover {
  opacity: 0.8;
}

.gnvDropdown_shopList li:first-child {
  margin-left: 0;
}

.gnvDropdown_shopList:nth-of-type(1) {
  margin-top: 0;
}

.gnvDropdown_shopListName {
  display: inline-block;
  line-height: 1.3;
  margin-top: 6px;
}

.gnvDropdown_boxList {
  font-size: 18px;
}

.gnvDropdown_boxList li {
  float: left;
  width: 33.33%;
}

.gnvDropdown_boxList li a {
  color: #fff;
  text-decoration: none;
}

.gnvDropdown_boxList li a:hover {
  opacity: 0.8;
}

.gnvDropdown_boxList li a i {
  font-size: 20px;
  display: inline-block;
  margin-right: 8px;
}

.gnvDropdown_boxList:nth-of-type(2) {
  margin-top: 54px;
}

/***********************************/
/* Langage */
/***********************************/
.globalNav-Lang-btn {
  margin-left: 14px;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.globalNav-Lang-btn button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid #25416c;
  background-color: #25416c;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px auto;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 6px 10px;
  width: 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.globalNav-Lang-btn button + button {
  margin-left: 1px;
}
.globalNav-Lang-btn button:hover, .globalNav-Lang-btn button:focus, .globalNav-Lang-btn button:active {
  color: #25416c;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .globalNav-sp {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 400;
  }
  .globalNav-spBox {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    margin: 0 auto 32px;
    width: 95%;
  }
  .globalNav-sp_list li {
    background: url("../images/common/globalNav-sp_bg.png") repeat left top;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    margin-top: 4px;
    text-align: center;
  }
  .globalNav-sp_list li a {
    color: #000;
    display: block;
    padding: 10px 0;
    text-decoration: none;
  }
  .globalNav-sp_list li a span {
    color: #9e8e00;
    display: block;
    font-size: 12px;
    margin-top: 4px;
  }
  .globalNav-spDropDown a {
    background: url("../images/common/globalNav-sp_icon_off.png") no-repeat right 12px center;
    background-size: 8px;
  }
  .globalNav-spDropDown.active a {
    background: url("../images/common/globalNav-sp_icon_on.png") no-repeat right 12px center;
    background-size: 14px;
  }
  .globalNav-spDropDown.active .spDropDown_list li a {
    background: none;
  }
  .spDropDown_list {
    display: none;
  }
  .spDropDown_list li {
    background: #fff;
    border: none;
    border-top: 1px solid #e0e0e0;
    font-size: 12px;
    margin-top: 0;
  }
  .spDropDown_list li a {
    background: none;
    color: #25416c;
  }
  .globalNav-spReserveBtn {
    background: #9e8e00;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 20px;
    padding: 18px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .globalNav-spReserveBtn span {
    display: block;
    font-size: 12px;
    margin-top: 6px;
  }
  .globalNav-spLanguageBtn {
    font-size: 0;
    margin-top: 20px;
    text-align: center;
  }
  .globalNav-spLanguageBtn button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    padding: 14px 0;
    width: 120px;
  }
  .globalNav-spLanguageBtn .ja {
    background: #25416c;
    color: #fff;
  }
  .globalNav-spLanguageBtn .en {
    background: #fff;
    color: #25416c;
  }
  .globalNav-Lang-btn {
    display: none;
  }
}
/***********************************/
/* slider */
/***********************************/
.sliderArea {
  position: relative;
  overflow: hidden;
}

.slider::after {
  background: url("../images/dot.png") repeat center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  width: 100%;
  height: auto;
}

.sliderArea_logo {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

.slider li img {
  height: auto;
  width: 100%;
}

.slider li {
  overflow: hidden;
}

.slider li.active img {
  -webkit-animation: inout 20s linear;
  animation: inout 20s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sliderArea .slick-dots {
  bottom: 4px;
  z-index: 60;
}

.sliderArea .slick-dots li {
  background: #e0e0e0;
  border-radius: 50%;
  height: 10px;
  margin: 0 6px;
  width: 10px;
}

.sliderArea .slick-dots li.slick-active {
  background: #25416c;
}

@-webkit-keyframes inout {
  /* Safari & Chrome */
  0% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  }
}
@keyframes inout {
  0% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .sliderArea .slick-dots li {
    height: 8px;
    width: 8px;
  }
}
/***********************************/
/* home */
/***********************************/
.homeNewsArea,
.homeEventArea,
.homeAccessArea {
  padding: 60px 0;
}

.homeNewsArea,
.homeAccessArea {
  background: url("../images/common/bg_section.png") repeat left top;
}

/***** homeReservation *****/
.homeReserveArea {
  background: url("../images/common/bg_pattern.png") repeat left top;
  padding: 24px 0;
  position: relative;
}

.homeReserveArea::before {
  background: #9e8e00;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 5px;
}

.homeReserveArea::after {
  background: #9e8e00;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 5px;
}

.section_homeReservation {
  position: relative;
}

.homeReservation_heading {
  color: #9e8e00;
  font-size: 12px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.homeReservation_heading span {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 8px;
}

.homeReservation_table {
  color: #fff;
  margin-top: 26px;
}

.homeReservation_table li {
  font-size: 15px;
  float: left;
  margin-left: 15px;
}

.homeReservation_table li:first-child {
  margin-left: 0;
}

.ReservationTable_input {
  font-size: 13px;
}

.homeReservation_table input,
.homeReservation_table select {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  outline: none;
  margin-top: 0;
}

.homeReservation_table select {
  height: 36px;
  padding: 0 18px 0 8px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.homeReservation_table select::-ms-expand {
  display: none;
}

.homeReservation_table select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}

@-moz-document url-prefix() {
  .homeReservation_table select {
    padding: 0 18px 0 4px;
  }
}
.inputSize-l {
  width: 220px;
}

.inputSize-m {
  width: 120px;
}

.inputSize-s {
  width: 70px;
}

.homeReservation_utilBox {
  position: absolute;
  top: -5px;
  right: 0;
}

.ReservationUtilBox_tel {
  color: #ffffff;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: -0.05em;
}

.ReservationUtilBox_tel span {
  border: 1px solid #9e8e00;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 6px;
  padding: 4px 10px;
}

.ReservationUtilBox_telNum {
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ReservationUtilBox_telNum dd + dt {
  margin-left: 1.5em;
}

.ReservationUtilBox_telNum dd {
  margin-left: 0.6em;
}

.ReservationUtilBox_btn {
  background: #9e8e00 url("../images/common/reserve_icon_off.png") no-repeat left 20px center;
  border: 1px solid #9e8e00;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 37px 15px 73px;
}

.ReservationUtilBox_btn:hover {
  background: #fff url("../images/common/reserve_icon_on.png") no-repeat left 20px center;
  color: #9e8e00;
}

.homeReservation_bnr {
  max-width: 640px;
  width: 100%;
  margin: 26px auto 10px;
}
.homeReservation_bnr .inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.homeReservation_bnr .inner .homeReservation_bnr_item {
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.homeReservation_bnr .inner .homeReservation_bnr_item.-col2 {
  width: 300px;
}
.homeReservation_bnr .inner .homeReservation_bnr_item.-col2 img {
  width: 100%;
}
.homeReservation_bnr .inner .homeReservation_bnr_item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .homeReservation_bnr {
    max-width: 100%;
    margin: 20px auto;
  }
  .homeReservation_bnr .inner .homeReservation_bnr_item {
    margin: 0 auto;
  }
  .homeReservation_bnr .inner .homeReservation_bnr_item.-col2 {
    width: 100%;
  }
  .homeReservation_bnr .inner .homeReservation_bnr_item + .homeReservation_bnr_item {
    margin-top: 10px;
  }
}
/* ---------------------------------------------------------
日本語版 style.css 新規スタイル
--------------------------------------------------------- */
.buttonCancel {
  display: none;
}

#dynCalendarreservationForm table tbody th,
#dynCalendarreservationForm table tbody td,
#dynCalendarreservationFormModal table tbody th,
#dynCalendarreservationFormModal table tbody td {
  padding: 6px 0px !important;
}

.homeReservationChange {
  width: 220px;
  vertical-align: top;
  float: left;
}

.homeReservationChange .homeReservation-selectWrap,
.homeReservationChange-select {
  width: 100%;
}

.homeReservationForm {
  width: 784px;
  float: right;
}

.homeReservation-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.homeReservation-selectWrap {
  position: relative;
}

.homeReservation-selectWrap::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #25416c;
  border-top: 1px solid #25416c;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-75%) rotate(135deg);
  pointer-events: none;
}

.bookingDate,
.dynPersons,
.dynPrice {
  display: inline-block !important;
  vertical-align: top !important;
}

.bookingDate .dynDate,
.bookingDate .bookingNights {
  display: inline-block !important;
  vertical-align: top !important;
}

.bookingNightGroup,
.dynCalendarGroup {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.dynDate input {
  font-size: 13px;
  color: #333;
  text-align: center;
  padding: 7px 8px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 500ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dynDate input.cmbARRY {
  width: 60px;
}

.dynDate input.cmbARRM,
.dynDate input.cmbARRD {
  width: 40px;
}

.cmbNights {
  width: 40px;
}

.dynPersons .cmbPerson0 {
  width: 45px;
}

.dynDate-text,
.bookingNights-text,
.dynPersons-text,
.dynPrice-text {
  font-size: 13px;
  padding: 0 2px 0 6px;
  top: 2px;
}

.bookingNights-text,
.dynPersons-text,
.dynPrice-text {
  position: relative;
  top: 1px;
}

.dynSubmit {
  float: right;
}

.dynSubmit .buttonSubmit {
  width: 192px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #9e8e00 url(../images/common/reserve_icon_off.png) no-repeat left 20px center;
  border: 1px solid #9e8e00;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 20px 37px 19px 73px;
  border-radius: 0;
  line-height: 1;
}

.dynSubmit .buttonSubmit:hover {
  background: #fff url(../images/common/reserve_icon_on.png) no-repeat left 20px center;
  color: #9e8e00;
}

.homeReservation-selectWrap {
  display: inline-block;
}

/***** homeNav *****/
.homeNav {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 24px 0;
}

.homeNav_list li:nth-of-type(1) .homeNav_listItemChild {
  background: none;
}

.homeNav_list li:nth-of-type(4) .homeNav_listItemChild {
  background: none;
}

.homeNav_listItem {
  background: url(../images/common/globalNav-sp_bg.png) repeat left top;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.homeNav_listItem:not(:first-child) {
  margin-top: 4px;
}

.homeNav_listItemChild,
.homeNavList_contentItem {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.homeNav_listItemChild {
  background: url(../images/common/globalNav-sp_icon_off.png) no-repeat right 12px center;
  background-size: 8px;
}

.homeNav_listItem.is-active .homeNav_listItemChild {
  background: url(../images/common/globalNav-sp_icon_on.png) no-repeat right 12px center;
  background-size: 14px;
}

.homeNav_listItemChild > span {
  color: #9e8e00;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.homeNavList_content {
  display: none;
}

.homeNavList_contentItem {
  background: #fff;
  border-top: 1px solid #e0e0e0;
  color: #25416c;
  font-size: 12px;
}

.homeNav_reserve {
  background: url(../images/common/bg_pattern.png) repeat left top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin-top: 24px;
  position: relative;
  padding: 20px 14px;
  z-index: 5;
}

.homeNav_reserve::before {
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.homeNavReserve_heading {
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.homeNavReserve_telList {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 4px;
  line-height: 1.4;
}

.homeNavReserve_telList dt {
  clear: both;
  float: left;
}

.homeNavReserve_telList dd {
  margin-left: 6em;
}

.homeNavReserve_btn {
  display: block;
  background: #9e8e00;
  color: #fff;
  margin-top: 20px;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.homeNavReserve_btn > span {
  display: block;
  font-size: 12px;
}

/***** homeInfo *****/
.section_homeInfo,
.section_homeFacebook {
  margin-top: 40px;
}

.section_homeInfo {
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 420px;
  overflow-y: scroll;
  padding: 10px;
  width: 620px;
}

.homeInfo_list li {
  border-bottom: 1px solid #eee;
  margin-top: 16px;
  padding-bottom: 16px;
}

.homeInfo_list li:first-child {
  margin-top: 0;
}

.homeInfo_listIcon,
.homeInfo_listDate {
  display: inline-block;
  vertical-align: middle;
}

.homeInfo_listDate {
  color: #757575;
  font-size: 14px;
}

.homeInfo_listIcon {
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  margin-left: 14px;
  padding: 4px 0;
  text-align: center;
  width: 60px;
}

.icon-important {
  background: #a40c0c;
}

.icon-new {
  background: #9e8e00;
}

.homeInfo_listTxt {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
  text-decoration: none;
}

.homeInfo_listTxt:hover {
  color: #9e8e00;
}

.homeInfo_listTxt.homeInfo_listTxt-important {
  color: #a40c0c;
}

.homeInfo_more {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}

.homeInfo_more a {
  color: #25416c;
  text-decoration: none;
}

.homeInfo_more a:hover {
  opacity: 0.3;
}

.homeInfo_more a i {
  display: inline-block;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .section_homeInfo,
  .section_homeFacebook {
    float: none;
    width: 100%;
  }
  .homeInfo_list li {
    margin-top: 8px;
    padding-bottom: 8px;
  }
  .homeInfo_list li:first-child {
    margin-top: 16px;
  }
}
/***** homeFacebook *****/
.section_homeFacebook {
  float: right;
  width: 360px;
}

.fbBox {
  border: 1px solid #e0e0e0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 360px;
  padding: 10px;
  width: 360px;
}

/***** homeEvent *****/
.event_list {
  margin-top: 40px;
}

.event_list li {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 12px;
  width: 340px;
}

.eventList_box {
  border: 1px solid #9e8e00;
  background: url("../images/common/eventList_boxIcon.png") no-repeat bottom 16px center;
  display: block;
  min-height: 430px;
  padding: 20px;
  text-decoration: none;
}

.eventList_box:hover .eventList_boxImg .eventList_boxImgInner {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.eventList_boxImg {
  overflow: hidden;
  height: 0;
  padding-top: 66.66%;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  position: relative;
}

.eventList_boxImgInner {
  height: 0;
  padding-top: 66.66%;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.eventList_boxTtl,
.eventList_boxTxt,
.eventList_boxDate {
  display: block;
}

.eventList_boxTtl {
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 18px;
  padding-bottom: 14px;
}

.eventList_boxTxt {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 15px;
}

.eventList_boxDate {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: bold;
  margin-top: 1em;
}

.event_list .slick-prev,
.event_list .slick-next {
  height: 160px;
  width: 60px;
  z-index: 100;
}

.event_list .slick-prev {
  background: url("../images/common/event_slideBtn_prev_off.png") no-repeat left center;
  left: 0px;
}

.event_list .slick-prev:hover {
  background: url("../images/common/event_slideBtn_prev_on.png") no-repeat left center;
}

.event_list .slick-next {
  background: url("../images/common/event_slideBtn_next_off.png") no-repeat left center;
  right: 0px;
}

.event_list .slick-next:hover {
  background: url("../images/common/event_slideBtn_next_on.png") no-repeat left center;
}

.homeEvent_more {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}

.homeEvent_more a {
  background: #9e8e00;
  border: 1px solid #9e8e00;
  color: #fff;
  display: inline-block;
  padding: 20px 82px;
  text-decoration: none;
}

.homeEvent_more a:hover {
  background: #fff;
  color: #9e8e00;
}

@media screen and (max-width: 768px) {
  .event_list {
    margin: 24px auto 0;
    width: 100%;
  }
  .event_list li {
    font-size: 12px;
    width: 100%;
  }
  .eventList_box {
    min-height: auto;
    padding: 20px 20px 36px 20px;
  }
  .event_list .slick-prev,
  .event_list .slick-next {
    background-size: cover;
    height: 80px;
    width: 30px;
    z-index: 100;
  }
  .event_list .slick-prev:hover,
  .event_list .slick-next:hover {
    background-size: cover;
  }
  .event_list .slick-prev {
    left: 0;
  }
  .event_list .slick-next {
    right: 0;
  }
  .homeEvent_more {
    font-size: 16px;
  }
  .homeEvent_more a {
    padding: 20px 40px;
  }
}
/***** homeAccess *****/
.homeAccessArea {
  padding: 64px 0 130px;
}

.mapBox {
  margin-top: 40px;
}

.homeMapArea {
  height: 600px;
  width: 100%;
  z-index: 100;
}

.homeAccess_detailList {
  font-size: 0;
  margin-top: -275px;
  text-align: center;
  position: relative;
  z-index: 200;
}

.homeAccess_detailList li {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 35px -5px;
  box-shadow: 3px 3px 35px -5px;
  display: inline-block;
  height: 295px;
  margin-left: 20px;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  width: 340px;
}

.homeAccess_detailList li:first-child {
  margin-left: 0;
}

.homeAccess_detailTtl {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0 5px 46px;
}

.homeAccess_detailTtl.homeAccess_detailTtl-car {
  background: url("../images/access_carIcon.png") no-repeat left center;
}

.homeAccess_detailTtl.homeAccess_detailTtl-bus {
  background: url("../images/access_busIcon.png") no-repeat left center;
}

.homeAccess_detailTtl.homeAccess_detailTtl-train {
  background: url("../images/access_trainIcon.png") no-repeat left center;
}

.homeAccess_detailTxt,
.homeAccess_detailTable {
  font-size: 13px;
}

.homeAccess_detailTxt {
  line-height: 1.7;
  margin-top: 1em;
}

.homeAccess_detailTxt:nth-of-type(1) {
  border-top: 1px solid #e0e0e0;
  margin-top: 16px;
  padding-top: 16px;
}

.homeAccess_detailTable {
  line-height: 1.7;
}

.homeAccess_detailTable dt {
  clear: both;
  float: left;
}

.homeAccess_detailTable dd {
  margin-left: 15em;
}

@media screen and (max-width: 768px) {
  .mapBox {
    margin-top: 32px;
  }
  .homeMapArea {
    height: 400px;
  }
}
/***********************************/
/* footer */
/***********************************/
.footerTop {
  background: url(../images/common/bg_pattern.png) repeat left top;
  position: relative;
}

.pageTop {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -55px;
}

.pageTop img {
  height: auto;
  width: 160px;
}

.footNav_list {
  font-size: 0;
  padding: 32px 0 0;
  text-align: center;
}

.footNav_list li {
  display: inline-block;
  font-size: 12px;
  margin-left: 4em;
}

.footNav_list li:first-child {
  margin-left: 0;
}

.footNav_list li a {
  color: #fff;
  text-decoration: none;
}

.footNav_list li a:hover {
  color: #9e8e00;
}

.footBnr_list {
  font-size: 0;
  margin-top: 32px;
  text-align: center;
}

.footBnr_list li {
  display: inline-block;
  margin-left: 40px;
}

.footBnr_list li:first-child {
  margin-left: 0;
}

.footBnr_list li a:hover {
  opacity: 0.8;
}

.footSns_list {
  padding: 24px 0 16px;
  text-align: center;
}

.footSns_list li {
  display: inline-block;
  margin-left: 6px;
  width: 32px;
}

.footSns_list li:first-child {
  margin-left: 0;
}

.footCopy {
  background: #212121;
  color: #fff;
  font-size: 11px;
  padding: 16px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footNav_list {
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
    width: 95%;
  }
  .footNav_list li {
    display: block;
    font-size: 14px;
    margin-left: 0;
    margin-top: 4px;
  }
  .footNav_list li:first-child {
    margin-left: 0;
    margin-top: 0;
  }
  .footNav_list li a {
    background: #fff;
    color: #212121;
    display: block;
    padding: 16px 0;
  }
  .footBnr_list {
    margin: 32px auto 0;
    width: 230px;
  }
  .footBnr_list li {
    margin-left: 0;
    margin-top: 16px;
  }
  .footBnr_list li:first-child {
    margin-top: 0;
  }
  .footSns_list {
    padding: 24px 0 16px;
    text-align: center;
  }
  .footSns_list li {
    display: inline-block;
    margin-left: 6px;
    width: 32px;
  }
  .footSns_list li:first-child {
    margin-left: 0;
  }
  .footCopy {
    line-height: 1.2;
    padding: 16px 0 8px;
  }
}
/***********************************/
/* restaurant */
/***********************************/
.restaurant .article_headingName {
  padding: 0 40px 0 0;
}

.restaurant .article_headingName span {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}

.restaurant .article_headingName .restaurantArticle_headingNameSub {
  font-size: 20px;
  margin-bottom: 4px;
}

.section_shopinfo {
  padding: 80px 0 60px;
}

.shopInfo_tmbBox {
  float: left;
  width: 360px;
}

.shopInfo_detailBox {
  float: right;
  width: 620px;
}

.shopInfo_heading {
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.shopInfo_detail {
  display: table;
  font-size: 14px;
}

.shopInfo_detail:nth-of-type(1) {
  margin-top: 24px;
}

.shopInfo_detail dt {
  border-right: 1px solid #bdbdbd;
  color: #9e8e00;
  display: table-cell;
  font-weight: bold;
  padding: 12px 32px 12px 0;
}

.shopInfo_detail dd {
  display: table-cell;
  line-height: 1.7;
  padding: 12px 0 12px 32px;
}

.shopInfo_note {
  border: 1px solid #e0e0e0;
  color: #757575;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 24px;
  padding: 16px;
}

.menuBox {
  border: 1px solid #9e8e00;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 32px;
  width: 1060px;
}

.menuBox .menuBox_tmb {
  float: left;
}

.menuBox .menuBox_tmb + .menuBox_detailBox {
  float: right;
  width: 550px;
}

.menuBox:nth-of-type(2n) .menuBox_tmb {
  float: right;
}

.menuBox:nth-of-type(2n) .menuBox_tmb + .menuBox_detailBox {
  float: left;
  width: 550px;
}

.menuBox_tmb {
  height: auto;
  width: 420px;
}

.menuBox_detailBox {
  font-size: 14px;
  line-height: 1.6;
}

.menuDetail_ttl {
  border-bottom: 1px solid #e0e0e0;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 8px;
}

.menuBox_detailBox p,
.menuBox_detailBox ul,
.menuBox_detailBox ol {
  margin: 16px 0 0 4px;
}

.menuBox_detailBox em {
  font-style: italic;
}

.menuBox_detailBox ul,
.menuBox_detailBox ol {
  margin-left: 1.5em;
}

.menuBox_detailBox table {
  margin-top: 16px;
  width: 100%;
}

.menuBox_detailBox table th {
  text-align: left;
  padding-left: 4px;
}

.menuBox_detailBox table td {
  text-align: right;
  width: 100px;
}

.menuBox_detailBox table.col-2 {
  width: 45%;
  float: left;
}

.menuBox_detailBox table.col-2:nth-of-type(2) {
  margin-left: 8%;
}

.menuBox_detailBox dl.col-2 {
  float: left;
  margin-top: 16px;
  width: 45%;
}

.menuBox_detailBox dl.col-2:nth-of-type(2) {
  margin-left: 8%;
}

.menuDetail_list-type01 {
  font-size: 14px;
  float: left;
  line-height: 1.6;
  margin-left: 4px;
  text-align: left;
  width: 260px;
}

.menuDetail_list-type01 th {
  font-weight: bold;
  border-top: 16px solid #fff;
  border-bottom: 4px solid #fff;
}

.menuDetail_list-type01:nth-of-type(2) {
  margin-left: 26px;
}

.detailList_price {
  text-align: right;
}

.menuDetail_numList-type01 {
  font-size: 14px;
  float: left;
  line-height: 1.6;
  margin-left: 4px;
  margin-top: 16px;
}

.detailNumList_ttl {
  font-weight: bold;
}

.menuDetail_numList-type01:nth-of-type(2) {
  margin-left: 140px;
}

.section_dinner .menuBox {
  background: #fff;
}

.menuDetail_list-type02 {
  font-size: 14px;
  float: left;
  line-height: 1.6;
  margin-left: 4px;
  margin-top: 16px;
  text-align: left;
}

.menuDetail_list-type02 th {
  text-align: center;
}

.menuDetail_list-type02 th:nth-of-type(2),
.menuDetail_list-type02 td:nth-of-type(2) {
  border-right: 32px solid #fff;
}

.menuDetail_list-type02 .detailList_name {
  width: 280px;
}

.menuDetail_list-type02 .detailList_price {
  width: 4em;
}

.menuDetail_list-type03 {
  font-size: 14px;
  line-height: 1.6;
  margin-left: 4px;
  margin-top: 16px;
  text-align: left;
}

.menuDetail_list-type03 .detailList_name {
  width: 280px;
}

.section_lead {
  color: #9e8e00;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 3;
  margin-top: 40px;
  text-align: center;
}

.privateRoom_detailList {
  margin-top: 60px;
}

.privateRoom_detailList li {
  float: left;
  text-align: center;
  width: 50%;
}

.privateRoom_detailList li img {
  height: auto;
  width: 100%;
}

.room_a {
  color: #25416c;
}

.room_b {
  color: #a40c0c;
}

.room_c {
  color: #9e8e00;
}

.roomDetail_ttl {
  background: url("../restaurant/karakurenai/images/privateRoom_ornament.png") no-repeat center center;
  font-size: 36px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 18px;
}

.roomDetail_txt {
  font-size: 12px;
  margin-top: 20px;
}

.privateRoomEventBox {
  background: #fff;
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 32px;
  width: 1060px;
}

.privateRoomEventBox .privateRoomEventBox_tmb {
  float: left;
}

.privateRoomEventBox .privateRoomEventBox_detailBox {
  float: right;
}

.privateRoomEventBox:nth-of-type(2n) .privateRoomEventBox_tmb {
  float: right;
}

.privateRoomEventBox:nth-of-type(2n) .privateRoomEventBox_detailBox {
  float: left;
}

.privateRoomEventBox_detailBox {
  width: 550px;
}

.privateRoomEventDetail_ttl {
  border-bottom: 1px solid #e0e0e0;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  padding-bottom: 8px;
}

.privateRoomEventBox_detailBox p,
.privateRoomEventBox_detailBox ul {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1em;
}

.privateRoomEventBox_detailBox strong {
  font-weight: bold;
}

.privateRoomEventDetail_txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0 0 4px;
}

.auspiciousEventBox {
  background: #fff;
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 32px;
  width: 1060px;
}

.auspiciousEventBox .auspiciousEventBox_tmb {
  float: left;
}

.auspiciousEventBox .auspiciousEventBox_detailBox {
  float: right;
}

.auspiciousEventBox:nth-of-type(2n) .auspiciousEventBox_tmb {
  float: right;
}

.auspiciousEventBox:nth-of-type(2n) .auspiciousEventBox_detailBox {
  float: left;
}

.auspiciousEventBox_detailBox {
  width: 550px;
}

.auspiciousEventDetail_ttl {
  border-bottom: 1px solid #e0e0e0;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  padding-bottom: 8px;
}

.auspiciousEventBox_detailBox p,
.auspiciousEventBox_detailBox ul {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1em;
}

.auspiciousEventBox_detailBox strong {
  font-weight: bold;
}

.auspiciousEventDetail_txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0 0 4px;
}

.shopList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px auto 0;
  width: 1060px;
}

.shopList li {
  font-size: 15px;
  margin-bottom: 22px;
  width: 340px;
}

.shopList li a {
  text-decoration: none;
}

.shopList li:hover {
  opacity: 0.8;
}

.shopList_txt {
  background: url("../images/common/shopList_icon.png") no-repeat left center;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 14px;
  padding-left: 24px;
  text-align: left;
}

.shopList_txt em {
  font-size: 12px;
  font-weight: normal;
}

.restaurant.spoon .privateRoom_detailList {
  margin-top: 40px;
}

.restaurant.spoon .privateRoom_detailList li {
  float: none;
  margin: 0 auto;
}

.restaurant.spoon .roomDetail_txt {
  font-size: 15px;
}

.shopInfo_detail dd span.spoonLunch {
  margin-left: 5em;
}

.shopInfo_detail dd span.spoonDinner {
  margin-left: 5em;
}

/* 2018.01.31 */
.grandMenuBox_1802 {
  margin-top: 54px;
  text-align: center;
  padding: 110px 0;
  position: relative;
}

.grandMenuBox_1802::before {
  background: url("../restaurant/spoon/images/ornament.png") no-repeat top center;
  background-size: contain;
  content: "";
  height: 66px;
  width: 640px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -320px;
}

.grandMenuBox_1802::after {
  background: url("../restaurant/spoon/images/ornament.png") no-repeat top center;
  background-size: contain;
  content: "";
  height: 66px;
  width: 640px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -320px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.grandMenuBox_1802 h3 {
  color: #9e8e00;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
}

.grandMenuBox_1802 a {
  background: #9e8e00;
  border: 1px solid #9e8e00;
  color: #fff;
  display: block;
  font-size: 14px;
  text-decoration: none;
  width: 200px;
  position: relative;
  padding: 16px 0;
  margin: 18px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.grandMenuBox_1802 a i {
  font-size: 16px;
  margin-left: 4px;
}

.grandMenuBox_1802 a:hover {
  background: #fff;
  color: #9e8e00;
}

@media screen and (max-width: 768px) {
  .grandMenuBox_1802 {
    margin-top: 32px;
    padding: 60px 0;
  }
  .grandMenuBox_1802::before {
    height: 31px;
    width: 300px;
    margin-left: -150px;
  }
  .grandMenuBox_1802::after {
    height: 31px;
    width: 300px;
    margin-left: -150px;
  }
  .grandMenuBox_1802 h3 {
    font-size: 14px;
  }
  .grandMenuBox_1802 a {
    font-size: 12px;
    margin-top: 14px auto 0;
    padding: 10px 0;
    width: 180px;
  }
  .grandMenuBox_1802 a i {
    font-size: 14px;
    margin-left: 4px;
  }
}
/***** funatsu *****/
.funatsu .privateRoom_detailList li {
  width: 33%;
}

.funatsu .privateRoom_detailList li .roomDetail_ttl {
  font-size: 32px;
}

.otherPrivateRoom_box {
  background: #fff;
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 32px;
  width: 720px;
}

.otherPrivateRoom_ttl {
  color: #9e8e00;
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.otherPrivateRoom_table {
  border-top: 1px solid #e0e0e0;
  margin-top: 24px;
}

.otherPrivateRoom_table dt {
  float: left;
  font-weight: bold;
  clear: both;
  padding: 18px 0 18px 8px;
}

.otherPrivateRoom_table dd {
  border-bottom: 1px solid #e0e0e0;
  padding: 18px 0 18px 160px;
}

.ceremony_mealTxt {
  float: left;
  margin-left: 56px;
}

.ceremony_mealTxt:nth-of-type(1) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .restaurant .article_headingName {
    font-size: 17px;
  }
  .restaurant .article_headingName span {
    font-size: 10px;
  }
  .restaurant .article_headingName .restaurantArticle_headingNameSub {
    font-size: 13px;
  }
  .section_shopinfo {
    padding: 32px 0;
  }
  .shopInfo_tmbBox {
    width: 35%;
  }
  .shopInfo_detailBox {
    width: 60%;
  }
  .shopInfo_heading {
    font-size: 14px;
  }
  .shopInfo_detail {
    display: block;
    font-size: 12px;
  }
  .shopInfo_detail:nth-of-type(1) {
    margin-top: 16px;
  }
  .shopInfo_detail:nth-of-type(2) {
    margin-top: 16px;
  }
  .shopInfo_detail dt {
    border-right: none;
    color: #9e8e00;
    display: inline-block;
    padding: 0;
  }
  .shopInfo_detail dd {
    display: block;
    line-height: 1.4;
    margin: 10px 0 0 10px;
    padding: 0;
  }
  .shopInfo_note {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 12px;
    padding: 10px;
  }
  .menuBox {
    margin: 32px auto 0;
    padding: 10px;
    width: 95%;
  }
  .menuBox .menuBox_tmb,
  .menuBox .menuBox_tmb + .menuBox_detailBox,
  .menuBox:nth-of-type(2n) .menuBox_tmb,
  .menuBox:nth-of-type(2n) .menuBox_tmb + .menuBox_detailBox {
    float: none;
    width: 100%;
  }
  .menuBox_detailBox {
    margin-top: 14px;
  }
  .menuDetail_ttl {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .menuBox_detailBox {
    font-size: 12px;
    line-height: 1.4;
  }
  .menuBox_detailBox table.col-2 {
    width: 100%;
    float: none;
  }
  .menuBox_detailBox table.col-2:nth-of-type(2) {
    margin-top: 0;
    margin-left: 0;
  }
  .menuDetail_list-type01 {
    font-size: 12px;
    line-height: 1.4;
    margin-left: 4px;
    text-align: left;
    width: 260px;
  }
  .menuDetail_list-type01 th {
    border-top: 16px solid #fff;
    border-bottom: 4px solid #fff;
  }
  .menuDetail_list-type01:nth-of-type(2) {
    margin-left: 0px;
  }
  .detailList_price {
    text-align: right;
  }
  .menuDetail_numList-type01 {
    font-size: 12px;
    float: left;
    line-height: 1.4;
    margin-left: 4px;
    margin-top: 16px;
  }
  .detailNumList_ttl {
    font-weight: bold;
  }
  .menuDetail_numList-type01:nth-of-type(2) {
    margin-left: 0px;
  }
  .menuDetail_list-type02 {
    font-size: 12px;
    float: left;
    line-height: 1.4;
    margin-left: 4px;
    margin-top: 16px;
    text-align: left;
  }
  .menuDetail_list-type02 th {
    text-align: center;
  }
  .menuDetail_list-type02 th:nth-of-type(2),
  .menuDetail_list-type02 td:nth-of-type(2) {
    border-right: 32px solid #fff;
  }
  .menuDetail_list-type02 .detailList_name {
    width: 280px;
  }
  .menuDetail_list-type02 .detailList_price {
    width: 4em;
  }
  .menuDetail_list-type03 {
    font-size: 12px;
    line-height: 1.4;
    margin-left: 4px;
    margin-top: 16px;
    text-align: left;
  }
  .menuDetail_list-type03 .detailList_name {
    width: 140px;
  }
  .section_lead {
    font-size: 11px;
    line-height: 2.4;
    margin-top: 40px;
    text-align: center;
  }
  .privateRoom_detailList {
    margin-top: 40px;
  }
  .privateRoom_detailList li {
    float: none;
    margin: 40px auto 0;
    width: 90%;
  }
  .privateRoom_detailList li:first-child {
    margin-top: 0;
  }
  .roomDetail_ttl {
    margin-top: 12px;
    font-size: 30px;
  }
  .roomDetail_txt {
    font-size: 11px;
    margin-top: 14px;
  }
  .privateRoomEventBox {
    margin: 32px auto 0;
    padding: 10px;
    width: 95%;
  }
  .privateRoomEventBox .privateRoomEventBox_tmb,
  .privateRoomEventBox .privateRoomEventBox_detailBox,
  .privateRoomEventBox:nth-of-type(2n) .privateRoomEventBox_tmb,
  .privateRoomEventBox:nth-of-type(2n) .privateRoomEventBox_detailBox {
    float: none;
  }
  .privateRoomEventBox_tmb,
  .privateRoomEventBox_detailBox {
    width: 100%;
  }
  .privateRoomEventBox_detailBox {
    margin-top: 14px;
  }
  .privateRoomEventDetail_ttl {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .privateRoomEventBox_detailBox p,
  .privateRoomEventBox_detailBox ul {
    font-size: 12px;
    line-height: 1.4;
  }
  .auspiciousEventBox {
    margin: 32px auto 0;
    padding: 10px;
    width: 95%;
  }
  .auspiciousEventBox .auspiciousEventBox_tmb,
  .auspiciousEventBox .auspiciousEventBox_detailBox,
  .auspiciousEventBox:nth-of-type(2n) .auspiciousEventBox_tmb,
  .auspiciousEventBox:nth-of-type(2n) .auspiciousEventBox_detailBox {
    float: none;
  }
  .auspiciousEventBox_tmb,
  .auspiciousEventBox_detailBox {
    width: 100%;
  }
  .auspiciousEventBox_detailBox {
    margin-top: 14px;
  }
  .auspiciousEventDetail_ttl {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .auspiciousEventBox_detailBox p,
  .auspiciousEventBox_detailBox ul {
    font-size: 12px;
    line-height: 1.4;
  }
  .shopList {
    margin: 40px auto 0;
    width: 100%;
  }
  .shopList li {
    font-size: 11px;
    margin: 0 2% 2%;
    width: 46%;
  }
  .shopList li a {
    text-decoration: none;
  }
  .shopList li:hover {
    opacity: 0.8;
  }
  .shopList_txt {
    background-size: 4px;
    line-height: 1.2;
    margin-top: 8px;
    padding-left: 10px;
  }
  .shopList_txt em {
    font-size: 10px;
  }
  /***** spoon *****/
  .restaurant.spoon .privateRoom_detailList {
    margin-top: 20px;
  }
  .restaurant.spoon .privateRoom_detailList li {
    float: none;
    margin: 0 auto;
  }
  .restaurant.spoon .roomDetail_txt {
    font-size: 14px;
  }
  .shopInfo_detail dd span.spoonLunch,
  .shopInfo_detail dd span.spoonDinner {
    margin-left: 0;
  }
  /***** funatsu *****/
  .funatsu .privateRoom_detailList li {
    width: 90%;
  }
  .funatsu .privateRoom_detailList li .roomDetail_ttl {
    font-size: 30px;
  }
  .otherPrivateRoom_box {
    margin: 32px auto 0;
    padding: 20px;
    width: 90%;
  }
  .otherPrivateRoom_ttl {
    font-size: 14px;
    line-height: 1.4;
  }
  .otherPrivateRoom_table {
    margin-top: 16px;
    font-size: 12px;
  }
  .otherPrivateRoom_table dt {
    padding: 10px 0 10px 4px;
  }
  .otherPrivateRoom_table dd {
    line-height: 1.4;
    padding: 10px 0 10px 80px;
  }
  .ceremony_mealTxt {
    float: none;
    margin-left: 0;
  }
}
/***********************************/
/* stay */
/***********************************/
.stay.viewHotel .article_headingName,
.stay.annex .article_headingName {
  border-right: none;
}

.roomDetailBox {
  background: #fff;
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 20px;
  width: 1060px;
}

.roomDetailBox_tmb img,
.roomDetailBox_subTmb img {
  width: 100%;
}

.roomDetailBox_subTmb {
  float: right;
  margin-top: 20px;
}

.roomDetailBox_txtArea {
  margin-top: 40px;
}

.roomDetailBox_txtArea.roomDetailBox-R {
  float: right;
}

.roomDetailBox_heading,
.roomDetailBox_lead {
  border-right: 1px solid #e0e0e0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.roomDetailBox_heading {
  font-size: 32px;
  letter-spacing: -0.09em;
  padding: 4px 40px 4px 0;
}

.roomDetailBox_lead {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.075em;
  padding: 2px 40px 2px 0;
}

.roomDetailBox_heading + .roomDetailBox_lead {
  border-right: none;
  margin-left: 40px;
}

.roomDetailBox_heading,
.roomDetailBox_lead,
.roomDetailBox_txt {
  display: inline-block;
  vertical-align: middle;
}

.roomDetailBox_txt {
  font-size: 13px;
  line-height: 1.7;
  margin-left: 40px;
}

.roomDetailBox_heading.type01 {
  border: none;
  padding-right: 0;
  position: relative;
}

.roomDetailBox_heading.type01::after {
  background: #e0e0e0;
  content: "";
  height: 1px;
  width: 300px;
  position: absolute;
  bottom: -14px;
  left: 0;
}

.roomDetailBox_heading.type01 + .roomDetailBox_txt {
  margin: 30px 0 0 0;
}

.stayService_bnr {
  margin: 80px auto 0;
  width: 1060px;
}

.stayService_bnr a:hover {
  opacity: 0.8;
}

/***** 郡山ビューホテルアネックス *****/
.section_annexSingle .roomDetailBox_heading + .roomDetailBox_lead + .roomDetailBox_txt {
  margin: 24px 0 0 344px;
}

.section_annexSingle .roomDetailBox_heading {
  padding: 20px 40px 20px 0;
}

.section_annexJapanese .roomDetailBox_txt span {
  margin-left: 4em;
}

/***** 郡山ビューホテル *****/
.section_suite .roomDetailBox_txt,
.section_double .roomDetailBox_txt,
.section_twin .roomDetailBox_txt,
.section_japanese .roomDetailBox_txt {
  margin-left: 0;
}

.section_single .roomDetailBox_heading {
  padding: 20px 40px 20px 0;
}

.section_japanese .roomDetailBox_txt span {
  margin-left: 4em;
}

.section_universal .roomDetailBox_txt span {
  margin-left: 8em;
}

.roomDetailBox_lead.type01 {
  border: none;
  display: block;
  padding-right: 0;
  position: relative;
}

.roomDetailBox_lead.type01::after {
  background: #e0e0e0;
  content: "";
  height: 1px;
  width: 300px;
  position: absolute;
  bottom: -14px;
  left: 0;
}

.roomDetailBox_lead.type01 + .roomDetailBox_txt {
  margin: 30px 0 0 0;
}

/***** 各種サービス *****/
.VariousServicesBox {
  margin-top: 40px;
}

.VariousServicesBox:first-child {
  margin-top: 0;
}

.VariousServices_heading {
  border-bottom: 1px solid #9e8e00;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 8px;
}

.VariousServicesBox p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 24px;
}

p.VariousServicesBox_note {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

p.VariousServicesBox_request {
  color: #9e8e00;
  font-size: 16px;
  font-weight: bold;
}

p.VariousServicesBox_parkingDetail span {
  display: inline-block;
  margin-top: 8px;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .roomDetailBox {
    margin-top: 32px;
    padding: 10px;
    width: 95%;
  }
  .roomDetailBox_subTmb {
    float: none;
    margin-top: 10px;
  }
  .roomDetailBox_txtArea {
    margin-top: 10px;
  }
  .roomDetailBox_txtArea.roomDetailBox-R {
    float: none;
  }
  .roomDetailBox_heading,
  .roomDetailBox_lead {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .roomDetailBox_heading {
    font-size: 14px;
    padding: 0 0 10px 0;
  }
  .roomDetailBox_lead {
    font-size: 10px;
    line-height: 1.4;
    padding: 0 0 10px 0;
  }
  .roomDetailBox_heading + .roomDetailBox_lead {
    border-bottom: none;
    margin: 10px 0 0 0;
  }
  .roomDetailBox_heading,
  .roomDetailBox_lead,
  .roomDetailBox_txt {
    display: block;
    vertical-align: inherit;
  }
  .roomDetailBox_txt {
    font-size: 10px;
    line-height: 1.4;
    margin-left: 0;
    margin-top: 10px;
  }
  .roomDetailBox_heading.type01 {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
  }
  .roomDetailBox_heading.type01::after {
    content: none;
  }
  .roomDetailBox_heading.type01 + .roomDetailBox_txt {
    margin: 10px 0 0 0;
  }
  .stayService_bnr {
    margin-top: 40px;
    width: 95%;
  }
  /***** 郡山ビューホテルアネックス *****/
  .section_annexSingle .roomDetailBox_heading + .roomDetailBox_lead + .roomDetailBox_txt {
    margin: 16px 0 0 0;
  }
  .section_annexSingle .roomDetailBox_heading {
    padding: 0 0 10px 0;
  }
  .section_annexJapanese .roomDetailBox_txt span {
    margin-left: 4em;
  }
  /***** 郡山ビューホテル *****/
  .section_single .roomDetailBox_heading {
    padding: 0 0 10px 0;
  }
  .roomDetailBox_lead.type01 {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
  }
  .roomDetailBox_lead.type01::after {
    content: none;
  }
  .roomDetailBox_lead.type01 + .roomDetailBox_txt {
    margin: 10px 0 0 0;
  }
  /***** 各種サービス *****/
  .VariousServicesBox {
    margin-top: 24px;
  }
  .VariousServices_heading {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .VariousServicesBox p {
    font-size: 12px;
    margin-top: 16px;
  }
  p.VariousServicesBox_note {
    font-size: 10px;
    margin-top: 6px;
  }
  p.VariousServicesBox_request {
    font-size: 14px;
  }
}
/***********************************/
/* banquet */
/***********************************/
.banquet.hall .article_headingName,
.banquet.catering .article_headingName,
.banquet.document .article_headingName,
.banquet.banquetPlan .article_headingName {
  border-right: none;
}

/***** ご宴会場 *****/
.hallBox_top {
  position: relative;
}

.hallBox_topInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.hallBox_headingArea {
  width: 215px;
}

.hallBox_headingAreaInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.hallBox_heading {
  font-size: 38px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1;
  padding-top: 6px;
  padding-left: 14px;
  width: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.hallBox_subHeading {
  border-right: 1px solid #e0e0e0;
  padding-right: 24px;
  position: relative;
  width: 1em;
  line-height: 1;
}

.hallBox_subHeadFloor {
  background: #9e8e00;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 3px 10px 1px;
  position: absolute;
  top: 0;
  right: 10px;
}

.hallBox_subHeadHotel {
  color: #9e8e00;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-top: 32px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.hallBox_figure {
  text-align: center;
  width: 215px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hallBox_lead {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 40px;
}

.hallDetail_tableBox {
  border: 1px solid #6f83a2;
  margin-top: 40px;
}

.hallDetail_table {
  font-size: 14px;
  width: 100%;
}

.hallDetail_table tr:nth-of-type(1) th {
  background: #25416c;
  border-top: 1px solid #fff;
}

.hallDetail_table tr:nth-of-type(2) th {
  background: #4a6185;
}

.hallDetail_table th {
  color: #fff;
  padding: 8px 0;
  vertical-align: middle;
}

.hallDetail_table th:first-child {
  border-left: 1px solid #fff;
}

.hallDetail_table tr:nth-of-type(even) {
  background: #ebeff5;
}

.hallDetail_table tr:nth-of-type(odd) {
  background: #fff;
}

.hallDetail_table td {
  color: #4f4f4f;
  padding: 16px 0;
  text-align: center;
}

.hallDetail_table td:first-child {
  border-left: 1px solid #fff;
  text-align: left;
  padding: 16px 0 16px 24px;
}

.hallDetail_table tr th,
.hallDetail_table tr td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.hallDetail_note {
  color: #666;
  font-size: 13px;
  margin-top: 1em;
}

.hallBox.hallBox-reverse .hallBox_topInner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hallBox.hallBox-reverse .hallBox_figure {
  right: 0;
  left: inherit;
}

.hallBox.hallBox-reverse .hallBox_headingAreaInner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hallBox.hallBox-reverse .hallBox_heading {
  padding-left: 0;
  padding-right: 14px;
}

.hallBox.hallBox-reverse .hallBox_subHeading {
  border-right: none;
  border-left: 1px solid #e0e0e0;
  padding-right: 0;
  padding-left: 24px;
}

.hallBox.hallBox-reverse .hallBox_subHeadFloor {
  right: -10px;
}

.hallBox.furea .hallBox_headingArea {
  height: 180px;
}

.hallBox.furea .hallDetail_tableBox {
  margin-top: -180px;
  width: 770px;
}

.hallBox.furea + .hallBox {
  margin-top: 100px;
}

.hallBox.katorea .hallBox_heading {
  font-size: 33px;
  letter-spacing: -0.09em;
}

/***** ご法宴・お別れ会 *****/
.banquet.ceremony .section:nth-of-type(even) {
  background: none;
}

.banquet.ceremony .section:nth-of-type(odd) {
  background: url("../images/common/bg_section.png") repeat left top;
}

.banquet.ceremony .section_ceremonyLead.section {
  padding: 0;
  height: 600px;
  position: relative;
  background: url("../banquet/images/sec_celemonyLead_bg.png") repeat left top;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
}

.ceremonyLeadInner {
  overflow: hidden;
  width: 500px;
  height: 490px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  .ceremonyLeadInner {
    width: 510px;
  }
  .ceremonyLead_heading {
    line-height: 1.3;
  }
}
.ceremonyLead_heading,
.ceremonyLead_txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.ceremonyLead_heading,
.ceremonyLead_txt {
  float: right;
  letter-spacing: 0.1em;
}

.ceremonyLead_heading {
  color: #9e8e00;
  font-size: 32px;
}

.ceremonyLead_txt {
  line-height: 3;
  margin-top: 30px;
  margin-right: 32px;
}

.menuBox-ceremonyPlanCatBox {
  float: right;
  margin-top: -4px;
}

span[class^=menuBox-ceremonyPlanCat-] {
  background: #9e8e00;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 6px 14px;
}

span.menuBox-ceremonyPlanCat-annex {
  background: #25416c;
}

.menuBox-ceremonyPlanCat-annex + .menuBox-ceremonyPlanCat-hotel {
  margin-left: 8px;
}

.ceremonyPlan_noteBox {
  font-size: 13px;
  line-height: 2;
  margin-top: 40px;
}

.ceremonyPlan_noteBox p em {
  color: #a40c0c;
}

.minority_ceremonyBox {
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 64px;
  padding: 37px 28px 28px;
  position: relative;
}

.minority_ceremonyBox p {
  font-size: 14px;
  line-height: 2;
}

.minority_ceremonyBox p a {
  color: #a40c0c;
  text-decoration: underline;
}

.minority_ceremonyBoxTtl {
  background: #fff;
  color: #9e8e00;
  font-size: 20px;
  text-align: center;
  width: 240px;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
}

.returnGoodsBox {
  border: 1px solid #9e8e00;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 56px;
  padding: 32px 0;
  position: relative;
}

.returnGoodsBox div {
  width: 50%;
  text-align: center;
}

.returnGoodsBox::after {
  content: "";
  width: 1px;
  height: 54px;
  background-color: #9e8e00;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -27px;
}

.returnGoodsBox_ttl {
  color: #9e8e00;
  font-weight: bold;
  margin-bottom: 1em;
}

.returnGoodsBox_note {
  font-size: 12px;
  margin-top: 1em;
  text-align: right;
}

.returnGoods_note {
  font-size: 14px;
  margin-top: 30px;
}

.ceremony_bnr {
  display: block;
  margin: 80px auto 0;
  width: 1060px;
}

.ceremony_bnr:hover {
  opacity: 0.8;
}

/***** ご宴会プラン *****/
.partyPlan_period {
  background: #f1f1f1;
  color: #a40c0c;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 46px;
  padding: 24px 0;
  text-align: center;
}

.menuBox.menuBox-partyPlan .menuDetail_ttl em {
  color: #a40c0c;
  font-weight: bold;
  font-style: normal;
}

.section_bottomlessMenu,
.section_afterParty,
.section_partyPlanOption {
  margin-top: 80px;
}

.partyPlan_note {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 1.6;
  margin: 1em auto 0;
  width: 1060px;
}

.partyPlanOptionMenu_area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto 0;
  width: 1060px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partyPlanOptionMenu_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a40c0c;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  width: 340px;
}

.partyPlanOptionMenu_box.partyPlanOptionMenu_box-lastItem {
  margin-bottom: 0;
}

.partyPlanOptionMenu_box p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 1em;
}

.partyPlanOptionMenu_box img {
  width: 100%;
}

.partyPlanOptionMenu_box:nth-of-type(3n) {
  margin-right: 0;
}

.partyPlanOptionMenu_boxTtl {
  background: #f6e8e8;
  color: #a40c0c;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 12px 0;
  text-align: center;
}

.partyPlan_lead {
  color: #9e8e00;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2;
  margin-top: 24px;
  text-align: center;
}

.partyPlanOptionMenu_areaNote {
  color: #bdbdbd;
  margin: 1em auto 0;
  font-size: 14px;
  line-height: 1.6;
  width: 1060px;
}

.section_partyPlanOption .partyPlan_lead:nth-of-type(2) {
  margin-top: 64px;
}

.partyPlanOptionMenu_listArea {
  margin: 0 auto;
  width: 1060px;
}

.partyPlanOptionMenu_table,
.partyPlanOptionMenu_note {
  font-size: 14px;
  line-height: 1.6;
}

.partyPlanOptionMenu_table {
  float: left;
  width: 45%;
}

.partyPlanOptionMenu_table th {
  text-align: left;
}

.partyPlanOptionMenu_table:nth-of-type(2) {
  margin-left: 5%;
}

.partyPlanOptionMenu_note {
  color: #bdbdbd;
  margin-top: 1em;
}

.afterPartyMenu_area {
  margin-top: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.afterPartyMenu_box {
  background: url("../banquet/images/afterPartyMenu_boxIcon.png") no-repeat right 14px center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #9e8e00;
  padding: 10px;
  text-decoration: none;
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.afterPartyMenu_box:hover {
  opacity: 0.8;
}

.afterPartyMenu_boxTmb {
  width: 230px;
}

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

.afterPartyMenu_boxDetail {
  margin-left: 14px;
}

.afterPartyMenu_boxDetail p {
  font-size: 14px;
  margin-top: 18px;
}

.afterPartyMenu_boxDetailHotel {
  margin-top: 8px;
}

.afterPartyMenu_boxDetailHotel span {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
}

.afterPartyMenu_detailIcon {
  background: #9e8e00;
  color: #fff;
  margin-right: 10px;
  padding: 4px 8px;
}

.afterPartyMenu_boxDetailTtl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
}

.celebration_heading {
  border-bottom: 1px solid #9e8e00;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 14px;
}

.celebration_lead,
.celebration_txt {
  line-height: 2;
}

.celebration_lead {
  font-size: 15px;
  line-height: 2;
  margin-top: 24px;
}

.celebration_txt {
  font-size: 14px;
  margin-top: 40px;
}

.celebrationMeal_exampleBox {
  background: #fff;
  border: 1px solid #9e8e00;
  margin-top: 40px;
  padding: 24px;
}

.celebrationMeal_exampleBoxTtl {
  color: #a40c0c;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.celebrationMeal_table {
  font-size: 14px;
  float: left;
  line-height: 2;
  margin: 20px 0 0 0;
}

.celebrationMeal_table:nth-of-type(2) {
  margin: 20px 0 0 50px;
}

.celebrationMeal_table:nth-of-type(2) .celebrationMeal_tableContent {
  margin-left: 10em;
}

.celebrationMeal_table:nth-of-type(2) .celebrationMeal_tableContentList dd {
  padding-left: 9em;
}

.celebrationMeal_table:nth-of-type(2) .celebrationMeal_tableContentList dd::before {
  left: 100px;
}

.celebrationMeal_tableTtl {
  clear: both;
  font-weight: bold;
  float: left;
}

.celebrationMeal_tableContent {
  margin-left: 8em;
}

.celebrationMeal_tableContentList dt {
  float: left;
}

.celebrationMeal_tableContentList dd {
  padding-left: 12em;
  position: relative;
}

.celebrationMeal_tableContentList dd::before {
  background: #a40c0c;
  content: "";
  height: 1px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 144px;
}

/***** ケータリング *****/
.banquet_lead {
  font-size: 16px;
  line-height: 2.25;
  margin-top: 72px;
  text-align: center;
}

.section_cateringPriceList {
  margin-top: 80px;
}

.banquet_tableType01 {
  border-top: 1px solid #9e8e00;
  letter-spacing: 0.075em;
  line-height: 1.8;
  margin-top: 40px;
}

.banquet_tableType01 dt {
  color: #9e8e00;
  float: left;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  clear: both;
  padding: 26px 0 26px 26px;
}

.banquet_tableType01 dd {
  border-bottom: 1px solid #e4e1c6;
  font-size: 14px;
  padding: 26px 0 26px 170px;
}

.banquet_tableType01 dd:last-child {
  border-bottom: 1px solid #9e8e00;
}

.cateringPriceList_note {
  font-size: 13px;
  margin-top: 20px;
}

.cateringPriceList_areaBox {
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 64px;
  padding: 37px 28px 28px;
  position: relative;
}

.cateringPriceList_areaBox h3 {
  background: #fff;
  color: #9e8e00;
  font-size: 20px;
  text-align: center;
  width: 240px;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
}

.cateringPriceList_areaBox p {
  font-size: 14px;
  line-height: 2;
}

.celebration_flowArea {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.celebration_flowBox {
  border: 1px solid #9e8e00;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 324px;
}

.celebration_flowBox.secondary {
  margin-top: 24px;
}

.celebration_flowBox h3 {
  background: #f3f0da;
  color: #9e8e00;
  font-size: 12px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 20px 0;
  text-align: center;
  width: 70px;
}

.celebration_flowBox h3 em {
  display: block;
  font-size: 22px;
  margin-top: 8px;
}

.celebration_flowBox p {
  color: #4f4f4f;
  line-height: 1.3;
  margin-left: 1em;
}

.celebration_flowNote {
  font-size: 13px;
  margin-top: 20px;
}

/***** ダウンロード *****/
.banquet.document .banquet_tableType01 dt {
  padding: 18px 0 18px 26px;
}

.banquet.document .banquet_tableType01 dd {
  padding: 18px 0 18px 170px;
}

.documentListBox {
  margin-top: 80px;
}

.documentListBox .banquet_tableType01 {
  margin-top: 20px;
}

.documentListBox .banquet_tableType01 dd a {
  color: #a40c0c;
  display: inline-block;
  vertical-align: middle;
}

.documentListBox .banquet_tableType01 dd img {
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
}

.documentListBox_ttl {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 40px;
}

.documentListBox_ttl span {
  margin-left: 1em;
}

.documentListBox_ttl img,
.documentListBox_ttl span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  /***** ご宴会場 *****/
  .hallBox_topInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hallBox_headingArea {
    width: 100%;
  }
  .hallBox_headingAreaInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hallBox_heading {
    font-size: 20px;
    text-align: left;
    padding-left: 0;
    margin-top: 14px;
    width: 100%;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .hallBox_subHeading {
    font-size: 14px;
    border-right: none;
    padding-right: 0;
    width: 100%;
  }
  .hallBox_subHeadFloor {
    font-size: 10px;
    position: relative;
    right: 0;
  }
  .hallBox_subHeadHotel {
    font-size: 13px;
    margin-left: 1em;
    padding-top: 0;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .hallBox_topMain {
    margin-top: 16px;
  }
  .hallBox_figure {
    margin-top: 24px;
    position: relative;
    width: 100%;
  }
  .hallBox_lead {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 24px;
  }
  .hallDetail_tableBox {
    margin-top: 24px;
    overflow: auto;
    white-space: nowrap;
  }
  .hallDetail_table {
    font-size: 10px;
    min-width: 640px;
  }
  .hallDetail_note {
    font-size: 10px;
  }
  .hallDetail_tableBox::-webkit-scrollbar {
    height: 6px;
  }
  .hallDetail_tableBox::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .hallDetail_tableBox::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .hallBox.hallBox-reverse .hallBox_topInner,
  .hallBox.hallBox-reverse .hallBox_headingAreaInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hallBox.hallBox-reverse .hallBox_heading {
    padding-right: 0;
  }
  .hallBox.hallBox-reverse .hallBox_subHeading {
    border-left: none;
    padding-left: 0;
  }
  .hallBox.hallBox-reverse .hallBox_subHeadFloor {
    right: 0;
  }
  .hallBox.furea .hallBox_headingArea {
    height: auto;
  }
  .hallBox.furea .hallDetail_tableBox {
    margin-top: 24px;
    width: 100%;
  }
  .hallBox.furea + .hallBox {
    margin-top: 40px;
  }
  .hallBox.katorea .hallBox_heading {
    font-size: 20px;
  }
  /***** ご法宴・お別れ会 *****/
  .ceremony .pageNav.inner {
    min-width: inherit;
  }
  .banquet.ceremony .section_ceremonyLead.section {
    height: 422px;
  }
  .ceremonyLeadInner {
    width: 230px;
    height: 358px;
  }
  .ceremonyLead_heading {
    font-size: 20px;
  }
  .ceremonyLead_txt {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 14px;
    margin-right: 14px;
  }
  .menuBox-ceremonyPlanCatBox {
    float: none;
    display: block;
    margin-top: 8px;
    text-align: right;
  }
  span[class^=menuBox-ceremonyPlanCat-] {
    font-size: 10px;
    padding: 4px 12px;
  }
  .menuBox-ceremonyPlanCat-annex + .menuBox-ceremonyPlanCat-hotel {
    margin-left: 4px;
  }
  .ceremonyPlan_noteBox {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 16px;
  }
  .minority_ceremonyBox {
    margin-top: 32px;
    padding: 18px 14px 14px;
  }
  .minority_ceremonyBox p {
    font-size: 12px;
    line-height: 1.6;
  }
  .minority_ceremonyBoxTtl {
    font-size: 14px;
    width: 140px;
    top: -8px;
  }
  .returnGoodsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    margin-top: 32px;
    padding: 16px 0;
  }
  .returnGoodsBox div {
    width: 100%;
  }
  .returnGoodsBox div:nth-of-type(2) {
    margin-top: 44px;
  }
  .returnGoodsBox::after {
    width: 54px;
    height: 1px;
    margin-top: 0;
    margin-left: -27px;
  }
  .returnGoodsBox_note {
    font-size: 10px;
  }
  .returnGoods_note {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 16px;
  }
  .ceremony_bnr {
    margin-top: 40px;
    width: 95%;
  }
  /***** ご宴会プラン *****/
  .banquetPlan .pageNav.inner {
    min-width: 650px;
  }
  .section_partyPlan .home_heading span::before,
  .section_partyPlan .home_heading span::after {
    width: 24px;
  }
  .partyPlan_period {
    font-size: 16px;
    margin-top: 24px;
    padding: 12px 0;
  }
  .partyPlan_note {
    font-size: 12px;
    line-height: 1.6;
    width: 95%;
  }
  .partyPlanOptionMenu_area {
    margin: 32px auto 0;
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partyPlanOptionMenu_box {
    padding: 10px;
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 0;
    min-height: 240px;
    width: 100%;
  }
  .partyPlanOptionMenu_box:first-child {
    margin-top: 0;
  }
  .partyPlanOptionMenu_box p {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 1em;
  }
  .partyPlanOptionMenu_boxTtl {
    font-size: 14px;
  }
  .partyPlan_lead {
    font-size: 14px;
  }
  .partyPlanOptionMenu_areaNote {
    font-size: 12px;
    line-height: 1.6;
    width: 95%;
  }
  .partyPlanOptionMenu_listArea {
    width: 100%;
  }
  .partyPlanOptionMenu_table,
  .partyPlanOptionMenu_note {
    font-size: 12px;
    line-height: 1.6;
  }
  .partyPlanOptionMenu_table {
    float: none;
    width: 100%;
  }
  .partyPlanOptionMenu_table:nth-of-type(2) {
    margin-left: 0;
  }
  .partyPlanOptionMenu_note {
    margin: 1em auto 0;
    width: 95%;
  }
  .afterPartyMenu_area {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .afterPartyMenu_box {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .afterPartyMenu_box:nth-of-type(2) {
    margin-top: 16px;
  }
  .afterPartyMenu_box p {
    font-size: 12px;
    margin-top: 8px;
  }
  .afterPartyMenu_boxTmb {
    width: 100%;
  }
  .afterPartyMenu_boxDetail {
    background: url("../banquet/images/afterPartyMenu_boxIcon.png") no-repeat right 10px center;
    margin-left: 0;
    margin-top: 14px;
  }
  .afterPartyMenu_boxDetailHotel span {
    font-size: 11px;
  }
  .afterPartyMenu_boxDetailTtl {
    font-size: 16px;
  }
  .celebration_heading {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .celebration_lead {
    font-size: 14px;
    margin-top: 16px;
  }
  .celebration_txt {
    font-size: 12px;
    margin-top: 24px;
  }
  .celebrationMeal_exampleBox {
    margin-top: 24px;
    padding: 10px;
  }
  .celebrationMeal_exampleBoxTtl {
    font-size: 14px;
  }
  .celebrationMeal_table {
    margin: 16px 0 0 0;
  }
  .celebrationMeal_table:nth-of-type(2) {
    margin: 10px 0 0 0;
  }
  .celebrationMeal_table:nth-of-type(2) .celebrationMeal_tableContent {
    margin-left: 0;
  }
  .celebrationMeal_table:nth-of-type(2) .celebrationMeal_tableContent .celebrationMeal_tableContentList dd::before {
    left: 77px;
  }
  .celebrationMeal_tableTtl {
    clear: inherit;
    float: none;
    font-size: 12px;
  }
  .celebrationMeal_tableContent {
    font-size: 11px;
    margin-left: 0;
  }
  .celebrationMeal_tableContentList dd::before {
    left: 110px;
  }
  /***** ケータリング *****/
  .catering .pageNav.inner {
    min-width: inherit;
  }
  .section_cateringService .home_heading span::before,
  .section_cateringService .home_heading span::after {
    width: 30px;
  }
  .banquet_lead {
    font-size: 11px;
    line-height: 2.4;
    margin-top: 40px;
  }
  .section_cateringPriceList {
    margin-top: 40px;
  }
  .banquet_tableType01 {
    margin-top: 24px;
  }
  .banquet_tableType01 dt {
    font-size: 13px;
    padding: 13px 0 13px 13px;
  }
  .banquet_tableType01 dd {
    font-size: 12px;
    padding: 13px 0 13px 80px;
  }
  .cateringPriceList_note {
    font-size: 10px;
    margin-top: 10px;
  }
  .cateringPriceList_areaBox {
    margin-top: 32px;
    padding: 18px 14px 14px;
  }
  .cateringPriceList_areaBox h3 {
    font-size: 14px;
    width: 140px;
    top: -8px;
  }
  .cateringPriceList_areaBox p {
    font-size: 12px;
    line-height: 2;
  }
  .celebration_flowArea {
    margin-top: 32px;
  }
  .celebration_flowBox {
    margin-top: 16px;
    width: 100%;
  }
  .celebration_flowBox:first-child {
    margin-top: 0;
  }
  .celebration_flowBox.secondary {
    margin-top: 16px;
  }
  .celebration_flowBox h3 {
    font-size: 10px;
    padding: 10px 0;
    width: 50px;
  }
  .celebration_flowBox h3 em {
    display: block;
    font-size: 16px;
    margin-top: 8px;
  }
  .celebration_flowBox p {
    font-size: 12px;
  }
  .celebration_flowNote {
    font-size: 10px;
    margin-top: 10px;
  }
  /***** ダウンロード *****/
  .banquet.document .banquet_tableType01 dt {
    padding: 11px 0 11px 13px;
  }
  .banquet.document .banquet_tableType01 dd {
    padding: 11px 0 11px 80px;
  }
  .documentListBox {
    margin-top: 40px;
  }
  .documentListBox_ttl {
    font-size: 16px;
  }
  .documentListBox_ttl img {
    height: auto;
    width: 36px;
  }
  .banquet.document .banquet_tableType01.peripheralMap dd {
    padding: 13px 0 13px 120px;
  }
}
/***********************************/
/* access */
/***********************************/
.access .article_headingName {
  border-right: none;
}

.accessMapBox {
  margin-top: 40px;
}

.accessMapArea {
  height: 600px;
  width: 100%;
}

.accessBox {
  background: #fff;
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
  padding: 30px 20px;
}

.accessBox p {
  margin-top: 13px;
}

.accessBox.car {
  margin: 40px auto 0;
  width: 1060px;
}

.accessBox_heading {
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 8px;
}

.accessBox_heading span {
  margin-left: 8px;
}

.accessBox_heading img,
.accessBox_heading span {
  display: inline-block;
  vertical-align: middle;
}

.accessCar_detailList {
  margin-top: 16px;
}

.accessCar_detailList li {
  float: left;
  width: 50%;
}

.accessBox_subHeading {
  color: #9e8e00;
  font-size: 15px;
  margin-top: 32px;
  font-weight: bold;
}

.accessBox_areaMap {
  display: block;
  height: auto;
  margin: 14px auto 0;
  width: 900px;
}

.parkingDetailArea {
  margin-top: 64px;
}

.parkingDetail_txtBox {
  float: left;
  width: 50%;
}

.parkingDetail_txtBox p em {
  color: #9a0000;
}

.accessBox_bottom {
  margin: 40px auto 0;
  width: 1060px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accessBox.bulletTrain,
.accessBox.plane {
  width: 510px;
}

.accessBox.bulletTrain .accessBox_heading {
  margin-top: 12px;
  padding-bottom: 12px;
}

.accessBox.plane {
  margin-left: 40px;
}

.bulletTrain_detail dt {
  clear: both;
  float: left;
}

.bulletTrain_detail dd {
  margin-left: 16em;
}

@media screen and (max-width: 768px) {
  .access .pageNav.inner {
    min-width: inherit;
  }
  .accessMapArea {
    height: 360px;
  }
  .accessBox {
    font-size: 10px;
    padding: 15px 10px;
  }
  .accessBox.car {
    width: 95%;
  }
  .accessBox_heading {
    font-size: 14px;
  }
  .accessCar_detailList li {
    float: left;
    width: 100%;
  }
  .accessBox_subHeading {
    font-size: 12px;
  }
  .accessBox_areaMap {
    width: 100%;
  }
  .parkingDetailArea {
    margin-top: 32px;
  }
  .parkingDetail_txtBox {
    float: none;
    width: 100%;
  }
  .accessBox_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 95%;
  }
  .accessBox.bulletTrain,
  .accessBox.plane {
    width: 100%;
  }
  .accessBox.plane {
    margin-left: 0;
    margin-top: 40px;
  }
}
/***********************************/
/* inquiry */
/***********************************/
.inquiry .article_headingName {
  border-right: none;
}

.inquiryArea {
  margin: 0 auto;
  width: 1060px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inquiryBox {
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 40px;
  padding: 20px;
  width: 498px;
}

.inquiryBox p {
  line-height: 1.7;
  margin-top: 1em;
}

.inquiryBox:nth-of-type(1),
.inquiryBox:nth-of-type(2) {
  margin-top: 0;
}

.inquiryBox_heading {
  border-bottom: 1px solid #e0e0e0;
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  padding-bottom: 8px;
}

.inquiryBox_btn {
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #263238;
  display: inline-block;
  margin-top: 8px;
  padding: 12px 14px;
  text-decoration: none;
}

.inquiryBox_btn i {
  color: #a40c0c;
  font-size: 10px;
}

.inquiryBox_btn span {
  margin-left: 1em;
}

.inquiryBox_btn i,
.inquiryBox_btn span {
  display: inline-block;
  vertical-align: middle;
}

.inquiryBox_table {
  line-height: 1.7;
  margin-top: 1em;
}

.inquiryBox_table dt {
  clear: both;
  float: left;
}

.inquiryBox_table dd {
  margin-left: 15em;
}

.inquiryBox_subHeading {
  font-size: 16px;
  font-weight: bold;
}

.inquiryBox_note {
  color: #bdbdbd;
  font-size: 13px;
}

/* form */
.inquiryBox.form p:nth-of-type(2) {
  margin-top: 2em;
}

/* marriage */
.inquiryBox.marriage .inquiryBox_table dt:nth-of-type(2),
.inquiryBox.marriage .inquiryBox_table dd:nth-of-type(2) {
  margin-top: 2em;
}

/* stay */
.inquiryBox.stay .inquiryBox_table:nth-of-type(2) {
  margin-top: 2em;
}

.inquiryBox-stay_reserveList {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inquiryBox-stay_reserveList li {
  text-align: center;
  width: 50%;
}

/* restaurant */
.inquiryBox.restaurant .inquiryBox_subHeading,
.inquiryBox.restaurant .inquiryBox_table {
  margin-left: 14px;
}

.inquiryBox.restaurant .inquiryBox_subHeading {
  margin-top: 1em;
}

.inquiryBox.restaurant .inquiryBox_table {
  margin-top: 6px;
}

.inquiryBox.restaurant .inquiryBox_table dd {
  margin-left: 21em;
}

/* banquet */
.inquiryBox.banquet .inquiryBox_note {
  margin-top: 0px;
}

.inquiryBox.banquet .inquiryBox_table:nth-of-type(2) {
  margin-top: 2em;
}

/* recruit */
.inquiryBox.recruit .inquiryBox_table dt:nth-of-type(2),
.inquiryBox.recruit .inquiryBox_table dd:nth-of-type(2) {
  margin-top: 2em;
}

.inquiryInfoBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto 0;
  width: 1060px;
}

.inquiryInfoBox_detail {
  border: 1px solid #9e8e00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
  position: relative;
}

.inquiryInfoBox_detail::after {
  content: "";
  width: 1px;
  height: 54px;
  background-color: #9e8e00;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -27px;
}

.inquiryInfoBox_detailTable {
  text-align: center;
  width: 50%;
}

.inquiryInfoBox_detailTable dt {
  color: #9e8e00;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.inquiryInfoBox_detailTable dd {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 14px;
}

.inquiryInfoBox_note {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 1em;
}

.inquiryInfoBox_note a {
  color: #a40c0c;
}

@media screen and (max-width: 768px) {
  .inquiryArea {
    width: 95%;
  }
  .inquiryBox {
    font-size: 12px;
    padding: 10px;
    margin-top: 24px;
    width: 100%;
  }
  .inquiryBox p {
    line-height: 1.6;
  }
  .inquiryBox_heading {
    font-size: 15px;
  }
  .inquiryBox_subHeading {
    font-size: 14px;
  }
  .inquiryBox_btn {
    text-align: center;
    width: 100%;
  }
  .inquiryBox:nth-of-type(2) {
    margin-top: 24px;
  }
  .inquiryBox_table dt {
    float: none;
  }
  .inquiryBox_table dd {
    margin-left: 1em;
  }
  .inquiryBox_note {
    font-size: 10px;
    margin-left: 12px;
  }
  /* marriage */
  .inquiryBox.marriage .inquiryBox_table dd:nth-of-type(2) {
    margin-top: 0;
  }
  /* stay */
  .inquiryBox-stay_reserveList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inquiryBox-stay_reserveList li {
    width: 100%;
  }
  .inquiryBox-stay_reserveList li:nth-of-type(2) {
    margin-top: 16px;
  }
  /* restaurant */
  .inquiryBox.restaurant .inquiryBox_subHeading,
  .inquiryBox.restaurant .inquiryBox_table {
    margin-left: 0;
  }
  .inquiryBox.restaurant .inquiryBox_table {
    margin-top: 6px;
  }
  .inquiryBox.restaurant .inquiryBox_table dd {
    margin-left: 1em;
  }
  /* recruit */
  .inquiryBox.recruit .inquiryBox_table dd:nth-of-type(2) {
    margin-top: 0;
  }
  .inquiryInfoBox {
    margin: 24px auto 0;
    width: 95%;
  }
  .inquiryInfoBox_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 8px;
  }
  .inquiryInfoBox_detail::after {
    content: none;
  }
  .inquiryInfoBox_detailTable {
    text-align: left;
    width: 100%;
  }
  .inquiryInfoBox_detailTable:nth-of-type(2) {
    margin-top: 24px;
  }
  .inquiryInfoBox_detailTable dt {
    font-size: 16px;
  }
  .inquiryInfoBox_detailTable dd {
    font-size: 12px;
    margin-top: 8px;
  }
  .inquiryInfoBox_note {
    font-size: 10px;
    line-height: 1.4;
  }
}
/***********************************/
/* form */
/***********************************/
.form .article_headingName {
  border-right: none;
}

.form_lead {
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
}

.form_lead em {
  color: #a40c0c;
  font-weight: bold;
}

.form_noteBox {
  background: #fdf3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a40c0c;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 24px;
  padding: 20px;
}

.form_noteBox p {
  padding-left: 1em;
  text-indent: -1em;
}

.formTable {
  border-top: 1px solid #9e8e00;
  line-height: 1.8;
  margin-top: 40px;
  width: 100%;
}

.formTable tr th {
  border-bottom: 1px solid #e4e1c6;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 26px 64px 26px 16px;
  text-align: left;
  vertical-align: top;
  width: 180px;
}

.formTable tr th em {
  color: #a40c0c;
  display: inline-block;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-left: 4px;
}

.formTable tr td {
  border-bottom: 1px solid #e4e1c6;
  padding: 26px 0;
}

.formTable tr td label {
  display: inline-block;
  margin-right: 10px;
}

.formTable tr:last-child th,
.formTable tr:last-child td {
  border-bottom: 1px solid #9e8e00;
}

.radioBtn_list {
  overflow: hidden;
}

.radioBtn_list li {
  float: left;
  margin-left: 2em;
}

.radioBtn_list li:first-child {
  margin-left: 0;
}

.formTable_note {
  font-size: 13px;
}

.nameText_list {
  overflow: hidden;
}

.nameText_list li {
  float: left;
  margin-left: 2em;
}

.nameText_list li:first-child {
  margin-left: 0;
}

.form .section_form input[type=button],
.form .section_form input[type=text],
.form .section_form textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #e0e0e0;
}

.form .inputSize-s,
.form .inputSize-m,
.form .inputSize-l,
.form .textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 4px;
}

.form .inputSize-s {
  width: 240px;
}

.form .inputSize-m {
  width: 360px;
}

.form .inputSize-l {
  width: 640px;
}

.form .textarea {
  resize: vertical;
  width: 100%;
}

.formTable_error {
  color: #a40c0c;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}

.formTable_alert {
  color: #a40c0c;
  display: block;
  font-size: 16px;
  margin-top: 6px;
}

.formBtnArea {
  margin-top: 32px;
  text-align: center;
}

.formBtn {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 16px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 300px;
}

.formBtn:hover {
  opacity: 0.8;
}

.formBtn-confirm {
  background: #9e8e00;
  border: 1px solid #9e8e00;
}

.formBtn-return {
  background: #25416c;
  border: 1px solid #25416c;
  margin-left: 32px;
}

.formTable_success {
  font-size: 20px;
  font-weight: bold;
}

.formTable_successTable {
  font-size: 14px;
  margin-top: 24px;
  margin-left: 1em;
}

.formTable_successTable dt {
  color: #9e8e00;
  font-weight: bold;
}

.formTable_successTable dt:nth-of-type(2) {
  margin-top: 24px;
}

.formTable_successTable dd {
  margin-top: 8px;
  margin-left: 1em;
}

.formBtn-top {
  background: #25416c;
  border: 1px solid #25416c;
  display: block;
  margin-top: 32px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .form_lead {
    font-size: 11px;
    line-height: 2.4;
  }
  .form_noteBox {
    font-size: 10px;
    padding: 10px;
  }
  .formTable tr th {
    border-bottom: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 0 0;
    width: 100%;
  }
  .formTable tr td {
    display: block;
    font-size: 12px;
    padding: 13px 0 13px;
    width: 100%;
  }
  .formTable tr td label {
    vertical-align: 2px;
  }
  .formTable tr:last-child th {
    border-bottom: none;
  }
  .radioBtn_list li,
  .nameText_list li {
    float: none;
    margin-left: 0;
  }
  .formTable_note {
    font-size: 10px;
  }
  .nameText_list li {
    margin-top: 10px;
  }
  .form .inputSize-s,
  .form .inputSize-m,
  .form .inputSize-l,
  .form .textarea {
    font-size: 12px;
    width: 100%;
  }
  .formTable_error {
    font-size: 14px;
    line-height: 1.7;
  }
  .formTable_alert {
    font-size: 12px;
  }
  .formBtnArea {
    margin-top: 24px;
  }
  .formBtn {
    font-size: 12px;
    padding: 8px 0;
    width: 180px;
  }
  .formBtn-return {
    margin-top: 16px;
    margin-left: 0;
  }
  .formTable_success {
    font-size: 14px;
  }
  .formTable_successTable {
    font-size: 11px;
  }
  .formTable_successTable dt:nth-of-type(2) {
    margin-top: 16px;
  }
  .formBtn-top {
    margin: 24px auto 0;
  }
}
/***********************************/
/* recruit */
/***********************************/
.recruit .article_headingName {
  border-right: none;
}

.section_recruitLead {
  font-size: 16px;
  line-height: 2.25;
  margin-top: 40px;
  text-align: center;
}

.recruitDetailArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.recruitDetailBox {
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 280px;
  padding: 24px 16px;
  width: 300px;
}

.recruitDetailBox_heading {
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  text-align: center;
}

.recruitDetailBox_heading::after {
  background: #9e8e00;
  content: "";
  height: 1px;
  margin-left: -16px;
  width: 32px;
  position: absolute;
  left: 50%;
  bottom: -8px;
}

.recruitDetailBox_txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}

.recruitDetailBox_txt dt {
  clear: both;
  float: left;
  font-weight: bold;
}

.recruitDetailBox_txt dd {
  margin-left: 6em;
}

.applicationRequirements_heading {
  border-bottom: 1px solid #9e8e00;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 14px;
}

.applicationRequirements_txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 1em;
}

.employmentBox {
  background: #fff;
  border: 1px solid #9e8e00;
  font-size: 14px;
  margin-top: 40px;
  padding: 24px;
}

.employmentBox_heading {
  color: #a40c0c;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.employmentBox_ttl,
.employmentBox_table,
.employmentBox_txt {
  line-height: 2;
}

.employmentBox_ttl {
  font-weight: bold;
  margin-top: 1em;
}

.employmentBox_ttl:nth-of-type(2) {
  margin-top: 20px;
}

.employmentBox_table dt {
  clear: both;
  float: left;
}

.employmentBox_table dd {
  margin-left: 6em;
}

@media screen and (max-width: 768px) {
  .recruit .home_heading em {
    font-size: 18px;
  }
  .section_recruitDetail .home_heading span::before,
  .section_recruitDetail .home_heading span::after {
    width: 24px;
  }
  .section_recruitLead {
    font-size: 11px;
    line-height: 2.4;
    margin-top: 32px;
  }
  .recruitDetailArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .recruitDetailBox {
    padding: 16px 12px;
    margin-top: 16px;
    min-height: 240px;
    width: 100%;
  }
  .recruitDetailBox_heading::after {
    width: 24px;
  }
  .recruitDetailBox_heading {
    font-size: 14px;
  }
  .recruitDetailBox_txt {
    font-size: 12px;
  }
  .applicationRequirements_heading {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .applicationRequirements_txt {
    font-size: 12px;
  }
  .employmentBox {
    margin-top: 24px;
    padding: 16px 12px;
  }
  .employmentBox_heading {
    font-size: 14px;
  }
  .employmentBox_ttl,
  .employmentBox_table,
  .employmentBox_txt {
    font-size: 12px;
  }
  .employmentBox_ttl:nth-of-type(2) {
    margin-top: 16px;
  }
}
/***********************************/
/* company */
/***********************************/
.company .article_headingName {
  border-right: none;
}

.companyTable {
  border-top: 1px solid #9e8e00;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 40px;
}

.companyTable tr {
  border-bottom: 1px solid #e4e1c6;
}

.companyTable tr:last-child {
  border-bottom: 1px solid #9e8e00;
}

.companyTable th {
  color: #9e8e00;
  font-weight: bold;
  padding: 16px 0 16px 14px;
  text-align: left;
  vertical-align: middle;
}

.companyTable td {
  padding: 16px 0 16px 26px;
}

.section_companyOutline .companyTable {
  margin-top: 0;
}

.companyOutline_location dt {
  font-weight: bold;
}

.companyOutline_location + .companyOutline_location {
  margin-top: 24px;
}

.companyTable.history th {
  color: #212121;
}

.companyTable.history th.year {
  width: 160px;
  vertical-align: top;
}

.companyTable.history th.month {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .companyTableBox {
    overflow-x: auto;
  }
  .companyTableBox::-webkit-scrollbar {
    height: 6px;
  }
  .companyTableBox::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .companyTableBox::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .companyTable {
    font-size: 12px;
    line-height: 1.4;
    width: 640px;
  }
}
/***********************************/
/* privacy */
/***********************************/
.privacy .article_headingName {
  border-right: none;
}

.privacyBox {
  margin-top: 40px;
}

.privacyBox:first-child {
  margin-top: 0;
}

.privacyBox p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 24px;
}

.privacyBox_heading {
  border-bottom: 1px solid #9e8e00;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 8px;
}

.privacyBox_numList {
  font-size: 14px;
  line-height: 1.7;
  list-style-position: inside;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .privacyBox {
    margin-top: 32px;
  }
  .privacyBox p {
    font-size: 12px;
    margin-top: 1em;
  }
  .privacyBox_heading {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .privacyBox_numList {
    font-size: 12px;
    margin-top: 1em;
  }
}
/***********************************/
/* event */
/***********************************/
.eventDetail_tmbBox {
  float: left;
  margin-right: 32px;
  width: 428px;
}

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

.eventDetail_contentBox {
  float: left;
  font-size: 14px;
  line-height: 1.6;
  width: 560px;
}

.eventDetail_contentBox p {
  margin: 1em 0;
}

.eventDetail_contentBox em {
  font-style: italic;
}

.eventDetail_contentBox ul,
.eventDetail_contentBox ol {
  margin-left: 1.5em;
}

.eventDetail_heading {
  border-bottom: 1px solid #e0e0e0;
  font-size: 26px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 14px;
}

.eventDetail_detail {
  display: table;
}

.eventDetail_detail:nth-of-type(1) {
  margin-top: 24px;
}

.eventDetail_detail dt {
  border-right: 1px solid #bdbdbd;
  color: #9e8e00;
  display: table-cell;
  font-weight: bold;
  padding: 12px 0 12px 0;
  width: 75px;
}

.eventDetail_detail dd {
  display: table-cell;
  line-height: 1.7;
  padding: 12px 0 12px 32px;
}

.eventDetail_txt {
  margin-top: 24px;
}

.eventDetail_txt span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .event .pageNav.inner {
    min-width: inherit;
  }
  .eventDetail_tmbBox,
  .eventDetail_contentBox {
    float: none;
    width: 100%;
  }
  .eventDetail_contentBox {
    font-size: 12px;
    margin-top: 32px;
  }
  .eventDetail_heading {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .eventDetail_detail:nth-of-type(1) {
    margin-top: 16px;
  }
  .eventDetail_detail dt {
    padding: 8px 0 8px 0;
    width: 64px;
  }
  .eventDetail_detail dd {
    padding: 8px 0 8px 24px;
  }
}
/***********************************/
/* info */
/***********************************/
.section_infoDetail {
  font-size: 14px;
  line-height: 1.6;
}

.section_infoDetail p {
  margin: 1em 0;
}

.infoDetail_date {
  font-size: 16px;
}

.infoDetail_heading {
  border-bottom: 1px solid #e0e0e0;
  font-size: 26px;
  font-weight: bold;
  margin-top: 8px;
  padding-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .section_infoDetail {
    font-size: 12px;
  }
  .infoDetail_date {
    font-size: 12px;
  }
  .infoDetail_heading {
    font-size: 14px;
    padding-bottom: 8px;
  }
}
/***********************************/
/* member */
/***********************************/
.member .article_headingName {
  border-right: none;
}

.memberCardBox {
  margin-top: 40px;
}

.memberCardBox:first-child {
  margin-top: 0;
}

.memberCard_heading {
  border-bottom: 1px solid #9e8e00;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  padding-bottom: 8px;
}

.memberCardBox p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 24px;
}

.memberCard_introBoxCatch {
  float: left;
  margin-top: 24px;
  width: 153px;
}

.memberCard_introBoxTxt {
  float: left;
  margin-left: 32px;
  width: 835px;
}

.memberCard_list {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 24px;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .memberCard_heading {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .memberCardBox p {
    font-size: 12px;
    margin-top: 16px;
  }
  .memberCard_introBoxCatch,
  .memberCard_introBoxTxt {
    float: none;
    width: 100%;
  }
  .memberCard_introBoxCatch {
    text-align: center;
  }
  .memberCard_introBoxTxt {
    margin-left: 0;
  }
  .memberCard_list {
    font-size: 12px;
    margin-top: 16px;
  }
  .memberCard_list li {
    margin-top: 6px;
  }
  .memberCard_list li:first-child {
    margin-top: 0;
  }
}
/***********************************/
/* Reserve modal */
/***********************************/
.overlay {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 600;
}

.searchBox {
  background: url("../images/common/bg_pattern.png") repeat left top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 34px 44px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 560px;
  height: 460px;
  z-index: 10;
}

.searchBox::before {
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  width: 544px;
  height: 434px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.searchBox_closeBtn {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -44px;
  right: 0;
}

.searchBox_heading {
  color: #beb456;
  font-size: 12px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  position: absolute;
  left: 44px;
}

.searchBox_heading span {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 8px;
}

.searchBox_top {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  float: right;
}

.searchBox_telTtl,
.searchBox_telNum {
  display: inline-block;
  vertical-align: middle;
}

.searchBox_telTtl {
  border: 1px solid #beb456;
  color: #beb456;
  font-size: 14px;
  margin-right: 15px;
  padding: 8px 11px;
}

.searchBox_telNum {
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.searchBox_telNum dt {
  clear: both;
  float: left;
}

.searchBox_telNum dd {
  margin-left: 5.5em;
}

.searchBox_table {
  margin-top: 80px;
}

.searchBox_table li {
  font-size: 15px;
  float: left;
  margin-left: 20px;
}

.searchBox_table li:first-child {
  margin-left: 0;
}

.searchBox_table:nth-of-type(2) {
  margin-top: 25px;
}

.searchBox_input {
  font-size: 13px;
}

.searchBox_table input,
.searchBox_table select {
  border: 1px solid #d2d2d2;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  margin-top: 8px;
  outline: none;
}

.searchBox_table select {
  height: 36px;
  padding-left: 10px;
}

.searchBox_table .inputSize-l {
  width: 312px;
}

.searchBox_table .inputSize-m {
  width: 140px;
}

.searchBox_table .inputSize-s {
  width: 130px;
}

.searchBox_table .inputSize-ss {
  width: 70px;
}

.searchBox_btn {
  background: #9e8e00 url("../images/common/reserve_icon_off.png") no-repeat left 20px center;
  border: 1px solid #9e8e00;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  margin: 36px auto 0;
  padding: 15px 70px 15px 79px;
  text-align: center;
}

.searchBox_btn:hover {
  background: #fff url("../images/common/reserve_icon_on.png") no-repeat left 20px center;
  color: #9e8e00;
}

/*** modal ***/
.searchBox_body {
  margin-top: 80px;
}

.reservationForm-row {
  margin: 0 0 20px;
}

.searchBox_body .homeReservationChange {
  width: 100%;
  margin: 0 0 20px;
}

.searchBox_body .homeReservationChange .homeReservation-selectWrap,
.searchBox_body .homeReservationChange .homeReservation-selectWrap select {
  width: 100%;
}

.searchBox_body .dynSubmit {
  padding-top: 10px;
  float: none;
  text-align: center;
}

.searchBox_body .dynPrice .minPrice,
.searchBox_body .dynPrice .maxPrice {
  width: 158px;
}

.homeReservation-selectWrap {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .overlay {
    display: none;
  }
  .searchBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 90%;
    padding: 24px 16px;
    width: 95%;
  }
  .searchBox:before {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .searchBox_heading {
    position: relative;
    top: 0;
    left: 0;
  }
  .searchBox_heading span {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .searchBox_body {
    margin-top: 20px;
  }
  .homeReservationFormModal {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .reservationForm-row:nth-of-type(1),
  .reservationForm-row:nth-of-type(2) {
    float: left;
  }
  .reservationForm-row:nth-of-type(3) {
    float: none;
    clear: both;
  }
  .homeReservation-title {
    font-size: 13px;
  }
  .homeReservation_table input,
  .homeReservation_table select {
    height: 30px;
  }
  .homeReservation_table select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    background-color: #fff;
    min-width: 34px;
  }
  .searchBox_top {
    float: none;
    margin-top: 16px;
  }
  .searchBox_telTtl {
    font-size: 12px;
    margin-right: 10px;
    padding: 6px 8px;
  }
  .searchBox_telNum {
    font-size: 12px;
  }
  .searchBox_table {
    margin-top: 8px;
  }
  .searchBox_table li {
    font-size: 12px;
    float: none;
    margin-top: 16px;
    margin-left: 0;
  }
  .searchBox_table:nth-of-type(2) {
    margin-top: 0;
  }
  .searchBox_table input,
  .searchBox_table select {
    font-size: 12px;
    height: 30px;
    margin-top: 4px;
    padding: 4px 0;
  }
  .searchBox_table select {
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    background-color: #fff;
    min-width: 34px;
  }
  .searchBox_table .inputSize-l,
  .searchBox_table .inputSize-m,
  .searchBox_table .inputSize-ss {
    width: 100%;
  }
  .searchBox_table .inputSize-s {
    width: 40%;
  }
  .searchBox_closeBtn {
    height: auto;
    width: 32px;
    top: 16px;
    right: 16px;
    z-index: 10;
  }
  .searchBox_btn {
    font-size: 16px;
    margin-top: 16px;
  }
  .dynDate input {
    padding: 4px;
  }
  .dynDate input.cmbARRM,
  .dynDate input.cmbARRD {
    width: 40px;
  }
  .cmbNights {
    width: 40px;
  }
  .dynPersons .cmbPerson0 {
    width: 40px;
  }
  .bookingNightGroup,
  .dynCalendarGroup {
    margin: 0;
  }
  .bookingDate .dynDate,
  .bookingDate .bookingNights {
    margin-right: 6px;
  }
  .dynDate-text.year {
    display: none;
  }
  .dynSubmit .buttonSubmit {
    font-size: 16px;
    max-height: initial;
    height: auto;
    padding: 16px 37px 16px 73px;
  }
}
/***********************************/
/* scroll fadeIn event */
/***********************************/
.inview-target {
  opacity: 0;
  visibility: hidden;
}

.inview-target.is-show {
  -webkit-animation: fadeIn 1s forwards;
  animation: fadeIn 1s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/***********************************/
/* campaign */
/***********************************/
.homeCampaignArea {
  background: url(../images/common/bg_section.png) repeat left top;
  font-size: 0;
  text-align: center;
  padding-top: 60px;
}

.homeCampaignArea a {
  display: inline-block;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.homeCampaignArea a:hover {
  opacity: 0.7;
}

.homeCampaignBnr + .homeCampaignBnr {
  margin-top: 20px;
}

.homeCampaignBnr-2col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 500px;
}

.homeCampaignBnr-2col:nth-of-type(2), .homeCampaignBnr-2col:nth-of-type(4) {
  margin-left: 20px;
}

.homeCampaignBnr-2col:nth-of-type(3), .homeCampaignBnr-2col:nth-of-type(4) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .homeCampaignArea {
    padding: 30px 0 30px;
  }
  .homeCampaignArea a {
    text-align: center;
  }
  .homeCampaignBnr-2col {
    width: 100%;
  }
  .homeCampaignBnr-2col:nth-of-type(2), .homeCampaignBnr-2col:nth-of-type(3), .homeCampaignBnr-2col:nth-of-type(4) {
    margin-top: 16px;
    margin-left: 0;
  }
}
.campaign .article_headingName {
  border-right: none;
}

.campaignBox {
  -webkit-box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 80px auto 0;
  padding: 40px 40px 60px;
  width: 1140px;
  position: relative;
}

.campaignBox.-NewYearDishes {
  background: url(../campaign/christmas-newyeardishes/images/bg_NewYearDishes.png) repeat-x left top;
}

.campaignBox.-originalChristmasCake .home_heading em,
.campaignBox.-christmasTakeout .home_heading em {
  color: #fff;
}

.campaignBox_lead {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 28px;
}

.campaignItems li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.campaignItems_list {
  background: #fff;
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #9e8e00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.campaignItems_listThumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.campaignItems_listDetail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px;
}

.campaignItems_detailHeading {
  border-bottom: 1px solid #9e8e00;
  font-size: 24px;
  line-height: 1.6;
  padding-bottom: 4px;
}

.campaignItems_detailHeading em {
  color: #ff0000;
}

.campaignItems_detailTxt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
}

.campaignDetail_note {
  background: #ff0000;
  border: 1px solid #9e8e00;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 16px;
  padding: 4px 12px;
}

.campaignBox_reserve {
  margin-top: 50px;
}

.campaignReserve_heading {
  color: #ff0000;
  font-size: 16px;
}

.campaignReserve_list,
.campaignReserve_txt {
  line-height: 1.6;
  margin-top: 16px;
}

.campaignReserve_txt {
  margin-left: 1em;
}

.campaignBox_reserve .campaignDetail_note {
  margin-top: 20px;
}

/* originalChristmasCake */
.campaignBox.-originalChristmasCake {
  background: url(../campaign/christmas-newyeardishes/images/bg_originalChristmasCake.png) repeat-x left top;
}

.campaignBox.-originalChristmasCake::before {
  background: url(../campaign/christmas-newyeardishes/images/ornament_christmas.png) no-repeat left top;
  background-size: contain;
  content: "";
  height: 306px;
  width: 388px;
  position: absolute;
  top: 21px;
  right: 0;
}

.campaignBox.-originalChristmasCake .campaignItems li:nth-child(1) {
  margin-top: 80px;
}

.campaignBox.-originalChristmasCake .campaignItems_listThumb {
  width: 357px;
}

.campaignBox.-originalChristmasCake .campaignItems_listDetail {
  width: calc(100% - 357px);
}

/* ChristmasTakeout */
.campaignBox.-christmasTakeout {
  background: url(../campaign/christmas-newyeardishes/images/bg_ChristmasTakeout.png) repeat-x left top;
}

.campaignBox.-christmasTakeout::before {
  background: url(../campaign/christmas-newyeardishes/images/ornament_christmas.png) no-repeat left top;
  background-size: contain;
  content: "";
  height: 306px;
  width: 388px;
  position: absolute;
  top: 21px;
  right: 0;
}

.campaignBox.-christmasTakeout .campaignItems li:nth-child(1) .campaignItems_detailHeading em {
  margin-left: 5em;
}

.campaignBox.-christmasTakeout .campaignItems_listThumb {
  width: 415px;
}

.campaignBox.-christmasTakeout .campaignItems_listDetail {
  width: calc(100% - 415px);
}

/* NewYearDishes */
.campaignBox.-newYearDishes {
  background: url(../campaign/christmas-newyeardishes/images/bg_NewYearDishes.png) repeat-x left top;
  margin-bottom: 120px;
}

.campaignBox.-newYearDishes::before {
  background: url(../campaign/christmas-newyeardishes/images/ornament_newYear.png) no-repeat left top;
  background-size: contain;
  content: "";
  height: 182px;
  width: 206px;
  position: absolute;
  top: 45px;
  right: 14px;
}

.campaignBox.-newYearDishes .campaignBox_lead,
.campaignBox.-newYearDishes .campaignItems_detailTxt {
  color: #212121;
}

.campaignBox.-newYearDishes .campaignItems_listThumb {
  width: 412px;
}

.campaignBox.-newYearDishes .campaignItems_listDetail {
  width: calc(100% - 412px);
}

@media screen and (max-width: 768px) {
  .campaignBox {
    margin: 40px auto 0;
    padding: 20px 10px;
    width: 95%;
  }
  .campaignBox .home_heading em {
    font-size: 18px;
  }
  .campaignBox .home_heading span {
    padding: 0 16px;
  }
  .campaignBox_lead {
    font-size: 12px;
    margin-top: 24px;
  }
  .campaignItems_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    padding: 8px;
  }
  .campaignItems li:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .campaignItems_listDetail {
    margin-top: 16px;
    padding: 0;
  }
  .campaignItems_detailHeading {
    font-size: 16px;
  }
  .campaignItems_detailTxt {
    font-size: 10px;
    margin-top: 10px;
  }
  .campaignDetail_note {
    font-size: 12px;
    margin-top: 10px;
    padding: 3px 7px;
  }
  .campaignBox.-originalChristmasCake .campaignItems_listThumb,
  .campaignBox.-christmasTakeout .campaignItems_listThumb,
  .campaignBox.-newYearDishes .campaignItems_listThumb,
  .campaignBox.-originalChristmasCake .campaignItems_listDetail,
  .campaignBox.-christmasTakeout .campaignItems_listDetail,
  .campaignBox.-newYearDishes .campaignItems_listDetail {
    width: 100%;
  }
  .campaignBox_reserve {
    margin-top: 24px;
  }
  .campaignBox_reserve.inner {
    width: 100%;
  }
  .campaignReserve_heading {
    font-size: 12px;
  }
  .campaignReserve_list,
  .campaignReserve_txt {
    font-size: 12px;
    margin-top: 12px;
  }
  .campaignReserve_list {
    padding-left: 1em;
    text-indent: -1em;
  }
  .campaignBox_reserve .campaignDetail_note {
    margin-top: 12px;
  }
  /* originalChristmasCake */
  .campaignBox.-originalChristmasCake::before {
    height: 153px;
    width: 194px;
    top: 50px;
  }
  .campaignBox.-originalChristmasCake .campaignItems li:nth-child(1) {
    margin-top: 20px;
  }
  /* ChristmasTakeout */
  .campaignBox.-christmasTakeout::before {
    height: 153px;
    width: 194px;
    top: 50px;
  }
  .campaignBox.-christmasTakeout .campaignItems li:nth-child(1) .campaignItems_detailHeading em {
    margin-left: 0;
  }
}
/* Direct In */
.directin-sp-form {
  padding: 0 !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.directin-sp-form > div {
  margin: 0 auto !important;
}

.directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
  color: #fff !important;
  font-size: 15px !important;
  margin-bottom: 10px;
  display: block;
}

.directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label {
  font-size: 12px !important;
  color: #fff !important;
}

.directin-sp-form .directin-sp-form-input label input[type=text],
.directin-sp-form .directin-sp-form-input label select {
  font-size: 14px !important;
}

.directin-sp-form .directin-sp-form-submit-button button {
  width: 192px !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #9e8e00 url(../images/common/reserve_icon_off.png) no-repeat left 20px center !important;
  border: 1px solid #9e8e00 !important;
  color: #fff;
  cursor: pointer !important;
  font-size: 20px !important;
  padding: 10px 37px 9px 73px !important;
  border-radius: 0 !important;
  line-height: 1 !important;
}

.directin-sp-form .directin-sp-form-submit-button button:hover {
  background: #fff url(../images/common/reserve_icon_on.png) no-repeat left 20px center !important;
  color: #9e8e00;
  opacity: initial !important;
}

.homeReservationFormModal .directin-sp-form {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homeReservationFormModal .directin-sp-form > div {
  margin: 0 0 16px 0 !important;
}

.homeReservationFormModal .directin-sp-form-date-input-group {
  display: block !important;
}

.homeReservationFormModal .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-nodate-checkbox {
  display: block !important;
  margin-top: 8px !important;
}

.homeReservationFormModal .directin-sp-form-guest-room-input-group .directin-sp-form-guest-selector {
  width: 100% !important;
}

.homeReservationFormModal .directin-sp-form-hotel-input-group {
  width: 100% !important;
}

.homeReservationFormModal .directin-sp-form-room-selector {
  width: 100% !important;
}

.homeReservationFormModal .directin-sp-form-hotel-input,
.homeReservationFormModal .directin-sp-form-hotel-input label select {
  width: 100% !important;
}

.homeReservationFormModal .directin-sp-form > div.directin-sp-form-submit-button {
  margin: 0 auto !important;
}

.homeReservationFormModal .directin-sp-form .directin-sp-form-submit-button {
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  .homeReservationFormModal .directin-sp-form-date-input-group {
    width: 100% !important;
  }
  .homeReservation_table input, .homeReservation_table select {
    height: auto;
  }
  .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
    font-size: 13px !important;
  }
  .directin-sp-form .directin-sp-form-submit-button button {
    font-size: 16px !important;
    max-height: initial !important;
    height: auto !important;
    padding: 10px 37px 10px 73px !important;
  }
  .homeReservationFormModal .directin-sp-form .directin-sp-form-submit-button {
    padding-top: 16px;
  }
}
/***********************************/
/* banquet new 2023 04 */
/***********************************/
/***** ご宴会場一覧（旧 ご宴会） *****/
.hallList_heading {
  margin-bottom: 35px;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.04em;
  text-align: center;
}

.hallList_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.hallList_listItem {
  width: 340px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hallList_listItem:nth-of-type(3n) {
  margin-right: 0;
}

.hallList_listItem .hallDetail_tableBox {
  margin-top: 15px;
}

.hallList_listThumb {
  width: 100%;
  text-align: center;
}

.hallList_listTitle {
  min-height: 45px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.hallList_listTitle span {
  margin-right: 10px;
  background: #9e8e00;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 3px 10px 1px;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hallList_listText {
  min-height: 105px;
  font-size: 14px;
  line-height: 1.5;
}

.hallList_listText.-non-height {
  min-height: unset;
}

.hallList_listMore {
  width: 180px;
  margin: 30px auto 0;
}

.hallList_listMore a {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 0;
  border: 1px solid #9e8e00;
  color: #fff;
  background-color: #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hallList_listMore a:hover {
  background-color: #fff;
  color: #9e8e00;
}

.hallList_listMore a::before {
  position: absolute;
  top: 4px;
  right: 20px;
  content: ">";
}

@media screen and (max-width: 768px) {
  .hallList_heading {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .hallList_list {
    display: block;
  }
  .hallList_listItem {
    width: 100%;
    margin-right: 0;
  }
  .hallList_listItem .hallDetail_tableBox {
    margin-top: 10px;
  }
  .hallList_listItem .hallDetail_table {
    min-width: 100%;
  }
  .hallList_listTitle {
    min-height: unset;
    font-size: 14px;
  }
  .hallList_listTitle span {
    font-size: 10px;
    vertical-align: 1px;
  }
  .hallList_listText {
    min-height: unset;
    margin-top: 10px;
    font-size: 12px;
  }
  .hallList_listMore a {
    font-size: 12px;
  }
}
/***** ご宴会場 詳細ページ *****/
.hallLayout {
  margin-top: 80px;
}

.hallLayout_list {
  margin-top: 40px;
  padding: 0 20px;
}

.hallLayout_listItem {
  width: 300px;
  margin-right: 40px;
}

.hallLayout_listItem:nth-of-type(3n) {
  margin-right: 0;
}

.hallLayout_listTitle {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}

.hallLayout_listPdf a {
  display: block;
}

.hallLayout_listPdf a:hover .hallLayout_listThumb img {
  opacity: 0.55;
}

.hallLayout_listThumb {
  width: 100%;
  text-align: center;
}

.hallLayout_listThumb img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hallBox_heading.-katorea {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .hallLayout {
    margin-top: 40px;
  }
  .hallLayout_list {
    margin-top: 20px;
  }
  .hallLayout_listItem {
    width: 100%;
    margin-right: 0;
  }
  .hallLayout_listTitle {
    font-size: 12px;
  }
  .hallBox_heading.-katorea {
    margin-left: 0;
  }
}
/***** プラン一覧（旧 ご宴会プラン） *****/
.partyPlanSingle_heading {
  font-size: 26px;
  line-height: 1.8;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.partyPlanSingle_img {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.partyPlanSingle_lead {
  margin-top: 40px;
  line-height: 1.8;
}

.partyPlanSingle_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 80px;
}

.partyPlanSingle_listItem {
  width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.partyPlanSingle_listIco {
  margin: 0 auto 20px;
  text-align: center;
}

.partyPlanSingle_listIco img {
  height: 80px;
  margin: 0 auto;
}

.partyPlanSingle_listTitle {
  padding-bottom: 5px;
  border-bottom: 1px solid #9e8e00;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}

.partyPlanSingle_listText {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.partyPlanSingle_menu {
  margin-top: 80px;
}

.partyPlanSingle_menuWrap {
  margin-top: 40px;
  padding: 0 30px;
}

.partyPlanSingle_menuHeading {
  margin-bottom: 20px;
  padding: 10px 20px;
  background: url(../images/common/bg_pattern.png) repeat left top;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.partyPlanSingle_menuHeading.-drink {
  background: url("../images/common/bg_section.png") repeat left top;
  color: #212121;
}

.partyPlanSingle_menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.partyPlanSingle_menuItem {
  width: 300px;
  margin-right: 30px;
  padding: 20px;
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.partyPlanSingle_menuItem:nth-of-type(3n) {
  margin-right: 0;
}

.partyPlanSingle_menuItemTitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.partyPlanSingle_menuItemText {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.5;
}

.partyPlanSingle_menuDrink {
  padding: 20px;
  border-top: 1px solid #9e8e00;
  border-bottom: 1px solid #9e8e00;
}

.partyPlanSingle_menuDrinkText {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .partyPlanSingle_heading {
    font-size: 20px;
  }
  .partyPlanSingle_img {
    margin-top: 20px;
  }
  .partyPlanSingle_lead {
    margin-top: 30px;
    font-size: 13px;
  }
  .partyPlanSingle_list {
    display: block;
    margin-top: 50px;
  }
  .partyPlanSingle_listItem {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
  }
  .partyPlanSingle_listItem:last-child {
    margin-bottom: 0;
  }
  .partyPlanSingle_listIco {
    margin: 0 auto 10px;
  }
  .partyPlanSingle_listIco img {
    height: 65px;
    margin: 0 auto;
  }
  .partyPlanSingle_listTitle {
    font-size: 16px;
  }
  .partyPlanSingle_listText {
    margin-top: 10px;
    font-size: 12px;
  }
  .partyPlanSingle_menu {
    margin-top: 50px;
  }
  .partyPlanSingle_menuWrap {
    padding: 0;
  }
  .partyPlanSingle_menuWrap:nth-of-type(1) {
    margin-top: 20px;
  }
  .partyPlanSingle_menuHeading {
    padding: 8px 10px;
    font-size: 14px;
  }
  .partyPlanSingle_menuList {
    display: block;
    margin-top: 20px;
  }
  .partyPlanSingle_menuItem {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 15px;
  }
  .partyPlanSingle_menuItem:nth-of-type(3n) {
    margin-right: auto;
  }
  .partyPlanSingle_menuItem:last-child {
    margin-bottom: 0;
  }
  .partyPlanSingle_menuItemTitle {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .partyPlanSingle_menuItemText {
    font-size: 12px;
  }
  .partyPlanSingle_menuDrinkText {
    font-size: 12px;
  }
}
/***** ご利用案内（旧 資料ダウンロード） *****/
.section_document.section:nth-of-type(even) {
  background: none;
}

.documentFloor_headingRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.documentFloor_headingWrap {
  width: 50%;
}

.documentFloor_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.documentFloor_wrap {
  width: 50%;
}

.documentFloor_heading {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.04em;
  text-align: center;
}

.documentFloor_content {
  margin-top: 50px;
  padding: 0 20px;
}

.documentFloor_contentThumb {
  position: relative;
  width: 100%;
}

.documentFloor_contentLink {
  position: absolute;
}

.documentFloor_contentLink.size_l {
  width: 410px;
  height: 43px;
}

.documentFloor_contentLink.size_m {
  width: 233px;
  height: 43px;
}

.documentFloor_contentLink.view_11f {
  top: 7px;
  left: 96px;
}

.documentFloor_contentLink.view_5f {
  top: 236px;
  left: 7px;
}

.documentFloor_contentLink.view_4f {
  top: 285px;
  left: 7px;
}

.documentFloor_contentLink.view_3f {
  top: 334px;
  left: 7px;
}

.documentFloor_contentLink.view_1f {
  top: 432px;
  left: 7px;
}

.documentFloor_contentLink.annex_13f {
  top: 7px;
  right: 73px;
}

.documentFloor_contentLink.annex_6f {
  top: 236px;
  right: 73px;
}

.documentFloor_contentLink.annex_5f {
  top: 285px;
  right: 73px;
}

.documentFloor_contentLink.annex_4f {
  top: 334px;
  right: 73px;
}

.documentFloor_contentLink.annex_3f {
  top: 383px;
  right: 73px;
}

.documentFloor_contentLink.annex_1f {
  top: 482px;
  right: 73px;
}

.documentFloor_contentLink a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #a5b8c3;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.35;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.documentFloor_contentLink a p span {
  font-weight: 400;
}

.documentFloor_contentLink a:hover {
  background-color: #9e8e00;
  color: #fff;
}

.documentModal {
  background-color: #fff;
  overflow-x: scroll;
}

.documentModalInner {
  padding: 80px 60px;
}

.documentModal_img {
  max-width: 450px;
  margin: 50px auto 0;
}

.documentModal_text {
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .documentFloor_headingRow {
    display: none;
  }
  .documentFloor_row {
    display: block;
  }
  .documentFloor_wrap {
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0;
  }
  .documentFloor_heading {
    font-size: 16px;
  }
  .documentFloor_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    padding: 0;
  }
  .documentFloor_contentThumb {
    width: calc(100% - 50px);
  }
  .documentFloor_contentLink {
    position: static;
    margin-bottom: 5px;
  }
  .documentFloor_contentLink.size_m, .documentFloor_contentLink.size_l {
    width: 100%;
    height: 45px;
  }
  .documentFloor_contentSpace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    background-color: #dcdddd;
  }
  .documentFloor_contentSpace.size_m {
    height: 45px;
  }
  .documentFloor_contentSpace.size_l {
    height: 135px;
  }
  .documentFloor_contentSpace p {
    font-weight: bold;
    font-size: 12px;
    color: #727171;
  }
  .documentFloor_contentNumber {
    width: 48px;
  }
  .documentFloor_contentNumberFloor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
    margin-left: auto;
    background-color: #938e8a;
  }
  .documentFloor_contentNumberFloor p {
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .documentFloor_contentNumberFloor.space {
    height: 135px;
  }
  .documentFloor_contentNumberFloor.space span {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .documentModalInner {
    padding: 40px 10px;
  }
  .documentModal_img {
    margin: 30px auto 0;
  }
  .documentModal_text {
    margin-top: 20px;
    font-size: 13px;
  }
}
/***** ご法宴・お別れ会 *****/
.banquet.ceremony .section:nth-of-type(odd) {
  background: none;
}

.ceremonyFlow_wrap:nth-of-type(1) {
  margin-bottom: 60px;
}

.ceremonyFlow_content {
  display: table;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #fff;
}

.ceremonyFlow_content:nth-of-type(1) {
  margin-top: 25px;
}

.ceremonyFlow_contentTitle {
  display: table-cell;
  width: 280px;
  padding: 20px;
  background-color: #25416c;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}

.ceremonyFlow_contentWrap {
  display: table-cell;
  width: calc(100% - 280px);
  padding: 20px 20px 20px 25px;
}

.ceremonyFlow_contentText {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .ceremonyFlow_wrap:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .ceremonyFlow_content {
    display: block;
    padding: 0;
    border-bottom: none;
  }
  .ceremonyFlow_contentTitle {
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 13px;
  }
  .ceremonyFlow_contentWrap {
    display: block;
    width: calc(100% - 25px);
    padding: 10px 10px 20px 15px;
  }
  .ceremonyFlow_contentText {
    padding: 0;
  }
}
/***** lower /banquet/ css *****/
.banquetInner {
  width: 1060px;
  margin: 80px auto 0;
}

.banquet_subHeading {
  padding-bottom: 5px;
  border-bottom: 1px solid #9e8e00;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.banquetList_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.banquetList_listItem {
  position: relative;
  width: 340px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 90px;
  border: 1px solid #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.banquetList_listItem:nth-of-type(3n) {
  margin-right: 0;
}

.banquetList_listItem .hallDetail_tableBox {
  margin-top: 15px;
}

.banquetList_listThumb {
  width: 100%;
  text-align: center;
}

.banquetList_listTitle {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.banquetList_listText {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.banquetList_listText.-non-height {
  min-height: unset;
}

.banquetList_listTerm {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.banquetList_listMore {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 180px;
}

.banquetList_listMore button,
.banquetList_listMore a {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 0;
  border: 1px solid #9e8e00;
  color: #fff;
  background-color: #9e8e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banquetList_listMore button:hover,
.banquetList_listMore a:hover {
  background-color: #fff;
  color: #9e8e00;
}

.banquetList_listMore button::before,
.banquetList_listMore a::before {
  position: absolute;
  top: 4px;
  right: 20px;
  content: ">";
}

.banquetList_listMore button {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .banquetInner {
    width: 95%;
    margin: 50px auto 0;
  }
  .banquet_subHeading {
    font-size: 16px;
  }
  .banquetList_list {
    display: block;
  }
  .banquetList_listItem {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }
  .banquetList_listItem .hallDetail_tableBox {
    margin-top: 10px;
  }
  .banquetList_listItem .hallDetail_table {
    min-width: 100%;
  }
  .banquetList_listTitle {
    font-size: 14px;
  }
  .banquetList_listText {
    margin-top: 10px;
    font-size: 12px;
  }
  .banquetList_listTerm {
    margin-top: 10px;
    font-size: 12px;
  }
  .banquetList_listMore {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: none;
    transform: none;
    margin: 30px auto 0;
  }
  .banquetList_listMore button,
  .banquetList_listMore a {
    font-size: 12px;
  }
}