
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-weight: 200;
  color: #000;
  line-height: 1.4;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #000;
  outline: 0px none #000;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
  font-weight: 200;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

table th {
  font-weight: 200;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* -----
 * 共通パーツ
----------------------------------------------------------------------------- */
/* フォントの太さ */
.font-w500 {
  font-weight: 500 !important;
}

/* content */
.content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* title */
.title-style-01 {
  font-size: 35px;
}

.title-style-01 .slash {
  display: inline-block;
  margin: 0 6px;
}

.title-style-01 .title-eng {
  font-size: 15px;
}

.title-style-01.medium {
  font-size: 28px;
}

.title-style-01.medium .title-eng {
  font-size: 13px;
}

.title-style-02 {
  margin: 0;
  padding-left: 20px;
  font-size: 24px;
  background: url(../../resources/images/common/title-vertical-border.jpg) 0 50% no-repeat;
  -webkit-background-size: 4px 30px;
          background-size: 4px 30px;
  color: #333;
}

/* buttons */
.btn-style-01 {
  display: block;
  font-size: 14px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  background: #363932;
  text-decoration: none;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 18px;
}

.btn-style-01:after {
  content: url(../images/common/link-icon-white.png);
  float: right;
  position: relative;
  top: -3px;
  right: 12px;
}

.btn-style-01.bg-gray {
  background: #eee;
  color: #666 !important;
}

.btn-style-01.bg-gray:after {
  content: url(../images/common/link-icon-gray.png);
}

.btn-style-01.outline {
  line-height: 38px;
  background: transparent;
  border: 1px solid #363932;
  color: #363932 !important;
}

.btn-style-01.outline:after {
  content: url(../images/common/link-icon-black.png);
}

.btn-style-01.medium {
  width: 170px;
}

.btn-style-01.large {
  width: 250px;
}

.btn-style-01.large02 {
  width: 306px;
}

.btn-style-01.reverse {
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 0 0;
}

.btn-style-01.reverse:after {
  content: url(../images/common/link-icon-white-reverse.png);
  float: left;
  position: relative;
  top: -1px;
  left: 12px;
}

.btn-style-02 {
  display: block;
  font-size: 16px;
  width: 250px;
  height: 45px;
  line-height: 45px;
  color: #fff !important;
  background: #cd9e43;
  text-decoration: none;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 18px;
}

.btn-style-02:after {
  content: url(../images/common/link-icon-white.png);
  float: right;
  position: relative;
  top: -3px;
  right: 12px;
}

.btn-style-02.middle {
  width: 300px;
}

.btn-style-02.middle02 {
  width: 320px;
}

.btn-style-02.large {
  width: 340px;
}

.btn-style-02.large02 {
  width: 350px;
}

.btn-style-02.bg-black {
  background-color: #000;
}

.btn-style-02.bg-gray {
  background-color: #eee;
  color: #000 !important;
}

.btn-style-02.bg-gray:after {
  content: url(../images/common/link-icon-gray.png);
}

.btn-style-02.bg-gray02 {
  background-color: #666;
}

.btn-style-02.bg-brown {
  background-color: #6d6056;
}

.btn-style-return {
  display: block;
  font-size: 14px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  background: #363932;
  text-decoration: none;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 18px;
}

.btn-style-return:before {
  content: url(../images/common/return-icon-white.png);
  float: left;
  position: relative;
  top: -3px;
  right: -13px;
}

.btn-style-return.bg-gray {
  background: #eee;
  color: #666 !important;
}

.btn-style-return.bg-gray:after {
  content: url(../images/common/link-icon-gray.png);
}

.btn-style-return.outline {
  line-height: 38px;
  background: transparent;
  border: 1px solid #363932;
  color: #363932 !important;
}

.btn-style-return.outline:before {
  content: url(../images/common/return-icon-black.png);
}

.btn-style-return.medium {
  width: 170px;
}

.btn-style-return.large {
  width: 250px;
}

/* link */
.txt-link {
  background: url(../images/common/right-triangle-icon.png) 0 55% no-repeat;
  color: #383933;
  font-weight: 200;
  font-size: 14px;
  padding-left: 15px;
}

.txt-link:hover {
  text-decoration: none;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

ul {
  padding: 0;
  list-style: none;
}

/* -----
 * Form settings
----------------------------------------------------------------------------- */
input:focus {
  outline: 0;
}

/* radio btn */
input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  padding-left: 25px;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
}

input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
}

input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #b68b58;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

/* select selectタグのdefault化 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: 0;
}

/* -----
 * Wrapper
----------------------------------------------------------------------------- */
#Wrapper {
  position: relative;
}

/* -----
 * Header
----------------------------------------------------------------------------- */
#Header {
  position: relative;
  width: 100%;
  height: 100px;
}

#Header.fixed {
  height: 65px;
}

#Header.fixed #HeadMenu {
  height: 65px;
}

#Header.fixed #HeadMenu .nav-cont .primary-nav {
  margin: 17px 180px 0 0;
}

#Header.fixed #HeadMenu .right-nav,
#Header.fixed #HeadMenu .lang-nav-cont {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: -35px;
}

#Header #HeadMenu {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  min-width: 1240px;
}

#Header #HeadMenu a {
  text-decoration: none;
}

#Header #HeadMenu h1 {
  margin: 0;
}

#Header #HeadMenu h1 .header-logo {
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 327px;
  height: 24px;
}

#Header #HeadMenu h1 .header-logo img {
  vertical-align: top;
}

#Header #HeadMenu .header-reservation {
  display: block;
  background-image: url(../images/common/header-reservation-bg.jpg);
  width: 150px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0;
}

#Header #HeadMenu .nav-cont .primary-nav {
  height: 48px;
  float: right;
  margin: 52px 180px 0 0;
  position: relative;
  /* マウスオーバーでメガメニュー */
}

#Header #HeadMenu .nav-cont .primary-nav > li {
  float: left;
  margin-right: 37px;
}

#Header #HeadMenu .nav-cont .primary-nav > li:last-child {
  margin-right: 0;
}

#Header #HeadMenu .nav-cont .primary-nav > li > a {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 1;
  position: relative;
  height: 48px;
}

#Header #HeadMenu .nav-cont .primary-nav > li > a .eng {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #666;
  padding: 9px 0 15px;
  letter-spacing: 0.1em;
}

#Header #HeadMenu .nav-cont .primary-nav li ul {
  display: none;
  background: rgba(255, 255, 255, 0.75);
  margin: 0;
  position: absolute;
  top: 48px;
  right: -180px;
  color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 25px 25px 15px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: calc(100% + 180px);
}

#Header #HeadMenu .nav-cont .primary-nav li ul li {
  float: left;
  white-space: nowrap;
  margin-right: 10px;
}

#Header #HeadMenu .nav-cont .primary-nav li ul li:last-child {
  border: none;
}

#Header #HeadMenu .nav-cont .primary-nav li ul li a {
  display: block;
  border: 1px solid #000;
  min-width: 135px;
  color: #333;
  position: relative;
  padding: 8px 25px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  margin: 0 0 10px;
}

#Header #HeadMenu .nav-cont .primary-nav li ul li a:after {
  content: url(../images/common/megamenu-icon.png);
  display: block;
  position: absolute;
  top: 9px;
  right: 6px;
}

#Header #HeadMenu .right-nav {
  position: absolute;
  top: 0;
  right: 180px;
  margin: 12px 0 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#Header #HeadMenu .right-nav li {
  float: left;
  margin-right: 20px;
}

#Header #HeadMenu .right-nav li:last-child {
  margin-right: 0;
}

#Header #HeadMenu .right-nav li a {
  color: #666;
}

#Header #HeadMenu .lang-nav-cont {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#Header #HeadMenu .lang-nav-cont .lang-open-btn {
  background-image: url(../images/common/lang-btn.png);
  height: 35px;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#Header #HeadMenu .lang-nav-cont .lang-open-btn.js-clicked {
  background-image: url(../images/common/lang-btn-on-click.png);
}

#Header #HeadMenu .lang-nav-cont .lang-nav {
  display: none;
  border-left: 1px solid #bdb3ac;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

#Header #HeadMenu .lang-nav-cont .lang-nav li {
  background-color: #fff;
}

#Header #HeadMenu .lang-nav-cont .lang-nav li:first-child {
  border-top: 1px solid #ccc;
}

#Header #HeadMenu .lang-nav-cont .lang-nav li a {
  display: block;
  text-align: left;
  margin: 0 auto;
  padding: 10px 10px 10px 17px;
  border-bottom: 1px solid #ccc;
  color: #958479;
  font-size: 13px;
}

/* -----
* MeetingPartyContact
----------------------------------------------------------------------------- */
#MeetingPartyContact.pattern01 {
  padding: 0 0 128px;
}

#MeetingPartyContact.pattern02 {
  padding: 0 0 100px;
}

#MeetingPartyContact.pattern02 .content .contact .link {
  margin-top: 40px;
}

#MeetingPartyContact.pattern03 {
  padding: 35px 0;
  background-color: #f6f6f6;
}

#MeetingPartyContact.pattern03 .content .contact .contact-title {
  font-size: 20px;
}

#MeetingPartyContact.pattern03 .content .contact .link {
  margin-top: 20px;
}

#MeetingPartyContact.pattern03 .content .contact .link .question-btn {
  width: 270px;
  height: 40px;
  margin-right: 30px;
}

#MeetingPartyContact.pattern03 .content .contact .link .question-btn .btn-style-02 {
  padding-left: 10px;
  width: 270px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1px;
  text-align: left;
}

#MeetingPartyContact.pattern03 .content .contact .link .tel-contact {
  padding-left: 35px;
}

#MeetingPartyContact.pattern03 .content .contact .link .tel-contact .tel {
  vertical-align: bottom;
}

#MeetingPartyContact.pattern03 .content .contact .link .tel-contact .contact-btn {
  width: 194px;
  height: 40px;
  padding-left: 35px;
}

#MeetingPartyContact.pattern03 .content .contact .link .tel-contact .contact-btn .btn-style-02 {
  width: 194px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
}

#MeetingPartyContact .content .contact .contact-title {
  margin: 0;
  padding-left: 25px;
  font-size: 24px;
  background: url(../../resources/images/banquet/other-introduction-title-bg.jpg) 0 50% no-repeat;
  -webkit-background-size: 4px 30px;
          background-size: 4px 30px;
  color: #333;
}

#MeetingPartyContact .content .contact .link {
  margin-top: 30px;
}

#MeetingPartyContact .content .contact .link .question-btn {
  float: left;
  width: 350px;
  height: 50px;
  margin-right: 40px;
}

#MeetingPartyContact .content .contact .link .question-btn .btn-style-02 {
  padding: 0;
  height: 50px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
}

#MeetingPartyContact .content .contact .link .tel-contact {
  float: left;
  display: table;
  padding-left: 40px;
  border-left: 1px solid #ccc;
}

#MeetingPartyContact .content .contact .link .tel-contact .tel {
  display: table-cell;
}

#MeetingPartyContact .content .contact .link .tel-contact .tel a {
  display: block;
}

#MeetingPartyContact .content .contact .link .tel-contact .contact-btn {
  display: table-cell;
  padding-left: 25px;
  vertical-align: top;
}

#MeetingPartyContact .content .contact .link .tel-contact .contact-btn .btn-style-02 {
  padding: 0;
  height: 50px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
}

/* -----
 * Footer
----------------------------------------------------------------------------- */
#Footer {
  position: relative;
}

#Footer .pagetop {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 999;
}

#Footer .foot-nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}

#Footer .foot-nav ul {
  display: inline-block;
  margin: 0;
}

#Footer .foot-nav ul li {
  display: inline-block;
  padding-left: 60px;
}

#Footer .foot-nav ul li:first-child {
  padding-left: 0;
}

#Footer .foot-nav ul li a {
  text-decoration: none;
  color: #666;
  font-size: 16px;
  line-height: 1;
}

#Footer .foot-nav ul li span.grayout {
  color: #D3D3D3;
  font-size: 16px;
  line-height: 1;
}

#Footer .foot-logo-info {
  text-align: center;
  padding: 45px 0 65px;
}

#Footer .foot-logo-info .foot-logo {
  width: 280px;
  margin: 0 auto;
}

#Footer .foot-logo-info .foot-logo a {
  display: block;
}

#Footer .foot-logo-info .company-info {
  margin-top: 20px;
  font-size: 15px;
}

#Footer .okura-nikkou-line {
  text-align: center;
  color: #fff;
  background: #ccc;
  padding: 10px 0;
}

#Footer .okura-nikkou-line p {
  font-size: 16px;
}

#Footer .gray-footer {
  width: 100%;
  background: #F6F6F6;
  font-size: 12px;
  color: #333;
}

#Footer .gray-footer .gray-footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0;
}

#Footer .gray-footer .gray-footer-inner .foot-info-table table {
  display: block;
  text-align: left;
}

#Footer .gray-footer .gray-footer-inner .foot-info-table table tr {
  vertical-align: top;
  display: block;
  margin-bottom: 15px;
}

#Footer .gray-footer .gray-footer-inner .foot-info-table table tr:last-child {
  margin-bottom: 0;
}

#Footer .gray-footer .gray-footer-inner .foot-info-table table th {
  padding-top: 5px;
  width: 190px;
}

#Footer .gray-footer .gray-footer-inner .foot-info-table table td {
  line-height: 2;
}

#Footer .gray-footer .gray-footer-inner .foot-info-table table td .district {
  color: #999;
}

#Footer .gray-footer .gray-footer-inner .foot-info-table table td a {
  text-decoration: none;
  color: #333;
}

#Footer .gray-footer .gray-footer-inner .info-service-list {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin: 40px 0 30px;
}

#Footer .gray-footer .gray-footer-inner .info-service-list ul {
  text-align: center;
}

#Footer .gray-footer .gray-footer-inner .info-service-list ul li {
  display: inline-block;
  font-size: 12px;
}

#Footer .gray-footer .gray-footer-inner .info-service-list ul li:after {
  content: "｜";
  display: inline-block;
  margin: 0 10px;
  color: #999;
}

#Footer .gray-footer .gray-footer-inner .info-service-list ul li:last-child:after {
  content: none;
}

#Footer .gray-footer .gray-footer-inner .info-service-list ul li a {
  text-decoration: none;
  color: #333;
}

#Footer .gray-footer .gray-footer-inner .sponsor-list {
  text-align: center;
}

#Footer .gray-footer .gray-footer-inner .sponsor-list ul {
  display: inline-block;
  margin: 0 auto;
}

#Footer .gray-footer .gray-footer-inner .sponsor-list ul li {
  float: left;
  margin-left: 20px;
}

#Footer .gray-footer .gray-footer-inner .sponsor-list ul li:first-child {
  margin-left: 0;
}

#Footer .gray-footer .gray-footer-inner .sponsor-list ul li a {
  display: block;
}

#Footer .copyright {
  text-align: center;
  font-size: 13px;
  margin: 0;
  padding: 24px 0;
  letter-spacing: 0.1em;
}

/* -----
 * sub-page（サブページ共通）
----------------------------------------------------------------------------- */
.sub-navi {
  background: #EEE;
  margin: 0 0 49px;
}

.sub-navi ul {
  text-align: center;
  padding: 18px 0 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sub-navi ul li {
  display: inline;
  font-size: 16px;
}

.sub-navi ul li:after {
  content: url(../images/common/sub-navi-slash.png);
  margin: 0 6px 0 12px;
  position: relative;
  top: 3px;
}

.sub-navi ul li:last-child:after {
  content: none;
}

.sub-navi ul li a {
  text-decoration: none;
  color: #666;
}

.sub-navi ul .active a {
  color: #000;
}

.sub-page-title {
  text-align: center;
  margin: 0 auto 52px;
}

.sub-page-title .title-style-01 {
  margin-bottom: 0px;
}

.sub-page-title .title-style-01 .title-eng {
  color: #666;
}

.sub-page-title .lead-text {
  line-height: 24px;
  margin-top: 6px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .btn-style-01:after,
  .btn-style-02:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-style-01:hover:after,
  .btn-style-02:hover:after {
    right: 8px;
  }
  .btn-style-01.reverse:hover:after,
  .btn-style-02.reverse:hover:after {
    left: 8px;
  }
  .btn-style-return:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-style-return:hover:before {
    right: -10px;
  }
  /* -----
   * Header
  ----------------------------------------------------------------------------- */
  @-webkit-keyframes show {
    from {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    to {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
  }
  @keyframes show {
    from {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    to {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
  }
  #Header #HeadMenu .js-primary-nav .primary-nav {
    /* マウスオーバーでメガメニュー */
  }
  #Header #HeadMenu .js-primary-nav .primary-nav > li > a {
    /* マウスオーバーでアンダーラインアニメーション */
  }
  #Header #HeadMenu .js-primary-nav .primary-nav > li > a:before, #Header #HeadMenu .js-primary-nav .primary-nav > li > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #bf8d36;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #Header #HeadMenu .js-primary-nav .primary-nav > li > a:before {
    left: 50%;
  }
  #Header #HeadMenu .js-primary-nav .primary-nav > li > a:after {
    right: 50%;
  }
  #Header #HeadMenu .js-primary-nav .primary-nav > li > a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #Header #HeadMenu .js-primary-nav .primary-nav > li > a:hover:before, #Header #HeadMenu .js-primary-nav .primary-nav > li > a:hover:after {
    width: 50%;
  }
  #Header #HeadMenu .js-primary-nav .primary-nav > li:hover {
    /* メガメニューが開いている間 */
  }
  #Header #HeadMenu .js-primary-nav .primary-nav > li:hover > a:before, #Header #HeadMenu .js-primary-nav .primary-nav > li:hover > a:after {
    width: 50%;
  }
  #Header #HeadMenu .js-primary-nav .primary-nav li ul li a:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    text-decoration: none;
    color: #666;
  }
  #Header #HeadMenu .js-primary-nav .primary-nav li:hover ul {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation: show 0.2s linear 0s;
            animation: show 0.2s linear 0s;
  }
  #Header,
  #HeadMenu {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-cont .primary-nav {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .right-nav,
  .lang-nav-cont {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * 共通パーツ
  ----------------------------------------------------------------------------- */
  #Wrapper {
    width: 100%;
    overflow: hidden;
  }
  #Wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  /* content */
  .content {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  /* title */
  .title-style-01 {
    font-size: 22px;
  }
  .title-style-01 .title-eng {
    font-size: 10px;
  }
  .title-style-01.medium {
    font-size: 20px;
  }
  .title-style-01.medium .title-eng {
    font-size: 10px;
  }
  .title-style-02 {
    padding-left: 15px;
    font-size: 18px;
  }
  /* buttons */
  .btn-style-01 {
    font-size: 12px;
  }
  .btn-style-01.medium {
    width: 170px;
  }
  .btn-style-01.large {
    width: 200px;
  }
  .btn-style-01.large02 {
    width: 300px;
  }
  .btn-style-02 {
    font-size: 13px;
    text-align: center;
  }
  .btn-style-02.middle02 {
    width: 300px;
  }
  .btn-style-02.large {
    width: 300px;
  }
  .btn-style-02.large02 {
    width: 300px;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  /* -----
   * Header
  ----------------------------------------------------------------------------- */
  #Header {
    height: 40px;
  }
  #Header.fixed {
    height: 40px;
  }
  #Header.fixed #HeadMenu {
    height: 40px;
  }
  #Header.fixed #HeadMenu .nav-cont .primary-nav {
    margin: 0;
  }
  #Header.fixed #HeadMenu .right-nav,
  #Header.fixed #HeadMenu .lang-nav-cont {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: auto;
  }
  #Header #HeadMenu {
    background: rgba(255, 255, 255, 0.9);
    height: 40px;
    min-width: initial;
    min-width: auto;
  }
  #Header #HeadMenu h1 .header-logo {
    left: 10px;
    max-width: 178px;
    height: 0;
    padding: 10% 0 0;
    background: url(../images/common/header-logo-sp.png) 0 50% no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  #Header #HeadMenu h1 .header-logo img {
    display: none;
  }
  #Header #HeadMenu .sp-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #000 url(../images/common/sp-menu-icon.png) 50% 50% no-repeat;
    -webkit-background-size: 17px 13px;
            background-size: 17px 13px;
    cursor: pointer;
  }
  #Header #HeadMenu .sp-menu-button.opened {
    background: #000 url(../images/common/sp-close-icon.png) 50% 50% no-repeat;
    -webkit-background-size: 17px 13px;
            background-size: 17px 13px;
  }
  #Header #HeadMenu .nav-cont {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 10px 20px;
    -webkit-transition: margin 0.5s ease-in-out;
    transition: margin 0.5s ease-in-out;
    margin-left: 100%;
    overflow: auto;
  }
  #Header #HeadMenu .nav-cont.opened {
    margin-left: 50%;
  }
  #Header #HeadMenu .nav-cont .primary-nav {
    height: auto;
    float: none;
    margin: 0;
    position: relative;
    /* マウスオーバーでメガメニュー */
  }
  #Header #HeadMenu .nav-cont .primary-nav > li {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  #Header #HeadMenu .nav-cont .primary-nav > li > a {
    color: #fff;
    font-size: 14px;
    height: auto;
    padding: 10px 0;
    /* マウスオーバーでアンダーラインアニメーション */
  }
  #Header #HeadMenu .nav-cont .primary-nav > li > a .eng {
    display: none;
  }
  #Header #HeadMenu .nav-cont .primary-nav > li > a:before, #Header #HeadMenu .nav-cont .primary-nav > li > a:after {
    display: none;
  }
  #Header #HeadMenu .nav-cont .primary-nav li ul {
    display: none;
  }
  #Header #HeadMenu .nav-cont .right-nav {
    position: static;
    top: auto;
    right: auto;
    border-top: #999 1px solid;
    padding: 10px 0 0;
    margin: 1em 0;
  }
  #Header #HeadMenu .nav-cont .right-nav li {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  #Header #HeadMenu .nav-cont .right-nav li a {
    display: block;
    color: #fff;
    padding: 5px 0;
    font-size: 12px;
  }
  #Header #HeadMenu .nav-cont .lang-nav-cont {
    position: static;
    right: auto;
    top: auto;
    width: auto;
  }
  #Header #HeadMenu .nav-cont .lang-nav-cont .lang-open-btn {
    background: #333 url(../images/common/lang-btn-arw-sp.png) 90% 50% no-repeat;
    -webkit-background-size: 9px 5px;
            background-size: 9px 5px;
    height: auto;
    color: #ccc;
    text-indent: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 11px;
  }
  #Header #HeadMenu .nav-cont .lang-nav-cont .lang-open-btn.clicked {
    background: #333 url(../images/common/lang-btn-on-click-arw-sp.png) 90% 50% no-repeat;
    -webkit-background-size: 9px 5px;
            background-size: 9px 5px;
  }
  #Header #HeadMenu .nav-cont .lang-nav-cont .lang-nav {
    border-left: none;
  }
  #Header #HeadMenu .nav-cont .lang-nav-cont .lang-nav li {
    background-color: #222;
  }
  #Header #HeadMenu .nav-cont .lang-nav-cont .lang-nav li:first-child {
    border-top: none;
  }
  #Header #HeadMenu .nav-cont .lang-nav-cont .lang-nav li a {
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #333;
    color: #fff;
    font-size: 10px;
  }
  /* -----
  * MeetingPartyContact
  ----------------------------------------------------------------------------- */
  #MeetingPartyContact {
    padding: 0 0 40px;
  }
  #MeetingPartyContact.pattern01 {
    padding: 0 0 50px;
  }
  #MeetingPartyContact.pattern02 {
    padding: 0 0 40px;
  }
  #MeetingPartyContact.pattern02 .content .contact .link {
    margin-top: 20px;
  }
  #MeetingPartyContact.pattern02 .content .contact .link .question-btn {
    width: 100%;
    max-width: 300px;
    min-width: 253px;
  }
  #MeetingPartyContact.pattern02 .content .contact .link .question-btn .btn-style-02 {
    width: 100%;
  }
  #MeetingPartyContact.pattern03 {
    padding: 40px 0;
    background-color: #f6f6f6;
  }
  #MeetingPartyContact.pattern03 .content .contact .contact-title {
    font-size: 16px;
  }
  #MeetingPartyContact.pattern03 .content .contact .link {
    margin-top: 20px;
  }
  #MeetingPartyContact.pattern03 .content .contact .link .question-btn {
    width: 100%;
    max-width: 300px;
    min-width: 253px;
    margin: 0 auto 30px;
  }
  #MeetingPartyContact.pattern03 .content .contact .link .question-btn .btn-style-02 {
    padding-left: 0;
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
  #MeetingPartyContact.pattern03 .content .contact .link .tel-contact {
    padding-left: 0;
  }
  #MeetingPartyContact.pattern03 .content .contact .link .tel-contact .contact-btn {
    width: 100%;
    max-width: 300px;
    min-width: 253px;
    padding-left: 0;
  }
  #MeetingPartyContact.pattern03 .content .contact .link .tel-contact .contact-btn .btn-style-02 {
    width: 100%;
    font-size: 13px;
  }
  #MeetingPartyContact .content .contact .contact-title {
    padding-left: 20px;
    font-size: 18px;
    -webkit-background-size: 4px 56px;
            background-size: 4px 56px;
  }
  #MeetingPartyContact .content .contact .link {
    margin-top: 20px;
  }
  #MeetingPartyContact .content .contact .link .question-btn {
    float: inherit;
    width: 300px;
    margin: 0 auto 30px;
  }
  #MeetingPartyContact .content .contact .link .tel-contact {
    float: inherit;
    display: block;
    padding-top: 30px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #ccc;
  }
  #MeetingPartyContact .content .contact .link .tel-contact .tel {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  #MeetingPartyContact .content .contact .link .tel-contact .contact-btn {
    display: block;
    max-width: 300px;
    width: 100%;
    min-width: 253px;
    margin: 20px auto 0;
    padding-left: 0;
  }
  #MeetingPartyContact .content .contact .link .tel-contact .contact-btn a {
    width: 100%;
  }
  /* -----
   * Footer
  ----------------------------------------------------------------------------- */
  #Footer {
    margin-bottom: 60px;
  }
  #Footer.top-line {
    border-top: 1px solid #ccc;
  }
  #Footer .pagetop {
    width: 35px;
    height: 35px;
    display: block;
    right: 15px;
    bottom: 60px;
  }
  #Footer .pagetop a {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/common/page-top-btn-sp.png) 50% 50% no-repeat;
    -webkit-background-size: 35px 35px;
            background-size: 35px 35px;
  }
  #Footer .pagetop a img {
    display: none;
  }
  #Footer .foot-nav {
    padding: 15px;
  }
  #Footer .foot-nav ul {
    text-align: left;
    max-width: 315px;
  }
  #Footer .foot-nav ul li {
    padding-left: 40px;
  }
  #Footer .foot-nav ul li:nth-child(4) {
    padding-left: 0;
  }
  #Footer .foot-nav ul li:nth-child(n+4) {
    padding-top: 8px;
  }
  #Footer .foot-nav ul li a,
  #Footer .foot-nav ul li span.grayout {
    font-size: 12px;
  }
  #Footer .foot-logo-info {
    padding: 25px 15px;
    font-size: 11px;
  }
  #Footer .foot-logo-info .foot-logo {
    width: 167px;
  }
  #Footer .foot-logo-info .company-info p {
    font-size: 11px;
  }
  #Footer .okura-nikkou-line {
    padding: 8px 0;
  }
  #Footer .okura-nikkou-line p {
    position: relative;
  }
  #Footer .okura-nikkou-line p:before, #Footer .okura-nikkou-line p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #Footer .okura-nikkou-line p:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #Footer .okura-nikkou-line.active p:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #Footer .okura-nikkou-line.active p:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #Footer .gray-footer {
    display: none;
  }
  #Footer .gray-footer .gray-footer-inner {
    width: auto;
    padding: 30px 15px;
  }
  #Footer .gray-footer .gray-footer-inner .foot-info-table table tr {
    vertical-align: top;
    display: block;
    margin-bottom: 15px;
  }
  #Footer .gray-footer .gray-footer-inner .foot-info-table table tr:last-child {
    margin-bottom: 0;
  }
  #Footer .gray-footer .gray-footer-inner .foot-info-table table th {
    display: block;
    padding-top: 0;
    padding-bottom: 5px;
    width: 100%;
  }
  #Footer .gray-footer .gray-footer-inner .foot-info-table table td {
    padding-left: 10px;
    padding-right: 20px;
  }
  #Footer .gray-footer .gray-footer-inner .foot-info-table table td .district {
    margin-right: 10px;
  }
  #Footer .gray-footer .gray-footer-inner .foot-info-table table td .sp-box {
    display: block;
    padding-top: 5px;
  }
  #Footer .gray-footer .gray-footer-inner .foot-info-table table td .sp-box .district.sp-box-district {
    margin-left: 20px;
  }
  #Footer .gray-footer .gray-footer-inner .info-service-list {
    padding: 15px 0;
    margin: 20px 0;
  }
  #Footer .gray-footer .gray-footer-inner .info-service-list ul {
    text-align: left;
  }
  #Footer .gray-footer .gray-footer-inner .info-service-list ul li {
    display: block;
  }
  #Footer .gray-footer .gray-footer-inner .info-service-list ul li:after {
    display: none;
  }
  #Footer .gray-footer .gray-footer-inner .info-service-list ul li a {
    display: block;
    padding: 5px 0;
    background: url(../images/common/arw-icon-gray-sp.png) 0 50% no-repeat;
    -webkit-background-size: 4px 7px;
            background-size: 4px 7px;
    padding-left: 10px;
  }
  #Footer .gray-footer .gray-footer-inner .sponsor-list ul li {
    float: none;
    display: inline-block;
  }
  #Footer .gray-footer .gray-footer-inner .sponsor-list ul li a {
    display: block;
  }
  #Footer .gray-footer .gray-footer-inner .sponsor-list ul li a img {
    height: auto;
  }
  #Footer .gray-footer .gray-footer-inner .sponsor-list ul li .okura-footer-logo {
    width: 38px;
  }
  #Footer .gray-footer .gray-footer-inner .sponsor-list ul li .nikko-footer-logo {
    width: 45px;
  }
  #Footer .gray-footer .gray-footer-inner .sponsor-list ul li .jal-footer-logo {
    width: 62px;
  }
  #Footer .copyright {
    padding: 13px 0;
    font-size: 8px;
  }
  /* -----
  * SpFixedBtns
  ----------------------------------------------------------------------------- */
  #SpFixedBtns {
    display: block;
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
  }
  #SpFixedBtns .sp-reserve-tel-btns {
    padding: 5px 15px;
  }
  #SpFixedBtns .sp-reserve-tel-btns ul {
    float: left;
    margin: 0;
    width: calc( 100% - 50px);
    height: 50px;
    display: table;
  }
  #SpFixedBtns .sp-reserve-tel-btns ul li {
    width: 50%;
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #SpFixedBtns .sp-reserve-tel-btns ul li .fixed-stay-btn,
  #SpFixedBtns .sp-reserve-tel-btns ul li .fixed-restaurant-btn {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #SpFixedBtns .sp-reserve-tel-btns ul li .fixed-stay-btn {
    background: url(../images/common/gold-btn-bg-sp.jpg) 100% 100% no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding-top: 17px;
  }
  #SpFixedBtns .sp-reserve-tel-btns ul li .fixed-restaurant-btn {
    background: url(../images/common/silver-btn-bg-sp.jpg) 100% 100% no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding-top: 9px;
  }
  #SpFixedBtns .sp-reserve-tel-btns .tel-btn {
    float: left;
    background-color: #fff;
    width: 50px;
    height: 50px;
  }
  #SpFixedBtns .sp-reserve-tel-btns .tel-btn .fixed-tel-btn {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
  }
  #SpFixedBtns .sp-reserve-tel-btns .tel-btn .fixed-tel-btn img {
    width: 19px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* -----
   * sub-page（サブページ共通）
  ----------------------------------------------------------------------------- */
  .sub-navi {
    margin-bottom: 30px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sub-navi ul {
    padding: 6px 0 6px;
  }
  .sub-navi ul li {
    font-size: 12px;
  }
  .sub-navi ul li:after {
    content: "／";
    top: 0px;
    margin: 0 1px 0 5px;
  }
  .sub-page-title {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  
  /* hirayama add 180402 */
  .pc-only-parts{
	  display:none;
  }
}

@media screen and (max-width: 359px) {
  /* 小さい画面のスマホ向け */
  #Footer .foot-nav ul {
    text-align: center;
  }
  #Footer .foot-nav ul li {
    display: inline-block;
    padding-left: 0;
    margin: 0 10px;
  }
}
