@charset "UTF-8";
/* =========================================================
Reset
========================================================= */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

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;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  line-height: inherit;
  margin: 0;
  border: none;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: vertical;
}

button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
}

input::-ms-clear {
  visibility: hidden;
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* =========================================================
Utility
========================================================= */
/* clearfix */
.cf {
  *zoom: 1;
}

.cf::before, .cf::after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* clear */
.clear {
  clear: both;
}

/* show hidden */
.only-pc {
  display: block;
}

.only-pc.-inline {
  display: inline-block;
}

.only-sp {
  display: none;
}

.only-sp.-inline {
  display: none;
}

.-fw-normal {
  font-weight: normal !important;
}

.-fw-bold {
  font-weight: bold !important;
}

.-align-left {
  text-align: left;
}

.-align-center {
  text-align: center;
}

.-align-right {
  text-align: right;
}

.-valign-top {
  vertical-align: top;
}

.-valign-middle {
  vertical-align: middle;
}

.-valign-bottom {
  vertical-align: bottom;
}

.-float-left {
  float: left;
}

.-float-right {
  float: right;
}

.-float-none {
  float: none;
}

.-mt5 {
  margin-top: 5px;
}

.-mt10 {
  margin-top: 10px;
}

.-mt15 {
  margin-top: 15px;
}

.-mt20 {
  margin-top: 20px;
}

.-mt25 {
  margin-top: 25px;
}

.-mt30 {
  margin-top: 30px;
}

.-mb5 {
  margin-bottom: 5px;
}

.-mb10 {
  margin-bottom: 10px;
}

.-mb15 {
  margin-bottom: 15px;
}

.-mb20 {
  margin-bottom: 20px;
}

.-mb25 {
  margin-bottom: 25px;
}

.-mb30 {
  margin-bottom: 30px;
}

.-ml5 {
  margin-left: 5px;
}

.-ml10 {
  margin-left: 10px;
}

.-ml15 {
  margin-left: 15px;
}

.-ml20 {
  margin-left: 20px;
}

.-ml25 {
  margin-left: 25px;
}

.-ml30 {
  margin-left: 30px;
}

.-mr5 {
  margin-right: 5px;
}

.-mr10 {
  margin-right: 10px;
}

.-mr15 {
  margin-right: 15px;
}

.-mr20 {
  margin-right: 20px;
}

.-mr25 {
  margin-right: 25px;
}

.-mr30 {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-pc.-inline {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .only-sp.-inline {
    display: inline-block;
  }
  .-sp-align-left {
    text-align: left;
  }
  .-sp-align-center {
    text-align: center;
  }
  .-sp-align-right {
    text-align: right;
  }
  .p-course-area-move.only-pc{
    display: none;
  }
}

/* =========================================================
Base
========================================================= */
@font-face {
  font-family: 'Freestyle Script Regular';
  font-style: normal;
  font-weight: normal;
  src: url("../font/FREESCPT.TTF") format("truetype");
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #058d41;
  line-height: 1.5;
  background-color: #fff;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

_::-webkit-full-page-media, _:future, :root body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.15px;
}

a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
}

a:active {
  color: #333333;
}

a img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover img {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  a:hover img {
    opacity: 1;
  }
}

/* =========================================================
Layout
========================================================= */
/* header
--------------------------------------------------------- */
.p-header-logo {
  width: 18.6805555556%;
  padding-right: 2.08333333333%;
  padding-left: 2.08333333333%;
  padding-bottom: 2.08333333333%;
  padding-top: 2.08333333333%;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 50px;
}

.p-header-nav {
  position: absolute;
  top: 20px;
  right: 88px;
}

.p-header-nav-logo {
  display: none;
}

.p-header-nav-list {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header-nav-item {
  position: relative;
}

.p-header-nav-item:not(:last-child) {
  margin-right: 32px;
}

.p-header-nav-item:not(:last-child)::after {
  content: '/';
  font-size: 1.6rem;
  font-weight: 700;
  color: #058d41;
  position: absolute;
  top: -1px;
  right: -20px;
}

.p-header-nav-item > a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #058d41;
  letter-spacing: .025em;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-header-nav-item > a:hover {
  opacity: .7;
}

.p-header-nav-item:hover .p-header-nav-child {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 769px) {
  .p-header-nav-child {
    position: absolute;
    top: 20px;
    left: 50%;
    padding-top: 16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s, visibility .4s;
    transition: transform .4s, opacity .4s, visibility .4s, -webkit-transform .4s;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  body.is-loaded .p-header-nav-child {
    display: block;
  }
  .p-header-nav-child-list {
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-header-nav-child-item {
    text-align: center;
    margin-bottom: 6px;
  }
  .p-header-nav-child-item:last-child {
    margin-bottom: 0;
  }
  .p-header-nav-child-item a {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    color: #058d41;
    text-align: center;
    letter-spacing: .05em;
    -webkit-transition: color .3s;
    transition: color .3s;
    padding: 6px 0;
    border: 2px solid #058d41;
    border-radius: 6px;
    background-color: #fff;
    display: block;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
  }
  .p-header-nav-child-item a:hover {
    color: #fff;
    background-color: #058d41;
  }
}

@media screen and (max-width: 768px) {
  .p-header-logo {
    width: 130px;
    padding: 14px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-header-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
  }
  .p-header-menu-btn {
    width: 64px;
    height: 64px;
    background-color: #fff;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .p-header-menu-btn.is-active .p-header-menu-line {
    left: 18px;
    width: 28px;
  }
  .p-header-menu-btn.is-active .p-header-menu-line:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .p-header-menu-btn.is-active .p-header-menu-line:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .p-header-menu-btn.is-active .p-header-menu-line:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .p-header-menu-btn.is-active .p-common-menu-text {
    color: #0d62aa;
  }
  .p-header-menu-line {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 19px;
    width: 26px;
    height: 2px;
    background-color: #058d41;
  }
  .p-header-menu-line:nth-of-type(1) {
    top: 24px;
  }
  .p-header-menu-line:nth-of-type(2) {
    top: 32px;
  }
  .p-header-menu-line:nth-of-type(3) {
    top: 40px;
  }
  .p-header-nav {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
  }
  .p-header-nav.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s cubic-bezier(0.3, 0.69, 0.4, 1), visibility 0.4s;
    transition: opacity 0.5s cubic-bezier(0.3, 0.69, 0.4, 1), visibility 0.4s;
  }
  .p-header-nav.is-remove {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s cubic-bezier(0.3, 0.69, 0.4, 1), visibility 0.4s;
    transition: opacity 0.5s cubic-bezier(0.3, 0.69, 0.4, 1), visibility 0.4s;
  }
  .p-header-nav-logo {
    width: 130px;
    margin: 0 auto;
    display: block;
    padding-top: 64px;
  }
  .p-header-nav-list {
    display: block;
    padding: 8vw;
  }
  .p-header-nav-item {
    position: relative;
    margin-bottom: 24px;
  }
  .p-header-nav-item:not(:last-child) {
    margin-right: 0;
  }
  .p-header-nav-item:not(:last-child)::after {
    display: none;
  }
  .p-header-nav-item > a {
    font-size: 1.6rem;
    padding: 12px 0;
  }
  .p-header-nav-item:hover .p-header-nav-child {
    opacity: 1;
    visibility: visible;
  }
  .p-header-nav-child-list {
    width: 100%;
    padding: 4vw 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .p-header-nav-child-item {
    margin-bottom: 3vw;
    position: relative;
  }
  .p-header-nav-child-item::before {
    content: '';
    width: 8px;
    height: 1px;
    background-color: #058d41;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-header-nav-child-item a {
    font-size: 1.4rem;
    color: #058d41;
    padding-left: 24px;
  }
}

/* main
--------------------------------------------------------- */
.l-root {
  width: 100%;
}

.l-inner-lv1 {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-inner-lv2 {
  margin: 0 auto;
}

.l-frame {
  min-height: 100vh;
  margin: 64px 68px 0;
  border: 2px solid #058d41;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-frame-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 78px 6.15384615385% 88px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .l-root {
    min-width: 100%;
  }
  .l-inner-lv1 {
    width: 100%;
    padding: 0;
  }
  .l-inner-lv2 {
    width: 100%;
  }
  .l-frame {
    min-height: initial;
    margin: 64px 4vw 0;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-frame-inner {
    max-width: 1300px;
    padding: 78px 4vw 88px;
  }
}

/* footer
--------------------------------------------------------- */
.l-footer {
  padding: 27px 100px;
  position: relative;
}

.p-footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer-info-siteid {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .025em;
  margin-right: 26px;
  white-space: nowrap;
  position: relative;
  top: -1px;
}

.p-footer-info-addr {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .025em;
  margin-right: 12px;
}

.p-footer-info-contact {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .025em;
}
.p-footer-info-contact a {
    color: #058d41;
}
.p-footer-copyright {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .025em;
}

.p-footer-nicetrip {
  width: 22.9166666667%;
  padding-top: 2.77777777778%;
  padding-left: 1.088889%;
  background-color: #fff;
  position: absolute;
  bottom: 60px;
  right: 30px;
  pointer-events: none;
}

/* =========================================================
Common
========================================================= */
/* =========================================================
Component
========================================================= */
.c-cat-food {
  background-color: #a6957b;
}

.c-cat-spa {
  background-color: #2c89d7;
}

.c-cat-view {
  background-color: #0cad9e;
}

.c-cat-visit {
  background-color: #e23434;
}

.c-cat-other {
  background-color: #969696;
}

/* =========================================================
Project
========================================================= */
/* home
--------------------------------------------------------- */
.p-home-intro {
  padding-bottom: 88px;
}

.p-home-intro-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  pointer-events: none;
}

.p-home-intro-image {
  width: 19.298245614%;
  margin-right: 0.87719298245%;
  margin-bottom: 0.87719298245%;
  border-radius: 4px;
  overflow: hidden;
}

.p-home-intro-image:nth-child(5n) {
  margin-right: 0;
}

.p-home-intro-image img {
  width: 100%;
}

.p-home-intro-header {
  position: relative;
  margin-top: -13%;
  margin-left: 44.7368421053%;
}

.p-home-intro-catch {
  width: 61.2698412698%;
  margin-bottom: 44px;
}

.p-home-intro-figure {
  width: 33.3333333333%;
  position: absolute;
  top: -60px;
  right: -1.90476190476%;
}

.p-home-intro-desc {
  font-size: 1.6rem;
  letter-spacing: .025em;
  line-height: 2.2;
}

.p-home-course-header {
  text-align: center;
  margin-bottom: 56px;
}

.p-home-course-heading .en {
  font-family: 'Freestyle Script Regular';
  font-size: 11rem;
  line-height: 1.2;
  display: block;
  margin: -0.35em 0 -.1em;
}

.p-home-course-heading .min {
  font-family: 'Freestyle Script Regular';
  font-size: 3rem;
  line-height: 1;
  display: block;
}

.p-home-course-heading .jp {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -.025em;
  display: block;
}

.p-home-course-index {
  margin-bottom: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-home-course-index-item {
  width: 48.2456140351%;
}
.yanaizu-info {
padding: 24px;
    border: #058d41 dotted 1px;
    margin-top: 24px;
}
.yanaizu-info-title {
    font-weight: 600;
      padding-bottom: 10px;
}
.p-home-course-index-item a {
  width: 100%;
  color: #058d41;
  padding: 30px 5.81818181818%;
  border: 2px solid #058d41;
  border-radius: 6px;
  display: block;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}

.p-home-course-index-item a:hover {
  color: #fff;
  background-color: #058d41;
}
.p-home-course{
      width: 80%;
    margin: 0 auto;
  
  
}
.p-home-course-index-title {
  font-size: 2.0rem;
  font-weight: 700;
}

.p-home-course-index-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .025em;
}

.p-home-course-media {
  margin-bottom: 176px;
}

.p-home-course-media-video {
  width: 100%;
  vertical-align: top;
  margin-bottom: 32px;
}

.p-home-course-media-caption {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .025em;
  text-align: center;
}

.p-home-outline {
  max-width: 860px;
  margin: 0 auto 120px;
}

.p-home-outline-section {
  margin-bottom: 70px;
}

.p-home-outline-section:last-child {
  margin-bottom: 0;
}

.p-home-outline-heading {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .025em;
  margin-bottom: 32px;
}

.p-home-outline-table {
  margin-bottom: 20px;
}

.p-home-outline-table-row {
  padding: 14px 8px;
  border-bottom: 1px solid #058d41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-home-outline-table-row:first-child {
  border-top: 1px solid #058d41;
}

.p-home-outline-table-head {
  width: 90px;
  font-size: 1.5rem;
  letter-spacing: .025em;
  margin-right: 22px;
  position: relative;
}

.p-home-outline-table-head::after {
  content: ':';
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.p-home-outline-table-desc {
  font-size: 1.5rem;
  letter-spacing: .025em;
}

.p-home-outline-text {
  font-size: 1.4rem;
  letter-spacing: .025em;
}

.p-home-outline-note {
  padding-left: 8px;
}

.p-home-outline-note li {
  font-size: 1.3rem;
  line-height: 2.35;
  letter-spacing: .025em;
  padding-left: 14px;
  position: relative;
}

.p-home-outline-note li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #058d41;
  position: absolute;
  left: 0;
  top: 11px;
}

.p-home-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  pointer-events: none;
}

.p-home-gallery-image {
  width: 19.298245614%;
  margin-right: 0.87719298245%;
  margin-bottom: 0.87719298245%;
  border-radius: 4px;
  overflow: hidden;
}

.p-home-gallery-image:nth-child(5n) {
  margin-right: 0;
}

.p-home-gallery-image img {
  width: 100%;
}
.bnr-stanp {
    width: 900px;
    margin: 0 auto 80px;
}
/* course
--------------------------------------------------------- */
.p-course-header {
  padding: 70px 0 0;
  text-align: center;
  margin-bottom: 56px;
}

.p-course-heading .en {
  font-family: 'Freestyle Script Regular';
  font-size: 11rem;
  line-height: 1;
  display: block;
  margin: -0.35em 0 -.1em;
}

.p-course-heading .min {
  font-family: 'Freestyle Script Regular';
  font-size: 3rem;
  line-height: 1;
  display: block;
}

.p-course-heading .jp {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -.025em;
  display: block;
}

.p-course-tabs {
  max-width: 710px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.p-course-tabs::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #058d41;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-course-tab {
  width: 45.0704225352%;
  margin: 0 4px;
}

.p-course-tab a {
  padding: 20px 0;
  color: #b9b9b9;
  text-align: center;
  border: 2px solid #b9b9b9;
  border-bottom: none;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.p-course-tab a::after {
  content: '';
  width: calc(100% + 4px);
  height: 2px;
  background-color: #058d41;
  position: absolute;
  bottom: 0;
  left: -2px;
}

.p-course-tab a:hover {
  color: #058d41;
}

.p-course-tab.is-current a {
  color: #058d41;
  border: 2px solid #058d41;
  border-bottom: none;
}

.p-course-tab.is-current a::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-course-tab-title {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-course-tab-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .025em;
  display: block;
}

.p-course-area {
  margin-bottom: 144px;
  max-width: 960px;
    margin: 0 auto;
}

.p-course-area-wrap {
  margin-bottom: 64px;
}

.p-course-area-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.p-course-area-image img {
  width: 100%;
}

.c-map-start {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.c-map-start img {
  width: 92px;
  display: block;
}

.c-map-pin {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-map-pin a {
  width: 24px;
  height: 24px;
  font-family: din-2014, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  color: #fff;
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-map-pin a:hover {
  opacity: .7;
}
.c-map-pin a.hayato {
    width: 100px;
    height: 25px;
    background: #e23434;
    border-radius: 40px;
}
.c-map-pin a.hibara {
    width: 120px;
    height: 25px;
    background: #e23434;
    border-radius: 40px;
}
.c-map-pin a.hibara {
    width: 100px;
    height: 25px;
    background: #e23434;
    border-radius: 40px;
}
.p-course-area-desc {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .025em;
  margin-bottom: 24px;
}

.p-course-area-roots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px -5px;
}

.p-course-area-root {
    margin: 0 5px;
    padding: 16px 0 24px;
    border: 2px solid #058d41;
    transition: opacity .3s;
}

.p-course-area-root:hover {
  opacity: .7;
}

.p-course-area-root-num {
  width: 32px;
  height: 32px;
  font-family: din-2014, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin-bottom: 11px;
  border-radius: 100%;
      margin: 0 auto 10px;
}

.p-course-area-root-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #058d41;
  letter-spacing: .05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
      display: flex;
  white-space: nowrap;
  -webkit-transition: color .3s;
  transition: color .3s;
      width: 60px;
      align-items: center;
}

.p-course-area-move {
  width: 80px;
  margin: 0 5px;
  padding: 16px 0 24px;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.p-course-area-move::after {
  content: '';
  width: 100%;
  height: auto;
  border-top: 1px dashed #058d41;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-course-area-move-summary {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.p-course-area-root.r-miyashita {
    padding-bottom: 0px;
    height: 150px;
  position: relative;
}
.p-course-area-move-summary.r-miyashita-time{
padding-left: 120%;
}

.p-course-spot {
  margin-bottom: 112px;
  margin-top: 100px;
}

.p-course-spot-cats {
  margin-bottom: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-course-spot-cat {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .025em;
  color: #626262;
  cursor: pointer;
}

.p-course-spot-cat.is-current {
  color: #058d41;
}

.p-course-spot-cat:not(:last-child)::after {
  content: '/';
  font-size: 1.5rem;
  font-weight: 700;
  color: #626262;
  margin: 0 .75em;
  position: relative;
  top: -1px;
}

.p-course-spot-grid {
  font-size: 0;
  margin: 0 -2.09090909091% -4.01396160558%;
  -webkit-transition: height .3s;
  transition: height .3s;
}

.p-course-spot-grid-item {
  width: 20.942408377%;
  margin: 0 2.00698080279%;
  margin-bottom: 4.01396160558%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.p-course-spot-grid-item a {
  display: block;
}

.p-course-spot-grid-num {
  width: 38px;
  height: 38px;
  font-family: din-2014, sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-bottom: 11px;
  border-radius: 100%;
  position: absolute;
  top: -19px;
  left: -19px;
  z-index: 1;
  pointer-events: none;
}

.p-course-spot-grid-thumb {
  margin-bottom: 14px;
}

.p-course-spot-grid-thumb img {
  width: 100%;
}

.p-course-spot-grid-title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .025em;
  text-align: center;
}

.p-course-schedule {
  margin-bottom: 80px;
  padding: 42px 50px 68px;
  background-color: #f5f3e8;
}

.c-course-heading-lv1 {
  margin-bottom: 43px;
}

.c-course-heading-lv1 .en {
  font-family: din-2014, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -.01em;
}

.c-course-heading-lv1 .jp {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  display: block;
}

.p-course-schedule-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-course-schedule-col {
  width: 46.2%;
  position: relative;
}

.p-course-schedule-title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .025em;
  margin-bottom: 20px;
}

.p-course-schedule-caption {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .025em;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.p-course-schedule-caption span {
  -webkit-box-shadow: inset 0px -16px 0px 0px #f6ff06;
  box-shadow: inset 0px -16px 0px 0px #f6ff06;
}

.p-course-timetabel {
  margin-bottom: 80px;
  padding: 42px 50px 68px;
  background-color: transparent;
}

.p-course-timetabel-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-course-timetabel-col {
  width: 46.2%;
  position: relative;
}

.p-course-timetabel-title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .025em;
  margin-bottom: 16px;
  text-align: center;
}

.p-course-timetabel-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #058d41;
}

.p-course-timetabel-table-row:first-child {
  border-top: 1px dashed #058d41;
}

.p-course-timetabel-table-group {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-course-timetabel-table-head {
  width: 92px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.3;
  padding-right: 8px;
  padding: 0 0 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-course-timetabel-table-desc {
  width: 16.2162162162%;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .025em;
  text-align: center;
  padding: 11px 0 9px;
}

.p-course-timetabel-table-desc:nth-of-type(odd) {
  background-color: #ebf5ef;
}

.p-course-timetabel-table-label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .025em;
  text-align: center;
  padding: 9px 0;
  background-color: #058d41;
}

.p-course.course-a .c-map-start {
  margin-top: 41.72727%;
  margin-left: 33.54545%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(1) {
  margin-top: 43.6363636364%;
  margin-left: 33.0909090909%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(2) {
  margin-top: 40.7272727273%;
  margin-left: 39.4545454545%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(3) {
  margin-top: 37.9090909091%;
  margin-left: 42.9090909091%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(4) {
  margin-top: 28.6363636364%;
  margin-left: 40.1818181818%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(5) {
  margin-top: 26%;
  margin-left: 44%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(6) {
  margin-top: 22.7272727273%;
  margin-left: 56.7272727273%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(7) {
  margin-top: 16.6363636364%;
  margin-left: 72%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(8) {
  margin-top: 17.7272727273%;
  margin-left: 74.1818181818%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(9) {
  margin-top: 26.0909090909%;
  margin-left: 82.7272727273%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(10) {
  margin-top: 26.1818181818%;
  margin-left: 87.0909090909%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(11) {
  margin-top: 26.1818181818%;
  margin-left: 89.8181818182%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(12) {
  margin-top: 26.1818181818%;
  margin-left: 92.3636363636%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(13) {
  margin-top: 37.4545454545%;
  margin-left: 62%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(14) {
    margin-top: 48%;
    margin-left: 29%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(15) {
  margin-top: 48%;
  margin-left: 8.36363636364%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(16) {
  margin-top: 45.1818181818%;
  margin-left: 26.9090909091%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(17) {
  margin-top: 43.6363636364%;
  margin-left: 36.1818181818%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(18) {
  margin-top: 3.63636363636%;
  margin-left: 60.8181818182%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(19) {
  margin-top: 5.72727272727%;
  margin-left: 45.5454545455%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(20)  {
margin-top: 48.2%;
    margin-left: 33.6%;
}
.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(21)  {
      margin-top: 53%;
  margin-left: 12%;
}

.p-course.course-a .p-course-area-pin .c-map-pin:nth-of-type(22)  {
    margin-top: 22%;
    margin-left: 92%;
}
.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(1) {
    margin-top: 32%;
    margin-left: 50%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(2) {
  margin-top: 29.27273%;
  margin-left: 55%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(3) {
    margin-top: 28%;
    margin-left: 58%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(4) {
     margin-top: 21%;
    margin-left: 55%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(5) {
margin-top: 19%;
    margin-left: 57.6%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(6) {
  margin-top: 15.1818181818%;
  margin-left: 68%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(7) {
  margin-top: 11.3636363636%;
      margin-left: 79%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(8) {
  margin-top: 12.8181818182%;
      margin-left: 81%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(9) {
margin-top: 18%;
    margin-left: 87%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(10) {
    margin-top: 19%;
    margin-left: 90%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(11) {
margin-top: 19%;
    margin-left: 92.6%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(12) {
  margin-top: 19%;
  margin-left: 95.6%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(13) {
margin-top: 28%;
    margin-left: 72%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(14) {
    margin-top: 35.5%;
    margin-left: 47.5%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(15) {
  margin-top: 36.72727%;
  margin-left: 33%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(16) {
 margin-top: 46%;
    margin-left: 31%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(17) {
 /* margin-top: 53.81818%;
  margin-left: 8%;*/
  display: none;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(18) {
  margin-top: 31.54545%;
  margin-left: 46%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(19) {
  margin-top: 31.54545%;
  margin-left: 53%;
}

.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(20) {
    margin-top: 35.5%;
    margin-left: 50.5%;
}
.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(21) {
  margin-top: 2.09091%;
  margin-left: 71%;
}
.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(22) {
  margin-top: 3.18182%;
  margin-left: 59%;
}
.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(23)  {
    margin-top: 59%;
    margin-left: 8%;
}
.p-course.course-b .p-course-area-pin .c-map-pin:nth-of-type(24)  {
    margin-top: 27%;
    margin-left: 92%;
}
.btn-timetable {
    text-align: center;
  margin-bottom: 80px;
}

.btn-timetable a {
    display: block;
    background: #008f3f;
    margin: 0 auto 20px;
    width: 250px;
    color: #fff;
    border-radius: 50px;
    padding: 16px 20px;
    text-align: center;
}

.btn-timetable a:hover {
    background: #000;
    color: #fff;
}


@media screen and (max-width: 768px) {
 .bnr-stanp {
    width: 100%;
    margin: 0 auto 60px;
}
  .p-course-area-wrap {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .p-course-area-wrap::-webkit-scrollbar {
    height: 4px;
  }
  .p-course-area-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .p-course-area-wrap::-webkit-scrollbar-thumb {
    background: #058d41;
  }
  .p-course-area-image {
    width: 800px;
    margin-bottom: 8px;
  }
  .p-course-area-image img {
    max-width: initial;
  }
  .p-course-spot-grid {
    margin: 0 -3% -4.01396160558%;
  }
  .p-course-spot-grid-item {
    width: 44%;
    margin: 0 3%;
    margin-bottom: 4.01396160558%;
  }
}

/* sidetrip
--------------------------------------------------------- */
.p-sidetrip-header {
  padding: 104px 0 0;
  text-align: center;
  margin-bottom: 68px;
}

.p-sidetrip-heading img {
  height: 18px;
  margin: 0 auto 6px;
  display: block;
}

.p-sidetrip-heading .jp {
  font-size: 3.6rem;
  font-weight: 700;
}

.p-sidetrip-area {
  margin-bottom: 48px;
}

.p-sidetrip-area-wrap {
  margin-bottom: 64px;
}

.p-sidetrip-area-image {
  border-radius: 10px;
  overflow: hidden;
      position: relative;
    max-width: 960px;
margin: 0 auto;
}

.p-sidetrip-area-image img {
  width: 100%;
}

.p-sidetrip-area-caption {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .025em;
  text-align: center;
}

.p-sidetrip-spot {
    max-width: 960px;
    margin: 0 auto 200px;
}

.p-sidetrip.hayato .p-sidetrip-area-pin .c-map-pin:nth-of-type(1) {
  margin-top: 25.8181818182%;
  margin-left: 41.2727272727%;
}

.p-sidetrip.hayato .p-sidetrip-area-pin .c-map-pin:nth-of-type(2) {
  margin-top: 26.3636363636%;
  margin-left: 38.5454545455%;
}

.p-sidetrip.hayato .p-sidetrip-area-pin .c-map-pin:nth-of-type(3) {
  margin-top: 31.6363636364%;
  margin-left: 34.1818181818%;
}

.p-sidetrip.hibara .p-sidetrip-area-pin .c-map-pin:nth-of-type(1) {
  margin-top: 52.9090909091%;
  margin-left: 41.2727272727%;
}

.p-sidetrip.hibara .p-sidetrip-area-pin .c-map-pin:nth-of-type(2) {
  margin-top: 52.3636363636%;
  margin-left: 43.8181818182%;
}

.p-sidetrip.hibara .p-sidetrip-area-pin .c-map-pin:nth-of-type(3) {
  margin-top: 52.3636363636%;
  margin-left: 49.6363636364%;
}

.p-sidetrip.hibara .p-sidetrip-area-pin .c-map-pin:nth-of-type(4) {
margin-top: 13%;
    left: auto;
    right: 3%;
}

@media screen and (max-width: 768px) {
  .p-sidetrip-area-wrap {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .p-sidetrip-area-wrap::-webkit-scrollbar {
    height: 4px;
  }
  .p-sidetrip-area-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .p-sidetrip-area-wrap::-webkit-scrollbar-thumb {
    background: #058d41;
  }
  .p-sidetrip-area-image {
    width: 800px;
    margin-bottom: 8px;
  }
  .p-sidetrip-area-image img {
    max-width: initial;
  }
}

/* spot
--------------------------------------------------------- */
.p-spot-header {
  padding: 104px 0 0;
  text-align: center;
  margin-bottom: 42px;
}

.p-spot-heading .en {
  font-family: 'Freestyle Script Regular';
  font-size: 12rem;
  line-height: 1;
  display: block;
  margin: -0.35em 0 -.175em -0.1em;
}

.p-spot-heading .jp {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -.025em;
  display: block;
}

.p-spot-meta {
  text-align: center;
  margin-bottom: 48px;
}

.p-spot-label {
  font-size: 1.9rem;
  min-width: 160px;
  color: #fff;
  text-align: center;
  padding: 5px 40px;
  margin-bottom: 49px;
  border-radius: 1em;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-spot-catch {
  font-size: 2.4rem;
  letter-spacing: .1em;
}

.p-spot-title {
  font-size: 3.6rem;
  font-weight: 700;
}

.p-spot-content {
  max-width: 680px;
  margin: 0 auto;
}

.p-spot-images {
  margin-bottom: 64px;
}

.p-spot-image {
  margin-bottom: 30px;
  text-align: center;
}

.p-spot-image img {
  max-height: 680px;
  border-radius: 10px;
  overflow: hidden;
}

.p-spot-image-caption {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .025em;
  text-align: center;
  margin-top: 18px;
}

.p-spot-outline {
  margin-bottom: 120px;
}

.p-spot-outline-catch {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.9;
  margin-bottom: 28px;
}

.p-spot-outline-catch a {
  color: #058d41;
  text-decoration: underline;
}

.p-spot-outline-catch a:hover {
  text-decoration: none;
}

.p-spot-outline-table-row {
  padding: 11px 8px;
  border-bottom: 1px solid #058d41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-spot-outline-table-row:first-child {
  border-top: 1px solid #058d41;
}

.p-spot-outline-table-head {
  width: 110px;
  font-size: 1.7rem;
  letter-spacing: .1em;
  margin-right: 22px;
  position: relative;
}

.p-spot-outline-table-head::after {
  content: ':';
  font-size: 1.7rem;
  position: absolute;
  right: 0;
  top: 0;
}

.p-spot-outline-table-desc {
  font-size: 1.7rem;
  letter-spacing: .1em;
}

.p-spot-access {
  margin-bottom: 128px;
}

.p-spot-access-heading {
  font-family: 'Freestyle Script Regular';
  font-size: 7.2rem;
  line-height: 1;
  display: block;
  margin: -0.35em 0 -.175em;
  margin-bottom: 32px;
  text-align: center;
}

.p-spot-access-map {
  width: 100%;
  height: auto;
  padding-top: 62.6829268293%;
  background-color: #ccc;
  position: relative;
}

.p-spot-access-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.p-spot-access-addr {
  font-size: 1.6rem;
  letter-spacing: .1em;
  text-align: center;
  margin-top: 24px;
}

.p-spot-footer {
  margin-bottom: 200px;
}

.p-spot-back {
  text-align: center;
}

.p-spot-back a {
  width: 236px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #058d41;
  letter-spacing: .1em;
  padding: 16px 0 15px;
  border: 2px solid #058d41;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

/* =========================================================
Library
========================================================= */

.p-spot-outline-catch {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .05em;
    margin-bottom: 28px;
}
.p-spot-outline-table-row {
    padding: 16px 10px;
}
.p-spot-outline-table-head {
    font-size: 1.5rem;
    letter-spacing: .05em;
    margin-right: 15px;
}
.p-spot-outline-table-desc {
    font-size: 1.5rem;
   letter-spacing: .05em;
}
.p-spot-back a:hover{
  background: #058d41;
    color: #fff;
}
.p-spot-catch {
    font-size: 1.8rem;
    letter-spacing: .05em;
    font-weight: 600;
}
.p-header-nav-item > a {
    font-size: 1.4rem;
}
.p-spot-label {
    font-size: 1.7rem;
}
.p-home-course-index-item {
    width: 48.8%;
    margin-bottom: 24px;
}
.p-spot-subcatch {
    font-size: 18px;
    text-align: center;
    padding-bottom: 60px;
    font-weight: 600;
    letter-spacing: .05em;
}
.indent dt {
font-weight: 600;
    padding-bottom: 10px;
}
.indent dd {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    padding-bottom: 8px;
}
.p-spot-outline-table-desc a {
    color: #058d41;
    text-decoration: underline;
}
 .sp{
    display: none;
  }
  .pc{
    display: block;
  }

.r-miyashita-time {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -45px;
    color: #058d41;
}


@media screen and (max-width: 1200px) {
  
  .p-home-course-index-title {
    font-size: 18px;
}
  .p-home-course-index-text {
    font-size: 1.3rem;
  }
  .p-home-course {
    width: 100%;
}
  .l-frame {
    min-height: 100vh;
    margin: 64px 48px 0;
  }
  .p-home-intro-desc {
    font-size: 1.4rem;
  }
  .p-home-course-index-item {
    margin-bottom: 16px;
}
  .l-footer {
    padding: 27px 60px;
    position: relative;
}
  .p-header-nav-item > a {
    font-size: 1.3rem;
}
.p-course-spot-grid-item {
    width: 29%;
    margin: 0 2%;

}
  .l-inner-lv1 {
    padding: 0 10px;
  }
  
  .l-frame-inner {
    padding: 78px 3% 88px;
  }
  .p-course-area-root {
    margin: 0 3px;
  }
  .p-course-area-root-title {
    font-size: 1.3rem;
    width: 50px;
}
  .p-course-area-move-summary {
    font-size: 1.0rem;
  }
  
  
}
@media screen and (max-width: 768px) {
  .p-home-course{
      width: 100%;
    margin: 0 auto;
  
  
}
  .l-frame {
    min-height: initial;
    margin: 64px 4vw 0;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
  
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .p-home-outline-heading {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .025em;
    margin-bottom: 20px;
}
.p-home-intro-catch {
    width: 65%;
    margin: 120px auto 30px;
}
  .p-home-intro-image {
    width: 24%;
  }
  .p-home-intro-figure {
    width: 110px;
    position: absolute;
    top: -90px;
    right: -30px;
}
  .p-home-intro-image:nth-child(5n) {
   margin-right: 0.87719298245%;
}
   .p-home-intro-image:nth-child(4n) {
   margin-right: 0;
}
    .p-home-intro-image:nth-child(10) {
   display: none;
}
  .p-spot-heading .en {
    font-size: 8rem;
  }
  .p-home-intro-figure {
    width: 28%;
    position: absolute;
    top: -40px;
    right: -2%;
}
.p-home-intro-header {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    width: 80%;
    margin: 0 auto;
}
  .p-home-course-heading .en {
    font-family: 'Freestyle Script Regular';
    font-size: 8rem;
    line-height: 1;
    display: block;
    margin: -0.35em 0 -.1em;
}
  .p-home-course-heading .en {
    font-family: 'Freestyle Script Regular';
    font-size: 10rem;
  }
  .p-home-course-index-item {
    width: 100%;
    margin-bottom: 8px;
}
  .p-home-course-index {
    margin-bottom: 79px;
    display: block;
  }
  .p-home-course-index-item a {
    width: 100%;
    color: #058d41;
    padding: 20px 5.81818181818%;
  }
  .p-home-course-index-title {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .p-home-course-index-text {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .p-home-outline-table-head {
    width: 25%;
    font-size: 1.3rem;
    margin-right: 10px;
    position: relative;
}
  .p-home-outline-table-desc {
    font-size: 1.3rem;
    letter-spacing: 0;
    width: 74%;
}
  .p-home-outline-table-head::after {
    display: none;
}
  .p-home-outline-text {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .p-home-intro-figure {
    width: 110px;
    position: absolute;
    top: -80px;
    right: -12%;
}
  .p-home-intro-desc {
    font-size: 1.4rem;
    letter-spacing: .025em;
    line-height: 2.2;
}
  
  
  
.p-spot-heading .jp {
    font-size: 1.4rem;
  }
  .p-spot-header {
    padding: 40px 0 0;
    margin-bottom: 30px;
}
  .p-spot-title {
    font-size: 3.0rem;
    font-weight: 700;
}
  .p-spot-outline-table-head {
    width: 90px;
    font-size: 1.3rem;
    letter-spacing: 0em;
    margin-right: 10px;
    position: relative;
}
  .p-spot-outline-table-desc {
    font-size: 1.3rem;
    letter-spacing: 0;
}
  .p-spot-footer {
    margin-bottom: 0px;
}
  .l-footer {
    padding: 0;
    position: relative;
    width: 80%;
    margin: 30px auto;
}
  .p-footer-row {
    display: block;
  }
  
  .p-footer-info-siteid {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .025em;
    margin-right: 26px;
    white-space: nowrap;
    position: relative;
    top: -1px;
    margin-bottom: 10px;
}
  .p-footer-info-addr {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .025em;
    margin-right: 0;
}
  .p-footer-info-contact {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .025em;
    padding-bottom: 40px;
}
    .p-footer-info-contact a {
 color: #058d41;
}
  
  .p-footer-nicetrip {
    width: 30%;
    padding-top: 2.77777777778%;
    padding-left: 1.088889%;
    background-color: #fff;
    position: absolute;
    bottom: 110px;
    right: -30px;
    pointer-events: none;
}
  .p-spot-access-heading {
    font-family: 'Freestyle Script Regular';
    font-size: 5.2rem;
  }
  .p-footer-info {
    display: block;
  }
  .p-course-tab a {
    padding: 15px 0;
  }
  .p-course-tab-title {
    font-size: 2.0rem;
  }
  .p-course-tab-text {
    font-size: 1.1rem;
  }
  .p-course-area-root {
    width: 95%;
    margin: 8px;
    padding: 10px 0 10px;
    box-sizing: border-box;
    display: block;
    min-height: 60px;
}
  .p-course-area-roots {
    display: block;
    margin: 0;
    position: relative;
}
  .p-course-area-root-num {
    position: absolute;
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-bottom: 11px;
    left: 20px;
}
  .p-course-area-root-title {
    width: auto;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    color: #058d41;
    letter-spacing: .05em;
    display: block;
    padding-left: 60px;
        writing-mode: horizontal-tb;
}
.p-course-area-move-summary {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    position: absolute;
    padding-left: 10px;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}
  
  .p-course-spot-grid-item {
    width: 44%;
    margin: 0 3%;
    margin-bottom: 4.01396160558%;
}
  .p-course-spot-grid-title {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .025em;
    text-align: center;
}
  .p-course-spot-grid-num {
    width: 30px;
    height: 30px;
    font-family: din-2014, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 1;
    pointer-events: none;
}
  .p-course-schedule {
    margin-bottom: 80px;
    padding: 30px;
    background-color: #f5f3e8;
}
  .p-course-schedule-row {
    display: block;
  }
.p-course-schedule-title {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .025em;
    margin-bottom: 10px;
    margin-top: 30px;
}
  .c-course-heading-lv1 {
    margin-bottom: 30px;
}
  .p-course-timetabel {
    margin-bottom: 80px;
    padding: 0;
  }
  .p-course-timetabel-row {
    margin-bottom: 30px;
    display: block;
  }
  .p-course-timetabel-table-desc {
    width: 16.2162162162%;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .025em;
    text-align: center;
    padding: 9px 0 9px;
}
  .p-course-timetabel-table-head {
    width: 92px;
    font-size: 1.1rem;
  }
  .p-course-timetabel-title {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .p-course-timetabel-col {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
  .p-footer-info {
    display: block;
  }
  .l-frame-inner {
    max-width: 1300px;
    padding: 50px 4vw 50px;
}
  .c-course-heading-lv1 .jp {
    font-size: 1.2rem;
  }
  .p-course-schedule-caption {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .025em;
    text-align: center;
    top: auto;
    right: auto;
    bottom: -50px;
    position: relative;
    -webkit-transform: translateY(-100%);
}
 .course-b .p-course-schedule-caption {
    bottom: -90px;
  }
  .p-course-area-move {
    width: 100%;
    padding: 10px 0 10px;
  }
.p-course-area-move-summary .time {
    padding-left: 10px;
}
 .p-course-area-move::after {
    content: '';
    width: 50%;
    height: 100%;
   border-top: none;
    border-right: 1px dashed #058d41;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
  .p-course-spot-cat {
    position: relative;
    width: 32%;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .025em;
    color: #626262;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}
  .p-course-spot-cats {
    margin-bottom: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
  .p-course-schedule-col {
    width: 100%;
    position: relative;
}
  .p-course-spot-cat:not(:last-child)::after {
    display: none;
}
  .p-course-area-root.r-miyashita {
     padding-bottom: 0px;
    height: auto;
    width: 50%;
}
.p-course-area-move-summary.r-miyashita-time{
padding-left: 0;
}
  .r-miyashita-time {
    width: auto;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: auto;
    right: -60px;
    bottom: 10px;
    color: #058d41;
}
  
}


.p-course-spot-grid-thumb img {
    width: 100%;
    border-radius: 6px;
}
.p-spot-image img {
    max-height: 100%;
}

@media screen and (max-width: 424px) {
  .p-header-logo {
    width: 80px;
    padding: 14px 14px 0 14px;
    position: absolute;
    top: 0;
    left: 0;
}
  .l-frame-inner {
    padding: 20px 4vw 50px;
}
  .p-home-intro-figure {
width: 110px;
    position: absolute;
    top: -110px;
    right: 0%;
  }
  .p-home-intro-header {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    width: 95%;
    margin: 0 auto;
}
  .p-home-intro-desc {
    font-size: 1.3rem;
    letter-spacing: .025em;
    line-height: 2;
}
  .p-home-course-heading .en {
    font-family: 'Freestyle Script Regular';
    font-size: 8rem;
}
  .p-home-course-media-caption {
    font-size: 1.3rem;
  }
  .p-home-course-media {
    margin-bottom: 100px;
}
  .p-footer-nicetrip {
    width: 40%;
    padding-top: 2.77777777778%;
    padding-left: 1.088889%;
    background-color: #fff;
    position: absolute;
    bottom: 110px;
    right: 0px;
    pointer-events: none;
}
  .p-footer-info-contact {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .025em;
    padding-bottom: 10px;
}
  .p-footer-info-siteid {
    font-size: 1.6rem;
  }
  .p-home-outline-note li {
    font-size: 1.2rem;
    line-height: 2;
  }
  .p-home-outline {
    margin: 0 auto 80px;
}
  .p-home-outline-text {
    font-size: 1.1rem;
    letter-spacing: 0;
}
  .p-home-outline-heading {
    font-size: 1.4rem;
  }
  .p-course-header {
    padding: 30px 0 0;
    text-align: center;
    margin-bottom: 40px;
}
  .p-course-heading .en {
    font-family: 'Freestyle Script Regular';
    font-size: 8rem;
  }
  .p-course-tab-title {
    font-size: 1.6rem;
}
  .p-course-timetabel-table-desc {
    font-size: 1.0rem;
  }
  .p-course-spot-grid-thumb {
    margin-bottom: 10px;
}
  .p-course-spot-grid-title {
    font-size: 1.1rem;
  }
  .c-course-heading-lv1 .en {
    font-family: din-2014, sans-serif;
    font-size: 2.2rem;
  }
  .p-sidetrip-heading .jp {
    font-size: 2.6rem;
  }
  .p-sidetrip-area-caption {
    font-size: 1.4rem;
  }
  .p-sidetrip-spot {
    margin: 0 auto 80px;
}
  .p-sidetrip-header {
    padding: 60px 0 0;
    text-align: center;
    margin-bottom: 40px;
}
  .p-spot-label {
    font-size: 1.3rem;
}
  .p-spot-label {
    font-size: 1.4rem;
    min-width: 120px;
    color: #fff;
    text-align: center;
    padding: 5px 40px;
    margin-bottom: 20px;
  }
  .p-spot-title {
    font-size: 2.0rem;
    font-weight: 700;
}
  .p-spot-images {
    margin-bottom: 30px;
}
  .p-spot-outline-catch {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 28px;
}
  .p-spot-outline-table-head::after {
   display: none;
}
  .p-spot-outline-table-row {
    padding: 14px 5px;
}
  .p-spot-outline-table-head {
    width: 70px;
    font-size: 1.2rem;
    letter-spacing: 0em;
    margin-right: 10px;
    position: relative;
}
  .p-spot-outline-table-desc {
    font-size: 1.2rem;
    letter-spacing: 0;
}
  .p-spot-access-addr {
    font-size: 1.2rem;
    letter-spacing: .1em;
    text-align: center;
    margin-top: 24px;
}
  .p-spot-access {
    margin-bottom: 80px;
}
  .p-spot-back a {
    width: 100%;
    font-size: 1.3rem;
  }
  .p-spot-meta {
    text-align: center;
    margin-bottom: 30px;
}
  .p-spot-subcatch {
    font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
  }
  .p-spot-outline {
    margin-bottom: 60px;
}
  
  
}





  .p-spot-image {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.p-sidetrip-area-caption {
    margin-bottom: 30px;
}
  .p-spot-images {
    margin-bottom: 30px;
}
  .p-spot-image {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.txt {
    text-align: center;
    padding: 0px 0 60px;
}
  @media screen and (max-width: 768px) {
  .p-spot-image {
    width: 100%;
}
    .txt {
    text-align: center;
    padding: 0px 0 60px;
    font-size: 14px;
}
  }
  
 