@charset "UTF-8";

@font-face {
  font-family: 'HiraKaku';
  src: local('HiraKakuProN-W3'),
       local('HiraKakuPro-W3');
}

@font-face {
  font-family: 'HiraKaku';
  src: local('HiraKakuProN-W6'),
       local('HiraKakuPro-W6');
  font-weight: bold;
}

header, footer, main,
article, section, nav, aside {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
  color: inherit;
  font: inherit;
}

.offscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  visibility: hidden;
}

.image img {
  width: 100%;
  vertical-align: top;
}

.nowrap {
  white-space: nowrap;
}

/* --------------------------------
  slider
*/

#slider-content {
  backface-visibility: visible;
}

/* --------------------------------
  remodal
*/

.remodal-ovarlay {
  background: rgba(0, 0, 0, .8);
}

.remodal {
  color: inherit;
  width: 966px;
  max-width: none;
  padding: 3px;
  text-align: left;
}

.remodal-close {
  width: 40px;
  height: 40px;
  right: 0;
  left: auto;
  color: #666;
  background: #fff;
}

.remodal-close::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font: 40px/1 'Arial', 'Helvetica', sans-serif;
}

/* ================================================================
   content
   ================================================================ */

#contents_area {
  width: auto;
  margin-bottom: 0;
  overflow: hidden;
}

#contents_area,
.remodal {
  font: 16px/1.5 'HiraKaku', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.contents_header a,
.contents_main a,
.contents_footer a,
.remodal a {
  color: #f61;
  text-decoration: underline;
}

.contents_main a:hover,
.contents_main a:active,
.contents_main a:focus,
.remodal a:hover,
.remodal a:active,
.remodal a:focus {
  opacity: .8;
}

a.btn {
  position: relative;
  display: inline-block;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

a.btn {
  text-decoration: none;
}

a.btn:hover,
a.btn:active,
a.btn:focus {
  opacity: .7;
}

.arrow {
  position: relative;
}

.arrow::before {
  content: '';
  position: absolute;
  top: 0;
  height: 0;
  margin: auto;
  border: solid;
  border-width: 6px 0 6px 10px;
  border-color: rgba(255, 255, 255, 0) currentColor;
}

.btn.arrow::before {
  bottom: 0;
}

.inner {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex.justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex.baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.flex>.noflex {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* --------------------------------
   body text
   -------------------------------- */

.body_text {
  font-size: 14px;
  line-height: 1.7142857;
}

.body_text p {
  text-align: justify;
  font-kerning: none;
  -webkit-font-feature-settings: 'kern' 0;
  font-feature-settings: 'kern' 0;
}

.body_text p:not(:first-child),
.body_text ul:not(:first-child),
.body_text ol:not(:first-child),
.body_text dl:not(:first-child) {
  margin-top: 1.7142857em;
}

.note,
.notes li {
  position: relative;
  margin: 4px 0 0 1.5em;
  font-size: 12px;
  line-height: 1.5;
}

.note::before,
.notes li::before {
  content: '※';
  position: absolute;
  right: 100%;
  padding-right: .5em;
}

/* --------------------------------
   plan number
   -------------------------------- */

.plan_number {
  display: block;
  position: relative;
  width: 320px;
  height: 320px;
}

.plan_number .number {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70.710678118%;
  height: 70.710678118%;
  margin: auto;
  background: #fff right 0 no-repeat;
  background-size: 56.5685425%;
  text-indent: 110%;
  white-space: nowrap;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.plan_number .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 141.421356%;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.plan_number .text img {
  display: block;
}

.plan_number a.number {
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

.plan_number a.number::before,
.plan_number a.number::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.plan_number a.number::before {
  background: url(../images/plan_nav_arrow.png) 0 bottom no-repeat;
  background-size: 56.5685425%;
}

.plan_number a.number:hover,
.plan_number a.number:active,
.plan_number a.number:focus {
  z-index: 1;
  box-shadow: 0 0 32px rgba(0, 0, 0, .5);
}

.plan_1 .plan_number .number {
  background-image: url(../images/plan_1_number.png);
}

.plan_2 .plan_number .number {
  background-image: url(../images/plan_2_number.png);
}

/* ================================
   header
   ================================ */

.contents_header {
  position: relative;
  z-index: 1;
  background: #00621a;
}

.contents_header_content {
  position: relative;
  z-index: 1;
  height: 256px;
}

.contents_header_content .inner {
  width: 1040px;
  height: 256px;
}

.contents_header_main {
  position: absolute;
  top: -320px;
  left: 0;
  width: 640px;
  height: 640px;
}

.contents_header_main::before,
.contents_header_main::after {
  content: '';
  position: absolute;
}

.contents_header_main::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 452.5px;
  height: 452.5px;
  margin: auto;
  box-sizing: border-box;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contents_header_main::after {
  top: 16px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 0 144px 144px;
  border-style: solid;
  border-color: #00621a transparent;
}

.contents_heading>span {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
}

.contents_heading .tagline {
  top: 80px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

.contents_heading .text {
  bottom: 50%;
  display: block;
  width: 480px;
  margin-bottom: -1px;
  padding: 0 32px;
  border-bottom: 2px solid #00621a;
}

.contents_header_intro {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding-top: 16px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

.contents_header_intro p>span {
  background: #fff;
}

.internal_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

/* --------------------------------
   slider
   -------------------------------- */

#slider {
  height: 750px;
}

#slider-control {
  display: none;
}

/* ================================
   main
   ================================ */

/* --------------------------------
   plan
   -------------------------------- */

.plan {
  padding: 0 0 96px;
  background: #dee5b0;
}

.plan_header .image {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.plan_header img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.plan_heading {
  position: relative;
  z-index: 1;
  height: 192px;
}

.plan_heading .plan_number {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: auto;
}

.plan_heading .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  background: center no-repeat;
  text-indent: 110%;
  white-space: nowrap;
}

.plan_content {
  position: relative;
  z-index: 1;
  width: 960px;
  margin: 0 auto;
  padding: 734px 0 0;
  border: solid #fff;
  border-width: 10px 10px 0;
  overflow: hidden;
  background: #fff;
}

.plan_content::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 320px;
  width: 1px;
  height: 100%;
  background: #dee5b0;
}

.plan_body {
  float: left;
  width: 640px;
  padding: 19px 10px 19px 0;
  box-sizing: border-box;
}

.plan_body .body_text {
  padding: 0 1em;
}

.plan_image {
  position: absolute;
  top: 0;
  left: 0;
}

.plan_image_captions {
  counter-reset: caption-counter;
  float: right;
  width: 310px;
  box-sizing: border-box;
  padding: 21px 10px 21px 0;
}

.plan_image_captions li {
  counter-increment: caption-counter;
  position: relative;
  margin: 1em 0 0 0;
  padding: 0 0 0 32px;
  font-size: 13px;
  line-height: 1.461538;
}

.plan_image_captions li:first-child {
  margin-top: 0;
}

.plan_image_captions li::before {
  content: counter(caption-counter);
  position: absolute;
  top: -.153846em;
  left: 0;
  width: 23px;
  color: #fff;
  background: #00621a;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
}

.plan_featured {
  float: right;
  width: 300px;
  padding: 0 10px 0 0;
}

.plan_featured h2 {
  color: #fff;
  height: 40px;
  overflow: hidden;
  background: #00621a url(../images/plan_featured_heading.png) center no-repeat;
  background-size: 100%;
  text-indent: 110%;
  white-space: nowrap;
}

.plan_featured_spot h3 {
  margin: 1em auto;
  color: #00621a;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.plan_featured_spot h3::before {
  content: '「';
}
.plan_featured_spot h3::after {
  content: '」';
}

.plan_featured_spot_data dt {
  margin: 16px 0 4px;
  padding: 0 4px 4px;
  border-bottom: 1px solid #999;
  font-size: 15px;
  line-height: 1.533333;
}

.plan_featured_spot_data dt::before {
  content: '◎';
}

.plan_featured_spot_data dd {
  margin: 4px;
  padding-left: 1.0714286em;
  font-size: 14px;
  line-height: 1.5714286;
}

.plan_featured_spot_more {
  margin: 16px auto 0;
  padding-bottom: 24px;
  text-align: center;
}

.plan_featured_spot_more .btn {
  display: inline-block;
  width: 192px;
  padding: 8px;
  box-sizing: border-box;
  color: #fff;
  background: #000;
}

.plan_featured_spot_more .btn::before {
  content: '\bb';
  margin-right: .5em;
}

/* --------------------------------
   ticket
   -------------------------------- */

#ticket {
  background: #e5edf6;
}

.ticket_content  {
  width: 920px;
  padding: 32px 0 40px;
}

.ticket_header {
  border: solid #fff;
  border-width: 3px 0 1px;
}

.ticket_header::after {
  content: '';
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 5px solid #004ea2;
}

.ticket_heading {
  padding: 20px 0;
  border-bottom: 5px solid #e84e9a;
  color: #e84e9a;
  background: #fdedf5;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.ticket_description {
  padding: 0 10px;
  font-size: 15px;
  line-height: 1.7;
}

.ticket_description em {
  color: #e84e9a;
  font-size: 18px;
  font-weight: bold;
}

.ticket_container,
.ticket_footer {
  margin-top: 32px;
}

.ticket_container_heading {
  background-color: #d1e8fe;
  border-width: 2px 0;
  border-style: solid;
  border-color: #004ea2;
  padding: 9px 1em 9px;
  color: #004ea2;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}

.ticket_container_body {
  margin-top: 12px;
  padding: 0 10px;
}

.ticket_data {
  font-size: 14px;
}

.ticket_data th,
.ticket_data td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.ticket_data th {
  position: relative;
  padding-left: 1em;
  padding-right: 0.5em;
  vertical-align: top;
  white-space: nowrap;
}

.ticket_data th::before {
  content: "◎";
  position: absolute;
  left: 0;
}

.ticket_data td {
  position: relative;
  padding-left: 1.5em;
}

.ticket_data td::before {
  content: "：";
  position: absolute;
  left: 0;
}

.ticket_price_sheet {
  margin-top: 12px;
  text-align: center;
}

.ticket_container_body .notes {
  margin-left: -1em;
  font-size: 12px;
}

.ticket_container_body .note {
  display: inline-block;
  margin-left: 2.5em;
}

.ticket_footer {
  border-top: 2px solid #004ea2;
  padding: 12px 10px 0;
  font-size: 14px;
}

.ticket_footer p {
  margin-top: 4px;
}

.ticket_footer .ticket_more {
  margin-top: 30px;
  text-align: center;
}

.ticket_footer .ticket_more .btn {
  display: inline-block;
  background-color: #004ea2;
  padding: 13px 2em;
  color: #fff;
  font-size: 16px;
}

.ticket_footer .ticket_more .btn::before {
  content: '\bb';
  margin-right: .5em;
}

/* ================================
   footer
   ================================ */

.contents_footer {
  width: 1060px;
  margin: 24px auto;
  padding: 10px 14px;
  border: 2px solid #b8cbd6;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.461538;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   -1600px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (max-width: 1600px) {

  .plan_header .image {
    height: 675px;
  }

}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   -1200px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (max-width: 1280px) {

  .plan_header .image {
    height: auto;
  }

  .plan_header img {
    position: static;
  }

}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   -568px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (max-width: 568px) {

  /* --------------------------------
     remodal
     */

  .remodal {
    width: 100%;
  }

  /* ================================================================
     content
     ================================================================ */

  .inner {
    width: auto;
  }

  /* --------------------------------
     plan number
     -------------------------------- */

  .plan_number {
    width: 160px;
    height: 160px;
  }

  .plan_number a.number:hover,
  .plan_number a.number:active,
  .plan_number a.number:focus {
    z-index: 1;
    box-shadow: 0 0 16px rgba(0, 0, 0, .5);
  }

  /* ================================
     header
     ================================ */

  .contents_header_content {
    height: auto;
  }

  .contents_header_content .inner {
    width: auto;
    height: auto;
  }

  .contents_header_main {
    position: static;
    width: auto;
    height: auto;
  }

  .contents_header_main::before,
  .contents_header_main::after {
    content: none;
  }

  .contents_heading>span {
    display: block;
    position: static;
  }

  .contents_heading .tagline {
    padding: 8px 0;
  }

  .contents_heading .tagline br {
    display: none;
  }

  .contents_heading .text {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    background: #fff;
  }

  .contents_header_intro {
    position: static;
    padding: 16px;
    background: #fff;
    text-align: left;
  }

  .contents_header_intro br {
    display: none;
  }

  .internal_nav {
    position: static;
    padding: 16px 0;
    -webkit-transform: none;
    transform: none;
  }

  .internal_nav.flex.right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #slider {
    height: 240px;
    margin-bottom: 0;
  }

  /* ================================
     main
     ================================ */

  /* --------------------------------
     plan
     -------------------------------- */

  .plan {
    padding-bottom: 32px;
  }

  .plan_heading {
    height: 128px;
  }

  .plan_heading .plan_number {
    top: auto;
  }

  .plan_heading .text {
    max-width: 375px;
    background-size: 100%;
  }

  .plan_content {
    width: auto;
    padding: 0;
    border: 0;
  }

  .plan_content::before {
    content: none;
  }

  .plan_body,
  .plan_image_captions,
  .plan_featured {
    float: none;
    width: auto;
  }

  .plan_body {
    padding: 24px 0;
  }

  .plan_body .body_text {
    padding: 0 16px;
  }

  .plan_image {
    position: static;
  }

  .plan_image_captions,
  .plan_featured {
    padding: 0 16px;
  }

  .plan_image_captions {
    margin: 16px auto;
  }

  .plan_featured {
    margin: 48px auto 0;
  }

  /* --------------------------------
     ticket
     -------------------------------- */

  .ticket_content  {
    padding: 16px 0 20px;
  }
  
  .ticket_container,
  .ticket_footer {
    margin-top: 16px;
  }
  
  .ticket_data th {
    /*white-space: normal;*/
  }
  
  .ticket_price_sheet img {
    width: 100%;
  }
  
  .ticket_footer .ticket_more {
    margin-top: 15px;
  }

  /* ================================
     footer
     ================================ */

  .contents_footer {
    width: auto;
    margin: 16px;
  }

}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   -360px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (max-width: 360px) {


}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   -350px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (max-width: 350px) {


}
