@charset "UTF-8";
.method__content-link, .method__content-detaillink, .price__table-people, .price__table-money, .contents__center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.method__content-link > *, .method__content-detaillink > *, .price__table-people > *, .price__table-money > *, .contents__center > * {
  min-height: 0%;
}

.machine__common, .tour__common, .tour__banner, .contents__container {
  box-sizing: content-box !important;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}

/* common:start */
.contents a img {
  transition: all ease 0.2s;
}
.contents .cource__title {
  background-color: #00b7f3;
  height: 120px;
  position: relative;
  margin-bottom: 50px;
}
.contents .cource__title-image {
  display: block;
  margin: 0 auto;
}
.contents .cource__title::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #00b7f3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.contents .clubArea {
  width: 950px;
  margin: 40px auto -40px auto;
  padding-bottom: 40px;
}
.contents .clubArea .club {
  padding: 20px;
  border: 2px solid #cc0000;
  font-size: 26px;
  line-height: 1.5;
  color: #cc0000;
  font-weight: bold;
  text-align: center;
}
.contents .end-txt {
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  z-index: 20;
  opacity: 0.9;
}

/* common:end */
/* tour:start */
.tour__banner {
  padding-bottom: 40px;
}
.tour__banner-title {
  text-align: center;
  padding-bottom: 60px;
}

/* tour:end */
/* mv:start */
.mv {
  margin: 45px auto 80px;
}

/* mv:end */
/* course:start */
.course {
  padding-bottom: 80px;
  background-color: #d9f6ee;
}
.course__hdg {
  text-align: center;
  background-color: #01946b;
  position: relative;
}
.course__hdg::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #01946b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.course__hdg img {
  width: 950px;
}

/* course:end */
/* point:start */
.point {
  margin: 42px auto 45px;
}
.point__container {
  padding: 50px 40px 0;
  background-color: #ffffff;
  border-radius: 12px;
}
.point__content {
  padding-bottom: 40px;
}
.point__content-head {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.point__content-mark {
  margin-right: 15px;
}
.point__content-logo {
  margin-left: 27px;
  margin-top: 7px;
}
.point__content-textarea {
  padding: 40px 20px 0 20px;
}
.point__example-head {
  padding-bottom: 40px;
  text-align: center;
}
.point__example-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point__example-list li {
  width: 420px;
}
.point__example-txt {
  padding: 35px 0 37px;
  font-size: 1.6rem;
}
.point__example-txt--differ {
  padding: 35px 0 30px;
  font-size: 1.6rem;
}
.point__example-text {
  padding-bottom: 33px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.025em;
  color: #cc0000;
}
.point__example-title {
  margin: 0 auto 40px;
  width: 636px;
  display: block;
}

/* point:end */
/* hotel:start */
.hotel__head {
  padding-bottom: 40px;
}
.hotel__intro-textarea {
  padding: 20px 0 0 20px;
}
.hotel__intro-imagearea {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.hotel__intro02-textarea {
  padding: 20px 0 0 20px;
}
.hotel__intro02-imagearea {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 15px;
}
.hotel__intro02-txt {
  padding-bottom: 40px;
}
.hotel__name {
  display: flex;
  align-items: center;
}
.hotel__link {
  width: 87px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #0f0f69;
}
.hotel__link::before {
  content: "";
  display: block;
  margin-right: 5px;
  background-image: url(/commonY15/img/icon_ext_red_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 10px;
}

/* hotel:end */
/* overview:start */
.overview {
  margin: 50px auto 0;
}
.overview__container {
  margin-bottom: 80px;
  padding: 27px 40px 35px;
  background-color: #ffffff;
  border-radius: 12px;
}
.overview__list {
  padding: 0 0 30px;
}
.overview__list li {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: bold;
}
.overview__list li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  background-color: #007151;
}
.overview__list li span {
  font-weight: normal;
}
.overview__list li:last-child {
  font-weight: normal;
}
.overview__list li:last-child::before {
  content: none;
}

/* overview:end */
/* plan:start */
.plan__head {
  padding-bottom: 40px;
}
.plan__graph {
  margin-bottom: 15px;
}
.plan__txt {
  font-size: 1.6rem;
  line-height: 1.75;
}

/* plan:end */
/* price:start */
.price {
  margin-top: 55px;
}
.price__head {
  padding-bottom: 40px;
}
.price__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 15px;
}
.price__table {
  display: flex;
  border: 2px solid #00a1ae;
  border-radius: 6px;
  width: 396px;
  height: 66px;
}
.price__table-people {
  background-color: #00a1ae;
  width: 180px;
  height: 66px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}
.price__table-money {
  background-color: #fff;
  border-radius: 0 6px 6px 0;
  width: 218px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #cc0000;
}
.price__table-money--small {
  padding-top: 5px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
.price__note {
  padding: 0 0 33px 20px;
  margin-left: 1em;
  text-indent: -1em;
}
.price__note li {
  font-size: 1.4rem;
  line-height: 2;
}
.price__include-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.price__include-list li {
  padding-right: 20px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.price__include-list li::before {
  content: "";
  display: inline-block;
  background-color: #007151;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}

/* price:end */
/* guide:start */
.guide {
  border-radius: 12px 12px 0 0;
  background-color: #ffffff;
}
.guide__hdg {
  padding: 16px 0 16px 60px;
  border-radius: 12px 12px 0 0;
  background-color: #cc0000;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  color: #ffffff;
}

/* guide:end */
/* detail:start */
.detail {
  padding: 35px 40px 23px;
}
.detail__list {
  padding-bottom: 10px;
  margin-left: 1em;
  text-indent: -1em;
}
.detail__list li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.detail__list li::before {
  content: "";
  display: inline-block;
  background-color: #007151;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
.detail__each-title {
  display: inline-block;
  margin-bottom: 5px;
  background: linear-gradient(transparent 60%, #ffef38 60%);
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.detail__each-list {
  margin-left: 1em;
  text-indent: -1em;
  padding-bottom: 10px;
}
.detail__each-list li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.detail__each-list li::before {
  content: "";
  display: inline-block;
  background-color: #007151;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}

/* detail:end */
/* method:start */
.method {
  max-width: 810px;
  margin: 95px auto 80px;
  border-radius: 20px;
  border: 25px solid #d9f6ee;
  position: relative;
}
.method__hdg {
  position: absolute;
  top: -40px;
  left: 40px;
}
.method__content {
  padding: 90px 30px 35px 25px;
}
.method__content-title {
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffef38 60%);
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.method__content-list {
  padding-bottom: 18px;
  margin-left: 1em;
  text-indent: -1em;
}
.method__content-list li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.method__content-list li::before {
  content: "";
  display: inline-block;
  background-color: #007151;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
.method__content-items {
  padding-bottom: 18px;
  padding-left: 14px;
}
.method__content-form {
  position: relative;
  width: 200px;
  height: 36px;
  margin: 25px 0 15px;
}
.method__content-link {
  padding-left: 30px;
  background-color: #cc0000;
  width: 200px;
  height: 36px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  position: relative;
  box-sizing: border-box;
}
.method__content-link::before {
  content: "";
  display: block;
  background-image: url(/commonY15/img/icon_ext_white_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 11px;
  height: 10px;
  left: 20px;
}
.method__content-lst {
  padding-bottom: 8px;
  margin-left: 1em;
  text-indent: -1em;
}
.method__content-lst li {
  color: #cc0000;
  margin-left: 1em;
}
.method__content-lst li:not(:last-child) {
  color: #333333;
  margin-left: 0;
}
.method__content-lst li:not(:last-child)::before {
  content: "";
  display: inline-block;
  background-color: #007151;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
.method__content-caution {
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.method__content-text {
  padding-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.method__content-txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.method__content-txt:first-child {
  margin-left: 1em;
}
.method__content-txt:nth-child(2) {
  margin-left: 1em;
  padding-bottom: 30px;
}
.method__content-detaillink {
  padding-right: 15px;
  margin: 15px 0 13px;
  background-color: #eeeeee;
  border: 1px solid #d9d9d9;
  width: 170px;
  height: 48px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 300;
  position: relative;
  box-sizing: border-box;
}
.method__content-detaillink::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/commonY15/img/icon_ext_red_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 10px;
  right: 20px;
}
.method__content-subtitle {
  font-weight: bold;
}
.method__content-addition {
  padding: 32px 15px 0 0;
  font-size: 2.4rem;
  text-align: right;
}

/* method:end */
/* machine:start */
.machine__title {
  margin-bottom: 35px;
}
.machine__text {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 30px;
}
.machine__lists {
  margin-top: 40px;
  margin-bottom: 35px;
}
.machine__lists li {
  font-size: 1.4rem;
  position: relative;
}
.machine__lists li:nth-child(1) {
  padding-left: 10em;
  text-indent: -9em;
}
.machine__lists li:nth-child(2) {
  padding-left: 14em;
  text-indent: -13em;
}
.machine__lists li::before {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #007151;
  top: 6px;
  left: 0;
}

/* machine:end */
html {
  font-size: 62.5%;
}

.body {
  font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.contents img {
  vertical-align: top;
}