/*
 * adjust
 */
.container {
  padding: 0 !important; }

.wrapper, .content {
  margin: 0 !important; }

.content .inner {
  width: 100% !important; }

.column-inner {
  border-bottom: none; }

#reservation_area {
  display: none;
  position: static;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  @media print, screen and (min-width: 769px) {
    #reservation_area {
      padding: 15px 0 !important; } }

.breadcrumbs {
  background: #eee;
  margin: 0;
  position: absolute;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .breadcrumbs {
      top: 380px;
      left: 0; } }
  @media print, screen and (min-width: 769px) {
    .breadcrumbs {
      top: 630px;
      left: 0; } }
  @media only screen and (max-width: 768px) {
    .breadcrumbs ul {
      font-size: 11px;
      font-size: 0.6875rem;
      padding: 5px 15px; } }
  @media print, screen and (min-width: 769px) {
    .breadcrumbs ul {
      width: 960px;
      margin: 0 auto;
      padding: 5px 0; } }

h2.hd {
  display: none; }

/*
 * common
 */
.p-btn {
  border: 1px solid #004e4e;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  text-align: center;
  position: relative; }
  .p-btn:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #004e4e;
    border-right: 2px solid #004e4e;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg); }
    @media only screen and (max-width: 768px) {
      .p-btn:after {
        right: 10px; } }
    @media print, screen and (min-width: 769px) {
      .p-btn:after {
        right: 15px; } }
  @media only screen and (max-width: 768px) {
    .p-btn {
      font-size: 14px;
      font-size: 0.875rem;
      width: 180px;
      padding: 10px; } }
  @media print, screen and (min-width: 769px) {
    .p-btn {
      font-size: 16px;
      font-size: 1rem;
      width: 240px;
      padding: 12px; }
      .p-btn:hover {
        border: 1px solid #fff;
        background: #004e4e;
        color: #fff; }
        .p-btn:hover:after {
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; } }

/*
 * hero
 */
.p-hero {
  position: relative; }

.p-hero-photo img {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .p-hero-photo img {
      height: 400px; } }
  @media print, screen and (min-width: 769px) {
    .p-hero-photo img {
      height: 660px; } }

.p-hero-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-shadow: 0 0 10px #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 768px) {
    .p-hero-txt {
      width: 75%; } }
  @media print, screen and (min-width: 769px) {
    .p-hero-txt {
      width: 620px; } }

.p-hero-ttl {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-hero-ttl {
      font-size: 24px;
      font-size: 1.5rem;
      margin-bottom: 15px; } }
  @media print, screen and (min-width: 769px) {
    .p-hero-ttl {
      font-size: 36px;
      font-size: 2.25rem;
      margin-bottom: 30px; } }
  .p-hero-ttl span {
    border-bottom: 2px solid #fff;
    padding: 0 0 5px; }

@media only screen and (max-width: 768px) {
  .p-hero-lead {
    font-size: 14px;
    font-size: 0.875rem; } }
@media print, screen and (min-width: 769px) {
  .p-hero-lead {
    font-size: 18px;
    font-size: 1.125rem; } }

.p-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.p-nav-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .p-nav-list {
      padding: 15px 15px 0; } }
  @media print, screen and (min-width: 769px) {
    .p-nav-list {
      padding: 30px 0;
      width: 900px;
      margin: 0 auto; } }
  .p-nav-list:after {
    content: none; }
  .p-nav-list li {
    letter-spacing: 0;
    display: block;
    text-align: center;
    text-shadow: 0 0 3px #000; }
    .p-nav-list li:before {
      content: none; }
  .p-nav-list a {
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .p-nav-list a {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media print, screen and (min-width: 769px) {
      .p-nav-list a {
        font-size: 18px;
        font-size: 1.125rem; } }
    .p-nav-list a:hover {
      background: none; }
    .p-nav-list a span {
      display: block; }
      @media only screen and (max-width: 768px) {
        .p-nav-list a span {
          font-size: 9px;
          font-size: 0.5625rem;
          letter-spacing: -.1em; } }
      @media print, screen and (min-width: 769px) {
        .p-nav-list a span {
          font-size: 12px;
          font-size: 0.75rem; } }

/*
 * content
 */
@media print, screen and (min-width: 769px) {
  .p-content-list {
    margin: 0 auto; } }

@media only screen and (max-width: 768px) {
  .p-content-item {
    padding: 40px 0; } }
@media print, screen and (min-width: 769px) {
  .p-content-item {
    padding: 100px 0; } }
@media only screen and (max-width: 768px) {
  .p-content-item .p-content-item-inr {
    padding: 0 25px; } }
@media print, screen and (min-width: 769px) {
  .p-content-item .p-content-item-inr {
    width: 960px;
    margin: 0 auto; } }
.p-content-item:nth-of-type(2n) {
  background: #efefef; }

.p-content-ttl {
  border: none !important;
  line-height: 1.2 !important;
  height: auto !important; }
  @media only screen and (max-width: 768px) {
    .p-content-ttl {
      font-size: 20px !important;
      margin: 0 0 40px !important; } }
  @media print, screen and (min-width: 769px) {
    .p-content-ttl {
      font-size: 26px !important;
      margin: 0 0 40px !important; } }

.p-content-ttl-sub {
  color: #004e4e;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin: 20px 0 10px; }

@media only screen and (max-width: 768px) {
  .p-table {
    margin-top: 20px;
    display: block;
    border-collapse: collapse; } }
@media print, screen and (min-width: 769px) {
  .p-table {
    margin-top: 30px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px; } }
@media only screen and (max-width: 768px) {
  .p-table tr, .p-table tbody {
    display: block; } }
.p-table th {
  font-weight: bold;
  padding: 5px 10px;
  background: #ccc;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-table th {
      display: block;
      margin-top: 15px; } }
.p-table td {
  padding: 5px 10px;
  background: #eee; }
  @media only screen and (max-width: 768px) {
    .p-table td {
      display: block; } }
  @media print, screen and (min-width: 769px) {
    .p-table td {
      text-align: center; } }
.p-table a {
  display: block;
  border: 1px solid #004e4e;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  padding: 10px 15px 10px 5px;
  line-height: 1; }
  .p-table a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #004e4e;
    border-right: 2px solid #004e4e;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg); }
    @media only screen and (max-width: 768px) {
      .p-table a:after {
        right: 10px; } }
    @media print, screen and (min-width: 769px) {
      .p-table a:after {
        right: 10px; } }
  @media only screen and (max-width: 768px) {
    .p-table a {
      text-align: center;
      margin-bottom: 5px; } }
  @media print, screen and (min-width: 769px) {
    .p-table a:hover {
      border: 1px solid #fff;
      background: #004e4e;
      color: #fff; }
      .p-table a:hover:after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; } }

nav.fixed {
  background: none;
  box-shadow: none;
  position: absolute !important; }

/*# sourceMappingURL=plan.css.map */
