@charset "utf-8";

/*================================================
EyeCatch
================================================*/

.EyeCatch {
  padding: 15px 15px;
  background-color: #000000;
}
.EyeCatch p {
  margin-bottom: 0px;
  line-height: 1.50;
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
}

@media (max-width: 1365px) {

  .EyeCatch {
    padding: 10px 15px;
  }
}

@media (max-width: 1023px) {

  .EyeCatch {
    display: none !important;
  }
}

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

.Firstview {
  background-color: #000000;
  background-image: url(../img/firstview_back.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*================================================
Shout
================================================*/

.Shout {
  padding: 50px 25px;
  background-color: #000000;
}
.ShoutTitle {
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 900;
}
.ShoutLead {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 700;
}
.ShoutText {
  margin-bottom: 20px;
  text-align: center;
}
.ShoutText span {
  margin-right: 10px;
  padding: 5px 10px;
  line-height: 1.25;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 700;
}
.ShoutText strong {
  padding: 5px;
  line-height: 1.25;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
}
.ShoutAttention {
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 400;
}
.ShoutAttention span {
  margin-right: 10px;
}

@media (max-width: 1023px) {

  .Shout {
    padding: 25px 25px;
  }
  .ShoutTitle {
    margin-bottom: 10px;
  }
  .ShoutLead {
    margin-bottom: 10px;
  }
  .ShoutText span {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 6px 10px 5px 10px;
    box-sizing: border-box;
  }
  .ShoutText {
    margin-bottom: 10px;
  }
  .ShoutText strong {
    display: block;
  }
  .ShoutAttention span {
    display: block;
    margin-right: 0px;
  }
}

/*================================================
Introduction
================================================*/

.Introduction {
  width: 100%;
}
.IntroductionMovie {
  float: left;
  width: 50%;
  background-color: #191C25;
  box-sizing: border-box;
}
.IntroductionAbout {
  float: left;
  width: 50%;
  padding: 6.25%;
  box-sizing: border-box;
}
.IntroductionAboutDay {
  margin-bottom: 20px;
}
.IntroductionAboutDay strong {
  margin-right: 5px;
  padding: 7px 5px 5px 7px;
  border: 2px #B1000A solid;
  line-height: 1.25;
  letter-spacing: 2px;
  color: #B1000A;
  font-weight: 900;
}
.IntroductionAboutDay span {
  padding: 7px 5px 5px 5px;
  border: 2px #FFFFFF solid;
  line-height: 1.25;
  color: #696D73;
  font-weight: 700;
}
.IntroductionAboutTitle {
  margin-bottom: 20px;
  line-height: 1.25;
  font-weight: 400;
}
.IntroductionAboutLead {
  margin-bottom: 20px;
  line-height: 1.50;
  font-weight: 400;
}
.IntroductionAboutText {
  margin-bottom: 0px;
  line-height: 1.50;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 400;
}

@media (max-width: 1365px) {

  .IntroductionAbout {
    padding: 5%;
  }
  .IntroductionAboutDay {
    margin-bottom: 15px;
  }
}

@media (max-width: 1023px) {

  .IntroductionMovie {
    float: none;
    width: 100%;
  }
  .IntroductionAbout {
    float: none;
    width: 100%;
    padding: 50px;
  }
  .IntroductionAboutDay {
    text-align: center;
  }
  .IntroductionAboutTitle {
    margin-bottom: 10px;
    text-align: center;
  }
  .IntroductionAboutLead {
    margin-bottom: 15px;
    text-align: center;
  }
  .IntroductionAboutText {
    text-align: center;
    line-height: 1.75;
  }
}

/*================================================
YouTube
================================================*/

.YouTube {
  margin: 0px auto;
}
.YouTubeAdjust {
  width: 100%;
  margin: 0px auto;
  background-size: auto auto;
  background-color: #333333;
}
.YouTubeInner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.YouTubeInner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}  

@media (max-width: 1023px) {

  .YouTube {
    padding: 0px 0px;
  }
  .YouTubeAdjust {
    width: 100%;
  }
}

/*================================================
Ladies
================================================*/

.Ladies {
  padding: 100px 0px;
  background-color: #101010;
}
.Ladies .CommonTitleEnglish,
.Ladies .CommonTitle {
  color: #FFFFFF;
}
.LadiesOne {
  float: left;
  width: 46%;
  margin: 0px 2% 25px 2%;
  background-color: #101010;
}
.LadiesOneThumbnail {
  margin-bottom: 10px;
}
.LadiesOneThumbnail img {
    width: 100%;
    height: auto;
}
.LadiesOneCaption {
  margin-bottom: 10px;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
}

@media (max-width: 1023px) {

  .Ladies {
    padding: 50px 0px;
  }
  .LadiesOne {
    float: none;
    width: 100%;
    margin: 0px 0% 25px 0%;
  }
  .LadiesOne:last-of-type {
    margin: 0px 0%  0px 0%;
  }
}

/*================================================
Ladies (Animation)
================================================*/

.LadiesOne {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.LadiesOne.is-visible-ladies {
  opacity: 1;
  transform: translateY(0);
}

/*================================================
Star
================================================*/

.Star {
  width: 75%;
  margin: 0px auto 50px auto;
  padding: 40px 50px;
  border-radius: 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.StarLead {
  margin-bottom: 3px;
  text-align: center;
  line-height: 1.25;
  color: #000000;
  font-weight: 700;
}
.StarShout {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.StarShout span {
  margin: 0px 5px;
  font-weight: 700;
}
.StarAboutPhoto {
  display: block;
  float: left;
  width: 60%;
  box-sizing: border-box;
}
.StarAboutProfile {
  display: block;
  float: left;
  width: 37%;
  margin-left: 3%;
  padding-top: 30px;
  box-sizing: border-box;
}
.StarAboutProfileName i {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  color: #666666;
  font-weight: 400;
}
.StarAboutProfileName b {
  display: block;
  margin-bottom: 20px;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.StarAboutProfileText p {
  margin-bottom: 0px;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #000000;
  font-weight: 400;
}

@media (max-width: 1365px) {
  
  .Star {
    width: 80%;
    padding: 30px 40px;
  }
}

@media (max-width: 1023px) {

  .Star {
    width: 100%;
    margin: 0px auto 30px auto;
    padding: 30px 30px;
    border-radius: 25px;
  }
  .StarShout {
    margin-bottom: 15px;
  }
  .StarAboutPhoto {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .StarAboutProfile {
    float: left;
    width: 100%;
    margin-left: 0%;
    padding-top: 0px;
  }
  .StarAboutProfileName i {
    text-align: center;
  }
  .StarAboutProfileName b {
    margin-bottom: 15px;
    text-align: center;
  }
}

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

.Feature {
  clear: both;
  width: 100%;
  padding: 100px 0px;
  background-color: #000000;
  background-image: url(../img/feature_back.webp);
}

.Feature .CommonTitleEnglish  { color: #FFFFFF; }
.Feature .CommonTitle { color: #FFFFFF; }

.FeatureInner {
  max-width: 1280px;
  margin: 0px auto;
}
.FeatureOne {
  float: left;
  width: 48%;
  margin: 0px 1% 25px 1%;
  padding: 35px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.FeatureOneImage {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.FeatureOneImage img {
  width: 100%;
  height: auto;
}
.FeatureOneTitle {
  margin-bottom: 10px;
  line-height: 1.25;
  font-weight: 700;
}
.FeatureOneText {
  margin-bottom: 0px;
  line-height: 1.50;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 400;
}
.FeatureOneTableImage {
  margin-bottom: 25px;
}
.FeatureOneTable {
  width: 100%;
  margin: 10px auto 0px auto;
  border-top: 1px #CCCCCC solid;
  border-collapse: collapse;
}
.FeatureOneTable tr {
  width: 100%;
}
.FeatureOneTable th {
  width: 40%;
  padding: 12px 18px;
  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;
}
.FeatureOneTable td {
  width: 60%;
  padding: 12px 18px;
  border-bottom: 1px #CCCCCC solid;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  background-color: #FFFFFF;
  vertical-align: top;
}

@media (max-width: 1365px) {

  .Feature {
    padding: 50px 0px;
  }
}

@media (max-width: 1023px) {

  .Feature {
    padding: 50px 0px 25px 0px;
  }
  .FeatureInner {
    max-width: 100%;
  }
  .FeatureOne {
    float: none;
    width: 100%;
    margin: 0px 0% 20px 0%;
    padding: 20px;
  }
  .FeatureOne:last-of-type {
    margin: 0px 0% 0px 0%;
  }
  .FeatureOneTitle {
    text-align: center;
  }
  .FeatureOneText {
    line-height: 1.75;
  }
  .FeatureOneTable {
    border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    border-bottom: none;
  }
  .FeatureOneTable th {
    display: block;
    width: 98%;
    padding: 1%;
    border-right: none;
    text-align: center;
  }
  .FeatureOneTable td {
    display: block;
    width: 94%;
    padding: 3%;
  }
}

/*================================================
FeatureOne (Animation)
================================================*/

.FeatureOne {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.FeatureOne.is-visible-card {
  opacity: 1;
}
.FeatureOneImage {
  transform: scale(0.85, 0.85);
  transition: all 750ms;
}
.FeatureOne.is-visible-card .FeatureOneImage {
  transform: scale(1, 1);
}
.FeatureOneTitle {
  transform: translateY(100px);
  transition: all 500ms;
}
.FeatureOne.is-visible-card .FeatureOneTitle {
  transform: translateY(0);
}
.FeatureOneText {
  transform: translateY(100px);
  transition: all 500ms;
}
.FeatureOne.is-visible-card .FeatureOneText {
  transform: translateY(0);
}
.FeatureOneTable {
  transform: translateY(100px);
  transition: all 500ms;
}
.FeatureOne.is-visible-card .FeatureOneTable {
  transform: translateY(0);
}

/*================================================
Flow
================================================*/

.Flow {
  width: 100%;
  padding: 100px 0px;
  background-color: #000000;
  box-sizing: border-box;
}

.Flow .CommonTitleEnglish  { color: #FFFFFF; }
.Flow .CommonTitle { color: #FFFFFF; }

.FlowInner {
  max-width: 1280px;
  margin: 0px auto 25px auto;
}
.FlowOne {
  float: left;
  position: relative;
  width: 45%;
  padding: 35px;
  border-radius: 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.FlowOneArrowWrap {
  float: left;
  width: 10%;
}
.FlowOneStep {
  position: relative;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  text-align: center;
  background-color: #C5000B;
  box-sizing: border-box;
}
.FlowOneStep p {
  margin-bottom: 0px;
}
.FlowOneStep span {
  display: block;
  margin-bottom: -3px;
  line-height: 1.00;
  color: #FFFFFF;
  font-weight: 700;
}
.FlowOneStep strong {
  display: block;
  line-height: 1.00;
  color: #FFFFFF;
  font-weight: 900;
}
.FlowOneProcedure {
  display: block;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100%;
  padding-left: 110px;
  padding-right: 30px;
  line-height: 1.25;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #C5000B;
  font-weight: 900;
  box-sizing: border-box;
}
.FlowOneImagePcAdjust {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 50%;
  text-align: center;
}
.FlowOneImagePcAdjust figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.FlowOneImagePcAdjust figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.FlowOneImagePcAdjust figure.active {
  opacity: 1;
}
.FlowOneImagePcAdjust .FlowAnimeA {
  opacity: 1;
}
.FlowAttention {
  max-width: 1280px;
  margin: 0px auto;
  color: #FFFFFF;
}
.FlowAttention li {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  font-weight: 700;
}

@media (max-width: 1365px) {

  .Flow {
    padding: 50px 0px;
  }
  .FlowOneStep {
    padding-top: 22px;
  }
}

@media (max-width: 1023px) {

  .Flow {
    padding: 35px 0px;
  }
  .FlowInner {
    max-width: 100%;
  }
  .FlowOne {
    float: none;
    width: 100%;
    padding: 35px;
    border-radius: 25px;
  }
  .FlowOneArrowWrap {
    float: none;
    width: 100%;
    margin-top: -35px;
    margin-bottom: 10px;
  }
  .FlowOneStep {
    width: 70px;
    height: 70px;
    padding-top: 15px;
  }
  .FlowOneStep span {
    margin-bottom: 0px;
  }
  .FlowOneStep strong {
  }
  .FlowOneProcedure {
    padding-left: 80px;
    padding-right: 30px;
  }
  .FlowOneImageSpAdjust {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    text-align: center;
    overflow: hidden;
  }
  .FlowOneImageSpAdjust figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .FlowOneImageSpAdjust figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .FlowOneImageSpAdjust figure.active {
    opacity: 1;
  }
  .FlowOneImageSpAdjust .FlowAnimeA {
    opacity: 1;
  }
}

/*================================================
FlowOneArrow
================================================*/

.FlowOneArrow {
  width: 0;
  height: 0;
  margin: 150px auto 0px auto;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #666666;
}

@media (max-width: 1023px) {

  .FlowOneArrow {
    margin: 50px auto 0px auto;
    border-top: 25px solid #666666;
    border-bottom: 0px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}

/*================================================
AnimationSlideIn (One-Two-Three)
================================================*/

.AnimationSlideInOne,
.AnimationSlideInTwo,
.AnimationSlideInThree {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s ease-out;
}

.AnimationSlideInOne.is-visible-arrow,
.AnimationSlideInTwo.is-visible-arrow,
.AnimationSlideInThree.is-visible-arrow {
  opacity: 1;
  transform: translateX(0);
}

/*================================================
Buy
================================================*/

.Buy {
  clear: both;
  width: 100%;
  padding: 100px 0px;
  background-color: #DEDEDE;
}
.BuyItem {
  margin: 0px auto;
  padding: 0px 10px;
  background-color: #FFFFFF;
}
.BuyItemOne {
  float: left;
  width: 23%;
  margin: 0px 1%;
  padding: 50px 0px 20px 0px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.BuyItemOne.is-visible-zakuzaku {
  opacity: 1;
  transform: translateY(0);
}
.ItemNumberA { transform: translateY(-20px); }
.ItemNumberB { transform: translateY( 20px); }
.ItemNumberC { transform: translateY(-20px); }
.ItemNumberD { transform: translateY( 20px); }
.ItemNumberE { transform: translateY(-20px); }

.BuyItemOneImage {
  width: 75%;
  margin: 0px auto 25px auto;
}
.BuyItemOneImage img {
  width: 100%;
  height: auto;
}
.BuyItemOneName {
  margin-bottom: 10px;
}
.BuyItemOneName strong {
  display: block;
  margin-bottom: 3px;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
}
.BuyItemOneName span {
  display: block;
  text-align: center;
  line-height: 1.25;
  font-weight: 400;
}
.BuyItemOneButtonOfficial {
  display: block;
  margin-bottom: 10px;
  line-height: 1.25;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #282828;
  color: #FFFFFF;
  font-weight: 700;
  box-sizing: border-box;
}
.BuyItemOneButtonRakuten {
  display: block;
  margin-bottom: 10px;
  line-height: 1.25;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 700;
  box-sizing: border-box;
}
.BuyItemOneButtonAnother {
  display: block;
  line-height: 1.25;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 400;
  box-sizing: border-box;
}

@media (max-width: 1365px) {

  .Buy {
    padding: 50px 0px;
  }
}

@media (max-width: 1023px) {

  .Buy {
    padding: 50px 0px 25px 0px;
  }
  .BuyItem {
    padding: 0px 0px;
    background-color: transparent;
  }
  .BuyItemOne {
    transform: translateX(0);
    width: 46%;
    margin: 0px 2% 15px 2%;
    padding: 20px 0px 0px 0px;
    background-color: #FFFFFF;
  }
  .BuyItemOneImage {
    width: 50%;
    margin: 0px auto 15px auto;
  }
  .BuyItemOneButtonOfficial {
    float: left;
    width: 100%;
    margin-bottom: 0px;
  }
  .BuyItemOneButtonRakuten {
    float: left;
    width: 100%;
  }
  .BuyItemOneButtonAnother {
    float: left;
    width: 100%;
  }

  .ItemNumberA { transform: translateX(-20px); }
  .ItemNumberB { transform: translateX( 20px); }
  .ItemNumberC { transform: translateX(-20px); }
  .ItemNumberD { transform: translateX( 20px); }
  .ItemNumberE { transform: translateX(-20px); }
}

/*================================================
Course
================================================*/

.Course {
  background-color: #000000;
  background-image: url(../img/course_back_pc.webp);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.Course .CommonTitleEnglish,
.Course .CommonTitle,
.Course .CommonLead,
.Course .CourseAreaName {
  color: #FFFFFF;
}
.CourseAreaCounter {
  margin-bottom: 25px;
}
.CourseAreaCounter p {
  text-align: center;
  line-height: 1.25;
}
.CourseAreaCounter p i {
  margin: 0px 5px;
  color: #FFFFFF;
  font-weight: 400;
}
.CourseAreaCounter p span {
  margin: 0px 5px;
  color: #FFFFFF;
  font-weight: 900;
}
.CourseAreaCounter p b {
  margin: 0px 5px;
  color: #FFFFFF;
  font-weight: 900;
}
.CourseAreaAnchor {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}
.CourseAreaAnchor ul {
  display: inline-block;
}
.CourseAreaAnchor li {
  display:inline;
}
.CourseAreaAnchor li a {
  padding: 20px;
  line-height: 1.25;
  color: #FFFFFF;
}
.CoursePrefAnchor {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0 15px;
  box-sizing: border-box;
  min-height: 40px;
}
.CoursePrefAnchor ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 8px; /* PC版の横間隔は8pxのまま */
  justify-content: center;
}
.CoursePrefAnchor ul::-webkit-scrollbar {
  display: none;
}
.CoursePrefAnchor li.CoursePrefAnchorOne {
  flex-shrink: 0;
  margin: 0;
}
.CoursePrefAnchor a.CoursePrefAnchorLink {
  display: block;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #f9f9f9;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.9em;
  transition: all 0.2s ease;
  text-align: center;
  cursor: pointer;
}
.CourseAreaAnchor li a,
.CoursePrefAnchor a.CoursePrefAnchorLink {
  cursor: pointer;
}
.CoursePrefAnchor a.CoursePrefAnchorLink:hover {
  background-color: #e0e0e0;
  border-color: #aaa;
  color: #000;
}
.CoursePrefAnchor a.CoursePrefAnchorLink.active {
  background-color: #FF6600;
  border-color: #FF6600;
  color: #fff;
  font-weight: bold;
}
.CourseArea {
  width: 100%;
  margin: 0px auto 50px auto;
  padding: 50px;
  background-image: url(../img/firstview_screen.png);
  box-sizing: border-box;
}
.CourseAreaName {
  margin-left: 15px;
  margin-bottom: 50px;
  font-weight: 900;
}
.CourseAreaName strong {
  margin-right: 15px;
}
.CourseOne {
  position: relative;
  float: left;
  width: 31.333333%;
  margin: 0px 1% 25px 1%;
  padding: 20px 20px 80px 20px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.CourseOneImage {
  margin-bottom: 10px;
}
.CourseOneImage img {
  width: 100%;
  height: auto;
}
.CourseOneTextPref {
  display: inline-block;
  margin-bottom: 5px;
  padding: 7px 7px 5px 6px;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
}
.CourseOneTextSpell {
  display: none;
  margin-bottom: 5px;
  line-height: 1.25;
  color: #666666;
  font-weight: 400;
}
.CourseOneTextName {
  margin-bottom: 5px;
  line-height: 1.25;
  font-weight: 900;
}
.CourseOneTextAddressNum {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-weight: 400;
}
.CourseOneTextAddressRoute {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-weight: 400;
}
.CourseOneTextButton {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.CourseOneTextButtonNormal {
  display: block;
  float: left;
  width: 50%;
  padding: 15px 0px 16px 0px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
  box-sizing: border-box;
}
.CourseOneTextButtonSingle {
  display: block;
  float: left;
  width: 50%;
  padding: 15px 0px 16px 0px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  background-color: #FF6600;
  color: #FFFFFF;
  font-weight: 900;
  box-sizing: border-box;
}
.CourseOneTextButtonNormal:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
.CourseOneTextButtonSingle:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}

@media (max-width: 1365px) {

  .CourseArea {
    width: 90%;
    padding: 35px;
  }
  .CourseAreaName {
    margin-bottom: 35px;
  }
}

@media (max-width: 1023px) {

  .Course {
    padding: 50px 0px 0px 0px;
    background-image: url(../img/course_back_sp.webp);
  }
  .CourseAreaAnchor {
    margin-bottom: 25px;
  }
  .CourseAreaAnchor li a {
    display: block;
    float: left;
    width: 46%;
    margin: 0px 2% 15px 2%;
    padding: 10px;
    border: 3px #FFFFFF solid;
    text-decoration: none;
    font-weight: 900;
    box-sizing: border-box;
  }
  .CourseAreaAnchor li a:hover {
    transition: all 0.3s ease;
    background-image: url(../img/course_area_anchor_back.png);
  }
  .CourseAreaAnchor li a,
  .CoursePrefAnchor a.CoursePrefAnchorLink {
    cursor: pointer;
  }
  .CoursePrefAnchor {
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 0 10px;
    min-height: 35px;
  }
  .CoursePrefAnchor ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 15px 15px; /* 行間15px, 列間15px */
  }
  .CoursePrefAnchor ul::-webkit-scrollbar {
    display: none;
  }
  .CoursePrefAnchor li.CoursePrefAnchorOne {
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
    text-align: center;
  }

  .CoursePrefAnchor li.CoursePrefAnchorOne:first-child {
    flex-basis: 100%;
    margin-bottom: 15px;
    width: 100%;
  }
  .CoursePrefAnchor li.CoursePrefAnchorOne:not(:first-child) {
    flex-basis: calc((100% - (15px * 2)) / 3); /* (ulの幅 - (列間15pxが2つ)) / 3 */
    width: calc((100% - (15px * 2)) / 3);
  }

  .CoursePrefAnchor a.CoursePrefAnchorLink {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #f9f9f9;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.85em;
    transition: all 0.2s ease;
    cursor: pointer;
    height: 100%;
    box-sizing: border-box;
  }
  .CourseArea {
    width: 100%;
    margin: 0px auto 10px auto;
    padding: 25px 15px 15px 15px;
  }
  .CourseAreaName {
    margin-bottom: 20px;
  }
  .CourseOne {
    position: static;
    float: none;
    width: 100%;
    margin: 0px 0% 10px 0%;
    padding: 15px 15px 15px 15px;
  }
  .CourseOne:last-of-type {
    margin: 0px 0% 0px 0%;
  }
  .CourseOneImage {
    float: left;
    width: 28%;
    margin-right: 2%;
    margin-bottom: 0px;
  }
  .CourseOneText {
    float: left;
    width: 70%;
  }
  .CourseOneTextPref {
    padding: 5px 5px 5px 6px;
  }
  .CourseOneTextButton {
    position: static;
    left: auto;
    bottom: auto;
  }
  .CourseOneTextButtonNormal {
    padding: 10px 0px 11px 0px;
  }
  .CourseOneTextButtonSingle {
    padding: 10px 0px 11px 0px;
  }
}


/*================================================
Detail
================================================*/

.Detail {
  clear: both;
  width: 100%;
  padding: 100px 0px;
  background-color: #FFFFFF;
}

@media (max-width: 1365px) {

  .Detail {
    padding: 50px 0px;
  }
}

/*================================================
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;
}

@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%;
  }
}

/*================================================
Plan
================================================*/

.Plan {
  margin: auto;
  background-color: #EEEEEF;
  box-sizing: border-box;
}
.PlanSearchWrap {
  max-width: 1024px !important;
  margin: 0px auto;
}
.PlanSearchFormMapInner {
  text-align: left;
}
.PlanSearchFormMapInner:last-of-type {
  margin-bottom: 50px;
  border: 3px #999999 dotted;
}
.PlanSearchFormMapTriangle {
  overflow: hidden;
  position: relative;
  transform:rotate(-180deg);
  width: 200px;
  height: 30px;
  margin: 0px auto;
}
.PlanSearchFormMapTriangle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #CCCCCC 0%, #EEEEEE 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.PlanSearch .is-hidden {
  display: none !important;
}
.PlanSearch .PlanSearchFormMap {
  padding: 0px;
  background-color: transparent !important;
}
.PlanSearch .PlanSearchFormSubmit {
  padding: 0px 0px 0px 0px;
  background-color: transparent !important;
}
.PlanSearch .PlanSearchFormMapInner {
  padding: 20px 0px 20px 0px;
}
.PlanSearch .PlanSearchFormMapInner.PlanSearchFormMapFlex {
  display: flex;
  align-items: center;
}
.PlanSearch .PlanSearchFormMapInner.PlanSearchFormMapBorder {
  padding-top: 30px;
  border-top: 1px solid #CCCCCC;
}
.PlanSearch .PlanSearchFormMapInner:first-child {
  padding-top: 0px;
}
.PlanSearch .PlanSearchFormMapTitle {
  margin-bottom: 35px;
  font-weight: 700;
}
.PlanSearchFormMapTitleKeyword {
  text-align: center;
}
.PlanSearchFormMapTitleStep {
  margin-right: 10px;
}
.PlanSearchFormMapTitleStep i {
  padding: 10px 15px 10px 15px;
  border: 5px #BF0000 solid;
  background-color: #FFFFFF;
  color: #BF0000;
}
.PlanSearchFormMapTitleStep b {
  padding: 10px 15px 10px 10px;
  border: 5px #BF0000 solid;
  background-color: #BF0000;
  color: #FFFFFF;
}
.PlanSearch .PlanSearchFormMapText {
  margin-bottom: 0px;
  padding-top: 10px;
}
.PlanSearch .PlanSearchFormMapTitle+.PlanSearchFormMapText {
  margin-top: -5px;
  margin-bottom: 15px;
}
.PlanSearch .PlanSearchFormMapInner.PlanSearchFormMapFlex .PlanSearchFormMapTitle {
  width: 170px;
  margin-bottom: 0px;
}
.PlanSearch .PlanSearchFormMapAreaSelectBody {
  position: relative;
  min-height: 510px;
  border: 1px #CCCCCC solid;
  border-radius: 4px;
  background-image: url('../img/map_colorful.svg'), linear-gradient(0deg, rgba(240, 240, 250, 1), rgba(255, 255, 255, 1) 50%);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 0px) 15px, 0 0;
  background-size: auto, 100% 100%;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem {
  position: absolute;
  width: 200px;
  padding: 10px 10px 5px 10px;
  background-color: #F7F7F7;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#HokkaidoTohoku {
  top: 35px;
  right: 50px;
  border: 2px #3F92AF solid;
  background-color: #D9E9EF;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#KantoKoushinetsu {
  right: 50px;
  bottom: 35px;
  border: 2px #4A822A solid;
  background-color: #DBE6D4;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#ChubuTokai {
  right: 275px;
  bottom: 35px;
  border: 2px #46627C solid;
  background-color: #DAE0E5;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#Hokuriku {
  top: 35px;
  left: 455px;
  width: 110px;
  border: 2px #A94A3A solid;
  background-color: #EEDBD8;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#Kinki {
  top: 35px;
  left: 210px;
  border: 2px #AF9843 solid;
  background-color: #EFEAD9;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#Chugoku {
  top: 35px;
  left: 55px;
  width: 110px;
  border: 2px #9E3035 solid;
  background-color: #ECD6D7;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#Shikoku {
  left: 285px;
  bottom: 35px;
  border: 2px #2A304A solid;
  background-color: #D4D6DB;
  box-sizing: border-box;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItem#KyushuOkinawa {
  left: 55px;
  bottom: 35px;
  border: 2px #5B2030 solid;
  background-color: #DED2D6;
  box-sizing: border-box;
}

#HokkaidoTohoku .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #BF0000; }
#KantoKoushinetsu .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #003700; }
#ChubuTokai .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #001731; }
#Hokuriku .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #5E0000; }
#Kinki .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #644D00; }
#Chugoku .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #530000; }
#Shikoku .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #000009; }
#KyushuOkinawa .PlanSearchFormMapAreaSelectPanelItemGroup .AreaLabel.All { color: #100000; }

.AreaLabel.Hokkaido span { color: #100064; font-weight: 700; }
.AreaLabel.Okinawa span { color: #003C37; font-weight: 700; }

.PlanSearch .js-area-error {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border-radius: 5px;
  background: #FFFFFF;
  color: #BF0000;
  font-weight: 400;
}
.PlanSearch .PlanSearchFormMapAreaSelectPanelItemGroup {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.PlanSearch .AreaLabel {
  display: block;
  position: relative;
  min-width: 52px;
  margin-bottom: 4px;
  padding: 4px 4px 3px 30px;
  color: #000000;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.PlanSearch .AreaLabel.All {
  width: 100%;
  font-weight: 700;
}
.PlanSearch .AreaLabel.Hokkaido {
  border-radius: 4px;
  background-color: #D6D1EB;
}
.PlanSearch .AreaLabel.Okinawa {
  border-radius: 4px;
  background-color: #C8E1E0;
}
.PlanSearch .AreaLabel i {
  display: none;
}
.PlanSearch .AreaLabel:hover {
  border-radius: 4px;
  background-color: #FFFFFF;
}
.PlanSearch input[type=checkbox] {
  position: absolute;
  left: 4px;
  width: 20px;
  height: 20px;
  margin: 0px;
  opacity: 0;
}
.PlanSearch input[type=checkbox]:disabled+span {
  opacity: 0.25;
}
.PlanSearch .AreaLabel span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid #999999;
  border-radius: 4px;
  text-align: center;
  background: #FFFFFF;
  transition: all 0.1s ease-out;
  box-sizing: border-box;
}
.PlanSearch .AreaLabel [type=checkbox]:checked+span:before {
  border-color: #2A4576;
  background-color: #2A4576;
}
.PlanSearch input[type=checkbox]:focus+span:before {
  border: 1px solid #2A4576;
  background-color: #F6F8FD;
}
.PlanSearch .AreaLabel span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 12px;
  width: 5px;
  height: 10px;
  margin-top: 0px;
  border: 1px solid #FFFFFF;
  border-top: none;
  border-left: none;
  transform: translate3d(-4.2px, -4px, 0px) rotate(45deg) scale(1);
  transform-origin: 0px 100%;
  transition: all 0.1s ease-out;
  transition: height 0.1s ease;
}
.PlanSearch .js-input-date {
  width: 240px;
  -webkit-tap-highlight-color: transparent;
}
.PlanSearch input[type=text] {
  height: 56px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #999999;
  border-radius: 4px;
  background: #FFFFFF;
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/calendar01.svg');
  background-repeat: no-repeat;
  background-position: center right 16px;
  color: #000000;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
}
.PlanSearch input[type=text]:focus {
  border: 1px solid #0060DF;
  background-color: #F6F8FD;
}
.PlanSearch input.PlanSearchFormMapKeyword:read-only {
  height: auto;
  padding: 0px 0px 3px 0px;
  border: none;
  border-radius: 0px;
  background: 0px 0px;
  color: #000000;
  cursor: initial;
}
.PlanSearch .js-select-widthday {
  width: 120px;
}
.PlanSearch .js-select-widthday:focus {
  border: 1px #0060DF solid;
}
.PlanSearch .PlanSearchFormMapDateWidthday {
  display: inline;
}
.PlanSearch .PlanSearchFormMapDateWidthday span {
  font-weight: 700;
}
.PlanSearch select {
  position: relative;
  min-width: 90px;
  height: 56px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #999999;
  border-radius: 4px;
  background: #FFFFFF;
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/arrow-b01.svg');
  background-repeat: no-repeat;
  background-position: right 14px bottom 52%;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.PlanSearch select:focus {
  background-color: #F6F8FD;
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/arrow-b01.svg');
  background-repeat: no-repeat;
  background-position: right 14px bottom 52%;
}
.PlanSearch .PlanSearchFormMapDate {
  margin-bottom: 4px;
}
.PlanSearch .PlanSearchFormMapDate span {
  margin: 0px 10px 0px 10px;
}
.PlanSearch .PlanSearchFormMapPeriod {
  margin-bottom: 0px;
  color: #BF0000;
  font-weight: 700;
}
.PlanSearch .js-date-picker {
  display: inline-block;
  position: relative;
}
.PlanSearch .js-date-picker-wrapper {
  position: absolute;
  top: 50px;
  z-index: 30;
  min-height: 282px;
  border-radius: 0px 4px 4px 4px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px RGB(0, 0, 0, 0.2);
}
.PlanSearch .js-date-picker-inner {
  display: flex;
  position: relative;
  padding: 18px 20px 0px 20px;
  gap: 20px;
}
.PlanSearch .js-date-picker-close,
.PlanSearch .js-date-picker-next,
.PlanSearch .js-date-picker-prev {
  position: absolute;
  top: 16px;
  width: 16px;
  height: 16px;
  border: 10px solid transparent;
  cursor: pointer;
  outline: 0;
}
.PlanSearch .js-date-picker-next:disabled, 
.PlanSearch .js-date-picker-prev:disabled {
  opacity: 0.3;
  cursor: default;
}
.PlanSearch .js-date-picker-prev {
  left: 15px;
background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNC41bC43MDctLjcwN0w1LjkxNCA4bDUuNzkzLTUuNzkzTDExIDEuNSA0LjUgOGw2LjUgNi41eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) 50%/24px 24px no-repeat;
}
.PlanSearch .js-date-picker-next {
  right: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjIwNyAxLjVsLS43MDcuNzA3TDEwLjI5MyA4IDQuNSAxMy43OTNsLjcwNy43MDcgNi41LTYuNS02LjUtNi41eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) 50%/24px 24px no-repeat;
}
.PlanSearch .js-date-picker-close {
  content: "";
  display: none;
  position: absolute;
  top: 21px;
  right: 21px;
  width: 24px;
  height: 24px;
  border: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwLjI1IDQuODRsLTEuMDktMS4wOUwxMiAxMC45MSA0Ljg0IDMuNzUgMy43NSA0Ljg0IDEwLjkxIDEybC03LjE2IDcuMTYgMS4wOSAxLjA5TDEyIDEzLjA5bDcuMTYgNy4xNiAxLjA5LTEuMDlMMTMuMDkgMTJsNy4xNi03LjE2eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==) no-repeat;
  cursor: pointer;
  outline: 0;
}
.PlanSearch .js-date-picker-table {
  width: 250px;
}
.PlanSearch th.month {
  padding-bottom: 20px;
  text-align: center;
  color: #000000;
  font-weight: 900;
}
.PlanSearch th.youbi {
  padding: 7px 0px 8px 0px;
  text-align: center;
  color: #333333;
  font-weight: 700;
  box-sizing: border-box;
}
.PlanSearch .js-date-picker td {
  width: 35px;
  height: 33px;
  text-align: center;
  color: #000000;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.PlanSearch .js-date-picker-cell.holiday,
.PlanSearch .js-date-picker-cell.sun {
  color: #D83232;
}
.PlanSearch .js-date-picker-cell.sat {
  color: #1B72B1;
}
.PlanSearch .js-date-picker-cell.is-active {
  border-radius: 4px;
  background-color: #FF6600;
  color: #FFFFFF;
}
.PlanSearch .js-date-picker-cell:not([data-calendar-date=""]):hover {
  border-radius: 4px;
  background-color: #EEEEEE;
}
.PlanSearch .js-date-picker-cell.is-active:hover {
  background-color: #FF6600;
  color: #FFFFFF;
}
.PlanSearch .js-date-picker-cell[data-calendar-date=""] {
  color: #CCCCCC;
  cursor: default;
}
.PlanSearch .js-area-select-error-message {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 16px 15px 52px;
  border: 1px solid #FFDEE0;
  border-radius: 4px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-end;
  gap: 8px;
  letter-spacing: -0.008em;
  background: #FFF0F0;
  color: #BF0000;
}
.PlanSearch .js-area-select-error-message::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/alert02.svg');
  background-repeat: no-repeat;
}
.PlanSearchFormSubmitButton {
  display: inline-block;
  position: relative;
  width: auto;
  height: 75px;
  margin: 0px 0px 20px 0px;
  padding: 17px 30px 17px 30px;
  border: 1px solid #FF6600;
  border-radius: 50px;
  text-align: center;
  line-height: 1.00;
  background-color: #FF6600;
  color: #FFFFFF;
  font-weight: 700;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonFull {
  display: flex;
  width: 100%;
  padding: 0px 30px 0px 30px;
  align-items: center;
  justify-content: center;
}
a.PlanSearchFormSubmitButton {
  text-decoration: none;
}
.PlanSearchFormSubmitButton:hover {
  box-shadow: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSecondary {
  border-color: #AAAAAA;
  background-color: #FFFFFF;
  color: #333333;
  box-shadow: none;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonBottom,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonRight,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonTop {
  padding-right: 36px;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonLeft {
  padding-left: 36px;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonBottom::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonLeft::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonRight::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonTop::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/arrow-r01.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonBottom::after {
  transform: rotate(90deg);
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonTop::after {
  transform: rotate(270deg);
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonLeft::after {
  left: 8px;
  right: auto;
  transform: rotate(180deg);
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSecondary.PlanSearchFormSubmitButtonBottom::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSecondary.PlanSearchFormSubmitButtonLeft::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSecondary.PlanSearchFormSubmitButtonRight::after,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSecondary.PlanSearchFormSubmitButtonTop::after {
  background-image: url('https://gora.golf.rakuten.co.jp/common/feature-common/1.0/assets/icon/arrow-r02.svg');
}
.PlanSearchFormSubmitButtonSmall {
  height: 32px;
  padding: 0px 16px 0px 16px;
  border-radius: 16px;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSmall.PlanSearchFormSubmitButtonBottom,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSmall.PlanSearchFormSubmitButtonRight,
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSmall.PlanSearchFormSubmitButtonTop {
  padding-right: 28px;
}
.PlanSearchFormSubmitButton.PlanSearchFormSubmitButtonSmall.PlanSearchFormSubmitButtonLeft {
  padding-left: 28px;
}
.PlanSearchFormSubmitButtonBlock {
  margin-bottom: 0px !important;
}
.PlanSearchFormSubmitButtonBlock .PlanSearchFormSubmitButton {
  display: flex;
  width: 60%;
  margin: 0px auto 0px auto;
  padding: 0px 30px 0px 30px;
  align-items: center;
  justify-content: center;
  vertical-align: baseline;
}

@media (max-width: 1023px) {

  .PlanSearchWrap {
    width: 90%;
  }
  .PlanSearch .PlanSearchForm {
    padding: 0px !important;
  }
  .PlanSearch .PlanSearchFormMap {
    padding: 0px;
    background-color: transparent;
  }
  .PlanSearch .PlanSearchFormSubmit {
    margin-bottom: 0px;
    background-color: transparent;
  }
  .PlanSearch .PlanSearchFormSubmit .PlanSearchFormSubmitButton {
    margin-bottom: 0px;
    -webkit-tap-highlight-color: transparent;
  }
  .PlanSearch .PlanSearchFormMapInner {
    padding: 15px 0px 15px 0px;
  }
  .PlanSearchFormMapInner:last-of-type {
    margin-top: -5px;
    padding: 15px 0px 15px 0px;
  }
  .PlanSearchFormMapTriangle {
    width: 150px;
    height: 20px;
    margin: 0px auto 15px auto;
  }
  .PlanSearch .PlanSearchFormMapTitle {
    margin-bottom: 25px;
  }
  .PlanSearchFormMapTitleStep i {
    padding: 7px 10px 7px 10px;
    border: 3px #BF0000 solid;
  }
  .PlanSearchFormMapTitleStep b {
    padding: 7px 15px 7px 10px;
    border: 3px #BF0000 solid;
  }
  .PlanSearch .js-area-select-error {
    margin-bottom: 20px;
  }
  .PlanSearch .js-area-select-error-message {
    margin: 0px;
  }
  .PlanSearch input[type=text] {
    height: 42px;
    padding: 10px 16px 10px 16px;
  }
  .PlanSearch input.PlanSearchFormMapKeyword:read-only {
    padding: 0px 0px 1px 0px;
  }
  .PlanSearch .js-date-picker {
    display: block;
  }
  .PlanSearch .js-input-date {
    height: 55px !important;
    padding-left: 22px !important;
    padding-top: 6px !important;
    padding-bottom: 4px !important;
  }
  .PlanSearch .js-date-picker-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
  }
  .PlanSearch .js-date-picker-inner {
    display: block;
    padding-top: 60px;
  }
  .PlanSearch .js-date-picker-table {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
  }
  .PlanSearch input[type=text] {
    width: 100%;
  }
  .PlanSearch .PlanSearchFormMapAreaSelect {
    width: 100%;
    height: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .PlanSearch .PlanSearchFormMapDate {
    margin-bottom: 10px;
  }
  .PlanSearch .PlanSearchFormMapDateWidthday {
    display: none;
  }
  .PlanSearch .js-date-picker-next,
  .PlanSearch .js-date-picker-prev {
    top: 70px;
    -webkit-tap-highlight-color: transparent;
  }
  .PlanSearch .js-date-picker-close {
    display: block;
    top: 16px;
    right: 12px;
    width: 24px;
    height: 24px;
    background-size: 18px auto;
    background-position: center;
    -webkit-tap-highlight-color: transparent;
  }
  .PlanSearch .js-date-picker th.month {
    padding-bottom: 10px;
  }
  .PlanSearch .js-date-picker td {
    width: 40px;
  }
  .PlanSearchFormSubmitButtonBlock .PlanSearchFormSubmitButton {
    width: 75%;
  }
}

/*================================================
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: 45%;
  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;
  }
}

/*================================================
CautionBorder
================================================*/

.CautionBorder {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  color: #000000 !important;
}
.CautionBorder.is-visible-akapen {
  opacity: 1;
}
.CautionBorder::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #BF0000;
  opacity: 0.25;
  transition: width 1.00s ease-out;
}
.CautionBorder.is-animated::after {
  width: 100%;
}

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

.Accordion {
  width: 98%;
  margin: 0px auto;
}
.AccordionOne {
  margin-bottom: 10px;
}
.AccordionSwitch,
.AccordionFold {
  padding: 1%;
  line-height: 1.75;
}
.AccordionSwitch {
  position: relative;
  background-color: #FFFFFF;
  transition: background 0.3s ease;
  cursor: pointer;
  font-weight: 700;
}
.AccordionFold {
  display: none;
  border-top: 1px dotted #999999;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #FFFFFF;
  font-weight: 400;
}
.AccordionSwitch::before,
.AccordionSwitch::after{
  position:absolute;
  content:'';
  top: 1px;
  right: 20px;
  bottom: 0px;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #000000;
}
.AccordionSwitch::after{
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.AccordionSwitch.active::after{
  transform: rotate(0deg);
}
.AccordionSwitch span::before {
  content: "Q.";
  margin-right: 10px;
  color: #BF0000;
  font-weight: 900;
}
.AccordionFold span::before {
  content: "A.";
  margin-right: 10px;
  color: #00BF00;
  font-weight: 900;
}
.AccordionSwitch:hover {
  background-color: #FFDCDC;
}

@media (max-width: 1365px) {

  .AccordionSwitch,
  .AccordionFold {
    padding: 2%;
  }
}

@media (max-width: 1023px) {

  .AccordionSwitch,
  .AccordionFold {
    padding: 5%;
  }
}

/*================================================
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;
}
.js-lazy {
  min-height: auto !important;
}

@media (max-width: 1023px) {

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

/*================================================
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;
}

/*================================================
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;
  }
}

/*================================================
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;
  }
}

/*================================================
Calendar
================================================*/

.Calendar {
  padding: 75px 0px;
  background-color: #CCCCCC;
}
.CalendarInner {
  max-width: 1100px;
  margin: 0px auto;
  padding: 65px 0px 25px 0px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.Calendar h3 {
  display: block;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 10px 0px 11px 0px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 26px;
}
.Calendar h3.ColorA { background-color: #686868; }
.Calendar h3.ColorB { background-color: #BF0000; }
.Calendar h3.ColorC { background-color: #FF6600; }
.Calendar h3.ColorD { background-color: #333333; }

.CalendarSpOnlyNextButton {
  margin-bottom: 25px;
}
.CalendarSpOnlyNextButton a {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
}
.CalendarSpOnlyNextButton a:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
.CalendarSpOnlyNextButton .NextButtonNow {
  background-color: #CCCCCC;
}
.CalendarSpOnlyNextButton .NextButtonOff {
  background-color: #666666;
}

@media (max-width: 1023px) {

  .Calendar {
    padding: 10px 0px;
  }
  .CalendarInner {
    width: 96% !important;
    padding: 15px 15px 10px 15px;
    box-sizing: border-box;
  }
  .Calendar h3 {
    width: 99%;
    padding: 8px 0px 11px 0px;
    font-size: 16px;
  }
}

/*================================================
Calendar (Select Button)
================================================*/

.CalendarBtn {
  width: 950px;
  margin: 0px auto 10px auto;
}
.CalendarPref {
  margin-bottom: 15px;
  padding-left: 22px;
  padding-bottom: 10px;
}
.CalendarPref:last-of-type {
  border-bottom: 1px #FFFFFF solid;
}
.PrefMum {
  float: left;
  line-height: 0.75;
  font-weight: 700;
}
.PrefMum:after {
  content: "";
  margin: 0px 10px 0px 0px;
}
.PrefCld {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  line-height: 1.00;
  color: #CCCCCC;
  font-size: 15px;
}
.PrefCld:last-of-type {
  border-right: 1px #FFFFFF dotted;
}
.PrefCld.TxtOn a {
  padding: 5px 12px 3px 12px;
  border: 2px solid #999999;
  border-radius: 20px;
  background-color: #DDDDDD;
  text-decoration: none;
  color: #999999;
}
.PrefCld.TxtOn a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #999999;
}
.PrefCld.TxtOn a:visited {
  text-decoration: none;
  color: #999999;
}
.PrefCld.TxtOff a {
  padding: 5px 12px 3px 12px;
  border: 2px solid #686868;
  border-radius: 20px;
  text-decoration: none;
  color: #686868;
}
.PrefCld.TxtOff a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: #BFD6ED;
  color: #686868;
}
.PrefCld.TxtOff a:visited {
  text-decoration: none;
  color: #686868;
}
.PrefCld.Aru { display: block; }
.PrefCld.Nai { display: none; }

.CalendarPref li span {
  margin-left: -3px;
  margin-right: -3px;
}

.BtnTtl.ColorA { border-left: 10px solid #686868; }
.BtnTtl.ColorB { border-left: 10px solid #BF0000; }
.BtnTtl.ColorC { border-left: 10px solid #FF6600; }
.BtnTtl.ColorD { border-left: 10px solid #333333; }
.BtnTtl.ColorX { border-left: 10px solid #333333; }

.BtnTtl strong {
  font-weight: 900;
  font-size: 24px;
}

.BtnTtl.ColorA strong { border-bottom: 3px #686868 solid; color: #686868; }
.BtnTtl.ColorB strong { border-bottom: 3px #008F5D solid; color: #008F5D; }
.BtnTtl.ColorC strong { border-bottom: 3px #00498F solid; color: #00498F; }
.BtnTtl.ColorD strong { border-bottom: 3px #8F8B00 solid; color: #8F8B00; }
.BtnTtl.ColorX strong { border-bottom: 3px #333333 solid; color: #333333; }

.BtnTtl:after {
  content: "";
  color: #000000;
}

 .BtnOn.ColorA a { background-color: #CECECE; color: #FFFFFF !important; }
.BtnOff.ColorA a { background-color: #686868; color: #FFFFFF !important; }

 .BtnOn.ColorB a { background-color: #CCE9DF; color: #FFFFFF !important; }
.BtnOff.ColorB a { background-color: #008F5D; color: #FFFFFF !important; }

 .BtnOn.ColorC a { background-color: #CCDBE9; color: #FFFFFF !important; }
.BtnOff.ColorC a { background-color: #00498F; color: #FFFFFF !important; }

 .BtnOn.ColorD a { background-color: #E9E8CC; color: #FFFFFF !important; }
.BtnOff.ColorD a { background-color: #8F8B00; color: #FFFFFF !important; }

 .BtnOn.ColorX a { background-color: #666666; color: #FFFFFF !important; }
.BtnOff.ColorX a { background-color: #666666; color: #FFFFFF !important; }

.BtnTtl {
  float: left;
  padding-left: 20px;
  margin-right: 10px;
  padding: 5px 5px 5px 12px;
  text-decoration: none;
  line-height: 1.25;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  box-sizing: border-box;
}
.BtnOn a {
  box-shadow: 2px 2px 2px 0px #000 inset;
  -o-box-shadow: 2px 2px 2px 0px #000 inset;
  -ms-box-shadow: 2px 2px 2px 0px #000 inset;
}
.BtnOff a {
  box-shadow: 2px 2px 2px 0px #000;
  -o-box-shadow: 2px 2px 2px 0px #000;
  -ms-box-shadow: 2px 2px 2px 0px #000;
}
.BtnOn a,
.BtnOff a {
  display: inline-block;
  float: right;
  margin-right: 10px;
  padding: 5px 30px 5px 30px;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.25;
  font-weight: 700;
  font-size: 24px;
  box-sizing: border-box;
}
.BtnOn a:hover,
.BtnOff a:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #FFFFFF;
}
.BtnOn a:visited,
.BtnOff a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

@media (max-width: 1365px) {

  .PrefCld {
    line-height: 2.50;
  }
}

@media (max-width: 1023px) {

  .CalendarSmaphoAssist {
    text-align: center;
    line-height: 1.25;
    color: #000000;
    font-size: 12px;
  }
  .CalendarPref {
    width: 100%;
    margin: 0px auto;
    padding-left: 0px;
  }
  .PrefMum {
    line-height: 1.75;
  }
  .PrefCld {
    margin-right: 0px;
    padding-right: 5px;
    line-height: 2.25;
  }
  .PrefCld a {
    padding: 7px 10px 9px 10px !important;
  }
  .BtnTtl {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 3px 3px 3px 3px;
    line-height: 1.25;
    font-size: 16px;
  }
  .BtnTtl strong {
    font-size: 18px;
  }
  .BtnTtl.ColorA strong { border-bottom: 2px #686868 solid; }
  .BtnTtl.ColorB strong { border-bottom: 2px #008F5D solid; }
  .BtnTtl.ColorC strong { border-bottom: 2px #00498F solid; }
  .BtnTtl.ColorD strong { border-bottom: 2px #8F8B00 solid; }
  .BtnTtl.ColorX strong { border-bottom: 2px #333333 solid; }
  .BtnOn a,
  .BtnOff a {
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 16px;
  }
}

/*================================================
Calendar (PC)
================================================*/

div#rakutenCalendar { position: absolute; z-index: 100; width: 96%; margin: 2%; border-radius: 10px; padding: 0px 0px 55px 0px; background-color: #FFFFFF; }div#rakutenCalendar table { width: 100%; margin-top: 10px; border-collapse: separate; border-spacing: 1px; line-height: 1.0; background-color: #A7AAB3; }div#rakutenCalendar table th, div#rakutenCalendar table td { text-align: center; vertical-align: middle; }div#rakutenCalendar table th { font-size: 120%; font-weight: bold; background-color: #CCCCCC; height: 40px; background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_fff_ccb.png) repeat-x left top #FFCDA0; }div#rakutenCalendar table th.cal_tr_sunday { color: #CC0000; }div#rakutenCalendar table th.cal_tr_saturday { color: #0072E2; }div#rakutenCalendar table td { padding: 0 0 1px 1px; border-top: 1px solid #F3F3F3; border-right: 1px solid #F3F3F3; background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_fff_ccc.png) repeat-x left top #CCCCCC; font-size: 200%; }div#rakutenCalendar table td.cal_td_unuse { padding: 7px 0; color: #AAAAAA; background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_fff_eee.png) repeat-x left top #EEEEEE; }div#rakutenCalendar table td.cal_td_beforeToday { color: #AAAAAA; font-weight: bold; }div#rakutenCalendar table td a { display: block; padding: 7px 0; text-decoration: none; color: #333333; font-weight: bold; }div#rakutenCalendar table td label { display: block; padding: 7px 0; }div#rakutenCalendar table td.cal_td_saturday { background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_fff_cce.png) repeat-x left top #CCEEFF; }div#rakutenCalendar table td.cal_td_holiday { background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_fff_ffd.png) repeat-x left top #FFDDDD; }div#rakutenCalendar table td.cal_td_holiday a { color: #CC0000; }div#rakutenCalendar table td.cal_td_saturday a { color: #0072E2; }div#rakutenCalendar table td.cal_td_selectDay { }div#rakutenCalendar table td.cal_td_selectDay a { color: #FFFFFF !important; background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_676_b2b.png) repeat-x left top #B2B2B2; }div#rakutenCalendar table td.cal_td_today { }div#rakutenCalendar table td.cal_td_today a { color: #333333; }div#calendar ul.nav li { position: absolute; top: 0; list-style-type: none; }div#rakutenCalendar div.cal_controlDiv a.cal_prevMonthBtn { float: left; }div#rakutenCalendar div.cal_controlDiv a.cal_nextMonthBtn { float: right; }div#rakutenCalendar div.cal_controlDiv a { display: block; overflow: hidden; margin: 14px 0px -31px 0px; padding: 5px; width: 50px; height: 25px; background-image: url(https://gora.golf.rakuten.co.jp/smart/img/button.png); background-repeat: no-repeat; text-indent: -9999px; }div#rakutenCalendar div.cal_controlDiv a.cal_prevMonthBtn { background-position: 10px 10px; }div#rakutenCalendar div.cal_controlDiv a.cal_nextMonthBtn { background-position: -50px 10px; }div#rakutenCalendar div.cal_baseDiv { clear: both; margin-left: auto; margin-right: auto; text-align: center; }div#rakutenCalendar div.cal_baseDiv label.cal_indexMonth { height: 25px; margin-bottom: 5px; color: #666666; font-size: 25px; font-weight: bold; }div#rakutenCalendar_top { position: absolute; width: 100%; bottom: 5px; text-align: center; }div#rakutenCalendar_top a.cal_closeBtn { display: block; width: 95%; margin: 15px auto 0px auto !important; border: 1px solid #FFFFFF; border-radius: 5px 5px 5px 5px; text-decoration: none; text-shadow: 0 -1px 0 #333333; line-height: 40px; background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_b2b_666.png) repeat-x left top #666666; color: #FFFFFF; font-weight: bold; box-shadow: 0 0 4px #CCCCCC; }div#rakutenCalendar_top span.cal_closeBtnSpan { padding-top: 10px; padding-bottom: 10px; }div#rakutenCalendar_top span.cal_headerTitle { display: none; }div#rakutenCalendar_top span.cal_closeBtn { display: none; }div#rakutenCalendar div#rakutenCalendar_contents { margin: 0px 10px; }div#calendarOverlayWindow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.75; background-color: #000000; } .gc-name { text-align: left !important; }

/*================================================
Calendar (SP)
================================================*/

@media (max-width: 1023px) {.b { font-weight: bold;}.fl_l { float: left !important;}.fl_r { float: right !important;}.pt_6 { padding-top: 6px !important;}.pt_10 { padding-top: 10px !important;}.pl_0 { padding-left: 0px !important;}.pr_5 { padding-right: 5px !important;}.pb_6 { padding-bottom: 6px;}.pb_10 { padding-bottom: 10px !important;}.mb_10 { margin-bottom: 10px !important;}.fs10 { height: 24px; letter-spacing: -1px; font-size: 10px;}.fs_12 { font-size: 12px !important;}.fs_16 { font-size: 16px !important;}.lh_30 { line-height: 30px !important;}.h_40 { height: 40px;}.b_b_dotted { border-bottom: 1px dotted #CCBBAA;}.cf:after { content: ''; display: block; clear: both;}.boxSerachSP { margin-bottom: 0px;}.boxSerachSP .title { background: -webkit-gradient(linear, center top, center bottom, from(#987), color-stop(20%, #987), to(#433)); background: -moz-linear-gradient(top, #987, #987 20%, #433); padding: 4px; border-radius: 4px 4px 0px 0px; text-align: center; text-shadow: 0px -1px 0px #443333; color: #FFFFFF; font-size: 16px; font-weight: bold;}.boxSerachSP .title img { margin: 1px 5px 2px 0px;}.boxSerachSP .inner { padding: 7px; border: 1px solid #FEE09A; background: #FFCC66; color: #333333;}.boxSerachSP .smalltext { font-size: 9px;}.boxSerachSP .txt { float: left; padding: 10px 5px 0px 0px; line-height: 1.25; font-weight: bold;}.boxSerachSP .selectPrice { display: block; float: left; width: 85px; height: 30px;}.boxSerachSP .selectArea { display: block; float: right; width: 180px; height: 30px; margin-top: 10px; font-size: 16px;}.boxSerachSP .selectKey { float: right; width: 178px; height: 30px; margin-top: 10px; padding: 0px; font-size: 16px;}.boxSerachSP .icon_popup { background: url(https://gora.golf.rakuten.co.jp/smart/img/icon_popup.png) no-repeat right center; background-size: 24px 17px; text-decoration: none; color: #FFFFFF !important; display: block;}.boxSerachSP .btnCal { background: -webkit-gradient(linear, center top, center bottom, from(#666666), color-stop(20%, #666666), to(#333333)); background: -moz-linear-gradient(top, #666666, #666666 20%, #333333); border: 1px solid #FFFFFF; width: 178px; height: 40px; margin-top: 9px; line-height: 28px; font-weight: bold; text-shadow: 0px -1px 0px #333333; color: #FFFFFF; float: right; border-radius: 5px; box-shadow: 0px 0px 4px #CCCCCC; text-align: left;}.boxSerachSP .btnCal a { padding-left: 9px;}.boxSerachSP .btnSearch { background: -webkit-gradient(linear, center top, center bottom, from(#FF6600), color-stop(20%, #FF6600), to(#CC5500)); background: -moz-linear-gradient(top, #FF6600, #FF6600 20%, #CC5500); border: 1px solid #FFFFFF; margin-top: 10px; border-radius: 5px; box-shadow: 0px 0px 4px #CCCCCC;}.boxSerachSP .btnSearch input { background: url(https://gora.golf.rakuten.co.jp/smart/img/icon_link_o_03.png) no-repeat right center; background-size: 24px 17px; border: none; width: 100%; height: 38px; padding: 0px; font-size: 16px; font-weight: bold; text-shadow: 0px -1px 0px #993300; color: #FFFFFF; display: block;}}


/*================================================
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
================================================*/

.Maru {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
.Maru:before {
  content: "\25CF";
  margin: 0px 4px;
}
.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;
}

/*================================================
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(2.1875rem, 1.875rem + 1.25vw, 3.125rem);
  }
  .FontSizeSuperShout {
    font-size: clamp(1.75rem, 1.5rem + 1vw, 2.5rem);
  }
  .FontSizeEnglishDecoration {
    font-size: clamp(0.625rem, 0.55rem + 0.05vw, 0.6875rem);
  }
  .FontSizeMainTitle {
    font-size: clamp(1.75rem, 1.6rem + 0.6vw, 2.25rem);
  }
  .FontSizeSubTitle {
    font-size: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem);
  }
  .FontSizeLeadText {
    font-size: clamp(1rem, 0.9rem + 0.25vw, 1.25rem);
  }
  .FontSizeEmphasisText {
    font-size: clamp(0.9375rem, 0.875rem + 0.15vw, 1.0625rem);
  }
  .FontSizeNormalText {
    font-size: clamp(0.875rem, 0.8rem + 0.2vw, 0.9375rem);
  }
  .FontSizeCautionText {
    font-size: clamp(0.75rem, 0.68rem + 0.15vw, 0.8125rem);
  }
  .FontSizeAttentionText {
    font-size: clamp(0.625rem, 0.55rem + 0.1vw, 0.75rem);
  }
  .FontSizeVerySmallCaption {
    font-size: clamp(0.625rem, 0.55rem + 0.05vw, 0.6875rem);
  }
}
