@charset "UTF-8";
/******************VARIABLES*********************/
@-webkit-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scroll-btn {
  0% {
    top: 0; }
  100% {
    top: 110%; } }

@keyframes scroll-btn {
  0% {
    top: 0; }
  100% {
    top: 110%; } }

.the-kyo-asobi-color-gray {
  color: #727171; }

.the-kyo-asobi-font-tenmincho {
  font-family: ten-mincho, serif; }

/***** the-kyo-asobi layout *****/
body.the-kyo-asobi .main {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif; }

.the-kyo-asobi-m-follow-logo {
  position: fixed;
  top: 15px;
  left: 15px;
  height: 45px;
  z-index: 100;
  display: none; }

.the-kyo-asobi-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none; }
  @media (min-width: 569px) {
    .the-kyo-asobi-header {
      top: 0; } }
  @media (max-width: 568px) {
    .the-kyo-asobi-header {
      bottom: 0;
      background: #799bce;
      color: #fff; }
      .the-kyo-asobi-header a {
        color: #fff; } }
  .the-kyo-asobi-header__container {
    max-width: 1000px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 568px) {
      .the-kyo-asobi-header__container {
        height: 50px;
        justify-content: center; } }
  @media (max-width: 568px) {
    .the-kyo-asobi-header__logo-box {
      display: none; } }
  .the-kyo-asobi-header__logo {
    height: 27px;
    display: block; }
  .the-kyo-asobi-header__nav {
    display: flex; }
    .the-kyo-asobi-header__nav-item {
      display: flex;
      align-items: center;
      font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important; }
      @media (min-width: 569px) {
        .the-kyo-asobi-header__nav-item {
          margin-left: 20px; } }
      .the-kyo-asobi-header__nav-item.of-tel .tel-num {
        font-size: 24px;
        background: url(/images/icons/tel-black-filled.png) left center/auto 60% no-repeat;
        padding-left: 1em;
        margin-left: 1em; }
        @media (max-width: 568px) {
          .the-kyo-asobi-header__nav-item.of-tel .tel-num {
            font-size: 20px;
            background-image: url(/images/icons/tel-white-filled.png); } }
/***** the-kyo-asobi components *****/
.the-kyo-asobi__btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.the-kyo-asobi__btn {
  height: 60px;
  border-radius: 30px;
  padding: 0 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #231815;
  border: 1px solid #b28247;
  background: #fff; }
  @media (max-width: 568px) {
    .the-kyo-asobi__btn {
      font-size: 12px;
      height: 50px;
      min-width: 50%; } }
  .the-kyo-asobi__btn .of-txt-box {
    display: block; }
    .the-kyo-asobi__btn .of-txt-box.with-arw {
      display: flex;
      align-items: center;
      justify-content: center; }
      .the-kyo-asobi__btn .of-txt-box.with-arw:after {
        content: "";
        width: 43px;
        height: 7px;
        background: url(/images/lp/the-kyo-asobi/icons/arw.svg) center center/contain no-repeat;
        margin-left: .5em; }
  .the-kyo-asobi__btn:hover {
    opacity: 1;
    background: #b28247; }

.the-kyo-asobi__title {
  font-family: ten-mincho, serif;
  font-size: 16px;
  letter-spacing: .2em;
  font-weight: 500;
  margin: 0 0 50px;
  text-align: center; }
  @media (max-width: 568px) {
    .the-kyo-asobi__title {
      text-align: center;
      font-size: 16px;
      margin: 0 0 30px; } }
  .the-kyo-asobi__title .of-lined {
    border-bottom: 1px solid rgba(35, 24, 21, 0.3);
    padding: 0 60px 1em;
    display: inline-block; }

.the-kyo-asobi-disc-list {
  padding: 0; }
  .the-kyo-asobi-disc-list li {
    list-style: none;
    position: relative;
    padding: 0 0 0 2em;
    margin: 0 0 .5em;
    color: #b28247; }
    .the-kyo-asobi-disc-list li:last-child {
      margin: 0; }
    .the-kyo-asobi-disc-list li:before {
      content: "";
      display: block;
      width: 1.5em;
      height: 1.5em;
      background: url(/images/lp/the-kyo-asobi/icons/disc.svg) center center/contain no-repeat;
      position: absolute;
      top: 0;
      left: 0; }

/***** the-kyo-asobi contents *****/
.the-kyo-asobi__bb {
  height: 100vh;
  max-height: 800px;
  position: relative;
  background: url(/images/lp/the-kyo-asobi/bb-autumn01.jpg) center center/cover no-repeat; }
  .the-kyo-asobi__bb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .the-kyo-asobi__bb__container {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .the-kyo-asobi__bb__logo-type {
    position: absolute;
    top: 45px;
    left: 45px;
    z-index: 10;
    width: 100px; }
    @media (max-width: 568px) {
      .the-kyo-asobi__bb__logo-type {
        top: 20px;
        left: 50%;
        width: 85px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
  .the-kyo-asobi__bb__title {
    margin: 0;
    position: relative;
    font-size: 16px;
    font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
    letter-spacing: .3em;
    color: #fff;
    font-weight: 500;
    text-align: center; }
    .the-kyo-asobi__bb__title a {
      color: #fff; }
      .the-kyo-asobi__bb__title a:hover {
        opacity: 1; }
    .the-kyo-asobi__bb__title__img {
      height: 360px; }
      @media (max-width: 568px) {
        .the-kyo-asobi__bb__title__img {
          height: 240px; } }
    .the-kyo-asobi__bb__title__catch {
      margin: 30px 0 0;
      display: block;
      position: relative; }
      @media (max-width: 568px) {
        .the-kyo-asobi__bb__title__catch {
          width: 210px;
          line-height: 1.4;
          margin: 30px auto 0; } }
      .the-kyo-asobi__bb__title__catch:after {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        background: url(/images/lp/the-kyo-asobi/hanko.png) center center/contain no-repeat;
        position: absolute;
        top: 50%;
        left: 100%;
        -webkit-transform: translate(1em, -50%);
        transform: translate(1em, -50%); }
        @media (max-width: 568px) {
          .the-kyo-asobi__bb__title__catch:after {
            width: 42px;
            height: 42px;
            -webkit-transform: translate(0.5em, -50%);
            transform: translate(0.5em, -50%); } }
  .the-kyo-asobi__bb__logo-aca-kyoto {
    position: absolute;
    bottom: 50px;
    right: 70px;
    width: 120px; }
    @media (max-width: 568px) {
      .the-kyo-asobi__bb__logo-aca-kyoto {
        bottom: 20px;
        right: 20px;
        width: 96px; } }
  .the-kyo-asobi__bb__logo-35th {
    position: absolute;
    bottom: 50px;
    right: 70px;
    width: 75px; }
    @media (max-width: 568px) {
      .the-kyo-asobi__bb__logo-35th {
        bottom: 20px;
        right: 20px;
        width: 60px; } }
.the-kyo-asobi__intro {
  position: relative;
  z-index: 10; }
  @media (min-width: 569px) {
    .the-kyo-asobi__intro {
      padding: 120px 50px; } }
  @media (max-width: 568px) {
    .the-kyo-asobi__intro {
      padding: 50px 20px 120px;
      overflow: hidden; } }
  .the-kyo-asobi__intro__container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .the-kyo-asobi__intro__txt {
    font-size: 20px;
    margin: 0;
    display: flex;
    flex-direction: row-reverse; }
    @media (max-width: 568px) {
      .the-kyo-asobi__intro__txt {
        font-size: 18px; } }
    .the-kyo-asobi__intro__txt__row {
      width: 20px;
      line-height: 1.2;
      padding: 0 .5em; }
      @media (max-width: 568px) {
        .the-kyo-asobi__intro__txt__row {
          width: 18px; } }
  .the-kyo-asobi__intro:before, .the-kyo-asobi__intro:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; }
  .the-kyo-asobi__intro:before {
    background: url(/images/lp/the-kyo-asobi/intro-deco01.png) center center/contain no-repeat;
    width: 137px;
    height: 138px;
    -webkit-transform: translate(300px, -120%);
    transform: translate(300px, -120%); }
    @media (max-width: 568px) {
      .the-kyo-asobi__intro:before {
        -webkit-transform: translate(110px, -120%);
        transform: translate(110px, -120%);
        width: 116px;
        height: 117px; } }
  .the-kyo-asobi__intro:after {
    background: url(/images/lp/the-kyo-asobi/intro-deco02.png) center center/contain no-repeat;
    width: 228px;
    height: 184px;
    -webkit-transform: translate(-450px, 50%);
    transform: translate(-450px, 50%); }
    @media (max-width: 568px) {
      .the-kyo-asobi__intro:after {
        -webkit-transform: translate(-240px, 0);
        transform: translate(-240px, 0);
        width: 194px;
        height: 157px; } }
@media (max-width: 568px) {
  .the-kyo-asobi__icon-nav-wrap {
    display: flex;
    margin: 0 0 30px; } }

.the-kyo-asobi__plan-nav {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  @media (max-width: 568px) {
    .the-kyo-asobi__plan-nav {
      padding: 0 10px;
      margin: 0; }
      .the-kyo-asobi__plan-nav.slick-dotted.slick-slider {
        margin: 0; }
      .the-kyo-asobi__plan-nav .slick-prev {
        background: url(/images/icons/arw-left-black.svg) center center/contain no-repeat;
        top: 30%;
        left: -15px; }
      .the-kyo-asobi__plan-nav .slick-next {
        background: url(/images/icons/arw-right-black.svg) center center/contain no-repeat;
        top: 30%;
        right: -15px; }
      .the-kyo-asobi__plan-nav .slick-dots {
        display: none !important; } }
  .the-kyo-asobi__plan-nav-item {
    width: 33.33333%;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block; }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-nav-item {
        width: 100%;
        padding: 0; } }
    @media (min-width: 569px) {
      .the-kyo-asobi__plan-nav-item:hover {
        opacity: 1; }
        .the-kyo-asobi__plan-nav-item:hover .the-kyo-asobi__plan-nav-item__container {
          -webkit-transition: all .2s ease;
          transition: all .2s ease;
          -webkit-box-shadow: 0 0.5em 1.5em rgba(35, 24, 21, 0.5);
                  box-shadow: 0 0.5em 1.5em rgba(35, 24, 21, 0.5); } }
    .the-kyo-asobi__plan-nav-item__container {
      position: relative;
      height: 208px;
      margin: 0 0 20px; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-nav-item__container {
          height: 180px;
          margin: 0 0 20px; } }
    .the-kyo-asobi__plan-nav-item__txt-box {
      position: relative; }
    .the-kyo-asobi__plan-nav-item__sub-title {
      font-size: 12px;
      font-weight: normal;
      margin: 0 0 10px; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-nav-item__sub-title {
          font-size: 10px;
          margin: 0 0 5px; } }
    .the-kyo-asobi__plan-nav-item__main-title {
      font-size: 16px;
      font-weight: 500; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-nav-item__main-title {
          font-size: 12px;
          margin: 0 0 10px; } }
.the-kyo-asobi__plan-list {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative; }
  @media (max-width: 568px) {
    .the-kyo-asobi__plan-list {
      margin: 0 0 30px; } }
  .the-kyo-asobi__plan-list > li {
    list-style: none; }

.the-kyo-asobi__plan-item {
  position: relative;
  max-width: 1500px;
  padding: 0 0 100px;
  margin: 0 auto; }
  @media (max-width: 568px) {
    .the-kyo-asobi__plan-item {
      padding: 0; } }
  @media (max-width: 568px) {
    .the-kyo-asobi__plan-item:last-child {
      padding: 0; } }
  .the-kyo-asobi__plan-item__container {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    max-width: 1100px;
    margin: 0 auto; }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__container {
        width: 100vw;
        padding: 30px 0 0;
        overflow: hidden; } }
  .the-kyo-asobi__plan-item__bb-box {
    width: 100%;
    position: relative;
    height: 70vh; }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__bb-box {
        height: auto; } }
  .the-kyo-asobi__plan-item__bb {
    height: 100%;
    position: relative; }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__bb {
        height: 66vw; } }
    .the-kyo-asobi__plan-item__bb__caption {
      position: absolute;
      top: 100%;
      right: 70px;
      padding: 10px; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__bb__caption {
          right: 0;
          padding: 5px;
          font-size: 10px; } }
  @media (min-width: 569px) {
    .the-kyo-asobi__plan-item__title-box {
      width: 50%; } }
  @media (max-width: 568px) {
    .the-kyo-asobi__plan-item__title-box {
      padding: 0 20px;
      width: 100%; } }
  .the-kyo-asobi__plan-item__title {
    font-size: 28px;
    font-weight: normal;
    position: relative;
    padding: 0 0 60px;
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__title {
        font-size: 24px;
        margin: 0 0 20px; } }
    .the-kyo-asobi__plan-item__title .of-sub-txt {
      font-size: 14px;
      display: block;
      margin: 0 0 1em; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__title .of-sub-txt {
          font-size: 12px; } }
    .the-kyo-asobi__plan-item__title:after {
      content: "";
      display: block;
      width: 255px;
      height: 33px;
      background: url(/images/lp/the-kyo-asobi/plan-item-title-deco.png) center center/contain no-repeat;
      position: absolute;
      right: 30px;
      bottom: 0; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__title:after {
          right: -20px; } }
  .the-kyo-asobi__plan-item__txt-box {
    width: 50%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 5; }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__txt-box {
        width: 100%;
        padding: 0 20px; } }
  @media (min-width: 569px) {
    .the-kyo-asobi__plan-item__img-box {
      width: 100%;
      margin-left: -50px; } }
  @media (max-width: 568px) {
    .the-kyo-asobi__plan-item__img-box {
      padding: 0 0 30px; } }
  .the-kyo-asobi__plan-item__img {
    width: 100%;
    display: block; }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__img {
        margin: 0; } }
    .the-kyo-asobi__plan-item__img:last-child {
      margin: 0; }
    .the-kyo-asobi__plan-item__img__caption {
      padding: 10px 0 20px;
      text-align: right; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__img__caption {
          padding: 5px 0 10px;
          font-size: 10px; } }
  .the-kyo-asobi__plan-item__description {
    font-size: 14px;
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__description {
        font-size: 12px;
        margin: 0 0 30px; } }
    .the-kyo-asobi__plan-item__description .of-label {
      font-family: 'Cinzel', serif;
      color: #727171;
      font-size: 10px;
      display: block;
      margin: 0 0 50px; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__description .of-label {
          margin: 0 0 20px 15px; } }
  .the-kyo-asobi__plan-item__optional {
    border: 1px solid #b28247;
    padding: 20px; }
    @media (min-width: 569px) {
      .the-kyo-asobi__plan-item__optional {
        margin: 50px 0 0; } }
  .the-kyo-asobi__plan-item__table-box {
    border-top: 1px solid rgba(35, 24, 21, 0.1);
    padding: 20px 10px 0; }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__table-box {
        padding: 15px 0 5px; } }
  .the-kyo-asobi__plan-item__table {
    width: 100%; }
    .the-kyo-asobi__plan-item__table th, .the-kyo-asobi__plan-item__table td {
      padding: 10px;
      font-size: 14px;
      vertical-align: top; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__table th, .the-kyo-asobi__plan-item__table td {
          padding: 5px;
          font-size: 12px; } }
    .the-kyo-asobi__plan-item__table th {
      white-space: nowrap;
      font-weight: 500; }
    .the-kyo-asobi__plan-item__table td {
      color: #727171; }
  .the-kyo-asobi__plan-item__features {
    margin: 0 auto 50px; }
    @media (min-width: 569px) {
      .the-kyo-asobi__plan-item__features {
        display: flex;
        flex-wrap: wrap;
        max-width: 900px;
        justify-content: space-between; } }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__features {
        padding: 0 30px; }
        .the-kyo-asobi__plan-item__features.slick-dotted.slick-slider {
          margin-bottom: 50px; }
        .the-kyo-asobi__plan-item__features .slick-prev {
          background: url(/images/icons/arw-left-black.svg) center center/contain no-repeat;
          top: 33%;
          left: 5px; }
        .the-kyo-asobi__plan-item__features .slick-next {
          background: url(/images/icons/arw-right-black.svg) center center/contain no-repeat;
          top: 33%;
          right: 5px; }
        .the-kyo-asobi__plan-item__features .slick-dots {
          display: none !important; } }
  @media (min-width: 569px) {
    .the-kyo-asobi__plan-item__feature {
      width: 30%;
      margin: 0 0 50px; }
      .the-kyo-asobi__plan-item__feature:nth-last-child(3), .the-kyo-asobi__plan-item__feature:nth-last-child(2), .the-kyo-asobi__plan-item__feature:last-child {
        margin-bottom: 0; } }
  .the-kyo-asobi__plan-item__schedule-wrap {
    background: #fafafa;
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__schedule-wrap {
        background: #fafafa;
        padding: 50px 10px 30px 20px; } }
    .the-kyo-asobi__plan-item__schedule-wrap__title {
      margin: 0 0 20px 50px;
      font-weight: normal; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__schedule-wrap__title {
          margin: 0px 0 -20px 20px;
          font-size: 12px; } }
      .the-kyo-asobi__plan-item__schedule-wrap__title span {
        display: inline-block;
        padding: .5em 1em;
        border: 1px solid rgba(35, 24, 21, 0.3); }
  .the-kyo-asobi__plan-item__schedule-table-wrap {
    max-width: 1000px;
    padding: 0 50px;
    border-left: 1px solid rgba(35, 24, 21, 0.5);
    margin: 50px auto;
    position: relative; }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__schedule-table-wrap {
        padding: 0 10px 0 20px; } }
    .the-kyo-asobi__plan-item__schedule-table-wrap:before {
      content: "SCHEDULE";
      font-family: 'Cinzel', serif;
      font-size: 10px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: rotate(90deg) translateX(-20px);
      transform: rotate(90deg) translateX(-20px);
      -webkit-transform-origin: 50% -150%;
              transform-origin: 50% -150%; }
    .the-kyo-asobi__plan-item__schedule-table-wrap:after {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      background: #231815;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .the-kyo-asobi__plan-item__schedule-table-wrap:last-child {
      margin-bottom: 0; }
  .the-kyo-asobi__plan-item__schedule-table {
    width: 100%; }
    .the-kyo-asobi__plan-item__schedule-table th, .the-kyo-asobi__plan-item__schedule-table td {
      text-align: left;
      vertical-align: top;
      font-weight: normal;
      line-height: 20px; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__schedule-table th, .the-kyo-asobi__plan-item__schedule-table td {
          line-height: 16px; } }
    .the-kyo-asobi__plan-item__schedule-table th {
      padding: 0 50px 50px 3em;
      background: url(/images/lp/the-kyo-asobi/icons/clock.svg) left top/1.5em 1.5em no-repeat;
      white-space: nowrap;
      width: 10%; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__schedule-table th {
          padding: 0 10px 10px 3em; } }
      .the-kyo-asobi__plan-item__schedule-table th.without-clock {
        background: none; }
    .the-kyo-asobi__plan-item__schedule-table td {
      padding: 0 0 50px;
      font-size: 14px; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__schedule-table td {
          padding: 0 0 10px;
          font-size: 12px; } }
      .the-kyo-asobi__plan-item__schedule-table td small {
        color: #595757; }
        @media (min-width: 569px) {
          .the-kyo-asobi__plan-item__schedule-table td small {
            margin-left: 1em; } }
  .the-kyo-asobi__plan-item__btn-box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fafafa; }
    @media (min-width: 569px) {
      .the-kyo-asobi__plan-item__btn-box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 15px 50px; } }
    @media (max-width: 568px) {
      .the-kyo-asobi__plan-item__btn-box {
        text-align: center;
        padding: 20px 20px 50px; } }
    .the-kyo-asobi__plan-item__btn-box__logo {
      width: 150px;
      margin: 0 30px 0 0; }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__btn-box__logo {
          width: 80px;
          margin: 0 auto 20px; } }
    .the-kyo-asobi__plan-item__btn-box-title {
      font-size: 24px;
      text-align: center;
      font-weight: 500;
      line-height: 1.4;
      margin: 0; }
      @media (min-width: 569px) {
        .the-kyo-asobi__plan-item__btn-box-title {
          max-width: 300px; } }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__btn-box-title {
          margin: 0 0 20px;
          font-size: 18px; } }
      .the-kyo-asobi__plan-item__btn-box-title .of-sub-txt {
        font-size: 14px;
        display: block; }
        @media (max-width: 568px) {
          .the-kyo-asobi__plan-item__btn-box-title .of-sub-txt {
            font-size: 12px;
            margin: 0 0 .5em; } }
    .the-kyo-asobi__plan-item__btn-box .the-kyo-asobi__btn {
      text-align: center; }
      @media (min-width: 569px) {
        .the-kyo-asobi__plan-item__btn-box .the-kyo-asobi__btn {
          padding: 0 10px;
          margin: 0 0 0 10px; } }
      @media (max-width: 568px) {
        .the-kyo-asobi__plan-item__btn-box .the-kyo-asobi__btn {
          width: 90%;
          margin: 0 auto 10px; } }
.the-kyo-asobi__archived-plans-section {
  background: #f7f7f7;
  overflow: hidden; }
  @media (max-width: 568px) {
    .the-kyo-asobi__archived-plans-section {
      padding-right: 0;
      padding-left: 0; } }
  .the-kyo-asobi__archived-plans-section__title {
    font-size: 18px;
    font-family: ten-mincho, serif;
    letter-spacing: .3em;
    margin: 0 0 50px;
    white-space: nowrap;
    text-align: center; }
    @media (max-width: 568px) {
      .the-kyo-asobi__archived-plans-section__title {
        font-size: 16px;
        margin: 0 0 20px; } }
    .the-kyo-asobi__archived-plans-section__title__logo {
      width: 120px;
      display: block;
      margin: 0 auto 50px; }
      @media (max-width: 568px) {
        .the-kyo-asobi__archived-plans-section__title__logo {
          width: 102px;
          margin: 0 auto 20px; } }
    .the-kyo-asobi__archived-plans-section__title .with-deco {
      position: relative; }
      .the-kyo-asobi__archived-plans-section__title .with-deco:before, .the-kyo-asobi__archived-plans-section__title .with-deco:after {
        content: "";
        display: block;
        width: 256px;
        height: 34px;
        background: url(/images/lp/the-kyo-asobi/plan-item-title-deco.png) center center/contain no-repeat;
        position: absolute;
        top: 50%; }
        @media (max-width: 568px) {
          .the-kyo-asobi__archived-plans-section__title .with-deco:before, .the-kyo-asobi__archived-plans-section__title .with-deco:after {
            width: 217px;
            height: 29px; } }
      .the-kyo-asobi__archived-plans-section__title .with-deco:before {
        right: 50%;
        -webkit-transform: translate(-120px, -50%);
        transform: translate(-120px, -50%); }
        @media (max-width: 568px) {
          .the-kyo-asobi__archived-plans-section__title .with-deco:before {
            -webkit-transform: translate(-100px, -50%);
            transform: translate(-100px, -50%); } }
      .the-kyo-asobi__archived-plans-section__title .with-deco:after {
        left: 50%;
        -webkit-transform: translate(120px, -50%);
        transform: translate(120px, -50%); }
        @media (max-width: 568px) {
          .the-kyo-asobi__archived-plans-section__title .with-deco:after {
            -webkit-transform: translate(100px, -50%);
            transform: translate(100px, -50%); } }
.the-kyo-asobi__archived-plan-item {
  margin: 0 0 30px; }
  .the-kyo-asobi__archived-plan-item:nth-child(even) .the-kyo-asobi__archived-plan-item__outline {
    flex-direction: row-reverse; }
  .the-kyo-asobi__archived-plan-item .ac-target {
    background: #eee;
    padding: 0 30px; }
    @media (max-width: 568px) {
      .the-kyo-asobi__archived-plan-item .ac-target {
        padding: 20px; }
        .the-kyo-asobi__archived-plan-item .ac-target .the-kyo-asobi__plan-item__container {
          width: 100%; } }
    .the-kyo-asobi__archived-plan-item .ac-target .the-kyo-asobi__plan-item__img-box {
      margin: 0;
      width: 100%; }
  .the-kyo-asobi__archived-plan-item__outline-wrap.js-ac-opener {
    cursor: pointer; }
    .the-kyo-asobi__archived-plan-item__outline-wrap.js-ac-opener.active {
      background: #eee; }
      .the-kyo-asobi__archived-plan-item__outline-wrap.js-ac-opener.active .the-kyo-asobi__archived-plan-item__viewmore:before {
        content: "閉じる"; }
      .the-kyo-asobi__archived-plan-item__outline-wrap.js-ac-opener.active .the-kyo-asobi__archived-plan-item__viewmore:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        @media (max-width: 568px) {
          .the-kyo-asobi__archived-plan-item__outline-wrap.js-ac-opener.active .the-kyo-asobi__archived-plan-item__viewmore:after {
            -webkit-transform: rotate(-90deg) scale(0.7);
            transform: rotate(-90deg) scale(0.7); } }
      .the-kyo-asobi__archived-plan-item__outline-wrap.js-ac-opener.active .the-kyo-asobi__archived-plan-item__viewmore.of-en:before {
        content: "Close"; }
  .the-kyo-asobi__archived-plan-item__outline {
    max-width: 1000px;
    margin: 0 auto; }
    @media (min-width: 569px) {
      .the-kyo-asobi__archived-plan-item__outline {
        display: flex;
        align-items: center;
        flex-wrap: wrap; } }
    @media (max-width: 568px) {
      .the-kyo-asobi__archived-plan-item__outline {
        padding-right: 20px;
        padding-left: 20px; } }
    .the-kyo-asobi__archived-plan-item__outline__img-box {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 569px) {
        .the-kyo-asobi__archived-plan-item__outline__img-box {
          width: 50%;
          padding: 30px; } }
      @media (max-width: 568px) {
        .the-kyo-asobi__archived-plan-item__outline__img-box {
          padding: 20px 0; } }
    .the-kyo-asobi__archived-plan-item__outline__txt-box {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 569px) {
        .the-kyo-asobi__archived-plan-item__outline__txt-box {
          width: 50%;
          padding: 25px; } }
      .the-kyo-asobi__archived-plan-item__outline__txt-box:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        visibility: hidden;
        clear: both; }
  .the-kyo-asobi__archived-plan-item__viewmore, .the-kyo-asobi__archived-plan-item__ac-close {
    font-size: 14px;
    font-family: ten-mincho, serif;
    color: #846935;
    display: flex;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 568px) {
      .the-kyo-asobi__archived-plan-item__viewmore, .the-kyo-asobi__archived-plan-item__ac-close {
        font-size: 12px; } }
    .the-kyo-asobi__archived-plan-item__viewmore:after, .the-kyo-asobi__archived-plan-item__ac-close:after {
      content: "";
      width: 30px;
      height: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid rgba(132, 105, 53, 0.5);
      border-radius: 50%;
      display: block; }
      @media (min-width: 569px) {
        .the-kyo-asobi__archived-plan-item__viewmore:after, .the-kyo-asobi__archived-plan-item__ac-close:after {
          margin: 0 0 0 1em; } }
  @media (max-width: 568px) {
    .the-kyo-asobi__archived-plan-item__viewmore {
      float: right;
      margin-top: -15px; } }
  .the-kyo-asobi__archived-plan-item__viewmore:before {
    display: block;
    content: "もっと詳しく";
    white-space: nowrap; }
  .the-kyo-asobi__archived-plan-item__viewmore:after {
    background: url(/images/icons/arw-right-gold.svg) center center/8px auto no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
    @media (max-width: 568px) {
      .the-kyo-asobi__archived-plan-item__viewmore:after {
        -webkit-transform: rotate(90deg) scale(0.7);
        transform: rotate(90deg) scale(0.7); } }
  .the-kyo-asobi__archived-plan-item__viewmore.of-en:before {
    content: "View more"; }
  @media (min-width: 569px) {
    .the-kyo-asobi__archived-plan-item__ac-close {
      position: absolute;
      bottom: 50px;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); } }
  @media (max-width: 568px) {
    .the-kyo-asobi__archived-plan-item__ac-close {
      display: flex;
      justify-content: center;
      background: #fafafa;
      padding-bottom: 30px; } }
  .the-kyo-asobi__archived-plan-item__ac-close:after {
    content: "×";
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 568px) {
      .the-kyo-asobi__archived-plan-item__ac-close:after {
        -webkit-transform: scale(0.7);
        transform: scale(0.7); } }
  .the-kyo-asobi__archived-plan-item__btn-box {
    max-width: 270px;
    margin: 0 auto; }
    @media (max-width: 568px) {
      .the-kyo-asobi__archived-plan-item__btn-box {
        max-width: 100%;
        padding: 20px 10vw;
        background: #fafafa; } }
    .the-kyo-asobi__archived-plan-item__btn-box__notice {
      background: #808080;
      padding: .5em 1em;
      color: #fff;
      text-align: center;
      margin: 10px 0 0; }
  .the-kyo-asobi__archived-plan-item .ac-target {
    position: relative; }
