@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.12.0/css/all.css);
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;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%; }

address {
  font-style: normal; }

body {
  line-height: 1; }

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

ul,
ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic; }

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc; }

input, select {
  vertical-align: middle; }

/* ===================================================
   base
==================================================== */
* {
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%; }
  @media print, screen and (min-width: 769px) {
    html,
    body {
      min-width: 1280px; } }
html {
  font-size: 62.5%; }

body {
  font-family: YuMincho, '游明朝', serif;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  color: #3E3E3E;
  background: #fff;
  -webkit-text-size-adjust: 100%; }

a {
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img {
  vertical-align: bottom; }
  @media only screen and (max-width: 768px) {
    img {
      max-width: 100%; } }
h1, h2, h3, h4, h5, h6 {
  font-family: "toppan-bunkyu-midashi-min-st", serif;
font-weight: 900;}

@media only screen and (max-width: 768px) {
  .u-use--pc {
    display: none !important; } }

@media print, screen and (min-width: 769px) {
  .u-use--sp {
    display: none !important; } }

.acms-admin-form .acms-admin-form-select,
.acms-admin-form select {
  appearance: none !important; }

.acms-container {
  max-width: 100%;
  padding: 0; }

#adminBox,
.acms-admin-box {
  margin-bottom: 0; }

.js .js-animation > * {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity .2s ease-out, -webkit-transform .4s ease-out;
  transition: opacity .2s ease-out, -webkit-transform .4s ease-out;
  transition: opacity .2s ease-out, transform .4s ease-out;
  transition: opacity .2s ease-out, transform .4s ease-out, -webkit-transform .4s ease-out; }

.js .js-animation.is-show > * {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

@media print, screen and (min-width: 769px) {
  .acms-container--set {
    margin-top: 87px; } }

@media only screen and (max-width: 768px) {
  .acms-container--set {
    margin-top: 110px; } }

@media print, screen and (min-width: 769px) {
  .form-btn-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .form-btn-box > * {
      margin: 0 10px; } }

@media only screen and (max-width: 768px) {
  .form-btn-box > * {
    margin-bottom: 20px; } }

.entryFormColumn #more .sorthandle,
.acms-admin-media-drop-box-wrap {
  height: auto; }

/* ===========================================
  header
=========================================== */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .is_fixed .l-header {
    position: fixed; }
    @media print, screen and (min-width: 769px) {
      .is_fixed .l-header {
        top: -110px;
        background-color: rgba(0, 0, 0, 0.6); } }
    @media only screen and (max-width: 768px) {
      .is_fixed .l-header {
        top: -58px; } }
  .is_fixed.is_hide .l-header {
    transition: top .1s; }
    @media print, screen and (min-width: 769px) {
      .is_fixed.is_hide .l-header {
        top: -110px; } }
    @media only screen and (max-width: 768px) {
      .is_fixed.is_hide .l-header {
        top: -58px; } }
  .is_fixed.is_show .l-header {
    top: 0;
    transition: top .3s; }
  @media only screen and (max-width: 768px) {
    .l-header::before {
      content: '';
      position: fixed;
      visibility: hidden;
      opacity: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 50;
      background-color: #3E3E3E; }
    .l-header.is_menu::before {
      -webkit-animation: toggleBg .3s forwards;
      animation: toggleBg .3s forwards; } }
  @media print, screen and (min-width: 769px) {
    .l-header__inner {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: 0 40px;
      height: 110px; } }
  @media only screen and (max-width: 768px) {
    .l-header__inner {
      padding: 13px 15px 0 0;
      height: 58px;
      position: relative;
      z-index: 100; } }
@keyframes toggleBg {
  0% {
    visibility: visible; }
  100% {
    visibility: visible;
    opacity: 1; } }

/* ===========================================
  footer
=========================================== */
.l-footer {
  background-color: #000; }
  @media print, screen and (min-width: 769px) {
    .l-footer {
      padding: 45px 0; } }
  @media only screen and (max-width: 768px) {
    .l-footer {
      padding: 38px 15px 116px; } }
  .l-footer__inner {
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      .l-footer__inner {
        max-width: 1200px;
        margin: auto; } }
    @media print, screen and (min-width: 769px) {
      .l-footer__inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 768px) {
      .l-footer__inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; } }
  @media print, screen and (min-width: 769px) {
    .l-footer__box {
      margin-left: 36px; } }
/* ===========================================
  main
=========================================== */
@media print, screen and (min-width: 769px) {
  .l-main {
    padding-bottom: 180px; }
    .l-main__bottom {
      margin-bottom: -180px; } }

/* ===========================================
  logo
=========================================== */
@media print, screen and (min-width: 769px) {
  .p-logo {
    width: 145px; } }

@media only screen and (max-width: 768px) {
  .p-logo {
    width: 94px;
    margin-left: 15px; } }

.p-logo__img {
  width: 100%; }

.p-logo--footer {
  width: 145px; }
  @media only screen and (max-width: 768px) {
    .p-logo--footer {
      margin: 0 auto 30px; } }
  .p-logo--footer__img {
    width: 100%; }

/* ===========================================
  gnav
=========================================== */
@media print, screen and (min-width: 769px) {
  .p-gnav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap; } }

@media print, screen and (min-width: 769px) {
  .p-gnav__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    height: 56px; } }

@media only screen and (max-width: 768px) {
  .p-gnav__list {
    display: none !important; }
    .is_menu .p-gnav__list {
      display: block !important;
      margin: 26px 10px 0;
      width: calc(100vw - 20px); } }

@media print, screen and (min-width: 769px) {
  .p-gnav__item {
    height: 56px;
    margin-right: 40px; } }

@media only screen and (max-width: 768px) {
  .p-gnav__item {
    margin-bottom: 10px; } }

@media print, screen and (min-width: 769px) {
  .p-gnav__img {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .p-gnav__img {
    width: auto;
    height: 65px;
    margin-right: 10px; } }

.p-gnav__link {
  color: #fff;
  font-weight: 500;
  position: relative;
  text-align: center;
  text-decoration: none !important; }
  @media print, screen and (min-width: 769px) {
    .p-gnav__link {
      font-size: 1.8rem;
      line-height: 56px;
      display: inline-block; }
      .p-gnav__link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 0px;
        background-color: #fff;
        transition: width .2s; }
      .p-gnav__link:hover::before {
        width: 100%;
        transition: width .3s; } }
  @media only screen and (max-width: 768px) {
    .p-gnav__link {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      height: 65px;
      width: 100%;
      background-color: #1f1919;
      color: #fff !important;
      font-size: 1.8rem;
      font-weight: 500; } }
.p-gnav__reserve {
  background-color: #d8cb68;
  text-decoration: none !important;
  color: #3E3E3E;
  line-height: 56px; }
  @media print, screen and (min-width: 769px) {
    .p-gnav__reserve {
      font-size: 1.8rem;
      display: inline-block;
      padding: 0 23px;
      position: relative; }
      .p-gnav__reserve::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 56px;
        width: 0;
        background-color: #fff;
        z-index: 1;
        transition: width .2s; }
      .p-gnav__reserve:hover::before {
        width: 100%;
        transition: width .3s; } }
  @media only screen and (max-width: 768px) {
    .p-gnav__reserve {
      width: 80px;
      height: 56px;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 1.7rem;
      text-align: center; } }
  .p-gnav__reserve__txt {
    position: relative;
    z-index: 2; }

/* ===========================================
  hero
=========================================== */
@keyframes fadeInTitle {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.p-hero {
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .p-hero {
      height: 600px; } }
  @media only screen and (max-width: 768px) {
    .p-hero {
      height: 100vw; } }
  .p-hero::after, .p-hero::before {
    position: absolute;
    content: ''; }
  .p-hero::before {
    z-index: 3; }
    @media print, screen and (min-width: 769px) {
      .p-hero::before {
        right: 50%;
        margin-right: -640px; } }
  .p-hero::after {
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    top: 0;
    left: 0;
    opacity: 0;
    animation: 0.5s ease-in .3s fadeInTitle forwards; }
  .p-hero__inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    display: block;
    opacity: 0;
    animation: 0.8s ease-in fadeInTitle forwards; }
  .p-hero__img {
    height: auto;
    position: absolute;
    left: 0;
    object-fit: cover; }
    @media print, screen and (min-width: 769px) {
      .p-hero__img {
        width: 100%;
        min-height: 750px;
        top: -10px; } }
    @media only screen and (max-width: 768px) {
      .p-hero__img {
        top: 0;
        width: 100%;
        height: 100%; } }
  .p-hero__hd {
    position: absolute;
    z-index: 4;
    font-family: YuMincho, '游明朝', serif;
    writing-mode: vertical-lr;
    color: #fff;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.6em;
    line-height: 60px;
    text-align: center;
    background-color: #3E3E3E;
    opacity: 0;
    animation: 0.6s ease-in .4s fadeInTitle forwards; }
    .p-hero__hd::before, .p-hero__hd::after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 2px;
      background-color: #3E3E3E; }
    .p-hero__hd::before {
      left: -4px; }
    .p-hero__hd:after {
      right: -4px; }
    @media print, screen and (min-width: 769px) {
      .p-hero__hd {
        font-size: 3.0rem;
        top: 490px;
        max-height: 183px;
        padding: 20px 0;
        white-space: nowrap; } }
    @media only screen and (max-width: 768px) {
      .p-hero__hd {
        font-size: 2.4rem;
        bottom: -40px;
        height: 121px; } }
  .p-hero--onsen::before {
    background: url(../images/common/txt_onsen.svg) no-repeat left top;
    opacity: 0;
    animation: 0.6s ease-in .8s fadeInTitle forwards; }
    @media print, screen and (min-width: 769px) {
      .p-hero--onsen::before {
        background-size: 251px 255px;
        width: 251px;
        height: 255px;
        bottom: -8px; } }
    @media only screen and (max-width: 768px) {
      .p-hero--onsen::before {
        background-size: 115px 117px;
        width: 115px;
        height: 117px;
        bottom: -7px;
        right: -5px; } }
  .p-hero--room::before {
    background: url(../images/common/txt_room.svg) no-repeat left top;
    opacity: 0;
    animation: 0.6s ease-in .8s fadeInTitle forwards; }
    @media print, screen and (min-width: 769px) {
      .p-hero--room::before {
        background-size: 230px 244px;
        width: 230px;
        height: 244px;
        bottom: -9px; } }
    @media only screen and (max-width: 768px) {
      .p-hero--room::before {
        background-size: 115px 122px;
        width: 115px;
        height: 122px;
        right: -6px;
        bottom: -9px; } }
  .p-hero--meal::before {
    background: url(../images/common/txt_meal.svg) no-repeat left top;
    opacity: 0;
    animation: 0.6s ease-in .8s fadeInTitle forwards; }
    @media print, screen and (min-width: 769px) {
      .p-hero--meal::before {
        background-size: 259px 263px;
        width: 259px;
        height: 263px;
        bottom: -19px; } }
    @media only screen and (max-width: 768px) {
      .p-hero--meal::before {
        background-size: 115px 118px;
        width: 115px;
        height: 118px;
        right: -10px;
        bottom: -9px; } }
  @media print, screen and (min-width: 769px) {
    .p-hero--meal__hd {
      top: 460px; } }
  @media only screen and (max-width: 768px) {
    .p-hero--meal__hd {
      height: 160px; } }
  @media print, screen and (min-width: 769px) {
    .p-hero--access__hd {
      top: 433px;
      max-height: 212px; } }
  @media only screen and (max-width: 768px) {
    .p-hero--access__hd {
      letter-spacing: 0.5em;
      padding-top: 8px;
      height: 160px; } }
  .p-hero--contact {
    background-color: #FFFBF9; }
    .p-hero--contact__hd {
      letter-spacing: 0.4em; }
      @media print, screen and (min-width: 769px) {
        .p-hero--contact__hd {
          top: 346px;
          max-height: 290px; } }
      @media only screen and (max-width: 768px) {
        .p-hero--contact__hd {
          height: 220px;
          padding-top: 8px; } }
  .p-hero--news {
    background-color: #FFFBF9; }
    .p-hero--news__hd {
      letter-spacing: 0.5em; }
      @media print, screen and (min-width: 769px) {
        .p-hero--news__hd {
          top: 433px;
          max-height: 212px; } }
      @media only screen and (max-width: 768px) {
        .p-hero--news__hd {
          padding-top: 8px;
          height: 160px; } }
/* ===========================================
  card
=========================================== */
.p-card__inner {
  background: #fdfcf6;
  border: 4px solid #faf6ec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media print, screen and (min-width: 769px) {
    .p-card__inner {
      width: 388px;
      height: 155px;
      margin: 0 auto 100px; } }
  @media only screen and (max-width: 768px) {
    .p-card__inner {
      width: min(74.666vw,280px);
      margin: 55px auto;
      padding: 25px 0; } }
.p-card__tel {
  font-weight: bold;
  position: relative; }
  .p-card__tel::before {
    content: '';
    position: absolute;
    left: 1px;
    background: url(../images/common/icon_tel_black_bold.svg) no-repeat left top;
    background-size: 18px 18px;
    width: 18px;
    height: 18px; }
  @media print, screen and (min-width: 769px) {
    .p-card__tel {
      font-size: 3rem;
      line-height: 1.7;
      padding-left: 30px; }
      .p-card__tel::before {
        top: 15px; } }
  @media only screen and (max-width: 768px) {
    .p-card__tel {
      font-size: min(8vw,3rem);
      padding-left: 25px; }
      .p-card__tel::before {
        top: 50%;
        margin-top: -9px; } }
.p-card__number {
  color: inherit !important; }
  @media print, screen and (min-width: 769px) {
    .p-card__number {
      pointer-events: none; } }
.p-card__txt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6875;
  border-top: 1px solid #969696;
  padding: 5px 9px 0; }

/* ===========================================
  ec
=========================================== */
.p-ec {
  position: relative;
  overflow: hidden; }
  .p-ec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6); }
  @media print, screen and (min-width: 769px) {
    .p-ec {
      padding: 120px 0 110px; } }
  @media only screen and (max-width: 768px) {
    .p-ec {
      padding: 80px 42px 82px; } }
  .p-ec__inner {
    position: relative;
    z-index: 3; }
    @media print, screen and (min-width: 769px) {
      .p-ec__inner {
        width: 325px;
        margin: 0 auto; } }
  .p-ec__hd {
    font-family: YuMincho, '游明朝', serif;
    position: absolute;
    color: #fff;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em; }
    @media print, screen and (min-width: 769px) {
      .p-ec__hd {
        font-size: 3.6rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        top: 20px;
        right: -250px; } }
    @media only screen and (max-width: 768px) {
      .p-ec__hd {
        display: none; } }
    .p-ec__hd__line {
      background-color: #1a1a1a;
      padding: 6px;
      margin-left: 10px; }
  .p-ec__catch {
    font-family: "toppan-bunkyu-midashi-min-st", serif;
	font-weight: 900;
    color: #fff;
    line-height: 1.45;
    text-align: center; }
    @media print, screen and (min-width: 769px) {
      .p-ec__catch {
        font-size: 2.2rem;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 768px) {
      .p-ec__catch {
        font-size: 1.8rem;
        margin-bottom: 15px; } }
  @media print, screen and (min-width: 769px) {
    .p-ec__logo {
      width: 333px;
      margin: 0 0 26px -4px; } }
  @media only screen and (max-width: 768px) {
    .p-ec__logo {
      width: min(100%,300px);
      margin: 0 auto 35px; } }
  .p-ec__logo__img {
    width: 100%; }
  .p-ec__txt {
    color: #fff;
    line-height: 1.8125;
    margin-bottom: 25px; }
  .p-ec__bg {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 137.45%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    @media print, screen and (min-width: 769px) {
      .p-ec__bg {
        background-image: url(../images/common/bg_hanbai.jpg); } }
    @media only screen and (max-width: 768px) {
      .p-ec__bg {
        background-image: url(../images/common/bg_hanbai_sp.jpg); } }
/* ===========================================
  banner
=========================================== */
.p-banner {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover; }
  @media print, screen and (min-width: 769px) {
    .p-banner {
      padding: 56px 0 60px;
      background-image: url(../images/common/bg_banner.svg); } }
  @media only screen and (max-width: 768px) {
    .p-banner {
      padding: 54px 20px 40px;
      background-image: url(../images/common/bg_banner_sp.svg); } }
  .p-banner__inner {
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      .p-banner__inner {
        max-width: 1200px;
        margin: auto; } }
  .p-banner__hd {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    position: relative; }
    .p-banner__hd::before, .p-banner__hd::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #fff;
      left: 0; }
    .p-banner__hd::before {
      top: -7px; }
    .p-banner__hd::after {
      bottom: -7px; }
    @media print, screen and (min-width: 769px) {
      .p-banner__hd {
        font-size: 2.5rem;
        padding: 15px;
        width: 155px;
        margin: 0 auto 40px; } }
    @media only screen and (max-width: 768px) {
      .p-banner__hd {
        font-size: 2.1rem;
        padding: 12px;
        width: 133px;
        margin: 0 auto 23px; } }
  .p-banner__list {
    display: flex;
    flex-wrap: wrap; }
    @media print, screen and (min-width: 769px) {
      .p-banner__list {
        margin: 0 -15px -15px 0; } }
    @media only screen and (max-width: 768px) {
      .p-banner__list {
        margin: 0 -11px -11px 0; } }
  @media print, screen and (min-width: 769px) {
    .p-banner__item {
      width: 228px;
      margin: 0 15px 15px 0; } }
  @media only screen and (max-width: 768px) {
    .p-banner__item {
      width: calc(50% - 11px);
      margin: 0 11px 11px 0; } }
  .p-banner__img {
    width: 100%; }
  .p-banner__link {
    transition: opacity .2s; }
    .p-banner__link:hover {
      opacity: 0.7;
      transition: opacity .3s; }

/* ===========================================
  customer
=========================================== */
.p-customer {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  @media print, screen and (min-width: 769px) {
    .p-customer {
      background-image: url(../images/common/bg_customer.jpg);
      padding: 110px 0; } }
  @media only screen and (max-width: 768px) {
    .p-customer {
      background-image: url(../images/common/bg_customer_sp.jpg);
      padding: 40px 20px 50px; } }
  .p-customer__inner {
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      .p-customer__inner {
        max-width: 1200px;
        margin: auto; } }
    @media print, screen and (min-width: 769px) {
      .p-customer__inner {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 246px 327px 327px 300px;
        grid-template-rows: 112px 150px;
        -ms-grid-template-column: 246px 327px 327px 300px;
        -ms-grid-template-rows: 112px 150px;
        justify-content: space-between; } }
    @media only screen and (max-width: 768px) {
      .p-customer__inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; } }
  .p-customer__hd {
    font-family: YuMincho, '游明朝', serif;
    writing-mode: vertical-rl;
    font-weight: bold;
    color: #fff;
    background-color: #3E3E3E;
    position: relative;
    letter-spacing: 0.25em;
    line-height: 1.5; }
    .p-customer__hd::before, .p-customer__hd::after {
      content: '';
      position: absolute;
      height: 100%;
      top: 0;
      background-color: #3E3E3E; }
      @media print, screen and (min-width: 769px) {
        .p-customer__hd::before, .p-customer__hd::after {
          width: 6px; } }
      @media only screen and (max-width: 768px) {
        .p-customer__hd::before, .p-customer__hd::after {
          width: 5px; } }
    @media print, screen and (min-width: 769px) {
      .p-customer__hd::before {
        left: -12px; } }
    @media only screen and (max-width: 768px) {
      .p-customer__hd::before {
        left: -11px; } }
    @media print, screen and (min-width: 769px) {
      .p-customer__hd::after {
        right: -12px; } }
    @media only screen and (max-width: 768px) {
      .p-customer__hd::after {
        right: -11px; } }
    @media print, screen and (min-width: 769px) {
      .p-customer__hd {
        font-size: 3rem;
        padding: 23px 28px;
        height: 200px;
        margin: 0 6px;
        grid-row: 1 / 3;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        margin-right: auto; } }
    @media only screen and (max-width: 768px) {
      .p-customer__hd {
        font-size: 2.1rem;
        margin-left: 11px;
        padding: 20px 22px; } }
  .p-customer__box {
    background-color: #fff;
    position: relative; }
    @media print, screen and (min-width: 769px) {
      .p-customer__box {
        display: flex; } }
    .p-customer__box:not(.p-customer__box--01) {
      height: 150px;
      display: flex; }
      .p-customer__box:not(.p-customer__box--01) .p-customer__link {
        flex: 1 0 1%; }
      .p-customer__box:not(.p-customer__box--01) .p-customer__title {
        text-align: center; }
      @media print, screen and (min-width: 769px) {
        .p-customer__box:not(.p-customer__box--01) {
          width: 300px; }
          .p-customer__box:not(.p-customer__box--01) .p-customer__link {
            padding: 18px 14px; }
          .p-customer__box:not(.p-customer__box--01) .p-customer__title {
            height: 74px; } }
      @media only screen and (max-width: 768px) {
        .p-customer__box:not(.p-customer__box--01) {
          width: 100%;
          margin-top: 15px; }
          .p-customer__box:not(.p-customer__box--01) .p-customer__link {
            padding: 15px; }
          .p-customer__box:not(.p-customer__box--01) .p-customer__title {
            height: 70px; } }
    @media print, screen and (min-width: 769px) {
      .p-customer__box--01 {
        grid-row: 1 / 2;
        grid-column: 2 / 5;
        margin-bottom: 20px;
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 3; }
        .p-customer__box--01 .p-customer__link {
          flex: 1 0 1%;
          padding: 18px 34px 18px 22px;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap; }
        .p-customer__box--01 .p-customer__title {
          margin-right: 40px; }
        .p-customer__box--01 .p-customer__txt {
          flex: 1 0 1%;
          line-height: 1.8125; } }
    @media only screen and (max-width: 768px) {
      .p-customer__box--01 {
        flex: 1 0 1%;
        margin-left: 25px; }
        .p-customer__box--01 .p-customer__title {
          width: 160px;
          margin-bottom: 20px; }
        .p-customer__box--01 .p-customer__link {
          padding: 20px 15px 15px 22px; }
        .p-customer__box--01 .p-customer__txt {
          line-height: 1.9; } }
    @media print, screen and (min-width: 769px) {
      .p-customer__box--02 {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        -ms-grid-row: 2;
        -ms-grid-column: 2; } }
    @media print, screen and (min-width: 769px) {
      .p-customer__box--03 {
        grid-row: 2 / 3;
        grid-column: 3 / 4;
        -ms-grid-row: 2;
        -ms-grid-column: 3; } }
    @media print, screen and (min-width: 769px) {
      .p-customer__box--04 {
        grid-row: 2 / 3;
        grid-column: 4 / 5;
        -ms-grid-row: 2;
        -ms-grid-column: 4; } }
  .p-customer__link {
    color: #3E3E3E;
    display: block; }
    .p-customer__link.u-link--disable {
      pointer-events: none; }
    .p-customer__link::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      opacity: 0;
      transition: opacity .3s; }
    .p-customer__link:hover {
      text-decoration: none !important; }
      .p-customer__link:hover::before {
        opacity: .2;
        transition: opacity .4s; }
  .p-customer__txt {
    line-height: 1.3125; }
    @media print, screen and (min-width: 769px) {
      .p-customer__txt {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 768px) {
      .p-customer__txt {
        font-size: 1.5rem; } }
  .p-customer__img--02, .p-customer__img--03, .p-customer__img--04 {
    width: 80px; }
  @media print, screen and (min-width: 769px) {
    .p-customer__img--01 {
      width: 204px; } }
/* ===========================================
  address
=========================================== */
.p-address {
  color: #fff; }
  @media print, screen and (min-width: 769px) {
    .p-address {
      font-size: 1.7rem;
      line-height: 1.7;
      margin-bottom: 27px; } }
  @media only screen and (max-width: 768px) {
    .p-address {
      font-size: 1.6rem;
      line-height: 1.6875; } }
/* ===========================================
  fnav
=========================================== */
@media only screen and (max-width: 768px) {
  .p-fnav {
    display: none !important; } }

.p-fnav__list {
  display: flex; }

@media print, screen and (min-width: 769px) {
  .p-fnav__item:not(:last-child) {
    margin-right: 35px; } }

.p-fnav__link {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold; }

/* ===========================================
  info
=========================================== */
@media print, screen and (min-width: 769px) {
  .p-info {
    margin-left: auto;
    width: 230px; } }

@media only screen and (max-width: 768px) {
  .p-info {
    display: none !important; } }

.p-info__hd {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  padding: 8px; }

.p-info__tel {
  color: #fff;
  position: relative;
  padding: 8px 0 8px 26px;
  font-feature-settings: 'palt';
  white-space: nowrap; }
  .p-info__tel::before {
    content: '';
    position: absolute;
    background: url(../images/common/icon_tel.svg) no-repeat left top;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    left: -2px;
    top: 50%;
    margin-top: -9px; }

.p-info__number {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  font-feature-settings: 'palt'; }
  @media print, screen and (min-width: 769px) {
    .p-info__number {
      pointer-events: none; } }
.p-info__txt {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #969696;
  padding-top: 8px; }

/* ===========================================
  pager
=========================================== */
.p-pager__item--current, .p-pager__item {
  font-weight: bold;
  line-height: 1;
  border: 1px solid #B2B09E;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media print, screen and (min-width: 769px) {
    .p-pager__item--current, .p-pager__item {
      font-size: 1.7rem;
      width: 44px;
      height: 53px;
      margin: 0 10px; } }
  @media only screen and (max-width: 768px) {
    .p-pager__item--current, .p-pager__item {
      font-size: 1.6rem;
      width: 31px;
      height: 31px;
      margin: 0 8px; } }
.p-pager {
  position: relative;
  z-index: 4; }
  @media print, screen and (min-width: 769px) {
    .p-pager__wrapper {
      width: 1200px;
      margin: 0 auto 80px; } }
  .p-pager__list {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .p-pager__item {
    color: #3E3E3E;
    background-color: #fff; }
    .p-pager__item:hover {
      color: #fff;
      background-color: #B2B09E; }
    .p-pager__item--current {
      color: #fff;
      background-color: #B2B09E; }
  .p-pager__link {
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .p-pager__arrow {
    position: absolute; }
    @media print, screen and (min-width: 769px) {
      .p-pager__arrow {
        width: 163px;
        height: 30px; } }
    .p-pager__arrow__link {
      display: block;
      color: inherit;
      position: relative;
      z-index: 2;
      text-decoration: none !important;
      width: 100%;
      height: 100%; }
      @media print, screen and (min-width: 769px) {
        .p-pager__arrow__link::before, .p-pager__arrow__link::after {
          content: '';
          position: absolute;
          bottom: 0; }
        .p-pager__arrow__link::after {
          height: 2px;
          background-color: #3e3e3e;
          width: 90%; }
        .p-pager__arrow__link::before {
          background: url(../images/common/icon_long_arrow.svg) no-repeat left top;
          background-size: 163px 30px;
          width: 163px;
          height: 30px;
          bottom: 0;
          z-index: 1; } }
      @media only screen and (max-width: 768px) {
        .p-pager__arrow__link {
          font-size: 1.4rem; } }
  .p-pager__next {
    left: 0; }
    .p-pager__next .p-pager__arrow__link {
      text-align: right;
      padding-right: 5px; }
      .p-pager__next .p-pager__arrow__link::before {
        left: 0;
        transform: rotateY(180deg); }
      .p-pager__next .p-pager__arrow__link::after {
        right: 0; }
      .p-pager__next .p-pager__arrow__link:hover::before {
        left: -10px;
        transition: left .3s; }
  .p-pager__prev {
    right: 0; }
    .p-pager__prev .p-pager__arrow__link {
      text-align: left;
      padding-left: 5px; }
      .p-pager__prev .p-pager__arrow__link::before {
        right: 0;
        transition: right .2s; }
      .p-pager__prev .p-pager__arrow__link::after {
        left: 0; }
      .p-pager__prev .p-pager__arrow__link:hover::before {
        right: -10px;
        transition: right .3s; }
  .p-pager__index {
    font-weight: 500;
    line-height: 1;
    text-decoration: none !important;
    color: #3E3E3E;
    border: 1px solid #B2B09E;
    background-color: #fff;
    transition: all .2s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media print, screen and (min-width: 769px) {
      .p-pager__index {
        font-size: 1.7rem;
        width: 184px;
        height: 53px; } }
    @media only screen and (max-width: 768px) {
      .p-pager__index {
        font-size: 1.6rem;
        width: 144px;
        height: 48px; } }
    .p-pager__index:hover {
      background-color: #B2B09E;
      color: #fff;
      transition: all .3s; }

/* ===========================================
  meta
=========================================== */
.p-meta {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 50px; }

/* ===========================================
  continue
=========================================== */
.p-continue {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: normal;
  flex-wrap: wrap;
  height: 130px; }
  @media print, screen and (min-width: 769px) {
    .p-continue {
      width: 1200px;
      margin: 0 0 -130px -130px; } }
  @media only screen and (max-width: 768px) {
    .p-continue {
      margin: 0 -15px -45px 0; }
      .p-continue + .acms-box-medium:not(:empty) {
        margin-top: 60px; } }
  .p-continue__link {
    background-color: #3E3E3E;
    height: 100%;
    color: #fff;
    text-decoration: none !important;
    font-size: 1.7rem;
    line-height: 1.35;
    position: relative;
    width: 130px;
    padding: 18px 19px; }
    .p-continue__link::before, .p-continue__link::after {
      content: '';
      position: absolute;
      bottom: 57px; }
    .p-continue__link::before {
      height: 2px;
      background-color: #fff;
      left: 0;
      width: 50%; }
    .p-continue__link::after {
      background: url(../images/common/icon_continue.svg) no-repeat left top;
      background-size: 112px 30px;
      width: 113px;
      height: 30px;
      right: 19px;
      transition: right .2s; }
    .p-continue__link:hover::after {
      right: 10px;
      transition: right .3s; }

/* ===========================================
  fmenu
=========================================== */
@media print, screen and (min-width: 769px) {
  .p-fmenu {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .p-fmenu {
    position: fixed;
    z-index: 900;
    left: 0;
    width: 100%;
    height: 56px;
    bottom: -56px;
    background-color: #79765c; }
    .is_hide .p-fmenu {
      transition: bottom .1s;
      bottom: -56px; }
    .is_show .p-fmenu {
      bottom: 0;
      transition: bottom .3s; } }

.p-fmenu__list {
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.p-fmenu__item {
  width: calc(100% / 3);
  height: 56px; }
  .p-fmenu__item:not(:last-child) {
    border-right: 1px solid #aca788; }

.p-fmenu__link {
  color: #fff !important;
  font-size: 1.3rem;
  line-height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .p-fmenu__link--tel .p-fmenu__txt {
    padding-left: 33px; }
    .p-fmenu__link--tel .p-fmenu__txt::before {
      background: url(../images/common/icon_tel.svg) no-repeat left top;
      background-size: 23px 23px;
      width: 23px;
      height: 23px;
      transform: translateY(-50%) rotate(14deg); }
  .p-fmenu__link--mail .p-fmenu__txt {
    padding-left: 44px; }
    .p-fmenu__link--mail .p-fmenu__txt::before {
      background: url(../images/common/icon_mail.svg) no-repeat left top;
      background-size: 38px 24px;
      width: 38px;
      height: 24px;
      transform: translateY(-50%); }
  .p-fmenu__link--access .p-fmenu__txt {
    padding-left: 26px; }
    .p-fmenu__link--access .p-fmenu__txt::before {
      background: url(../images/common/icon_location.svg) no-repeat left top;
      background-size: 21px 29px;
      width: 21px;
      height: 29px;
      transform: translateY(-50%); }

.p-fmenu__txt {
  position: relative;
  font-weight: 500; }
  .p-fmenu__txt::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%; }

.c-hd--00 {
  line-height: 1.3; }
  @media print, screen and (min-width: 769px) {
    .c-hd--00 {
      font-size: 4rem;
      margin-bottom: 24px; } }
  @media only screen and (max-width: 768px) {
    .c-hd--00 {
      font-size: 3.0rem;
      margin-bottom: 20px; } }
  .c-hd--00_tel, .c-hd--00_mail {
    position: relative; }
    .c-hd--00_tel::before, .c-hd--00_mail::before {
      content: '';
      position: absolute;
      left: 0; }
  .c-hd--00_tel::before {
    background: url(../images/common/icon_tel_black.svg) no-repeat left top; }
  @media print, screen and (min-width: 769px) {
    .c-hd--00_tel {
      padding-left: 60px; }
      .c-hd--00_tel::before {
        background-size: 34px 34px;
        width: 34px;
        height: 34px;
        top: 8px; } }
  @media only screen and (max-width: 768px) {
    .c-hd--00_tel {
      padding-left: 45px;
      font-size: 2.4rem; }
      .c-hd--00_tel::before {
        background-size: 25px 25px;
        width: 25px;
        height: 25px;
        top: 6px; } }
  .c-hd--00_mail::before {
    background: url(../images/common/icon_envelop.svg) no-repeat left top; }
  @media print, screen and (min-width: 769px) {
    .c-hd--00_mail {
      padding-left: 60px; }
      .c-hd--00_mail::before {
        background-size: 46px 30px;
        width: 46px;
        height: 30px;
        top: 12px; } }
  @media only screen and (max-width: 768px) {
    .c-hd--00_mail {
      padding-left: 45px;
      font-size: 2.4rem; }
      .c-hd--00_mail::before {
        background-size: 32px 21px;
        width: 32px;
        height: 21px;
        top: 9px; } }
.c-hd--01 {
  line-height: 1.3; }
  @media print, screen and (min-width: 769px) {
    .c-hd--01 {
      font-size: 4rem;
      margin-bottom: 40px; }
      .c-hd--01:not(:first-oy-type) {
        margin-top: 90px; } }
  @media only screen and (max-width: 768px) {
    .c-hd--01 {
      font-size: 3.0rem;
      margin-bottom: 20px; }
      .c-hd--01:not(:first-oy-type) {
        margin-top: 45px; } }
.c-hd--02 {
  line-height: 1.3;
  position: relative;
  text-align: center; }
  .c-hd--02::before {
    content: '';
    position: absolute;
    background: url(../images/common/illust_draw.svg) no-repeat left top;
    bottom: 0;
    left: 50%; }
    @media print, screen and (min-width: 769px) {
      .c-hd--02::before {
        background-size: 400px 32px;
        width: 400px;
        height: 32px;
        margin-left: -200px; } }
    @media only screen and (max-width: 768px) {
      .c-hd--02::before {
        background-size: 257px 20px;
        width: 257px;
        height: 20px;
        transform: translateX(-50%); } }
  @media print, screen and (min-width: 769px) {
    .c-hd--02 {
      font-size: 3.2rem;
      padding-bottom: 48px;
      margin-bottom: 30px; }
      .c-hd--02:not(:first-oy-type) {
        margin-top: 80px; } }
  @media only screen and (max-width: 768px) {
    .c-hd--02 {
      font-size: 2.4rem;
      padding-bottom: 30px;
      margin-bottom: 20px; }
      .c-hd--02:not(:first-oy-type) {
        margin-top: 40px; } }
.c-hd--03 {
  line-height: 1.3;
  position: relative; }
  .c-hd--03::before {
    content: '';
    position: absolute;
    background: url(../images/common/illust_circle.svg) no-repeat left top;
    left: 0;
    top: 0; }
    @media print, screen and (min-width: 769px) {
      .c-hd--03::before {
        background-size: 57px 54px;
        width: 57px;
        height: 54px; } }
    @media only screen and (max-width: 768px) {
      .c-hd--03::before {
        background-size: 47px 45px;
        width: 47px;
        height: 45px; } }
  @media print, screen and (min-width: 769px) {
    .c-hd--03 {
      font-size: 2.8rem;
      padding: 9px 0 9px 70px;
      margin-bottom: 30px; }
      .c-hd--03:not(:first-oy-type) {
        margin-top: 80px; } }
  @media only screen and (max-width: 768px) {
    .c-hd--03 {
      font-size: 2.2rem;
      padding: 6px 0 6px 60px;
      margin-bottom: 20px; }
      .c-hd--03:not(:first-oy-type) {
        margin-top: 40px; } }
@media print, screen and (min-width: 769px) {
  .c-hd--04 {
    font-size: 2.4rem;
    margin-bottom: 30px; }
    .c-hd--04:not(:first-oy-type) {
      margin-top: 80px; } }

@media only screen and (max-width: 768px) {
  .c-hd--04 {
    font-size: 2.0rem;
    margin-bottom: 20px; }
    .c-hd--04:not(:first-oy-type) {
      margin-top: 40px; } }

@media print, screen and (min-width: 769px) {
  .c-txt {
    line-height: 2;
    font-size: 1.7rem; }
    .c-txt:not(:last-child) {
      margin-bottom: 40px; } }

@media only screen and (max-width: 768px) {
  .c-txt {
    font-size: 1.6rem;
    line-height: 1.625; }
    .c-txt:not(:last-child) {
      margin-bottom: 20px; } }

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

.c-txt--block {
  font-size: 1.7rem;
  line-height: 2;
  background-color: #FDFCF6; }
  @media print, screen and (min-width: 769px) {
    .c-txt--block {
      padding: 45px; }
      .c-txt--block:not(:last-child) {
        margin-bottom: 40px; } }
  @media only screen and (max-width: 768px) {
    .c-txt--block {
      padding: 20px; }
      .c-txt--block:not(:first-child) {
        margin-top: 20px; } }
.c-txt--small {
  font-size: 88.23%; }

.c-txt--em {
  font-weight: bold;
  font-style: normal; }

.c-txt--strong {
  font-weight: bold;
  font-size: 111.764%;
  background: linear-gradient(transparent 50%, #FFBAAD 40%);
  padding: 0 5px; }

.c-button {
  display: inline-block;
  line-height: 1;
  text-decoration: none !important;
  border-style: solid;
  border-width: 1px;
  position: relative;
  overflow: hidden; }
  .c-button button.c-button,
  .c-button input.c-button {
    cursor: pointer;
    border: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .c-button__inner {
    position: relative;
    z-index: 3; }
  .c-button--primary {
    color: #fff;
    border-color: #fff;
    border-radius: 39px;
    text-align: center;
    font-size: 2.0rem;
    padding: 15px;
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      .c-button--primary {
        max-width: 325px; } }
    .c-button--primary:hover::after {
      background-image: url(../images/common/icon_arrow_right_w02.svg); }
    .c-button--primary[target="_blank"]:hover {
      color: #333; }
      .c-button--primary[target="_blank"]:hover::before {
        width: 100%;
        transition: width .3s; }
      .c-button--primary[target="_blank"]:hover .c-button__inner::after {
        background-image: url(../images/common/icon_external_on.svg); }
    .c-button--primary[target="_blank"]::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: #fff;
      z-index: 1;
      transition: width .2s; }
    .c-button--primary[target="_blank"] .c-button__inner {
      padding-right: 30px; }
      .c-button--primary[target="_blank"] .c-button__inner::after {
        content: '';
        position: absolute;
        background: url(../images/common/icon_external.svg) no-repeat left top;
        background-size: 20px 14px;
        width: 20px;
        height: 14px;
        right: 0;
        top: 50%;
        margin-top: -7px;
        z-index: 2; }
  .c-button--secondary {
    color: #fff;
    border-color: #3E3E3E;
    background-color: #3E3E3E;
    transition: all .2s;
    font-size: 2.0rem;
    padding: 22px 122px 22px 30px;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .c-button--secondary {
        padding-right: 28vw;
        width: 100%; } }
    .c-button--secondary:hover {
      background-color: #fff;
      color: #3E3E3E;
      transition: all .3s; }
      .c-button--secondary:hover::after {
        background-image: url(../images/common/icon_arrow.svg); }
    .c-button--secondary::after {
      position: absolute;
      content: '';
      background: url(../images/common/icon_arrow_white.svg) no-repeat left top;
      width: 50px;
      height: 20px;
      background-size: 50px 20px;
      right: 28px;
      top: 50%;
      transform: translateY(-50%);
      margin-top: -5px; }
  .c-button--third {
    color: #3E3E3E;
    border-color: #B2B09E;
    background-color: #fff;
    transition: all .2s;
    padding: 22px 30px 22px 122px;
    font-size: 2.0rem;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .c-button--third {
        padding-left: 28vw;
        width: 100%; } }
    .c-button--third:hover {
      background-color: #B2B09E;
      color: #fff;
      transition: all .3s; }
      .c-button--third:hover::after {
        background-image: url(../images/common/icon_arrow_white.svg); }
    .c-button--third::after {
      position: absolute;
      content: '';
      background: url(../images/common/icon_arrow.svg) no-repeat left top;
      width: 50px;
      height: 20px;
      background-size: 50px 20px;
      left: 28px;
      top: 50%;
      transform: translateY(-50%) rotateY(180deg);
      margin-top: -5px; }
  .c-button--entry {
    display: inline-block;
    line-height: 1;
    text-decoration: none !important;
    border-style: solid;
    border-width: 1px;
    position: relative;
    color: #3E3E3E;
    border-color: #B2B09E;
    background-color: #fff;
    transition: all .2s;
    padding: 18px 70px 18px 17px;
    font-size: 1.7rem; }
    .c-button--entry:hover {
      background-color: #B2B09E;
      color: #fff;
      transition: all .3s; }
      .c-button--entry:hover::after {
        background-image: url(../images/common/icon_arrow_white.svg); }
    .c-button--entry::after {
      position: absolute;
      content: '';
      background: url(../images/common/icon_arrow.svg) no-repeat left top;
      width: 37px;
      height: 12px;
      background-size: 37px 12px;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      margin-top: -3px; }
  .c-button--continue {
    clear: both;
    padding: 10px 70px 12px 19px; }
  .c-button--gmenu {
    border: none;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none; }
    @media print, screen and (min-width: 769px) {
      .c-button--gmenu {
        display: none !important; } }
    @media only screen and (max-width: 768px) {
      .c-button--gmenu {
        width: 58px;
        height: 56px;
        padding-top: 37px;
        position: absolute;
        top: 0;
        right: 80px; } }
    .c-button--gmenu.is_open .c-button--gmenu__border:nth-of-type(1) {
      -webkit-animation: active-menu-bar01 .75s forwards;
      animation: active-menu-bar01 .75s forwards; }
    .c-button--gmenu.is_open .c-button--gmenu__border:nth-of-type(2) {
      opacity: 0; }
    .c-button--gmenu.is_open .c-button--gmenu__border:nth-of-type(3) {
      -webkit-animation: active-menu-bar03 .75s forwards;
      animation: active-menu-bar03 .75s forwards; }
    .c-button--gmenu.is_open .c-button--gmenu__txt--menu {
      display: none; }
    .c-button--gmenu:not(.is_open) .c-button--gmenu__txt--close {
      display: none; }
    .c-button--gmenu__inner {
      position: absolute;
      width: 23px;
      height: 14px;
      top: 18px;
      left: 50%;
      margin-left: -11.5px; }
    .c-button--gmenu__border {
      position: absolute;
      left: 0;
      display: inline-block;
      width: 23px;
      height: 2px;
      transition: all .4s;
      background-color: #3E3E3E; }
      .c-button--gmenu__border:nth-of-type(1) {
        top: -1px;
        -webkit-animation: menu-bar01 .75s forwards;
        animation: menu-bar01 .75s forwards; }
      .c-button--gmenu__border:nth-of-type(2) {
        top: 6px;
        transition: all .25s .25s;
        opacity: 1; }
      .c-button--gmenu__border:nth-of-type(3) {
        bottom: 0;
        -webkit-animation: menu-bar02 .75s forwards;
        animation: menu-bar02 .75s forwards; }
    .c-button--gmenu__txt {
      font-weight: 400;
      line-height: 1;
      text-align: center;
      color: #3E3E3E;
      font-size: 1.2rem; }

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(7px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg); }
  50% {
    transform: translateY(7px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-7px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg); }
  50% {
    transform: translateY(-7px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(7px) rotate(0); }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg); } }

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(7px) rotate(0); }
  100% {
    transform: translateY(7px) rotate(45deg); } }

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-7px) rotate(0); }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg); } }

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-7px) rotate(0); }
  100% {
    transform: translateY(-7px) rotate(-45deg); } }

.c-article {
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .c-article__inner {
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      .c-article__inner {
        max-width: 1200px;
        margin: auto; } }
  @media print, screen and (min-width: 769px) {
    .c-article--meal, .c-article--room, .c-article--access {
      margin-bottom: -180px; } }
  .c-article--entry {
    background-color: #fff;
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      .c-article--entry {
        max-width: 1200px;
        margin: auto; } }
    @media print, screen and (min-width: 769px) {
      .c-article--entry {
        padding: 130px; }
        .c-article--entry:not(:last-child) {
          margin-bottom: 90px; } }
    @media only screen and (max-width: 768px) {
      .c-article--entry {
        padding: 35px 15px 45px; }
        .c-article--entry:not(:last-child) {
          margin-bottom: 50px; } }
    @media print, screen and (min-width: 769px) {
      .c-article--entry__inner {
        margin-right: -50px; } }
.c-contents {
  position: relative;
  z-index: 3; }
  .c-contents__inner {
    background: url(../images/common/bg_feed.jpg) repeat left top; }
    @media print, screen and (min-width: 769px) {
      .c-contents__inner {
        background-size: 1920px auto;
        padding: 110px 0 200px;
        margin-bottom: -180px; } }
    @media only screen and (max-width: 768px) {
      .c-contents__inner {
        background-size: 100% auto;
        padding: 111px 20px 55px; } }
.c-table, .c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) {
  border-top: 1px solid #B2B09E; }
  @media print, screen and (min-width: 769px) {
    .c-table:not(:last-child), .c-article--entry__inner .entry-container table:not(:last-child):not(.acms-admin-table-admin-edit) {
      margin-bottom: 90px; } }
  @media only screen and (max-width: 768px) {
    .c-table:not(:last-child), .c-article--entry__inner .entry-container table:not(:last-child):not(.acms-admin-table-admin-edit) {
      margin-bottom: 45px; } }
  .c-table--fit {
    min-width: 100%; }
  .c-table__caption {
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px solid #B2B09E;
    text-align: left; }
    @media print, screen and (min-width: 769px) {
      .c-table__caption {
        font-size: 2.2rem; } }
    @media only screen and (max-width: 768px) {
      .c-table__caption {
        font-size: 2.4rem; } }
  .c-table__th, .c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) th, .c-table__td, .c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) td {
    text-align: left;
    vertical-align: top;
    padding: 16px 13px;
    border-bottom: 1px solid #B2B09E;
    font-size: 1.7rem;
    line-height: 1.88; }
  .c-table__th, .c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) th {
    font-weight: bold;
    white-space: nowrap;
    padding-right: 40px; }
    @media only screen and (max-width: 768px) {
      .c-table__th, .c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) th {
        padding-right: 20px; } }
  .c-table--contact {
    width: 100%;
    border-top: 1px solid #B2B09E;
    margin-bottom: 25px; }
    @media only screen and (max-width: 768px) {
      .c-table--contact {
        display: block;
        margin-top: 30px; } }
    @media only screen and (max-width: 768px) {
      .c-table--contact__body, .c-table--contact__tr {
        display: block;
        width: 100%; } }
    .c-table--contact__th, .c-table--contact__td {
      text-align: left;
      vertical-align: top;
      padding: 16px 13px;
      border-bottom: 1px solid #B2B09E;
      font-size: 1.7rem;
      line-height: 1.88; }
      @media only screen and (max-width: 768px) {
        .c-table--contact__th, .c-table--contact__td {
          display: block;
          width: 100%;
          padding-right: 0; } }
    @media only screen and (max-width: 768px) {
      .c-table--contact__td {
        padding-top: 5px; } }
    .c-table--contact__th {
      font-weight: bold;
      white-space: nowrap;
      padding-right: 40px; }
      @media print, screen and (min-width: 769px) {
        .c-table--contact__th {
          width: 244px; } }
      @media only screen and (max-width: 768px) {
        .c-table--contact__th {
          border-bottom: 0;
          padding: 16px 13px 0; } }
.c-figure--room {
  width: 100%;
  display: block;
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .c-figure--room:not(:last-child) {
      margin-bottom: 75px; } }
  .c-figure--room__img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1; }
  .c-figure--room__caption {
    position: absolute;
    writing-mode: vertical-lr;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.29em;
    background-color: #3E3E3E;
    z-index: 2;
    padding: 10px 0; }
    .c-figure--room__caption::before, .c-figure--room__caption::after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 2px;
      background-color: #3E3E3E; }
    .c-figure--room__caption::before {
      left: -4px; }
    .c-figure--room__caption:after {
      right: -4px; }
    @media print, screen and (min-width: 769px) {
      .c-figure--room__caption {
        font-size: 2.4rem;
        line-height: 40px; }
        .c-figure--room__caption--left {
          bottom: -43px;
          left: 30px; }
        .c-figure--room__caption--right {
          bottom: -48px;
          right: 30px; } }
    @media only screen and (max-width: 768px) {
      .c-figure--room__caption {
        font-size: 1.8rem;
        line-height: 31px; }
        .c-figure--room__caption--right {
          right: 10px;
          bottom: -20px; }
        .c-figure--room__caption--left {
          left: 20px;
          bottom: -52px; } }
@media only screen and (max-width: 768px) {
  .c-img {
    width: 100%; } }

.c-img--large {
  width: 100%; }

@media print, screen and (min-width: 769px) {
  .c-img--middle {
    width: 445px !important; } }

@media print, screen and (min-width: 769px) {
  .c-img--small {
    width: 290px !important; } }

.c-img--auto {
  width: auto; }

.c-blockquote {
  background-color: #FCFBF5;
  position: relative;
  font-size: 1.7rem;
  line-height: 2;
  border-radius: 21px; }
  .c-blockquote:not(:last-child) {
    margin-top: 16px;
    margin-bottom: 100px; }
    .c-blockquote:not(:last-child) + .c-blockquote:not(:last-child) {
      margin-top: -50px; }
  @media print, screen and (min-width: 769px) {
    .c-blockquote {
      padding: 60px 45px 40px; } }
  @media only screen and (max-width: 768px) {
    .c-blockquote {
      padding: 50px 25px 30px; } }
  .c-blockquote::before {
    content: '';
    position: absolute;
    background: url(../images/common/icon_blockquote.svg) no-repeat left top;
    background-size: 41px 39px;
    width: 41px;
    height: 39px;
    left: 32px;
    top: -13px; }

.c-link {
  text-decoration: underline;
  color: #000A86; }
  .c-link:link {
    text-decoration: underline;
    color: #000A86; }
  .c-link:hover {
    color: #6935CB; }
  .c-link:active {
    color: #D00090; }
  .c-link:visited {
    color: #000A86;
    text-decoration: none !important; }
  .c-link[target='_blank'] {
    position: relative; }
    .c-link[target='_blank']::after {
      font-weight: bold;
      font-family: 'Font Awesome 5 Free';
      display: inline-block;
      content: '\f35d'; }
      @media print, screen and (min-width: 769px) {
        .c-link[target='_blank']::after {
          margin-left: 12px; } }
      @media only screen and (max-width: 768px) {
        .c-link[target='_blank']::after {
          margin-left: 8px; } }
@media print, screen and (min-width: 769px) {
  .c-list {
    margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  .c-list {
    margin-bottom: 10px; } }

.c-list__item, .c-list--horizon__item, .c-list--horizon li:not(.c-list__item):not(.c-list--horizon__item), .c-list--normal li:not(.c-list__item):not(.c-list--horizon__item) {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding-left: 18px; }
  .c-list__item:not(:last-child), .c-list--horizon__item:not(:last-child), .c-list--horizon li:not(:last-child):not(.c-list__item):not(.c-list--horizon__item), .c-list--normal li:not(:last-child):not(.c-list__item):not(.c-list--horizon__item) {
    margin-bottom: 15px; }
  .c-list__item::before, .c-list--horizon__item::before, .c-list--horizon li:not(.c-list__item):not(.c-list--horizon__item)::before, .c-list--normal li:not(.c-list__item):not(.c-list--horizon__item)::before {
    position: absolute;
    top: 8px;
    left: 0;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    background-color: #D8CB68;
    content: ''; }

@media print, screen and (min-width: 769px) {
  .c-list--horizon {
    margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  .c-list--horizon {
    margin-bottom: 10px; } }

.c-list--horizon__item, .c-list--horizon li:not(.c-list__item):not(.c-list--horizon__item) {
  display: inline-block;
  margin-right: 10px; }

.c-list--number {
  line-height: 1.5;
  padding: 0;
  list-style: none;
  counter-reset: my-counter; }
  @media print, screen and (min-width: 769px) {
    .c-list--number {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 768px) {
    .c-list--number {
      margin-bottom: 10px; } }
  .c-list--number__item, .c-list--number li:not(.c-list--number__item) {
    font-size: 1.7rem;
    position: relative;
    padding-left: 20px; }
    .c-list--number__item:not(:last-child), .c-list--number li:not(:last-child):not(.c-list--number__item) {
      margin-bottom: 15px; }
    .c-list--number__item::before, .c-list--number li:not(.c-list--number__item)::before {
      font-size: 1.7rem;
      line-height: 1;
      position: absolute;
      top: 4px;
      left: 0;
      display: block;
      font-weight: bold;
      content: counter(my-counter);
      counter-increment: my-counter;
      color: #B2B09E; }
      .c-list--number__item::before _:-ms-lang(x)::-ms-backdrop, .c-list--number li:not(.c-list--number__item)::before _:-ms-lang(x)::-ms-backdrop, .c-list--number__item::before, .c-list--number li:not(.c-list--number__item)::before {
        top: 5px; }

.c-column--01 {
  clear: both;
  width: 100%; }
  @media print, screen and (min-width: 769px) {
    .c-column--01 {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 768px) {
    .c-column--01 {
      margin-bottom: 30px; } }
@media print, screen and (min-width: 769px) {
  .c-column--02 {
    width: 445px;
    margin-bottom: 80px;
    float: left; } }

@media only screen and (max-width: 768px) {
  .c-column--02 {
    margin-bottom: 30px;
    width: 100%; } }

@media print, screen and (min-width: 769px) {
  .c-column--02_large {
    width: 520px;
    margin-bottom: 80px;
    float: left; } }

@media only screen and (max-width: 768px) {
  .c-column--02_large {
    margin-bottom: 30px;
    width: 100%; } }

@media print, screen and (min-width: 769px) {
  .c-column--02_small {
    width: 370px;
    margin-bottom: 80px;
    float: left; } }

@media only screen and (max-width: 768px) {
  .c-column--02_small {
    margin-bottom: 30px;
    width: 100%; } }

@media print, screen and (min-width: 769px) {
  .c-column--03 {
    width: 290px;
    margin-bottom: 35px;
    margin-right: 35px !important;
    float: left; } }

@media only screen and (max-width: 768px) {
  .c-column--03 {
    margin-bottom: 30px;
    width: 100%; } }

.c-required {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 15px;
  padding: 3px 5px 3px 4px;
  line-height: 1;
  color: #fff;
  background-color: #BC4C4C;
  border-radius: 3px;
  font-weight: 500; }

.c-input {
  background: #fff !important;
  border: 1px solid #b5b5b5 !important;
  font-size: 1.7rem !important;
  padding: 0 5px !important;
  min-height: 41px !important;
  border-radius: 0 !important; }
  @media only screen and (max-width: 768px) {
    .c-input {
      width: 100% !important; } }
  @media print, screen and (min-width: 769px) {
    .c-input--middle {
      width: 322px !important; } }
  @media print, screen and (min-width: 769px) {
    .c-input--area {
      width: 555px !important;
      height: 205px !important; } }
.acms-container {
  max-width: initial;
  padding: 0; }
  .acms-container #adminBox {
    margin-bottom: 0; }

@media print, screen and (min-width: 769px) {
  .titleWrapper h2 {
    font-size: 2.1rem;
    margin-bottom: 20px; } }

.acms-box-medium input,
.acms-box-medium textarea {
  font-size: 1.6rem; }

.acms-box-medium select,
.acms-box-medium button {
  font-size: 1.4rem; }

.entryFormColumn .entryFormColumnHead select {
  font-size: 1.4rem; }

.acms-admin-form .entryFormLiteEditor,
.acms-admin-form textarea {
  font-size: 1.6rem; }

.titleWrapper {
  max-width: 1280px;
  margin: 0 auto 20px; }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner > *:not([class*="c-img"]) {
    margin-right: 50px; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner > *.c-hd--01:not(:first-child) {
    margin-top: 100px; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner > *.c-hd--01:not(:first-child) {
    margin-top: 50px; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner > *.c-hd--02:not(:first-child) {
    margin-top: 80px; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner > *.c-hd--02:not(:first-child) {
    margin-top: 40px; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner > *.c-hd--03:not(:first-child) {
    margin-top: 70px; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner > *.c-hd--03:not(:first-child) {
    margin-top: 35px; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner > *.c-hd--04:not(:first-child) {
    margin-top: 60px; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner > *.c-hd--04:not(:first-child) {
    margin-top: 30px; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner .column-media-left {
    float: none;
    text-align: center; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .column-media-left.c-img--middle, .c-article--entry__inner .column-media-left.c-img--auto {
    margin-right: 50px; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .column-media-left.c-img--small {
    margin-right: 35px; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner .column-media-right {
    float: none;
    text-align: center; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .column-media-right.c-img--middle, .c-article--entry__inner .column-media-right.c-img--auto {
    margin-left: 50px;
    margin-right: 50px; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .column-media-right.c-img--small {
    margin-left: 35px; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner [class*='column-table'] .entry-container {
    margin: 0; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner .entry-container {
    overflow-x: scroll; } }

.c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) {
  width: 100%;
  margin-bottom: 50px; }
  @media print, screen and (min-width: 769px) {
    .c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) {
      table-layout: auto; } }
  @media only screen and (max-width: 768px) {
    .c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) {
      margin-bottom: 30px; }
      .c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) th,
      .c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) td {
        white-space: nowrap; } }
  .c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) th {
    vertical-align: top; }
  .c-article--entry__inner .entry-container table:not(.acms-admin-table-admin-edit) td {
    width: 100%; }

.c-article--entry__inner [class*='c-list']:not(:last-child) {
  margin-bottom: 40px; }
  .c-article--entry__inner [class*='c-list']:not(:last-child) + [class*='c-list'] {
    margin-top: -20px; }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .c-txt a,
  .c-article--entry__inner .c-list--normal a,
  .c-article--entry__inner .c-list--horizon a,
  .c-article--entry__inner .c-list--number a,
  .c-article--entry__inner .p-column a,
  .c-article--entry__inner [class*='column-table-'] a {
    display: inline-block;
    max-width: 100%;
    text-align: left; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner .c-txt:not(:last-child),
  .c-article--entry__inner .c-list--normal:not(:last-child),
  .c-article--entry__inner .c-list--horizon:not(:last-child),
  .c-article--entry__inner .c-list--number:not(:last-child),
  .c-article--entry__inner .p-column:not(:last-child),
  .c-article--entry__inner [class*='column-table-']:not(:last-child) {
    margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner [class*=column-media-] {
    text-align: center; }
    .c-article--entry__inner [class*=column-media-] a,
    .c-article--entry__inner [class*=column-media-] img {
      max-width: 100%; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .c-img--full[class*=column-media-] {
    max-width: 100vw !important;
    width: 100vw !important;
    min-width: 1280px;
    margin-left: calc(((100vw - 940px) / 2) * -1);
    margin-bottom: 65px; }
    .c-article--entry__inner .c-img--full[class*=column-media-] a,
    .c-article--entry__inner .c-img--full[class*=column-media-] img {
      max-width: initial !important;
      max-width: auto !important;
      width: 100% !important; } }

@media only screen and (max-width: 1280px) {
  .c-article--entry__inner .c-img--full[class*=column-media-] {
    margin-left: -170px !important; } }

.c-article--entry__inner .c-img--auto[class*=column-media-] {
  max-width: auto !important;
  width: auto !important; }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .c-img--large[class*=column-media-] {
    max-width: 940px !important;
    width: 940px !important;
    margin-right: 50px; }
    .c-article--entry__inner .c-img--large[class*=column-media-]:not(:last-child) {
      margin-bottom: 65px; }
      .c-article--entry__inner .c-img--large[class*=column-media-]:not(:last-child) + .c-img--large {
        margin-top: -35px; }
    .c-article--entry__inner .c-img--large[class*=column-media-] img:not([src*="pdf.svg"]) {
      width: 940px; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .c-img--middle[class*=column-media-] {
    max-width: 445px !important;
    width: 445px !important; }
    .c-article--entry__inner .c-img--middle[class*=column-media-]:not(:last-child) {
      margin-bottom: 50px; }
      .c-article--entry__inner .c-img--middle[class*=column-media-]:not(:last-child) + .c-img--large {
        margin-top: -25px; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .c-img--small[class*=column-media-] {
    max-width: 290px !important;
    width: 290px !important; }
    .c-article--entry__inner .c-img--small[class*=column-media-]:not(:last-child) {
      margin-bottom: 40px; }
      .c-article--entry__inner .c-img--small[class*=column-media-]:not(:last-child) + .c-img--large {
        margin-top: -20px; } }

.c-article--entry__inner .c-line {
  border-top-color: #B2B09E;
  border-top-style: dotted;
  border-top-width: 2px;
  clear: both;
  margin-bottom: 100px;
  width: 100%; }

.c-article--entry__inner [class*='column-media'] {
  padding: 0 !important; }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .caption {
    font-size: 1.7rem; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner .caption {
    font-size: 1.4rem; } }

.c-article--entry__inner .c-img--auto .caption {
  text-align: left; }

.c-article--entry__inner div:not(.c-img--auto) .caption {
  text-align: center; }

.c-article--entry__inner .column-media-auto {
  text-align: center; }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .acms-form select,
  .c-article--entry__inner .acms-form *[class*='acms-form-width'] {
    font-size: 16px;
    min-height: 35px; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner .acms-form select,
  .c-article--entry__inner .acms-form *[class*='acms-form-width'] {
    min-height: 45px; }
    .c-article--entry__inner .acms-form select:not(:first-child),
    .c-article--entry__inner .acms-form *[class*='acms-form-width']:not(:first-child) {
      margin-top: 15px; } }

.c-article--entry__inner .acms-form .form-btn-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media print, screen and (min-width: 769px) {
    .c-article--entry__inner .acms-form .form-btn-box {
      margin: 60px 10px 0; } }
  @media only screen and (max-width: 768px) {
    .c-article--entry__inner .acms-form .form-btn-box {
      margin: 30px 10px 0; } }
@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .acms-form .form-btn-return,
  .c-article--entry__inner .acms-form .form-btn-send {
    margin: 0 30px; } }

@media only screen and (max-width: 768px) {
  .c-article--entry__inner .acms-form .form-btn-return,
  .c-article--entry__inner .acms-form .form-btn-send {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center; } }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .acms-form .acms-form-width-text {
    width: 140px;
    margin-right: 25px; } }

.c-article--entry__inner .acms-form .acms-form-width-amount {
  width: 35px;
  height: 35px;
  margin-right: 5px; }

.c-article--entry__inner .acms-form .acms-form-width-number {
  width: 65px;
  margin-right: 5px; }

@media print, screen and (min-width: 769px) {
  .c-article--entry__inner .acms-form .acms-form-width-middle {
    width: 308px; } }

.acms-admin-filter-group p,
.acms-admin-filter-group label {
  color: #404040; }

.entryFormColumnBody * {
  color: #404040; }

.acms-admin-media-list .adminTable {
  color: #404040; }

.continue-link {
  clear: both;
  border-top: 1px solid #e6e1dc; }
  @media print, screen and (min-width: 769px) {
    .continue-link {
      padding-top: 35px; } }
  @media only screen and (max-width: 768px) {
    .continue-link {
      padding-top: 20px; } }
.lite-editor-tooltip-wrap {
  z-index: 1000000 !important; }
