@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll; }

body {
  line-height: 1;
  color: #000; }

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* 汎用クラス */
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.box_size, .btn a, .btn a.white.borderGray, .btn a.white.border, header nav ul li, footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.fontAsap {
  font-family: "Asap", sans-serif;
  font-weight: 700; }

.blockCenter {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.txVertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

/* clearfix */
.clearfix, header nav:after, #Mainwrap #headline ul:after, #Mainwrap .special div:after, #Mainwrap #planWrap:after {
  *zoom: 1; }
  .clearfix:after, header nav:after, #Mainwrap #headline ul:after, #Mainwrap .special div:after, #Mainwrap #planWrap:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.section {
  width: 984px;
  margin: 0 auto;
  padding: 0 0 35px 0; }
  .section.pt1 {
    padding-top: 35px; }
  .section.pb0 {
    padding-bottom: 0; }
  .section.pb1 {
    padding-bottom: 10px; }
  .section.pb3 {
    padding-bottom: 30px; }
  .section.pb6 {
    padding-bottom: 60px; }
  .section.border {
    border-bottom: 1px solid #e3dedc; }
  .section.column50-50 {
    display: table; }
    .section.column50-50 div {
      display: table-cell;
      vertical-align: top; }
      .section.column50-50 div:first-child {
        width: 50%; }
      .section.column50-50 div:last-child {
        width: 50%; }
  .section.column3-3-3 {
    display: table; }
    .section.column3-3-3 div {
      display: table-cell;
      vertical-align: top;
      width: 32%; }
      .section.column3-3-3 div:nth-child(1) {
        padding-right: 1%; }
      .section.column3-3-3 div:nth-child(2) {
        padding: 0 0.5%; }
      .section.column3-3-3 div:nth-child(3) {
        padding-left: 1%; }
    .section.column3-3-3 dd:last-child {
      padding: 30px 0 20px 0; }
      .section.column3-3-3 dd:last-child img {
        width: 280px; }
  .section.full {
    width: 100%; }
    .section.full.column2 {
      display: table; }
      .section.full.column2 div {
        display: table-cell;
        width: 48%; }
        .section.full.column2 div:first-child {
          text-align: right;
          /* padding-right: 5%; */ }
        .section.full.column2 div:last-child {
          text-align: left;
          /* padding-left: 5%; */ }

.mt1 {
  margin-top: 10px; }

.mt2 {
  margin-top: 20px; }

.bottomAdvantage {
  padding: 35px 0 0 0;
  background: url(../images/bgDotted.png); }

#topicPath {
  border-top: 1px solid #d2dde4;
  padding: 25px 0; }
  #topicPath ul {
    width: 984px;
    margin: 0 auto;
    text-align: left; }
  #topicPath li {
    display: inline-block;
    color: #333; }
    #topicPath li a {
      text-decoration: none;
      color: #333; }
    #topicPath li a:after {
      padding-left: 1em;
      margin-right: 1em; }

.notes {
  font-size: 11px; }

.telNum {
  font-family: "Asap", sans-serif;
  font-weight: 400; }

#pageTop {
  clear: both;
  text-align: right; }

.contentInfo {
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  text-align: center;
  background: #ded3d0; }
  .contentInfo p {
    margin: 0;
    margin: 0 !important; }
  .contentInfo .telNum {
    font-size: 20px; }
  .contentInfo span[data-action="call"] {
    text-decoration: none; }
  .contentInfo span {
    text-decoration: none; }

.backTop {
  text-align: right !important; }
  .backTop:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #eae5e3;
    position: relative;
    margin-right: 35px;
    vertical-align: bottom; }
  .backTop a {
    color: #6c5651;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold; }
    .backTop a:before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 16px;
      background: url(../images/iconBack.png) no-repeat;
      margin-right: 1em;
      position: relative;
      top: 5px; }

.btn {
  margin-bottom: 1em;
  position: relative; }
  .btn a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    position: relative; }
    .btn a.yellow {
      background: #f6ea20;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
      .btn a.yellow:hover {
        background: #001d48;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
    .btn a.white {
      background: #fff;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      color: #333; }
      .btn a.white.borderGray {
        border: 2px solid #e9e9e9;
        color: #9a9a9a; }
      .btn a.white.border {
        border: 2px solid #f6ea20; }
      .btn a.white.borderWhite {
        border: 2px solid #fff; }
      .btn a.white:hover {
        background: #001d48;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        color: #fff; }
    .btn a.yellow {
      background: #f6ea20; }
    .btn a.pdf:after {
      content: '';
      display: block;
      width: 19px;
      height: 25px;
      background: url(../images/iconPDF.png) no-repeat;
      position: absolute;
      right: 5%;
      top: 40%; }
    .btn a span {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      display: block;
      letter-spacing: normal; }
    .btn a.sizeL {
      width: 460px;
      height: 70px;
      padding-top: 25px; }
    .btn a.sizeM {
      width: 296px;
      height: 56px;
      padding-top: 20px; }

.right {
  float: right !important; }

.left {
  float: left !important; }

.textRight {
  text-align: right; }

.textCenter {
  text-align: center; }

.textBold {
  font-weight: bold; }

.clear {
  clear: both; }

.mincho {
  font-family: "リュウミン M-KL", "游明朝", "YuMincho"; }

html, body {
  height: 100%; }

body {
  min-width: 984px;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: YuGothic, "游ゴシック", sans-serif;
  letter-spacing: .1em;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased; }

header {
  width: 100%;
  background: url(images/mainVIsual.jpg) no-repeat;
  background-size: cover;
  height: 673px;
  position: relative; }
  header nav {
    max-width: 1272px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #fff; }
    header nav p {
      width: 95px;
      position: relative;
      top: 30px;
      left: 0; }
    header nav #navigation {
      width: 400px;
      float: right; }
    header nav ul:first-of-type {
      float: left;
      text-align: left; }
    header nav ul li {
      display: inline-block;
      margin-right: 20px;
      position: relative; }
      header nav ul li.spLi {
        display: none; }
      header nav ul li:last-child {
        margin-right: 0; }
      header nav ul li a {
        -webkit-text-shadow: 0 0 5px #333 #333;
        -moz-text-shadow: 0 0 5px #333 #333;
        -ms-text-shadow: 0 0 5px #333 #333;
        -o-text-shadow: 0 0 5px #333 #333;
        text-shadow: 0 0 5px #333 #333; }
      header nav ul li.category {
        border-left: 1px solid #fff;
        padding-left: 10px; }
      header nav ul li.category.access a {
        padding-left: 20px; }
      header nav ul li.category.access a:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        top: -8px;
        background: url(images/iconMap.png) no-repeat;
        width: 30px;
        height: 36px; }
    header nav a {
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      font-weight: bold; }
  header h1 {
    position: absolute;
    width: 100%;
    height: 2.5em;
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    -webkit-text-shadow: 0 0 10px #333;
    -moz-text-shadow: 0 0 10px #333;
    -ms-text-shadow: 0 0 10px #333;
    -o-text-shadow: 0 0 10px #333;
    text-shadow: 0 0 10px #333;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    text-align: right;
    top: 0;
    right: 0;
    left: -20%;
    bottom: 0;
    margin: auto; }
  header #mainVisualBnr {
    position: absolute;
    top: 30%;
    right: 0;
    left: -20%;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 50px;
    text-align: right; }
    header #mainVisualBnr li {
      list-style: none;
      display: inline-block; }
    header #mainVisualBnr .btn a {
      width: 250px;
      height: 50px;
      color: #fff;
      background: #c0a27c;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      line-height: 50px; }
    header #mainVisualBnr .btn a:hover {
      background: #001d48;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }

.btn a {
  height: 50px;
  color: #fff;
  background: #c0a27c;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  line-height: 50px; }
.btn a:hover {
  background: #001d48;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

#headerWrap {
  position: relative;
  background: #fff;
  padding: 0; }
  #headerWrap:after {
    content: '';
    width: 100%;
    height: 34px;
    display: block;
    position: absolute;
    bottom: -34px;
    background: url(images/shadow.png) repeat-x;
    z-index: 1; }

#Mainwrap {
  width: 100%;
  background: #F1EADF;
  padding: 80px 0 0 0;
  position: relative; }
  #Mainwrap h2 {
    font-family: "リュウミン M-KL", "游明朝", "YuMincho";
    font-weight: 400;
    font-size: 38px;
    text-align: center;
    color: #3c2156;
    margin-bottom: 30px;
    position: relative; }
    #Mainwrap h2.headIcon {
      margin-top: 40px; }
      #Mainwrap h2.headIcon:after {
        position: absolute;
        left: 0;
        right: 0;
        top: -60px;
        display: block;
        width: 250px;
        height: 60px;
        margin: 0 auto;
        background: url(images/headIcon.png) no-repeat;
        content: ''; }
    #Mainwrap h2:before {
      content: '';
      display: block;
      position: absolute;
      border-top: 2px dotted #686767;
      width: 100%;
      height: 2px;
      top: 28px; }
    #Mainwrap h2 span {
      background: #F1EADF;
      padding: 0 15px;
      position: relative; }
    #Mainwrap h2 + p {
      font-size: 16px;
      font-family: YuGothic, "游ゴシック", sans-serif;
      text-align: center;
      color: #333;
      line-height: 1.5;
      display: block;
      letter-spacing: 0; }
  #Mainwrap #headline {
    background: #c8cfdd;
    width: 100%;
    height: 370px;
    display: block;
    position: absolute;
    top: 3611px;
    z-index: 100; }
    #Mainwrap #headline p {
      margin: 0 auto; }
    #Mainwrap #headline p:first-child {
      padding: 0;
      width: 984px;
      margin: 35px auto 20px auto; }
      #Mainwrap #headline p:first-child img {
        width: 984px; }
    #Mainwrap #headline ul {
      width: 984px;
      margin: 0 auto; }
      #Mainwrap #headline ul li {
        float: left;
        list-style: none;
        width: 314px;
        margin-right: 20px; }
        #Mainwrap #headline ul li:last-child {
          margin-right: 0; }
  #Mainwrap #RSarea {
    padding-bottom: 140px; }
    #Mainwrap #RSarea h3 img {
      width: 250px; }
    #Mainwrap #RSarea dt, #Mainwrap #RSarea dd {
      letter-spacing: 0; }
    #Mainwrap #RSarea dt {
      font-size: 24px;
      text-align: center;
      padding: 15px 0;
      font-family: "リュウミン M-KL", "游明朝", "YuMincho";
      color: #3c2156; }
    #Mainwrap #RSarea dd {
      font-size: 14px; }
    #Mainwrap #RSarea dd:last-child {
      padding: 30px 0 20px 0; }
      #Mainwrap #RSarea dd:last-child img {
        width: 280px; }
    #Mainwrap #RSarea .btn {
      width: 90%;
      margin: 20px auto 0 auto; }
      #Mainwrap #RSarea .btn a {
        letter-spacing: 0; }
  #Mainwrap .special {
    padding: 15px 40px;
    width: 944px;
    margin: 50px auto 100px auto; }
    #Mainwrap .special:first-child {
      margin: 0 auto; }
    #Mainwrap .special .headIcon {
      font-size: 20px;
      font-family: "リュウミン M-KL", "游明朝", "YuMincho";
      color: #fff;
      padding: 5px 15px;
      background: #5c598b;
      text-align: center;
      letter-spacing: 0;
      width: 4em; }
    #Mainwrap .special .headSlim {
      line-height: 1.4;
      letter-spacing: normal; }
    #Mainwrap .special h4 {
      font-size: 30px;
      font-family: "リュウミン M-KL", "游明朝", "YuMincho";
      color: #3c2156;
      font-size: 30px;
      letter-spacing: 0;
      line-height: 1.2;
      padding: 15px 0; }
    #Mainwrap .special div {
      text-align: left; }
      #Mainwrap .special div li {
        list-style: none; }
        #Mainwrap .special div li.w1 {
          width: 200px; }
        #Mainwrap .special div li.w2 {
          width: 400px; }
      #Mainwrap .special div .headThumb {
        width: 290px;
        margin-bottom: 10px; }
    #Mainwrap .special div:first-child {
      width: 300px;
      float: left; }
    #Mainwrap .special div:last-child {
      padding-left: 330px; }
    #Mainwrap .special .photoList1 li {
      float: left; }
      #Mainwrap .special .photoList1 li:nth-child(1) {
        margin: 0 10px 0 0; }
      #Mainwrap .special .photoList1 li:nth-child(2) {
        margin: 0 0 5px 0; }
    #Mainwrap .special .photoList2 li {
      float: left; }
      #Mainwrap .special .photoList2 li:nth-child(1) {
        margin: 0 10px 0 0; }
      #Mainwrap .special .photoList2 li:nth-child(3) {
        margin: 20px 0 0 0; }
      #Mainwrap .special .photoList2 li:last-child {
        margin: 20px 0 0 10px; }
  #Mainwrap #planWrap {
    width: 984px;
    margin: 100px auto 0 auto;
    padding: 0 0 60px 0; }
  #Mainwrap .detailWrap {
    width: 312px;
    float: left; }
    #Mainwrap .detailWrap:nth-child(2) {
      margin: 0 24px; }
    #Mainwrap .detailWrap .ceparete:after {
      content: '';
      display: block;
      position: relative;
      width: 110%;
      left: -5%;
      height: 4px;
      background: #F1EADF;
      margin: 0 0 20px 0; }
    #Mainwrap .detailWrap .DLceparete:after {
      content: '';
      display: block;
      position: relative;
      width: 110%;
      left: -5%;
      height: 4px;
      top: 20px;
      background: #F1EADF;
      margin: 0 0 30px 0; }
    #Mainwrap .detailWrap .DLceparete2:after {
      content: '';
      display: block;
      position: relative;
      width: 110%;
      left: -5%;
      height: 4px;
      top: 40px;
      background: #F1EADF;
      margin: 0 0 60px 0; }
    #Mainwrap .detailWrap .detail {
      width: 264px;
      margin: 0 auto;
      background: #fff;
      position: relative; }
      #Mainwrap .detailWrap .detail#case1:before, #Mainwrap .detailWrap .detail#case2:before, #Mainwrap .detailWrap .detail#case3:before {
        content: '';
        display: block;
        width: 313px;
        height: 425px;
        position: absolute;
        top: -95px;
        left: -25px; }
      #Mainwrap .detailWrap .detail#case1:before {
        background: url(images/planHead1Bg.png) no-repeat; }
      #Mainwrap .detailWrap .detail#case2:before {
        background: url(images/planHead2Bg.png) no-repeat; }
      #Mainwrap .detailWrap .detail#case3:before {
        background: url(images/planHead3Bg.png) no-repeat; }
      #Mainwrap .detailWrap .detail .top {
        margin: 0 0 80px 0; }
        #Mainwrap .detailWrap .detail .top p:last-child {
          font-family: "リュウミン M-KL", "游明朝", "YuMincho";
          padding: 15px 0;
          font-size: 15px;
          letter-spacing: -.05em; }
      #Mainwrap .detailWrap .detail .day1, #Mainwrap .detailWrap .detail .day2 {
        position: relative; }
        #Mainwrap .detailWrap .detail .day1 dl, #Mainwrap .detailWrap .detail .day2 dl {
          letter-spacing: 0;
          padding: 10px 5px; }
          #Mainwrap .detailWrap .detail .day1 dl.second, #Mainwrap .detailWrap .detail .day2 dl.second {
            padding-top: 30px;
            margin: 30px 0 0 0;
            position: relative; }
            #Mainwrap .detailWrap .detail .day1 dl.second:before, #Mainwrap .detailWrap .detail .day2 dl.second:before {
              content: '';
              display: block;
              width: 100%;
              height: 4px;
              background: url(images/headDayBg.png) repeat-x;
              position: absolute;
              top: 0;
              left: 0; }
          #Mainwrap .detailWrap .detail .day1 dl dt, #Mainwrap .detailWrap .detail .day2 dl dt {
            padding: 0 5px; }
            #Mainwrap .detailWrap .detail .day1 dl dt.person, #Mainwrap .detailWrap .detail .day2 dl dt.person {
              position: relative; }
              #Mainwrap .detailWrap .detail .day1 dl dt.person p:last-child, #Mainwrap .detailWrap .detail .day2 dl dt.person p:last-child {
                position: absolute;
                top: 35px;
                right: -40px; }
          #Mainwrap .detailWrap .detail .day1 dl dd.hotelStay, #Mainwrap .detailWrap .detail .day2 dl dd.hotelStay {
            display: none; }
          #Mainwrap .detailWrap .detail .day1 dl dd.time, #Mainwrap .detailWrap .detail .day2 dl dd.time {
            font-weight: bold;
            font-size: 20px;
            color: #c7ac89;
            font-family: "Roboto Condensed", sans-serif;
            height: 2em; }
            #Mainwrap .detailWrap .detail .day1 dl dd.time:before, #Mainwrap .detailWrap .detail .day2 dl dd.time:before {
              top: 3px; }
            #Mainwrap .detailWrap .detail .day1 dl dd.time.t0800:before, #Mainwrap .detailWrap .detail .day2 dl dd.time.t0800:before {
              background-position: 0 0; }
            #Mainwrap .detailWrap .detail .day1 dl dd.time.t0830:before, #Mainwrap .detailWrap .detail .day2 dl dd.time.t0830:before {
              background-position: -25px -25px; }
            #Mainwrap .detailWrap .detail .day1 dl dd.time.t0900:before, #Mainwrap .detailWrap .detail .day2 dl dd.time.t0900:before {
              background-position: -50px -50px; }
            #Mainwrap .detailWrap .detail .day1 dl dd.time.t0930:before, #Mainwrap .detailWrap .detail .day2 dl dd.time.t0930:before {
              background-position: -75px -75px; }
            #Mainwrap .detailWrap .detail .day1 dl dd.time.t1100:before, #Mainwrap .detailWrap .detail .day2 dl dd.time.t1100:before {
              background-position: -100px -100px; }
            #Mainwrap .detailWrap .detail .day1 dl dd.time.t1130:before, #Mainwrap .detailWrap .detail .day2 dl dd.time.t1130:before {
              background-position: -125px -125px; }
            #Mainwrap .detailWrap .detail .day1 dl dd.time.t1800:before, #Mainwrap .detailWrap .detail .day2 dl dd.time.t1800:before {
              background-position: -150px -150px; }
            #Mainwrap .detailWrap .detail .day1 dl dd.time.t1500:before, #Mainwrap .detailWrap .detail .day2 dl dd.time.t1500:before {
              background-position: -125px -125px;
              top: 5px; }
          #Mainwrap .detailWrap .detail .day1 dl dd.time:before, #Mainwrap .detailWrap .detail .day2 dl dd.time:before {
            content: '';
            display: inline-block;
            width: 25px;
            height: 25px;
            background: url(images/iconTime.png) no-repeat left top;
            position: relative; }
          #Mainwrap .detailWrap .detail .day1 dl dd .notes, #Mainwrap .detailWrap .detail .day2 dl dd .notes {
            color: #c7ac89;
            display: block;
            font-size: 12px; }
          #Mainwrap .detailWrap .detail .day1 dl dd h5, #Mainwrap .detailWrap .detail .day2 dl dd h5 {
            font-family: "リュウミン M-KL", "游明朝", "YuMincho";
            font-size: 26px;
            color: #3c2156;
            line-height: 1.2;
            padding: 10px 0 15px 0;
            letter-spacing: 0; }
            #Mainwrap .detailWrap .detail .day1 dl dd h5.min, #Mainwrap .detailWrap .detail .day2 dl dd h5.min {
              padding: 0 0 15px 0; }
            #Mainwrap .detailWrap .detail .day1 dl dd h5 span.mini, #Mainwrap .detailWrap .detail .day2 dl dd h5 span.mini {
              font-size: 16px; }
            #Mainwrap .detailWrap .detail .day1 dl dd h5.middleHeight, #Mainwrap .detailWrap .detail .day2 dl dd h5.middleHeight {
              min-height: 2.5em; }
          #Mainwrap .detailWrap .detail .day1 dl dd p, #Mainwrap .detailWrap .detail .day2 dl dd p {
            color: #666666;
            letter-spacing: -0.05em; }
          #Mainwrap .detailWrap .detail .day1 dl.moreDetail, #Mainwrap .detailWrap .detail .day2 dl.moreDetail {
            margin-top: 40px; }
            #Mainwrap .detailWrap .detail .day1 dl.moreDetail dt, #Mainwrap .detailWrap .detail .day2 dl.moreDetail dt {
              margin-bottom: 10px;
              font-weight: bold; }
            #Mainwrap .detailWrap .detail .day1 dl.moreDetail dd, #Mainwrap .detailWrap .detail .day2 dl.moreDetail dd {
              margin-bottom: 30px; }
      #Mainwrap .detailWrap .detail#case1 .day1 dt {
        height: 160px; }
      #Mainwrap .detailWrap .detail#case1 .day1 h4 {
        margin: 20px 0 0 0; }
      #Mainwrap .detailWrap .detail#case1 .day2 dl.second dt {
        position: relative;
        height: 220px; }
        #Mainwrap .detailWrap .detail#case1 .day2 dl.second dt p {
          position: absolute;
          width: 271px;
          top: 0;
          left: 0; }
      #Mainwrap .detailWrap .detail .day1 {
        height: 515px;
        position: relative; }
        #Mainwrap .detailWrap .detail .day1:after {
          content: '';
          display: block;
          border: 10px solid transparent;
          border-top-color: #fff;
          border-bottom-width: 0;
          width: 0;
          position: absolute;
          bottom: -10px;
          left: 46%;
          z-index: 150; }
        #Mainwrap .detailWrap .detail .day1 dl dt {
          height: 180px; }
      #Mainwrap .detailWrap .detail .day2 {
        margin-top: 430px;
        height: 1000px;
        position: relative; }
        #Mainwrap .detailWrap .detail .day2:before {
          content: '';
          display: block;
          border: 10px solid transparent;
          border-top-color: #c8cfdd;
          border-bottom-width: 0;
          width: 0;
          position: absolute;
          top: -60px;
          left: 46%;
          z-index: 150; }
        #Mainwrap .detailWrap .detail .day2 .time {
          padding: 15px 0 0 0; }
    #Mainwrap .detailWrap h4 {
      background: url(images/headDayBg.png) repeat-x;
      position: relative;
      margin: 20px 0;
      color: #8b7ba0; }
      #Mainwrap .detailWrap h4 span {
        background: #fff;
        padding: 4px 10px;
        position: relative;
        top: -10px;
        font-size: 16px; }
    #Mainwrap .detailWrap .btn.border {
      width: 70%;
      margin: 20px auto; }
      #Mainwrap .detailWrap .btn.border a {
        border: 1px solid #c0a27c;
        color: #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        letter-spacing: 0; }
      #Mainwrap .detailWrap .btn.border a:hover {
        color: #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
      #Mainwrap .detailWrap .btn.border.slim a {
        height: 35px;
        line-height: 35px; }
      #Mainwrap .detailWrap .btn.border.long {
        width: 90%; }
      #Mainwrap .detailWrap .btn.border.long a {
        letter-spacing: 0;
        font-size: 12px; }

#bottomBtn {
  padding: 40px 0 80px 0; }
  #bottomBtn .btn {
    width: 90%;
    margin: 0 auto; }
    #bottomBtn .btn.exc {
      margin-top: 20px;
      border: 2px solid #c0a27c; }
      #bottomBtn .btn.exc a {
        background: none;
        color: #c0a27c; }
        #bottomBtn .btn.exc a:hover {
          background: #ebdfcf; }

footer {
  height: 80px;
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 20px; }
  footer p:first-child {
    float: left;
    line-height: 80px; }
  footer p:last-child {
    float: right;
    padding-top: 30px; }

@media screen and (max-width: 640px) {
  body {
    min-width: 100%; }

  header {
    width: 100%;
    height: 500px;
    background-position: -310px 20px; }
    header nav {
      max-width: 100%;
      padding: 0 0 0 0;
      background: #fff;
      position: relative; }
      header nav p:first-child {
        display: none; }
      header nav #navigation {
        width: 100%;
        float: none; }
      header nav ul li {
        padding: 0;
        margin: 0;
        float: left;
        width: 50%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid #ccc; }
        header nav ul li:first-of-type a:before {
          content: none; }
        header nav ul li img {
          padding: 3px 5px 0 5px;
          height: 30px;
          width: auto; }
        header nav ul li:nth-child(even) a:before {
          content: '';
          display: block;
          position: absolute;
          width: 1px;
          height: 20px;
          background: #ccc;
          top: 10px; }
        header nav ul li.spLi {
          display: block; }
          header nav ul li.spLi:first-of-type {
            text-align: left;
            padding-left: 5%; }
          header nav ul li.spLi:nth-child(2) {
            text-align: right;
            padding-right: 5%;
            position: relative; }
            header nav ul li.spLi:nth-child(2) a {
              border-left: none !important; }
        header nav ul li.pcLi {
          display: none; }
        header nav ul li.category {
          padding: 0;
          border-left: none; }
        header nav ul li.category.access {
          position: relative; }
          header nav ul li.category.access a {
            padding-left: 0; }
          header nav ul li.category.access a:before {
            content: '';
            display: block;
            position: absolute;
            left: 40%;
            top: 0;
            background: url(images/iconMap.png) no-repeat;
            width: 30px;
            height: 36px; }
        header nav ul li.line2 {
          line-height: 1;
          padding-top: 8px; }
      header nav a {
        color: #333;
        font-size: 12px;
        width: 100%;
        height: 100%;
        padding: 10px auto;
        display: block; }
    header h1 {
      position: relative;
      font-size: 30px;
      width: 90%;
      top: 40%;
      right: 0;
      left: 0;
      bottom: 0; }
    header #mainVisualBnr {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      bottom: -10px;
      z-index: 200;
      margin: auto;
      width: 100%; }
      header #mainVisualBnr li {
        list-style: none;
        display: inline-block;
        width: 49.5%;
        float: left; }
        header #mainVisualBnr li:first-child {
          margin-right: 1%; }
      header #mainVisualBnr .btn a {
        width: 100%;
        height: 50px;
        color: #fff;
        background: #c0a27c;
        line-height: 50px;
        font-size: 12px;
        letter-spacing: 0; }

  #Mainwrap #RSarea {
    padding-bottom: 0; }
    #Mainwrap #RSarea div {
      margin-top: 30px; }
      #Mainwrap #RSarea div:first-child {
        margin-top: 0; }
    #Mainwrap #RSarea dd:first-of-type {
      padding-bottom: 20px; }
    #Mainwrap #RSarea dd:last-child {
      padding: 0 0 20px 0; }
  #Mainwrap .special {
    padding: 15px 5%;
    width: 90%;
    margin: 0 auto; }
    #Mainwrap .special div {
      text-align: left; }
      #Mainwrap .special div li {
        list-style: none; }
        #Mainwrap .special div li.w1 {
          width: 50%; }
        #Mainwrap .special div li.w2 {
          width: 100%; }
      #Mainwrap .special div .headThumb {
        display: none; }
    #Mainwrap .special div:first-child {
      width: 100%;
      float: none; }
    #Mainwrap .special div:last-child {
      padding-left: 0;
      width: 100%;
      margin-top: 35px; }
    #Mainwrap .special .photoList1 li {
      float: left;
      margin: 0; }
      #Mainwrap .special .photoList1 li:nth-child(1) {
        margin: 0; }
      #Mainwrap .special .photoList1 li:nth-child(2) {
        margin: 0; }
    #Mainwrap .special .photoList2 li {
      float: left;
      margin: 0 0 10px 0; }
      #Mainwrap .special .photoList2 li:nth-child(1) {
        margin: 0 0 10px 0; }
      #Mainwrap .special .photoList2 li:nth-child(3) {
        margin: 0 0 10px 0; }
      #Mainwrap .special .photoList2 li:last-child {
        margin: 0 0 10px 0; }

  #Mainwrap {
    padding: 0; }
    #Mainwrap h2 {
      font-size: 30px;
      margin-top: 30px; }
      #Mainwrap h2.headIcon {
        margin-top: 100px; }
        #Mainwrap h2.headIcon:after {
          top: -160%; }
      #Mainwrap h2 span:before {
        width: 100%;
        height: 16px; }
      #Mainwrap h2 span:after {
        content: none; }
    #Mainwrap #headline {
      display: none; }
    #Mainwrap #planWrap {
      width: 100%; }
    #Mainwrap .detailWrap {
      width: 100%;
      float: none; }
      #Mainwrap .detailWrap:nth-child(2) {
        margin: 0; }
      #Mainwrap .detailWrap:nth-child(3) .detail {
        padding-bottom: 0; }
      #Mainwrap .detailWrap .detail {
        width: 264px;
        margin: 0 auto;
        background: #fff;
        position: relative;
        padding-bottom: 120px; }
        #Mainwrap .detailWrap .detail .day1, #Mainwrap .detailWrap .detail .day2 {
          position: relative; }
          #Mainwrap .detailWrap .detail .day1 dl dd.hotelStay, #Mainwrap .detailWrap .detail .day2 dl dd.hotelStay {
            display: block;
            margin-top: 30px;
            margin-left: -10%;
            width: 120%;
            position: relative;
            background: #c8cfdd;
            padding: 30px 20px;
            box-sizing: border-box; }
            #Mainwrap .detailWrap .detail .day1 dl dd.hotelStay:before, #Mainwrap .detailWrap .detail .day2 dl dd.hotelStay:before {
              content: '';
              display: block;
              border: 10px solid transparent;
              border-top-color: #fff;
              border-bottom-width: 0;
              width: 0;
              position: absolute;
              top: 0;
              left: 46%;
              z-index: 150; }
            #Mainwrap .detailWrap .detail .day1 dl dd.hotelStay p, #Mainwrap .detailWrap .detail .day2 dl dd.hotelStay p {
              width: 100%; }
            #Mainwrap .detailWrap .detail .day1 dl dd.hotelStay p:after, #Mainwrap .detailWrap .detail .day2 dl dd.hotelStay p:after {
              position: absolute;
              display: block;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              color: #fff;
              width: 11em;
              height: 2em;
              font-weight: bold; }
          #Mainwrap .detailWrap .detail .day1 dt.person p:last-child, #Mainwrap .detailWrap .detail .day2 dt.person p:last-child {
            right: -30px !important; }
        #Mainwrap .detailWrap .detail .day1 {
          height: 100%;
          position: relative; }
          #Mainwrap .detailWrap .detail .day1:after {
            content: none; }
          #Mainwrap .detailWrap .detail .day1 dl dt {
            height: 180px; }
        #Mainwrap .detailWrap .detail .day2 {
          margin-top: 40px;
          height: 100%; }
          #Mainwrap .detailWrap .detail .day2:before {
            content: none; }

  #bottomBtn .btn a {
    font-size: 12px; }

  footer {
    max-width: 100%;
    height: 80px;
    padding: 20px; }
    footer p:first-child {
      float: left;
      line-height: 1.2;
      font-size: 10px; }
    footer p:last-child {
      float: right;
      padding: 0; }

  .section {
    width: 90%;
    padding: 35px 5%; }
    .section.full.pb0 {
      padding-bottom: 0; }
    .section.full.pt1 {
      padding-top: 35px; }
    .section.pb0 {
      padding-bottom: 0; }
    .section.column50-50 {
      display: block; }
      .section.column50-50 div {
        display: block !important; }
        .section.column50-50 div:first-child {
          width: 100%; }
        .section.column50-50 div:last-child {
          width: 100%; }
    .section.column3-3-3 {
      display: block; }
      .section.column3-3-3 div {
        display: block !important;
        padding: 0;
        width: 100%; }
    .section.full {
      width: 100%;
      margin: 0;
      padding: 0 0 35px 0;
      box-sizing: border-box; }
      .section.full.column2 {
        display: block; }
        .section.full.column2 div {
          width: 50%;
          float: left; }
          .section.full.column2 div:first-child {
            text-align: center; }
          .section.full.column2 div:last-child {
            text-align: center; }
    .section.pt1 {
      padding-top: 35px; } }
.table1 {
  width: 100%;
  margin: 20px 0; }
  .table1 tr {
    border: 1px solid #806b67; }
  .table1 th, .table1 td {
    width: 100%;
    display: block;
    padding: 2% 2%;
    box-sizing: border-box;
    border-right: none; }
  .table1 th {
    border-bottom: 1px solid #806b67; }
  .table1 td {
    border-right: none; }

.table2 {
  display: block;
  border: 1px solid #806b67; }
  .table2 tr, .table2 th, .table2 td {
    border: none; }
  .table2 thead {
    display: block;
    float: left;
    overflow-x: scroll; }
    .table2 thead tr {
      white-space: nowrap;
      padding: 3% 3%;
      border-right: 1px solid #806b67; }
  .table2 tbody {
    display: block;
    width: auto;
    overflow-x: scroll;
    white-space: nowrap; }
    .table2 tbody tr {
      display: inline-block;
      margin: 0 -3px; }
  .table2 td {
    display: block;
    border-left: 1px solid #806b67; }
  .table2 th {
    display: block;
    width: auto; }
  .table2 td, .table2 th {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #806b67; }

.tableBox {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

.table3 {
  display: block; }

@font-face {
  font-family: 'icomoon';
  src: url("../../../common/fonts/icomoon.eot?i0tomx");
  src: url("../../../common/fonts/icomoon.eot?i0tomx#iefix") format("embedded-opentype"), url("../../../common/fonts/icomoon.ttf?i0tomx") format("truetype"), url("../../../common/fonts/icomoon.woff?i0tomx") format("woff"), url("../../../common/fonts/icomoon.svg?i0tomx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.commonIconSet, .icon-arrow-1, #topicPath li a:after, header nav ul li a:before, header #mainVisualBnr .btn a:after, .btn a:after, .icon-3line, .icon-arrow-2, .btn a.arrow2-after:after, .icon-tel, .telNum:before, .icon-mail, .icon-blank:after, #Mainwrap .detailWrap .btn.border a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-1, #topicPath li a:after, header nav ul li a:before, header #mainVisualBnr .btn a:after, .btn a:after {
  content: "\e900"; }

.icon-3line {
  content: "\e901"; }

.icon-arrow-2, .btn a.arrow2-after:after {
  content: "\e902"; }

.icon-tel, .telNum:before {
  content: "\e903"; }

.icon-mail {
  content: "\e904"; }

.icon-blank:after, #Mainwrap .detailWrap .btn.border a:after {
  content: "\e905"; }
