/*==========================================================================================
  normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
==========================================================================================*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}


/*==========================================================================================
  common
==========================================================================================*/
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.47vw;
  line-height: 1.615;
}
section {
  overflow: hidden;
}
h1 {
  margin: 0;
  text-align: center;
}
h2 {
  margin: 0;
  text-align: center;
}
h3 {
  margin: 2vw 0 1vw;
  color: #03afed;
  font-size: 1.2rem;
  font-feature-settings: 'palt';
  line-height: 1.35;
  text-align: left;
}
p {
  margin: 0;
  text-align: justify;
}
p.lead {
  margin: 3vw auto;
  width: 89.2vw;
  text-align: center;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong {
  color: #ed0000;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
}
em {
  color: #03afed;
  font-size: inherit;
  font-style: normal;
}

.notes {
  color: #9e9e9e;
  font-size: 80%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2.8vw 1vw 2.8vw 0;
  width: 69.33vw;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 1.07vw;
  background-position: right 3vw center;
  background-repeat: no-repeat;
  color: #000;
  font-size: 1.077rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.35;
  text-align: center;
}
nav a.red {
  width: 78.67vw;
  border: none;
  background-color: #fc4700;
  color: #fff;
}
nav a.white {
  background-color: #fff;
  color: #000;
}
nav a.link {
  background-image: url(../image/icon_arrow-right-btn.png);
  background-size: 3.6vw;
}
nav a.white.link {
  background-image: url(../image/icon_arrow-right-bk.png);
}
nav a.anchor {
  background-image: url(../image/icon_arrow-down-wh.png);
  background-size: 3.2vw;
}
nav a.trigger {
  background-image: url(../image/icon_arrow-down-bk.png);
  background-size: 3.2vw;
}
.open nav a.trigger {
  background-image: url(../image/icon_arrow-up-bk.png);
}
nav {
  padding-bottom: 2.67vw !important;
}
nav:last-child,
nav.busy-season:last-child {
  padding-bottom: 0 !important;
}
nav.busy-season a {
  padding-right: 3vw;
}

.block {
  margin-top: 4vw;
  padding-bottom: 4vw;
  background-color: #fff;
  border-radius: 1.33vw;
  box-shadow: 0 1.2vw 0 0 rgba(82,82,82,0.16);
  overflow: hidden;
}
.block h3 {
  margin-top: 4vw;
  padding: 0 4vw;
}
.block p {
  padding: 0 4vw 4vw;
}
.block nav {
  padding: 0 4vw 5.33vw;
}
.block .price {
  margin: 0 4vw;
  padding: 4vw 0;
  border-top: 2px solid #eaeaea;
}
.price span.busy-season {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
.price span.busy-season:last-child {
  margin-bottom: 0;
}

.flex-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 89.33vw;
}
.flex-block p:first-child {
  width: 29.33vw;
}
.flex-block p:last-child {
  width: 56vw;
}


/*==========================================================================================
  header
==========================================================================================*/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 1.8vw 2vw 0;
  background-color: #4bc1e9;
}
header h1 {
  width: 88.53vw;
  line-height: 0;
}


/*==========================================================================================
  .kv
==========================================================================================*/
section.kv h1 {
  width: 100vw;
  height: 107.2vw;
  background: #fff url(../image/mv.jpg) center top no-repeat;
  background-size: 100vw;
}
.kv h1 img {
  display: none;
}
.kv ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 6.67vw 5.33vw;
}
.kv ul li {
  flex-basis: 26vw;
}
.kv ul li h2 {
  text-align: center;
}
.kv ul li h2 img {
  width: 100%;
}
.kv ul li p {
  margin-top: 3.6vw;
  font-size: 0.94rem;
  font-feature-settings: normal;
}


/*==========================================================================================
  .price
==========================================================================================*/
section.price {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5.2vw;
  width: 89.33vw;
  border: 4px dotted #4bc1e9;
  border-radius: 1vw;
  background: #fef9d2;
}
section.price h1 {
  margin-bottom: 4vw;
}
section.price dl {
  width: 100%;
}
section.price dl dt {
  text-align: center;
}
section.price dl dt span {
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff;
  width: 60vw;
  padding: 2vw;
  border-radius: 100px;
  font-weight: bold;
  line-height: 1.35;
}
section.price dl dd {
  margin: 2vw 0;
}
section.price dl dd p {
  text-align: center;
  width: 100%;
}


/*==========================================================================================
  .features
==========================================================================================*/
section.features {
  margin-top: 4vw;
  padding: 23.2vw 0 0 0;
  background: #4bc1e9;
  overflow: visible;
}
.features h1 {
  position: relative;
  margin-top: -23.2vw;
  padding-top: 16.93vw;
  background: url(../image/features_bg.png) center top no-repeat;
  background-size: 100vw;
}
.features h1 img {
  width: 40.8vw;
}
.features h1:before {
  content: '';
  position: absolute;
  top: -1vw;
  left: 0;
  width: 31.6vw;
  height: 34.4vw;
  background-image: url(../image/features_obj1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
section.features > div {
  position: relative;
  margin: 8vw 5.335vw 0;
  padding: 9.33vw 5.33vw 5.33vw;
  border-radius: 1.33vw;
}
.features .feature1 {
  background: #a8f1eb url(../image/bg_dot.png) center -2px repeat;
  background-size: 5.33vw;
}
.features .feature2 {
  margin-top: 18vw;
  background: #ffc38d url(../image/bg_dot.png) center -2px repeat;
  background-size: 5.33vw;
}
.features .feature3 {
  margin-top: 18vw;
  background: #f8a2cd url(../image/bg_dot.png) center -2px repeat;
  background-size: 5.33vw;
}
.features .feature1:before,
.features .feature2:before,
.features .feature3:before {
  content: '';
  position: absolute;
  top: -10vw;
  left: -2.2vw;
  width: 19.6vw;
  height: 20.8vw;
  background-image: url(../image/point1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.features .feature2:before { background-image: url(../image/point2.png);}
.features .feature3:before { background-image: url(../image/point3.png);}

.features h2 {
  margin-bottom: 5.33vw;
}
.features .feature1 h2 img { width: 44.93vw;}
.features .feature2 h2 img { width: 50.93vw;}
.features .feature3 h2 img { width: 39.73vw;}
.feature1 h2:before {
  content: '';
  position: absolute;
  top: -45vw;
  right: -5.33vw;
  width: 26.53vw;
  height: 50.13vw;
  background-image: url(../image/features_obj2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.feature2 h2:before {
  content: '';
  position: absolute;
  top: -15.1vw;
  right: -5.5vw;
  width: 36vw;
  height: 37.33vw;
  background-image: url(../image/features_obj3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.feature3 h2:before {
  content: '';
  position: absolute;
  top: -16vw;
  right: -5.5vw;
  width: 35.33vw;
  height: 38.53vw;
  background-image: url(../image/features_obj4.png);
  background-repeat: no-repeat;
  background-size: contain;
}


/*==========================================================================================
  .course
==========================================================================================*/
.course {
  padding-top: 51.86vw;
  background: #fff url(../image/course_bg.png) center top no-repeat;
  background-size: 100%;
}
.course h1 {
  position: relative;
}
.course h1 img {
  width: 58.53vw;
}
.course h1:before {
  content: '';
  position: absolute;
  top: -52vw;
  right: 0;
  width: 98.27vw;
  height: 47.47vw;
  background-image: url(../image/course_obj1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.course .lead {
  margin: 6.8vw auto 12vw;
}
.course .block {
  position: relative;
  box-sizing: border-box;
  box-shadow: none;
  margin-top: 8.93vw;
  margin-left: 16vw;
  width: 78.67vw;
  border: 2px solid #e9e9e9;
  overflow: visible;
}
.course .block:before {
  content: '';
  position: absolute;
  top: 8vw;
  left: -6vw;
  width: 1px;
  height: 92.8%;
  border-left: 2px dashed #4bc1e9;
}
.course .block.time8:before {
  display: none;
}
.course .block:after {
  content: '';
  position: absolute;
  top: -5.6vw;
  left: -11.6vw;
  width: 27.07vw;
  height: 11.6vw;
  background-repeat: no-repeat;
  background-size: contain;
}
.course .block.time1:after { background-image: url(../image/time0800.png)}
.course .block.time2:after { background-image: url(../image/time0815.png)}
.course .block.time3:after { background-image: url(../image/time0830.png)}
.course .block.time4:after { background-image: url(../image/time1030.png)}
.course .block.time5:after { background-image: url(../image/time1130.png)}
.course .block.time6:after { background-image: url(../image/time1330.png)}
.course .block.time7:after { background-image: url(../image/time1500.png)}
.course .block.time8:after { background-image: url(../image/time_gn.png); width: 39.2vw;}


/*==========================================================================================
  .plan
==========================================================================================*/
section.plan {
  padding: 24.4vw 0 17.47vw;
  border-bottom: 1px solid #fff;
  background: 
    url(../image/plan_bg_h.png) center top no-repeat,
    url(../image/plan_bg_f.png) center bottom -1px no-repeat,
    url(../image/bg_dot_large.png) center top repeat,
    #4bc1e9;
  background-size: 100%, 100%, 11.73vw;
}
.plan h1 {
  margin-top: 8vw;
  position: relative;
  margin-bottom: 6vw;
}
.plan h1 img {
  width: 64.53vw;
}
.plan h1:before {
  content: '';
  position: absolute;
  top: -28vw;
  left: 2vw;
  width: 93.73vw;
  height: 35.87vw;
  background-image: url(../image/plan_obj.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.plan .lead {
  margin-bottom: 8vw;
  color: #fff;
}
.plan .block {
  position: relative;
  margin: 12.53vw auto 0;
  padding-top: 9.6vw;
  max-width: 89.33vw;
  overflow: visible;
}
.plan dl dt {
  position: absolute;
  top: -4vw;
  width: 100%;
  text-align: center;
}
.plan dl dt span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 2vw;
  width: 71.2vw;
  border: 4px solid #fff;
  border-radius: 100px;
  font-size: 1.077rem;
  font-weight: bold;
  line-height: 1;
}
.plan dl.plan1 dt span { background-color: #fff263; width: 44.8vw;}
.plan dl.plan2 dt span { background-color: #69eacd;}
.plan dl.plan3 dt span { background-color: #65e8f8;}
.plan dl.plan4 dt span { background-color: #a3f865;}
.plan dl.plan5 dt span { background-color: #ff86de;}
.plan dl.plan1 dt span:after,
.plan dl.plan2 dt span:after {
  content: '';
  position: absolute;
  top: -4vw;
  left: -6vw;
  width: 12.53vw;
  height: 8.93vw;
  background: url(../image/icon_ticket.png) no-repeat;
  background-size: contain
}
.plan dl.plan3 dt span:after,
.plan dl.plan4 dt span:after,
.plan dl.plan5 dt span:after {
  content: '';
  position: absolute;
  top: -2.4vw;
  left: -4vw;
  width: 12.67vw;
  height: 7.73vw;
  background: url(../image/icon_reserved.png) no-repeat;
  background-size: contain
}
.plan dl dd {
  margin: 0;
}
.plan .block p {
  padding: 0 8vw;
}
.plan .block .price {
  border: 0;
  margin: 3.6vw 0 5.33vw;
  padding: 0;
  font-size: 1.077rem;
  text-align: center;
}
.plan .block .price strong {
  font-size: 1.48rem;
}


/*==========================================================================================
  .access
==========================================================================================*/
section.access {
  position: relative;
  padding: 13.2vw 0 0;
  background: #fff;
  overflow: visible;
}
.access:after {
  content: '';
  position: absolute;
  top: -16vw;
  left: 3vw;
  width: 93.6vw;
  height: 28.8vw;
  background-image: url(../image/access_obj.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.access h1 {
  margin-bottom: 6vw;
}
.access h1 img {
  width: 67.2vw;
}
.access .lead {
  margin-bottom: 6.4vw;
}
.access > div {
  margin-top: 2.67vw;
  padding: 6.67vw 5.33vw;
  background-color: #f2f7f8;
}
.access figure {
  margin: 5vw 0 0;
  text-align: center;
}
.access figure img {
  width: 100%;
}
.access .bnr {
  margin-top: 12vw;
  text-align: center;
}
.access .bnr img {
  width: 89.47vw;
}
.access h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 14vw;
  min-height: 11.73vw;
  font-size: 1.15rem;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 11.73vw;
}
.access h2.car { background-image: url(../image/icon_car.png);}
.access h2.train { background-image: url(../image/icon_train.png);}
.access h2 small {
  width: 100%;
  font-size: 1rem;
}
.access h2.time img {
  width: 25vw;
}


/*==========================================================================================
  address
==========================================================================================*/
.address {
  padding: 6.8vw 5.33vw;
}
.address h1 {
  font-size: 1.077rem;
  text-align: left;
}


/*==========================================================================================
  footer
==========================================================================================*/
footer {
  padding: 4vw 0;
  border-top: 2px solid #e4e4e4;
}
footer p {
  font-size: 0.69rem;
  text-align: center;
}


.follow-nv {
  position: fixed;
  right: 3vw;
  bottom: 9vw;
  width: 24vw;
  transition: .5s;
  pointer-events: none;
}
.follow-nv.off {
  bottom: -30vw;
  transform: scale(0);
}
.follow-nv a {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  background: none !important;
}




@media (max-width: 768px) {
  .forPC {
    display: none;
  }  
}




@media (min-width: 769px) {
  /*==========================================================================================
    PC - common
  ==========================================================================================*/
  html {
    font-size: 16px;
    line-height: 1.615;
  }
  h3 {
    margin: 20px 0 10px;
    font-size: 1.2rem;
    line-height: 1.35;
  }
  p.lead {
    margin: 30px auto;
    width: 660px;
  }

  nav a {
    margin: 20px auto 0;
    padding-right: 4px;
    width: 400px;
    height: 70px;
    border: 2px solid #000;
    border-radius: 8px;
    background-position: right 20px center;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  nav a.red {
    padding: 20px 30px 20px 20px;
    width: 400px;
  }
  nav a.link {
    background-size: 20px;
  }
  nav a.anchor {
    background-size: 14px;
  }
  nav a.trigger,
  .friend nav a.trigger {
    background-size: 14px;
  }
  
  nav a {
    transition: .4s;
  }
  nav a:hover {
    background-color: #03afed;
    border-color: #03afed;
    color: #fff;
  }
  nav a.link:hover {
    background-image: url(../image/icon_arrow-right-btn-ov.png);
  }
  nav a.trigger:hover {
    background-image: url(../image/icon_arrow-down-wh.png);
  }
  .friend.open nav a.trigger,
  .open nav a.trigger:hover {
    background-image: url(../image/icon_arrow-up-wh.png);
  }
  nav.follow-nv a:hover {
    background: none;
    transform: scale(1.1);
  }

  .features > div {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }
  .features > div > h2 {
    width: 100%;
  }
  
  .block {
    margin: 40px 0 0;
    padding-bottom: 20px;
    width: 370px;
    border-radius: 8px;
    box-shadow: 0 8px 0 0 rgba(82,82,82,0.16);
    vertical-align: top;
  }
  .block:nth-child(even),
  .plan .block:nth-child(odd) {
    margin-right: 40px;
  }
  .block:last-child {
    margin-right: 0;
  }
  section > div > div.mb0 {
    margin-bottom: 0;
  }
  .block h3 {
    margin-top: 20px;
    padding: 0 20px;
  }
  .block p {
    padding: 0 20px 20px;
  }
  .block nav {
    padding: 0 20px 20px;
  }
  .block nav a {
    font-size: 1.1rem;
  }
  .block .price {
    margin: 0 20px;
    padding: 20px 0 0;
    border-top: 2px solid #eaeaea;
  }

  nav {
    padding-bottom: 20px !important;
  }
  nav:last-child,
  nav.busy-season:last-child {
    padding-bottom: 0 !important;
  }
  nav.busy-season a {
    padding-right: 40px;
    padding-left: 10px;
  }
  
  
  /*==========================================================================================
    PC - header
  ==========================================================================================*/
  header {
    margin: 0;
    padding: 10px 20px 0;
  }
  header h1 {
    margin-top: -10px;
    line-height: 0;
    text-align: left;
  }


  /*==========================================================================================
    PC - .kv
  ==========================================================================================*/
  section.kv {
    background-size: 100%;
  }
  section.kv h1 {
    position: relative;
    width: 100vw;
    height: 58.125vw;
    background: url(../image/kv_pc.jpg) no-repeat;
    background-size: 100%;
    text-align: center;
  }
  section.kv h1 img {
    position: absolute;
    display: inline-block;
    left: calc(50% - 127px);
    bottom: 50px;
    width: 254px;
    height: 28px;
    z-index: 2;
  }
  .kv ul {
    justify-content: space-between;
    margin: 60px auto 90px;
    width: 900px;
  }
  .kv ul li {
    flex-basis: 29%;
  }
  .kv ul li h2 img {
    width: 160px;
  }
  .kv ul li p {
    margin-top: 20px;
    font-size: 0.94rem;
  }


  /*==========================================================================================
    PC - .price
  ==========================================================================================*/
  section.price {
    padding: 40px 0;
    max-width: 1000px;
    background: #fef9d2;
    text-align: center;
  }
  section.price h1 {
    margin-bottom: 20px;
  }
  section.price h1 img {
    width: 500px;
  }
  section.price dl {
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 0;
    width: 30%;
    max-width: 300px;
    min-width: 260px;
    font-size: 1rem;
  }
  section.price dl dt span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.5em;
    line-height: 1.35;
  }


  /*==========================================================================================
    PC - .features
  ==========================================================================================*/
  section.features {
  }
  .features h1 {
    padding-top: 12vw;
  }
  .features h1 img {
    width: 306px;
  }
  .features h1:before {
    top: 20px;
    left: calc(50% - 400px);
    width: 237px;
    height: 258px;
  }

  section.features > div {
    margin: 40px auto 0;
    padding: 60px 30px 60px;
    width: 800px;
    border-radius: 8px;
    text-align: center;
    background-size: 30px !important;
  }
  .features .feature2,
  .features .feature3 {
    margin-top: 100px;
  }
  .features .feature1:before,
  .features .feature2:before,
  .features .feature3:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    width: 98px;
    height: 104px;
    background-image: url(../image/point1.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .features .feature2:before { background-image: url(../image/point2.png);}
  .features .feature3:before { background-image: url(../image/point3.png);}

  .features h2 {
    margin-bottom: 10px;
  }
  .features h2 img {
  }
  .features .feature1 h2 img { width: 337px;}
  .features .feature2 h2 img { width: 382px;}
  .features .feature3 h2 img { width: 298px;}
  .feature1 h2:before {
    top: -340px;
    right: 0;
    width: 199px;
    height: 376px;
    background-image: url(../image/features_obj2.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .feature2 h2:before {
    content: '';
    position: absolute;
    top: -120px;
    right: 0;
    width: 270px;
    height: 280px;
    background-image: url(../image/features_obj3.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .feature3 h2:before {
    content: '';
    position: absolute;
    top: -128px;
    right: 0;
    width: 265px;
    height: 289px;
    background-image: url(../image/features_obj4.png);
    background-repeat: no-repeat;
    background-size: contain;
  }


  /*==========================================================================================
    PC - .course
  ==========================================================================================*/
  .course {
    padding-top: 420px;
    background: #fff url(../image/course_bg.png) center top no-repeat;
    background-size: 100%;
  }
  .course h1 {
    position: relative;
  }
  .course h1 img {
    width: 439px;
  }
  .course h1:before {
    top: -370px;
    right: calc(50% - 368px);
    width: 737px;
    height: 356px;
  }
  .course .lead {
    margin: 40px auto 0;
    font-size: 1.1rem;
  }
  
  .course .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 30px 0;
    width: 800px;
  }
  .course .block {
    position: relative;
    box-sizing: border-box;
    box-shadow: none;
    margin: 50px 0 0;
    width: 370px;
    border: 2px solid #e9e9e9;
    overflow: visible;
  }
  .course .block:before {
    display: none;
  }
  .course .block.time8:before {
    display: none;
  }
  .course .block:after {
    top: -25px;
    left: -30px;
    width: 116px;
    height: 50px;
  }
  .course .block.time1:after { background-image: url(../image/time0800.png)}
  .course .block.time2:after { background-image: url(../image/time0815.png)}
  .course .block.time3:after { background-image: url(../image/time0830.png)}
  .course .block.time4:after { background-image: url(../image/time1030.png)}
  .course .block.time5:after { background-image: url(../image/time1130.png)}
  .course .block.time6:after { background-image: url(../image/time1330.png)}
  .course .block.time7:after { background-image: url(../image/time1500.png)}
  .course .block.time8:after { background-image: url(../image/time_gn.png); width: 294px;}


  /*==========================================================================================
    .plan
  ==========================================================================================*/
  section.plan {
    padding: 10vw 0;
    border-bottom: 1px solid #fff;
    background: 
      url(../image/plan_bg_h.png) center top no-repeat,
      url(../image/plan_bg_f.png) center bottom -1px no-repeat,
      url(../image/bg_dot_large.png) center top repeat,
      #4bc1e9;
    background-size: 100%, 100%, 60px;
  }
  .plan h1 {
    margin-top: 10vw;
    position: relative;
    margin-bottom: 40px;
  }
  .plan h1 img {
    width: 484px;
  }
  .plan h1:before {
    content: '';
    position: absolute;
    top: -17vw;
    left: calc(50% - 350px);
    width: 703px;
    height: 2609x;
    background-image: url(../image/plan_obj.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .plan .lead {
    margin: 0;
    width: 100%;
    color: #fff;
  }
  .plan .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 30px 30px 0;
    width: 800px;
  }
  .plan .block {
    position: relative;
    box-sizing: border-box;
    margin: 80px 0 0;
    padding-top: 40px;
    width: 375px;
    overflow: visible;
  }
  .plan dl dt {
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
  }
  .plan dl dt span {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px;
    width: 330px;
    border: 4px solid #fff;
    border-radius: 100px;
    font-size: 1.077rem;
    font-weight: bold;
    line-height: 1;
  }
  .plan dl.plan1 dt span { background-color: #fff263; width: 330px;}
  .plan dl.plan2 dt span { background-color: #69eacd;}
  .plan dl.plan3 dt span { background-color: #65e8f8;}
  .plan dl.plan4 dt span { background-color: #a3f865;}
  .plan dl.plan5 dt span { background-color: #ff86de;}
  .plan dl.plan1 dt span:after,
  .plan dl.plan2 dt span:after {
    top: -40px;
    left: -30px;
    width: 94px;
    height: 67px;
    background: url(../image/icon_ticket.png) no-repeat;
    background-size: contain
  }
  .plan dl.plan3 dt span:after,
  .plan dl.plan4 dt span:after,
  .plan dl.plan5 dt span:after {
    top: -38px;
    left: -30px;
    width: 95px;
    height: 58px;
    background: url(../image/icon_reserved.png) no-repeat;
    background-size: contain
  }
  .plan dl dd {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    height: 100%;
  }
  .plan dl dd > * {
    width: 100%;
  }
  .plan .block p {
    padding: 0 20px;
  }
  .plan .block .price {
    margin: 20px 0 30px;
  }
  .plan .block p.notes {
    margin-top: 5px;
    font-feature-settings: 'palt';
  }
  .plan .block .price strong {
  }
  .plan .block nav a {
    margin: 0;
    width: 100%;
    font-size: 1rem;
  }
  
  
  /*==========================================================================================
    PC - .access
  ==========================================================================================*/
  section.access {
    padding: 10vw 0 0;
  }
  .access:after {
    top: -10vw;
    left: calc(50% - 300px);
    width: 702px;
    height: 216px;
    background-image: url(../image/access_obj.png);
  }
  .access h1 {
    margin-bottom: 40px;
  }
  .access h1 img {
    width: 504px;
  }
  .access .lead {
    margin-bottom: 40px;
  }
  .access > div {
    margin: 40px auto 0;
    width: 600px;
    padding: 20px 40px 30px;
    border-radius: 10px;
  }
  .access figure {
    margin: 40px 0 0;
    text-align: center;
  }
  .access figure img {
    width: 100%;
  }
  .access h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 110px;
    min-height: 88px;
    font-size: 1.2rem;
    background-size: 88px;
  }
  .access h2.car { background-image: url(../image/icon_car.png);}
  .access h2.train { background-image: url(../image/icon_train.png);}
  .access h2 small {
    font-size: 1rem;
  }


  /*==========================================================================================
    PC - address
  ==========================================================================================*/
  .address {
    padding: 40px;
  }
  .address h1 {
    font-size: 1.077rem;
    text-align: center;
  }
  .address p {
    text-align: center;
  }


  /*==========================================================================================
    PC - footer
  ==========================================================================================*/
  footer {
    padding: 30px 0;
    border-top: 2px solid #e4e4e4;
  }
  footer p {
  }

  
  .follow-nv {
    right: 38px;
    bottom: -40px;
    width: 148px;
  }
  .follow-nv img {
    width: 148px;
    height: 148px;
  }
}