@charset "UTF-8";
/* 変数定義 */
#search_ui {
  padding: 10px 30px 30px 170px;
  background-color: #F3F0E6;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin: 0 auto 20px;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1160px) {
  #search_ui {
    width: 1140px;
  }
}
@media screen and (max-width: 1159px) {
  #search_ui {
    width: 960px;
  }
}

#search_ui .form_head {
  color: #79161B;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 0 20px -20px;
  font-size: 14px;
}

.smoking-link{
  margin-left: 30px;
  color: #79161B;
  font-weight: bold;
  text-decoration: underline;
}

#search_ui .form_head::before {
  left: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #79161B;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#search_ui .ilb {
  display: inline-block;
  padding: 5px 5px 5px 0;
}

#search_ui .date_label {
  background-image: url("/themes/ui@prestige@site/images/calendar.svg");
  background-repeat: no-repeat;
  background-position: right center;
  banckground-size: 20px auto;
  padding-right: 25px;
}

#date00 {
  margin-left: -30px;
  opacity: 0;
  width: 5px;
  margin-right: 30px;
}

#search_ui form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#search_ui #brg {
  position: absolute;
  top: -5px;
  left: 20px;
}

#search_ui .ra {
  padding-left: 0;
}

#search_ui .ra input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  vertical-align: middle;
}

#search_ui .ra li {
  display: inline-block;
  list-style-type: none;
}

#search_ui .ra li label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#search_ui .ra img {
  vertical-align: middle;
  margin: 0 6px;
  height: 16px;
}

#search_ui .r01 {
  position: absolute;
  right: 30px;
}

#child_sel {
  display: inline-block;
  padding: 2px 10px;
  background-color: #79161B;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  cursor: pointer;
}

#child_area ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#child_area ul li {
  display: inline-block;
  padding-left: 1em;
}

#child_area {
  display: none;
  background-color: #fff;
  line-height: 2.5;
  margin-top: 15px;
  position: relative;
}

#child_area:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 70%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

#child_area .c00 {
  background-color: #84797A;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}

@media (max-width: 767px) {
  #search_ui {
    padding: 5vw 5vw 5vw 20vw;
  }
  #search_ui .form_head {
    margin-left: 0;
    font-size: 13px;
  }
  #search_ui #brg {
    width: 15vw;
    left: 2vw;
  }
  #search_ui form {
    display: block;
  }
  #child_area:before {
    left: 30%;
  }
}
.ui-datepicker {
  font-size: 70%;
}

.ui-datepicker-sunday .ui-state-default {
  background-image: none;
  background-color: #FFF0F5;
}

.ui-datepicker-saturday .ui-state-default {
  background-image: none;
  background-color: #F0F8FF;
}

#day_link .txt02 {
  color: #fff;
  background-color: #b57e00;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 10px;
}

#day_link {
  cursor: pointer;
}

.reservation {
  position: fixed;
  top: 135px;
  right: 0;
  color: #000;
  z-index: 999;
  right: -1120px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1160px) {
  .reservation {
    right: -1120px;
  }
}
@media screen and (max-width: 1159px) {
  .reservation {
    right: -940px;
  }
}
@media screen and (min-width: 1160px) {
  .reservation.en {
    right: -942px;
  }
}
@media screen and (max-width: 1159px) {
  .reservation.en {
    right: -942px;
  }
}
.reservation.open {
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.reservation.open #search_ui #search-ui__tab .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.reservation.top {
  top: 100px;
}
.reservation #search_ui.fixed {
  position: relative;
  z-index: 9999;
  border-radius: 0;
}
.reservation #search_ui.en {
  padding: 10px 30px 20px 95px;
  width: 1010px;
}
.reservation #search_ui.en .ilb.persons {
  margin: 0.75em auto 0;
}
.reservation #search_ui.en .ilb .budget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 35px;
}
.reservation #search_ui.en .ilb .budget .header {
  display: inline-block;
  margin: 0 0.25em 0 0;
  text-align: center;
}
.reservation #search_ui.en .ilb .budget .small {
  font-size: 70%;
}
.reservation #search_ui.en #child_area {
  width: 670px;
  padding-right: 5px;
}
.reservation #search_ui.en #child_area:before {
  left: 38%;
}
.reservation #search_ui.en #search-ui__tab {
  left: -5px;
  width: 3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.reservation #search_ui.en .cancel-button {
  height: 45px;
}
.reservation #search_ui.en .cancel-button:link, .reservation #search_ui.en .cancel-button:visited, .reservation #search_ui.en .cancel-button:active, .reservation #search_ui.en .cancel-button:hover {
  line-height: 1.3;
}
.reservation #search_ui .bold {
  font-weight: 700;
}
.reservation #search_ui #search-ui__tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: -1px;
  left: -30px;
  width: 2em;
  height: calc(100% + 3px);
  padding: 5px;
  background-color: #333;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.71rem;
  font-weight: 700;
  color: #FFF;
  cursor: pointer;
}
.reservation #search_ui #search-ui__tab:link, .reservation #search_ui #search-ui__tab:visited, .reservation #search_ui #search-ui__tab:active, .reservation #search_ui #search-ui__tab:hover {
  text-decoration: none;
}
.reservation #search_ui #search-ui__tab .arrow {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.reservation #search_ui #search-ui__close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
  height: auto;
  padding: 0.25em 0.1em;
  background-color: #333;
  line-height: 1;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFF;
  cursor: pointer;
}
.reservation #search_ui #search-ui__close:link, .reservation #search_ui #search-ui__close:visited, .reservation #search_ui #search-ui__close:active, .reservation #search_ui #search-ui__close:hover {
  text-decoration: none;
}
.reservation #search_ui #search-ui__close .close {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.reservation #search_ui .submit-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 56px;
  background-color: #606060;
  border: 6px solid #606060;
  border-radius: 999px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  color: #FFF;
}
.reservation #search_ui .submit-button:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  width: 196px;
  height: 52px;
  border: 2px solid #FFF;
  border-radius: 999px;
}
.reservation #search_ui .submit-button:link, .reservation #search_ui .submit-button:visited, .reservation #search_ui .submit-button:active, .reservation #search_ui .submit-button:hover {
  text-decoration: none;
}
.reservation #search_ui .cancel-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 30px;
  margin-top: 5px;
  background-color: transparent;
  border: 1px solid #606060;
  border-radius: 999px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  color: #606060;
}
.reservation #search_ui .cancel-button:link, .reservation #search_ui .cancel-button:visited, .reservation #search_ui .cancel-button:active, .reservation #search_ui .cancel-button:hover {
  text-decoration: none;
  line-height: 1;
}
.reservation #search_ui .cancel-button:hover {
  background-color: #606060;
  color: #FFF;
}

/* ▼▼▼動的フォーム */
.contact-box#entryform.-thanks, .contact-box#entryform.-confirm {
  padding-top: 95px;
}

@media (max-width: 599px) {
  .contact-box#entryform {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    margin: 0 10px;
  }
}
table.dynamicForm {
  background: rgba(0, 0, 0, 0.025);
  border: 1px solid #ccc;
  display: table;
}

.label-required {
  display: inline-block;
}

#entryform .dynamicFormWrap {
  margin-left: -15px;
  margin-right: -15px;
}

#entryform .dynamicForm .acms-form-radio, #entryform .dynamicForm .acms-form-checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  #entryform .dynamicForm {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#entryform .dynamicForm .acms-admin-grid {
  margin: 0 15px;
}

#entryform .dynamicForm table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#entryform .dynamicForm th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#entryform .dynamicForm td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 5px 15px 5px;
}

@media (min-width: 1024px) {
  #entryform .dynamicForm th {
    width: 30%;
  }
  #entryform .dynamicForm td {
    width: 70%;
  }
  #entryform .dynamicForm td {
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  #entryform .dynamicForm th, #entryform .dynamicForm td {
    display: block;
  }
}
.dynamicForm select, .dynamicForm .error-text {
  font-size: 14px;
}

.form-btn-box {
  margin: 0;
}

.form-btn-return {
  margin-top: 10px;
}

.DynamicForm__caption {
  display: block;
}

@media (max-width: 599px) {
  #entryform .dynamicForm th, #entryform .dynamicForm td {
    font-size: 4vw;
  }
  #entryform .dynamicForm td {
    padding: 5px 20px 15px 20px;
  }
}
.dynamicForm th {
  background: rgba(0, 0, 0, 0.025);
  padding: 15px 20px;
  text-align: left;
  font-size: 16px;
  border-top: 1px solid #dfdfdf;
}
.dynamicForm tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.015);
}
.dynamicForm td, .dynamicForm th {
  display: table-cell;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .dynamicForm td, .dynamicForm th {
    font-size: 1rem;
  }
}

/* ▲▲▲動的フォーム */
/* ------------------------------　　
	▼▼▼管理画面
------------------------------ */
.AdminCustomBox__title {
  color: #999;
  letter-spacing: 1px;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
}

.AdminCustomBox__header {
  background: #555;
  color: #fff;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  font-size: 20px;
  border-radius: 1.5rem 1.5rem 0 0;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.AdminCustomBox__headerSmall {
  background: #ddd;
  border-top: 1px solid #aaa;
  color: #000;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

a .AdminCustomBox__header:hover {
  background: #000;
}

.AdminCustomBox__headerMini {
  background: #ccc;
  color: #444;
  padding: 0.3em 1em;
  font-size: 16px;
  border-radius: 0.5em 0.5em 0 0;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.AdminCustomBox__header a, .AdminCustomBox__header a:visited {
  color: #fff;
}

.AdminBtnBox__previewBtn {
  margin-right: 4px;
  font-size: 15px;
  margin-top: -4px;
}

.AdminBtnBox__cacheReset {
  padding-right: 0;
  color: #9c0808;
}

.AdminBtnBox__thisUrlWrap {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.AdminBtnBox__thisUrlWrap .AdminBtnBox__thisUrl {
  min-width: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px 5px 2px;
  color: #555;
  font-size: 13px;
  background: #ccc;
  border-radius: 12px;
  padding-left: 0.75em;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  -webkit-user-select: all;
  -moz-user-select: all;
       user-select: all;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.AdminBtnBox__thisUrlWrap .AdminBtnBox__thisUrl:hover {
  border: 1px solid #93c7ec;
  -webkit-box-shadow: inset 0 0 2px rgba(149, 199, 236, 0.75);
          box-shadow: inset 0 0 2px rgba(149, 199, 236, 0.75);
  background: #fff;
}

.ActionAddBox {
  background: #aaa;
  border: 1px solid #999;
  margin-top: -31px;
}

.ActionAddBox.-marginNormal {
  margin-top: 5px;
  border: none;
  background: none;
}

.ActionAddBox__btnList {
  padding: 0px;
  margin: 0;
}

.ActionAddBox__header {
  color: #333;
  padding-left: 1em;
  padding-right: 0.2em;
  border-radius: 1em 0 0 1em;
  font-size: 13px;
}

/* ------------------------------　　
	▲▲▲管理画面
------------------------------ */
/* 全体 */
html,
body {
  font-size: 14px;
  color: inherit;
}

a:link, a:visited, a:active, a:hover {
  color: #79161b;
}
a.btn:link, a.btn:visited, a.btn:active, a.btn:hover {
  color: #FFF;
}

.acms-list-group {
  padding: 0;
}
.acms-list-group-item {
  padding: 0;
}
.acms-list-group-item:link, .acms-list-group-item:visited, .acms-list-group-item:active, .acms-list-group-item:hover {
  color: #79161b;
}
.acms-list-group-title-link {
  display: block;
  padding: 10px;
}
.acms-list-group-title-link:hover {
  text-decoration: none;
}

.serial-nav a:link, .serial-nav a:visited, .serial-nav a:active, .serial-nav a:hover {
  color: #79161b;
}

.section-heading {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Times New Roman", Times, serif;
}

.module-group-heading {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Times New Roman", Times, serif;
}

.acms-thumbnail img {
  width: 100%;
  height: auto;
  max-width: initial;
}

/* ヘッダー */
@media screen and (min-width: 1024px) {
  .head-wrapper {
    position: fixed;
    width: 100%;
    height: 105px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .head-wrapper .acms-container {
    width: 100%;
    max-width: initial;
    padding: 0;
  }
}

.header {
  padding: 0;
  background: none;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 105px;
    padding: 0;
  }
}
.header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 2 481px;
          flex: 0 2 481px;
}
@media screen and (min-width: 768px) {
  .header-logo .site-name a {
    text-align: left;
  }
}
.header-logo .site-name img {
  width: auto;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .header-logo .site-name img {
    margin: 0;
  }
}
.header-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 520px;
          flex: 1 0 520px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
}
.header .nav-menu-btn-text {
  display: none;
}
.header .nav-menu-action-item {
  color: #79161b;
}
.header .nav-menu-action-item .english-btn {
  margin-right: 10px;
  padding: calc(0.25em - 2px) calc(0.75em - 2px);
  border: 2px solid #79161b;
  border-radius: 3px;
  font-size: 80%;
  color: #79161b;
}
.header .nav-menu-action-item:last-child {
  width: auto;
}
.header .nav-menu-action-item:last-child .nav-menu-action-link {
  padding: 0.25em 0.75em;
  background-color: #79161b;
  border-radius: 3px;
  font-size: 80%;
  color: #FFF;
}
.header .nav-menu-action-link {
  color: #79161b;
}
.header .site-header {
  border-color: #79161b;
}
@media screen and (min-width: 768px) {
  .header .site-logo {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header .navbar {
    padding-bottom: 0;
  }
  .header .navbar li {
    margin: 0 11px;
  }
  .header .navbar li a {
    font-weight: 500;
  }
  .header .navbar li.stay a, .header .navbar li:hover a {
    border-bottom: 2px solid #79161b;
  }
  .header .navbar li li {
    background-color: #79161b;
  }
  .header .navbar-side-list {
    background-color: #79161b;
  }
  .header .navbar-side-link {
    color: #FFF;
  }
  .header .navbar-sub li:not([class=attention-btn]):before {
    content: ">";
    display: inline-block;
    width: 1em;
    height: 1em;
    padding-right: 0.25em;
    line-height: 1;
  }
  .header .navbar-sub .attention-btn a {
    margin: 0.25em 0;
    padding: 0 0.75em;
    background-color: #b57e00;
    border-radius: 3px;
    color: #FFF;
  }
  .header .navbar-sub .attention-btn:hover a {
    border-color: transparent;
  }
  .header .navbar-sub li.pickup-btn:before {
    content: none;
  }
  .header .navbar-sub .pickup-btn a {
    margin: 0.25em 0;
    padding: 0 0.75em;
    background-color: #333;
    border-radius: 3px;
    color: #FFF;
  }
  .header .navbar-sub .pickup-btn:hover a {
    border-color: transparent;
  }
}
.header-button {
  height: 100%;
}
.header-button__container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 210px;
          flex: 0 1 210px;
  padding-bottom: 0;
  padding-left: 10px;
}
.header-button ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
}
.header-button ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 5px;
  white-space: nowrap;
}
.header-button ul li.contact-btn, .header-button ul li.reservation-btn {
  margin: 0;
}
.header-button ul li.contact-btn a:link,
.header-button ul li.contact-btn a:visited,
.header-button ul li.contact-btn a:hover,
.header-button ul li.contact-btn a:active, .header-button ul li.reservation-btn a:link,
.header-button ul li.reservation-btn a:visited,
.header-button ul li.reservation-btn a:hover,
.header-button ul li.reservation-btn a:active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: none;
  color: #FFF;
}
.header-button ul li.contact-btn:hover, .header-button ul li.reservation-btn:hover {
  text-decoration: underline;
}
.header-button ul li.contact-btn {
  background-color: #79161b;
}
.header-button ul li.reservation-btn {
  background-color: #333;
}

.header-adjust {
  height: 0;
}
@media screen and (min-width: 1024px) {
  .header-adjust {
    height: 105px;
  }
}

.topicpath {
  margin: 0;
  padding: 0 0 35px;
  background: none;
}

/* メイン */
/* トップページ */
.top-main-slider {
  margin-bottom: 0;
}
.top-main-slider .js-slider {
  height: 120vw;
}
@media screen and (min-width: 768px) {
  .top-main-slider .js-slider {
    height: 460px;
  }
}
.top-main-slider .main-slider-image {
  background-size: cover;
  height: 120vw;
}
@media screen and (min-width: 768px) {
  .top-main-slider .main-slider-image {
    height: 460px;
  }
}
@media screen and (min-width: 768px) {
  .top-main-slider .main-slider-main-copy {
    font-size: 30px;
  }
  .top-main-slider .main-slide-side-copy {
    font-size: 16px;
  }
}

.top-banner .section-space {
  padding: 40px 0 0;
}
.top-banner__item {
  padding-bottom: 20px;
  text-align: center;
}
.top-banner__image {
  margin: 0 auto;
}

.sticky {
  position: sticky;
  top: 120px;
  z-index: 9998;
}

#search_ui {
  padding: 10px 30px 20px 165px;
}
#search_ui #form01 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#search_ui .form_head {
  margin: 10px 0 15px 0;
}
#search_ui .ilb {
  padding: 0 5px 0 0;
}
#search_ui .ra {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}
#search_ui .r01 {
  position: relative;
  right: initial;
  padding-left: 15px;
}
#search_ui .r01 img {
  cursor: pointer;
}
#search_ui .tel {
  display: inline-block;
  margin-left: 20px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 30px;
}
#search_ui #day_link .txt02 {
  background-color: #79161b;
}
#search_ui #child_area:before {
  left: 20%;
}
@media screen and (min-width: 1160px) {
  #search_ui #child_area:before {
    left: 80%;
  }
}
#search_ui .group-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
  width: 200px;
  padding: 0.5em 1.25em;
  background-color: #79161b;
  border-radius: 0 0 10px 10px;
  text-align: center;
  color: #FFF;
}
#search_ui .group-btn:hover {
  text-decoration: none;
}

.top-service {
  max-width: 100%;
}
.top-service .module-group-list {
  padding: 0;
}
.top-service .module-group-item {
  overflow: hidden;
}
.top-service .module-group-image {
  width: 100%;
}

.top-news-summary__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border-bottom: 1px solid #555555;
}
@media screen and (min-width: 768px) {
  .top-news-summary__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top-news-summary__image-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.top-news-summary__image-box img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .top-news-summary__image-box {
    width: 15%;
  }
}
.top-news-summary__text-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .top-news-summary__text-box {
    width: 85%;
  }
}
.top-news-summary__category {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.25em 0.5em;
  background-color: #555555;
  border-radius: 3px;
  line-height: 1;
  color: #FFF;
}
.top-news-summary__new {
  font-weight: 700;
  color: #b57e00;
}
.top-news-summary__title {
  margin: 0 0 1em;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Times New Roman", Times, serif;
}

.top-plan-summary .thumbnail-title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Times New Roman", Times, serif;
  font-size: 1.17rem;
}
.top-plan-summary .thumbnail-detail {
  font-size: 14px;
}
.top-plan-summary .thumbnail img {
  max-width: initial;
  width: 100%;
  height: auto;
}
.top-plan-summary .thumbnail-link:link, .top-plan-summary .thumbnail-link:visited, .top-plan-summary .thumbnail-link:hover, .top-plan-summary .thumbnail-link:active {
  color: inherit;
}

.top-map .acms-container,
.top-map .main-inner {
  max-width: initial;
}

.top-bottom-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin: auto;
}
.top-bottom-banner__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
}
.top-bottom-banner__item a {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .top-bottom-banner__item {
    width: 33.33%;
  }
}

/* エントリー */
.entry {
  border-bottom: none;
}

.entryFormColumnBody h2[id], .entryFormColumnBody h3[id],
.acms-entry h2[id],
.acms-entry h3[id] {
  scroll-margin-top: 85px;
}
.entryFormColumnBody h2,
.acms-entry h2 {
  margin: 0 10px 25px 10px;
  padding: 5px 10px;
  border-left: 5px solid #79161b;
  line-height: 1.2;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Times New Roman", Times, serif;
  font-size: 2.14rem;
  font-weight: 500;
}
.entryFormColumnBody h3,
.acms-entry h3 {
  background-color: initial;
  border-bottom: 1px solid #b57e00;
  line-height: 1.2;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Times New Roman", Times, serif;
  font-size: 1.71rem;
  font-weight: 500;
}
.entryFormColumnBody h4,
.acms-entry h4 {
  line-height: 2;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Times New Roman", Times, serif;
  font-size: 1.57rem;
  font-weight: 500;
}
.entryFormColumnBody p,
.acms-entry p {
  line-height: 2;
}
.entryFormColumnBody .entry-btn, .entryFormColumnBody .entry-btn-black, .entryFormColumnBody .entry-btn-bordeaux, .entryFormColumnBody .entry-btn-attention,
.acms-entry .entry-btn,
.acms-entry .entry-btn-black,
.acms-entry .entry-btn-bordeaux,
.acms-entry .entry-btn-attention {
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  margin: 0 0.25em 0 0;
  padding: 6px 15px;
  border-radius: 3px;
}
.entryFormColumnBody .entry-btn:hover, .entryFormColumnBody .entry-btn-black:hover, .entryFormColumnBody .entry-btn-bordeaux:hover, .entryFormColumnBody .entry-btn-attention:hover,
.acms-entry .entry-btn:hover,
.acms-entry .entry-btn-black:hover,
.acms-entry .entry-btn-bordeaux:hover,
.acms-entry .entry-btn-attention:hover {
  text-decoration: none;
}
.entryFormColumnBody .entry-btn-attention,
.acms-entry .entry-btn-attention {
  background-color: #b57e00;
}
.entryFormColumnBody .entry-btn-attention:focus,
.acms-entry .entry-btn-attention:focus {
  background-color: #b57e00;
}
.entryFormColumnBody .entry-btn-attention:visited, .entryFormColumnBody .entry-btn-attention:active, .entryFormColumnBody .entry-btn-attention:hover,
.acms-entry .entry-btn-attention:visited,
.acms-entry .entry-btn-attention:active,
.acms-entry .entry-btn-attention:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8a200), to(#b57e00));
  background-image: linear-gradient(#e8a200, #b57e00);
  color: #FFF;
}
.entryFormColumnBody .entry-btn-bordeaux,
.acms-entry .entry-btn-bordeaux {
  background-color: #79161b;
}
.entryFormColumnBody .entry-btn-bordeaux:visited, .entryFormColumnBody .entry-btn-bordeaux:active, .entryFormColumnBody .entry-btn-bordeaux:hover,
.acms-entry .entry-btn-bordeaux:visited,
.acms-entry .entry-btn-bordeaux:active,
.acms-entry .entry-btn-bordeaux:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a41e25), to(#79161b));
  background-image: linear-gradient(#a41e25, #79161b);
  color: #FFF;
}
.entryFormColumnBody .entry-btn-black,
.acms-entry .entry-btn-black {
  background-color: #000;
}
.entryFormColumnBody .entry-btn-black:visited, .entryFormColumnBody .entry-btn-black:active, .entryFormColumnBody .entry-btn-black:hover,
.acms-entry .entry-btn-black:visited,
.acms-entry .entry-btn-black:active,
.acms-entry .entry-btn-black:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#000));
  background-image: linear-gradient(#555555, #000);
  color: #FFF;
}
.entryFormColumnBody .gmap,
.acms-entry .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.entryFormColumnBody .gmap iframe,
.acms-entry .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-style th,
.entry-style td {
  display: table-cell;
  white-space: nowrap;
}

.entry-footer {
  display: none;
}

/* フッター */
.footer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
  color: #FFF;
}
.footer .company-name {
  font-weight: 500;
}
.footer .company-name p {
  margin: 0 0 0.25em;
  font-size: 80%;
}
.footer .sns-list-instagram {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background-color: #e1306c;
  border-radius: 4px;
  font-size: 19px;
}
.footer .sns-list-instagram img {
  margin: 5px;
  width: 20px;
  max-width: 20px;
  height: auto;
}
.footer-nav-sp li {
  border: none;
}
.footer-nav-sp li a:link,
.footer-nav-sp li a:visited,
.footer-nav-sp li a:active,
.footer-nav-sp li a:hover {
  padding: 0.5em 0;
  line-height: 1;
}
.footer-nav-sp li.english-btn a:link,
.footer-nav-sp li.english-btn a:visited,
.footer-nav-sp li.english-btn a:active,
.footer-nav-sp li.english-btn a:hover {
  display: inline-block;
  padding: 0.25em 0.5em;
  border: 1px solid #FFF;
  line-height: 1;
}

.page-top-btn {
  opacity: 1;
}

/* よくあるご質問 */
.faq-list {
  list-style: none;
  padding-left: 0;
}
.faq-list__item {
  margin-bottom: 20px;
  padding: 20px 10px;
  border: 1px solid #555555;
  border-top: 3px solid #79161b;
}
.faq-list__title {
  margin: 0 0 0.25em;
}
/*# sourceMappingURL=additional.css.map */