/* home-Hero
-----------------------------------*/
.home-Hero {
  margin: 10px 0 40px;
  position: relative;
}
.home-Hero_Item {
  width: 320px;
}
.home-Hero_Item + .home-Hero_Item {
  margin-left: 10px;
}
.home-Hero_Item img {
  width: 100%;
  height: auto;
}
.home-Hero .slick-arrow {
  display: none !important;
}
.home-Hero .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.home-Hero .slick-dots li {
  list-style: none;
  display: inline-block;
}
.home-Hero .slick-dots li.slick-active button:before {
  background-color: #c61529;
}
.home-Hero .slick-dots button {
  font-size: 0;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  position: relative;
}
.home-Hero .slick-dots button:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #d9d9d9;
  border-radius: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 600px) {
  .home-Hero_Item {
    width: 540px;
  }
}
@media only screen and (min-width: 960px) {
  .home-Hero {
    margin: 0 0 63px;
  }
  .home-Hero_Item {
    width: 800px;
  }
  .home-Hero_Item + .home-Hero_Item {
    margin-left: 20px;
  }
  .home-Hero .slick-arrow {
    text-indent: -9999px;
    width: 48px;
    height: 48px;
    background-color: #c61529;
    border: none;
    border-radius: 100%;
    display: block !important;
    cursor: pointer;
    outline: none;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .home-Hero .slick-arrow:before {
    font-family: FontAwesome;
    font-weight: normal;
    color: #fff;
    font-size: 153.9%;
    text-indent: 0;
    line-height: 48px;
    width: 48px;
    height: 48px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease;
  }
  .home-Hero .slick-arrow:hover {
    background-color: #fff;
  }
  .home-Hero .slick-arrow:hover:before {
    color: #c61529;
  }
  .home-Hero .slick-next {
    margin-right: -435px;
    right: 50%;
  }
  .home-Hero .slick-next:before {
    content: "\f105";
  }
  .home-Hero .slick-next:hover:before {
    transform: translateX(5px);
  }
  .home-Hero .slick-prev {
    margin-left: -435px;
    left: 50%;
  }
  .home-Hero .slick-prev:before {
    content: "\f104";
  }
  .home-Hero .slick-prev:hover:before {
    transform: translateX(-5px);
  }
  .home-Hero .slick-dots {
    bottom: -35px;
  }
  .home-Hero .slick-dots button {
    width: 30px;
    height: 30px;
  }
  .home-Hero .slick-dots button:before {
    width: 10px;
    height: 10px;
  }
}
/* home-Intro
-----------------------------------*/
.home-Intro {
  margin: 20px 0 -2px;
  padding: 0 20px;
}
.home-Intro_Catch {
  text-align: center;
  margin-bottom: 12px;
}
.home-Intro_Catch img {
  width: 251px;
  height: auto;
}
.home-Intro_Title {
  text-align: center;
  margin-bottom: 8px;
}
.home-Intro_Title img {
  width: 250px;
  height: auto;
}

@media only screen and (min-width: 600px) {
  .home-Intro {
    max-width: 750px;
    margin: 20px auto;
    padding: 0 40px;
  }
  .home-Intro:after {
    content: "";
    display: block;
    clear: both;
  }
  .home-Intro_Catch {
    width: calc(50% - 5px);
    float: left;
  }
  .home-Intro_Catch img {
    width: 100%;
  }
  .home-Intro_Inner {
    width: calc(50% - 40px);
    float: right;
    padding-top: 4%;
  }
  .home-Intro_Title img {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .home-Intro {
    max-width: 920px;
    margin: 23px auto 28px;
    padding: 0 50px;
  }
  .home-Intro_Title {
    margin-bottom: 13px;
  }
  .home-Intro_Text {
    font-size: 116%;
  }
}
/* home-Kyototaikai
-----------------------------------*/
.home-Kyototaikai {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 900px;
  padding-inline: 20px;
  display: block;
}
.home-Kyototaikai_Image {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 600px) {
  .home-Kyototaikai {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .home-Kyototaikai {
    margin-bottom: 60px;
    padding-inline: 40px;
    transition: all 0.2s ease;
  }
  .home-Kyototaikai:hover {
    opacity: 0.5;
  }
}
/* home-Menu
-----------------------------------*/
.home-Menu {
  margin-bottom: 20px;
  padding: 0 20px;
}
.home-Menu_Item {
  list-style: none;
}
.home-Menu_Item + .home-Menu_Item {
  border-top: 1px solid #e5e5e5;
}
.home-Menu_Item-login .home-Menu_Title {
  color: #c61529;
}
.home-Menu_Item-login .home-Menu_Title:before {
  background-color: #c61529;
  background-image: url(../common/img/ico_01_w.svg);
  background-size: 28px 33px;
}
.home-Menu_Item-other .home-Menu_Title {
  color: #5c991f;
}
.home-Menu_Item-other .home-Menu_Title:before {
  background-color: #5c991f;
  background-image: url(../common/img/ico_02_w.svg);
  background-size: 38px 27px;
}
.home-Menu_Item-other .sw-Btn-01 {
  color: #5c991f;
  border-color: #5c991f;
}
.home-Menu_Item-other .home-Menu_TextNote {
  color: #5c991f;
}
.home-Menu_Item-guest .home-Menu_Title {
  color: #198ea6;
}
.home-Menu_Item-guest .home-Menu_Title:before {
  background-color: #198ea6;
  background-image: url(../common/img/ico_03_w.svg);
  background-size: 32px 30px;
}
.home-Menu_Item-guest .sw-Btn-01 {
  color: #198ea6;
  border-color: #198ea6;
}
.home-Menu_Item a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 35px 0;
  position: relative;
}
.home-Menu_Item a:after {
  content: "";
  display: block;
  clear: both;
}
.home-Menu_Title {
  font-size: 153.9%;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.05em;
  width: 140px;
  text-align: center;
  float: left;
  margin-top: 12px;
  padding-bottom: 92px;
  position: relative;
}
.home-Menu_Title:before {
  content: "";
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-Menu_Title span {
  font-size: 55%;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.home-Menu_Text {
  min-height: 88px;
  margin: 0 0 51px 145px;
}
.home-Menu_TextNote {
  text-indent: -1em;
  display: block;
  margin: 10px 0 0 1em;
}
.home-Menu_Btn {
  position: absolute;
  left: 145px;
  bottom: 29px;
}
.home-Menu_Btn .sw-Btn-01 {
  width: 125px;
}

@media only screen and (min-width: 600px) {
  .home-Menu {
    margin-bottom: 0;
  }
  .home-Menu:after {
    content: "";
    display: block;
    clear: both;
  }
  .home-Menu_Item {
    width: calc(33.33333% - 26px);
    float: left;
  }
  .home-Menu_Item + .home-Menu_Item {
    border-top: none;
    margin-left: 39px;
    position: relative;
  }
  .home-Menu_Item + .home-Menu_Item:before {
    content: "";
    width: 1px;
    background-color: #e5e5e5;
    display: block;
    position: absolute;
    left: -20px;
    top: 15px;
    bottom: 105px;
  }
  .home-Menu_Item a {
    padding: 15px 0 105px;
  }
  .home-Menu_Title {
    width: auto;
    float: none;
    margin: 0 0 13px;
    padding-bottom: 82px;
  }
  .home-Menu_Text {
    min-height: 0;
    margin: 0;
  }
  .home-Menu_Btn {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .home-Menu_Btn .sw-Btn-01 {
    width: 100%;
    max-width: 160px;
  }
}
@media only screen and (min-width: 960px) {
  .home-Menu {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .home-Menu_Item {
    width: calc(33.33333% - 24px);
  }
  .home-Menu_Item + .home-Menu_Item {
    margin-left: 36px;
  }
  .home-Menu_Item + .home-Menu_Item:before {
    left: -18px;
    top: 20px;
    bottom: 140px;
  }
  .home-Menu_Item-login .home-Menu_Title:before {
    background-size: 35px 41px;
  }
  .home-Menu_Item-login a:hover .sw-Btn-01 {
    background-color: #c61529;
  }
  .home-Menu_Item-other .home-Menu_Title:before {
    background-size: 46px 34px;
  }
  .home-Menu_Item-other a:hover .sw-Btn-01 {
    background-color: #5c991f;
  }
  .home-Menu_Item-guest .home-Menu_Title:before {
    background-size: 40px 36px;
  }
  .home-Menu_Item-guest a:hover .sw-Btn-01 {
    background-color: #198ea6;
  }
  .home-Menu_Item a {
    padding: 20px 30px 140px;
  }
  .home-Menu_Item a:hover .home-Menu_Title:before {
    transform: scale(1.1);
  }
  .home-Menu_Item a:hover .sw-Btn-01 {
    color: #fff;
  }
  .home-Menu_Item a:hover .sw-Btn-01:before {
    color: #fff;
    right: 10px;
  }
  .home-Menu_Title {
    font-size: 182%;
    padding-bottom: 95px;
  }
  .home-Menu_Title:before {
    width: 80px;
    height: 80px;
    transition: all 0.2s ease;
  }
  .home-Menu_Title span {
    font-size: 54.2%;
  }
  .home-Menu_Text {
    font-size: 116%;
  }
  .home-Menu_Btn .sw-Btn-01 {
    max-width: 210px;
  }
}
/* home-Schedule
-----------------------------------*/
.home-Schedule {
  margin-bottom: 54px;
  padding: 54px 0 68px;
  position: relative;
}
.home-Schedule:before {
  content: "";
  background: url("../common/img/bg_01.jpg") no-repeat center top;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.home-Schedule_Title {
  color: #fff;
  margin-bottom: 13px;
  padding: 0 20px;
}
.home-Schedule_Title .sw-Title-02_Inner:before, .home-Schedule_Title .sw-Title-02_Inner:after {
  background-color: #fff;
}
.home-Schedule_Event {
  margin-bottom: 5px;
  padding: 0 20px;
}
.home-Schedule_EventInner {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 10px 30px;
}
.home-Schedule_EventTitle {
  color: #fff;
  font-size: 131%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #c61529;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 16px;
  padding: 7px 10px;
}
.home-Schedule_EventInfo {
  font-size: 116%;
  margin: 0 10px 32px;
}
.home-Schedule_EventInfo_Label {
  font-weight: 700;
  margin-bottom: -3px;
}
.home-Schedule_EventInfo_Data {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 11px;
  padding-bottom: 11px;
}
.home-Schedule_EventInfo_Data:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-Schedule_EventInfo_Data a {
  color: #000;
  text-decoration: none;
}
.home-Schedule_EventInfo_Data a.home-Schedule_EventInfo_Maplink {
  color: #c61529;
}
.home-Schedule_EventInfo_Data a.home-Schedule_EventInfo_Maplink:before {
  content: "";
  width: 11px;
  height: 16px;
  background: url("../common/img/ico_04_c.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 5px;
}
.home-Schedule_EventBtn {
  text-align: center;
}
.home-Schedule_EventBtn .sw-Btn-02 {
  width: 100%;
  max-width: 225px;
}
.home-Schedule_More {
  text-align: right;
  padding: 0 10px 0 20px;
}
.home-Schedule_More br {
  display: none;
}
.home-Schedule_More .sw-Btn-03 {
  color: #fff;
}

@media only screen and (max-width: 374px) {
  .home-Schedule_Title .sw-Title-02_Inner {
    padding-left: 33px;
    padding-right: 33px;
  }
  .home-Schedule_More br {
    display: inline;
  }
}
@media only screen and (min-width: 600px) {
  .home-Schedule {
    padding-top: 34px;
  }
  .home-Schedule:before {
    top: -40px;
  }
  .home-Schedule_Title br {
    display: none;
  }
  .home-Schedule_EventInfo_Label {
    float: left;
    clear: left;
    margin-bottom: 0;
  }
  .home-Schedule_EventInfo_Data {
    padding-left: 110px;
  }
}
@media only screen and (min-width: 960px) {
  .home-Schedule {
    margin-bottom: 108px;
    padding: 73px 0 100px;
  }
  .home-Schedule:before {
    top: -45px;
  }
  .home-Schedule_Title {
    max-width: 900px;
    margin: 0 auto 16px;
    padding: 0 50px;
  }
  .home-Schedule_Event {
    max-width: 900px;
    margin: 0 auto 12px;
    padding: 0 50px;
  }
  .home-Schedule_EventInner {
    padding: 30px 30px 60px;
  }
  .home-Schedule_EventTitle {
    font-size: 153.9%;
    margin-bottom: 37px;
    padding: 5px 10px;
  }
  .home-Schedule_EventInfo {
    margin: 0 40px 48px;
  }
  .home-Schedule_EventInfo_Data {
    margin-bottom: 17px;
    padding: 0 0 17px 130px;
  }
  .home-Schedule_EventInfo_Data a.home-Schedule_EventInfo_Maplink:hover {
    text-decoration: underline;
  }
  .home-Schedule_EventBtn .sw-Btn-02 {
    max-width: 270px;
  }
  .home-Schedule_More {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .home-Schedule_More .sw-Btn-03:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
/* home-Activities
-----------------------------------*/
.home-Activities {
  margin-bottom: 65px;
}
.home-Activities_Title {
  margin-bottom: 13px;
  padding: 0 20px;
}
.home-Activities_List {
  margin-bottom: 31px;
  position: relative;
  overflow: hidden;
}
.home-Activities_List .slick-arrow {
  text-indent: -9999px;
  width: 44px;
  height: 59px;
  background: url("../common/img/ico_arrow_01.png") no-repeat center center;
  background-size: 24px 39px;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 40px;
  z-index: 10;
}
.home-Activities_List .slick-next {
  right: 0;
}
.home-Activities_List .slick-prev {
  transform: scaleX(-1);
  left: 0;
}
.home-Activities_Item {
  width: 210px;
}
.home-Activities_Item + .home-Activities_Item {
  margin-left: 30px;
}
.home-Activities_Item a {
  color: #000;
  text-decoration: none;
  display: block;
  padding-bottom: 20px;
  position: relative;
}
.home-Activities_ItemImage {
  margin-bottom: 13px;
}
.home-Activities_ItemImage img {
  width: 100%;
  height: auto;
}
.home-Activities_ItemName {
  font-size: 116%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  height: 77px;
}
.home-Activities_ItemBtn {
  text-align: center;
}
.home-Activities_ItemBtn .sw-Btn-01 {
  width: 100%;
  max-width: 125px;
}
.home-Activities_More {
  text-align: right;
  padding: 0 10px 0 20px;
}

@media only screen and (min-width: 960px) {
  .home-Activities_Title {
    max-width: 1000px;
    margin: 0 auto 36px;
    padding: 0 50px;
  }
  .home-Activities_List {
    margin-bottom: 50px;
  }
  .home-Activities_List .slick-arrow {
    width: 48px;
    height: 78px;
    background-size: 48px 78px;
    top: 60px;
    transition: all 0.2s ease;
  }
  .home-Activities_List .slick-next {
    right: 40px;
  }
  .home-Activities_List .slick-next:hover {
    right: 35px;
  }
  .home-Activities_List .slick-prev {
    left: 40px;
  }
  .home-Activities_List .slick-prev:hover {
    left: 35px;
  }
  .home-Activities_Item {
    width: 300px;
  }
  .home-Activities_Item a:hover .home-Activities_ItemImage img {
    transform: scale(1.1);
  }
  .home-Activities_Item a:hover .sw-Btn-01 {
    color: #fff;
    background-color: #c61529;
  }
  .home-Activities_Item a:hover .sw-Btn-01:before {
    color: #fff;
    right: 10px;
  }
  .home-Activities_ItemImage {
    overflow: hidden;
  }
  .home-Activities_ItemImage img {
    transition: all 0.4s ease;
  }
  .home-Activities_ItemName {
    font-size: 131%;
  }
  .home-Activities_ItemBtn .sw-Btn-01 {
    max-width: 210px;
  }
  .home-Activities_More {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
/* home-Other
-----------------------------------*/
.home-Other {
  background-color: #f2f2f2;
  padding: 20px 0 90px;
}
.home-Other_Inner {
  padding: 0 20px;
}
.home-Other_Item {
  background-color: #fff;
  border-radius: 5px;
}
.home-Other_Item + .home-Other_Item {
  margin-top: 20px;
}
.home-Other_Item a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 34px 20px 106px;
  position: relative;
}
.home-Other_ItemTitle {
  margin-bottom: 11px;
}
.home-Other_ItemText {
  font-size: 116%;
}
.home-Other_ItemBtn {
  text-align: center;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 35px;
}
.home-Other_ItemBtn .sw-Btn-01 {
  width: 100%;
  max-width: 125px;
}

@media only screen and (min-width: 650px) {
  .home-Other_Inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .home-Other_Item {
    width: calc(33.33333% - 14px);
    float: left;
  }
  .home-Other_Item + .home-Other_Item {
    margin: 0 0 0 21px;
  }
}
@media only screen and (min-width: 960px) {
  .home-Other {
    padding: 50px 0 110px;
  }
  .home-Other_Inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .home-Other_Item {
    width: calc(33.33333% - 24px);
  }
  .home-Other_Item + .home-Other_Item {
    margin-left: 36px;
  }
  .home-Other_Item a {
    padding: 52px 30px 123px;
  }
  .home-Other_Item a:before {
    content: "";
    border: 2px solid #c61529;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .home-Other_Item a:hover:before {
    opacity: 1;
  }
  .home-Other_Item a:hover .sw-Btn-01 {
    color: #fff;
    background-color: #c61529;
  }
  .home-Other_Item a:hover .sw-Btn-01:before {
    color: #fff;
    right: 10px;
  }
  .home-Other_ItemTitle {
    margin-bottom: 12px;
  }
  .home-Other_ItemBtn {
    bottom: 40px;
  }
  .home-Other_ItemBtn .sw-Btn-01 {
    max-width: 210px;
  }
}