@charset "utf-8";

/*================================================
Owner
================================================*/

.Owner {
  padding: 10px;
  background-color: #0F67AE;
}
.Owner p {
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 700;
}
.Owner p a {
  color: #FFFFFF;
}

@media (max-width: 1023px) {

  .Owner p {
    line-height: 1.50;
  }
}

/*================================================
Firstview
================================================*/

.Firstview {
  display: block;
  overflow: hidden;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100vh;
  min-height: 980px;
  max-height: 980px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
}
.FirstviewPhoto {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #EEEEEE;
}
.FirstviewPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  object-fit: cover;
}
.FirstviewOverlay {
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: rgba(20, 35, 60, 0.00);
  /* background-image: linear-gradient(135deg, rgba(20, 35, 60, 0.92), rgba(20, 35, 60, 0.55), rgba(191, 0, 0, 0.22)); */
  background-image: url(../img/firstview_screen.png);
  color: #FFFFFF;
  box-sizing: border-box;
  align-items: center;
}
.FirstviewInner {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto 0px auto;
  padding: 70px 5% 50px 5%;
  box-sizing: border-box;
}
.FirstviewEyebrow {
  margin: 0px 0px 0px 0px;
  text-align: left;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.FirstviewTitle {
  margin: 10px 0px 20px 0px;
}
.FirstviewTitle span {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 10px 14px 10px 14px;
  line-height: 1.25;
  background-color: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  letter-spacing: 0.05em;
  font-weight: 900;
}
.FirstviewTitle strong {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1.25;
  color: #FFFFFF;
  letter-spacing: -0.025em;
  font-weight: 900;
}
.FirstviewTextBlock {
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
}
.FirstviewText {
  margin: 0px 0px 0px 0px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 1.00);
  font-weight: 700;
}
.FirstviewInfo {
  display: grid;
  width: 100%;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.FirstviewInfoOne {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 18px 18px 18px 18px;
  background-color: rgba(0, 0, 0, 0.50);
  box-sizing: border-box;
}
.FirstviewInfoTitle {
  margin: 0px 0px 5px 0px;
  text-align: left;
  line-height: 1.25;
  color: rgba(255, 255, 255, 1.00);
  font-weight: 700;
}
.FirstviewInfoText {
  display: block;
  margin-bottom: 5px;
  text-align: left;
  line-height: 1.00;
  color: #FFFFFF;
  font-weight: 700;
}
.FirstviewInfoNote {
  margin-bottom: 0px;
  text-align: left;
  color: rgba(255, 255, 255, 1.0);
  font-weight: 400;
}
.FirstviewInfoNote:last-of-type {
  margin-bottom: 0px;
}
.FirstviewNav {
  display: grid;
  width: 100%;
  margin: 0px 0px 50px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.FirstviewNavLink {
  display: block;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 14px 14px 14px 14px;
  border: 0px none transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
  text-align: left;
  line-height: 1.25;
  background-color: rgba(0, 0, 0, 0.50);
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
}
.FirstviewNavLink:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
.FirstviewNavEnglish {
  display: block;
  margin: 0px 0px 5px 0px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.50);
  font-weight: 400;
  letter-spacing: 0.08em;
}
.FirstviewNavJapanese {
  display: block;
  margin: 0px 0px 0px 0px;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 900;
}
.FirstviewCta {
  display: block;
  width: 70%;
  margin: 0px auto 18px auto;
  padding: 22px 20px 22px 20px;
  border: 0px none transparent;
  text-align: center;
  line-height: 1.25;
  background-color: #0F67AE;
  color: #FFFFFF;
  font-weight: 900;
  text-decoration: none;
  border-radius: 50px;
  box-sizing: border-box;
}

@media (max-width: 1365px) {

  .Firstview {
    height: 88vh;
    min-height: 680px;
    max-height: 920px;
  }
  .FirstviewNav {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1023px) {

  .Firstview {
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .FirstviewInner {
    padding: 55px 6% 45px 6%;
  }
  .FirstviewInfo {
    grid-template-columns: 1fr;
  }
  .FirstviewNav {
    grid-template-columns: 1fr 1fr;
  }
  .FirstviewCta {
    width: 100%;
  }
}

/*================================================
CtaAttention
================================================*/

.CtaAttention {
  text-align: center;
  font-weight: 900;
}

.CtaAttention.White { color: #FFFFFF; }
.CtaAttention.Gray  { color: #666666; }

/*================================================
SchedulePrice
================================================*/

.SchedulePrice {
  padding: 75px 0px 100px 0px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(238, 238, 238, 0.25) 10px, rgba(238, 238, 238, 0.25) 20px );
}
.SchedulePriceInner {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.SchedulePriceSummary {
  display: grid;
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.SchedulePriceCard {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.SchedulePriceCardTitle {
  margin: 0px 0px 10px 0px;
  text-align: left;
  line-height: 1.25;
  color: #000000;
  font-weight: 700;
}
.SchedulePriceCardPrice {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.SchedulePriceCardNote {
  margin-bottom: 0px;
  text-align: left;
  line-height: 1.50;
  color: #666666;
  font-weight: 400;
}
.SchedulePriceWide {
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.SchedulePriceWideTitle {
  margin: 0px 0px 18px 0px;
  text-align: left;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.SchedulePriceList {
  margin: 0px 0px 10px 0px;
  line-height: 1.75;
  font-weight: 400;
}
.SchedulePriceOption {
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.SchedulePriceOptionTitle {
  margin: 0px 0px 18px 0px;
  text-align: left;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.SchedulePriceOptionGrid {
  display: grid;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.SchedulePriceOptionCard {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 25px 25px 25px 25px;
  background-color: rgba(238, 238, 238, 0.45);
  box-sizing: border-box;
}
.SchedulePriceOptionCardTitle {
  margin: 0px 0px 15px 0px;
  text-align: left;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.SchedulePriceOptionCardItem {
  margin: 0px 0px 10px 0px;
  text-align: left;
  line-height: 1.25;
  color: #000000;
  font-weight: 400;
}
.SchedulePriceOptionCardItem:last-of-type {
  margin-bottom: 0px;
}
.SchedulePriceOptionCardNote {
  margin: 0px 0px 0px 0px;
  text-align: left;
  line-height: 1.25;
  color: #666666;
  font-weight: 400;
}
.SchedulePriceProgram {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.SchedulePriceProgramTitle {
  margin: 0px 0px 18px 0px;
  text-align: left;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.SchedulePriceCta {
  display: block;
  width: 70%;
  margin: 35px auto 25px auto;
  padding: 22px 20px 22px 20px;
  border: 0px none transparent;
  text-align: center;
  line-height: 1.25;
  background-color: #0F67AE;
  color: #FFFFFF;
  font-weight: 900;
  text-decoration: none;
  border-radius: 50px;
  box-sizing: border-box;
}

@media (max-width: 1365px) {

  .SchedulePriceSummary {
    grid-template-columns: 1fr;
  }
  .SchedulePriceOptionGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {

  .SchedulePrice {
    padding: 50px 0px 50px 0px;
  }
  .SchedulePriceCard {
    padding: 20px 20px 20px 20px;
  }
  .SchedulePriceWide {
    padding: 20px 20px 20px 20px;
  }
  .SchedulePriceOption {
    padding: 20px 20px 20px 20px;
  }
  .SchedulePriceOptionCard {
    padding: 20px 20px 20px 20px;
  }
  .SchedulePriceProgram {
    padding: 20px 20px 20px 20px;
  }
  .SchedulePriceCta {
    width: 100%;
  }
}

/*================================================
Accordion
================================================*/

.Accordion {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.AccordionOne {
  width: 100%;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.AccordionSwitch {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 18px 56px 18px 20px;
  border: 0px none transparent;
  text-align: left;
  line-height: 1.50;
  background-color: rgba(238, 238, 238, 0.60);
  color: #000000;
  font-weight: 900;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 16px;
}
.AccordionSwitch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  bottom: auto;
  width: 18px;
  height: 2px;
  margin: -1px 0px 0px 0px;
  background-color: #BF0000;
}
.AccordionSwitch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 28px;
  bottom: auto;
  width: 2px;
  height: 18px;
  margin: -9px 0px 0px 0px;
  background-color: #BF0000;
  transition: all 0.25s ease;
}
.AccordionSwitch.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.AccordionSwitch.active::after {
  opacity: 0;
  transform: scaleY(0.30);
}
.AccordionFold {
  display: none;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.AccordionFoldInner {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
}
.AccordionText {
  margin: 0px 0px 0px 0px;
  text-align: left;
  line-height: 1.50;
  color: #000000;
  font-weight: 400;
}
.Sleep {
  margin-top: 10px;
  font-weight: 700;
}

.Food {
  margin-top: 20px;
  font-weight: 900;
}
.Food .Breakfast { padding: 10px; color: #FFFFFF; background-color: #c03b20; }
.Food .Launch    { padding: 10px; color: #FFFFFF; background-color: #cc8628; }
.Food .Dinner    { padding: 10px; color: #FFFFFF; background-color: #21a3c0; }

@media (max-width: 1365px) {

  .AccordionSwitch {
    padding: 18px 52px 18px 18px;
  }
}

@media (max-width: 1023px) {

  .AccordionSwitch {
    padding: 16px 52px 16px 16px;
  }
  .AccordionFoldInner {
    padding: 18px 16px 18px 16px;
  }
}

/*================================================
Feature
================================================*/

.Feature {
  padding: 75px 0px 100px 0px;
  background-color: #FFFFFF;
}
.FeatureInner {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.FeatureGrid {
  display: grid;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.FeaturePrimary {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 25px 25px 25px 25px;
  background-color: rgba(238, 238, 238, 0.35);
  box-sizing: border-box;
  grid-column: 1 / 4;
}
.FeaturePhoto {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 480px;
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #EEEEEE;
}
.FeaturePhoto img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  object-fit: cover;
}
.FeatureTitle {
  margin: 0px 0px 18px 0px;
  text-align: left;
  line-height: 1.75;
  color: #000000;
  font-weight: 900;
}
.FeatureTitle span {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 5px 6px 3px 9px;
  border-radius: 10px;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
}
.FeatureTitle strong {
  color: #000000;
  font-weight: 900;
}
.FeatureTextBlock {
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 0px 0px;
}
.FeatureText {
  margin: 0px 0px 12px 0px;
  text-align: left;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}
.FeatureCard {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.FeatureCardTitle {
  margin: 0px 0px 18px 0px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #000000;
  font-weight: 900;
}
.FeatureCardTitle span {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 5px 6px 3px 9px;
  border-radius: 10px;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
}
.FeatureCardTitle strong {
  color: #000000;
  font-weight: 900;
}
.FeatureCardTextBlock {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.FeatureCardText {
  margin: 0px 0px 0px 0px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}
.FeatureCta {
  display: block;
  width: 70%;
  margin: 35px auto 0px auto;
  padding: 22px 20px 22px 20px;
  border: 0px none transparent;
  text-align: center;
  line-height: 1.25;
  background-color: #0F67AE;
  color: #FFFFFF;
  font-weight: 900;
  text-decoration: none;
  border-radius: 50px;
  box-sizing: border-box;
}
.FeatureShipData p {
  margin-bottom: 0px;
}


@media (max-width: 1365px) {

  .FeatureGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .FeaturePrimary {
    grid-column: 1 / 3;
  }
}

@media (max-width: 1023px) {

  .Feature {
    padding: 50px 0px 50px 0px;
  }
  .FeatureGrid {
    grid-template-columns: 1fr;
  }
  .FeaturePrimary {
    grid-column: auto;
    padding: 20px 20px 20px 20px;
  }
  .FeaturePhoto {
    height: 240px;
  }
  .FeatureCard {
    padding: 20px 20px 20px 20px;
  }
  .FeatureCta {
    width: 100%;
  }
}

/*================================================
Route
================================================*/

.Route {
  padding: 75px 0px 100px 0px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(238, 238, 238, 0.25) 10px, rgba(238, 238, 238, 0.25) 20px );
}
.RouteInner {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.RouteOverview {
  display: grid;
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.RouteOverviewTitle {
  margin: 0px 0px 15px 0px;
  text-align: left;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.RouteOverviewTextBlock {
  margin: 0px 0px 50px 0px;
  padding: 0px 0px 0px 0px;
}
.RouteOverviewLead {
  margin: 0px 0px 10px 0px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}
.RouteStopsTitle {
  margin: 0px 0px 15px 0px;
  text-align: left;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.RouteStopsList {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.RouteStopsOne {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}
.RouteMap {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #EEEEEE;
}
.RouteMap img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  object-fit: cover;
}
.RouteTimeline {
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.RouteTimelineTitle {
  margin: 0px 0px 18px 0px;
  text-align: left;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.RouteTimelineGrid {
  display: grid;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.RouteTimelineCard {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 25px 25px 25px 25px;
  background-color: rgba(238, 238, 238, 0.45);
  box-sizing: border-box;
}
.RouteTimelineCardTitle {
  margin: 0px 0px 15px 0px;
  text-align: left;
  line-height: 2.00;
  color: #000000;
  font-weight: 900;
}
.RouteTimelineCardTitle span {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 5px 11px 3px 9px;
  border-radius: 10px;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
}
.RouteTimelineCardTitle strong {
  color: #000000;
  font-weight: 900;
}
.RouteTimelineCardText {
  margin: 0px 0px 0px 0px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}

@media (max-width: 1365px) {

  .RouteOverview {
    grid-template-columns: 1fr;
  }
  .RouteMap {
    height: 320px;
  }
  .RouteTimelineGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {

  .Route {
    padding: 50px 0px 50px 0px;
  }
  .RouteOverview {
    padding: 20px 20px 20px 20px;
  }
  .RouteMap {
    height: 240px;
  }
  .RouteTimeline {
    padding: 20px 20px 20px 20px;
  }
  .RouteTimelineCard {
    padding: 20px 20px 20px 20px;
  }
}

/*================================================
Golf
================================================*/

.Golf {
  padding: 75px 0px 100px 0px;
  background-color: #FFFFFF;
}
.GolfInner {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.GolfIntro {
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 25px 25px 25px 25px;
  background-color: rgba(238, 238, 238, 0.35);
  box-sizing: border-box;
}
.GolfIntroTextBlock {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.GolfIntroText {
  margin: 0px 0px 12px 0px;
  text-align: center;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}
.GolfIntroNote {
  margin: 0px 0px 0px 0px;
  text-align: center;
  line-height: 1.75;
  color: #BF0000;
  font-weight: 700;
}
.GolfCourse {
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.GolfCourseHeader {
  width: 100%;
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 0px 0px;
}
.GolfCourseTitle {
  margin: 0px 0px 15px 0px;
  text-align: left;
  line-height: 1.50;
  color: #000000;
  font-weight: 900;
}
.GolfCourseSub {
  margin: 0px 0px 0px 0px;
  text-align: left;
  line-height: 1.75;
  color: #666666;
  font-weight: 700;
}
.GolfCourseBody {
  display: grid;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
}
.GolfCourseGallery {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.GolfCourseMain {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 360px;
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #EEEEEE;
}
.GolfCourseMain img {
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.25s ease, transform 0.25s ease;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  object-fit: cover;
}
.GolfCourseMain img.is-switching {
  opacity: 0.25;
  transform: scale(1.02);
}
.GolfCourseThumbs {
  display: grid;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.GolfCourseThumb {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 120px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none transparent;
  background-color: #EEEEEE;
  cursor: pointer;
  box-sizing: border-box;
}
.GolfCourseThumb img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  object-fit: cover;
}
.GolfCourseThumb.is-active {
  opacity: 0.85;
  transform: translateY(-1px);
  transition: all 0.25s ease;
}
.GolfCourseAbout {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.GolfCourseTextBlock {
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 0px 0px;
}
.GolfCourseText {
  margin: 0px 0px 12px 0px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}
.GolfCta {
  display: block;
  width: 70%;
  margin: 35px auto 25px auto;
  padding: 22px 20px 22px 20px;
  border: 0px none transparent;
  text-align: center;
  line-height: 1.25;
  background-color: #0F67AE;
  color: #FFFFFF;
  font-weight: 900;
  text-decoration: none;
  border-radius: 50px;
  box-sizing: border-box;
}

@media (max-width: 1365px) {

  .GolfCourseBody {
    grid-template-columns: 1fr;
  }
  .GolfCourseMain {
    height: 320px;
  }
}

@media (max-width: 1023px) {

  .Golf {
    padding: 50px 0px 50px 0px;
  }
  .GolfIntro {
    padding: 20px 20px 20px 20px;
  }
  .GolfCourse {
    padding: 20px 20px 20px 20px;
  }
  .GolfCourseMain {
    height: 240px;
  }
  .GolfCourseThumb {
    height: 72px;
  }
  .GolfCta {
    width: 100%;
  }
}

/*================================================
Condition
================================================*/

.Condition {
  padding: 75px 0px 100px 0px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(238, 238, 238, 0.25) 10px, rgba(238, 238, 238, 0.25) 20px );
}
.ConditionInner {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.ConditionTitle {
  margin: 0px 0px 18px 0px;
  text-align: left;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.ConditionTable {
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.ConditionListBox {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.ConditionListOne {
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}
.ConditionCancel {
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.ConditionLuggage {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.ConditionLuggageGrid {
  display: grid;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  box-sizing: border-box;
}
.ConditionLuggageCard {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 25px 25px 25px 25px;
  background-color: rgba(238, 238, 238, 0.45);
  box-sizing: border-box;
}
.ConditionLuggageCardTitle {
  margin: 0px 0px 15px 0px;
  text-align: left;
  line-height: 2.00;
  color: #000000;
  font-weight: 900;
}
.ConditionLuggageCardTitle span {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 5px 12px 3px 9px;
  border-radius: 10px;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
}
.ConditionLuggageCardTitle strong {
  color: #000000;
  font-weight: 900;
}
.ConditionLuggageCardText {
  margin: 0px 0px 12px 0px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}
.ConditionCta {
  display: block;
  width: 70%;
  margin: 35px auto 0px auto;
  padding: 22px 20px 22px 20px;
  border: 0px none transparent;
  text-align: center;
  line-height: 1.25;
  background-color: #0F67AE;
  color: #FFFFFF;
  font-weight: 900;
  text-decoration: none;
  border-radius: 50px;
  box-sizing: border-box;
}
.ConditionList {
  margin: 0px 0px 10px 0px;
  line-height: 1.75;
  font-weight: 400;
}

@media (max-width: 1365px) {

  .ConditionLuggageGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {

  .Condition {
    padding: 50px 0px 50px 0px;
  }
  .ConditionTable {
    padding: 20px 20px 20px 20px;
  }
  .ConditionCancel {
    padding: 20px 20px 20px 20px;
  }
  .ConditionLuggage {
    padding: 20px 20px 20px 20px;
  }
  .ConditionLuggageCard {
    padding: 20px 20px 20px 20px;
  }
  .ConditionCta {
    width: 100%;
  }
}

/*================================================
HeadingTag
================================================*/

.HeadingTag {
  background-color: #EEEEEE;
}
.HeadingTag ul {
  width: 80%;
  margin: 0px auto;
  padding-bottom: 5px;
}
.HeadingTag li {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 7px 8px 6px 8px;
  line-height: 1.25;
  background-color: #CCCCCC;
  font-weight: 900;
}

@media (max-width: 1365px) {

  .HeadingTag ul {
    width: 90%;
  }
}

@media (max-width: 1023px) {

  .HeadingTag ul {
    width: 100%;
    padding-left: 5px;
  }
}

/*================================================
Period
================================================*/

.Period {
  display: none;
  padding: 10px 0px;
  background-color: #BF0000;
}
.PeriodText {
  margin-bottom: 0px;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
}
.PeriodReleaseStart {
  display: none;
}
.PeriodReleaseEnd {
  display: none;
}
.PeriodBookingStart {
  display: none;
}
.PeriodBookingEnd {
  display: none;
}
.PeriodPlayStart {
  display: none;
}
.PeriodPlayEnd {
  display: none;
}

/*================================================
CampaignName
================================================*/

.CampaignName {
  display: none;
}

/*================================================
CommonTable
================================================*/

.CommonTable {
  width: 100%;
  margin: 0px auto 15px auto;
  border-top: 1px #CCCCCC solid;
  border-collapse: collapse;
}
.CommonTable tr {
  width: 100%;
}
.CommonTable th {
  width: 20%;
  padding: 15px 20px;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  line-height: 1.75;
  text-align: left;
  background-color: #EEEEEE;
  color: #000000;
  vertical-align: top;
}
.CommonTable td {
  width: 80%;
  padding: 15px 20px;
  border-bottom: 1px #CCCCCC solid;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  background-color: #FFFFFF;
  vertical-align: top;
}
.CommonTable td strong {
  color: #BF0000;
  font-weight: 700;
}
.CommonTable td em {
  text-decoration: underline;
  color: #BF0000;
}
.CommonTable p {
  margin-bottom: 0px;
}


@media (max-width: 1023px) {

  .CommonTable {
    border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    border-bottom: none;
  }
  .CommonTable th {
    display: block;
    width: 98%;
    padding: 1%;
    border-right: none;
    text-align: center;
  }
  .CommonTable td {
    display: block;
    width: 94%;
    padding: 3%;
  }
}

/*================================================
Common
================================================*/

.CommonWrap {
  padding: 75px 0px 100px 0px;
}
.CommonInner {
  max-width: 1280px;
  margin: 0px auto;
}
.CommonTitleEnglish {
  margin-bottom: 3px;
  line-height: 1.25;
  text-align: center;
  font-weight: 400;
}
.CommonTitle {
  margin-bottom: 50px;
  line-height: 1.25;
  text-align: center;
  font-weight: 900;
}
.CommonLead {
  margin-bottom: 50px;
  line-height: 1.50;
  text-align: center;
  font-weight: 400;
}
.CommonAttention {
  width: 100%;
  margin: 0px auto 25px auto;
  padding: 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.CommonAttention li {
  line-height: 1.75;
  font-size: 16px;
  font-weight: 700;
}
.CommonHover:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}

@media (max-width: 1365px) {

  .CommonInner {
    max-width: 90%;
    width: 90%;
  }
  .CommonAttention {
    width: 55%;
  }
  .CommonAttention li {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {

  .CommonWrap {
    padding: 50px 0px 50px 0px;
  }
  .CommonInner {
    max-width: 85%;
    width: 85%;
  }
  .CommonTitle {
    margin-bottom: 20px;
  }
  .CommonLead {
    margin-bottom: 50px;
  }
  .CommonAttention {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    margin: 0px auto 25px auto;
  }
  .CommonAttention li {
    font-size: 12px;
  }
}

/*================================================
FadeinUp
================================================*/

#main { overflow-x: hidden; }
.HeadlineUp { animation: SlideInUp 1.6s; } @keyframes SlideInUp { 0% { opacity: 0; transform: translateY(16px); } 100% { opacity: 1; transform: translateY(0); } }
.HeadlineDown { animation: SlideInDown 1.6s; } @keyframes SlideInDown { 0% { opacity: 0; transform: translateY(-16px); } 100% { opacity: 1; transform: translateY(0); } }
.HeadlineLeft { animation: SlideInLeft 1.6s; } @keyframes SlideInLeft { 0% { opacity: 0; transform: translateX(-16px); } 100% { opacity: 1; transform: translateX(0); } }
.HeadlineRight { animation: SlideInRight 1.6s; } @keyframes SlideInRight { 0% { opacity: 0; transform: translateX(16px); } 100% { opacity: 1; transform: translateX(0); } }
.HeadlineZoom { animation: SlideInZoom 2.0s; } @keyframes SlideInZoom { 0% { opacity: 0; transform: scale(0.85); } 100% { opacity: 1; transform: scale(1.0); } }
.HeadlineMegaZoom { animation: SlideInMegaZoom 2.0s; } @keyframes SlideInMegaZoom { 0% { opacity: 0; transform: scale(0.85); } 100% { opacity: 1; transform: scale(1.0); } }
.HeadlineLag { animation: SlideInLag 2.4s; } @keyframes SlideInLag { 0% { opacity: 0; transform: translateX(-16px); } 100% { opacity: 1; transform: translateX(0); } }

.FadeinUp {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 500ms;
}
.FadeinDown {
  opacity : 0;
  transform : translate(0, -50px);
  transition : all 500ms;
}
.FadeinLeft {
  opacity : 0;
  transform : translate(-100px, 0);
  transition : all 1000ms;
}
.FadeinRight {
  opacity : 0;
  transform : translate(100px, 0);
  transition : all 1000ms;
}
.FadeinZoomBig {
  opacity : 0;
  transform: scale(0.85,0.85);
  transition : all 750ms;
}
.FadeinZoomSmall {
  opacity : 0;
  transform: scale(1.15,1.15);
  transition : all 750ms;
}
.FadeinUp.Scrollin,
.FadeinDown.Scrollin,
.FadeinLeft.Scrollin,
.FadeinRight.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
  transform : translate(0, 0);
}
.FadeinZoomBig.Scrollin,
.FadeinZoomSmall.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
}

/*================================================
Parallel
================================================*/

.Parallel {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*================================================
clearfix
================================================*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*================================================
display on / off
================================================*/

.pc-br {
  display: block;
}
.sp-br {
  display: none;
}

@media (max-width: 1023px) {

  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}

/*================================================
PageTop
================================================*/

.PageTop {
  display: block;
  width: 100%;
  padding: 20px 0px 5px 0px;
  background-color: #343434;
  box-sizing: border-box;
}
.PageTop span {
  display: none;
}
.PageTop:hover {
  transition: all 0.3s ease;
  background-color: #5C5C5C;
}

/*================================================
PagetopFix
================================================*/

.PagetopFix {
  position: fixed;
  z-index: 9999;
  width: 240px;
  height: 240px;
  right: 40px;
  bottom: 20px;
}
.PagetopFix a img {
  width: 240px;
  height: 240px;
}
.PagetopFix a {
  text-decoration: none;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.PagetopFix a:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
.PagetopFix a span {
  display: inline-block;
}

@media (max-width: 1023px) {

  .PagetopFix {
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: inherit;
    padding: 10px 0px;
    text-align: center;
    background-image: url(../img/firstview_screen.png);
  }
  .PagetopFix a {
    display: inline-block;
    padding: 20px 20px;
    border-radius: 50px;
    line-height: 1.25;
    background-color: #FF2323;
    font-weight: 900;
  }
  .PagetopFix a:hover {
    opacity: 1.00;
  }
  .PagetopFix a img {
    display: none;
  }
}

/*================================================
Arrow
================================================*/

.Arrow {
  position: relative;
  display: block;
  padding-left: 0px;
}
.Arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*================================================
List Point
================================================*/

.Pochi {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
.Pochi:before {
  content: "\002A";
  margin: 0px 4px;
}
.Kome {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
.Kome:before {
  content: "\203B";
  margin-right: 5px;
}
.Pochi.Red,
.Kome.Red {
  color: #BF0000;
}

/*================================================
FontSize
================================================*/

.FontSizeUltraShout {
  font-size: clamp(4.6875rem, 3.90625rem + 3.125vw, 6.25rem);
}
.FontSizeHyperShout {
  font-size: clamp(3.75rem, 3.125rem + 2.5vw, 5rem);
}
.FontSizeSuperShout {
  font-size: clamp(3rem, 2.5rem + 2vw, 4rem);
}
.FontSizeEnglishDecoration {
  font-size: clamp(0.75rem, 0.65rem + 0.1vw, 0.8125rem);
}
.FontSizeMainTitle {
  font-size: clamp(2.5rem, 2rem + 2vw, 3.5rem);
}
.FontSizeSubTitle {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem);
}
.FontSizeLeadText {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.75rem);
}
.FontSizeEmphasisText {
  font-size: clamp(1.125rem, 1.05rem + 0.35vw, 1.375rem);
}
.FontSizeNormalText {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
}
.FontSizeCautionText {
  font-size: clamp(0.9375rem, 0.85rem + 0.35vw, 1.0625rem);
}
.FontSizeAttentionText {
  font-size: clamp(0.75rem, 0.65rem + 0.2vw, 0.875rem);
}
.FontSizeVerySmallCaption {
  font-size: clamp(0.75rem, 0.65rem + 0.1vw, 0.8125rem);
}

@media (max-width: 1365px) {

  .FontSizeUltraShout {
    font-size: clamp(4.375rem, 3.75rem + 2.5vw, 5.625rem);
  }
  .FontSizeHyperShout {
    font-size: clamp(3.125rem, 2.5rem + 1.875vw, 4.375rem);
  }
  .FontSizeSuperShout {
    font-size: clamp(2.5rem, 2rem + 1.5vw, 3.5rem);
  }
  .FontSizeEnglishDecoration {
    font-size: clamp(0.6875rem, 0.6rem + 0.05vw, 0.75rem);
  }
  .FontSizeMainTitle {
    font-size: clamp(2rem, 1.75rem + 1vw, 2.8rem);
  }
  .FontSizeSubTitle {
    font-size: clamp(1.375rem, 1.25rem + 0.5vw, 1.75rem);
  }
  .FontSizeLeadText {
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
  }
  .FontSizeEmphasisText {
    font-size: clamp(1.0625rem, 1rem + 0.25vw, 1.25rem);
  }
  .FontSizeNormalText {
    font-size: clamp(0.9375rem, 0.85rem + 0.3vw, 1rem);
  }
  .FontSizeCautionText {
    font-size: clamp(0.875rem, 0.78rem + 0.25vw, 0.9375rem);
  }
  .FontSizeAttentionText {
    font-size: clamp(0.6875rem, 0.6rem + 0.1vw, 0.8125rem);
  }
  .FontSizeVerySmallCaption {
    font-size: clamp(0.6875rem, 0.6rem + 0.05vw, 0.75rem);
  }
}

@media (max-width: 1023px) {

  .FontSizeUltraShout {
    font-size: clamp(3.125rem, 2.8125rem + 1.875vw, 4.375rem);
  }
  .FontSizeHyperShout {
    font-size: clamp(3.125rem, 2.8125rem + 1.875vw, 4.375rem);
  }
  .FontSizeSuperShout {
    font-size: clamp(2.1875rem, 1.875rem + 1.25vw, 3.125rem);
  }
  .FontSizeEnglishDecoration {
    font-size: clamp(0.625rem, 0.55rem + 0.1vw, 0.75rem);
  }
  .FontSizeMainTitle {
    font-size: clamp(0.625rem, 0.55rem + 0.05vw, 0.6875rem);
  }
  .FontSizeSubTitle {
    font-size: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem);
  }
  .FontSizeLeadText {
    font-size: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem);
  }
  .FontSizeEmphasisText {
    font-size: clamp(1rem, 0.9rem + 0.25vw, 1.25rem);
  }
  .FontSizeNormalText {
    font-size: clamp(0.9375rem, 0.875rem + 0.15vw, 1.0625rem);
  }
  .FontSizeCautionText {
    font-size: clamp(0.875rem, 0.8rem + 0.2vw, 0.9375rem);
  }
  .FontSizeAttentionText {
    font-size: clamp(0.75rem, 0.68rem + 0.15vw, 0.8125rem);
  }
  .FontSizeVerySmallCaption {
    font-size: clamp(0.625rem, 0.55rem + 0.1vw, 0.75rem);
  }
}
