@charset "UTF-8";
.About {
  position: relative;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 50px
}

.About_Box {
  cursor: pointer;
  position: relative;
  width: 480px;
  height: 170px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .07);
  transition: height .2s
}

.About_Box.-isExpand {
  height: 530px
}

.About_Box_Header {
  position: relative;
  width: 480px;
  height: 46px;
  background-position-y: 1px;
  margin-bottom: 40px
}

.About_Box_Header>img {
  position: relative;
  margin: 20px auto 0
}

.fitting .About_Box_Header {
  background-image: url("../img/dot_red.png");
  border-top: 2px solid #dc3f3f
}

.demoday .About_Box_Header {
  background-image: url("../img/dot_blue.png");
  border-top: 2px solid #336dcc
}

.About_Box_Title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px
}

.About_Box_Label {
  font-family: Oswald;
  letter-spacing: .1em;
  font-size: 14px;
  color: #dc3f3f;
  margin-bottom: 30px;
  visibility: hidden
}

.fitting .About_Box_Label {
  color: #dc3f3f
}

.demoday .About_Box_Label {
  color: #336dcc
}

.-isExpand .About_Box_Label {
  visibility: visible
}

.About_Box_Text {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px
}

.About_Box_Separator {
  width: 440px;
  height: 2px;
  margin: auto;
  background-color: #f0f0f0
}

.About_Box_Note {
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  padding: 40px;
  line-height: 1.6
}

.fitting .About_Box_Note {
  color: #dc3f3f
}

.demoday .About_Box_Note {
  color: #336dcc
}

.About_Box_Note>li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: .5em
}

.About_Box_Note>li:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0
}

.About_Box_Footer {
  position: absolute;
  bottom: 0;
  width: 480px
}

.About_Box_Footer>img {
  position: relative;
  margin: 0 auto 20px
}

.-isExpand .About_Box_Footer>img {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.fitting .About_Box_Footer {
  border-bottom: 2px solid #dc3f3f
}

.demoday .About_Box_Footer {
  border-bottom: 2px solid #336dcc
}

.Hero {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 20px 0;
  background-image: url("../img/hero_kv_202501.jpg?20250109");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 40vw;
}

.tour .Hero_Area_Title {
  padding: 1vw 0 0 !important;
  margin: 0 !important;
  /*color: #333;*/
  color: #fff;
  font-family: Oswald;
  /*font-size: 6.8rem;*/
  font-size: 4.02vw;
  line-height: 1.0;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.tour .Hero_Area_Title span {
  color: #999;
}

.tour .container2 h3 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 1280px) {
  .Hero {
    height: 512px;
  }
  .tour .Hero_Area_Title {
    font-size: 51px;
    padding: 13px 0 0 !important;
    /*
    font-size: 56px;
    */
  }
}

@media screen and (max-width: 640px) {
  .Hero {
    align-items: flex-start;
    background-image: url("../img/hero_kv_sp_202501.jpg?20250109");
    background-position: bottom;
    /*height: 98vw;*/
    height: 100vw;
    margin: 0 0 40px 0;
  }
  .tour .Hero_Area_Title {
    background: none;
    margin: 11.7vw 0 0 !important;
    /*color: #333;*/
    color: #fff;
    font-size: 12.9vw;
    padding: 0 !important;
  }
  .tour .container2 h3 {
    margin-bottom: 15px !important;
  }
}

.players{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    margin: 0 0 40px 0;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: 50%
  }

  @media screen and (max-width: 640px) {
.players{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 80vw;
    margin: 0 0 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
  }
}

.News {
  position: relative;
  width: 1000px;
  padding: 40px 0;
  background-color: #009fca;
  margin: -30px auto 80px
}

.News_Label {
  display: inline-block;
  line-height: 1;
  font-family: Oswald;
  letter-spacing: .1em;
  font-size: 14px;
  color: #009fca;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  margin-bottom: 30px
}

.News_Text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .05em
}

.News_Text>a {
  text-decoration: underline;
  color: #fff
}

.Root {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent
}

.Root, .Schedule {
  position: relative
}

.Schedule {
  margin: 0 auto 80px
}

.Schedule_Navigation {
  position: relative;
  margin: auto
}

.Schedule_Navigation_Area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px
}

.Schedule_Navigation_Area>li {
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  height: 60px;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #eee;
  transition: .3s
}

.Schedule_Navigation_Area>li.-isActive {
  color: #009fca;
  border-color: #000;
  background-color: #fff
}

.Schedule_Navigation_Area>li:not(:last-child) {
  margin-right: 4px
}

.Schedule_Navigation_prefectures {
  position: relative;
  font-size: 0;
  border-bottom: 2px solid #eee;
  margin-bottom: 70px
}

.Schedule_Navigation_prefectures>li {
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  width: 100px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
  transition: .3s
}

.Schedule_Navigation_prefectures>li.-isActive {
  color: #009fca;
  border-color: #009fca
}

.Schedule_Navigation_prefectures>li.-disable {
  cursor: default;
  opacity: .3
}

.Schedule_Navigation_prefectures>li:not(:last-child) {
  margin-right: 2px
}

.Schedule_Navigation_prefectures>li:not(:last-child):after {
  content: "|";
  color: #000;
  font-weight: 400;
  position: absolute;
  right: -5px
}

.Schedule_Note {
  color: #dc3f3f;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 40px
}

.Schedule_Note>span {
  color: #000
}

.Schedule_Table {
  margin: auto
}

.Schedule_Table_Header {
  opacity: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  text-align: left
}

.Schedule_Table_Header>li {
  color: #999;
  font-size: 12px;
  font-weight: 700
}

.Schedule_Table_Header>li:first-of-type {
  margin-left: 155px;
  width: 140px
}

.Schedule_Table_Header>li:nth-of-type(2) {
  width: 140px
}

.Schedule_Table_Header>li:nth-of-type(3) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2
}

.Schedule_Table_Header>li:nth-of-type(4) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.Schedule_Table_Header>li:nth-of-type(5) {
  width: 140px
}

.Schedule_Table_Header>li:nth-of-type(6) {
  width: 120px
}

.Schedule_Table_Row {
  position: relative
}

.Schedule_Table_Row>li {
  position: relative;
  margin-top: 1px;
  border-bottom: 1px solid #ccc;
  max-height: 120px;
  overflow: hidden;
  transition: .5s
}

.Schedule_Table_Row>li.-isExpand {
  max-height: 300px;
  background-color: #fbfbfb
}

.Schedule_Table_Row>li.separate {
  border-color: #000
}

.Schedule_Table_Col {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.Schedule_Table_Col, .Schedule_Table_Col>li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.Schedule_Table_Col>li {
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.Schedule_Table_List_Icon {
  background-color: #f7f7f7;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700
}

.Schedule_Table_List_Icon>img {
  margin-bottom: 5px
}

.fitting .Schedule_Table_List_Icon {
  color: #dc3f3f
}

.demoday .Schedule_Table_List_Icon {
  color: #336dcc
}

.Schedule_Table_List_Date {
  width: 135px;
  font-family: Oswald;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: 700;
  margin-left: 40px
}

.Schedule_Table_List_Date>p>span {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 400
}

.Schedule_Table_List_Date.-sat {
  color: #336dcc
}

.Schedule_Table_List_Date.-sun {
  color: #dc3f3f
}

.Schedule_Table_List_Time {
  width: 140px;
  font-family: Oswald;
  letter-spacing: .1em;
  font-size: 16px;
  font-weight: 700
}

.Schedule_Table_List_Place {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  padding-right: 20px
}

.Schedule_Table_List_Address {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: .1em;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding-right: 20px
}

.Schedule_Table_List_Reservation {
  background-color: #f7f7f7;
  width: 120px;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.Schedule_Table_List_Reservation.-reserve {
  color: #dc3f3f
}

.Schedule_Table_List_Button {
  cursor: pointer;
  color: #fff;
  background-color: #009fca;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition: .3s
}

.Schedule_Table_List_Button:before {
  content: "詳細を開く"
}

.Schedule_Table_List_Button>img {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto
}

.-isExpand .Schedule_Table_List_Button {
  background-color: #ccc
}

.-isExpand .Schedule_Table_List_Button:before {
  content: "詳細を閉じる"
}

.-isExpand .Schedule_Table_List_Button>img {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.Schedule_Detail {
  position: relative;
  text-align: left;
  letter-spacing: .1em;
  margin-left: 120px;
  padding: 40px
}

.Schedule_Detail:before {
  content: "";
  width: 120px;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: -120px
}

.Schedule_Detail:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 40px
}

.Schedule_Detail_Title {
  font-size: 15px;
  font-weight: 700;
  font-family: Oswald;
  margin-bottom: 10px
}

.Schedule_Detail_Text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8
}

.Schedule_Detail_Text>a {
  text-decoration: underline;
  color: #009fca
}

.Schedule_Detail_Text>a:hover {
  text-decoration: none
}

.emphasis {
  color: #dc3f3f
}
