<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 

 functions.css
 

*/
/* -----------------------------------------------------------------
 
 透明度 IE8対応

 usage : @include opacity_ie(0.2);

----------------------------------------------------------------- */
/* -----------------------------------------------------------------
 
 ボーダー設定

 usage : @include border(1px solid #ccc);

----------------------------------------------------------------- */
/* 

 values.css
 

*/
/* -----------------------------------------------------------------
    width
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
    color
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
    text
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
    other
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
    font size YUI
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
 FontAwesome
----------------------------------------------------------------- */
/* 

 utility.css
 

*/
/* -----------------------------------------------------------------
common tag 
----------------------------------------------------------------- */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.clear {
  clear: both;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

address {
  font-style: normal;
}

/* link */
a,
a:active,
a:focus {
  outline: none;
  border: none;
  outline: none;
  border-style: none;
  color: #000000;
  text-decoration: underline;
}

a:link,
a:active {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #0099ff;
}

input[type="submit"],
button:focus {
  outline: 0;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

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

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

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

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 65%;
}

sup {
  position: relative;
  top: -4px;
}

sub {
  position: relative;
  top: 4px;
}

hr {
  border: 0 #cccccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

ol {
  padding-left: 2em;
}

ul {
  list-style: none;
  margin: 0;
}

ul.disc li {
  list-style: disc;
  margin-left: 20px;
}

p {
  margin: 0;
}

.note,
.text-small {
  font-size: 77%;
  line-height: 1.2;
}

strong,
.bold {
  font-weight: bold;
}

.attention {
  color: #d80000 !important;
}

.attention-o {
  color: #ff6600 !important;
}

.caption {
  font-weight: bold;
  padding-top: 5px;
  line-height: 140%;
}

.caption-box {
  padding-top: 5px;
  line-height: 140%;
  width: 90%;
  margin: 0 auto;
}

/* layout */
.ind-01 {
  display: block;
  margin: 0 20px;
  margin-left: 20px;
  text-indent: -1.2em;
}

.ind-02 {
  margin: 0 20px 0 20px;
}

.ind-03 {
  margin-left: 1em;
  text-indent: -1em;
}

.m-auto {
  margin: 0 auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-05 {
  margin-bottom: 5px !important;
}

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

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

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

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

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

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-20-h {
  padding: 0 20px !important;
}

.p-20-v {
  padding: 20px 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

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

/* -----------------------------------------------------------------
    line height
----------------------------------------------------------------- */
.lh-100 {
  line-height: 100%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.lh-170 {
  line-height: 170%;
}

.lh-180 {
  line-height: 180%;
}

.lh-190 {
  line-height: 190%;
}

.lh-200 {
  line-height: 200%;
}

/* -----------------------------------------------------------------
    font
----------------------------------------------------------------- */
.font-times {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", serif;
}

.font-san-serif,
.header-main .gnav .nav-sub .breadcrumbs,
.header-main .gnav .nav-sub .breadcrumbs a,
.parent-wedding .content-wedding-banquet .detail-header .desc p {
  font-family: "Meiryo UI", "Yu Gothic", Meiryo, "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.font-sans-serif-g,
.info-reservation-common .item .col a.tel {
  font-family: Helvetica, Arial, sans-serif;
}

.font-fontfawesome {
  font-family: FontAwesome;
}

.square {
  line-height: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.square img {
  height: 100%;
  max-width: none;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}

/* 

 modules.css
 

*/
/* -----------------------------------------------------------------
    common : 
----------------------------------------------------------------- */
a {
  color: #555;
  text-decoration: none;
  outline: none;
}

a:hover {
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  text-decoration: underline;
}

a:hover img {
  filter: alpha(opacity=8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a img {
  transform: translateZ(0);
  /* for chrome white space bug */
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.red {
  color: #c00;
}

.img-square {
  width: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}

/* -----------------------------------------------------------------
    common : 
----------------------------------------------------------------- */
table {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #cccccc;
  text-align: left;
  table-layout: fixed;
}

table th {
  table-layout: fixed;
  width: 25%;
  font-weight: normal;
  padding: 10px 10px 10px 15px;
  vertical-align: top;
  border: 1px solid #ffffff;
  text-align: left;
  text-justify: auto;
  background-color: #e5edf5;
  border-left: none;
  border-right: none;
}

table td {
  table-layout: fixed;
  padding: 10px 10px 10px 15px;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  text-align: left;
  text-justify: auto;
  border-left: none;
  border-right: none;
}

table.color-none {
  border: none;
}

table.color-none th {
  background-color: transparent;
  border: none;
  padding: 0;
}

table.color-none td {
  background-color: transparent;
  border: none;
  padding: 0;
}

.text-center th,
.text-center td {
  text-align: center;
  padding: 15px 0;
}

/* 

 structure.css
 
 
 共通部分のスタイルを設定

*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("/css/fonts/NotoSerifJP/NotoSerifJP-Regular.woff") format("woff"), url("/css/fonts/NotoSerifJP/NotoSerifJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/css/fonts/NotoSerifJP/NotoSerifJP-Medium.woff") format("woff"), url("/css/fonts/NotoSerifJP/NotoSerifJP-Medium.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

/* -----------------------------------------------------------------
    body
----------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100%;
}

html {
  font-size: 62.5%;
  /* 10px */
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-all;
  color: #555;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 100%;
  height: auto;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* -----------------------------------------------------------------
 fonts 
----------------------------------------------------------------- */
.font-serif,
.bnr-long-landscape .info h2,
.link-big-banner .item .title h3,
.listing-faq .row span:first-child,
.parent-wedding .wedding-links .items .item h3 {
  font-family: "Noto Sans JP", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.font-san-serif,
.header-main .gnav .nav-sub .breadcrumbs,
.header-main .gnav .nav-sub .breadcrumbs a,
.parent-wedding .content-wedding-banquet .detail-header .desc p {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
}

.font-bold-san-serif {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
}

.font-cardo,
.header-main .sub-sp-title,
.header-main .tel-language .tel,
.header-main .tel-language .number,
.header-main .gnav a,
.header-main .gnav .nav-sub h1,
.btn-menu-fix a,
.content-main h2,
.content-main section.title h2,
.frame-info h3,
.frame-border h3,
.link-pages .item a h3,
#ohm-banner .item .desc h2,
.bnr-long-landscape.no-link h3,
.bnr-long-landscape.no-link .desc h4,
.link-big-banner .item .title .title-sub,
.link-OHM-banner .item .info h3,
.info-reservation-common h3,
.detail-header h3,
.detail-header .desc,
.desc-additional h3,
.common-news-info .info-item h3,
.listing-recruit h3,
.page.hotel-sweets .links-content h3,
.parent-stay .listing-stay-room .wrapper-items h3,
.parent-wedding .reservation-fair h3,
.parent-wedding .calendar-fair .calendar .header,
.parent-wedding .content-wedding-banquet h3,
.parent-wedding .link-wedding-pages .items .col h3,
.parent-wedding .link-wedding-pages .items .col .link,
.parent-wedding.ceremony .col-right-info h3,
.parent-wedding .content-jp-style-flow h3,
.parent-wedding .content-jp-style-flow h4,
.content-main .special-content .anniversary-plan-links__item__title,
.content-main .special-content .history__item__main__title,
.content-main .special-content .history__item__sub__event,
.content-main .special-content .history__item__sub ul {
  font-family: "Cardo", "Noto Sans JP", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 400;
}

.font-san-serif-arial,
.period {
  font-family: Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
}

/* -----------------------------------------------------------------
 common : 共通利用スタイル
----------------------------------------------------------------- */
#wrapper-main {
  width: 100%;
  position: relative;
}

.container-common-full {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}

.container-common,
.parent-wedding .calendar-fair .calendar .wrapper-calendar {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 30px;
}

.container-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.bottom-common {
  margin-bottom: 80px;
}

p,
h1,
h2,
h3,
h4,
h5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.1em;
  font-weight: bold;
}

p {
  font-weight: normal;
  letter-spacing: 0.05em;
}

.note p,
p.note {
  line-height: 1.3;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:link,
a:active,
a:focus,
a:visited,
a:hover {
  color: #555;
  text-decoration: none;
}

img {
  line-height: inherit;
  font-size: inherit;
}

@media only screen and (max-width: 767px) {
  body * {
    font-size: 1.3rem;
  }
  span {
    font-size: inherit;
    line-height: inherit;
  }
  .container-common-full,
  .container-content,
  .container-common,
  .parent-wedding .calendar-fair .calendar .wrapper-calendar {
    padding: 0 10px;
  }
  .bottom-common {
    margin-bottom: 30px;
  }
}

table {
  border-top: 1px solid #8e8352;
  margin-bottom: 30px;
}

table:last-child {
  margin-bottom: 0;
}

table th {
  width: 40%;
  padding: 10px 20px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #8e8352;
  background-color: #f4f2ea;
  color: #16174e;
}

table td {
  width: 60%;
  padding: 10px 20px;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8e8352;
}

table caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}

ol.decimal {
  margin-left: 1em;
}

ol.decimal &gt; li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

ol.decimal &gt; li:last-child {
  margin-bottom: 0;
}

ul.disc li {
  margin-bottom: 10px;
  line-height: 1.4;
}

ul.disc li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  table th,
  table td {
    padding: 10px;
  }
  table th {
    width: 25%;
  }
  table td {
    width: 75%;
  }
  .sp-table-scroll {
    width: 100%;
    max-width: none;
    overflow: scroll;
  }
  .sp-table-scroll::-webkit-scrollbar {
    height: 10px;
  }
  .sp-table-scroll::-webkit-scrollbar-track {
    background-color: #ccc;
  }
  .sp-table-scroll::-webkit-scrollbar-thumb {
    background-color: #8e8352;
  }
  .sp-table-scroll table {
    width: auto;
    max-width: none;
  }
}

/* -----------------------------------------------------------------
    visiblity : デバイスに合わせて表示/非表示
----------------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .content-inline-small,
  .content-small {
    display: none !important;
  }
  .content-inline-middle,
  .content-middle {
    display: none !important;
  }
  .content-large {
    display: inherit !important;
  }
  .content-inline-large {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .content-inline-small,
  .content-inline-large,
  .content-small,
  .content-large {
    display: none !important;
  }
  .content-middle {
    display: inherit !important;
  }
  .content-inline-middle {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 767px) {
  .content-inline-middle,
  .content-inline-large,
  .content-middle,
  .content-large {
    display: none !important;
  }
  .content-small {
    display: inherit !important;
  }
  .content-inline-small {
    display: inline-block !important;
  }
}

/* input */
textarea,
input[type="email"],
input[type="text"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c0c0bb;
  background-color: #fff;
  padding: 0.3em 2em 0.3em 1em;
  border-radius: 3px;
  font-family: inherit;
  font-size: 1.4rem;
  max-width: 100%;
}

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

input.datepicker {
  padding: 0.4em 2em 0.4em 1em;
}

/* セレクトボックス */
select {
  width: auto;
  max-width: 200px;
  margin-left: 10px;
  cursor: pointer;
  background: url(/images/common/ico_arrow_down.png) calc(100% - 10px) 50% no-repeat;
  background-size: 10px auto;
  background-color: #fff;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: inherit;
  font-size: 1.4rem;
}

/* リンク矢印 */
.arrow-right li:before {
  content: "";
  font-family: "FontAwesome";
  color: #8e8352;
  padding-right: 5px;
}

.arrow-right a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------------------
    shared : 共通部分 
----------------------------------------------------------------- */
.nav-main-sp {
  display: none;
}

.header-main .sub-sp-title {
  display: none;
}

.header-main .sub-sp-category {
  display: block;
}

.header-main .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-main .info .logo a {
  display: block;
  text-indent: -9876px;
  background: url(/images/common/logo_kawasaki.png) 0 50% no-repeat;
  background-size: contain;
  width: 242px;
  height: 23px;
}

.header-main .info .primary {
  text-align: right;
}

.header-main .info .primary .links {
  margin-bottom: 5px;
}

.header-main .info .primary .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-main .info .primary .links ul li {
  margin-left: 20px;
  line-height: 1;
}

.header-main .info .primary .links ul li a {
  font-size: 1.1rem;
}

.header-main .info .primary .tel-language select {
  margin-left: 0;
}

.header-main .info .primary .tel-language select {
  text-align: left;
}

.header-main .tel-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-main .tel-language a {
  color: #876f19;
  font-size: 2rem;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-main .tel-language .text {
  font-size: 1.2rem;
  padding-right: 10px;
}

.header-main .tel-language .number {
  font-size: 2.4rem;
}

.header-main .gnav {
  border-top: 1px solid #c0c0bb;
}

.header-main .gnav .nav-main {
  padding: 0 0 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.header-main .gnav .nav-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-main .gnav .nav-main ul li {
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.header-main .gnav .nav-main ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px 0;
  line-height: 1.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #000;
}

.header-main .gnav .nav-main ul li a:hover {
  background-color: #f4f2ea;
  opacity: 1;
}

.header-main .gnav .nav-main ul.menu-main li.current-page-ancestor a,
.header-main .gnav .nav-main ul.menu-main li.current-menu-item a {
  background-color: #f4f2ea;
}

.header-main .gnav .nav-main .menu-fix {
  width: 505px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-main .gnav .nav-main .menu-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-main .gnav .nav-main .btn-menu-fix a {
  color: #fff;
}

.header-main .gnav .nav-main .btn-menu-fix a:hover {
  background-color: #8e8352;
  opacity: 0.8;
}

.header-main .gnav .nav-main .btn-menu-fix-reserve a:hover {
  background-color: #16174e;
}

.header-main .gnav .nav-main .btn-menu-fix-online a {
  color: #fff;
  background-color: #a70240;
}
.header-main .gnav .nav-main ul .btn-menu-fix-online a:hover {
  opacity: 0.8;
  background-color: #a70240;
}
.header-main .gnav .nav-main .btn-menu-fix-online.gray a {
  color: #fff;
  background-color: #7f7f7f;
}
.header-main .gnav .nav-main ul li.btn-menu-fix-online.gray a:hover {
  opacity: 0.8;
  background-color: #7f7f7f;
}

.header-main .gnav .nav-sub {
  background-color: #f4f2ea;
  padding: 10px 30px 30px;
}

.header-main .gnav .nav-sub .container-common,
.header-main .gnav .nav-sub .parent-wedding .calendar-fair .calendar .wrapper-calendar,
.parent-wedding .calendar-fair .calendar .header-main .gnav .nav-sub .wrapper-calendar {
  padding-left: 0;
}

.header-main .gnav .nav-sub .breadcrumbs {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.header-main .gnav .nav-sub .breadcrumbs a {
  color: #16174e;
  text-decoration: underline;
}

.header-main .gnav .nav-sub .breadcrumbs a:hover {
  text-decoration: underline;
}

.header-main .gnav .nav-sub .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-main .gnav .nav-sub .main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-main .gnav .nav-sub .main ul li {
  display: block;
  margin: 0 20px;
}

.header-main .gnav .nav-sub .main ul li:last-child {
  margin-right: 0;
}

.header-main .gnav .nav-sub .main ul li a {
  display: block;
  padding-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  border-bottom: 1px solid transparent;
}

.header-main .gnav .nav-sub .main ul li a:hover {
  border-bottom: 1px solid #8e8352;
}

.header-main .gnav .nav-sub .main ul li.current-menu-item a,
.header-main .gnav .nav-sub .main ul li.current_page_item a {
  border-bottom: 1px solid #16174e;
}

.header-main .gnav .nav-sub h1 {
  font-size: 2.8rem;
  line-height: 1.4;
  color: #564a29;
  max-width: 48%;
}

body.home .gnav .nav-sub {
  display: none;
}

#header-fix-menu-pc {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9000;
  width: 520px;
  background-color: #fff;
}

#header-fix-menu-pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

#header-fix-menu-pc ul li.btn-menu-fix {
  width: 33.3%;
  height: auto;
}

#header-fix-menu-pc ul li.btn-menu-fix-online {
  width: 33.4%;
  height: auto;
}
.btn-menu-fix {
  width: 33%;
  height: auto;
}
.btn-menu-fix-online {
  width: 29%;
  height: auto;
}
.btn-menu-fix a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background-color: #8e8352;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.4;
  padding: 10px 0;
}

.btn-menu-fix a:hover {
  background-color: #8e8352;
  opacity: 0.8;
}

.btn-menu-fix-reserve a {
  background-color: #16174e;
}

.btn-menu-fix-reserve a:hover {
  background-color: #16174e;
}

.btn-menu-fix-online a {
  background-color: #a70240;
}

.btn-menu-fix-online a:hover {
  background-color: #a70240;
}
.btn-menu-fix-online.gray a {
  background-color: #7f7f7f;
}

.btn-menu-fix-online.gray a:hover {
  background-color: #7f7f7f;
}

@media only screen and (max-width: 1024px) {
  .header-main .info .logo {
    margin-bottom: 10px;
  }
  .header-main .info .logo a {
    width: 180px;
  }
  .header-main .gnav .nav-main ul li a {
    font-size: 1.3vw;
  }
  .header-main .gnav .nav-main .menu-fix {
    width: 35vw;
  }
  .header-main .gnav .nav-sub h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    max-width: none;
  }
  .header-main .gnav .nav-sub .main {
    display: block;
  }
  .header-main .sub-sp-category {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header-main {
    /*.sub-sp-category{
            display: none;
        }*/
  }
  .header-main .info {
    position: fixed;
    width: 100%;
    z-index: 500;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 3px #999;
    box-shadow: 0px 0px 10px 3px #999;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .header-main .info .logo {
    margin-bottom: 0;
  }
  .header-main .info .primary-sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-main .info .primary-sp ul li {
    width: 50px;
    height: 50px;
    background-color: #16174e;
  }
  .header-main .info .primary-sp ul li:last-child {
    background-color: #8e8352;
  }
  .header-main .info .primary-sp ul li:last-child a:before {
    content: "≡";
    font-family: "FontAwesome";
    font-size: 3rem;
    line-height: 35px;
  }
  .header-main .info .primary-sp ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    position: relative;
    padding-bottom: 3px;
  }
  .header-main .info .primary-sp ul li a:before {
    display: block;
    width: 100%;
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 2rem;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }
  .header-main .info .primary-sp ul li:first-child {
    width: auto;
    height: auto;
    background-color: #808080;
    position: relative;
  }
  .header-main .info .primary-sp ul li .sp-language {
  }
  .header-main .info .primary-sp ul li .sp-language label {
    display: block;
    background: url(../images/common/icon_language.png) no-repeat 50% 13px #808080;
    background-size: 16px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    position: relative;
    padding-bottom: 3px;
  }
  
  .header-main .info .primary-sp ul li .sp-language input[type="checkbox"] {
    display: none;
  }
  .header-main .info .primary-sp ul li .sp-language .language-list {
    display: none;
    transition:all .3s;
    background-color: #808080;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-main .info .primary-sp ul li .sp-language input[type="checkbox"]:checked + label + .language-list {
    display: block;
  }
  .header-main .info .primary-sp ul li .sp-language .language-list .language-list__item a {
    width: auto;
    height: auto;
    padding: 8px 40px;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
  }
  .header-main .info .primary-sp ul li .sp-language .language-list .language-list__item:last-child a {
    border-bottom: none;
  } 
  .header-main .info .primary-sp ul li .sp-language .language-list .language-list__item a:before {
    display: none;
  }
  .header-main .primary {
    display: none;
  }
  .header-main .gnav {
    padding-top: 50px;
  }
  .header-main .gnav .nav-main {
    display: none;
  }
  .header-main .gnav .nav-sub {
    padding: 10px 0 0;
  }
  .header-main .gnav .nav-sub.sub-menu-none {
    padding-bottom: 5px;
  }
  .header-main .gnav .nav-sub .container-common,
  .header-main .gnav .nav-sub .parent-wedding .calendar-fair .calendar .wrapper-calendar,
  .parent-wedding .calendar-fair .calendar .header-main .gnav .nav-sub .wrapper-calendar {
    padding: 0;
  }
  .header-main .gnav .nav-sub .breadcrumbs {
    margin-bottom: 5px;
    padding: 0 10px;
  }
  .header-main .gnav .nav-sub h1 {
    margin-bottom: 5px;
    padding: 0 10px;
  }
  .header-main .gnav .nav-sub .main ul {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom: 1px solid #8e8352;
  }
  .header-main .gnav .nav-sub .main ul li {
    width: 50%;
    margin: 0;
  }
  .header-main .gnav .nav-sub .main ul li.active a {
    background-color: #f4f2ea;
  }
  .header-main .gnav .nav-sub .main ul li:nth-child(2n) a {
    border-right: none;
  }
  .header-main .gnav .nav-sub .main ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
    border-bottom: 1px solid #8e8352;
    border-right: 1px solid #8e8352;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    position: relative;
  }
  .header-main .gnav .nav-sub .main ul li a:after {
    content: "";
    font-family: "FontAwesome";
    color: #876f19;
    position: absolute;
    right: 5px;
    top: 15px;
  }
  .header-main .gnav .nav-sub .main ul li.current-menu-item a,
  .header-main .gnav .nav-sub .main ul li.current_page_item a {
    border-bottom: 1px solid #8e8352;
    background-color: #f4f2ea;
  }
  .header-main .gnav .nav-sub .main ul li:nth-last-child(1) a
  /*,.header-main .gnav .nav-sub .main ul li:nth-last-child(2) a */
  {
    border-bottom: none;
  }
  .header-main .gnav .nav-sub .main ul.menu-55th-anniversary li:nth-last-child(2) a,
  .header-main .gnav .nav-sub .main ul.menu-contact li:nth-last-child(2) a,
  .header-main .gnav .nav-sub .main ul.menu-access li:nth-last-child(2) a,
  .header-main .gnav .nav-sub .main ul.menu-restaurant li:nth-last-child(2) a,
  .header-main .gnav .nav-sub .main ul.menu-wedding li:nth-last-child(2) a {
    border-bottom: 1px solid #8e8352;
  }
  .header-main #header-fix-menu-pc {
    display: none !important;
  }
  .header-main .sub-sp-title {
    display: block;
    color: #fff;
    background-color: #8e8352;
    padding: 10px 20px;
    text-align: center;
    line-height: 1;
    font-size: 1.5rem;
    cursor: pointer;
    letter-spacing: 0.1em;
  }
  .header-main .sub-sp-title:after {
    content: "";
    font-family: "FontAwesome";
    padding-left: 10px;
  }
  .header-main .sub-sp-title.expand:after {
    content: "";
  }
  .nav-main-sp {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 80vw;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    overflow-y: scroll;
  }
  .nav-main-sp .nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .nav-main-sp .nav-header .tel-language {
    margin-top: 5px;
  }
  .nav-main-sp .nav-header .btn-close-nav {
    margin: 5px 20px 0 0;
    font-size: 2rem;
  }
  .nav-main-sp .menu-main {
    border-top: 1px solid #c0c0bb;
  }
  .nav-main-sp .menu-main li {
    border-bottom: 1px solid #c0c0bb;
    position: relative;
  }
  .nav-main-sp .menu-main li:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 10px;
    color: #8e8352;
    font-size: 1.8rem;
  }
  .nav-main-sp .menu-main li a {
    display: block;
    font-family: "Cardo", serif;
    font-size: 1.5rem;
    display: block;
    padding: 20px;
    line-height: 1;
    color: #16174e;
  }
  .nav-main-sp .menu-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .nav-main-sp .menu-primary li {
    width: 50%;
    position: relative;
  }
  .nav-main-sp .menu-primary li:nth-child(2n) a {
    border-right: none;
  }
  .nav-main-sp .menu-primary li a {
    display: block;
    padding: 15px 10px;
    font-size: 1.2rem;
    border-bottom: 1px solid #c0c0bb;
    border-right: 1px solid #c0c0bb;
  }
  .nav-main-sp .menu-primary li a:before {
    content: "";
    font-family: "FontAwesome";
    color: #8e8352;
    padding-right: 5px;
  }
  .nav-main-sp .menu-primary-fix {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .nav-main-sp .menu-primary-fix li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .nav-main-sp .menu-primary-fix li:last-child {
    margin-bottom: 0;
  }
  .nav-main-sp .menu-primary-fix li a {
    display: block;
    width: 100%;
  }
  .nav-main-sp .btn-reserve a {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #16174e;
  }
  .nav-main-sp .onlinshop-menu a {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #a70240;
  }
  .nav-main-sp .onlinshop-menu.gray a {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #7f7f7f;
  }
  .nav-main-sp .btn-close-nav {
    text-align: center;
  }
  .nav-main-sp .btn-close-nav.bottom {
    background-color: #c0c0bb;
    color: #fff;
    font-size: 1.2rem;
    padding: 15px;
    line-height: 1;
  }
  .nav-main-sp .tel-language a {
    line-height: 1.2;
    padding: 5px 10px;
    border: 1px solid #8e8352;
  }
  .nav-main-sp .tel-language a.number {
    display: inline-block;
    width: auto;
    color: #16174e;
    border: none;
    font-family: "Cardo", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", serif;
    font-weight: 400;
    font-size: 2.4rem;
  }
  .nav-main-sp .tel-language .text {
    display: block;
    padding: 5px 0;
    line-height: 1;
    font-size: 1.1rem;
  }
}

.footer-links {
  padding: 20px 0;
}

.footer-links .links {
  margin-bottom: 0;
  text-align: center;
}

.footer-links .links li {
  display: inline-block;
  text-decoration: none;
  margin: 5px 5px 5px 0;
  font-size: 1.4rem;
  line-height: 1;
}

.footer-links .links li:after {
  content: "|";
  padding-left: 8px;
}

.footer-links .links li:last-child:after {
  content: "";
}

.footer-links .links li a:hover {
  text-decoration: underline;
}

#pagetop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 3%;
  cursor: pointer;
  z-index: 2500;
}

#pagetop:after {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  background-color: #8e8352;
  border: 2px solid #fff;
  content: "";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 3rem;
}

#pagetop:hover {
  opacity: 0.8;
}

.copyright {
  text-align: right;
  background-color: #8e8352;
  color: #fff;
  padding: 10px 0;
}

.copyright p {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-family: "Times New Roman", Georgia, Serif;
}

footer .footer-links {
  background-color: #f4f2ea;
}

footer .footer-links-jal {
  background-color: #f4f2ea;
  padding: 60px 0;
}

footer .footer-links-jal .jal-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f4f2ea;
}

footer .footer-links-jal .jal-group .links-group-service .hotels-bnr {
  margin-bottom: 30px;
}

footer .footer-links-jal .jal-group .links-group-service .hotels-bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

footer .footer-links-jal .jal-group .links-group-service .hotels-bnr ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5px 10px;
}

footer .footer-links-jal .jal-group .links-group-service .hotels-bnr ul li:first-child {
  padding-left: 0;
}

footer .footer-links-jal .jal-group .links-group-service .hotels-bnr ul li a {
  display: block;
  width: 100%;
}

footer .footer-links-jal .jal-group .links-group-service .links-service li {
  margin-bottom: 20px;
  line-height: 1;
}

footer .footer-links-jal .jal-group .links-group-service .links-service li:before {
  content: "";
  padding-right: 10px;
  font-family: "FontAwesome";
}

footer .footer-links-jal .jal-group .links-group-service .links-service li a:hover {
  text-decoration: underline;
}

footer .footer-links-jal .jal-group .links-city {
  border-left: 1px solid #8e8352;
  padding-left: 40px;
  margin-left: 40px;
  width: 70%;
}

footer .footer-links-jal .jal-group .links-city .area {
  margin-bottom: 30px;
}

footer .footer-links-jal .jal-group .links-city .area:last-child {
  margin-bottom: 0;
}

footer .footer-links-jal .jal-group .links-city .area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 10px;
}

footer .footer-links-jal .jal-group .links-city .area .row:last-child {
  margin-bottom: 0;
}

footer .footer-links-jal .jal-group .links-city .area .row .title {
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.2rem;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

footer .footer-links-jal .jal-group .links-city .area .row .cities {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

footer .footer-links-jal .jal-group .links-city .area .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer-links-jal .jal-group .links-city .area .row ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 5px;
  line-height: 1.1;
}

footer .footer-links-jal .jal-group .links-city .area .row ul li:after {
  content: "|";
  padding-left: 5px;
}

footer .footer-links-jal .jal-group .links-city .area .row ul li:last-child:after {
  content: "";
}

footer .footer-links-jal .jal-group .links-city .area .row ul li a {
  font-size: 1.2rem;
}

footer .footer-links-jal .jal-group .links-city .area .row ul li a:hover {
  text-decoration: underline;
}

.footer-main {
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: space-between;
}

.footer-main .main-logo {
  width: 46%;
}

.footer-main .main-logo .logo {
  display: block;
  width: 210px;
  height: 0;
  padding-bottom: 6%;
  background: url(/images/common/footer_logo_kawasaki.png) 0 0 no-repeat;
  background-size: contain;
  text-indent: -9876px;
  margin-bottom: 20px;
}

.footer-main .social {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-main .trip-adviser {
  width: 38%;
  text-align: center;
  padding-top: 0;
}

.footer-main .trip-adviser &gt; img {
  max-width: none;
}

.footer-main .trip-adviser .cdsROW.wide {
  width: 100% !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-main .trip-adviser .cdsROW.border {
  border: none;
}

.footer-main .trip-adviser .cdsROW.wide .cdsROWContainer {
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 0 auto;
}

.footer-main .trip-adviser .cdsROW.wide .cdsROWContainer .cdsComponent {
  display: block;
  height: auto;
  max-width: none !important;
  padding: 0;
  border-right: none;
  margin-bottom: 20px;
}

.footer-main .sns {
  width: 68%;
}

.footer-main .sns a {
  display: block;
  margin-bottom: 10px;
}

.footer-main .sns a:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .footer-main {
    display: block;
    text-align: center;
  }
  .footer-main .main-logo {
    width: 100%;
    padding: 0 20px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .footer-main .main-logo .logo {
    width: 40%;
    padding-bottom: 5%;
    margin: 0 auto 20px;
  }
  .footer-main .trip-adviser {
    width: 70%;
    padding: 0;
  }
  .footer-main .trip-adviser .cdsROW.wide .cdsROWContainer .cdsComponent {
    margin-bottom: 10px;
  }
  .footer-main .sns {
    width: 70%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  #pagetop {
    right: 1%;
    bottom: 1%;
  }
  .footer-links {
    padding: 10px;
  }
  .footer-links .links {
    margin: 0;
    padding: 0;
  }
  .footer-links .links a {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 10px 3x;
    font-size: 1.2rem;
  }
  .footer-links .links a:after {
    padding-left: 8px;
  }
  .footer-main .main-logo {
    font-size: 1.2rem;
    padding: 0;
  }
  .footer-main .main-logo .logo {
    width: 60%;
    padding-bottom: 10%;
    margin: 0 auto 20px;
    background-position: center 50%;
  }
  .footer-main .social {
    display: block;
  }
  .footer-main .trip-adviser {
    width: 100%;
    margin: 0 auto 10px;
  }
  .footer-main .sns {
    width: 100%;
    margin: 0 auto;
  }
  footer .footer-links-jal {
    padding: 20px 0;
  }
  footer .footer-links-jal .jal-group .links-city {
    display: none;
  }
  footer .footer-links-jal .jal-group .links-group-service {
    width: 100%;
  }
  footer .footer-links-jal .jal-group .links-group-service .hotels-bnr {
    margin-bottom: 10px;
  }
  footer .footer-links-jal .jal-group .links-group-service .hotels-bnr ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footer-links-jal .jal-group .links-group-service .links-service {
    width: 84vw;
    margin: 0 auto;
  }
  .copyright {
    text-align: center;
  }
}

/* 

 contents.css
 

 共通部分とHOMEページのスタイルを設定

*/
/* -----------------------------------------------------------------
    Wordpress
----------------------------------------------------------------- */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  padding-left: 20px;
}

.alignleft {
  float: left;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .alignright {
    display: block;
    float: none;
    padding: 0;
    margin: 10px auto;
  }
  .alignleft {
    display: block;
    float: none;
    padding: 0;
    margin: 10px auto;
  }
}

/* -----------------------------------------------------------------
    page common : 共通利用スタイル
----------------------------------------------------------------- */
h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #876f19;
  line-height: 1.6;
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

.content-main .attention-plan {
  text-align: center;
  margin-top: 30px;
  font-size: 2rem;
}

.content-main .page-contents {
  margin-top: 60px;
  position: relative;
}

.content-main .margin-none {
  margin: 0;
}

.content-main section p {
  margin-bottom: 30px;
}

.content-main * &gt; p:last-of-type {
  margin-bottom: 0;
}

.content-main h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 0 auto 60px;
  background: url(/images/common/bg_header.png) center bottom no-repeat;
  background-size: 456px auto;
  padding-bottom: 15px;
}
.content-main h2.-noborder {
  background: none;
  margin-bottom: 30px;
}
.content-main h2.screen-reader-text {
  display: none;
}

.content-main section.title {
  text-align: center;
  margin-bottom: 60px;
}

.content-main section.title h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  display: inline-block;
  margin: 0 auto;
  background-image: url(/images/common/bg_h2_left.png), url(/images/common/bg_h2_right.png);
  background-position: left center, right center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 20px;
}

.content-main section {
  margin-bottom: 120px;
}

.content-main section:last-child {
  margin-bottom: 80px;
}

.content-main section a {
  text-decoration: underline;
}

.content-main .brown {
  color: #876f19;
}

.content-main .text-center {
  width: 100%;
}

.content-main .desc-center {
  text-align: center;
  margin-bottom: 40px;
}

.content-main .desc-center.left {
  text-align: left;
}

.content-main ul {
  padding-left: 2em;
}

.content-main ul.disc li {
  list-style: disc;
}

.content-main .notice {
  font-size: 1.3rem;
  line-height: 1.4;
}

.content-main .notice li {
  margin-bottom: 0;
  line-height: 1.4;
}

.page ul {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .content-main h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    background-size: 280px auto;
    padding-bottom: 10px;
  }
  .content-main h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .content-main h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .content-main .page-contents {
    margin-top: 30px;
  }
  .content-main section {
    margin-bottom: 60px;
  }
  .content-main section:last-child {
    margin-bottom: 40px;
  }
  .content-main section.title {
    margin-bottom: 30px;
  }
  .content-main section.title h2 {
    font-size: 1.6rem;
    line-height: 1.4;
    background-size: 10px auto;
    background-repeat: repeat-y;
  }
  .content-main ul {
    padding-left: 1em;
  }
  .home.content-main {
    padding-top: 50px;
  }
}

.slick-arrow {
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  z-index: 100;
  display: block;
  width: 45px;
  height: 60px;
  line-height: 1;
  padding: 0;
  background-color: #000;
  opacity: 0.8;
  border-radius: 0;
  border: none;
  cursor: pointer;
  color: transparent;
}

.slick-arrow:hover {
  opacity: 0.6;
}

.slick-arrow:before {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 30px;
  line-height: 55px;
  display: block;
  width: 100%;
}

.arrow-half .slick-arrow {
  width: 25px;
  height: 50px;
}

.arrow-half .slick-arrow:before {
  font-size: 2.4rem;
  line-height: 50px;
}

.slick-prev {
  left: 3%;
}

.slick-prev:before {
  content: "";
}

.slick-next {
  right: 3%;
}

.slick-next:before {
  content: "";
}

.arrow-brown .slick-arrow {
  background-color: #8e8352;
}

@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 30px;
    height: 40px;
    bottom: -100%;
  }
  .slick-arrow:before {
    font-size: 2.5rem;
    line-height: 35px;
  }
}

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

.btn-link a {
  display: inline-block;
  min-width: 35%;
  padding: 15px 20px;
  border: 2px solid #8e8352;
  color: #876f19;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none !important;
}

.btn-link a:hover {
  background-color: #f4f2ea;
  opacity: 1;
}

.btn-link-small a {
  font-size: 1.5rem;
  padding: 10px 30px;
}

.btn-common {
  text-align: center;
  text-decoration: none !important;
}

.btn-common input[type="submit"],
.btn-common button,
.btn-common a {
  display: inline-block;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none !important;
  line-height: 1.4;
}

.btn-common input[type="submit"]:hover,
.btn-common button:hover,
.btn-common a:hover {
  opacity: 0.8;
}

.btn-common.btn-brown input[type="submit"],
.btn-common.btn-brown button,
.btn-common.btn-brown a {
  color: #fff;
  background-color: #8e8352;
}

.btn-common.btn-naby input[type="submit"],
.btn-common.btn-naby button,
.btn-common.btn-naby a {
  color: #fff;
  background-color: #16174e;
}

.btn-common.btn-auto input[type="submit"],
.btn-common.btn-auto button,
.btn-common.btn-auto a {
  width: auto;
  padding: 15px 40px;
}

.btn-common.btn-frame a {
  border: 1px solid #8e8352;
  color: #876f19;
}

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

.btn-search input[type="submit"],
.btn-search button,
.btn-search a {
  background-color: #16174e;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.ico-arrow-right span:after,
.ico-arrow-right button:after,
.ico-arrow-right a:after {
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  padding-left: 10px;
}

a.ico-pdf:after,
.ico-pdf span:after,
.ico-pdf button:after,
.ico-pdf a:after {
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  padding-left: 10px;
}

.ico-arrow-right-navy:before {
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  padding-right: 5px;
  color: #16174e;
}

.ico-external button:after,
.ico-external a:after {
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  padding-left: 10px;
}

.ico-external button.cat:after,
.ico-external a.cat:after {
  content: "";
}

a.ico-external:after {
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  padding-left: 10px;
}

.link-blue a {
  color: #0069b6;
}

@media only screen and (max-width: 767px) {
  .btn-link a {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
  .btn-common {
    text-align: center;
  }
  .btn-common input[type="submit"],
  .btn-common button,
  .btn-common a {
    padding: 10px;
  }
  .btn-common.btn-auto input[type="submit"],
  .btn-common.btn-auto button,
  .btn-common.btn-auto a {
    width: auto;
    padding: 15px 20px;
  }
  .btn-search input[type="submit"],
  .btn-search button,
  .btn-search a {
    font-size: 1.4rem;
  }
}

table.frame {
  border: 2px solid #8e8352;
}

table.frame th,
table.frame td {
  border-right: 1px solid #8e8352;
}

table.frame td:last-child {
  border-right: none;
}

.frame-info,
.frame-border {
  padding: 2vw;
  margin-bottom: 30px;
}

.frame-info:last-child,
.frame-border:last-child {
  margin-bottom: 0;
}

.frame-info h3,
.frame-border h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #876f19;
}

.frame-border {
  border: 2px solid #8e8352;
}

.frame-border.frame-gray {
  border-color: #b5b5b5;
}

.frame-info.bg-brown {
  background-color: #f4f2ea;
}

.frame-info.bg-brown h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8e8352;
}

.frame-white {
  padding: 4vw 8vw;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 30px;
}

.frame-white:last-child {
  margin-bottom: 0;
}

.frame-white h4 {
  color: #16174e !important;
  text-align: center;
  margin-bottom: 20px !important;
}

.frame-white p a {
  color: #0069b6;
}

@media only screen and (max-width: 767px) {
  .frame-info h3,
  .frame-border h3 {
    font-size: 1.6rem;
  }
  .frame-white {
    padding: 20px;
    margin-bottom: 30px;
  }
  .frame-white h4 {
    font-size: 1.5rem;
  }
}

ul.kome li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

ul.kome li:before {
  content: "※";
  padding-right: 5px;
}

/* 写真 16:9 */
.photo {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.photo img {
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  width: 100%;
  height: auto;
  max-width: none;
}

.photo-43 {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}

.photo-32 {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}

.period {
  letter-spacing: 0.02em;
}

.link-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

.link-topics .item {
  width: 300px;
  min-height: 350px;
  border: 1px solid #8e8352;
  cursor: pointer;
  margin: 10px 15px;
  position: relative;
}

.link-topics .item:hover {
  -webkit-box-shadow: 0px 0px 10px 3px #ddd;
  box-shadow: 0px 0px 10px 3px #ddd;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.link-topics .item a {
  text-decoration: none;
}

.link-topics .item .frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.link-topics .item .photo {
  border-bottom: 2px solid #fff;
}

.link-topics .item .cat {
  display: block;
  background-color: #f4f2ea;
  color: #876f19;
  line-height: 1;
  margin: 0;
  text-align: center;
  font-size: 1.3rem;
  padding: 10px;
}

.link-topics .item .shop-name {
  font-size: 1.3rem;
  padding: 10px 10px;
  background-color: #16174e;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.link-topics .item .info {
  display: block;
  padding: 10px 10px;
  line-height: 1.6;
}

.link-topics .item .info h3 {
  margin: 0;
  font-weight: normal;
  color: #16174e;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: normal;
}

.link-topics .item .info .period {
  display: block;
  color: #876f19;
  font-size: 1.3rem;
  line-height: 1.4;
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 0 15px;
}

.link-topics .item .info p {
  line-height: 1.6;
  font-size: 1.3rem;
}

.frame-triangle:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #8e8352 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.restaurant-topics .item {
  min-height: 380px;
}

.listing-wedding-fair .item .info h3,
.listing-wedding-plan .item .info h3 {
  margin-bottom: 20px;
}

.topics-plan .item {
  padding-bottom: 45px;
}

.topics-plan .item .frame {
  padding: 8px;
  border: none;
}

.topics-plan .item .frame .link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #8e8352;
  color: #fff;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
}

.topics-plan .item .frame .link:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 10px;
}

@media only screen and (max-width: 767px) {
  .link-topics .item {
    width: 260px;
  }
}

.listing-3col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listing-3col .item {
  width: 31.3%;
  margin: 40px 3% 0 0;
  min-height: 0;
}

.listing-3col .item:nth-child(1),
.listing-3col .item:nth-child(2),
.listing-3col .item:nth-child(3) {
  margin-top: 0;
}

.listing-3col .item:nth-child(3n) {
  margin-right: 0;
}

.listing-3col.no-slick-banner .item {
  min-height: 0;
}

.listing-3col.no-slick-banner .item .info .period {
  position: relative;
  padding: 0;
  bottom: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .listing-3col {
    display: block;
  }
  .listing-3col .item {
    width: 100%;
    margin-top: 20px;
  }
  .listing-3col .item:nth-child(2),
  .listing-3col .item:nth-child(3) {
    margin-top: 20px;
  }
  .listing-3col .item:nth-child(3n) {
    margin-right: 0;
  }
  .listing-3col .item:nth-child(2n) {
    margin-right: 0;
  }
}

.link-topics-period-desc {
  min-height: 0;
}

.link-topics-period-desc .link-topics {
  margin-bottom: 30px;
}

.link-topics-period-desc .link-topics .item {
  min-height: none;
}

.link-topics-period-desc .link-topics .item h3 {
  margin-bottom: 10px;
}

.link-topics-period-desc .link-topics .item .info .period {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0;
  margin-bottom: 10px;
}

.listing-plan-venue .item {
  min-height: auto;
}

.listing-plan-venue .item .photo {
  margin-bottom: 20px;
}

.listing-plan-venue .item .info {
  padding: 0;
}

.listing-plan-venue .item .info h3 {
  line-height: 1;
  text-align: center;
  padding-bottom: 20px;
}

.listing-plan-venue .item .info table {
  margin-bottom: 0;
  border-top: 1px solid #8e8352;
}

.listing-plan-venue .item .info table th,
.listing-plan-venue .item .info table td {
  font-size: 1.3rem;
  border: none;
  border-bottom: 1px dotted #000;
  padding: 10px;
  background-color: #fff;
  line-height: 1.2;
}

.listing-plan-venue .item .info table th {
  border-right: 1px dotted #000;
}

.listing-plan-venue .item .info table tr:last-child th,
.listing-plan-venue .item .info table tr:last-child td {
  border-bottom-style: solid;
}

/* タブ */
.tab-content {
  display: none;
}

.tab-content.ui-widget.ui-widget-content {
  border: none;
}

.ui-widget {
  font-family: inherit;
}

.ui-tabs {
  padding: 0;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.ui-widget-header {
  border: none;
  background: transparent;
  border-bottom: 2px solid #f4f2ea;
}

.ui-tabs .ui-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0;
}

.ui-tabs .ui-tabs-nav li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  list-style: none;
  float: none;
  position: relative;
  top: 0;
  margin: 0 0.5em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  border-radius: 0;
}

.ui-tabs .ui-tabs-nav li:last-child {
  margin-right: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  line-height: 1;
  float: none;
  color: #564a29;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #fff;
  border: 2px solid #f4f2ea;
}

.ui-state-active,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  background-color: #f4f2ea;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-color: #f4f2ea;
  color: #564a29;
}

.listing-news .listing {
  padding-bottom: 50px;
}

.listing-news .listing ul {
  padding-left: 0;
}

.listing-news .listing li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}

.listing-news .listing li:last-child {
  margin-bottom: 0;
}

.listing-news .listing li &gt; a {
  display: inline-block;
}

.listing-news .listing li .cat {
  width: 15%;
  margin-right: 2%;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  background-color: #8e8352;
  color: #fff;
  text-decoration: none;
}

.listing-news .listing li .date {
  display: inline-block;
  margin-right: 2%;
  text-align: center;
  color: #8e8352;
  font-size: 1.5rem;
  text-align: left;
}

.listing-news .listing li .title {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  line-height: 1.4;
}

.listing-news .listing li .title:hover {
  text-decoration: underline;
}

.press-release .listing-news .listing .title:hover {
  text-decoration: none;
}

.press-release .listing-news .listing .title a:hover {
  text-decoration: underline;
}

.press-release .listing-news .listing .photos {
  margin-top: 20px;
}

.press-release .listing-news .listing .photos a {
  display: inline-block;
  margin: 0 5px;
}

.press-release .listing-news .listing .photos a:after {
  content: "|";
  display: inline-block;
  padding-left: 7px;
}

.press-release .listing-news .listing .photos a:last-child:after {
  content: "";
}

.press-release .listing-news .listing .photos a:hover {
  text-decoration: underline;
}

.press-release .listing-news .listing .photos .photos-title {
  padding-right: 10px;
}

.tab-news .listing {
  padding-top: 50px;
}

.category-tabs .tab-content .ui-widget-header {
  width: 60%;
  margin: auto;
  border-bottom: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category-tabs .tab-content .ui-state-default,
.category-tabs .tab-content .ui-widget-content .ui-state-default,
.category-tabs .tab-content .ui-widget-header .ui-state-default {
  border-bottom-width: 2px;
  border-radius: 3px;
  margin: 0 20px 5px 0;
}

.category-tabs .tab-content .ui-state-active,
.category-tabs .tab-content .ui-widget-content .ui-state-active,
.category-tabs .tab-content .ui-widget-header .ui-state-active {
  border-color: #555;
}

.category-tabs .tab-content .ui-state-active a,
.category-tabs .tab-content .ui-widget-content .ui-state-active a,
.category-tabs .tab-content .ui-widget-header .ui-state-active a {
  background-color: #555;
  color: #fff;
}

.category-tabs .tab-content .ui-state-active a:hover,
.category-tabs .tab-content .ui-widget-content .ui-state-active a:hover,
.category-tabs .tab-content .ui-widget-header .ui-state-active a:hover {
  opacity: 1;
}

.category-tabs .ui-tabs .ui-tabs-panel {
  padding: 60px 0;
}

@media only screen and (max-width: 767px) {
  .ui-widget-header {
    border-bottom: none;
  }
  .ui-tabs .ui-tabs-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ui-tabs .ui-tabs-nav li {
    width: auto;
    margin: 0 1% 5px;
    border-bottom-width: 2px;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 5px;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 1.2rem;
  }
  .ui-tabs .ui-tabs-panel {
    padding: 30px 0 0;
  }
  .listing-news .ui-tabs .ui-tabs-nav li {
    width: 49%;
    margin: 0 1% 5px 0;
  }
  .listing-news .ui-tabs .ui-tabs-nav li:nth-child(2n) {
    margin-right: 0;
  }
  .listing-news .ui-tabs .ui-tabs-nav li a {
    padding: 10px 5px;
  }
  .listing-news .listing {
    padding-bottom: 30px;
  }
  .listing-news .listing li {
    display: block;
  }
  .listing-news .listing li .cat {
    width: 50%;
    padding: 5px;
    font-size: 1.2rem;
  }
  .listing-news .listing li .date {
    font-size: 1.2rem;
  }
  .listing-news .listing li .title {
    margin-top: 10px;
  }
  .category-tabs .tab-content .ui-widget-header {
    width: 100%;
  }
  .category-tabs .ui-tabs .ui-tabs-panel {
    padding: 20px 0;
  }
}

.flex-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-2col .col {
  width: 48%;
  margin-right: 2%;
  margin-top: 30px;
}

.flex-2col .col:nth-child(1),
.flex-2col .col:nth-child(2) {
  margin-top: 0;
}

.flex-2col .col:nth-child(2n) {
  margin-right: 0 !important;
}

.flex-2col.col-46 .col {
  width: 46%;
  margin-right: 4%;
}

.flex-2col.col-small .col:first-child {
  width: 38%;
  margin-right: 4%;
}

.flex-2col.col-small .col:last-child {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-3col .col {
  width: 32%;
  margin-right: 2%;
}

.flex-3col .col:nth-child(3n) {
  margin-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  body #wrapper-main .flex-2col-sp {
    display: block;
  }
  body #wrapper-main .flex-2col-sp .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px !important;
  }
  body #wrapper-main .flex-3col-sp {
    display: block;
  }
  body #wrapper-main .flex-3col-sp .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px !important;
  }
}

.link-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-pages .item {
  border: 3px solid #fff;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.link-pages .item:nth-child(4n) {
  margin-right: 0;
}

.link-pages .item:hover {
  opacity: 1;
  border: 3px solid #8e8352;
  -webkit-box-shadow: 0px 0px 10px 3px #ddd;
  box-shadow: 0px 0px 10px 3px #ddd;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.link-pages .item:hover a {
  border: 1px solid #fff;
  opacity: 1;
}

.link-pages .item a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #c0c0bb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
}

.link-pages .item a h3 {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  margin-bottom: 0;
  font-weight: normal;
  color: #16174e;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-pages .item a h3 span {
  display: block;
  position: relative;
}

.link-pages .item a h3 span:before {
  content: "";
  font-family: "FontAwesome";
  padding-right: 10px;
}

.link-pages .item a h3.double span:before {
  position: absolute;
  top: 30%;
  left: -15px;
}

.link-pages .item a p {
  padding: 0 20px 10px;
  min-height: 80px;
  line-height: 1.6;
  font-size: 1.3rem;
  letter-spacing: normal;
}

@media only screen and (max-width: 1024px) {
  .link-pages .item {
    width: 31.3%;
    margin-right: 2%;
  }
  .link-pages .item:nth-child(4n) {
    margin-right: 2%;
  }
  .link-pages .item:nth-child(3n) {
    margin-right: 0;
  }
  .link-pages .item a h3 {
    font-size: 1.3rem;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 767px) {
  .link-pages .item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .link-pages .item:nth-child(4n) {
    margin-right: inherit;
  }
  .link-pages .item:nth-child(3n) {
    margin-right: 2%;
  }
  .link-pages .item:nth-child(2n) {
    margin-right: 0;
  }
  .link-pages .item a h3 {
    font-size: 3vw;
    line-height: 1.2;
    height: 50px;
  }
  .link-pages .item a h3 span:before {
    padding-right: 5px;
  }
  .link-pages .item a h3.double span:before {
    left: -10px;
  }
  .link-pages .item a p {
    padding: 0 10px 10px;
    font-size: 1rem;
    min-height: 0;
  }
}

/* 予約フォーム */
#dialog-reservation {
  display: none;
  z-index: 4000;
}

#dialog-reservation .main-reservation {
  z-index: 4000;
  top: 200px;
}

.ui-datepicker {
  z-index: 4000 !important;
}

#nav-bg,
#modal-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}

#nav-bg {
  z-index: 900;
}

.main-reservation {
  position: absolute;
  margin: auto;
  top: 50%;
  left: -100%;
  right: -100%;
  z-index: 100;
}

.main-reservation .ui-widget-content {
  background-color: transparent;
}

.main-reservation .tab-content ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: none;
  position: relative;
  z-index: 0;
}

.main-reservation .tab-content ul li.ui-state-default {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  width: 230px;
  border-radius: 5px 5px 0 0;
  background-color: #8e8352;
  border: none;
  -webkit-box-shadow: 0px 0.5px 8px 0.5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0.5px 8px 0.5px rgba(0, 0, 0, 0.3);
}

.main-reservation .tab-content ul li.ui-state-default.ui-state-active {
  background-color: rgba(213, 213, 213, 0.9);
}

.main-reservation .tab-content ul a {
  color: #000;
}

.main-reservation .tab-content .ui-tabs-nav .ui-tabs-anchor {
  color: #fff;
  font-size: 1.5rem;
}

.main-reservation .tab-content .ui-tabs-nav .ui-tabs-anchor:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  padding-left: 10px;
}

.main-reservation .tab-content .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
  color: #000;
}

.main-reservation .tab-content .ui-tabs-panel {
  background-color: rgba(213, 213, 213, 0.9);
  padding: 20px 30px 15px;
  -webkit-box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10;
  border-top-right-radius: 3px;
}

.main-reservation .tab-content .ui-tabs-panel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.main-reservation .tab-content .ui-tabs-panel .item .col {
  width: 33.3%;
  padding: 0 10px;
}

.main-reservation .tab-content .ui-tabs-panel .item .col:last-child .title {
  font-size: 1.3rem;
  color: #16174e;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}

.main-reservation .tab-content .ui-tabs-panel .item .col:last-child .title a {
  color: #16174e;
  font-size: 1.5rem;
}

.main-reservation .tab-content .ui-tabs-panel .item .col:last-child .btn-search {
  margin-bottom: 10px;
}

.main-reservation .tab-content .ui-tabs-panel .item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.main-reservation .tab-content .ui-tabs-panel .item .row:last-child {
  margin-bottom: 0;
}

.main-reservation .tab-content input[type="text"] {
  display: inline-block;
}

.main-reservation .tab-content .stay-type {
  max-width: none;
}

.main-reservation .tab-content .select-days input {
  margin-left: 10px;
}

.main-reservation .tab-content .has-icon {
  position: relative;
  display: inline-block;
  width: 180px;
}

.main-reservation .tab-content .ico-calendar {
  position: absolute;
  right: 8px;
  top: 2px;
}

.main-reservation .tab-content .ico-calendar:before {
  content: "\f073";
  font-family: "FontAwesome";
}

.main-reservation .tab-content .tab-reserve-stay-flight {
  position: relative;
}

.main-reservation .tab-content .tab-reserve-stay-flight .item .col {
  width: 30%;
}

.main-reservation .tab-content .tab-reserve-stay-flight .item .col:nth-child(2) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-left: 1%;
}

.main-reservation .tab-content .tab-reserve-stay-flight .item input[type="text"],
.main-reservation .tab-content .tab-reserve-stay-flight .item select {
  margin-left: 10px;
}

.main-reservation .tab-content .tab-reserve-stay-flight .flight-stay-person {
  padding-left: 40px;
}

.main-reservation .tab-content .tab-reserve-stay-flight .btn-search {
  position: absolute;
  bottom: 35px;
  right: 40px;
  margin-bottom: 0 !important;
}

.main-reservation .tab-content .tab-reserve-stay-flight .btn-search a {
  padding-left: 40px;
  padding-right: 40px;
}

.info-reservation-restaurant .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.info-reservation-restaurant .item .col {
  width: 50%;
}

.info-reservation-restaurant .frame {
  background-color: #fff;
  padding: 15px 2vw;
  text-align: center;
  margin-bottom: 10px;
}

.info-reservation-restaurant h4 {
  font-size: 1.5rem;
  color: #16174e;
  border-bottom: 1px solid #16174e;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
  background: none;
  line-height: 1.4;
}

.info-reservation-restaurant h4 .small {
  font-size: 1.2rem;
  font-weight: normal;
}

.info-reservation-restaurant .tel {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.info-reservation-restaurant .tel:before {
  content: "\f095";
  font-family: "FontAwesome";
  padding-right: 8px;
}

.info-reservation-restaurant .time {
  font-size: 1.3rem;
  line-height: 1.4;
}

.info-reservation-restaurant .btn-search a {
  font-size: 1.3rem;
}

.info-reservation-restaurant .btn-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-reservation-restaurant .btn-half a {
  width: 48%;
  font-size: 1.3rem;
  padding: 15px 5px;
  letter-spacing: normal;
}

.info-reservation-restaurant p.note {
  font-size: 1.2rem;
  text-align: center;
}

.main-reservation .info-reservation-restaurant {
  padding: 0;
}

.main-reservation .tab-content .tab-reserve-restaurant .item .col {
  width: 50%;
}

body.parent-stay .page-main-slide .select-tab-restaurant {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .main-reservation {
    top: auto;
    bottom: 10%;
  }
  .main-reservation .tab-content {
    /*.tab-reserve-stay{
            }*/
  }
  .main-reservation .tab-content .has-icon {
    padding-left: 10px;
  }
  .main-reservation .tab-content .ui-tabs-nav .ui-tabs-anchor {
    padding: 15px 5px;
    font-size: 1.1rem;
    letter-spacing: normal;
  }
  .main-reservation .tab-content .ui-tabs-nav .ui-tabs-anchor:after {
    font-size: 1.2rem;
    padding-left: 5px;
  }
  .main-reservation .tab-content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-reservation .tab-content ul li.ui-state-default {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    border-left: 1px solid #fff;
  }
  .main-reservation .tab-content ul li:first-child {
    border-left: none;
  }
  .main-reservation .tab-content .ui-tabs-panel {
    padding: 20px 20px 15px;
  }
  .main-reservation .tab-content .ui-tabs-panel .item {
    display: block;
  }
  .main-reservation .tab-content .ui-tabs-panel .item .col {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .main-reservation .tab-content .ui-tabs-panel .item .col:last-child {
    margin-bottom: 0;
    text-align: center;
  }
  .main-reservation .tab-content .ui-tabs-panel .item .col:last-child .btn-search:not(.btn-half) {
    margin: 0 auto 10px;
    width: 60%;
  }
  .main-reservation .tab-content .ui-tabs-panel .item .col:last-child .btn-search:not(.btn-half) a {
    width: 100%;
  }
  .main-reservation .tab-content .tab-reserve-stay-flight .btn-search {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .main-reservation .tab-content .tab-reserve-stay-flight .btn-search a {
    width: 40%;
    margin: 0 0 0 auto;
  }
  .main-reservation .tab-content .tab-reserve-stay-flight .flight-stay-person {
    padding-left: 0;
  }
  .main-reservation .tab-content .tab-reserve-stay-flight .item input[type="text"] {
    margin-left: 0;
  }
  .main-reservation .tab-content .tab-reserve-stay-flight .item .col:nth-child(2) {
    margin-left: 0;
  }
  .main-reservation .tab-content .tab-reserve-stay-flight .item .col:nth-child(2) .row:nth-child(2) label {
    margin-bottom: 20px;
  }
  .main-reservation .tab-content .tab-reserve-stay-flight .item .col:nth-child(2) .row:nth-child(2) label:last-child {
    margin-bottom: 0;
  }
  .main-reservation .tab-content .tab-reserve-restaurant {
    padding: 20px 20px 15px;
  }
  .main-reservation .tab-content .tab-reserve-restaurant .frame {
    padding: 15px 10px;
  }
  .main-reservation .tab-content .tab-reserve-restaurant .item .col:last-child .btn-search {
    width: 100%;
  }
  .main-reservation .tab-content .select-days label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-reservation .tab-content .select-days .has-icon {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .main-reservation .tab-content .select-days input {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .main-reservation {
    margin: 0;
    padding: 0;
  }
  .main-reservation .tab-content .ui-tabs-panel {
    padding: 15px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-reservation .tab-content .ui-tabs-panel .item {
    display: block;
  }
  .main-reservation .tab-content .ui-tabs-panel .item label {
    font-size: 1.2rem;
  }
  .main-reservation .tab-content .ui-tabs-panel .item .col {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .main-reservation .tab-content .ui-tabs-panel .item .col:nth-child(2),
  .main-reservation .tab-content .ui-tabs-panel .item .col:last-child {
    margin: 0;
  }
  .main-reservation .tab-content .ui-tabs-panel .item .col.col-contact-us {
    margin-top: 20px;
  }
  .main-reservation .tab-content .ui-tabs-panel .item .col .row {
    margin-bottom: 10px;
  }
  .main-reservation .tab-content .tab-reserve-stay .col-contact-us {
    text-align: center;
  }
  .main-reservation .tab-content .tab-reserve-stay .links-desc li {
    display: inline-block;
    padding-right: 10px;
  }
  .main-reservation .tab-content .tab-reserve-stay .links-desc li a {
    font-size: 1.2rem;
  }
  .main-reservation .tab-content .tab-reserve-stay-flight .item .col .btn-search-flight {
    margin-top: 20px !important;
  }
  .main-reservation .tab-content .tab-reserve-restaurant {
    padding: 15px 10px;
  }
  .main-reservation .tab-content .tab-reserve-restaurant .item .col {
    width: 100%;
  }
  .info-reservation-restaurant .item .col {
    width: 100%;
  }
  .info-reservation-restaurant .btn-half {
    display: block;
  }
  .info-reservation-restaurant .btn-half a {
    width: 100%;
    margin-bottom: 5px;
  }
  .info-reservation-restaurant .time {
    font-size: 1.2rem;
  }
}

/* OHM */
#ohm-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 2000;
  padding: 10px 0;
}

#ohm-banner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ohm-banner .item .col:first-child {
  width: 25%;
}

#ohm-banner .item .image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ohm-banner .item .image a {
  display: block;
  width: 100%;
  background-color: #fff;
}

#ohm-banner .item .desc {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-left: 30px;
  padding-top: 5px;
  padding-right: 8%;
}

#ohm-banner .item .desc a {
  color: #fff;
}

#ohm-banner .item .desc h2 {
  margin: 10px 0 5px;
  font-size: 1.8rem;
  line-height: 1.4;
}

#ohm-banner .item .desc p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.ico-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.ico-close:after {
  content: "✕";
  display: block;
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  #ohm-banner .item .desc h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  #ohm-banner {
    padding: 10px 0 0;
  }
  #ohm-banner .item {
    display: block;
  }
  #ohm-banner .item .col:first-child,
  #ohm-banner .item .col {
    width: 70%;
    margin: 0 auto;
  }
  #ohm-banner .item .desc {
    width: 100%;
    margin: 10px auto 0;
    padding: 0;
  }
  #ohm-banner .item .desc h2 {
    letter-spacing: normal;
    text-align: center;
  }
  #ohm-banner .item .desc h2 a {
    font-size: 1.2rem;
  }
  #ohm-banner .item .desc p {
    display: none;
  }
  #ohm-banner .ico-close {
    top: 0;
  }
}

.page-main-slide {
  position: relative;
}

.page-main-slide .main-slide {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.page-main-slide .slick-list {
  height: 100%;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  right: 0;
  left: 0;
}

.page-main-slide .slick-track {
  height: 100%;
}

.page-main-slide .slick-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-main-slide .slick-slide.portrait {
  background-size: contain;
}

.page-main-slide .main-reservation {
  display: none;
}

@media only screen and (max-width: 767px) {
  .page-main-slide {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .page-main-slide .main-reservation {
    position: relative;
    top: 0;
    left: 0;
  }
  .page-main-slide .slick-slider {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
  }
}

.home .page-main-slide .main-reservation,
.page.stay .page-main-slide .main-reservation {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

#inputs-reservation {
  background-color: #f4f2ea;
  padding: 30px 0;
}

#inputs-reservation .main-reservation .tab-content ul li.ui-state-default {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#inputs-reservation .main-reservation .tab-content .ui-tabs-panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .page-main-common .slick-arrow {
    bottom: -100%;
  }
  #inputs-reservation {
    padding: 0;
  }
}

/* メイン静止画 */
.page-main-photo {
  position: relative;
  background-color: #fff;
}

.page-main-photo .photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.page-main-photo .photo img {
  width: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.content-main section.page-main-photo {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .page-main-photo {
    height: 0;
    padding-bottom: 56.25%;
  }
}

/* 下層ページサムネイル付きスライドショー */
.slide-with-thumbnails {
  margin-top: 60px;
}

.slide-with-thumbnails .photo-slick {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.slide-with-thumbnails .photo-slick .slick-list {
  height: 100%;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  right: 0;
  left: 0;
}

.slide-with-thumbnails .photo-slick .slick-track {
  height: 100%;
}

.slide-with-thumbnails .photo-slick .slick-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slide-with-thumbnails .photo-slick .slick-slide.portrait {
  background-size: contain;
}

.slide-with-thumbnails .slick-slider-nav {
  padding: 20px 0;
}

.slide-with-thumbnails .slick-thumbnails .slick-list {
  margin: 0 -5px;
}

.slide-with-thumbnails .slick-thumbnails .slick-slide {
  margin: 0 5px;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.4;
}

.slide-with-thumbnails .slick-thumbnails .slick-slide div {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slide-with-thumbnails .slick-thumbnails .slick-current {
  opacity: 1;
}

.content-main section.slide-with-thumbnails {
  margin-bottom: 60px;
}

.bg-black .slick-slider-main {
  background-color: #000;
}

.slide-with-nav-photo .slick-slider-main {
  margin-bottom: 20px;
}

.nav-photo .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-photo .thumbnails .image {
  width: 11.6%;
  margin: 0 1% 5px 0;
  opacity: 0.4;
  cursor: pointer;
}

.nav-photo .thumbnails .image.active {
  opacity: 1;
}

.nav-photo .thumbnails .image div {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.nav-photo.photo-num-8 .thumbnails .image:nth-child(8n) {
  margin-right: 0;
}

.nav-photo.photo-suqre .thumbnails .image div {
  padding-bottom: 100%;
  background-size: cover;
}

.nav-photo.photo-num-3 .thumbnails .image {
  width: 31.3%;
  margin: 0 3% 15px 0;
}

.nav-photo.photo-num-3 .thumbnails .image:nth-child(3n) {
  margin-right: 0;
}

.thumbnails-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.thumbnails-vertical .slick-slider-main {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.thumbnails-vertical .slick-slider-main .photo-slick {
  height: 100%;
  padding-bottom: 0;
}

.thumbnails-vertical .slick-slider-nav {
  width: 120px;
  padding: 0;
  margin-left: 10px;
}

.thumbnails-vertical .slick-slider-nav .slick-list {
  margin: -2px 0;
}

.thumbnails-vertical .slick-slider-nav .slick-slide {
  margin: 2px 0;
}

.thumbnails-vertical .slick-slider-nav .slick-slide div {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .slide-with-thumbnails {
    margin-top: 30px;
  }
  .slide-with-thumbnails .slick-slider-nav {
    padding: 10px 0;
  }
  .content-main section.slide-with-thumbnails {
    margin-bottom: 30px;
  }
  .thumbnails-vertical {
    display: block;
  }
  .thumbnails-vertical .slick-slider-main {
    margin-bottom: 10px;
  }
  .thumbnails-vertical .slick-slider-main .photo-slick {
    height: 0;
    padding-bottom: 56.25%;
  }
  .thumbnails-vertical .slick-slider-nav {
    width: 100%;
    margin: 0;
  }
  .thumbnails-vertical .slick-slider-nav .slick-list {
    margin: 0;
  }
  .thumbnails-vertical .slick-slider-nav .slick-slide {
    margin: 0 2px 2px;
  }
}

/* プラン検索 */
.search-plan .frame {
  border: 1px solid #8e8352;
  padding: 4vw 6vw;
}

.search-plan .frame h2 {
  padding-bottom: 0;
  background: none;
}

.search-plan .frame .ico-search:before {
  content: "";
  font-family: "FontAwesome";
  padding-right: 10px;
}

.search-plan .frame fieldset {
  margin-bottom: 40px;
}

.search-plan .frame legend {
  display: block;
  width: 100%;
  line-height: 1;
  background-color: #f4f2ea;
  color: #564a29;
  padding: 10px;
  margin-bottom: 20px;
}

.search-plan .frame .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-plan .frame .items label {
  display: inline-block;
  margin-right: 20px;
}

.search-plan .frame a {
  width: 27vw;
  font-size: 1.6rem;
}

/* 横長バナー */
.bnr-long-landscape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b1b1b;
}

.bnr-long-landscape .image {
  width: 62%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.bnr-long-landscape .image img {
  height: auto;
  width: 100%;
  max-width: none;
  position: absolute;
  margin: auto;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
}

.bnr-long-landscape .image img.aspect-small {
  min-width: 100%;
  height: 100%;
  width: auto;
}

.bnr-long-landscape .info {
  color: #fff;
  padding: 40px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bnr-long-landscape .info h2 {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  padding: 0;
  background: none;
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: normal;
}

.bnr-long-landscape .info h2 .title-sub {
  display: block;
  font-size: 1.5rem;
}

.bnr-long-landscape .info h3 {
  margin-bottom: 10px;
}

.bnr-long-landscape .info p {
  font-size: 1.5rem;
  line-height: 1.6;
}

.bnr-long-landscape .info button,
.bnr-long-landscape .info a {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #16174e;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  margin-top: 20px;
  text-decoration: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 1.4rem;
}

.bnr-long-landscape .info button:hover,
.bnr-long-landscape .info a:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 10px 3px #ddd;
  box-shadow: 0px 0px 10px 3px #ddd;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.bnr-long-landscape .info button:after,
.bnr-long-landscape .info a:after {
  content: "";
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: 27%;
}

.bnr-long-landscape.bnr-brown {
  background-color: #8e8352;
  text-decoration: none;
}

.bnr-long-landscape.bnr-brown-light {
  background-color: #f4f2ea;
  text-decoration: none;
}

.bnr-long-landscape.bnr-brown-light h2,
.bnr-long-landscape.bnr-brown-light h3,
.bnr-long-landscape.bnr-brown-light p {
  color: #16174e;
}

.bnr-long-landscape.bnr-brown-light button,
.bnr-long-landscape.bnr-brown-light a {
  background-color: #16174e;
  color: #fff;
}

.bnr-long-landscape.bnr-navy {
  background-color: #16174e;
  text-decoration: none;
}

.bnr-long-landscape.bnr-image-half .image {
  width: 50%;
}

.bnr-long-landscape.no-link h3 {
  color: #876f19;
  font-size: 1.8rem;
  line-height: 1.4;
}

.bnr-long-landscape.no-link h3 .title-sub {
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
  padding: 5px 0 10px;
  border-bottom: 1px solid #8e8352;
}

.bnr-long-landscape.no-link .desc {
  color: #555;
  margin-top: 20px;
}

.bnr-long-landscape.no-link .desc h4 {
  color: #876f19;
  font-size: 1.6rem;
}

.bnr-long-landscape.no-link .desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bnr-long-landscape.no-link .desc dl dt {
  width: 20%;
}

.bnr-long-landscape.no-link .desc dl dd {
  width: 80%;
  line-height: 1.4;
  margin-bottom: 10px;
}

.bnr-long-landscape.no-link .desc dl dd a {
  display: inline;
  background-color: transparent;
  font-weight: normal;
  padding: 0;
  color: #555;
  text-decoration: underline;
}

.bnr-long-landscape.no-link .desc dl dd a:after {
  content: none;
}
.link-take-out-sweets-online-wrap {
  display: flex;
  justify-content: space-between;
}
.link-take-out-sweets-online-wrap .banner_wrap {
  width: 49%;
}
/* .link-take-out-sweets-online-wrap .banner_wrap:first-child {
  pointer-events: none;
  
} */
.link-take-out-sweets-online-wrap a {
  position: relative;
  display: inline-block;
}
.link-take-out-sweets-online-wrap a img {
  width: 100%;
}
.link-take-out-sweets-online-wrap .title {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline-block;
  padding: 5px 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .link-take-out-sweets-online-wrap {
    display: block;
    justify-content: space-between;
  }
  .link-take-out-sweets-online-wrap .banner_wrap {
    margin-bottom: 50px;
    width: 100%;
  }
  .link-take-out-sweets-online-wrap a {
    display: block;
  }
}
.link-take-out-sweets .title-sub {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.link-take-out-sweets .note {
  display: none;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .bnr-long-landscape {
    display: block;
  }
  .bnr-long-landscape .image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .bnr-long-landscape .image img.size-over {
    height: 100%;
    width: auto;
  }
  .bnr-long-landscape .info {
    padding: 20px;
  }
  .bnr-long-landscape .info h2 {
    font-size: 1.8rem;
  }
  .bnr-long-landscape .info h3 {
    font-size: 1.4rem;
  }
  .bnr-long-landscape .info p {
    font-size: 1.3rem;
  }
  .bnr-long-landscape .info a {
    padding: 5px;
  }
  .bnr-long-landscape.bnr-image-half .image {
    width: 100%;
  }
  .bnr-long-landscape-2 .image {
    width: 100%;
    padding-bottom: 39%;
  }
  .bnr-long-landscape.no-link h3 {
    font-size: 1.6rem;
  }
  .bnr-long-landscape.no-link .desc dl dt,
  .bnr-long-landscape.no-link .desc dl dd {
    width: 100%;
    font-size: 1.2rem;
  }
  .bnr-long-landscape.no-link .desc dl dt {
    font-size: 1.3rem;
    border-bottom: 1px solid #8e8352;
    margin-bottom: 5px;
  }
  .bnr-long-landscape.no-link .desc dl dd {
    margin-bottom: 20px;
  }
}

/* リンクバナー大 */
.link-big-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-big-banner .item {
  width: 48%;
}

.link-big-banner .item:hover {
  -webkit-box-shadow: 0px 0px 10px 3px #ddd;
  box-shadow: 0px 0px 10px 3px #ddd;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.link-big-banner .item .frame {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 2px solid #8e8352;
  position: relative;
}

.link-big-banner .item .frame-triangle:after {
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #16174e transparent;
  right: 10px;
  bottom: 10px;
}

.link-big-banner .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none !important;
}

.link-big-banner .item .image {
  width: 60%;
  margin-right: 3%;
}

.link-big-banner .item .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}

.link-big-banner .item .title h3 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .link-big-banner .item .title h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .link-big-banner {
    display: block;
  }
  .link-big-banner .item {
    width: 100%;
    margin-bottom: 20px;
    /*.photo{
                padding-bottom: 70%;
            }*/
  }
  .link-big-banner .item .frame {
    padding: 5px;
  }
  .link-big-banner .item .frame-triangle:after {
    right: 5px;
    bottom: 5px;
  }
  .link-big-banner .item .image {
    width: 60%;
  }
  .link-big-banner .item .title h3 {
    font-size: 1.3rem;
  }
  .link-big-banner .item .title-sub {
    font-size: 1.1rem;
  }
}

.link-OHM-banner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
  border: 1px solid #c9c9c9;
  text-decoration: none;
}

.link-OHM-banner .item .image {
  width: 42%;
}

.link-OHM-banner .item .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
}

.link-OHM-banner .item .info h3 {
  color: #555555;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.link-OHM-banner .item .info .link {
  display: block;
  width: 100%;
  background-color: #535353;
  color: #fff;
  padding: 10px;
}

.link-OHM-banner .item .info .link:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .link-OHM-banner .item .info h3 {
    font-size: 1.8vw;
  }
  .link-OHM-banner .item .info .link {
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .link-OHM-banner .item {
    display: block;
  }
  .link-OHM-banner .item .image {
    width: 100%;
  }
  .link-OHM-banner .item .info {
    width: 100%;
    padding: 10px;
  }
  .link-OHM-banner .item .info h3 {
    font-size: 1.5rem;
  }
  .link-OHM-banner .item .info .link {
    padding: 5px 10px;
  }
}

/* 予約インフォーメーション */
.info-reservation-common {
  text-align: center;
  background-color: #f4f2ea;
  border: 1px solid #8e8352;
  padding: 50px 100px;
  -webkit-box-shadow: 0px 0px 6px 2px #eee;
  box-shadow: 0px 0px 6px 2px #eee;
}

.info-reservation-common h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #8e8352;
  margin-bottom: 20px;
}

.info-reservation-common p {
  color: #333;
  margin-bottom: 20px;
}

.info-reservation-common h4 {
  font-size: 1.6rem;
  color: #8e8352;
  margin-bottom: 10px;
}

.info-reservation-common .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.info-reservation-common .item .col {
  width: 50%;
  padding: 5px 20px;
}

.info-reservation-common .item .col a {
  display: block;
  margin: 0 auto;
  padding: 15px 10px;
  text-align: center;
  width: 80%;
  background-color: #fff;
  color: #16174e;
  line-height: 1;
  border-radius: 5px;
  text-decoration: none !important;
}

.info-reservation-common .item .col a.tel {
  font-size: 2rem;
}

.info-reservation-common .item .col a.tel:before {
  content: "\f095";
  font-family: "FontAwesome";
  padding-right: 8px;
}

.info-reservation-common .item .col:first-child {
  padding-left: 0;
  border-right: 1px solid #8e8352;
}

.info-reservation-common .item .col:last-child {
  padding-right: 0;
}

.info-reservation-common .item .col:last-child a:not(.tel) {
  background-color: #8e8352;
  color: #fff;
  padding: 20px 0;
}

.info-reservation-common .item .col.btn-tel a {
  background-color: #fff;
  color: #16174e;
  font-size: 2rem;
}

.info-reservation-common .item .col.btn-tel a:before {
  content: "\f095";
  font-family: "FontAwesome";
  padding-right: 8px;
}

.info-reservation-common .item .col.border-none {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .info-reservation-common {
    width: 90%;
    padding: 8vw 5vw;
  }
  .info-reservation-common h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .info-reservation-common h4 {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: normal;
    margin-bottom: 10px;
  }
  .info-reservation-common p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .info-reservation-common .item {
    display: block;
    margin-top: 10px;
  }
  .info-reservation-common .item .col {
    width: 100%;
    padding: 0;
  }
  .info-reservation-common .item .col:first-child {
    border-right: none;
    margin-bottom: 30px;
  }
  .info-reservation-common .item .col:last-child a {
    padding: 10px;
  }
  .info-reservation-common .item .col a {
    width: 100%;
    padding: 10px 10px;
  }
}

.page-contents .info-reservation-restaurant {
  padding: 4vw;
}

.page-contents .info-reservation-restaurant h4 {
  color: #16174e;
  margin-bottom: 20px;
}

.page-contents .info-reservation-restaurant .item .col {
  border-right: none;
}

.page-contents .info-reservation-restaurant .item .col .frame a {
  padding: 0 0 10px;
}

.page-contents .info-reservation-restaurant .item .col a:not(.tel) {
  padding: 15px 5px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #8e8352;
}

.page-contents .info-reservation-restaurant .item .col a:not(.tel):before {
  content: "";
}

.page-contents .info-reservation-restaurant .btn-half {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-contents .info-reservation-restaurant .btn-half a {
  margin: 0 0 10px;
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .page-contents .info-reservation-restaurant .btn-half {
    display: block;
  }
  .page-contents .info-reservation-restaurant .btn-half a {
    width: 100%;
  }
}

.info-reservation-common.info-reservation-wedding .item .col:first-child a {
  width: 100%;
  margin-bottom: 10px;
}

.info-reservation-common.info-reservation-wedding .item .col:last-child .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-reservation-common.info-reservation-wedding .item .col:last-child .links a {
  width: 48%;
  margin-bottom: 10px;
  padding: 15px;
}

.info-reservation-other .btn-common a {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .info-reservation-other .btn-common a {
    width: 100%;
  }
}

/* 詳細ページ */
.detail-header h3 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #564a29;
}

.detail-header.center h3,
.detail-header.center .desc {
  text-align: center;
}

.detail-header .desc {
  margin-bottom: 40px;
}

.detail-header .desc p {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .detail-header h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .detail-header .desc {
    margin-bottom: 20px;
  }
  .detail-header .desc p {
    font-size: 1.3rem;
  }
}

/* 詳細ページ　おすすめ */
.recommended-main {
  background-color: #f4f2ea;
  padding: 30px 0;
}

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

.recommended-main .items .col {
  width: 45%;
  position: relative;
}

.recommended-main .items .col:last-child {
  width: 52%;
}

.recommended-main h2 {
  margin-bottom: 20px !important;
}

.recommended-main h3 {
  font-size: 1.8rem;
  color: #16174e;
  margin-bottom: 10px;
  line-height: 1.4;
}

.recommended-main .photo {
  height: 100%;
}

.recommended-main .desc p {
  line-height: 1.4;
  margin-bottom: 30px;
}

.recommended-main .btn-common a {
  background-color: #535353;
  color: #fff;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .recommended-main .items {
    display: block;
  }
  .recommended-main .items .col {
    width: 100%;
  }
  .recommended-main .items .col:first-child {
    margin-bottom: 20px;
  }
  .recommended-main .items .col:last-child {
    width: 100%;
  }
  .recommended-main h3 {
    font-size: 1.5rem;
  }
}

.relational-links ul {
  padding-left: 0;
}

.relational-links li {
  line-height: 1.6;
  margin-bottom: 10px;
}

.relational-links li:last-child {
  margin-bottom: 0;
}

.plan-detail .special-gift {
  margin-bottom: 60px;
  border: 1px solid #8e8352;
  background-color: #f4f2ea;
  padding: 1vw 2vw;
}

.plan-detail .special-gift h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #564a29;
}

.plan-detail .special-gift h4 {
  font-size: 1.5rem;
}

.plan-detail table th {
  width: 20%;
  padding: 20px 20px;
}

.plan-detail table td {
  width: 80%;
  padding: 20px 20px;
}

.plan-detail table p {
  margin-bottom: 20px;
}

.plan-detail table h4,
.plan-detail table h3 {
  font-size: 1.5rem;
  color: #876f19;
  margin-bottom: 10px;
  line-height: 1.4;
}

.plan-detail table h4 {
  color: #16174e;
}

.plan-detail table .note {
  font-size: 1.3rem;
  line-height: 1.4;
}

.plan-detail table a {
  text-decoration: underline;
}

.plan-detail .caption {
  color: #876f19;
  text-align: center;
}

.youtube {
  width: 90%;
  height: 0;
  margin: 0 auto 60px;
  padding-bottom: 56.25%;
  position: relative;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

@media only screen and (max-width: 767px) {
  .youtube {
    width: 100%;
    margin-bottom: 30px;
  }
}

.content-cuisine .desc {
  text-align: center;
}

.content-cuisine .info {
  margin-top: 30px;
}

.plan-detail-additional .col {
  border: 1px solid #8e8352;
}

.plan-detail-additional .col.no-frame {
  border: none;
}

.plan-detail-additional .col h3 {
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px;
  background-color: #8e8352;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.plan-detail-additional .col .desc {
  padding: 20px;
}

.plan-detail-additional .col table th {
  background-color: #8e8352;
  color: #fff;
  border-bottom: 1px solid #f4f2ea;
  padding: 20px;
}

.plan-detail-additional .col table td {
  padding: 20px;
  border-bottom: 1px solid #8e8352;
}

.plan-detail-additional .col table tr:last-child th,
.plan-detail-additional .col table tr:last-child td {
  border-color: #8e8352;
}

@media only screen and (max-width: 767px) {
  .plan-detail {
    margin-bottom: 30px !important;
  }
  .plan-detail .desc {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .plan-detail .special-gift {
    padding: 20px;
  }
  .plan-detail .special-gift h3 {
    font-size: 1.4rem;
  }
  .plan-detail .special-gift h4 {
    font-size: 1.2rem;
  }
  .plan-detail .special-gift p {
    font-size: 1.2rem;
  }
  .plan-detail table {
    border-bottom: none;
  }
  .plan-detail table th {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .plan-detail table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .plan-detail table tr:last-child th,
  .plan-detail table tr:last-child td {
    border-bottom: 1px solid #8e8352;
  }
  .plan-detail-additional {
    display: block;
  }
  .plan-detail-additional .col {
    width: 100%;
  }
  .plan-detail-additional .col h3 {
    font-size: 1.4rem;
  }
  .plan-detail-additional .col .desc {
    padding: 10px;
  }
  .plan-detail-additional .col:first-child {
    margin-bottom: 30px;
  }
  .plan-detail-additional .col table td,
  .plan-detail-additional .col table th {
    padding: 5px;
    font-size: 1.2rem;
  }
}

/* news */
.common-news-info p.desc-main {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 40px;
}

.common-news-info p.desc-main a {
  color: #0069b6;
}

.common-news-info .info-item {
  margin-bottom: 60px;
}

.common-news-info .info-item:last-child {
  margin-bottom: 0;
}

.common-news-info .info-item.info-item-bg {
  background-color: #f4f2ea;
}

.common-news-info .info-item.info-item-bg .item {
  padding: 4vw;
}

.common-news-info .info-item.info-item-bg th {
  background-color: #fff;
}

.common-news-info .info-item.info-item-frame {
  border: 1px solid #8e8352;
}

.common-news-info .info-item.info-item-frame .item {
  padding: 4vw;
}

.common-news-info .info-item .item.photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.common-news-info .info-item .item.photos .col-photo {
  width: 35%;
  margin-right: 5%;
}

.common-news-info .info-item .item.photos .col-photo.right {
  margin-right: 0;
  margin-left: 5%;
}

.common-news-info .info-item .item.photos .col-text {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.common-news-info .info-item .item .text-main {
  margin-bottom: 40px;
}

.common-news-info .info-item .item .photo {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

.common-news-info .info-item .item .photo img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.common-news-info .info-item .item .row {
  margin-bottom: 40px;
}

.common-news-info .info-item .item .row:last-child {
  margin-bottom: 0;
}

.common-news-info .info-item .item .image {
  margin-bottom: 30px;
}

.common-news-info .info-item .item .image:last-child {
  margin-bottom: 0;
}

.common-news-info .info-item .item .caption {
  text-align: center;
}

.common-news-info .info-item h3 {
  color: #876f19;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #8e8352;
  margin-bottom: 20px;
}

.common-news-info .info-item h3.border-none {
  border: none;
  padding-bottom: 0;
}

.common-news-info .info-item h4 {
  font-size: 1.5rem;
  color: #876f19;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .common-news-info p.desc-main {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 30px;
  }
  .common-news-info .info-item .item h3 {
    font-size: 1.5rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .common-news-info .info-item .item h4 {
    font-size: 1.4rem;
  }
  .common-news-info .info-item .item.photos {
    display: block;
  }
  .common-news-info .info-item .item.photos .col-photo {
    width: 100%;
    margin: 0 0 20px;
  }
  .common-news-info .info-item .item.photos .col-photo.right {
    margin: 20px 0 0;
  }
  .common-news-info .info-item.info-item-bg .item {
    padding: 6vw 4vw;
  }
  .common-news-info .info-item.info-item-frame .item {
    padding: 6vw 4vw;
  }
}

/* faq */
.listing-faq .row {
  margin-bottom: 30px;
  background-color: #f4f2ea;
  padding: 20px;
  border-radius: 5px;
}

.listing-faq .row.expand .question:after {
  content: "";
}

.listing-faq .row .qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.listing-faq .row h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 0;
}

.listing-faq .row span:first-child {
  font-size: 2.4rem;
  color: #8e8352;
  width: 40px;
  font-weight: bold;
}

.listing-faq .row .text {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.listing-faq .row p {
  line-height: 1.6;
  margin-bottom: 10px;
}

.listing-faq .row p:last-child {
  margin-bottom: 0;
}

.listing-faq .row .question {
  position: relative;
  cursor: pointer;
}

.listing-faq .row .question:after {
  position: absolute;
  top: 0;
  right: 10px;
  content: "";
  font-family: "FontAwesome";
  font-size: 2.4rem;
  color: #8e8352;
}

.listing-faq .row .answer {
  font-size: 1.6rem;
  line-height: 1.4;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted #c0c0bb;
}

.listing-faq .row .answer ul li {
  display: inline-block;
  line-height: 1.4;
  margin: 0 10px 5px 0;
}

.listing-faq .row .answer ul li:before {
  content: "";
  font-family: "FontAwesome";
  padding-right: 5px;
}

.listing-faq .row a {
  color: #16174e;
  text-decoration: underline;
}

.links-category {
  border: 1px solid #8e8352;
  padding: 20px 5vw 10px;
}

.links-category.frame-none {
  border: none;
  padding: 0;
}

.links-category.frame-none ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.links-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.links-category ul li {
  margin: 0 10px 10px;
  color: #16174e;
}

.links-category ul li:first-child {
  margin-left: 0;
}

.links-category ul li:last-child {
  margin-right: 0;
}

.links-category ul li:before {
  content: "\f13a";
  font-family: "FontAwesome";
  padding-right: 5px;
}

.links-category ul li.current {
  color: #876f19;
}

.links-category ul li.current:before {
  color: #16174e;
}

.links-category ul li.current a {
  text-decoration: underline;
}

.links-category ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .listing-faq .row {
    padding: 10px;
  }
  .listing-faq .row h3 {
    font-size: 1.3rem;
  }
  .listing-faq .row .text {
    margin-right: 20px;
  }
  .listing-faq .row .question:after {
    font-size: 2rem;
    right: 0;
    top: 3px;
  }
  .listing-faq .row .answer {
    font-size: 1.2rem;
  }
}

/* pagination */
.pagination {
  text-align: center;
  margin: 40px 0;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 7px;
  padding: 5px 10px;
  line-height: 1;
  text-decoration: none;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background-color: #8e8352;
  color: #fff;
}

.pagination a {
  text-decoration: none;
}

.pagination .prev,
.pagination .next {
  border: 1px solid #ffffff;
  margin: 0;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: #ffffff;
  color: #000000;
}

.pagination .fa {
  font-size: 167%;
  line-height: 1;
  vertical-align: middle;
}

/* 

 page_pages.css
 

*/
/* -----------------------------------------------------------------
HOME : ホームページ
----------------------------------------------------------------- */
.home .home-main-banners .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.home .home-main-banners .items .item {
  width: 32%;
  margin-right: 2%;
  margin-top: 30px;
}

.home .home-main-banners .items .item:nth-child(1),
.home .home-main-banners .items .item:nth-child(2),
.home .home-main-banners .items .item:nth-child(3) {
  margin-top: 0;
}

.home .home-main-banners .items .item:nth-child(3n) {
  margin-right: 0;
}

.home .home-main-banners a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 42.69%;
  overflow: hidden;
  position: relative;
}

.home .home-main-banners a img {
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  max-width: none;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .home .home-main-banners .items {
    display: block;
  }
  .home .home-main-banners .items .item {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .home .home-main-banners .items .item:last-child {
    margin-bottom: 0;
  }
  .home .home-main-banners a {
    height: auto;
    padding-bottom: 0;
  }
  .home .home-main-banners a img {
    position: relative;
    top: 0;
    left: 0;
  }
}

/* -----------------------------------------------------------------
観光ガイド
----------------------------------------------------------------- */
.links-guide .item .info h3 {
  line-height: 1.4;
  margin-bottom: 10px;
}

.links-guide .ui-tabs .ui-tabs-panel {
  padding-bottom: 0;
}

/* -----------------------------------------------------------------
Instagramギャラリー
----------------------------------------------------------------- */
.header-instagram .page-main {
  padding: 30px;
  text-align: center;
  border: 1px solid #8e8352;
}

.header-instagram .page-main .icon {
  font-size: 3rem;
  line-height: 1;
}

.header-instagram .page-main .desc {
  margin-top: 20px;
}

.gallery #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  width: 31.3%;
  margin: 0 3% 40px 0 !important;
  position: relative;
}

.gallery #sb_instagram.sbi_col_3 #sbi_images .sbi_item:nth-child(3n) {
  margin-right: 0 !important;
}

.gallery #sb_instagram .sbi_hover_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2vw !important;
  position: relative;
}

.gallery #sb_instagram a {
  opacity: 1;
}

.gallery #sb_instagram .sbi_item:hover .sbi_link {
  visibility: visible;
  background: rgba(0, 0, 0, 0.5) !important;
}

.gallery #sb_instagram .sbi_caption {
  display: inline-block !important;
  line-height: 1.8 !important;
  font-size: 1.4rem;
}

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

.btn-readmore button {
  background: none;
  border: none;
  color: #fff;
  background-color: #434343;
  cursor: pointer;
  width: 30%;
  border-radius: 30px;
  font-size: 1.5rem;
  padding: 10px 30px;
  letter-spacing: 0.1em;
}

.btn-readmore button:hover {
  opacity: 0.8;
}

.btn-readmore button:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 8px;
}

.listing-agreement {
  margin-bottom: 120px;
  padding: 0 30px;
  font-size: 1.5rem;
}

.listing-agreement p {
  margin-bottom: 30px !important;
}

.listing-agreement .detail-header {
  margin-bottom: 60px;
}

.listing-agreement ol {
  margin-bottom: 30px;
}

.listing-agreement ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
  line-height: 1.6;
}

.listing-agreement ol ol {
  margin: 10px 20px 20px;
}

.listing-agreement ol.iroha li {
  list-style-type: katakana-iroha;
}

.listing-agreement ol.lower-alpha li {
  list-style-type: lower-alpha;
}

.listing-agreement .note {
  font-size: 1.3rem;
  line-height: 1.6;
}

.listing-agreement .note p {
  margin-bottom: 0 !important;
}

.listing-agreement table {
  border-left: 1px solid #8e8352;
}

.listing-agreement table th,
.listing-agreement table td {
  border-right: 1px solid #8e8352;
}

.listing-agreement table .td-center td {
  text-align: center;
}

.listing-agreement table .center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sbi_lb-image-wrap {
    overflow: hidden;
  }
  .sbi_lb-data .sbi_lb-close {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .listing-agreement {
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .listing-agreement ol {
    padding-left: 1em;
  }
  .listing-agreement ol ol {
    margin: 10px 0 20px;
  }
}

/* JAL クーポン */
.coupon-attention .desc {
  margin-bottom: 40px !important;
}

.coupon-attention .frame {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #8e8352;
  padding: 2vw;
  text-align: center;
}

/* 採用情報 */
.recruit .flex-2col .col {
  width: 44%;
  margin-right: 6%;
}

.recruit .frame-info {
  border: 1px solid #8e8352;
  padding: 2vw 4vw;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.listing-recruit h3 {
  font-size: 2rem;
  font-weight: normal;
  background-image: url(/images/common/bg_h2_left.png);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  padding-left: 20px;
}

.listing-recruit .item {
  margin-bottom: 80px;
}

.listing-recruit .item .entry-link {
  text-align: right;
}

.listing-recruit .item .title {
  background-color: #8e8352;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 5px 20px;
  margin-bottom: 0;
}

.listing-recruit .item table thead {
  border-bottom: 1px solid #8e8352;
}

.listing-recruit .item table th {
  width: 20%;
}

.listing-recruit .item table td {
  width: 80%;
}

.listing-recruit .item .disable {
  display: inline-block;
  padding: 10px 20px;
  background-color: #efefef;
}

@media only screen and (max-width: 767px) {
  .recruit .flex-2col {
    display: block;
  }
  .recruit .flex-2col .col {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* 客室*/
@media only screen and (max-width: 767px) {
  .room-plan {
    display: block;
  }
  .room-plan .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .room-plan .image {
    text-align: center;
  }
}

/* 滞在時のサービス */
.page.parent-stay.service .content-exective .flex-3col .col:nth-child(1),
.page.parent-stay.service .content-exective .flex-3col .col:nth-child(2) {
  width: 28%;
}

.page.parent-stay.service .content-exective .flex-3col .col:last-child {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.page.parent-stay.service .content-rental ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page.parent-stay.service .content-rental ul li {
  margin-right: 40px;
}

.page.parent-stay.service .content-rental ul li:last-child {
  margin-right: 0;
}

.page.parent-stay.service .content-rental .info-item:nth-of-type(2) ul li {
  width: 22%;
  margin-right: 1%;
}

.page.parent-stay.service .content-rental .info-item:nth-of-type(2) ul li:nth-child(4n) {
  margin-right: 0;
}

.page.parent-stay.service .content-rental .info-item:nth-of-type(2) .small {
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .page.parent-stay.service .content-rental ul {
    display: block;
  }
  .page.parent-stay.service .content-rental ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

/* -----------------------------------------------------------------
ダイアログ
----------------------------------------------------------------- */
/* dialog */
.dialog-show {
  cursor: pointer;
}

.base-dialog {
  display: none;
}

.ui-dialog .base-dialog.ui-dialog-content {
  display: none;
  position: relative;
  padding: 30px 30px 20px;
  background-color: #fff;
  border-radius: 5px;
}

body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
}

body .ui-dialog .ui-widget-header {
  border: none;
}

body .ui-dialog .ui-dialog-title {
  display: none;
}

body .ui-dialog .ui-widget.ui-widget-content {
  background: none;
  border: none;
  z-index: 10000;
}

body .ui-widget-overlay {
  background: #000;
  opacity: 0.7;
}

/* states and images */
body .ui-icon {
  width: 20px;
  height: 20px;
  text-indent: 0;
}

body .ui-icon,
body .ui-widget-content .ui-icon {
  background-image: none;
}

body .ui-widget-header .ui-icon {
  background-image: none;
}

body .ui-state-hover .ui-icon,
body .ui-state-focus .ui-icon,
body .ui-button:hover .ui-icon,
body .ui-button:focus .ui-icon {
  background-image: none;
}

body .ui-state-active .ui-icon,
body .ui-button:active .ui-icon {
  background-image: none;
}

body .ui-state-highlight .ui-icon,
body .ui-button .ui-state-highlight.ui-icon {
  background-image: none;
}

body .ui-state-error .ui-icon,
body .ui-state-error-text .ui-icon {
  background-image: none;
}

body .ui-button .ui-icon {
  background-image: none;
}

/* custom icon */
body .ui-button .ui-icon {
  background-image: none;
  top: -5px;
  right: -5px;
  left: auto;
  margin-top: 0;
  margin-left: 0;
}

body .ui-dialog .ui-dialog-titlebar-close {
  margin: 0;
  padding: 0;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  z-index: 100;
  border: none;
  background-color: transparent;
}

body .ui-dialog .ui-dialog-titlebar-close .ui-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

body .ui-dialog .ui-dialog-titlebar-close:focus {
  outline: none;
}

body .ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 0.8;
}

body .ui-dialog .ui-icon-closethick:before {
  display: block;
  width: 30px;
  height: 30px;
  content: "✕";
  font-size: 20px;
  z-index: 100;
  color: #333;
}

/* カレンダー */
body .ui-datepicker .ui-widget-header .ui-icon {
  display: inline-block;
  width: auto;
  text-indent: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.ui-datepicker .ui-datepicker-next {
  right: 10px;
  text-align: right;
  font-size: 2rem;
  line-height: 1;
}

.ui-datepicker .ui-datepicker-prev {
  left: 10px;
  font-size: 2rem;
  line-height: 1;
}

.ui-datepicker .ui-corner-all {
  border: none !important;
  background: none !important;
  font-weight: bold !important;
}

.ui-datepicker-title {
  font-weight: bold;
  color: #16174e;
}

.ui-datepicker-calendar {
  border: none;
}

.ui-datepicker th {
  padding: 0.5em;
  font-size: 1.2rem;
  font-weight: normal;
}

.ui-datepicker td {
  padding: 0;
}

.ui-datepicker td a {
  padding: 0.4em;
}

.ui-datepicker .ui-state-default {
  border: none;
  text-align: center;
  cursor: pointer;
}

.ui-datepicker td.ui-datepicker-today a {
  background-color: #f4f2ea;
}

.ui-datepicker td.ui-datepicker-current-day .ui-state-active {
  background-color: #8e8352;
  color: #fff;
}

/* -----------------------------------------------------------------
OHM
----------------------------------------------------------------- */
.page.oneharmony .card-01 {
  color: #7b4e0a;
}

.page.oneharmony .card-02 {
  color: #5f7743;
}

.page.oneharmony .card-03 {
  color: #74739f;
}

.page.oneharmony .bg-card tr td:nth-of-type(1) {
  background-color: #faecd9;
}

.page.oneharmony .bg-card tr td:nth-of-type(2) {
  background-color: #e2efd7;
}

.page.oneharmony .bg-card tr td:nth-of-type(3) {
  background-color: #eae7fc;
}

.page.oneharmony .bg-card tr td.white {
  background-color: #fff;
}

.page.oneharmony .content-about tr:first-child td {
  padding: 0;
  text-align: center;
}

.page.oneharmony .content-about .listing-3col .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  border-left: 1px solid #8e8352;
  padding: 20px;
}

.page.oneharmony .content-about .listing-3col .item:first-child {
  border-left: none;
}

.page.oneharmony table.td-center td {
  text-align: center;
}

.page.oneharmony table .image {
  margin-bottom: 20px;
}

.page.oneharmony table h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.page.oneharmony table th {
  width: 15%;
}

.page.oneharmony table td,
.page.oneharmony table p {
  line-height: 1.4;
  font-size: 1.3rem;
}

.page.oneharmony .common-news-info .flex-2col .col {
  width: 60%;
}

.page.oneharmony .common-news-info .flex-2col .col:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page.oneharmony .common-news-info .flex-2col .col-left td {
  padding: 10px 5px;
}

.page.oneharmony .common-news-info .flex-2col .col-left td h3 {
  font-size: 1.1rem;
}

.page.oneharmony .common-news-info td {
  width: auto;
  font-size: 1.2rem;
  padding: 10px;
}

.page.oneharmony .common-news-info td.large {
  font-size: 1.6rem;
}

.page.oneharmony .common-news-info td .image {
  margin-bottom: 5px;
}

.page.oneharmony .common-news-info td h3 {
  letter-spacing: normal;
  font-family: inherit;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page.oneharmony .common-news-info th {
  width: 43%;
  font-size: 1.2rem;
  padding: 10px;
}

.page.oneharmony .fa {
  color: #8e8352;
  padding-left: 3px;
}

.page.oneharmony .note-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page.oneharmony .note-icons div {
  font-size: 1.3rem;
  margin: 0 20px;
}

.page.oneharmony .td-restaurant td {
  background-color: #faecd9;
  color: #b90c00;
  width: 10%;
}

.page.oneharmony .items-photo-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.page.oneharmony .items-photo-4 .col {
  width: 21.2%;
  margin-left: 5%;
  text-align: center;
}

.page.oneharmony .items-photo-4 .col:first-child {
  margin-left: 0;
}

.page.oneharmony .items-photo-4 .col .photo {
  margin-bottom: 10px;
}

.page.oneharmony .items-photo-4 .col h5 {
  font-size: 1.4rem;
  color: #876f19;
  letter-spacing: normal;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1;
}

.page.oneharmony #link-1 th {
  width: 20%;
}

.page.oneharmony #link-5-1 .col-left,
.page.oneharmony #link-5-2 .col-left {
  width: 40%;
}

.page.oneharmony #link-5-1 .col-right th,
.page.oneharmony #link-5-2 .col-right th {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .page.oneharmony .content-about .listing-3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page.oneharmony .content-about .listing-3col .item {
    padding: 10px;
  }
  .page.oneharmony .content-about table th,
  .page.oneharmony .content-about table td {
    padding: 10px;
  }
  .page.oneharmony .content-about table .image {
    margin-bottom: 10px;
  }
  .page.oneharmony .content-about table h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .page.oneharmony .content-about table td,
  .page.oneharmony .content-about table p {
    font-size: 1.2rem;
  }
  .page.oneharmony .common-news-info th {
    width: 30%;
  }
  .page.oneharmony .common-news-info td {
    width: auto;
    padding: 10px 5px;
  }
  .page.oneharmony .common-news-info td h3 {
    font-size: 1.3rem;
  }
  .page.oneharmony .items-photo-4 {
    display: block;
  }
  .page.oneharmony .items-photo-4 .col {
    width: 100%;
    margin: 0 0 30px;
  }
  .page.oneharmony #link-5-1 .col-left,
  .page.oneharmony #link-5-2 .col-left {
    width: 100%;
  }
  .page.oneharmony #link-5-1 .col-right th,
  .page.oneharmony #link-5-2 .col-right th {
    width: auto;
  }
  .page.oneharmony #link-5-1 .col-right td,
  .page.oneharmony #link-5-2 .col-right td {
    width: 30%;
  }
}

/* -----------------------------------------------------------------
    アクセス
----------------------------------------------------------------- */
.content-google-map {
  width: 100%;
  height: 0;
  padding-bottom: 35.7%;
  overflow: hidden;
  position: relative;
}

.content-google-map iframe {
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .content-google-map {
    padding-bottom: 56.25%;
  }
}

.page.access .content-access .col-left {
  width: 50%;
  margin-right: 5%;
}

.page.access .content-access .col-right {
  width: 45%;
}

.page.access .route-map .col {
  margin-top: 60px;
}

.page.access .route-map .col:nth-child(1),
.page.access .route-map .col:nth-child(2) {
  margin-top: 0;
}

.page.access .route-map .col .caption {
  font-weight: normal;
}

.page.access .ui-tabs .ui-tabs-panel {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page.parent-access.access .btn-left {
    text-align: center;
  }
}

/* -----------------------------------------------------------------
館内のご案内
----------------------------------------------------------------- */
.page.parent-hotelinfo .link-topics .item {
  padding-bottom: 0;
}

.page.parent-hotelinfo .link-topics .item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: auto;
}

.page.parent-hotelinfo .listing-plan-venue .item .info h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: normal;
}

.page.parent-hotelinfo .listing-plan-venue .item .info h3 .small {
  font-size: 1.2rem;
}

.page.parent-hotelinfo .listing-plan-venue .item .info h3 .floor {
  margin-right: 5px;
  background-color: #8e8352;
  color: #fff;
  padding: 4px 8px;
  line-height: 1;
  font-size: 1.2rem;
  font-family: "Ariel";
}

.page.parent-hotelinfo .listing-plan-venue .item .info table {
  margin-bottom: 10px;
}

.page.parent-hotelinfo .listing-plan-venue .item .info table th {
  width: 30%;
}

.page.parent-hotelinfo .listing-plan-venue .item .info table td {
  width: 70%;
}

.page.parent-hotelinfo .listing-plan-venue .item .info p {
  padding: 0 5px;
}

.page.parent-hotelinfo .listing-plan-venue .item a {
  color: #0069b6;
  text-decoration: underline;
}

.page.parent-hotelinfo .content-floor-map table {
  border-right: 1px solid #8e8352;
}

.page.parent-hotelinfo .content-floor-map tbody tr th {
  background-color: #8e8352;
  color: #fff;
  border-bottom-color: #fff;
  width: 25%;
  font-size: 1.4rem;
}

.page.parent-hotelinfo .content-floor-map tbody tr:last-child th {
  border-bottom-color: #8e8352;
}

.page.parent-hotelinfo .content-floor-map tbody:first-child th {
  border-bottom-color: #8e8352;
}

.page.parent-hotelinfo .content-floor-map tbody td {
  width: auto;
  font-family: "Ariel";
  font-size: 1.3rem;
}

.page.parent-hotelinfo .content-floor-map tbody td:nth-of-type(1) {
  background-color: #f4f2ea;
  color: #876f19;
  text-align: center;
}

.page.parent-hotelinfo .content-floor-map tbody td:nth-of-type(2) {
  width: 68%;
}

.page.parent-hotelinfo .content-floor-map tbody.floor th {
  background-color: #f4f2ea;
  color: #876f19;
  text-align: center;
  border-top: 1px solid #8e8352 !important;
  border-bottom: 1px solid #8e8352;
  font-family: "Ariel";
}

.page.parent-hotelinfo .content-floor-map tbody a {
  color: #0069b6;
}

.page.parent-hotelinfo .content-floor-map tbody .mark-smoke td:last-child {
  position: relative;
}

.page.parent-hotelinfo .content-floor-map tbody .mark-smoke td:last-child:after {
  content: "喫煙ブース";
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  color: #e30c0c;
  border: 1px solid #e30c0c;
  border-radius: 5px;
  font-size: 1.2rem;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  right: 10px;
}

.page.parent-hotelinfo .listing-tenant table td {
  width: auto;
}

.page.parent-hotelinfo .listing-tenant table td:nth-child(1) {
  width: 25%;
}

.page.parent-hotelinfo .listing-tenant table td:nth-child(2) {
  background-color: #f4f2ea;
}

.page.parent-hotelinfo .listing-tenant .image {
  text-align: center;
}

.page.parent-hotelinfo .listing-tenant .image img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .page.parent-hotelinfo .content-floor-map tbody tr th,
  .page.parent-hotelinfo .content-floor-map tbody tr td {
    padding: 3px 5px;
    font-size: 1.2rem;
  }
  .page.parent-hotelinfo .content-floor-map tbody tr th {
    line-height: 1.2;
  }
  .page.parent-hotelinfo .content-floor-map tbody td:nth-of-type(1) {
    width: 40px;
  }
  .page.parent-hotelinfo .content-floor-map tbody .mark-smoke td:last-child:after {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    display: inline-block;
    width: auto;
    margin: 10px auto 10px 0;
  }
  .page.parent-hotelinfo .listing-tenant table th {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .page.parent-hotelinfo .listing-tenant table td {
    display: block;
    width: 100% !important;
    padding: 20px 10px;
  }
  .page.parent-hotelinfo .listing-tenant table tr td:nth-child(1),
  .page.parent-hotelinfo .listing-tenant table tr td:nth-child(2) {
    border-bottom: none;
  }
}

/* 宴会規約 */
.page.parent-banquet.terms .cancellation th {
  width: 20%;
}

.page.parent-banquet.terms .cancellation td {
  width: auto;
}

/* レストラン ホテルギフト */
.page.hotel-sweets .links-content .photo {
  margin-bottom: 10px;
}

.page.hotel-sweets .links-content h3 {
  font-size: 1.8rem;
}

/* -----------------------------------------------------------------
 お問い合わせ
----------------------------------------------------------------- */
.mw_wp_form .wrapper-form .row {
  margin-bottom: 60px;
}

.mw_wp_form .wrapper-form .row-privacy {
  text-align: center;
  margin-bottom: 30px;
}

.mw_wp_form .wrapper-form h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.mw_wp_form .wrapper-form select {
  margin-left: 0;
  max-width: 100%;
  margin-right: 5px;
}

.mw_wp_form .wrapper-form .note {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.mw_wp_form .wrapper-form .note:last-child {
  margin-bottom: 0;
}

.mw_wp_form .wrapper-form input[type="submit"] {
  font-size: 1.8rem;
}

.mw_wp_form .wrapper-form a {
  text-decoration: underline;
}

.mw_wp_form .wrapper-form .required {
  position: relative;
}

.mw_wp_form .wrapper-form .required:after {
  content: "※";
  color: #c00;
  font-size: 1.2rem;
  padding-left: 5px;
}

.mw_wp_form .wrapper-form input[name="text_name_first"],
.mw_wp_form .wrapper-form input[name="text_name_kana_first"] {
  margin-right: 10px;
}

.mw_wp_form .wrapper-form input.p-postal-code:first-child {
  margin-left: 5px;
}

.mw_wp_form .wrapper-form textarea {
  width: 100%;
}

.mw_wp_form .wrapper-form .mwform-radio-field-text {
  font-size: 1.3rem;
}

.mw_wp_form .wrapper-form .mwform-checkbox-field label,
.mw_wp_form .wrapper-form .mwform-radio-field label {
  display: inline-block;
}

.mw_wp_form .wrapper-form .horizontal-item + .horizontal-item,
.mw_wp_form .wrapper-form .horizontal-item {
  margin-left: 0;
  margin-right: 10px;
}

.mw_wp_form .wrapper-form .horizontal-item + .horizontal-item:last-child,
.mw_wp_form .wrapper-form .horizontal-item:last-child {
  margin-right: 0;
}

.mw_wp_form .wrapper-form th {
  width: 25%;
}

.mw_wp_form .wrapper-form td {
  width: 75%;
}

.mw_wp_form .wrapper-form td p {
  margin-bottom: 10px;
}

.mw_wp_form .wrapper-form td p:last-child {
  margin-bottom: 0;
}

.mw_wp_form .wrapper-form td .title {
  display: inline-block;
  width: 80px;
}

.mw_wp_form .wrapper-form td .note {
  line-height: 1.4;
  font-size: 1.3rem;
}

.mw_wp_form .g-recaptcha &gt; div {
  margin: 0 auto 30px;
}

#mw_wp_form_mw-wp-form-819 .wrapper-form tr.reserve-date td .title {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .mw_wp_form .wrapper-form table th,
  .mw_wp_form .wrapper-form table td {
    display: block;
    width: 100%;
  }
  .mw_wp_form .wrapper-form table th {
    font-size: 1.4rem;
  }
  .mw_wp_form .wrapper-form table td {
    padding-bottom: 30px;
  }
  .mw_wp_form .wrapper-form .note {
    text-align: left;
  }
  .mw_wp_form .wrapper-form textarea,
  .mw_wp_form .wrapper-form input[type="email"],
  .mw_wp_form .wrapper-form input[type="text"] {
    padding: 5px 10px;
  }
  #mw_wp_form_mw-wp-form-819 .wrapper-form tr.reserve-date td .title {
    padding-top: 10px;
    padding-left: 0;
  }
}

.page.sitemap .page-contents h3 {
  font-size: 1.5rem;
  padding: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8e8352;
  line-height: 1;
}

.page.sitemap .page-contents h3:before {
  content: "■";
  padding-right: 5px;
}

.page.sitemap .page-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
}

.page.sitemap .page-contents ul li {
  margin-right: 30px;
}

.page.sitemap .page-contents ul li:last-child {
  margin-right: 0;
}

/* 

 page_stay.css
 

*/
/* -----------------------------------------------------------------
    宿泊
----------------------------------------------------------------- */
.parent-stay .listing-stay-room .wrapper-items {
  background-color: #f4f2ea;
  padding: 4vw 5vw 2vw;
  margin-bottom: 60px;
}

.parent-stay .listing-stay-room .wrapper-items h3 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8e8352;
  color: #8e8352;
  letter-spacing: 0.05em;
}

.parent-stay .listing-stay-room .listing .item {
  background-color: #fff;
  min-height: 310px;
  margin-bottom: 30px;
}

.parent-stay .listing-stay-room .listing .item h4 {
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: normal;
  color: #16174e;
}

.parent-stay .room-plan .image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .parent-stay .listing-stay-room .wrapper-items {
    padding: 20px 10px;
  }
  .parent-stay .listing-stay-room .wrapper-items h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .parent-stay .room-plan.flex-2col {
    display: block;
  }
  .parent-stay .room-plan.flex-2col .col {
    width: 100%;
  }
  .parent-stay .room-plan.flex-2col .col:first-child {
    margin-bottom: 40px;
  }
  .parent-stay .room-plan.flex-2col .image {
    text-align: center;
  }
}

/* 宿泊約款 */
@media only screen and (max-width: 767px) {
  .page.stay-rules .sp-table-scroll .table-06-01 {
    width: 650px;
  }
}

/* -----------------------------------------------------------------
 プライムフロア
----------------------------------------------------------------- */
.page.renewal .bg-color {
  background-color: #f4f2ea;
  text-align: center;
}

.page.renewal .bg-color .inner {
  width: 80%;
  margin: 0 auto;
  padding: 80px 0;
}

.page.renewal .bg-color .inner p {
  text-align: left;
  margin-bottom: 10px;
}

.page.renewal .renewal-main {
  text-align: center;
  margin-bottom: 80px;
}

.page.renewal .renewal-main .label {
  width: 45%;
  height: 0;
  padding-bottom: 4%;
  margin: 0 auto 20px;
  background: url(/images/renewal/label_date.png) 0 0 no-repeat;
  background-size: contain;
  text-indent: -9876px;
}

.page.renewal .renewal-main .title {
  margin-bottom: 0;
  padding: 30px;
}

.page.renewal .renewal-main .text {
  text-align: left;
}

.page.renewal .renewal-main .title-main {
  margin: 0 auto;
  width: 45%;
}

.page.renewal .renewal-main .image-main {
  position: relative;
  margin-bottom: 80px;
}

.page.renewal .renewal-main .image-main img {
  width: 100%;
  height: auto;
}

.page.renewal .renewal-main .image-main .note {
  position: absolute;
  bottom: 2%;
  right: 2%;
  color: #fff;
}

.page.renewal .section-room table {
  border: 1px solid #8e8352;
}

.page.renewal .section-room table td {
  width: 20%;
  font-size: 1.8rem;
  vertical-align: middle;
  background-color: #fff;
  padding: 30px 30px;
  border-right: 1px solid #8e8352;
}

.page.renewal .section-room table td:first-child {
  width: 60%;
}

.page.renewal .section-room table td::last-child {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .page.renewal .renewal-main .label {
    width: 95%;
    padding-bottom: 9%;
  }
  .page.renewal .renewal-main .title-main {
    width: 100%;
  }
  .page.renewal .renewal-main .image-main {
    margin-bottom: 40px;
  }
  .page.renewal .renewal-main .image-main .note {
    font-size: 1rem;
  }
  .page.renewal .section-room table td {
    width: 25%;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
  }
  .page.renewal .section-room table td:first-child {
    text-align: left;
  }
}

.page.renewal .section-amenity &gt; .desc {
  margin-bottom: 40px;
}

.page.renewal .section-amenity .listing-amenity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page.renewal .section-amenity .listing-amenity .item {
  width: 47%;
  margin-bottom: 80px;
  background-color: #f4f2ea;
}

.page.renewal .section-amenity .listing-amenity .item .photo img {
  width: 100%;
}

.page.renewal .section-amenity .listing-amenity .item .info {
  padding: 30px;
}

.page.renewal .section-amenity .listing-amenity .item .info h3 {
  color: #564a29;
  font-size: 1.7rem;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
}

.page.renewal .section-amenity .listing-amenity .item .info .desc {
  font-size: 1.5rem;
}

.page.renewal .section-amenity .text-attention {
  border: 1px solid #c0c0bb;
  padding: 80px;
}

.page.renewal .listing-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-top: 1px solid #c0c0bb;
  border-bottom: 1px solid #c0c0bb;
}

.page.renewal .listing-items ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
  background-color: #fff;
  border-right: 1px dotted #c0c0bb;
  border-bottom: 1px dotted #c0c0bb;
}

.page.renewal .listing-items ul li:nth-child(3n) {
  border-right: none;
}

.page.renewal .listing-items ul li:nth-last-child(3),
.page.renewal .listing-items ul li:nth-last-child(2),
.page.renewal .listing-items ul li:nth-last-child(1) {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .page.renewal .bg-color .inner {
    width: 100%;
    padding: 40px 0;
  }
  .page.renewal .section-amenity .listing-amenity {
    display: block;
  }
  .page.renewal .section-amenity .listing-amenity .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .page.renewal .section-amenity .listing-amenity .item .info {
    padding: 20px;
  }
  .page.renewal .section-amenity .listing-amenity .item .info h3 {
    color: #564a29;
    font-size: 1.4rem;
  }
  .page.renewal .section-amenity .listing-amenity .item .info .desc {
    font-size: 1.2rem;
  }
  .page.renewal .section-amenity .text-attention {
    padding: 20px;
  }
  .page.renewal .listing-items ul {
    display: block;
    padding-left: 0;
  }
  .page.renewal .listing-items ul li {
    width: 100%;
    border-right: none !important;
    padding: 10px;
  }
  .page.renewal .listing-items ul li:nth-last-child(3),
  .page.renewal .listing-items ul li:nth-last-child(2) {
    border-bottom: 1px dotted #c0c0bb;
  }
}

/* 

 page_banquet.css
 

*/
/* -----------------------------------------------------------------
    宴会・会議
----------------------------------------------------------------- */
.parent-banquet {
  /* 宴会サービス */
}

.parent-banquet .listing-plan-banquet .item {
  min-height: 430px;
}

.parent-banquet .listing-plan-banquet .item h3 {
  margin-bottom: 20px;
}

.parent-banquet .listing-plan-banquet .item .period {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  margin-bottom: 10px;
  padding: 0;
  color: #876f19;
}

.parent-banquet .plan-detail .info {
  margin-bottom: 30px;
}

.parent-banquet .plan-detail .info-photo {
  margin-bottom: 30px;
}

.parent-banquet .plan-detail .info-photo .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.parent-banquet .plan-detail .info-photo .item .image {
  width: 40%;
  margin-right: 3%;
}

.parent-banquet .plan-detail .info-photo .item .desc {
  width: 60%;
}

.parent-banquet .venue-floor-plan .col {
  margin-bottom: 60px;
  width: 46%;
  margin-right: 8%;
}

.parent-banquet .venue-floor-plan .col:nth-last-child(1),
.parent-banquet .venue-floor-plan .col:nth-last-child(2) {
  margin-bottom: 0;
}

.parent-banquet .venue-floor-plan .col .image {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}

.parent-banquet .venue-floor-plan .col .image img {
  width: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.parent-banquet .venue-floor-plan .col h3 {
  font-size: 2rem;
  color: #876f19;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #8e8352;
  margin-bottom: 10px;
}

.parent-banquet.service #link-1 th {
  width: 80%;
}

.parent-banquet.service #link-1 td {
  text-align: right;
}

.parent-banquet.service .schedule th {
  width: 10%;
  text-align: center;
}

.parent-banquet.service .schedule .arrow {
  text-align: left;
  padding-left: 6%;
}

.parent-banquet.service .schedule .arrow:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f063";
  font-size: 2.4rem;
  padding: 0;
  color: #876f19;
}

.parent-banquet.service .link-take-out-sweets .note {
  display: block;
}

@media only screen and (max-width: 767px) {
  .parent-banquet .plan-detail .info-photo .item {
    display: block;
  }
  .parent-banquet .plan-detail .info-photo .item .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .parent-banquet .plan-detail .info-photo .item .desc {
    width: 100%;
  }
  .parent-banquet .venue-floor-plan {
    display: block;
  }
  .parent-banquet .venue-floor-plan .col {
    margin-bottom: 60px;
    width: 100%;
    margin-right: 0;
  }
  .parent-banquet .venue-floor-plan .col h3 {
    font-size: 1.6rem;
  }
  .parent-banquet .venue-floor-plan .col .image {
    margin-bottom: 10px;
  }
  .parent-banquet .sp-table-scroll .cancellation {
    width: 600px;
  }
}

/* 

page_restaurant.css
 

*/
/* -----------------------------------------------------------------
    レストラン・バー
----------------------------------------------------------------- */
.parent-restaurant .listing-restaurants .row {
  margin-bottom: 60px;
}

.parent-restaurant .listing-restaurants .row .info p {
  color: #555;
}

.parent-restaurant .listing-restaurants .row .info a {
  color: #876f19;
}

.parent-restaurant .listing-restaurants .row .info a:hover {
  -webkit-box-shadow: 0px 0px 10px 3px #e1e1e1;
  box-shadow: 0px 0px 10px 3px #e1e1e1;
}

.parent-restaurant .listing-restaurants .row .info .category-type {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  padding: 5px 25px;
  line-height: 1;
  color: #16174e;
  border: 1px solid #16174e;
  font-size: 1.2rem;
}

.parent-restaurant .listing-restaurants .row .info h2 {
  color: #16174e;
  border-bottom: 1px dotted #16174e;
  text-align: left;
  font-size: 2.6rem;
  padding-bottom: 10px;
}

.parent-restaurant .listing-restaurants .row .info h2 span {
  display: inline-block;
  font-size: 2.4rem;
  padding-right: 5px;
}

.parent-restaurant .listing-restaurants .row .info h2 span.small {
  font-size: 1.6rem;
}

.parent-restaurant .listing-restaurants .row .info h3 {
  font-size: 1.6rem;
  color: #16174e;
}

.parent-restaurant .listing-restaurants .bnr-long-landscape {
  background-color: #f4f2ea;
}

.parent-restaurant .listing-restaurants .bnr-long-landscape .image {
  width: 50%;
}

.parent-restaurant .restaurant-topics .link-topics {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .parent-restaurant .listing-restaurants .row .info h2 {
    font-size: 2rem;
  }
  .parent-restaurant .listing-restaurants .row .info h2 span {
    font-size: 1.6rem;
  }
  .parent-restaurant .listing-restaurants .bnr-long-landscape .image {
    width: 100%;
  }
}

/* 

 page_wedding.css
 

*/
/* -----------------------------------------------------------------
    ウェディング
----------------------------------------------------------------- */
.parent-wedding {
  /* プラン一覧 */
  /* フェア予約 */
  /* 披露宴会場 */
  /* 和ウェディング */
}

.parent-wedding .wedding-links .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.parent-wedding .wedding-links .items .item {
  width: 49.9%;
  margin-bottom: 0.15vw;
}

.parent-wedding .wedding-links .items .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.parent-wedding .wedding-links .items .item a:hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.parent-wedding .wedding-links .items .item h3 {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  width: 100%;
  height: 100%;
  z-index: 100;
  color: #fff;
  font-weight: normal;
}

.parent-wedding .wedding-links .items .item .photo {
  padding-bottom: 40%;
}

.parent-wedding .listing-report .item {
  padding-bottom: 0;
  min-height: none;
}

.parent-wedding .listing-report .header {
  padding: 10px 20px;
  text-align: center;
}

.parent-wedding .listing-report .header .title {
  font-weight: normal;
  font-size: 1.3rem;
  color: #8e8352;
}

.parent-wedding .listing-report .header .name {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8e8352;
}

.parent-wedding .wedding-report-main {
  margin-bottom: 60px;
}

.parent-wedding .wedding-report-main .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.parent-wedding .wedding-report-main .item .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 53%;
}

.parent-wedding .wedding-report-main .item .photo {
  width: 100%;
}

.parent-wedding .wedding-report-main .item .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 40px;
}

.parent-wedding .wedding-report-main .item .desc {
  padding: 0 20px;
}

.parent-wedding .wedding-report-main .item .desc p {
  line-height: 1.4;
  margin-bottom: 10px;
}

.parent-wedding .wedding-report-main h2 {
  color: #8e8352;
  font-size: 1.5rem;
  padding-bottom: 0;
  margin-bottom: 10px;
  background: none;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.parent-wedding .wedding-report-main .name {
  font-size: 2.3rem;
  line-height: 1.4;
  color: #16174e;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8e8352;
  text-align: center;
}

.parent-wedding .wedding-report-main h3 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

.parent-wedding .wedding-report-main .date {
  font-size: 1.3rem;
  color: #8e8352;
  text-align: right;
}

.parent-wedding .wedding-report-photos .slick-photos {
  width: auto;
  height: auto;
}

.parent-wedding .wedding-report-photos .slick-photos .slick-slide {
  position: relative;
  width: 50vw;
  height: 28vw;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #fff;
  margin: 0 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.parent-wedding .wedding-report-photos .slick-arrow {
  bottom: -100%;
}

.parent-wedding .wedding-report-photos .slick-slide {
  opacity: 0.4;
}

.parent-wedding .wedding-report-photos .slick-current {
  opacity: 1;
}

.parent-wedding .wedding-report-photos .slick-slider-nav {
  background-color: #fff;
}

.parent-wedding .wedding-report-photos .slick-thumbnails {
  width: 50vw;
  margin: 0 auto;
}

.parent-wedding .wedding-report-photos .slick-thumbnails .slick-slide {
  border-color: #fff;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.parent-wedding .wedding-report-photos .slick-thumbnails .slick-slide div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.parent-wedding .wedding-report-photos .slick-thumbnails .slick-current {
  border-color: #f4f2ea;
  opacity: 1;
}

.parent-wedding .wedding-report-staff-voice .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.parent-wedding .wedding-report-staff-voice .picture {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 130px;
  margin-right: 30px;
}

.parent-wedding .wedding-report-staff-voice .frame {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 60px;
  background-color: #ffd8c3;
  position: relative;
  border-radius: 5px;
}

.parent-wedding .wedding-report-staff-voice .frame:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 20px 4.5px 0;
  border-color: transparent #ffd8c3 transparent transparent;
  position: absolute;
  top: 20px;
  left: -20px;
}

.parent-wedding .wedding-report-staff-voice .frame h3 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 20px;
}

.parent-wedding .pagination {
  background-color: #f4f2ea;
  padding: 20px;
}

.parent-wedding .pagination .pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parent-wedding .pagination .pagenav &gt; * {
  display: block;
  margin: 0 20px;
}

.parent-wedding .pagination .pagenav a {
  color: #8e8352;
  text-decoration: none;
}

.parent-wedding .pagination .pagenav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.parent-wedding.archive .pagination {
  background-color: #fff;
  padding: 0;
}

.parent-wedding .listing-wedding-plan .link-topics .item .info .period {
  position: relative;
  padding: 0;
  bottom: 0;
  margin-bottom: 10px;
}

.parent-wedding .reservation-fair {
  background-color: #f4f2ea;
  padding: 3vw;
}

.parent-wedding .reservation-fair h3 {
  color: #564a29;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.parent-wedding .reservation-fair .items {
  background-color: #fff;
  padding: 20px;
}

.parent-wedding .reservation-fair .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.parent-wedding .reservation-fair .items .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.parent-wedding .reservation-fair .items .item.header {
  text-align: center;
  padding-bottom: 10px;
}

.parent-wedding .reservation-fair .items .item .col {
  text-align: center;
}

.parent-wedding .reservation-fair .items .item .col.date {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  font-weight: bold;
}

.parent-wedding .reservation-fair .items .item .col.times {
  width: 30%;
}

.parent-wedding .reservation-fair .items .item .col.times select {
  width: 100%;
}

.parent-wedding .reservation-fair .items .item .col.submit {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40%;
  padding: 0 3vw;
}

.parent-wedding .reservation-fair button {
  background-color: #16174e;
  color: #fff;
  font-size: 1.3rem;
  padding: 10px 10px;
}

.parent-wedding .reservation-fair select {
  margin-left: 0;
}

.parent-wedding .recommended-fair .bnr-long-landscape {
  background-color: #8e8352;
}

.parent-wedding .recommended-fair .bnr-long-landscape .image {
  width: 50%;
}

.parent-wedding .recommended-fair .bnr-long-landscape .info {
  padding: 20px;
}

.parent-wedding .recommended-fair .bnr-long-landscape .info h3 {
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.4;
}

.parent-wedding .calendar-fair .calendar .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.parent-wedding .calendar-fair .calendar .header .prevNext {
  background-color: #8e8352;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

.parent-wedding .calendar-fair .calendar .header .now {
  border: 1px solid #8e8352;
  padding: 5px 40px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.parent-wedding .calendar-fair .calendar .header .now .small {
  font-size: 1.6rem;
}

.parent-wedding .calendar-fair .calendar ul {
  padding-left: 0;
}

.parent-wedding .calendar-fair .calendar table {
  border-right: 1px solid #8e8352;
}

.parent-wedding .calendar-fair .calendar table td,
.parent-wedding .calendar-fair .calendar table th {
  border-left: 1px solid #8e8352;
}

.parent-wedding .calendar-fair .calendar table td {
  vertical-align: top;
  padding: 0;
}

.parent-wedding .calendar-fair .calendar table td.out-of-month {
  background-color: #fafafa !important;
}

.parent-wedding .calendar-fair .calendar table td.holiday {
  background-color: rgba(255, 120, 120, 0.1) !important;
}

.parent-wedding .calendar-fair .calendar table td .holiday-name {
  display: inline-block;
  font-size: 1.1rem;
  padding-left: 3px;
  color: #666;
}

.parent-wedding .calendar-fair .calendar table thead th {
  background-color: #f4f2ea;
  color: #564a29;
  text-align: center;
  border-bottom: 1px solid #8e8352;
}

.parent-wedding .calendar-fair .calendar table .date {
  text-align: center;
  border-bottom: 1px dotted #8e8352;
  padding: 5px;
  font-size: 1.5rem;
}

.parent-wedding .calendar-fair .calendar table tr th:last-child,
.parent-wedding .calendar-fair .calendar table tr td:last-child {
  background-color: rgba(255, 120, 120, 0.1);
}

.parent-wedding .calendar-fair .calendar table tr th:nth-last-child(2),
.parent-wedding .calendar-fair .calendar table tr td:nth-last-child(2) {
  background-color: rgba(0, 180, 255, 0.1);
}

.parent-wedding .calendar-fair .calendar table .info {
  padding: 10px;
  min-height: 120px;
}

.parent-wedding .calendar-fair .calendar table .info li {
  margin-bottom: 30px;
  line-height: 1.2;
}

.parent-wedding .calendar-fair .calendar table .info li:before {
  padding-right: 2px;
}

.parent-wedding .calendar-fair .calendar table .info li:last-child {
  margin-bottom: 0;
}

.parent-wedding .calendar-fair .calendar table .info li a {
  font-size: 1.3rem;
}

.parent-wedding .content-wedding-banquet {
  margin-bottom: 120px !important;
}

.parent-wedding .content-wedding-banquet .col-right {
  padding-left: 40px;
}

.parent-wedding .content-wedding-banquet .capacity {
  display: inline-block;
  font-size: 1.5rem;
  padding: 5px 20px;
  border: 1px solid #8e8352;
  margin-bottom: 20px;
  color: #876f19;
}

.parent-wedding .content-wedding-banquet h3 {
  font-size: 1.8rem;
  color: #16174e;
  margin-bottom: 10px;
  line-height: 1.4;
}

.parent-wedding .content-wedding-banquet .detail-header .desc p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.parent-wedding .link-wedding-pages .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.parent-wedding .link-wedding-pages .items .col {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parent-wedding .link-wedding-pages .items .col:hover .overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.parent-wedding .link-wedding-pages .items .col a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.parent-wedding .link-wedding-pages .items .col a:hover {
  opacity: 1;
}

.parent-wedding .link-wedding-pages .items .col .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.parent-wedding .link-wedding-pages .items .col h3 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: -7%;
  left: 39%;
  height: 100%;
  color: #fff;
  font-size: 2.8vw;
  font-weight: normal;
  text-align: center;
}

.parent-wedding .link-wedding-pages .items .col .link {
  display: block;
  width: 60%;
  font-size: 1.2vw;
  color: #fff;
  padding: 5px 20px;
  border: 2px solid #fff;
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: 10%;
  left: -100%;
  right: -100%;
}

/* ウェディングアイテム */
.wedding.item .detail-header {
  margin-bottom: 60px;
}

.wedding.item .detail-header h3 {
  color: #555 !important;
}

.wedding.item .content-dress .bnr-long-landscape p:first-of-type {
  border-top: 1px solid #8e8352;
  padding-top: 10px;
}

.wedding.item .content-dress .bnr-long-landscape.no-link h3 .title-sub {
  border-bottom: none;
  padding-bottom: 0;
}

.wedding.item .content-dress .desc dt,
.wedding.item .content-dress .desc dd {
  font-size: 1.4rem;
}

.wedding.item .content-cosme {
  margin-bottom: 60px;
}

.wedding.item .content-cosme h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #876f19;
}

.wedding.item .content-cosme .image {
  margin-bottom: 20px;
}

.wedding.item .content-cosme p {
  font-size: 1.4rem;
}

.wedding.item .bnr-long-landscape {
  margin-bottom: 60px;
}

.wedding.item .bnr-long-landscape p {
  font-size: 1.4rem;
}

.wedding.item .content-flower .image {
  margin-bottom: 20px;
}

.wedding.item .content-flower .item h3 {
  margin-bottom: 20px;
  color: #876f19;
  font-size: 1.6rem;
}

.wedding.item .content-flower .item p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .parent-wedding {
    /* 和ウェディング */
  }
  .parent-wedding .wedding-links .items {
    display: block;
  }
  .parent-wedding .wedding-links .items .item {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .parent-wedding .wedding-links .items .item h3 {
    font-size: 2rem;
  }
  .parent-wedding .listing-report .header {
    padding: 10px 0 0;
  }
  .parent-wedding .listing-report .header .name {
    font-size: 1.6rem;
  }
  .parent-wedding .listing-report .info {
    padding: 10px 10px;
  }
  .parent-wedding .wedding-report-main {
    margin-bottom: 30px;
  }
  .parent-wedding .wedding-report-main .item {
    display: block;
  }
  .parent-wedding .wedding-report-main .item .image {
    width: 100%;
  }
  .parent-wedding .wedding-report-main .item .info {
    padding: 20px 0;
  }
  .parent-wedding .wedding-report-main .item .info h2 {
    text-align: left;
  }
  .parent-wedding .wedding-report-main .item .info .name {
    font-size: 1.6rem;
    text-align: left;
  }
  .parent-wedding .wedding-report-main .item .desc {
    padding: 0;
  }
  .parent-wedding .wedding-report-main .item .desc h3 {
    font-size: 1.4rem;
  }
  .parent-wedding .wedding-report-photos {
    margin-bottom: 30px;
  }
  .parent-wedding .wedding-report-photos .slick-photos .slick-slide {
    width: 90vw;
    height: 50vw;
  }
  .parent-wedding .wedding-report-photos .slick-thumbnails {
    width: 100%;
    padding: 5px 0;
  }
  .parent-wedding .wedding-report-photos .slick-thumbnails .slick-slide {
    margin: 0 1px;
  }
  .parent-wedding .wedding-report-staff-voice .picture {
    max-width: 50px;
    margin-right: 10px;
  }
  .parent-wedding .wedding-report-staff-voice .frame {
    padding: 20px;
  }
  .parent-wedding .wedding-report-staff-voice .frame:before {
    left: -8px;
  }
  .parent-wedding .wedding-report-staff-voice .frame h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .parent-wedding .wedding-report-staff-voice .frame p {
    font-size: 1.2rem;
  }
  .parent-wedding .pagination {
    padding: 10px 0;
  }
  .parent-wedding .pagination .pagenav {
    padding: 0;
  }
  .parent-wedding .pagination .pagenav a {
    font-size: 1.2rem;
  }
  .parent-wedding .pagination .pagenav &gt; * {
    margin: 0 10px;
  }
  .parent-wedding .reservation-fair {
    padding: 10px;
  }
  .parent-wedding .reservation-fair h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .parent-wedding .reservation-fair .items {
    padding: 10px;
  }
  .parent-wedding .reservation-fair .items .item {
    display: block;
  }
  .parent-wedding .reservation-fair .items .item.header {
    display: none;
  }
  .parent-wedding .reservation-fair .items .item .col {
    width: 100% !important;
    text-align: left;
    margin-bottom: 10px;
  }
  .parent-wedding .reservation-fair .items .item .col.submit {
    margin-top: 20px;
    padding: 0;
  }
  .parent-wedding .recommended-fair .bnr-long-landscape .image {
    width: 100%;
  }
  .parent-wedding .recommended-fair .bnr-long-landscape .info {
    padding: 10px;
  }
  .parent-wedding .recommended-fair .bnr-long-landscape .info h3 {
    font-size: 1.5rem;
  }
  .parent-wedding .calendar-fair .calendar .header {
    margin-bottom: 20px;
  }
  .parent-wedding .calendar-fair .calendar .header .prevNext {
    padding: 10px;
  }
  .parent-wedding .calendar-fair .calendar .header .now {
    font-size: 1.8rem;
  }
  .parent-wedding .calendar-fair .calendar .header .now .small {
    font-size: 1.4rem;
  }
  .parent-wedding .calendar-fair .calendar .wrapper-calendar {
    width: auto;
    max-width: none;
    overflow: scroll;
  }
  .parent-wedding .calendar-fair .calendar .wrapper-calendar table {
    width: auto;
  }
  .parent-wedding .calendar-fair .calendar .wrapper-calendar table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .parent-wedding .calendar-fair .calendar .wrapper-calendar table th,
  .parent-wedding .calendar-fair .calendar .wrapper-calendar table td {
    width: 140px;
  }
  .parent-wedding .link-wedding-pages .items .col h3 {
    top: 0;
  }
  .parent-wedding .link-wedding-pages .items .col .link {
    display: none;
  }
  .parent-wedding .content-wedding-banquet {
    margin-bottom: 60px !important;
  }
  .parent-wedding .content-wedding-banquet .items.flex-2col {
    display: block;
  }
  .parent-wedding .content-wedding-banquet .items.flex-2col .col-right,
  .parent-wedding .content-wedding-banquet .items.flex-2col .col-left {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .parent-wedding .content-wedding-banquet .capacity {
    font-size: 1.3rem;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .parent-wedding .content-wedding-banquet h3 {
    font-size: 1.6rem;
  }
  /* ウェディングアイテム */
  .wedding.item .detail-header {
    margin-bottom: 30px;
  }
  .wedding.item .content-flower .item h3 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .wedding.item #link-02-01 .image img {
    top: 0;
    bottom: auto;
  }
}

.parent-wedding.ceremony .slide-with-thumbnails {
  margin-top: 0;
}

.parent-wedding.ceremony .col-right-info .row {
  padding-bottom: 30px;
  border-bottom: 1px dotted #8e8352;
  margin-bottom: 30px;
}

.parent-wedding.ceremony .col-right-info .flex-2col {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.parent-wedding.ceremony .col-right-info h3 {
  color: #876f19;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8e8352;
}

.parent-wedding.ceremony .col-right-info h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.parent-wedding.ceremony .col-right-info p {
  font-size: 1.3rem;
}

.parent-wedding.ceremony .col-right-info .ico-arrow-right-navy {
  margin-top: 20px;
}

.parent-wedding.ceremony .col-right-info .col-desc {
  width: 54%;
}

.parent-wedding.ceremony .col-right-info .col-photo {
  width: 40%;
}

.parent-wedding.ceremony .content-link-jp-style {
  text-align: center;
}

.parent-wedding.ceremony .content-link-jp-style a {
  display: inline-block;
}

.parent-wedding.ceremony iframe {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .parent-wedding.ceremony .col-right-info .col-desc {
    width: 100%;
  }
  .parent-wedding.ceremony .col-right-info .col-photo {
    width: 100%;
  }
  .parent-wedding.ceremony .col-right-info .col-photo .image {
    text-align: center;
  }
  .parent-wedding.ceremony .col-right-info h3 {
    font-size: 1.6rem;
  }
  .parent-wedding.ceremony .col-right-info h4 {
    font-size: 1.5rem;
  }
  .parent-wedding.ceremony iframe {
    height: auto;
  }
}

.parent-wedding.guest .content-rental .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.parent-wedding.guest .content-rental .col-left .image {
  width: 48%;
}

.parent-wedding .content-jp-style-flow h3 {
  font-size: 1.8rem;
  color: #8e8352;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #8e8352;
  margin-bottom: 20px;
  letter-spacing: normal;
}

.parent-wedding .content-jp-style-flow h3 .small {
  font-size: 1.3rem;
}

.parent-wedding .content-jp-style-flow h4 {
  font-size: 1.5rem;
  color: #8e8352;
  line-height: 1.4;
  margin-bottom: 10px;
}

.parent-wedding .content-jp-style-flow .photo {
  margin-bottom: 20px;
}

.parent-wedding .content-jp-style-flow .caption {
  font-weight: normal;
  font-size: 1.4rem;
}

.parent-wedding .content-jp-style-flow .row {
  margin-bottom: 60px;
}

.parent-wedding .content-jp-style-flow .flex-2col {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .parent-wedding.flow .content-jp-style-flow .row {
    margin-bottom: 0;
  }
}

/* 

page_anniversary.css


*/
/* -----------------------------------------------------------------
    開業55周年
----------------------------------------------------------------- */
.parent-55th-anniversary.page-parent .special-content {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .content-main .page-main-photo {
    padding-bottom: 50.6%;
    margin-bottom: 30px !important;
  }
}

.content-main .special-content {
  /*
        .anniversary-banner{
            width: 100%;
            height: 0;
            padding-bottom: 27.1428%;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            padding-right: 0;
            padding-left: 0;

            @media only screen and (max-width:767px){
                padding-bottom: $ratio169;
            }
            
            a{
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                
                &amp;:hover{
                    opacity: 1;
                }
                
            }

            &amp;:before{
                z-index: 0;

                display: block;
                content: "";
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                transition: all .5s ease-out;

                position: absolute;
                top: 0;
                left: 0;

                @media only screen and (max-width:767px){
                    padding-bottom: $ratio169;
                }
            }

            &amp;:hover{
                opacity: $opacity_hover;
                transition: all .5s ease-out;
            }

            &amp;__message{
                width: 300px;
                height: 300px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;

                background-color: rgba(22,23,78,.9);
                color: #fff;
                text-decoration: none;
                padding: 20px 40px;

                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 4vw;

                &amp;:hover{
                    opacity: 1;
                }

                @media only screen and (max-width:767px){
                    left: 0;
                    padding: 10px 20px;
                    max-width: none;
                    width: 50vw;
                    height: 40%;
                }

            }

            &amp;--right{
                .anniversary-banner__message{
                    left: auto;
                    right: 4vw;

                    @media only screen and (max-width:767px){
                        right: 0;
                    }
                }
            }

            &amp;__title{
                background: none;
                padding-bottom: 0;
                margin-bottom: 25px;
                line-height: 1;

                @media only screen and (max-width:767px){
                    margin-bottom: 0;
                }

                span{
                    letter-spacing: normal;

                    &amp;:first-child{
                        display: block;
                        font-size: 3rem;
                        @extend .font-cardo;

                        @media only screen and (max-width:767px){
                            font-size: 2rem;
                        }
                    }

                    &amp;:last-child{
                        font-size: 1.4rem;

                        @media only screen and (max-width:767px){
                            font-size: 1rem;
                        }
                    }
                }
            }

            p{
                font-size: 1.3rem;
                line-height: 1.6;

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

        .anniversary-history{
            &amp;:before{
                background-image: url(/images/anniversary_55th/top/photo_history.jpg);
            }
            
            @media only screen and (max-width:767px){
                margin-bottom: 0;
            }
        }

        .anniversary-local{
            &amp;:before{
                background-image: url(/images/anniversary_55th/top/photo_local.jpg);
            }
        }
        */
}

.content-main .special-content .anniversary-intro {
  padding: 40px 30px 60px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-intro {
    padding: 30px 30px;
  }
}

.content-main .special-content .anniversary-intro__items {
  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;
}
@media only screen and (max-width: 420px) {
  .content-main .special-content .anniversary-intro__items {
    flex-direction: column-reverse;
  }
}
.small-letter-spacing {
  letter-spacing: 0.04rem;
}
.anniversary-intro.container-common .about_logo {
  margin:30px auto 0;
  text-align: center;
}
.content-main .special-content .anniversary-intro__item {
  line-height: 1.4;

}
.content-main .special-content .anniversary-intro__item:first-child {
  width: 220px;
  margin-right: 4%;
}

@media only screen and (max-width: 420px) {
  .content-main .special-content .anniversary-intro__item:first-child {
    margin-right: 0;
    margin-top: 20px;
  }
}
.content-main .special-content .anniversary-intro__item h2 {
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
  background: none;
}
.content-main .special-content .anniversary-message {
  background-color: #f4f2ea;
  padding: 50px 30px;
}

.content-main .special-content .anniversary-message__title {
  background: none;
  border-bottom: 1px solid #876f19;
  font-size: 1.8rem;
  color: #876f19;
  margin-bottom: 40px;
}

.content-main .special-content .anniversary-message .signature {
  text-align: right;
  font-size: 1.2rem;
}

.content-main .special-content .anniversary-message .signature span {
  display: inline-block;
  font-size: 1.8rem;
  color: #876f19;
  margin-left: 10px;
}

.content-main .special-content .anniversary-plan-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-plan-links__items {
    display: block;
  }
}

.content-main .special-content .anniversary-plan-links__items &gt; * {
  width: 19%;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-plan-links__items &gt; * {
    width: 100%;
    margin-bottom: 15px;
  }
}

.content-main .special-content .anniversary-plan-links__item__title {
  background-color: #8e8352;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin: 0;
  padding: 20px;
}

.content-main .special-content .anniversary-plan-links__item__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-plan-links__item__title span {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.content-main .special-content .anniversary-plan-links__item__title span:before {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  content: "";
  font-family: "FontAwesome";
  background-color: #fff;
  color: #564a29;
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-plan-links__item__title {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.content-main .special-content .anniversary-plan-links a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-plan-links a {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #8e8352;
  }
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-plan-links .photo {
    width: 40%;
    padding-bottom: 20%;
  }
}

.content-main .special-content .anniversary-plan-links img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-plan-links img {
    width: 100%;
    height: auto;
  }
}

.content-main .special-content .anniversary-plans__title {
  font-size: 2rem;
  background: none;
  background-color: #16174e;
  color: #fff;
  padding: 15px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-plans__title {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.content-main .special-content .anniversary-plans__item {
  border: 2px solid #dbdbdb;
  padding: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-main .special-content .anniversary-plans__item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-plans__item {
    display: block;
  }
}

.content-main .special-content .anniversary-plans__item &gt; *:first-child {
  width: 32.857%;
  margin-right: 3.8%;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-plans__item &gt; *:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
}

.content-main .special-content .anniversary-plans__item &gt; *:last-child {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.content-main .special-content .anniversary-plans__item__title {
  font-size: 2.2rem;
  color: #876f19;
  margin-bottom: 5px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .anniversary-plans__item__title {
    font-size: 1.8rem;
  }
}

.content-main .special-content .anniversary-plans__item__text {
  margin: 20px 0 0;
  line-height: 1.6;
}

.content-main .special-content .anniversary-plans__item .btn-common {
  width: 200px;
  margin: 0 auto;
}

.content-main .special-content .anniversary-plans__item .btn-common a {
  padding: 10px;
}

.content-main .special-content .anniversary-plans__item__meta {
  display: block;
}

.content-main .special-content .anniversary-plans__item__meta span {
  display: inline-block;
  background-color: #f4f2ea;
  color: #876f19;
  line-height: 1;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 1.3rem;
  padding: 5px 10px !important;
}

.content-main .special-content .anniversary-plans__item .shop-name {
  font-size: 1.3rem;
  padding: 10px 10px;
  background-color: #16174e;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.content-main .special-content .anniversary-plans__item .period {
  margin: 20px 0 0;
  line-height: 1.4;
  font-size: 1.3rem;
}

.content-main .special-content .anniversary-plans__item .btn-common {
  margin-top: 20px;
}

.content-main .special-content .bnr-link {
  margin-bottom: 60px;
}

.content-main .special-content .history-header {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history-header {
    margin-top: 0;
  }
}

.content-main .special-content .history-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-main .special-content .history-header__items &gt; * {
  width: 43.24%;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history-header__items {
    display: none;
  }
}

.content-main .special-content .history-header__title {
  text-align: center;
  padding: 5px 0;
  border-top: 3px solid #16174e;
  border-bottom: 3px solid #16174e;
  background: none;
  font-size: 2.2rem;
  margin-bottom: 0;
}

.content-main .special-content .history-header__title span {
  display: block;
  padding: 15px 0;
  line-height: 1;
  border-top: 1px solid #16174e;
  border-bottom: 1px solid #16174e;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history-header__title span {
    line-height: 1.4;
  }
}

.content-main .special-content .history-header__title:last-child {
  border-color: #876f19;
  color: #876f19;
}

.content-main .special-content .history-header__title:last-child span {
  border-color: #876f19;
}

.content-main .special-content .history__items {
  position: relative;
  margin-bottom: 0;
}

.content-main .special-content .history__items:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #8e8352;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__items:before {
    content: none;
    display: none;
  }
}

.content-main .special-content .history__row {
  position: relative;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__row {
    margin-bottom: 40px;
  }
}

.content-main .special-content .history__row__separater {
  margin-top: 40px;
}

.content-main .special-content .history__row__separater--large {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__row__separater--large {
    margin-top: 40px;
  }
}

.content-main .special-content .history__row__separater--xlarge {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__row__separater--xlarge {
    margin-top: 40px;
  }
}

.content-main .special-content .history__row--last {
  text-align: center;
}

.content-main .special-content .history__item {
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content-main .special-content .history-last .history__item {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .content-main .special-content .history__item {
    display: block;
  }
  .content-main .special-content .history-last .history__item {
    margin-top: 0;
  }
}


.content-main .special-content .history__item &gt; * {
  width: 43.24%;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__item &gt; * {
    width: 100%;
  }
}

.content-main .special-content .history__item__left {
  position: relative;
  overflow: visible;
  margin-top: 10px;
}

.content-main .special-content .history__item__left--center {
  margin-top: 0;
}

.content-main .special-content .history__item__main {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__item__main {
    position: relative;
  }
}

.content-main .special-content .history__item__main__title {
  font-weight: bold;
  font-size: 2rem;
  color: #16174e;
  text-align: right;
  margin-bottom: 0;
  margin-top: 30px;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__item__main__title {
    text-align: center;
    font-size: 1.5rem;
  }
}

.content-main .special-content .history__item__main__title:first-child {
  margin-top: 0;
}

.content-main .special-content .history__item__main__title--large {
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__item__main__title--large {
    font-size: 2rem;
  }
}

.content-main .special-content .history__item__main__desc {
  text-align: right;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__item__main__desc {
    text-align: center;
    margin-bottom: 20px;
  }
}

.content-main .special-content .history__item__main__photos {
  margin-top: 30px;
}

.content-main .special-content .history__item .flex-2col {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-main .special-content .history__item .flex-2col .col {
  margin-left: 15px;
  margin-right: 0;
}

.content-main .special-content .history__item .flex-2col .col:nth-child(2n + 1) {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__item .flex-2col .col {
    margin: 0 auto 20px !important;
  }
}

.content-main .special-content .history__item .photo {
  padding-bottom: 66.66667%;
}

.content-main .special-content .history__item .caption {
  font-weight: normal;
  font-size: 1.3rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__item .caption {
    font-size: 1.1rem;
  }
}

.content-main .special-content .history__item__right {
  margin-bottom: 40px;
}

.content-main .special-content .history__item__sub {
  background-color: #f4f2ea;
  color: #564a29;
  padding: 30px;
  position: relative;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__item__sub {
    width: 90%;
    margin: 0 auto;
  }
}

.content-main .special-content .history__item__sub:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: transparent #f4f2ea;
  border-width: 18px 30px 18px 0;
  top: 50%;
  left: -30px;
  margin-top: -18px;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__item__sub:before {
    content: none;
    display: none;
  }
}

.content-main .special-content .history__item__sub--top:before {
  top: 40px;
}

.content-main .special-content .history__item__sub__event {
  font-size: 1.6rem;
  color: #564a29;
}

.content-main .special-content .history__item__sub__photos {
  width: 70%;
  margin: 30px auto 0;
}

.content-main .special-content .history__item__sub ul {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__item__sub ul {
    font-size: 1.3rem;
  }
}

.content-main .special-content .history__year {
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 1;
  border-radius: 200px;
  background-color: #16174e;
  color: #fff;
  font-family: "Martel", serif;
  font-size: 3rem;
  font-style: italic;
  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;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__year {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto 20px;
  }
}

.content-main .special-content .history__year--small {
  width: 70px;
  height: 70px;
  font-size: 2rem;
}

.content-main .special-content .history__year--sub {
  width: 70px;
  height: 70px;
  background-color: #8e8352;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -20px;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__year--sub {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}

.content-main .special-content .history__year--center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history__year--center {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
  }
}

.content-main .special-content .history-last {
  margin-bottom: 80px;
}

.content-main .special-content .history-last:before {
  content: none;
  display: none;
}

.content-main .special-content .history-last .history__item__main__title {
  text-align: center;
  padding-top: 0;
  margin-bottom: 30px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .content-main .special-content .history-last .history__item__main__title {
    padding-top: 0;
  }
}

.content-main .special-content .history-last .history-logo {
  width: 130px;
  margin: 0 auto;
}

.stay-reason .reason-container {
  max-width: 1185px;
  margin: 0 auto;
  width: 100%;
}

.stay-reason .reason-title {
  background: url(../images/stay/icon_reason_title.png) no-repeat center top 0;
  padding-bottom: 0;
  padding-top: 40px;
  margin-bottom: 30px;
  letter-spacing: 0;
}

.stay-reason .reason-list {
  padding: 40px 6%;
  background: #f0f1f6;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stay-reason .reason-list li {
  list-style: none;
  width: 31.7%;
  letter-spacing: 0;
  padding-bottom: 35px;
  position: relative;
}
.stay-reason .reason-list li:nth-child(n + 4) {
  margin-top: 50px;
}
.stay-reason .reason-list li:nth-child(4) .title {
  letter-spacing: -0.06em;
}
.stay-reason .reason-list li .title {
  text-align: center;
  color: #876f19;
  font-size: 2rem;
  font-family: "Cardo", "Noto Sans JP", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  letter-spacing: 0;
  margin: 10px 0;
}
.stay-reason .reason-list li .text {
  line-height: 1.6;
  letter-spacing: 0;
}
.stay-reason .reason-list li .span {
  font-size: 1.2rem;
}
.stay-reason .reason-list li .link {
  text-align: right;
  bottom: 0;
  right: 0;
  position: absolute;
}
.stay-reason .reason-list li .link a {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/stay/icon_reason.png) no-repeat center left 0;
}

@media only screen and (max-width: 767px) {
  .stay-reason .reason-title {
    padding-top: 50px;
    margin-bottom: 25px;
  }

  .stay-reason .reason-list {
    padding: 40px 7.8%;
    display: block;
  }
  .stay-reason .reason-list li {
    width: 100%;
    padding-bottom: 40px;
  }
  .stay-reason .reason-list li:nth-child(n + 2) {
    margin-top: 45px;
  }
  .stay-reason .reason-list li:nth-child(n + 4) {
    margin-top: 45px;
  }

  .stay-reason .reason-list li .title {
    font-size: 1.9rem;
  }
  .stay-reason .reason-list li .text {
    font-size: 1.5rem;
  }

  .stay-reason .reason-list li .link {
    font-size: 1.5rem;
  }
  .stay-reason .reason-list li .link a {
  }
}
/*@import "print";*/

.home-main-menu {
  display: none;
  font-family: "Cardo", "Noto Sans JP", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
@media only screen and (max-width: 767px) {
  .home-main-menu .home-main-menu-head {
    display: block;
    color: #fff;
    background-color: #8e8352;
    padding: 10px 20px;
    text-align: center;
    line-height: 1;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  .home-main-menu {
    display: none;
    display: block;
    margin-bottom: 20px;
    margin-top: -10px;
  }
  .home-main-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    padding-left: 0;
  }

  .home-main-menu li {
    width: 50%;
    border-right: 1px solid #8e8352;
    border-bottom: 1px solid #8e8352;
    text-align: center;
    position: relative;
  }
  .home-main-menu li:nth-child(2n + 2) {
    border-right: none;
  }
  .home-main-menu a {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-weight: bold;
    color: #5b5136;
  }

  .home-main-menu a:hover {
    background-color: #f4f3e9;
  }
}

.footer-main .trip-adviser #CDSROWLOC206 {
  display: none;
}
.footer-main .trip-adviser #CDSROWRATING206 {
  display: flex;
}
.footer-main .trip-adviser #CDSROWLOGO206 {
  display: none;
}

.footer-main .trip-adviser {
}
.footer-main .trip-adviser {
  width: 40%;
  display: flex;
  align-items: center;
}
.footer-main .trip-adviser .text {
  font-size: 12px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 5px;
}
.footer-main .trip-adviser .link {
  font-size: 12px;
  text-align: left;
  font-weight: 500;
  margin-top: 8px;
}
.footer-main .trip-adviser .link a {
  text-decoration: underline;
}
.footer-main .trip-adviser-logo {
  width: 100px;
  flex: none;
  margin-right: 20px;
}
.footer-main .trip-adviser .cdsROW.narrow {
  position: relative;
  padding-left: 20px;
  padding-top: 0;
}
.footer-main .trip-adviser .cdsROW.narrow::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 16px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/common/icon_tirpadviser.svg);
  display: inline-block;
}
.footer-main .trip-adviser .cdsROW .cdsRating span {
  font-size: 10px;
  padding-right: 0.4em;
}
.footer-okura-logo {
  text-align: center;
  background: #f3f3f3;
}
.footer-okura-logo img {
  max-width: 280px;
}
.footer-okura-logo a {
  padding: 15px 0;
  display: block;
}
.footer-bottom-link {
  background: #d6d6d6;
  padding: 14px 0;
  border-top: 1px solid #fff;
}

.footer-bottom-link .links-service {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
  justify-content: center;
}
.footer-bottom-link .links-service li a {
  line-height: 1;
  font-size: 13px;
}
.footer-bottom-link .links-service li:last-child a::after {
  content: none;
}
.footer-bottom-link .links-service li a::after {
  content: "|";
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  padding-right: 1rem;
}
.footer-logos {
  margin-top: 40px;
  padding-bottom: 20px;
}

.footer-logos ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logos ul li {
  padding: 0 15px;
}

.social-list {
  display: flex;
  align-items: center;
}

.social-list li {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px;
}
.social-list li:nth-child(1) {
  background: #000;
}
.social-list li:nth-child(2) {
  background: #3c5a9c;
}
.social-list li:nth-child(3) {
  background: #cc1175;
}
.social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.social-list li img {
  width: 21px;
}

@media only screen and (max-width: 1024px) {
  .footer-main .trip-adviser {
    margin: 0 auto;
    justify-content: center;
  }
  .social-list {
    margin-top: 30px;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer-okura-logo a {
    padding: 20px;
  }
  .footer-okura-logo img {
  }
  .footer-bottom-link {
    padding: 10px 0;
  }
  .footer-bottom-link .links-service {
    display: block;
    text-align: center;
  }
  .footer-bottom-link .links-service li a::after {
    content: none;
  }
  .footer-logos {
    margin-top: 22px;
    padding-bottom: 50px;
  }
  .footer-logos ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
  }

}
.page-contents-read.read_66th {
  text-align: center;
  margin-top: 30px;
}
.special-mv {
  text-align: center;
}</pre></body></html>